.ag-theme-alpine {
    /* customise with CSS variables */
    outline: 1px;
    outline-color: white !important;
    border-color: white !important;
}

/* .ag-header-cell-label {
    justify-content: center;
} */

.row {
    width: 100%;
    left: 0;
    margin-left: 0;
}

.mainBody {
    position: relative;
    height: 100%;
    overflow-y: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: whitesmoke;

}

.mainHeader {
    background-color: white;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    z-index: 999;
}

/* Content */

.contentTitle {
    font-weight: bold;
    color: rgb(34, 34, 34);
    font-size: 25px;

}

.mainContent {
    max-height: 85vh;
    overflow-y: scroll;
}

.mdlsa {
    margin-top: 40px;
}

.mainContent::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

/* End Content */

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.Loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 100000;
    transition: all 1s;
    opacity: 1;
}

.hidingLoader {
    opacity: 0;
    z-index: -1;
}

.loaderHidden {
    display: none !important;
}

.boxes {
    border-radius: 15px;
    background-color: white;
    padding: 30px;
    border: 0.5px solid rgba(213, 213, 213, 0.345);
    text-wrap: pretty;
}

.notifBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    padding: 5px;
    flex-wrap: wrap;
    display: flex;
    gap: 7px;
    z-index: 10000312332;
}

.NotifCard {
    background-color: white;
    border-radius: 7px;
    overflow: hidden;
    transition: all 1s;
    width: 300px;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.NotifCardBody {
    font-size: smaller;
    font-weight: bold;
    width: 90%;
    padding: 5px;
}

.NotifCardClose {
    font-weight: bold;
    width: 10%;
    cursor: pointer;
    background-color: rgb(104, 104, 104);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

/* Float Menu */

.optionsFloatMenu {
    margin-top: 4px;
    position: fixed;
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    z-index: 9999;
    width: 220px;
    max-width: 220px;
    min-width: 220px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.btnMenuOption {
    /* text-wrap: pretty; */
    overflow: hidden;
    text-overflow: ellipsis;

}

.btnMenuOption:hover {
    background-color: rgb(230, 230, 230);
    text-wrap: pretty;

}

/* Float Menu */