:root {
    --backgroundColor: #f5f6f5ef;
    --blackColor: #121212;
    --disableColor: #383838;
    --mainColor: #4e73df;
    --Lochmara: rgb(0, 123, 189);
    --LochmaraLight: rgb(0, 166, 255);
    --Java: rgb(28, 189, 206);
    --Tradewind: rgb(92, 183, 183);
    --Sinbad: rgb(162, 215, 199);
    --Ziggurat: rgb(187, 226, 222);
    --Verde: green;
}

.Modal {
    position: fixed !important;
    display: flex;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    /* Ajusta el valor de desenfoque según tus preferencias */
    transition: 1s;
}

.closeModalContainer {
    min-height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.058);
    box-shadow: #121212 5px;
    z-index: 900;
}

.messageResModal {
    z-index: 100000 !important;
}

.modalContainer {
    background-color: white;
    border-radius: 20px;
    height: 700px;
    overflow: auto;
}

.closeModal {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

.hidden {
    display: none !important;
    opacity: 0;
}

.sideMessage {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.74);
    width: 600px;
    height: 70px;
    border-radius: 5px;
    z-index: 1515151515;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 1s;
    overflow: hidden;
    bottom: -70px;
    opacity: 0;
}

.msgClose {
    margin-right: 5px;
    color: azure;
}

.msgBody {
    height: 100%;
    color: azure;
}

.bajaContainer {
    height: 80px;
}

.bajaConfirmar {
    height: 230px;
}

.tableDoctoresAntibioticosContainer {
    height: 260px !important;
}

.tablePacientesContainer {
    overflow: auto !important;
    height: 420px !important;
    width: 100%;
    max-height: 420px !important;
}

.reagendarCitaContainer {
    height: auto;
}

.agregarParametroContainer {
    height: auto;
}

.retiroCajaPDVContainer {
    height: 250px;
}