
:root {
  --fc-today-bg-color: rgba(162, 55, 237, 0.08) !important;
}

body[data-sidebar=colored] .mm-active>i {
    color: #3B3E45 !important;
}

.icon-password-on-field:before {
content: "\e906";
color:rgba(88, 94, 106, 0.5);
font-size:24px;
}

.icon-alert-circle2:before{
 content: "\e909";
color:rgba(16, 227, 186, 1);
font-size:24px; 
}

.circuloverde{
    display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background:rgba(16, 227, 186, 0.1);
            position: relative;
}

.positioncirculoverde{
    position: relative;
    left: 20rem;
    bottom: 1rem;
}

.icon-password-off-field:before {
    content: "\e905";
    color:rgba(88, 94, 106, 0.5);
    font-size:24px;
}

 .icon-add-button{
     content: "\e900";
    color:white;
    font-size:14px;
 }

.icon-calendar-select-field:before {
content: "\e901";
}

.icon-close:before {
content: "\e902";
}

.icon-help-button:before {
content: "\e904";
}

.icon-exit:before {
content: "\e903";
font-size:20px;
}

.icon-password-on-field:before {
content: "\e906";
font-size:24px;
}

.icon-calendar-days2:before {
    content: "\e911";
    list-style: none;
    text-align: center;
    color: #10E3BA;
    font-size: 1.7rem;
    background: rgba(16, 227, 186, 0.2);
    padding: 10px;
    border-radius: 50px;
 
}




.icon-activity-heartbeat:before {
content: "\e907";
}

.icon-add:before {
content: "\e908";
}

.icon-alert-circle:before {
content: "\e909";
}

.icon-at-sign:before {
content: "\e90a";
}

.icon-bar-chart:before {
content: "\e90b";
}

.icon-board:before {
content: "\e90c";
}

.icon-book:before {
content: "\e90d";
}

.icon-briefcase:before {
content: "\e90e";
}

.icon-calculator:before {
content: "\e90f";
}

.icon-calendar-check:before {
content: "\e910";
}

.icon-camera:before {
content: "\e912";
}

.icon-captions:before {
content: "\e913";
}

.icon-chart-pie:before {
content: "\e914";
}

.icon-check:before {
content: "\e915";
}

.icon-checkbox:before {
content: "\e916";
}

.icon-circle-arrow-down:before {
content: "\e917";
}

.icon-circle-arrow-left:before {
content: "\e918";
}

.icon-circle-arrow-rigth:before {
content: "\e919";
}

.icon-circle-arrow-up:before {
content: "\e91a";
}

.icon-circle-check:before {
content: "\e91b";
}

.icon-circle-dollar-sign:before {
content: "\e91c";
}

.icon-circle-plus:before {
content: "\e91d";
}

.icon-clipboard-list:before {
content: "\e91e";
}

.icon-clock:before {
content: "\e91f";
}

.icon-cloud:before {
content: "\e920";
}

.icon-cloud-download:before {
content: "\e921";
}

.icon-cloud-upload:before {
content: "\e922";
}

.icon-color-palette:before {
content: "\e923";
}

.icon-column-graph:before {
content: "\e924";
}

.icon-column-layout:before { /*aqui se quedo */
content: "\e925";
}
.icon-heart{
  content: "\e93f";
}

.icon-settings{
    content: "\e960";
}

.icon-edit{
    content: "\e934";

}

.icon-trash-delete{
    content: "\e968";
 
}

.icon-eye{
     content: "\e936";
 
}

.icon-printer{
    content: "\e95b";

}

.fondofinal{
    background:white;
}

zg-icon[name="menu"]{
    color:#10E3BA;
}

#sidebar-menu ul li a:hover, #sidebar-menu ul li a:hover i {
    color: #10E3BA !important;
    background:white !important;
}




body[data-sidebar=colored] .mm-active .active, body[data-sidebar=colored] .mm-active .active i, body[data-sidebar=colored] .menu-title {
    /*color: white !important;*/
    
}



