body{
    font-family: 'Prompt', sans-serif;
}
label{
    display: inline-block;
    margin-bottom: .1rem!important;
}
.modal-footer{
    background-color: #E7F0E7;
}
.modal-header{
    background-color: #883C4D;
    color: white;
}


.show-pointer{
    cursor:pointer!important
}

.scrollbar-sidebar{
    padding-bottom:60px!important
}
.form-control[readonly] {
    background-color: #ffffff!important;
    opacity: 1;
}




.a-menu{
    color: #FDE400!important;
}

@media screen and (max-width: 600px) {
    .d-xm-visible{
        display: none!important
    }
}
@media screen and (max-width: 800px) {
    .d-sm-visible{
        display: none!important
    }
}
@media screen and (max-width: 1200px) {
    .d-md-visible{
        display: none!important
    }
}
@media screen and (min-width: 901px) {
    .menu-invisible{
        display: none!important
    }
}
@media screen and (max-width: 900px) {
    .menu-invisible900{
        display: none!important
    }
}
#menu-header-strip{
    height: 2px;
    position: fixed;
    /* top: 0; */
    width: 100vw;
    z-index: 1000;

}
#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000; /* Black background with opacity */
    opacity : 0.25;
    z-index: 10002; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.loaded {
    display: none!important;
}

.item-avatar{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}