:root{

    --blue_light:#217aba;
    --red_light:#e86363;
    --red_clear : #fbd4d7;
    --yellow_pale : #fff5e4;
    --yellow_light : #fec157;
    --green_pale :#e0eccf;

}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(font-icons.woff2) format('woff2');
}

.text-underline{
    text-decoration: underline;
}
.modus-sidebar{
    overflow-x: hidden !important;
}
.hidden-element{
    display: none !important;
}
tbody tr:hover,.highlight-line:hover{
    background-color: var(--yellow_light);
}
.box-filter{
    transition: width 1s;
    overflow-x: hidden;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.box-filter-show{
    width: 300px;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}
.outline-none{
    outline: none;
}
.bg-disable-clear{
    background-color: var(--red_clear) !important;
}
.bg-yellow-pale{
    background-color: var(--yellow_pale) !important;
}
.bg-green-pale{
    background-color: var(--green_pale) !important;
}
.hidden-scrool-bar::-webkit-scrollbar{
    width: 0;
}
.text-break-all{
    word-break: break-all;
}
.events-point-none{
    pointer-events: none;
}
.move-for-next-smooth{
    scroll-behavior: smooth;
}
.hidden-scroll::-webkit-scrollbar{
    height: 0;
}
.arrow-tooltip{
    width: 10px;
    height: 10px;
}
.arrow-pos-left{
    right: -5px;
    bottom: calc(50% - 5px);
    transform: rotate(-45deg);
}
.arrow-pos-right{
    left: -5px;
    bottom: calc(50% - 5px);
    transform: rotate(45deg);
}
.arrow-pos-top{
    right: calc(50% - 5px);
    bottom: -5px;
    transform: rotate(45deg);
}
.arrow-pos-top-left{
    right: 5px;
    bottom: -5px;
    transform: rotate(45deg);
}
.arrow-pos-top-right{
    left: 5px;
    bottom: -5px;
    transform: rotate(45deg);
}
.arrow-pos-bottom{
    right: calc(50% - 5px);
    top: -5px;
    transform: rotate(-45deg);
}
.arrow-pos-bottom-left{
    right: 5px;
    top: -5px;
    transform: rotate(-45deg);
}
.arrow-pos-bottom-right{
    left: 5px;
    top: -5px;
    transform: rotate(-45deg);
}
.z-index-max{
    z-index: 1100;
}
.dropdown-right{
    left: auto !important;
    right: 0px !important;
}
.opacity-1{
    opacity: 1 !important;
}
.c-point{
    cursor: pointer;
}
.height-fit-content{
    height: fit-content;
}
.min-height-fit-content{
    min-height: fit-content;
}
.max-height-fit-content{
    max-height: fit-content;
}
.width-fit-content{
    width: fit-content;
}
.min-width-fit-content{
    min-width: fit-content;
}
.align-self-auto{
    align-self: auto !important;
}
.max-width-75{
    max-width: 75%;
}
.max-width-50{
    max-width: 50%;
}
.spin-line{
    height: 16px;
    width: 16px;
}
.modus-footer{
    height: fit-content !important;
    z-index: 900;
}
.checked-chip{
    font-size: 17px !important;
}
.conteiner-toast{
    width: fit-content;
    min-width: 400px;
    width: 400px;
    z-index: 2000;
    height: fit-content;
    right: 0;
    bottom: 0;
    /* top: 0;
    left: calc(50vw - 200px); */
    max-height: 400px;
    overflow-y: auto;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.cp{
    cursor:pointer;
}
.c-grab{
    cursor: grab;
}
.c-grabbing{
    cursor: grabbing;
}
.bolder{
    font-weight: bold !important;
}
.fullViewportHeight{
    height: calc(100vh - 20px);
}
.context-menu{
    width: max-content;
    min-height: 300px;
    z-index: 1070;
}
.slider-vertical{
    max-height: 0;
    transition: max-height 1s;
    overflow: hidden;
}
.show-slider-vertical{
    /* max-height: 20000px; */
    max-height: fit-content;
}
.slider-horizontal{
    max-width: 0;
    transition: max-width 1s;
    overflow: hidden;
}
.img-card-cover{
    object-fit: cover;
    max-height: 280px;
    object-position: 50% 50%;
}
.img-normal{
    object-fit:contain;
}
.loading-absolute{
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: rgba(33, 122, 186,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-absolute-spinner{
    width: 5rem;
    height: 5rem;
}
.flex-equals{
    flex: 1;
}
.dropdown-menu-front-view{
    height: fit-content !important;
    width: fit-content !important;
    position: fixed !important;
}
.overflow-scroll-y{
    overflow-y: scroll ;
}
.w-md-75{
    width: 75%;
}
@media screen and (max-width:768px) {
    ul.pagination{
        justify-content: center !important;
        font-size: 0.8rem;
    }
    .page-link .material-icons{
        font-size: 0.8rem !important;
    }
    #pagination-nav{
        flex-direction: column !important;
    }
    .w-md-75{
        width: 100%;
    }
    
}
@media screen and (max-width:299px) {
    .d-sm-none {
        display: block !important;
    }
}
@media screen and (min-width:300px) {
    .d-sm-block {
        display: block !important;
    }
}

@media screen and (max-width:650px) {
    .col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
        max-width:unset !important;
        flex: none !important;
    } 
    .conteiner-toast{
        width: fit-content;
        min-width: 100%;
    }
}
.show-modal{
    display: block !important;
    opacity: 1 !important;
    /* top: 0 !important; */
}

