
:root {
    --orange: no-repeat linear-gradient(90deg, rgba(248,145,12,0.9) 23%, rgba(248,78,12,0.9) 95%);
    --bs-body-font-family:'Monsterrat', sans-serif;
}
html{
    height: 100%;
}
.body{
    height: 100%;
    color: black;
    background-color: #ffffff;
}
#app{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.outer-container{
    display: flex;
    flex-grow: 1;
    height: calc(100vh - 80px);
}
.main{
    /* min-width: 1260px; */
    /* overflow-x: auto; */
    flex-grow: 1;
    font-family: 'Monsterrat', sans-serif;
    height: calc(100vh - 80px);
    /* overflow-y: auto; */
    max-height: calc(100vh - 80px);
    padding: 2%;
    font-weight: 600;
}
.pagination-container{
    margin-top: 20px;
    float: right;
}
.select-pagination{
    background-color: #0E5EF7;
    border: none;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.select-pagination{
    appearance: none;
}
.select-pagination option{
    background-color: #0E5EF7;
}
.notif-number{
    position: absolute;
    top: 21px;
    left: 20px;
    border-radius: 50%;
    background: #0E5EF7;
    width: 15px;
    height: 15px;
    font-size: 9px;
    font-weight: 800;
    color: white;
}
.notif-number div{
    width: 15px;
    height: 15px;
    text-align: center;
}
.second-div-notif{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: fit-content;
    flex-direction: column;
    box-shadow: rgba(116, 116, 125, 0.19) 0px 50px 100px -20px, rgba(0, 0, 0, 0.44) 0px 30px 60px -30px, rgba(97, 101, 106, 0.5) 0px -2px 6px 0px inset;
    padding: 10px;
    border-radius: 4px;
    width: 75%;
}
.aditionalCssButton{
    margin-top: 10px !important;
    width: unset !important;
    height: 35px;
}
.span-title-page-crud{
    color: #27272778;
    padding: 8px 0;
    font-size: 17px;
}