body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5d6778
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #15a362;
    font-weight: 600
}

a, .btn-link {
    color: #15a362;
    text-decoration: none
}

    a:hover, .btn-link:hover {
        color: #128c54
    }

hr {
    background: #adb4c0
}

.text-muted {
    color: #9fa7b5 !important
}

.table-dark {
    background: #252930;
    color: #fff
}

.popover {
    border-color: #dee1fc
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
    border-right-color: #dee1fc
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
    border-left-color: #dee1fc
}

.bs-popover-top > .arrow::before, .bs-popover-auto[data-popper-placement^=top] > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #dee1fc
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #dee1fc
}

a.app-link {
    color: #252930;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(37,41,48,.3);
    text-decoration-color: rgba(37,41,48,.3)
}

    a.app-link:hover {
        color: #15a362;
        -webkit-text-decoration-color: rgba(21,163,98,.8);
        text-decoration-color: rgba(21,163,98,.8)
    }

button.close:focus {
    outline: none;
    box-shadow: none
}



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

    .btn .bi {
        position: relative;
        top: -2px
    }

    .btn:focus, .btn.focus {
        box-shadow: none !important
    }

.app-btn-primary {
    background: #15a362;
    color: #fff;
    border-color: #15a362
}

    .app-btn-primary:hover, .app-btn-primary:active {
        color: #fff;
        background: #18ba70;
        border-color: #18ba70
    }

.app-btn-secondary {
    background: #fff;
    color: #5d6778;
    border: 1px solid #bcc1cb
}

    .app-btn-secondary:hover {
        color: #15a362;
        border: 1px solid #15a362;
        background: #fff
    }

.btn-light {
    background: #f5f6fe;
    color: #15a362
}

    .btn-light:hover {
        background: #f5f6fe;
        color: #15a362
    }

.form-control {

    color: #5d6778
}

    .form-control:focus {
        box-shadow: none;
        outline: none;
        color: #5d6778
    }

.form-check-input:checked {
    background-color: #15a362;
    border-color: #15a362
}

.dropdown-menu {
    border-color: #e7e9ed
}

    .dropdown-menu .dropdown-item {
        padding: .5rem 1rem
    }

        .dropdown-menu .dropdown-item:hover {
            color: #252930
        }

        .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
            background: #fafbff
        }

        .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
            background: #fafbff
        }

.dropdown-divider {
    border-top-color: #e7e9ed;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.dropdown-toggle.no-toggle-arrow:after {
    display: none !important
}

.app-header {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid #e7e9ed;
    height: 56px;
    background: #fff
}

.app-header-inner {
    position: relative
}

.app-search-form {
    position: relative;
    max-width: 600px
}

    .app-search-form .search-input {
        font-size: .875rem;
        border-radius: .25rem;
        padding-left: 3rem;
        padding-right: 1rem
    }

        .app-search-form .search-input:focus {
            border-color: #e7e9ed
        }

    .app-search-form .search-btn {
        color: #828d9f;
        background: none;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 0;
        padding: .5rem 1rem
    }

        .app-search-form .search-btn:active, .app-search-form .search-btn:focus, .app-search-form .search-btn:hover {
            outline: none !important;
            color: #15a362;
            box-shadow: none
        }

.app-utility-item {
    display: inline-block;
    margin-left: 1.25rem
}

    .app-utility-item:last-child {
        margin-left: 0
    }

    .app-utility-item > a {
        color: #5d6778
    }

        .app-utility-item > a:hover {
            color: #252930
        }

    .app-utility-item .dropdown-toggle {
        position: relative
    }

    .app-utility-item .dropdown-menu {
        font-size: .875rem;
        margin: 0
    }

        .app-utility-item .dropdown-menu.show {
            top: 23px !important
        }

    .app-utility-item .icon {
        font-size: 1.25rem;
        width: 24px;
        height: 24px
    }

    .app-utility-item .icon-badge {
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -0.45rem;
        top: -0.3rem;
        width: 20px;
        height: 20px;
        font-size: .6rem;
        font-weight: bold;
        padding-top: 1px;
        color: #fff;
        text-align: center
    }

        .app-utility-item .icon-badge.icon-badge {
            background: #ec776c;
            border: 2px solid #fff
        }

