.user-text{
    position: relative;
    top: -10px;
    font-size: small;
    color: #586ACF !important; 
}
.clickable {
  cursor: pointer;        /* muestra la mano */
}

.clickable:hover {
  text-decoration: underline;  /* o el efecto que quieras al hover */
  /* por ejemplo: background-color: #f0f0f0; */
}
.img-user{
    position: relative;
    width: 45px;
    height: 45px;
    top: -65px;
    left: 130px;
}
.table-custom {
    table-layout: auto; /* Permite que las columnas se ajusten a su contenido */
}
/* Searchable select (mantenimiento productos dt_bodega_hospital) */
.searchable-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 220px;
    overflow-y: auto;
    z-index: 1050;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    margin-top: 2px;
}
.searchable-select-item {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}
.searchable-select-item:last-child {
    border-bottom: none;
}
.searchable-select-item:hover {
    background-color: #e9ecef;
}
.searchable-select-item.searchable-select-empty {
    cursor: default;
    color: #6c757d;
}
.sub-text{
    color: #828282;
}
.card-red{
    background-color: #EB5757;
}
.card-E2EAF5{
    background-color: #F3F8F5;
}
.btn-lat{
    background-color: white;
    /* width:40px;
    height:40px; */
}
.btn-lat:hover{
    background-color: #71937c;
    /* width:40px;
    height:40px; */
}

.btn-primary{
    background-color: #bee5cb !important;
    border-color: #4E7F65 !important;
    color: #4E7F65 !important;
}

.btn-primary:focus{
    box-shadow: 0 0 0 4px rgba(78, 127, 101, 0.35) !important;
}


.btn-outline-primary{
    background-color: transparent !important;
    border-color: #bee5cb !important;
    color: #4E7F65 !important;
}

.btn-outline-primary:hover{
    background-color: #4E7F65 !important;
    border-color: #bee5cb !important;
    color: #bee5cb !important;
}

.form-check-input {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  transform: none !important;
  zoom: 1 !important;
}

.btn-outline-primary-1{
    background-color: #4E7F65 !important;
    border-color: #bee5cb !important;
    color: #bee5cb !important;
}

.btn-outline-primary-1:hover{
    background-color: #bee5cb !important;
    border-color: #bee5cb !important;
    color: #4E7F65 !important;
}

.btn-success{
    background-color: #4E7F65 !important;
    border-color: #bee5cb !important;
    color: #bee5cb !important;
}

.btn-info{
    background-color: #4e717f !important;
    border-color: #bedee5 !important;
    color: #bee0e5 !important;
}

.btn-info:hover{
    background-color: #3b5660 !important;
    border-color: #bedee5 !important;
    color: #bee0e5 !important;
}

.btn-danger{
    background-color: #f4c4c4  !important;
    border-color: #9C3B3B  !important;
    color: #9C3B3B !important;
}

.btn-primary:hover{
    background-color: #A8CBB3 !important;
    border-color: #4E7F65 !important;
    color: #4E7F65 !important;
}

.btn-danger:hover{
    background-color: #E6B0B0  !important;
    border-color: #9C3B3B  !important;
    color: #9C3B3B !important;
}


.alert-element{
    background-color: white;
    width:60px;
    height:40px;
}
.text-date{
    position: relative;
    top: -10px;
    font-size: 14px;
    color: #4E7F65;
}
.card-text-up{
    position: relative;
    top: -15px;
}
.text-element-alert{
    position: relative;
    top: -35%;
    left: 5%;
}
.card-text-up-25{
    position: relative;
    top: -25px;
}
.card-up{
    /* height: 180px !important; */
    border-radius: 15px;
}
.card-up-info{
    border-radius: 15px;   
}
.border{
    border-radius: 15px;
}
.red-color{
   color: #EB5757;
}

.green-card-color{
    background-color: #273f32;
}
.green-card-color:hover{
    background-color: #71937c;
}
.green-card-color-text{
    color: #A8CBB3;
}

.text-warning{
    color: #c9cba8 !important;
}

.blue-1-color{
    background-color: #4E7F65;
}
.blue-1-color:hover{
    background-color: #71937c;
}
.blue-1-color-text{
    color: #A8CBB3;
}
.text-button-sm{
    font-weight: bold !important;
    position: relative;
    bottom: 38%;
    left: 30%;
    font-weight: bold !important;
    font-size: 16px;
}
.text-button-bottom{
    position: relative;
    bottom: 28%;
    left: 10%;
    color: white;
}
.btn-icon-sm{
    position: relative;
    bottom: 0%;
    right: 35%;
    width:25px;
    height:25px;
}

.text-menu-lat{
    color: #828282;
}

.dark-blue{
    background-color: #1C4D8E;
}
.btn-blue-rounded{
    /*background-color: #2F80ED !important;*/
    border-radius: 10px;
    width:40px;
    height:40px;
    background-color: #4E7F65 !important;
}

.btn-blue-rounded:hover{
    background-color: #A8CBB3 !important;
}

.btn-green{
    background-color: #4E7F65 !important;
    color: white;
}
.btn-green:hover{
    background-color: #A8CBB3 !important;
}

.btn-blue-rounded-img{
    width:25px;
    height:25px;
    position: relative;
    right: 5px;
}
.btn-size{
    width: 40px;
    height: 40px;
}
.img-sm{
    width:30px;
    height:30px;
}
.img-sm-lupa{
    width:15px;
    height:15px;
}
.sub-title{
    position: relative;
    top: 10px;
}
.left{
    position: relative !important;
    left: 20px !important;
}

.right-10{
    position: relative;
    right: 9px !important;
}

.up-img{
    position: relative;
    bottom: 10px !important;
}

