a{
    cursor: pointer;
}

@font-face {
    font-family: 'Poppins';
    font-display: fallback;
    src: url("../../assets/fonts/Poppins-Light.ttf") ;
}

body {
    font-size: 0.9rem;
    font-family: 'Poppins', Serif;
}
.card-header{
    display: flex;
    align-items: center;
}
.card-header>*{
    display: flex;

}
.card-header .nav {
    display: flex;
    width: auto;
    margin-left: auto;
}

.modal-header{
    display: flex;
    align-items: center;
}
.modal-header>*{
    display: flex;
}
.modal-title{
    font-size: 1.2rem;
    font-weight: bold;
}
/*.nav-pills{*/
/*    font-weight: bold;*/
/*}*/

.checkRead.readAllow {
    display: block;
}
.checkCreate.createAllow {
    display: block;
}
.checkUpdate.updateAllow {
    display: block;
}
.checkDelete.deleteAllow {
    display: block;
}


.card-header .nav{
    margin-left: 0px;
}

tyle>
* {
    /*font-family: "Montserrat", sans-serif;*/
    /*font-optical-sizing: auto;*/
    /*!*font-weight: <weight>;*!*/
    /*font-style: normal;*/

    /*font-family: "Inter", sans-serif;*/
    /*font-optical-sizing: auto;*/
    /*!*font-weight: <weight>;*!*/
    /*font-style: normal;*/
    /*font-variation-settings:*/
    /*        "slnt" 0;*/
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none  !important;
    margin: 0  !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}
.modal-fullscreen {
    min-width: 98% !important;
    min-height: 100% !important;
    /*margin: 0px !important;*/
}
@media (min-width:1400px){.modal-lg,.modal-xl{width:90% !important;}}

/*@media (max-width:1000px){.modal-lg,.modal-xl{max-width:90%}}*/
/*@media (max-width: 500px) {.modal-lg, .modal-xl{max-width: 99%}}*/
.hideBeforeResolve .permission{
    display: none;
}
.noView .permission {
    display: none;
}
.noModify .permission {
    display: none;
}
#maintenanceOverlay {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100000;
}
html, body {
    overflow: auto;
    height: 100vh;
}
.loader{
    position: absolute;
    top: 0px;
    height: 0px;
    z-index: 100000;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.loader span{

    position:absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    height: 20px;
}