.theme-blue .page-loader-wrapper {
    background: #493A5F !important
}

.theme-blue .sidebar-nav .metismenu>li i {
    color: #fff !important
}

.navbar .navbar-brand {
    background-color: #fff !important;
    overflow: hidden
}

.navbar .navbar-brand img {
    width: 130px !important
}

#leftsidebar {
    background-color: #493A5F !important;
    z-index: 999999 !important
}

#leftsidebar a {
    color: #ffffffcf !important;
    background-color: #493A5F !important
}

#leftsidebar li.active>a {
    color: #fff !important
}

#leftsidebar li.active>a i {
    color: #493A5F !important
}

#leftsidebar .sidebar-nav .metismenu>li.active>a {
    background-color: #fff !important;
    color: #000 !important
}

#leftsidebar .sidebar-nav .metismenu a:hover {
    background: #493A5F !important
}

#leftsidebar .sidebar .metismenu ul.collapse a:hover {
    background-color: #493A5F !important
}

.form-control {
    height: auto !important
}

.filter-form .select2-container {
    padding: .275rem .75rem !important
}

.badge-primary {
    background: transparent;
    border-color: #2294f1 !important;
    color: #2294f1 !important
}

#navbar-menu .navbar-nav ul.notifications {
    background-color: #ffffff !important
}

#navbar-menu .navbar-nav ul.notifications li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8 !important
}

html {
    position: relative;
    min-height: 100%
}

.main_wrap_custom {
    min-height: calc(100vh - 68px);
    padding-bottom: 60px !important
}

.main-footer {
    bottom: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    left: 0;
    color: #7081b9;
    border-top: 1px solid #eceff5;
    background-color: #f9f9f9;
    z-index: 99999 !important
}

.menu-icon .sidebar .metismenu li:hover .collapse {
    background-color: #493A5F !important;
    color: #fff !important
}

.menu-icon .sidebar .metismenu li.hover>a {
    background-color: transparent !important
}

.font-20 {
    font-size: 20px
}

.auth-main::before {
    background: #493A5F !important
}

.custom-loading-label {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

@media (max-width: 786px) {
    .copyright {
        text-align: center !important
    }

    .copyright .copyright-col-2 {
        text-align: center !important
    }

    .navbar-fixed-top .navbar-brand {
        width: 120px !important
    }

    .navbar-fixed-top .navbar-brand img {
        width: 100px !important
    }

    .navbar-fixed-top .navbar-right {
        width: calc(100% - 120px) !important
    }
}