.app-notifications-dropdown .dropdown-menu {
    width: 300px
}

    .app-notifications-dropdown .dropdown-menu .dropdown-menu-header {
        border-bottom: 1px solid #e7e9ed
    }

    .app-notifications-dropdown .dropdown-menu .dropdown-menu-title {
        font-size: 1rem
    }

    .app-notifications-dropdown .dropdown-menu .profile-image {
        width: 36px;
        height: 36px
    }

    .app-notifications-dropdown .dropdown-menu .info {
      
        position: relative
    }

    .app-notifications-dropdown .dropdown-menu .unread {
        font-weight:bold;
    }


    .app-notifications-dropdown .dropdown-menu .meta {
        color: #828d9f;
        float: left !important;
        font-size: .75rem;
        padding-top:7px;
        
    }

    .app-notifications-dropdown .dropdown-menu .dropdown-menu-footer {
        border-top: 1px solid #e7e9ed
    }

    .app-notifications-dropdown .dropdown-menu .item {
        min-width: 250px;
        position: relative;
        border-bottom: 1px solid #e7e9ed
    }

        .app-notifications-dropdown .dropdown-menu .item:last-child {
            border-bottom: none
        }

        .app-notifications-dropdown .dropdown-menu .item:hover {
            background: #f5f5f5
        }

    .app-notifications-dropdown .dropdown-menu .link-mask {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        right: 0;
        top: 0
    }

.app-notifications-dropdown .app-icon-holder {
    display: inline-block;
    background: #edfdf6;
    color: #15a362;
    width: 36px;
    height: 36px;
    padding-top: 4px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%
}

    .app-notifications-dropdown .app-icon-holder.icon-holder-mono {
        background: #f5f6fe;
        color: #828d9f
    }

    .app-notifications-dropdown .app-icon-holder svg {
        width: 20px;
        height: 20px
    }

.app-user-dropdown {
    display: inline-block
}

    .app-user-dropdown img {
        width: 36px;
        height: 36px
    }

@media(min-width: 576px) {
    .app-notifications-dropdown .dropdown-menu {
        width: 400px
    }
}

@media(min-width: 1200px) {
    .app-header-inner {
        margin-right: 250px
    }
}

