.custom-control-label {
  font-size: 1.2rem !important;
}

.main-box-height {
  max-height: 500px;
  min-height: 150px;
}
.min-card-height {
  min-height: 500px;
}
.quick-menu-mobile {
  font-size: 2em;
}
.modal-title {
  line-height: 1.5;
}

.badge-feedbacks {
  padding-bottom: 0.1rem;
}
.main-content {
  padding-top: 77px;
}

.fc-time {
  color: white;
}
.select2-selection__choice {
  background-color: #2f4765 !important;
  border-color: #2f4765 !important;
  color: white !important;
}
.select2-selection__choice__remove {
  color: white !important;
}
.select2-selection select2-selection--multiple {
  margin-top: 2% !important;
}

.badge-update-hub {
  padding-bottom: 0.2rem;
  cursor: pointer;
  margin: 0.2rem;
}

.pre-online-followup {
  text-align: left !important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-break: normal;
  height: 100% !important;
  background: transparent;
  font-family: inherit;
  border: 0;
  padding: inherit;
  margin: inherit;
  font-size: inherit;
  line-height: inherit;
}
.alert-notify {
  color: white !important;
}
.navbar-mfit-custom-brand {
  color: white !important;
}
.navbar-mfit-custom-brand a {
  color: white !important;
}
.navbar-mfit-custom-brand: selected {
  color: white !important;
}
.btn-whatsapp {
  color: #fff;
  border-color: #25d366;
  background-color: #25d366;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-whatsapp:hover {
  color: #fff;
  border-color: #075e54;
  background-color: #075e54;
}
.btn-sm-card-title {
  line-height: 2;
}
.zoom_quickactions:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word !important;
  height: 100% !important;
}
@media (max-width: 380px) {
  .logo-brand-navbar {
    display: none;
  }
  .main-icon-title-xs {
    font-size: 0.68rem;
  }
  .quick-menu-mobile {
    font-size: 1.5em;
  }
  .green-cards-xs-title {
    font-size: 0.9rem !important;
  }
}
@media print {
  .main-content {
    padding-top: 73px;
  }
}

pre {
  font-family: Mulish !important;
  font-size: initial !important;
  color: #525f7f !important;
  margin-bottom: 0 !important;
  height: 100% !important;
}

.parent > .row {
  display: flex;
  align-items: center;
  height: 100%;
}
.col img {
  height: 100px;
  width: 100%;
  cursor: pointer;
  transition: transform 1s;
  object-fit: cover;
}
.col label {
  overflow: hidden;
  position: relative;
}
.imgbgchk:checked + label > .tick_container {
  opacity: 1;
}
/*         aNIMATION */
.imgbgchk:checked + label > img {
  transform: scale(1.25);
  opacity: 0.3;
}
.tick_container {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
}
.tick {
  background-color: #4caf50;
  color: white;
  font-size: 16px;
  padding: 6px 12px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
