@charset "UTF-8";

@media (min-width:768px) {
    .app.sidenav-toggled .app-content {
        margin-right: 0 !important;
    }

    .app.sidenav-toggled .nabsbar {
        right: -320px;
    }

    .app.sidenav-toggled .nabsbar__overlay {
        visibility: hidden
    }
}

@media (max-width:767px) {
    .app {
        overflow-x: hidden
    }

    .app .nabsbar {
        right: -21.563rem;
        top: 92px !important;
    }

    .app .nabsbar__overlay {
        visibility: hidden
    }

    .app.sidenav-toggled .app-content {
        margin-right: 0
    }

    .app.sidenav-toggled .nabsbar {
        width: 88% !important;
        right: 0;
        z-index: 100;
        top: 92px !important;
        border-radius: 15px;
        box-shadow: 0 0 500px 500px rgb(6 6 6 / 8%);
    }

    .app.sidenav-toggled .nabsbar__overlay {
        visibility: visible
    }
}

.app-content {
    margin-bottom: 0 !important;
    -webkit-transition: margin-right .3s ease;
    -o-transition: margin-right .3s ease;
    transition: margin-right .3s ease
}

.sidebar-mini.sidenav-toggled .nabsbar .main-logo {
    display: none
}

.sidebar-mini.sidenav-toggled .nabsbar .logo {
    display: inline-block
}

.sidebar-mini .nabsbar .logo {
    display: none;
    padding: 10px
}

.footer .container {
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .app-content {
        margin-right: 20.5rem;
        background-color: #fafafa;
    }
}

@media (max-width:767px) {
    .app-content {
        min-width: 100%;
        margin: 0 !important
    }

    .navbar .navbar-brand img {
        height: 60px;
        margin-right: -15px;
    }
}

@media print {
    .app-content {
        margin: 0;
        padding: 0;
        background-color: #fff
    }
}

.light-text {
    font-weight: 300 !important
}

.semibold-text {
    font-weight: 600 !important
}

.line-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.app-header {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    z-index: 1030;
    padding: 10px 0
}

.app-header .input-icon.mt-1 {
    margin-top: 2px !important
}

@media (min-width:768px) {
    .app-header {
        padding-left: 30px
    }
}

@media print {
    .app-header {
        display: none
    }
}

.app-header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
    text-align: center;
    font-family: Niconne;
    padding: 0 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px
}

@media (min-width:768px) {
    .app-header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        width: 260px
    }
}

.app-header__logo:focus, .app-header__logo:hover {
    text-decoration: none
}

.nabsbar__toggle {
    padding: 0 15px;
    font-family: feather;
    color: #2b2d40;
    line-height: 2.4;
    vertical-align: text-top;
    transition: background-color .3s ease
}

@media (max-width:767px) {
    .nabsbar__toggle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.nabsbar__toggle:before {
    content: "\e908";
    font-size: 21px
}

.nabsbar__toggle:focus, .nabsbar__toggle:hover {
    text-decoration: none
}

.app-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:768px) {
    .app-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.app-nav__item {
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #3e4b5b;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.app-nav__item:focus, .app-nav__item:hover {
    background: rgba(0, 0, 0, .1);
    color: #f6f6f6
}

.app-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 15px;
    padding: 10px 0
}

@media (max-width:480px) {
    .app-search {
        display: none
    }
}

.app-search__input {
    border: 0;
    padding: 5px 10px;
    padding-left: 30px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.app-search__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.app-search__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.app-search__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.app-search__input::placeholder {
    color: rgba(0, 0, 0, .4)
}

.app-search__button {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    padding: 0 10px;
    border: 0;
    color: rgba(0, 0, 0, .8);
    background: 0 0;
    cursor: pointer
}

.app-notification {
    min-width: 270px
}

.app-notification__title {
    padding: 8px 20px;
    text-align: center;
    background-color: rgba(0, 150, 136, .4);
    color: #333
}

.app-notification__footer {
    padding: 8px 20px;
    text-align: center;
    background-color: #eee
}

.app-notification__content {
    max-height: 220px;
    overflow-y: auto
}

.app-notification__content::-webkit-scrollbar {
    width: 6px
}

.app-notification__content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2)
}

.app-notification__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    color: inherit;
    border-bottom: 1px solid #ddd;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.app-notification__item:focus, .app-notification__item:hover {
    color: inherit;
    text-decoration: none;
    background-color: #e0e0e0
}

.app-notification__message, .app-notification__meta {
    margin-bottom: 0
}

.app-notification__icon {
    padding-left: 10px
}

.app-notification__message {
    line-height: 1.2
}