.metismenu li a.active {
    position: relative;
    background-color: #00E5C0; /* Fondo verde */
    color: white; /* Color del texto */
    padding: 16px 30px !Important; /* Espaciado interno */
    margin: 5px 0px !Important; /* Espacio para que no toque los bordes */
    display: flex;
    align-items: center;
}

/* Borde morado en el lado izquierdo */
.metismenu li a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 8px; /* Mismo tamaño que el espacio blanco */
    background-color: #A237ED; /* Morado */
    
}

/* Espacio blanco entre el borde morado y el fondo verde */
.metismenu li a.active::after {
    content: "";
    position: absolute;
    left: 6px; /* Se coloca justo después del morado */
    top: 0%;
    height: 100%;
    width: 8px; /* Mismo tamaño que el borde morado */
    background-color: white;


}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul{
    width:230px !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a {
    width: 230px !important;
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li li a.mm-active, body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li li a.active {
    color: white !important;
}



.alert-success {
    --bs-alert-color: #fff;
    --bs-alert-bg: #10E3BA;
    --bs-alert-border-color: #10E3BA;
    --bs-alert-link-color: #fff;
}


.btn:disabled, .btn.disabled, .btn {

    opacity: 1;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #10E3BA;
    --bs-btn-border-color: #10E3BA;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #10E3BA;
    --bs-btn-hover-border-color: #10E3BA;
    --bs-btn-focus-shadow-rgb: 48, 139, 156;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b6d7f;
    --bs-btn-active-border-color: #0b6d7f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: rgba(220, 223, 227, 1);
    --bs-btn-disabled-bg: rgba(220, 223, 227, 0.30);
    
    border-radius:4px;
    border:none !important;
    font-family: "Inter", sans-serif;
}



span{
    font-family: "Inter", sans-serif !important;
}

p{
    font-family: "Inter", sans-serif;
}

.btn-default{
    --bs-btn-color: #3B3E45;
    --bs-btn-bg: rgba(88, 94, 106, 0.05);
    --bs-btn-border-color: rgba(88, 94, 106, 0.05);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(88, 94, 106, 0.05);
    --bs-btn-hover-border-color: rgba(88, 94, 106, 0.05);
    --bs-btn-focus-shadow-rgb: 48, 139, 156;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b6d7f;
    --bs-btn-active-border-color: #0b6d7f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-color: rgba(220, 223, 227, 1);
    --bs-btn-disabled-bg: rgba(220, 223, 227, 0.30);
    border-radius:4px;
    font-family: "Inter", sans-serif;
    border:none !Important;
}

.btn-success {
    --bs-btn-color: rgba(162, 55, 237, 1);
    --bs-btn-bg: rgba(162, 55, 237, 0.15);
    --bs-btn-hover-color: rgba(162, 55, 237, 1);
    --bs-btn-hover-bg: rgba(162, 55, 237, 0.15);
    --bs-btn-hover-border-color: rgba(162, 55, 237, 0.15);
    --bs-btn-focus-shadow-rgb: 48, 139, 156;
    --bs-btn-active-color: rgba(162, 55, 237, 1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: rgba(220, 223, 227, 1);
    --bs-btn-disabled-bg: rgba(220, 223, 227, 0.30);
    border-radius:4px;
    font-family: "Inter", sans-serif;
    border:none !Important;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #E51547;
    --bs-btn-border-color: #E51547;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #E51547;
    --bs-btn-hover-border-color: #E51547;
    --bs-btn-focus-shadow-rgb: 48, 139, 156;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b6d7f;
    --bs-btn-active-border-color: #0b6d7f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0c768a;
    --bs-btn-disabled-border-color: #0c768a;
    border-radius:4px;
    border:none !Important;
    font-family: "Inter", sans-serif;
}



.auth-input .form-label {
    position: relative;
    left: 0px;
    top: 0px;
color:#3B3E45;
 font-family: "Inter", sans-serif;
}

.form-group {
    margin-bottom: 15px;
}

.informacionestilo {
    background-color: #fff !important;
    border: none;
    text-align: center;
}


.card {
    border-radius: 10px;
}

h1{
    font-size:24px;
    color: #3B3E45;
     font-family: "Inter", sans-serif;
}

h2{
    font-size:24px;
    color: #3B3E45;
     font-family: "Inter", sans-serif;
}

h3{
    font-size:18px;
    color: #3B3E45;
     font-family: "Inter", sans-serif;
}

h4{
    font-size:16px;
    color: #3B3E45;
     font-family: "Inter", sans-serif;
}

p{
   color: #3B3E45; 
    font-family: "Inter", sans-serif;
}

a{
     font-family: "Inter", sans-serif;
}

.profile-stat-text{
    font-family: "Inter", sans-serif;
    position:relative;
    bottom:1rem;
}

 input[type=text]:focus{
     border:#A237ED solid 1px !important;
     
 }

 textarea:focus{
    border:#A237ED solid 1px !important;
    
}

textarea:focus-visible{
    border:#A237ED solid 1px !important;
    outline: #A237ED;
}

textarea{
    outline: #CACCD3;
    border:#CACCD3 solid 1px !important;
}




 input[type=email]:focus{
     border:#A237ED solid 1px !important;
 }
 
 input[type=password]:focus{
     border:#A237ED solid 1px !important;
 }

.form-control:focus{
     border:#A237ED solid 1px !important;
 }
 
 input[type=time]:focus{
     border:#A237ED solid 1px !important;
 }




body[data-sidebar=colored] .mm-active>a {
    color: #10E3BA !important;
}


@media (max-width: 728px) {
 .hidden-xs{
    display:none;
}

.navbar-header .vertical-menu-btn {
    position: absolute;
    right: 0;
    left: 5rem !Important;
    top: 0.6rem;
    z-index: 2;
}

    .navbar-brand-box {
        padding: 10px 15px !important;
    }


}

@media (max-width: 728px) {
    #page-topbar {
        padding-bottom: 25px !Important;
        background: white;
    }
    
    .page-content {
    padding: 100px 12px 60px !important;
}
}

@media (min-width: 728px) {
    
    .salirboton {
        position: relative;
        right: 2%;
        top: 1%;
    }
    
.hidden-md{
    display:none;
}

.hidden-sm{
    display:none;
}

.hidden-lg{
    display:none;
}

}

.note p, .page-loading, .panel .panel-body {
    font-size: 13px;
}

.panel-body {
    padding: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-body:after, .panel-body:before {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dropdown-menu>li>a, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.profile-content {
    overflow: hidden;
}

.profile-sidebar {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.profile-sidebar-portlet {
    padding: 30px 0 0 !important;
}

.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #3B3E45;
    font-size: 18px;
    margin-bottom: 7px;
    font-family: "Inter", sans-serif;
}

.profile-usertitle-job {
    color: #3B3E45;
    font-size: 13px;
    margin-bottom: 7px;
    font-family: "Inter", sans-serif;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.modal-header {
    background-color: rgba(16, 227, 186, 1);
    color: white;
    text-align:center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:0px;
    padding-bottom:0px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header-cita {
    background-color: white !important;
    color: white;
    text-align:center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:0px;
    padding-bottom:0px;
    border-bottom: 1px solid #e5e5e5;
}

.close-header-cita {
    background: #fff !Important;
    color: #D8D8DA !Important;
    border: none;
    font-size: 2rem;
}



zg-watermark{
    display:none;
}

zing-grid {
      border-left:none;
      border-right:none;
      background:white;
      border-radius: 10px;
      font-family: "Inter", sans-serif;
    }
    
    zg-cell {
      border-left:none;
      border-right:none;
      background:white;
      font-family: "Inter", sans-serif;
      text-align:justify !Important;
      
    }
    
    zg-head {
  background: white !Important;
  border-top:none;
      border-bottom:none;
       border-left:none;
      border-right:none;
      padding:0.5rem;
      font-family: "Inter", sans-serif;
      color:#585E6A;
}

zg-head-cell{
      color:#585E6A;
      font-family:"Inter", sans-serif !important;
      text-transform: uppercase;
      font-weight: 600 !important;;
    }
    
     zg-header {
      background: #F5F6FA;
      border-top:none;
      border-bottom:none;
       border-left:none;
      border-right:none;
      font-family: "Inter", sans-serif;
      
    }

    zg-head-cell {
    background:#F9F9FB !important;
    font-family: "Inter", sans-serif;
    }
    
    
 zg-row{
         border: none;
         background:#F9F9FB !important;
         padding:1rem;
         font-family: "Inter", sans-serif;
         text-align: center;
         
 }
    
    zg-caption {
    background:#fff;
    position: relative;
    bottom: 0.9rem;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    }
    
    .close{
        background: rgba(16, 227, 186, 1);
        color:#fff;
            border: none;
    font-size: 2rem;

    }
    
    .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    /*justify-content: end !important;*/
  
}

.mayuscula{
    text-transform: uppercase;
    font-size: 15px;
    color:#585E6A !important;
}

    
 zg-button {
      --zg-icon-color: #3B3E45 !important;

  }
  
  zg-icon[name="menu"] {
    color: #3B3E45;
}

 zg-icon[name="search"] {
    color: #3B3E45;
}




  
  .centrado {
    background: rgba(88, 94, 106, 0.05) !important;
    color: rgba(88, 94, 106, 1) !important;
    border-color: unset;
    border: none;
    width: 37px !important;;
}
  
  .btn-danger{
      background:rgba(229, 21, 71, 0.1) !Important;
      border-color:rgba(229, 21, 71, 1) !Important;
      color:rgba(229, 21, 71, 1) !Important;
  }
  
  .vertical-menu-btn {
      width:10%;
  }
  
  .nav-tabs-custom .nav-item .nav-link.active{
      background:transparent;
  }
  
  .nav-tabs-custom .nav-item .nav-link:after {
    background: rgba(162, 55, 237, 1);
      width: 63%;
      left: 1rem;
}

.nav-tabs-custom {
    border-radius: 10px;
    background: white;
}

/*.tab-pane{
    background:white;
}*/

.fondoblanco {
    background: white;
   border-radius: 20px;
}

.tab-content{
    padding:15px;
}

@media (min-width: 728px) {
  .bordeizquierdo {
  border-left: 10px solid #F5F6FA;
 /* border-radius: 10px;*/
}

.botonbaja{
        position: relative;
    bottom: 2rem;
}

.botonbajaproductos{
        position: relative;
    bottom: 4rem;
}

.botonbajaespecialista{
       position: relative;
        left: 3rem;
        top: 2rem;
}

.fc .fc-toolbar h2 {
    position: relative;
    right: 8rem;
}

}


.nav-tabs-custom .nav-item .nav-link.active {
    color: rgba(16, 227, 186, 1);
}

.nav-tabs-custom .nav-item {
   text-align:left;
}

.form-control {
    border: 1px solid rgba(202, 204, 211, 1);
}

label{
    color:#3B3E45 !important;
    font-weight: 400;
    font-family: 'Inter';
    
}

input, select, textarea, button {
     font-weight: 400;
    font-family: 'Inter';
}

input[readonly] {
    background-color: #e9ecef; /* Color gris como el de los disabled */
    cursor: not-allowed; /* Cursor de prohibido */
    opacity: 0.7; /* Transparencia */
}

.control-label{
   font-size:15px;
   font-family: 'Inter';
}

.navbar-header {
    height: 40px;

}

#sidebar-menu ul li a {
    font-family: 'Inter';
}

.header-title{
    font-family: 'Inter';
    font-size:24px;
}
.subirtitulo{
    position: relative;
    bottom: 1rem;
}

.encabezadotabala{
    position: relative;
    top: 2rem;
}

.vertical-collpsed .navbar-brand-box {
    width: 69px;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
}

.fc-button-primary {
    background-color: white !important;
    border-color: #DCDFE3 !important;
    color:#3B3E45 !important;
}

.fc-icon{
    color:#3B3E45 !important;
}

.fc .fc-button .fc-icon {
    font-size: 1em !important;

}

.fc .fc-button {
    
    line-height: 1.2;
}

.fc .fc-view-harness {
    background: white;
}

.fc-event {
    margin: 5px 0px !important;
  

}

.font-16{
    font-size:16px;
}

.textpopover{
    font-size:1rem !important;
    color:#585E6A !important;
}

.fa-2x{
    font-size:1rem !important;
}

.fc .fc-timegrid-axis-cushion {
    display:none;
}

#editar{
    color:#585E6A;
    background:white;
}

#eliminar {
    color: #E51547;
    position: relative;
    right: 17rem;
    background:rgba(229, 21, 71, 0.1);
}

#iniciarCita{
    background:#A237ED;
    border-color:#A237ED;
        position: relative;
    right: 0.5rem;

}

#btn-editar{
    background:#A237ED;
    border-color:#A237ED;
}

