html,
body {
    font-size: 14px !important;
}

body {
    font-family: 'Barlow', sans-serif;
    color: #6c757d;
    background-color: #f1f5f7;
}

a {
    text-decoration: none;
}

svg {
    touch-action: none;
}


#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #252b3b;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.navbar-header {
    height: 70px;
}

.navbar-brand-box {
    width: 240px;
    background: #252b3b;
    padding: 0 1.5rem;
}

.navbar-brand-box .logo {
    display: block;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
}

.logo-mob a {
    display: block;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
}

.logo-mob .navbar-toggler {
    background: #eee;
}

.navbar-brand-box svg {
    fill: #4a88eb;
    height: 24px;
    margin-right: .15rem;
    width: 24px;
}

.logo-mob svg {
    fill: #4a88eb;
    height: 24px;
    margin-right: .15rem;
    width: 24px;
}

.vertical-menu {
    background: #252b3b;
    width: 240px;
    z-index: 1001;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 70px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.main-content {
    margin-left: 240px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    position: relative;
}

/*.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2);
}*/
.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 90px calc(24px / 2);
}

.footer {
    background-color: #fafafa;
    bottom: 0;
    padding: 20px calc(24px / 2);
    position: absolute;
    right: 0;
    color: #5b626b;
    left: 0;
    height: 60px;
    -webkit-box-shadow: 0 -1px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.05);
}

.side-menu li {
    display: block;
    width: 100%;
}

.menu-title {
    color: #8590a5;
    padding: 12px 20px !important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter,sans-serif;
    opacity: .5;
}

#vertical-menu ul li a {
    color: #8590a5;
    display: block;
    padding: .625rem 1.5rem;
    position: relative;
    font-size: 13.3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: Inter,sans-serif;
    font-weight: 500;
}

.page-title-box {
    padding-bottom: 24px;
}

.page-title-box h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb-item > a {
    color: #505d69;
}






@media (max-width:767.98px) {
    .main-content {
        margin-left: 0 !important;
    }
    .footer {
        left: 0 !important;
    }
}






/* ========== */

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}


.error {
    color: #ff4949;
}

.danger {
    color: #dc3545;
}

/*@media (max-width:767.98px) {
    body,
    html {
        font-size: .928rem !important;
    }
}*/






