@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BlackItalic.woff2') format('woff2'),
        url('../fonts/Lato-BlackItalic.woff') format('woff'),
        url('../fonts/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff'),
        url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.woff2') format('woff2'),
        url('../fonts/Lato-Italic.woff') format('woff'),
        url('../fonts/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-LightItalic.woff2') format('woff2'),
        url('../fonts/Lato-LightItalic.woff') format('woff'),
        url('../fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-HairlineItalic.woff2') format('woff2'),
        url('../fonts/Lato-HairlineItalic.woff') format('woff'),
        url('../fonts/Lato-HairlineItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-Hairline.woff2') format('woff2'),
        url('../fonts/Lato-Hairline.woff') format('woff'),
        url('../fonts/Lato-Hairline.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('../fonts/Lato-BoldItalic.woff') format('woff'),
        url('../fonts/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.sidebar-main-logo{
    font-size: 32px;
    width: 32px;
    padding: 0px 10px;
}

#loadermain, #masterloader, #DefaultLoader {
    z-index: 1041;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(233 236 239 / 82%) none repeat scroll 0 0;
}

    #loadermain #loader, #masterloader #loader, #DefaultLoader .loader {
        margin: auto;
        margin-top: 10em;
    }

    #loadermain .app-header__logo, #masterloader .app-header__logo, #DefaultLoader .app-header__logo {
        background-color: unset;
        margin: auto;
        height: 100%;
    }

    #loadermain .spinner, #masterloader .spinner, #DefaultLoader .spinner {
        width: 30px;
        height: 30px;
    }

.logo-src-loader {
    height: 100%;
    background-image: url(../../images/loader.gif);
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
    position: fixed;
    width: 20em;
    /* top: 50%; */
    left: calc(45vw - 50px);
    /* background-color: white; */
    /* box-shadow: 0 0 5px #000; */
    border-radius: 5px;
    background-size: auto;
}

.fs12{
    font-size: 12px;
}

.fs20{
    font-size: 20px!important;
}

.navbar-main {
    background-color: white;
}

.nav-item div.icon {
    background: #344767;
    background-image: none!important;
}

.nav-item .active div.icon {
    background: #cb0c9f;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #cb0c9f;
    border-color: #cb0c9f
}
.table-wrapper > .dt-bootstrap5 {
    padding: 0 1rem;
}

.dt-length > .form-select {
    padding-right: 2rem;
}

.dt-info {
    font-size: 0.875rem;
}

#btnSubmitAddHeader { display: none; }
.blur #btnSubmitAddHeader { display: block;}