#pagarconsultaefectivo{
    background:#A237ED;
     border-color:#A237ED;
}

#iniciarCitaProceso{
    background:#A237ED;
     border-color:#A237ED;
}

.positioncitatext{
    position: relative;
    top: 0.6rem;
    right: 4rem;
}

.colorfecha{
    color:#585E6A;
    font-size:1rem;
}
.paddinmodaltext2{
    padding:8px;
    padding-top:0px;
    color:#585E6A !Important;
}

.paddinmodaltext{
    padding:8px;
    color:#585E6A !Important;
}

.botonconfirmar{
    background:rgba(88, 94, 106, 0.1) !Important;
    color:rgba(88, 94, 106, 1) !Important;
    border-radius: 100px !Important;;
}
.modal-title{
    color:white;
}

.modal-dialog2 {
   position:fixed !Important;
   top:auto !Important;
   right:auto !Important;
   left:auto !Important;
   bottom:0 !Important;
} 

.close-alert {
    background: rgba(16, 227, 186, 1);
    color: #fff;
    border: none;
    font-size: 1rem !Important;
    position: relative !Important;
    left: 20px !Important;
}

.positioncitatextmodalcita {
    position: relative;
    top: 1rem;
    color: white;
    right: 6rem;
}

.mayusculamodalcita{
    text-transform: uppercase;
    font-size: 15px;
    color:white !important;
}
.logo-sm{
    position: relative;
    top: 20px;

}
.logo-lg{
        position: relative;
    top: 20px;
}