@media(max-width: 575.98px) {
    .search-mobile-trigger {
        cursor: pointer;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8
    }

        .search-mobile-trigger:hover {
            color: #15a362;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

    .app-search-box {
        display: none;
        position: absolute;
        right: 0;
        top: 56px;
        padding: 0;
        height: 100vh;
        background: rgba(0,0,0,.5);
        transition: all .4s ease-in-out
    }
}

@media(max-width: 575.98px)and (prefers-reduced-motion: reduce) {
    .app-search-box {
        transition: none
    }
}

@media(max-width: 575.98px) {
    .app-search-box .app-search-form .search-input {
        border-radius: 0;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .app-search-box .app-search-form .search-btn {
        top: 7px
    }
}

@media(max-width: 575.98px) {
    .app-search-box.is-visible {
        display: block
    }
}

.app-sidepanel {
    position: fixed;
    min-height: 100vh;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 1px solid #e7e9ed
}

    .app-sidepanel .panel-drop {
        display: none
    }

    .app-sidepanel .sidepanel-inner {
        position: relative;
        z-index: 10;
        background: #fff;
        box-shadow: rgba(0,0,0,.05) 0px 8px 15px;
        width: 250px;
        height: 100%
    }

    .app-sidepanel .sidepanel-close {
        display: none;
        position: absolute;
        z-index: 20;
        left: -2rem;
        top: 0;
        color: #fff;
        font-size: 2rem
    }

    .app-sidepanel.sidepanel-hidden {
        right: -400px
    }

    .app-sidepanel.sidepanel-visible {
        right: 0
    }

    .app-sidepanel .app-nav-main {
        overflow-y: auto;
        scrollbar-color: rgba(0,0,0,.1) #e7e9ed;
        scrollbar-width: thin
    }

        .app-sidepanel .app-nav-main::-webkit-scrollbar {
            width: 6px;
            background-color: #e7e9ed
        }

        .app-sidepanel .app-nav-main::-webkit-scrollbar-thumb {
            background-color: rgba(0,0,0,.1);
            border-radius: .5rem
        }

.app-branding {
    height: 60px;
    padding-top: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem
}

    .app-branding .logo-icon {
        max-width: 50px;
    }

    .app-branding .logo-text {
        color: #15a362;
        font-size: 1.25rem;
        font-weight: 600;
        vertical-align: middle
    }

.app-nav {
    color: #5d6778;
    display: block;
    padding: 0;
    width: 100%
}

    .app-nav .app-menu {
        margin-bottom: 0
    }

    .app-nav .nav-item {
        display: block;
        color: #5d6778;
        background: #fff
    }

    .app-nav .nav-link {
        display: block;
        padding: .875rem 1rem;
        color: #252930;
        position: relative;
        display: block;
        padding-right: 3rem;
        border-right: 3px solid rgba(0,0,0,0)
    }

        .app-nav .nav-link.active {
            color: #15a362;
            background: #edfdf6;
            border-right: 3px solid #15a362;
            font-weight: 500
        }

        .app-nav .nav-link.submenu-toggle.active {
            background: none;
            border-color: rgba(0,0,0,0)
        }

        .app-nav .nav-link:hover {
            color: #15a362
        }

    .app-nav .nav-icon {
        position: absolute;
        right: 1.2rem;
        top: 1.0rem;
    }

        .app-nav .nav-icon .bi {
            width: 1.25rem;
            height: 1.25rem
        }

    .app-nav .submenu-arrow {
        position: absolute;
        left: 1rem;
        top: .7rem;
        color: #828d9f
    }

        .app-nav .submenu-arrow svg {
            width: 14px;
            height: 14px
        }

    .app-nav .submenu-toggle {
        transition: all .4s ease-in-out
    }

@media(prefers-reduced-motion: reduce) {
    .app-nav .submenu-toggle {
        transition: none
    }
}

.app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow {
    color: #252930
}

    .app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow svg {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg)
    }

.app-nav .submenu-item {
    margin-bottom: 0
}

.app-nav .submenu-link {
    color: #5d6778;
    font-size: .875rem;
    margin-right: 2rem;
    padding: .5rem 1rem;
    padding-right: 1rem;
    position: relative;
    display: block;
    margin-bottom: 0
}

    .app-nav .submenu-link:before {
        background-color: #e7e9ed;
        content: " ";
        display: inline-block;
        height: inherit;
        right: 0;
        position: absolute;
        width: 2px;
        height: 100%;
        margin-top: -0.5rem
    }

    .app-nav .submenu-link:hover {
        color: #252930
    }

    .app-nav .submenu-link.active {
        color: #15a362
    }

        .app-nav .submenu-link.active:before {
            background-color: #15a362
        }

.app-sidepanel-footer {
    width: 100%;
    bottom: 0;
    right: 0;
    border-top: 1px solid #e7e9ed;
    background: #f5f6fe
}

    .app-sidepanel-footer .app-nav-footer {
        margin-bottom: 0
    }

@media(max-width: 1199.98px) {
    .app-sidepanel {
        transition: all .4s ease-in-out;
        right: -400px
    }
}

@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
    .app-sidepanel {
        transition: none
    }
}

@media(max-width: 1199.98px) {
    .app-sidepanel.sidepanel-visible {
        display: block
    }
}

@media(max-width: 1199.98px) {
    .sidepanel-visible .sidepanel-close {
        display: inline-block
    }
}

@media(max-width: 1199.98px) {
    .sidepanel-visible .sidepanel-drop {
        position: fixed;
        display: block;
        min-height: 100vh;
        height: 100%;
        width: 100%;
        min-width: 100vw;
        right: 0;
        top: 0;
        background: rgba(0,0,0,.35)
    }
}

@media(min-width: 1200px) {
    .app-wrapper {
        margin-right: 250px
    }
}

.app {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: #f5f6fe;
    padding-top: 56px;
    overflow-x: hidden
}

.app-footer .copyright {
    font-size: .8125rem
}

