

/* Login */
.bg-login{
    background-image: -webkit-linear-gradient(left, #23b7e5 0%, #51c6ea 100%);
    background-image: -o-linear-gradient(left, #23b7e5 0%, #51c6ea 100%);
    background-image: linear-gradient(to right, #23B7E5 0%, #02C3FE 100%);   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff23b7e5', endColorstr='#ff51c6ea', GradientType=1);
    background-color: #23b7e5;
    background: url(../img/bglogin.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 100vh; /* 100% of the viewport height */
}
.box-shadow{
    -webkit-box-shadow: 0px 0px 7px -2px rgba(51, 51, 51,0.432) !important;
    -moz-box-shadow: 0px 0px 7px -2px rgba(51, 51, 51,1) !important;
    box-shadow: 0px 0px 7px -2px rgba(51, 51, 51, 0.45) !important;

}
.bor-rad-10{
    border-radius: 10px;
}

.scrollbar-y{
    overflow-y: auto;
}
.barra_blue {
    background-color: #002a46 !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.border_left_green{
    border-left-color: rgb(0, 207, 35);
    border-left-width: 20px;
}
.border_left_turqueza{
    border-left-color: rgb(0, 228, 209);
    border-left-width: 20px;
}
.border_left_danger{
    border-left-color: rgb(255, 20, 20);
    border-left-width: 20px;
}
.bgtexto_danger{
    background-color: rgb(255, 41, 41);
    padding: 2px 5px 2px 5px ;
    border-radius: 4px;
    color: white;
}
.bgtexto_gray{
    background-color: rgb(251, 252, 227);
    padding: 2px 5px 2px 5px ;
    border-radius: 4px;
    color: rgb(29, 29, 29);
}
.td_centered{
    padding: 8px 3px !important;
}
.input_price{
    font-weight: 500;
    font-size: 15px;
    text-align: right;
}
.input_bordercolor{
    border-color: #8f9cc0 !important;
}
.dt-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

.cargando{
	margin-top: 80px;
    text-align: center;
}

.product-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    line-height: 1.2;
}

.product-img {
    width: 44px;
    margin-right: 1rem;
}

/* COlor de empresas */

.bgtexto_pink{
    background-color: rgb(207, 34, 92);
    padding: 2px 5px 2px 5px ;
    border-radius: 4px;
    color: white;
}
.bgtexto_yellow{
    background-color: rgb(238, 218, 42);
    padding: 2px 5px 2px 5px ;
    border-radius: 4px;
    color: rgb(10, 10, 10);
}
.bgtexto_green{
    background-color: rgb(12, 168, 33);
    padding: 2px 5px 2px 5px ;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
.label_form{
    font-size: 12px !important;
    margin-bottom: 0px !important;
}
.barraclinica{
    background-color: #002074;
    padding: 12px !important;
    margin-bottom: 5px !important;
    border-radius: 10px;
}
.clinica-img{
    width: 200px;
    padding: 5px;
}
.clinica_name{
    font-size: 14px;
    font-weight: 500;
    word-wrap: break-word; /* Romper palabras largas */
    white-space: pre-wrap; /* Preservar espacios */
    word-break: break-all; /* Romper palabras si no caben */
}
.clinica_direccion{
    color: rgb(0, 138, 73);
}
.clinica_descripcion{
    color: rgb(0, 35, 88);
}
.bgmapa{
    background-image: url('../../assets/landing/images/mapa.png');
    border-radius: 10px;
    height: 150px;
    border: 1px solid rgb(176, 217, 233);
}