body {
    background-color: #f9fbfd;
}

.vertical-nav-menu li a {
    font-size: .75rem;
}

table {
    font-size: .77rem;
}

.btn, .form-control {
    font-size: .78rem;
}

.app-theme-white.fixed-header .app-header__logo {
    background-color: #fff;
    border-right: 1px solid #e3ebf6;
}

.app-theme-white .app-sidebar {
    background: #fff;
    border-right: 1px solid #e3ebf6;
}

.app-theme-white.app-container {
    background: #f9fbfd;
}

.app-main .app-main__inner {
    padding: 25px 25px 0;
}

.app-theme-white .app-page-title {
    background: transparent;
}

.app-header .app-header__content {
    border-bottom: 1px solid #e3ebf6;
}

.app-wrapper-footer {
    border-top: 1px solid #e3ebf6;
    font-size: 0.8rem;
}

.app-page-title .page-title-icon {
    box-shadow: none;
}

.app-page-title .page-title-icon {
    margin: 0 10px 0 0;
}

.table thead th {
    background-color: #f9fbfd;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .08em;
    color: #95aac9;
}

.card-table {
    margin-bottom: 0;
}

    .card-table tbody th:first-child, .card-table thead th:first-child {
        padding-left: 1.5rem !important;
    }

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #edf2f9;
}

.card-header {
    /*border-bottom: none;*/
    min-height: 70px;
}

.table-list td, .table-list th {
    padding: .9375rem;
}

.table-list thead th {
    font-size: .7rem;
}

.vertical-nav-menu ul > li > a.mm-active {
    background: #e0e6ff;
}

.app-page-title {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.step {
    list-style: none;
    margin: 1.5rem 0;
    width: 100%;
    padding-left: 0px;
}

    .step .step-item {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        margin-top: 0;
        min-height: 1rem;
        position: relative;
        text-align: center;
        /* margin: 10px; */
    }

        .step .step-item:not(:first-child)::before {
            background: #d9d9d9;
            content: "";
            height: 2px;
            left: -50%;
            position: absolute;
            top: 9px;
            width: 100%;
        }

        .step .step-item a {
            color: var(--primary);
            display: inline-block;
            padding: 20px 1px 0;
            text-decoration: none;
            font-weight: 500;
            font-size: 11.5px;
        }

        .step .step-item .step-title {
            text-transform: uppercase;
            margin-top: 20px;
        }

        .step .step-item p {
            margin-bottom: 2px;
            font-size: 12px;
        }

        .step .step-item .start, .step .step-item .end {
            padding: 20px 10px 0;
            margin-top: 20px;
        }

        .step .step-item button {
            margin-top: 10px;
        }

        .step .step-item a::before {
            background: #d80000;
            border: .1rem solid #fff;
            border-radius: 50%;
            content: "";
            display: block;
            height: .9rem;
            left: 50%;
            position: absolute;
            top: .2rem;
            transform: translateX(-50%);
            width: .9rem;
            z-index: 1;
        }

        .step .step-item.active a::before {
            background: #fff;
            border: .1rem solid #d80000;
        }

        .step .step-item.active ~ .step-item::before {
            background: #e7e9ed;
        }

        .step .step-item.active ~ .step-item a::before {
            background: #e7e9ed;
        }

        .step .step-item.success a::before {
            background: green;
        }

        .step .step-item.current a::before {
            background: #ff6a00;
        }

        .step .step-item.inactive a::before {
            background: #808080;
        }

.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo p {
    display: none;
}

.modal-lg {
    max-width: 1000px;
}

.btn-icon-wrapper {
    margin-right: .2rem;
    /*font-size: 12px;
    vertical-align: middle;
    line-height: -20px;
    margin-top: -2px;*/
}

.app-page-title .page-title-icon {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
}

.app-page-title .page-title-heading {
    font-size: 1.1rem;
}

.app-page-title .page-title-subheading {
    padding: 0px 0 0;
    font-size: .8rem;
}

.app-sidebar__heading {
    font-size: .73rem;
    margin: .4rem 0;
}

.table-responsive, .table-responsive-sm {
    display: table;
}

.app-header__logo .logo-src {
    height: 50px;
    width: 160px;
    background: url(../images/logo1.png);
}

.vh-100 {
    height: 100vh !important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.mr-n3, .mx-n3 {
    margin-right: -.75rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -.1875rem !important;
}

.login-form {
    border-right: none;
}

.login-form-icon {
    background-color: transparent;
    font-size: 23px;
}

/*center absolute loader start*/

.loader-tenk {
    position: fixed;
    z-index: 99999;
    /*height: 2em;
    width: 2em;*/
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loader-tenk:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
    }

/*center absolute loader end*/