.app-wrapper {
    transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .app-wrapper {
        transition: none
    }
}

.app-page-title {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 1.5rem
}

.app-card {
    position: relative;
    background: #fff;
    border-radius: .25rem
}

    .app-card.border-left-decoration {
        border-right: 3px solid #15a362
    }

    .app-card .app-card-link-mask {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        right: 0;
        top: 0
    }

    .app-card .app-card-header {
        border-bottom: 1px solid #e7e9ed
    }

    .app-card .app-card-title {
        font-size: 1.125rem;
        margin-bottom: 0
    }

    .app-card .card-header-action {
        font-size: .875rem
    }

        .app-card .card-header-action a:hover {
            text-decoration: underline
        }

    .app-card .form-select-holder {
        display: inline-block
    }

    .app-card .btn-close {
        padding: 1rem
    }

        .app-card .btn-close:focus {
            box-shadow: none
        }

.app-card-stat {
    text-align: center
}

    .app-card-stat .stats-type {
        font-size: .875rem;
        color: #828d9f;
        text-transform: uppercase
    }

    .app-card-stat .stats-figure {
        font-size: 2rem;
        color: #252930
    }

    .app-card-stat .stats-meta {
        font-size: .875rem;
        color: #828d9f
    }

.app-card-progress-list .item {
    position: relative;
    border-bottom: 1px solid #e7e9ed
}

    .app-card-progress-list .item:hover .title {
        color: #252930
    }

    .app-card-progress-list .item:last-child {
        border: none
    }

    .app-card-progress-list .item .title {
        font-size: .875rem;
        font-weight: 500
    }

    .app-card-progress-list .item .meta {
        font-size: .875rem;
        color: #828d9f
    }

.app-card-progress-list .item-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    right: 0;
    top: 0
}

.app-card-progress-list .progress {
    height: .5rem
}

.app-card-stats-table .table {
    font-size: .875rem
}

.app-card-stats-table .meta {
    color: #828d9f;
    font-weight: 500;
    font-size: .875rem
}

.app-card-stats-table .stat-cell {
    text-align: left
}

.app-card-basic {
    height: 100%
}

    .app-card-basic .title {
        font-size: 1rem
    }

.app-card .app-icon-holder {
    display: inline-block;
    background: #edfdf6;
    color: #15a362;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%
}

    .app-card .app-icon-holder.icon-holder-mono {
        background: #f5f6fe;
        color: #828d9f
    }

    .app-card .app-icon-holder svg {
        width: 24px;
        height: 24px
    }

.app-card .app-card-body.has-card-actions {
    position: relative;
    padding-left: 1rem !important
}

.app-card .app-card-body .app-card-actions {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    left: .75rem;
    top: .75rem
}

    .app-card .app-card-body .app-card-actions:hover {
        background: #f5f6fe
    }

    .app-card .app-card-body .app-card-actions .dropdown-menu {
        font-size: .8125rem
    }