#sidebar-menu {
    padding: 30px 0 30px;
}

body[data-sidebar=colored]  .mm-active hr {
    color: rgba(220, 223, 227, 0.5) !important;
}

.vertical-collpsed .sidebar-user {
    display:  inherit;

}

.vertical-collpsed .user-name {
    display:  none;

} 
.mensajeexito{
    background-color: rgba(50, 201, 25, 0.1) !important;
    color: rgba(50, 201, 25, 1); 
    padding: 10px; 
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-weight:600 !Important;
    border:none !Important;
}

.mensajeerror{
    background-color: rgba(229, 21, 71, 0.1) !important;
    color: #E51547; 
    padding: 10px; 
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-weight:600 !Important;
    border:none !Important;
}


.profile-background{
    background:white;
}

        
        .profile-container {
            text-align: center;
            position: relative;
        }
        #profile-image {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            border: none !important;
        }
        #camera-button {
            position: absolute;
            bottom: 5px;
            right: 6rem;
            background-color: #A237ED;
            color: white;
            padding: 5px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
        }
        #camera-button:hover {
            background-color: rgba(0, 0, 0, 0.7);
        }
        input[type="file"] {
            display: none;
        }
        #camera-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }
        #camera-modal video {
            width: 100%;
            max-width: 400px;
            border: 2px solid white;
        }
        
        @media (max-width: 728px) {
 .cancel-btn {
            position: absolute;
    bottom: 8rem;
    left: 15rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
        }

#capture-button {
            position: absolute;
    bottom: 8rem;
    right: 16rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
        }

}

