.fc-event-title {
  margin-right: -300px !important;
}

.fc-event {
  border-radius: 0.125rem;
  border: none;
  cursor: pointer;
  font-size: 0.8125rem;
  margin: 0.3125rem 0.4375rem;
  padding: 0.3125rem;
  text-align: left;
}

.fc-h-event,
.fc-v-event {
  background: #01a7b5;
  border-radius: .42rem;
}

.fc-h-event .fc-event-title {
  color: #fff;
}


/* .fc-bg-event .fc-event-title {
white-space: wrap; } */


.authentication-bg {
  background-image: url("../images/auth-bg-belcris.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.authentication-bg .auth-logo .logo {
  margin: 0px auto;
}

.authentication-bg .auth-logo .auth-logo-light {
  display: none;
  margin: 0px auto;
}

.authentication-bg .auth-logo .auth-logo-dark {
  margin: 0px auto;
}

.authentication-bg .bg-overlay {
  background-color: #003032;
}

.authentication-bg .auth-cover-card .authentication-bg {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.authentication-bg .auth-cover-card .bg-overlay {
  opacity: 0.6;
}

.authentication-bg .auth-cover-card .form-floating label {
  color: rgba(255, 255, 255, 0.5);
}

.authentication-bg .auth-cover-card .form-floating .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.authentication-bg .auth-cover-card .form-floating .form-floating-icon {
  color: rgba(255, 255, 255, 0.5);
}


.social-list-item {
  height: 2.4rem;
  width: 2.4rem;
  line-height: calc(2.4rem - 2px);
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #74788d;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.social-list-item:hover {
  color: #384861;
}


/* .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #e83e8c;
} */


:root {
  --dt-row-selected: 23, 162, 184 !important;
}


.select2-container .select2-selection--single {
  height: 36px !important;
  padding-left: 0px !important;
}

/* ESTILOS PREMIUM SELECT2 BUSCADOR PACIENTES */
#pacientesSelect+.select2-container .select2-selection--single,
#medicoPacientesSelect+.select2-container .select2-selection--single {
  height: 50px !important;
  padding: 0 15px !important;
  font-size: 1.1em;
  border: 2px solid white !important;
  border-radius: 12px !important;
  display: flex;
  align-items: center;
  background-color: #d9f2f4 !important;
  /* Turquesa suave sólido para asegurar contraste */
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

#pacientesSelect+.select2-container .select2-selection--single .select2-selection__rendered,
#medicoPacientesSelect+.select2-container .select2-selection--single .select2-selection__rendered {
  color: #1a1a1a !important;
  /* Negro para legibilidad */
  font-weight: 400 !important;
  /* Sin negrita */
  padding-left: 0 !important;
  line-height: normal !important;
}

#pacientesSelect+.select2-container .select2-selection--single:hover,
#medicoPacientesSelect+.select2-container .select2-selection--single:hover {
  background-color: #c9e8eb !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}





#pacientesSelect+.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow,
#medicoPacientesSelect+.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  right: 10px !important;
}

.select2-container--bootstrap4 .select2-results__option {
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.client-icon {
  color: #00a9b6;
  background: #e6f7f8;
  padding: 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-right: 12px;
  display: inline-block;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(0, 169, 182, 0.15) !important;
  color: #343a40 !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] .text-dark,
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] .text-muted {
  color: #343a40 !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] .client-icon {
  background: #fff !important;
  color: #00a9b6 !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 30px;
  z-index: 99;
  line-height: 28px;
}



.flag-icon-en {
  background-image: url(../../plugins/flag-icon-css/flags/4x3/en.svg);
}


h5,
.h5 {
  margin-bottom: 0rem !important;
}

.dropdown {
  list-style: none;
}

/* PANTILLA FACTURAS */
.tm_accent_bg,
.tm_accent_bg_hover:hover {
  background-color: #a61984;
}

.tm_accent_color,
.tm_accent_color_hover:hover {
  color: #a61984;
}

.tm_invoice.tm_style2 .tm_invoice_info_left {
  width: 40% !important;
}

.tm_invoice.tm_style2 .tm_invoice_info_right {
  width: 60% !important;
}

.tm_invoice.tm_style2 .tm_invoice_left {
  width: 40% !important;
}

.tm_invoice.tm_style2 .tm_invoice_right {
  width: 60% !important;
}

.tm_invoice_in {
  position: relative;
  z-index: 1 !important;
}

.tm_invoice.tm_style2 .tm_logo img {
  max-height: 100px !important;
}

/* FACTURACION RAPIDA */
/* .step-table {
  display: none;
} */