.nabsbar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 18rem;
    overflow: auto;
    z-index: 10;
    background-color: #ffffff;
    transition: right .3s ease, width .3s ease;
    z-index: 10;
    border-radius: 0 15px 15px 0;
    margin-top: 25px;
    margin-right: 25px;
    padding-bottom: 30px;
    box-shadow: -10px 0px 30px 0 rgb(91 90 91 / 6%);
    max-height: max-content;
    border-radius: 15px;
}

.nabsbar::-webkit-scrollbar {
    width: 6px
}

.nabsbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2)
}

@media print {
    .nabsbar {
        display: none
    }
}

@media (max-width:767px) {
    .nabsbar__overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9
    }
}

.nabsbar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin: 20px 0;
    color: #3e4b5b
}

.nabsbar__user-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px
}

.nabsbar__user-name.text-sm {
    font-size: 13px
}

.nabsbar__user-name {
    font-size: 17px;
    line-height: 1.3
}

.nabsbar__user-designation, .nabsbar__user-name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0
}

.nab-menu {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    border-radius: 15px;
}

.sidenav-toggled .main-content .navbar-top {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.nab-menu .fa {
    font-size: 20px;
    margin-left: 20px;
    color: #f64d70;
}

.nab-menu .fas {
    font-size: 20px;
    margin-left: 20px;
    color: #f64d70;
}

.nab-menu li a:hover {
    color: #292a2b
}

.nab-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 300;
    color: #3c3c3c;
}

.sidenav-toggled .nab-menu__item.active .nab-menu__icon {
    color: #fff
}

.sidenav-toggled .nab-menu__item.active {
    color: #666;
    background-color: #eae7e7
}

.nabsbar .navbar-brand {
    margin: 0 auto;
    text-align: center;
    display: table;
    width: 100%;
    box-sizing: border-box;
    height: 122px;
    padding-top: 0
}

.nabsbar .navbar-brand-img {
    max-height: 80px;
    margin-top: 25px;
    line-height: 150px;
    text-align: center
}

.nabsbar .mCSB_draggerContainer {
    left: -11px
}

.nabs.is-expanded a {
    color: #3c3c3c;
    background-color: #fafafa;
    border-left: none;
    border-right: solid 10px #f64d70;
    font-size: 16px;
    font-weight: 300;
}

.nab-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1.5rem;
    min-width: 2.8rem
}

.nab-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.nabs.is-expanded li a:hover {
    background: #eee
}

.nabs a:hover {
    background: #eee
}

.nabs.is-expanded .nabs-menu {
    max-height: 200vh
}

.nabs.is-expanded .angle {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nabs-menu {
    max-height: 0;
    overflow: hidden;
    background: 0 0;
    padding: 0;
    list-style: none
}

.nabs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 50px;
    font-size: 17px;
    color: rgba(36, 33, 76)
}

.nabs-item.active, .nabs-item:focus, .nabs-item:hover {
    text-decoration: none
}

.nabs.is-expanded .nab-menu__item {
    color: #3c3c3c;
    border-left: none;
    border-right: solid 10px #52567e;
    font-size: 18px;
}

.nabs.is-expanded .nabs-menu .active a {
    color: #ad59ff;
    background: #f5f4f7
}

.silde.is-expanded .nabs-item.active {
    color: #fff
}

.nabs-item .icon {
    margin-left: 5px
}

.angle {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.dropdown-menu {
    border-radius: 0
}

.dropdown-menu.dropdown-menu-right {
    right: auto
}

.dropdown-item .fa, .dropdown-item .icon {
    vertical-align: middle
}

.app-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    margin: -30px -30px 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

@media print {
    .app-title {
        display: none
    }
}

@media (max-width:480px) {
    .app-title {
        margin: -15px -15px 15px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.app-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400
}

.app-title p {
    margin-bottom: 0;
    font-style: italic
}

@media (max-width:480px) {
    .app-title p {
        display: none
    }
}

.app-breadcrumb {
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0;
    text-align: right;
    padding: 0;
    background-color: transparent
}

@media (max-width:480px) {
    .app-breadcrumb {
        margin-top: 10px
    }

    header.header .toolbar {
        display: none;
    }
}

.sidenav-toggled .nabsbar__user .avatar-md {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 2rem;
    font-size: 1rem
}

.client-menu-container .glyphicon.glyphicon-list {
    font-size: 16px;
    color: #b1b1b1;
    vertical-align: middle;
    border: 1px solid #b3b3b31a;
    padding: 9px;
    border-radius: 25px
}

.top-bar:after {
    clear: both;
    content: "";
    display: block
}

.main-content {
    margin: 0 !important;
    background: 0 0;
    display: block;
    border-radius: 3px;
    padding: 0
}