@media (min-width: 728px) {
 .cancel-btn {
            position: absolute;
    bottom: 8rem;
    left: 28rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
        }

#capture-button {
            position: absolute;
    bottom: 8rem;
    right: 29rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
        }

}
        
        
#capture-button:hover {
            background-color: rgba(0, 0, 0, 0.9);
        }
        

.modal-backdrop {
    z-index: 1050 !important;
}

.modal {
    z-index: 1051 !important; /* Asegura que el modal se quede por encima del fondo */
}
@media (min-width: 728px) {
.vertical-menu {
    position: fixed;
    top: 1rem !Important;
    left: 1rem !Important;
    bottom:1rem !Important;
    border-radius:10px;
}

.iconosalir{
    position: relative;
    top: 3px;
}

.header-profile-user {
    height: 38px !Important;;
    width: 38px !Important;;
}

#page-topbar {
    position: fixed;
    background-color: transparent !Important;
    left:17rem !Important;
}
body[data-sidebar=colored] .navbar-brand-box {
    border-radius: 10px;
}
.vertical-collpsed #page-topbar {
    left: 3.5rem !important;
}
.vertical-collpsed .main-content {
    margin-left: 6rem !important;
}
.main-content {
    margin-left: 17rem !important;
    overflow: hidden;
}
}

