.notifModal {
    position: fixed;
    background-color: #000000bd;
    width: 600px;
    height: 70px;
    border-radius: 5px;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.2s;
    overflow: hidden;
    padding: 0px 15px !important;
    bottom: -100vh;
    opacity: 1;
    color: white;
    text-wrap: pretty;
    text-align: center;
}

.fullModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 998;
    padding: 8px 8px;
    backdrop-filter: blur(10px);

}

/* 
.fullModal form {
    overflow: scroll;
    height: 100dvh;
} */

.XCloseBtn {
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    font-size: larger;
    padding-top: 15px;
}

.confirmModal {
    z-index: 1000;
}

.optionSelected {
    background-color: rgba(78, 78, 78, 0.972);
    color: white;
}