.app-card-doc:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.app-card-doc .app-card-thumb-holder {
    background: #e9eaf1;
    text-align: center;
    position: relative;
    height: 112px
}

    .app-card-doc .app-card-thumb-holder .app-card-thumb {
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000
    }

    .app-card-doc .app-card-thumb-holder .thumb-image {
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        width: 100%;
        height: auto
    }

    .app-card-doc .app-card-thumb-holder:hover {
        background: #fafbff
    }

        .app-card-doc .app-card-thumb-holder:hover .thumb-image {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

    .app-card-doc .app-card-thumb-holder .badge {
        position: absolute;
        left: .5rem;
        top: .5rem
    }

    .app-card-doc .app-card-thumb-holder .icon-holder {
        font-size: 40px;
        display: inline-block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #fff;
        padding-top: 10px
    }

        .app-card-doc .app-card-thumb-holder .icon-holder .pdf-file {
            color: #da2d27
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .text-file {
            color: #66a0fd
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .excel-file {
            color: #0da95f
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .ppt-file {
            color: #f4b400
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .video-file {
            color: #935dc1
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .zip-file {
            color: #252930
        }

.app-card-doc .app-doc-title {
    font-size: .875rem
}

    .app-card-doc .app-doc-title a {
        color: #252930
    }

    .app-card-doc .app-doc-title.truncate {
        max-width: calc(100% - 30px);
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.app-card-doc .app-doc-meta {
    font-size: .75rem
}

.table-search-form .form-control {
    height: 2rem;
    min-width: auto
}

.app-dropdown-menu {
    font-size: .875rem
}

.app-card-orders-table .table {
    font-size: .875rem
}

    .app-card-orders-table .table .cell {
        border-color: #e7e9ed;
        color: #5d6778;
        vertical-align: middle
    }

.app-card-orders-table .cell span {
    display: inline-block
}

.app-card-orders-table .cell .note {
    display: block;
    color: #828d9f;
    font-size: .75rem
}

.app-card-orders-table .btn-sm, .app-card-orders-table .btn-group-sm > .btn {
    padding: .125rem .5rem;
    font-size: .75rem
}

.app-card-orders-table .truncate {
    max-width: 250px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.app-nav-tabs {
    background: #fff;
    padding: 0
}

    .app-nav-tabs .nav-link {
        color: #5d6778;
        font-size: .875rem;
        font-weight: bold
    }

        .app-nav-tabs .nav-link.active {
            color: #15a362;
            border-bottom: 2px solid #15a362
        }

            .app-nav-tabs .nav-link.active:hover {
                background: none
            }

        .app-nav-tabs .nav-link:hover {
            background: #edfdf6;
            color: #15a362
        }

.app-pagination .pagination {
    font-size: .875rem
}

    .app-pagination .pagination .page-link {
        color: #5d6778;
        padding: .25rem .5rem
    }

    .app-pagination .pagination .page-item.active .page-link {
        background: #747f94;
        color: #fff;
        border-color: #747f94
    }

    .app-pagination .pagination .page-item.disabled .page-link {
        color: #9fa7b5
    }

.app-card-accordion .app-card-title {
    font-size: 1.125rem
}

.app-card-accordion .faq-accordion .accordion-item {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e7e9ed
}

    .app-card-accordion .faq-accordion .accordion-item:last-child {
        border-bottom: none
    }

.app-card-accordion .faq-accordion .accordion-header {
    border: none
}

.app-card-accordion .faq-accordion .accordion-button {
    padding: 1rem;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: none;
    padding-right: 0;
    font-size: 1rem;
    text-decoration: none;
    color: #15a362
}

    .app-card-accordion .faq-accordion .accordion-button:after {
        display: none
    }

.app-card-accordion .faq-accordion .accordion-body {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    font-size: 1rem
}

.app-card-account {
    height: 100%
}

    .app-card-account .item {
        font-size: .875rem
    }

        .app-card-account .item .profile-image {
            width: 60px;
            height: 60px
        }

        .app-card-account .item .btn-sm, .app-card-account .item .btn-group-sm > .btn {
            padding: .125rem .5rem;
            font-size: .75rem
        }

.settings-section .section-title {
    font-size: 1.25rem
}

.settings-section .section-intro {
    font-size: .875rem
}

.app-card-settings {
    font-size: 1rem
}

    .app-card-settings .form-label {
        font-weight: bold
    }

    .app-card-settings .form-control {
        font-size: 1rem
    }

.app-404-page {
    padding-top: 2rem
}

    .app-404-page .page-title {
        font-size: 3rem;
        line-height: .8;
        font-weight: bold
    }

        .app-404-page .page-title span {
            font-size: 1.5rem
        }

.chart-container {
    position: relative
}

.app-table-hover > tbody > tr:hover {
    background-color: #fafbff
}

.app-card-notification .notification-type .badge {
    font-size: .65rem;
    text-transform: uppercase
}

.app-card-notification .profile-image {
    width: 60px;
    height: 60px
}

.app-card-notification .notification-title {
    font-size: 1.125rem
}

.app-card-notification .notification-content {
    font-size: .875rem
}

.app-card-notification .notification-meta {
    font-size: .75rem;
    color: #828d9f
}

.app-card-notification .action-link {
    font-size: .875rem
}

.app-card-notification .app-card-footer {
    background: #fafbff
}

@media(min-width: 1200px) {
    .table-search-form .form-control {
        min-width: 300px
    }
}

@media(max-width: 575.98px) {
    .app-card-stat .stats-figure {
        font-size: 1.125rem
    }

    .app-card-stat .stats-type {
        font-size: .75rem
    }
}

.app-login {
    background: url("/images/background/background-1.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

.app-signup {
    background: url("/images/background/background-2.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

.app-reset-password {
    background: url("/images/background/background-3.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

.auth-main-col, .auth-background-col {
    position: relative
}

.auth-background-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 10;
    background: rgba(0,0,0,.1)
}

.auth-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 11
}

    .auth-background-overlay .overlay-title {
        color: #fff;
        font-size: 1rem;
        font-weight: bold
    }

    .auth-background-overlay .overlay-content {
        background: rgba(37,41,48,.85);
        color: #fff
    }

        .auth-background-overlay .overlay-content a {
            text-decoration: underline;
            color: #fff
        }

.app-auth-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%
}

.app-auth-wrapper {
    background: #fff;
    height: 100vh
}

    .app-auth-wrapper .app-auth-body {
        width: 360px
    }

    .app-auth-wrapper .app-logo .logo-icon, .app-un-auth-wrapper .app-logo .logo-icon {
        width: 60px;
        height: 60px;
    }

    .app-un-auth-wrapper .app-branding .logo-text, .app-auth-wrapper .app-branding .logo-text {
        font-size: 1.5rem;
    }

    .app-auth-wrapper .auth-heading, .app-un-auth-wrapper .auth-heading {
        font-size: 1.5rem
    }

    .app-auth-wrapper .form-control::-webkit-input-placeholder {
        color: #828d9f
    }

    .app-auth-wrapper .form-control:-moz-placeholder {
        color: #828d9f
    }

    .app-auth-wrapper .form-control::-moz-placeholder {
        color: #828d9f
    }

    .app-auth-wrapper .form-control:-ms-input-placeholder {
        color: #828d9f
    }

    .app-auth-wrapper .legal-note {
        font-size: .875rem
    }

    .app-auth-wrapper .extra {
        font-size: .75rem
    }

        .app-auth-wrapper .extra a {
            text-decoration: underline;
            color: #828d9f
        }

            .app-auth-wrapper .extra a:hover {
                color: #5d6778
            }

    .app-auth-wrapper .auth-heading-desc {
        font-weight: 500;
        font-size: 1.125rem
    }

    .app-auth-wrapper .legal-note {
        font-size: .75rem
    }

    .app-auth-wrapper .auth-option {
        font-size: .875rem
    }

.app-auth-footer .copyright {
    font-size: .75rem
}

@media(max-width: 767.98px) {
    .auth-background-col {
        display: none
    }

    .app-auth-wrapper .app-auth-body {
        width: 100%
    }
}

.app-content {
    min-height: calc(100vh - 169px);
}

/*validation*/

.field-validation-valid {
    display: none;
}

.was-validated .form-control:valid,
.form-control.valid,
.was-validated .custom-select:valid,
.custom-select.valid {
    border-color: #28a745;
}

    .was-validated .form-control:valid:focus,
    .form-control.valid:focus,
    .was-validated .custom-select:valid:focus,
    .custom-select.valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip,
    .form-control.valid ~ .valid-feedback,
    .form-control.valid ~ .valid-tooltip,
    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .custom-select.valid ~ .valid-feedback,
    .custom-select.valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.valid ~ .valid-feedback,
.form-check-input.valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .custom-control-input.valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.valid ~ .valid-feedback,
.custom-control-input.valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.valid ~ .custom-file-label {
    border-color: #28a745;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::before,
    .custom-file-input.valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.valid ~ .valid-feedback,
.custom-file-input.valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

span.required {
    color: #dc3545;
}

.field-validation-error {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

span.field-validation-error:before {
    content: "\f057";
    padding-left: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.input-validation-error,
.was-validated .custom-select:invalid,
.custom-select.input-validation-error {
    border-color: #dc3545;
}

    .was-validated .form-control:invalid:focus,
    .form-control.input-validation-error:focus,
    .was-validated .custom-select:invalid:focus,
    .custom-select.input-validation-error:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-control:invalid ~ .field-validation-error,
    .was-validated .form-control:invalid ~ .invalid-tooltip,
    .form-control.input-validation-error ~ .field-validation-error,
    .form-control.input-validation-error ~ .invalid-tooltip,
    .was-validated .custom-select:invalid ~ .field-validation-error,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.input-validation-error ~ .field-validation-error,
    .custom-select.input-validation-error ~ .invalid-tooltip,
    .field-validation-error {
        display: block;
    }

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.input-validation-error ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .field-validation-error,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.input-validation-error ~ .field-validation-error,
.form-check-input.input-validation-error ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.input-validation-error ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .custom-control-input.input-validation-error ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.was-validated .custom-control-input:invalid ~ .field-validation-error,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.input-validation-error ~ .field-validation-error,
.custom-control-input.input-validation-error ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.input-validation-error:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.input-validation-error:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.input-validation-error ~ .custom-file-label {
    border-color: #dc3545;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::before,
    .custom-file-input.input-validation-error ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .field-validation-error,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.input-validation-error ~ .field-validation-error,
.custom-file-input.input-validation-error ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.input-validation-error:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed;
}


/*#region Wizards*/

.wizard {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

    .wizard ul {
        list-style: none outside none;
        padding: 0;
        margin: 0;
    }

        .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .wizard ul.previous-disabled li.complete:hover {
                background: #f3f3f3;
                cursor: default;
            }

                .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-right-color: #f3f3f3;
                }

        .wizard ul li {
            float: right;
            margin: 0;
            padding: 0 20px 0 10px;
            line-height: 46px;
            position: relative;
            background: #f5f5f5;
            color: #393939;
            cursor: default;
            -webkit-transition: all 0.218s ease;
            -moz-transition: all 0.218s ease;
            -o-transition: all 0.218s ease;
            transition: all 0.218s ease;
            border-top: solid #d4d4d4 1px;
        }

            .wizard ul li:before {
                display: block;
                content: "";
                position: absolute;
                bottom: 0;
                right: 0;
                left: -1px;
                height: 2px;
                max-height: 2px;
                overflow: hidden;
                background-color: #d4d4d4;
                z-index: 100;
            }

            .wizard ul li:first-child {
                border-right: solid #d4d4d4 1px;
            }

            .wizard ul li .step {
                border: 2px solid #393939;
                color: #393939;
                border-radius: 100%;
                position: relative;
                z-index: 2;
                display: inline-block;
                width: 24px;
                height: 24px;
                line-height: 20px;
                text-align: center;
                margin-left: 10px;
            }

            .wizard ul li .chevron {
                border: 24px solid transparent;
                border-right: 14px solid #d4d4d4;
                border-left: 0;
                display: block;
                position: absolute;
                left: -14px;
                top: 0;
                z-index: 1;
            }

                .wizard ul li .chevron:before {
                    border: 24px solid transparent;
                    border-right: 14px solid #f5f5f5;
                    border-left: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    left: 1px;
                    top: -24px;
                    -webkit-transition: all 0.218s ease;
                    -moz-transition: all 0.218s ease;
                    -o-transition: all 0.218s ease;
                    transition: all 0.218s ease;
                }

            .wizard ul li.complete {
                background: #f2f6f9;
                color: #0b683b;
            }

                .wizard ul li.complete:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    left: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #0b683b;
                    z-index: 100;
                }

                .wizard ul li.complete .chevron:before {
                    border-right: 14px solid #f2f6f9;
                }

                .wizard ul li.complete .step {
                    color: #0b683b;
                    border-color: #0b683b;
                }

                    .wizard ul li.complete .step:before {
                        display: block;
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        line-height: 20px;
                        text-align: center;
                        border-radius: 100%;
                        background-color: #ffffff;
                        z-index: 3;
                        color: #0b683b;
                        font-family: "Font Awesome 5 Free";
                        font-weight: 900;
                        content: "\f00c";
                    }

            .wizard ul li.active {
                background: #e3edf5;
                color: #2283c5;
            }

                .wizard ul li.active .step {
                    border-color: #2283c5;
                    color: #2283c5;
                }

                .wizard ul li.active:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    left: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #2283c5;
                    z-index: 100;
                }

                .wizard ul li.active .chevron:before {
                    border-right: 14px solid #e3edf5;
                }

            .wizard ul li .badge {
                margin-left: 8px;
            }

            .wizard ul li:first-child {
                -webkit-border-radius: 2px 0 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px 0 0 0;
                -moz-background-clip: padding;
                border-radius: 2px 0 0 0;
                background-clip: padding-box;
                padding-right: 10px;
            }



/* Loading  */


/*#region Loading*/

@-webkit-keyframes typing {
    0% {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

@-moz-keyframes typing {
    0% {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

@keyframes typing {
    0% {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}


.card .card-header {
    padding: 3px 15px !important;
}

    .card .card-header .fa-chevron:after {
        content: "\f078"
    }

    .card .card-header .collapsed .fa-chevron:after {
        content: "\f054"
    }

/*Modal*/

.modal-message .modal-dialog {
    width: 300px;
}

.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header,
.modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important;
}

.modal-message .modal-header {
    color: #ffffff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}

    .modal-message .modal-header .fa,
    .modal-message .modal-header .glyphicon,
    .modal-message .modal-header .typcn,
    .modal-message .modal-header .wi {
        font-size: 30px;
    }

.modal-message .modal-title {
    font-size: 17px;
    margin:0 0 3px 0;
    padding: 0;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-footer {
    margin: 10px 0 5px 0;
    padding-bottom: 10px;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;

}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}

.modal-blue .modal-header {
    border-bottom: 3px solid #5db2ff;
}

.modal-danger .modal-header {
    border-bottom: 3px solid #d73d32;
}

.modal-success .modal-header {
    border-bottom: 3px solid #53a93f;
}

.modal-warning .modal-header {
    border-bottom: 3px solid #f4b400;
}

.modal-silver .modal-header {
    border-bottom: 3px solid #777777;
}

.modal-inverse .modal-header {
    border-bottom: 3px solid #444444;
}

.modal-blueberry .modal-header {
    border-bottom: 3px solid #6f85bf;
}

.modal-palegreen .modal-header {
    border-bottom: 3px solid #a0d468;
}

.modal-orange .modal-header {
    border-bottom: 3px solid #fb6e52;
}

.modal-darkorange .modal-header {
    border-bottom: 3px solid #ed4e2a;
}

.modal-magenta .modal-header {
    border-bottom: 3px solid #bc5679;
}

.modal-purple .modal-header {
    border-bottom: 3px solid #7e3794;
}

.modal-maroon .modal-header {
    border-bottom: 3px solid #981b48;
}

.modal-primary .modal-header {
    border-bottom: 3px solid #4374e0;
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    color: #000000;
    background-color: #ffffff;
    border: rgba(0, 0, 0, 0);
}

    .modal-content .close {
        font-size: 26px;
    }

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 0;
    background-color: #f5f5f5;
}

.modal-header {
    padding: 10px 20px 10px 15px;
    background-color: #f5f5f5;
}

    .modal-header .close {
        font-size: 26px;
    }

.modal-backdrop {
    background-color: #ffffff;
}

    .modal-backdrop.in {
        zoom: 1;
        filter: alpha(opacity=75);
        -webkit-opacity: 0.75;
        -moz-opacity: 0.75;
        opacity: 0.75;
    }


.bootbox-close-button {
    float: left;
}



/*#region Comment*/

.comment {
    padding: 0.9375rem;
}

    .comment > .comment {
        margin-right: 17px !important;
    }


    .comment .comment-header span.comment-date {
        color: #999999;
        display: inline-block;
        margin-right: 5px;
    }

    .comment .comment-header span.comment-by {
        color: #15a362;
    }

    .comment .comment-header {
        padding-bottom: 2px;
    }

    .comment .comment-body {
        float: none;
        position: relative;
    }

    .comment .comment-text {
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        padding: 7px 12px 8px;
    }

    .comment .comment-footer {
        display: block;
        padding: 4px 12px 0;
    }

        .comment .comment-footer i {
            margin-left: 7px;
        }