.btn-filtro {
  border-color: #D7D9DF !important;
  color:#3B3E45 !important;

}

.fc .fc-col-header-cell-cushion {
    color: #3B3E45 !Important;
}

.fc .fc-toolbar h2 {
    text-transform: capitalize !Important;
    font-weight:500 !Important;
}

.fc-button-active{
    border:3px solid #D7D9DF !Important;
}

.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: column !Important;
    text-align:Left;
    
}

.fc-v-event .fc-event-main-frame{
    flex-direction: column !Important;
    text-align:Left;
}

.fc-timegrid-event-short .fc-event-time::after {
    content: "" !Important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--fc-today-bg-color);
}

.modal-body {
    text-align:left !Important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2{
    font-weight: 400 !Important;


}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
    color:#3B3E45 !Important;
}

.nav-justified>.nav-link, .nav-justified .nav-item {
    flex-grow: 0 !Important;
}

.profile-img{
    border-radius:150px !important;
}

label.required::after {
    content: " *"; /* Asterisco */
    color: #E51547; /* Color rojo */
    
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}



.header-buttons {
  display: flex;
  gap: 10px;
}

.btn-custom-secondary {
  background-color: #a237ed;
  color: #ffffff;
  border-color: #a237ed;
  border:none !important;
}

.btn-custom-secondary:hover {
  background-color: #a237ed;
  color: #ffffff;
  border-color: #a237ed;
}

.fondoblancotr{
    background-color:white;
}

.cantidad{
    width:100%;
}

.fc-list-day-side-text{ 
    color:#3B3E45 !Important;
}

#limpiarfiltro{
    border-radius:50px !important;
}

#limpiarFiltro{
    border-radius:50px !important;
}





.filtroboton{
    text-decoration:none;
    list-style: none;
    color:#3B3E45;

}


  /* Ajuste del tamaño y padding */
        .select2-container .select2-selection--single {
            height: calc(2.25rem + 2px); /* Igual que los selects de Bootstrap */
            padding: 0.375rem 0.75rem;
            border: 1px solid #ced4da;
            border-radius: 0.375rem;
        }

        /* Ajuste del texto y bordes */
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #495057;
            line-height: 1.5;
        }

        /* Ajuste de la flecha de selección */
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 100%;
            right: 10px;
        }
        
        /* Ajuste del fondo al pasar el mouse en opciones */
        .select2-results__option--highlighted {
            background-color: #0d6efd !important; /* Azul Bootstrap */
            color: white !important;
        }

        /* Ajuste del fondo cuando está seleccionado */
        .select2-container--default .select2-results__option[aria-selected="true"] {
            background-color: #e9ecef; /* Color de fondo similar a Bootstrap */
            color: #000;
        }

        /* Evitar que se vea el select normal */
        .select2-hidden-accessible {
            display: none !important;
        }