.center-vertical{
    position: relative;
    bottom: 8px !important;
}

.modal-date{
    color: #586ACF !important;
    font-size: 15px !important;
    position: relative;
    top: 20px !important;
    right: 70% !important;
}

.modal-title{
    position: relative;
    left: 3% !important;
}
.move-right{
    position: relative;
    left: 3% !important;
}
.btn-blue-filter{
    border-radius: 10px;
    width:100px;
    height:40px;
}

.btn-blue-filter-img{
    width:25px;
    height:25px;
    float: left;
}

.dropdown-filter{
    background-color: white;
    color: #828282;
    border: 0px solid;
    font-size: 20px;
}
.dropdown-filter:hover{
    background-color: #2F80ED;
    color: white;
    border: 0px solid;
}
.float-right{
    position: relative;
    right: 10px;
}
hr.divisor{
    height: 2px;
    background-color: gray;
}

.green-color{
    background-color: #248F35;
}

.btn-lat.bottom{
    position: relative;
    bottom: -25px;
    border-radius: 50px;
}
.fa-color{
    color: #A8CBB3;
}


.fa-second-color{
    color: #4E7F65;
}


.bajar-css{
    position: relative;
    right: 8px !important;
    bottom: 2px;
}
.modal-izquerda{
    color: #586ACF !important;
    font-size: 15px !important;
    position: relative;
    top: 16px !important;
    right: 60px !important;
}
.card-dt-up{
    height: 200px !important;
    border-radius: 15px;
}

.btn-rounded{
    border-radius: 90px;
    width:40px;
    height:40px;
}
.bajar-btn{
    position: relative;
    bottom: -35%;
    left: 50px;
}

.bg-gray{
    border-style: solid;
    border-color: gray;
    border-width: 3px;
    border-radius: 20px;
}
/* .s-border-radius{
    border-radius: 5px !important;
    
} */
/* .s-border-radius { */
    /* border: 1px solid #ddd; Agrega un borde suave alrededor de cada celda */
    /* border-radius: 5px; Borde redondeado */
    /* padding: 8px; Espaciado interno */
/* } */
.clear {
    overflow-x: auto !important; /* Permite el desplazamiento horizontal */
    white-space: nowrap !important; /* Evita que el texto se divida en múltiples líneas */
    -webkit-overflow-scrolling: touch; /* Para un desplazamiento más suave en dispositivos móviles */
}

#DetalleFc {
    overflow-x: auto; /* Permite el desplazamiento horizontal */
    white-space: nowrap; /* Evita que el texto se divida en múltiples líneas */
    -webkit-overflow-scrolling: touch; /* Desplazamiento más suave en móviles */
}

.s-border-radius {
    border: 1px solid #ddd; /* Borde alrededor de cada celda */
    border-radius: 5px; /* Borde redondeado */
    padding: 8px; /* Espaciado interno */
}
.text-factura-dt{
    font-size: 12px;
}

.left-fac{
    position: relative;
    left: 20%;
}

.left-fac-1{
    position: relative;
    left: 40%;
}

.title-tipo-fac{
    font-size: 13px;
}
.up-fac{
    position: relative;
    bottom: 15px;
}

.up-fac-1{
    position: relative;
    bottom: 30px;
}
.fc{
    position: relative;
    right: 5px;
}

.info-hosp{
    line-height: 100%;
}
.background-fac-no-select{
    background-color: #123768;
}

.ckup{
    position: relative;
    bottom: 30px;
}
.ckup1{
    position: relative;
    bottom: -20px;
    right: -25% !important;
}

.color-check-fac{
    
    background-color: #f8f8f8 !important;
  }
.br-final{
    margin: 0 auto !important;
    font-size: 11px;
}
.text-right-final-fc{
    position: relative;
    left: 80%;
}

.img-logo{
    height: 70px;
    width: 70px;
}

/* Nombre de empresa debajo del logo (sidebar) */
.company-name-badge {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #4E7F65 0%, #5a906e 100%);
    border-radius: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 6px rgba(78, 127, 101, 0.3);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* NEW ORDER */
.btn-pos{
    background-color: #bee5cb !important;
    border-color: #4E7F65 !important;
    color: #4E7F65 !important;
}


.btn-pos:hover{
    background-color: #536458 !important;
    color: #bee6d1 !important;
    cursor: pointer !important;
}

.btn-pos-categories {
    background-color: #bee5cb !important;
    border-color: #4E7F65 !important;
    color: #4E7F65 !important;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    transition: all 0.15s ease-in-out;
}

.btn-pos-categories:hover {
    transform: translateY(-1px);
    background-color: #536458 !important;
    color: #bee6d1 !important;
}

.btn-pos-categories:active {
    transform: scale(0.97);
}

#categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; /* AQUÍ controlas el espacio exacto */
}

.text-order{
    font-size: 12px;
}

.color-order{   
    background-color: rgba(0, 0, 0, .03) !important;
    
}

.color-order:hover{
    background-color: rgba(0, 0, 0, .1) !important;
}

.color-order-header{
    background-color: rgba(0, 0, 0, .19) !important;

}

.icon-order{
    cursor: pointer;
    color: rgba(0, 0, 0, .40);
}

.icon-order:hover{
    color: rgba(0, 0, 0, .60);
}

.add-desc{
    position: relative;
    bottom: 0.6rem;
    right: 1rem;
}

.btn-xs{
    height: 1.5rem !important;
    font-size: 10px !important;
    padding: auto;
}

.color-pay{
    background-color: rgba(0, 0, 0, .19) !important;
    cursor: pointer;
}

.color-pay:hover{
    background-color: rgba(0, 0, 0, .40) !important;
}