/*----  Loading  ----*/
.loading {
  text-align: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  margin: 8px;
  border: 5px solid #b0b2cc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #c7c7c7 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.profile-field-group.hide {
  display: none;
}

.profile-field-group input[type=checkbox] {
  transform: scale(1.5) !important;
  margin-right: -2px;
}

.profile-field-group .form-check-label {
  font-size: 14px;
  margin-left: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.profile-field-groups {
  padding-left: 3px;
  border: 1px solid #e2e2e2;
  padding: 13px 6px 4px 16px;
  border-radius: 6px;
}

.btn-field-tag span:after {
  /*content: ' ';*/
  /*width: 1px;*/
  /*height: 8px;*/
  /*border-right: 1px solid #57ded8;*/
}

.btn-field-tag span {
  /*margin-right: 6px;*/
  /*padding-right: 2px;*/
}

.btn-field-tag .flaticon2-cross {
  font-size: 10px !important;
  padding: 0 !important;
  color: #8ff9f4 !important;
}

.copy-clipboard {
  cursor: pointer;
}

.copy-clipboard {
  cursor: pointer;
}

.iti {
  display: flex;
}

#camera .modal-dialog {
  height: 90%;
}
#camera .modal-dialog .modal-content {
  height: 100%;
}
#camera .modal-dialog .modal-content #reader {
  width: 100%;
  height: 100%;
}
#camera .modal-dialog .modal-content #reader video {
  width: 100% !important;
  height: 100%;
}
#camera .modal-dialog .modal-content #scanner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-scan .image-icon:hover,
.qr-scan .scan-icon:hover {
  cursor: pointer;
}

#kt_brand {
  background-color: #f7f7f7;
}

#kt_brand .brand-logo img {
  padding: 20px 30px;
  width: 100%;
  height: 100%;
}

.is-invalid .invalid-feedback {
  display: block;
}

.has-danger .select2-selection {
  border-color: #F64E60 !important;
}

.is-invalid .form-control {
  border-color: #F64E60;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.325rem) center;
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

td.auto {
  width: auto;
}

td.min {
  width: 1%;
  white-space: nowrap;
}

.card-toolbar a:last-child {
  margin-right: 0 !important;
  /*border: 2px solid red;*/
}

/* tweak select2 hide selected option */
.select2-results__option[aria-selected=true] {
  display: none;
}

/* for Older Version */
.select2-results__option--selected {
  display: none;
}

.aside-minimize .brand-logo h3 {
  display: none;
}

.brand-logo h3 {
  font-size: 2.4rem;
  color: #a2a3b7;
  font-weight: bolder;
  margin: 0;
}

.mobile-logo h3 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
}

.mobile-logo img {
  width: 110px;
  height: 40px;
  background: #FFF;
  padding: 5px 9px;
}
