.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.image-table-display {
  width: 100%;
  height: 100px;
  max-height: 100px;
  object-fit: cover;
}
.login-input-pass {
  position: relative;
}
.login-input-pass .show-password {
  top: 15px;
  position: absolute;
  z-index: 100000;
  float: right;
  right: 10px;
}
.login-input-pass .show-password #showBtnPassimg {
  color: #5A6179;
  font-weight: 300;
  font-size: 15px;
  width: 20px;
  height: 13px;
}
.mutiple-upload-file {
  width: fit-content;
}
.mutiple-upload-file .custom-file {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: fit-content;
  padding: 10px;
  background-color: #e9ecef;
}
.mutiple-upload-file .custom-file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 100;
}
.mutiple-upload-file .custom-file img {
  vertical-align: middle;
  margin-right: 10px;
}
.mutiple-upload-file-list {
  background-color: #FFFFFF;
}
.mutiple-upload-file-list ul.file-list {
  list-style: none;
  padding: 0;
}
.mutiple-upload-file-list ul.file-list li {
  padding: 5px;
}
.mutiple-upload-file-list .remove-list {
  cursor: pointer;
  margin-left: 10px;
  font-size: 18px;
}
.manual-list-file-dowload {
  margin-top: 10px;
  background-color: #f2f4f9;
  justify-content: space-between;
  display: flex;
  width: 100%;
  height: 50px;
  justify-items: center;
}
.manual-list-file-dowload .file-name {
  width: calc(100% - 50px);
  font-weight: 700;
  line-height: 50px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.manual-list-file-dowload .action {
  font-size: 20px;
  width: 50px;
  flex: 1;
  text-align: right;
  line-height: 50px;
  padding-right: 5px;
}
.manual-attachments-label {
  font-weight: 700;
  margin-top: 15px;
}
.mess-error {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  min-height: 22px;
  display: block;
  color: #dc3545;
  text-align: left;
  margin-left: 10px;
}
.border-empty-error {
  border: 1px solid #ff0005 !important;
  border-radius: 10px;
  padding: 2px;
}
.increase-error-space {
  height: 100px;
}
.error-text {
  color: red;
}
.reset-input-pass {
  position: relative;
}
.reset-input-pass .show-password {
  top: 15px;
  position: absolute;
  float: right;
  right: 10px;
}
.reset-input-pass .show-password #showBtnPassimgOld {
  color: #5A6179;
  font-weight: 300;
  font-size: 15px;
  width: 20px;
  height: 13px;
}
.reset-input-pass .show-password #showBtnPassimgNew {
  color: #5A6179;
  font-weight: 300;
  font-size: 15px;
  width: 20px;
  height: 13px;
}
.reset-input-pass .show-password #showBtnPassimgRetype {
  color: #5A6179;
  font-weight: 300;
  font-size: 15px;
  width: 20px;
  height: 13px;
}
.custom-form-select {
  padding-top: 5px;
  border-radius: 10px;
  border: 1px solid #D7DAE2 !important;
}
.custom-form-select .select2-default {
  color: #212529 !important;
}
.custom-form-select input {
  margin-top: 3px !important;
}
.custom-form-select:focus {
  background-color: #fff;
  outline: 1px;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}
.custom-dropdown-menu {
  top: 70px !important;
  left: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.custom-active {
  background-color: #001D85;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .custom-dropdown-menu {
    top: 50px !important;
  }
  .custom-active {
    background-color: #546ab7;
    color: #fff;
  }
}
