.page-wrap {
    background: #f2f5f8;
    min-height: calc(100vh - 100px);
}

.btp-nav.navbar {
    padding-top: 39px !important;
    height: 100px;
    position: sticky !important;
    top: 0;
    z-index: 1071;
}

.btp-nav .small-nav {
    padding: 0 1rem;
    height: 34px;
    background: #0a79de;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.btp-nav .small-nav-mobile {
    display: none;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

    .btp-nav .small-nav-mobile .header {
        display: flex;
        align-items: center;
    }

.btp-nav .small-nav .info {
    display: flex;
    align-items: center;
}

.btp-nav .small-nav a {
    font-size: 14px;
    color: #fff;
}

.btp-nav .small-nav p {
    margin: 0;
    font-size: 13px;
}

.btp-nav .small-nav .info .dropdown .btn-primary,
.btp-nav .small-nav-mobile .header .dropdown .btn-primary {
    border: none;
    background: #0a79de;
    font-size: 14px;
    font-weight: 500;
    vertical-align: text-bottom;
    margin-left: 20px;
    padding: 0 20px;
    height: 34px;
    position: relative;
}

    .btp-nav .small-nav .info .dropdown .btn-primary:hover,
    .btp-nav .small-nav-mobile .header .dropdown .btn-primary:hover {
        background: #0c6fc8 !important;
    }

    .btp-nav .small-nav .info .dropdown .btn-primary::before {
        content: "";
        height: 34px;
        width: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.14;
    }

.btp-nav .small-nav .info span.material-icons {
    font-size: 8px;
    opacity: 0.54;
    margin: 0 10px;
}

.btp-nav .small-nav .info .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

    .btp-nav .small-nav .info .dropdown .dropdown-menu a.dropdown-item,
    .btp-nav .small-nav-mobile .header .dropdown .dropdown-menu a.dropdown-item {
        color: #0a1d2e;
    }

.nav-menu .nav-link {
    padding: 8px 10px !important;
    margin-right: 10px;
}

.nav-menu .nav-child::before {
    content: "";
    width: 44px;
    background: #fff;
    height: 14px;
    position: absolute;
    top: -14px;
    left: 0;
}

.nav-menu:hover .nav-link,
.nav-menu .nav-link:hover {
    background: #fff;
    color: #1284ec !important;
    border: none;
    border-radius: 3px;
}

.nav-menu.dropdown .dropdown-menu .dropdown-item:hover,
.nav-menu.dropdown .dropdown-menu .dropdown-item:focus {
    border-left: 2px solid #1284ec;
}

.nav-menu.dropdown .dropdown-menu.nav-child {
    margin-top: 11px;
    min-width: 250px;
    left: -1px;
    border-top-left-radius: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}

.nav-menu .dropdown-toggle::after {
    display: none;
}

.nav-right .nav-link.dropdown-toggle::after {
    display: none;
}

.nav-menu button span.material-icons {
    vertical-align: top;
}

.btp-nav .navbar-brand {
    font-size: 18px;
}

    .btp-nav .navbar-brand img {
        height: 30px;
        width: auto;
    }

.nav-search {
    width: 370px;
    position: relative;
    margin-right: 12px;
}

    .nav-search span.material-icons {
        position: absolute;
        left: 6px;
        top: 9px;
        color: #fff;
        opacity: 0.5;
    }

    .nav-search input.form-control {
        width: 370px;
        background: #0a79de;
        border-color: #0b73d2;
        color: #fff;
        padding-left: 36px;
    }

        .nav-search input.form-control::placeholder {
            color: #fff;
            opacity: 0.5;
        }

    .nav-search .serch-preview {
        position: absolute;
        background: #fff;
        top: 39px;
        left: 0;
        right: 0;
        padding: 10px;
        border-radius: 0 0 5px 5px;
        box-shadow: rgb(0 0 0 / 7%) 0px 5px 10px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
        border: 1px solid #0a79de;
        border-top: none;
    }

        .nav-search .serch-preview h6 {
            margin: 0 0 4px 0;
            font-size: 13px;
            padding: 0 7px;
        }

        .nav-search .serch-preview a {
            display: block;
            font-size: 14px;
            padding: 7px 8px;
            color: #0a1d2e;
            border-radius: 3px;
        }

            .nav-search .serch-preview a:hover {
                text-decoration: none;
                background: #e6f3ff;
            }

.nav-right a.nav-link {
    margin-right: 10px;
    border-radius: 7px;
    padding: 7px 7px !important;
    line-height: 0;
}

.nav-right .nav-item.dropdown.show a.nav-link {
    background: #fff;
    color: #1284ec !important;
}

.nav-right a.nav-link:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgb(255 255 255 / 10%);
}

.dash-card {
    min-height: 300px;
    margin-bottom: 30px;
}

.card {
    box-shadow: rgb(0 0 0 / 7%) 0px 5px 10px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}

.dash-card .card-body .card-title {
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .dash-card .card-body .card-title .action {
        display: flex;
        align-items: center;
    }

.dash-card .card-footer p,
.page-footer p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.54;
}

.dash-card .card-footer .action,
.page-footer .action {
    display: flex;
    align-items: center;
}

.dash-card .card-footer .pagination,
.page-footer .pagination {
    margin: 0 !important;
}

.dash-card .card-footer,
.page-footer {
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.btn.icon {
    padding: 6px;
}

    button.btn.icon span.material-icons {
        color: rgb(10 29 46 / 50%);
        vertical-align: top;
    }

.btp-table {
    margin-top: 10px;
    font-size: 13px;
    border: 1px solid #e8edf7;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

    .btp-table thead {
        background: #eef1f4;
    }

        .btp-table thead tr th {
            border-bottom: none !important;
            font-weight: 500;
            font-size: 14px;
            color: rgb(10 29 46 / 74%);
            border-top: none;
        }

        .btp-table thead tr:first-child > th:first-child {
            border-radius: 5px 0 0 0;
        }

        .btp-table thead tr:first-child > th:last-child {
            border-radius: 0 5px 0 0;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

.nav-menu.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
}

.nav-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.nav-menu .has-submenu .dropdown-item span.material-icons {
    float: right;
    margin: 0;
    margin-right: -14px;
    opacity: 0.5;
}

.tooltip {
    z-index: 1080;
}

.megasubmenu .menu-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .megasubmenu .menu-items .link-items {
        min-width: 230px;
        border-right: 1px solid #ecf0f3;
        /*margin-right: 24px;*/
        margin-right: 10px;
        /*min-width: 170px;*/
    }

        .megasubmenu .menu-items .link-items:last-child {
            border: none;
        }

.megasubmenu h6,
.fav-link-menu h6 {
    font-size: 12px;
    color: #1284ec;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    /*border-bottom:1px solid lightgrey;*/
}

.megasubmenu a,
.megasubmenu1 a,
.megasubmenu2 a,
.fav-link-menu a {
    display: block;
    /*margin: 6px 0;*/
    color: #0a1d2e;
    /*font-family:Arial;*/
    /*font-size:12px;*/
}

.fav-link-menu a {
    padding: 4px 6px;
    border-radius: 3px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .fav-link-menu a:hover {
        text-decoration: none;
        background: #dff0ff;
    }

.megasubmenu a.view-all,
.megasubmenu1 a.view-all,
.megasubmenu2 a.view-all {
    font-weight: 500;
    text-decoration: underline;
    color: blue;
}

.megasubmenu a:hover,
.megasubmenu1 a:hover,
.megasubmenu2 a:hover,
.fav-link-menua:hover {
    color: #1284ec;
}

.megasubmenu .menu-divider,
.megasubmenu1 .menu-divider,
.megasubmenu2 .menu-divider,
.fav-link-menu .menu-divider {
    height: 1px;
    width: 100%;
    background: lightgray;
    margin: 9px 0 13px 0;
}

.app-menu.dropdown-menu {
    width: 312px;
    right: 0;
    margin-top: 15px !important;
    left: auto;
    padding: 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}

.fav-link-menu.dropdown-menu {
    width: 360px;
    right: 8px;
    left: auto;
    padding: 20px;
    height: calc(100vh - 110px);
    overflow-y: auto;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px !important;
    margin-top: 15px !important;
}

.fav-link-menu .dropdown-header {
    padding: 0 0 16px 0;
}

.app-menu a {
    display: inline-block;
    text-align: center;
    padding: 16px 20px;
    border-radius: 5px;
    color: #0a1d2e;
}

    .app-menu a:hover {
        background: #eff7ff;
        text-decoration: none;
    }

    .app-menu a img {
        width: 50px;
        display: block;
        margin: 0 auto 12px auto;
    }

.megasubmenu.dropdown-menu,
.megasubmenu1.dropdown-menu,
.megasubmenu2.dropdown-menu {
    /*padding: 20px;*/
    width: max-content;
    margin: 0 !important;
    max-height: calc(100vh - 110px);
    /*overflow-y: auto;*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}

.noti-modal {
    z-index: 1081;
}

    .noti-modal.modal .modal-dialog {
        position: absolute;
        right: 0;
        width: 440px;
        top: 0;
        margin: 0 !important;
        border-radius: 0;
        bottom: 0;
    }

        .noti-modal.modal .modal-dialog .modal-content {
            border: none;
            border-radius: 0;
        }

            .noti-modal.modal .modal-dialog .modal-content .modal-header {
                padding: 12px;
                border-radius: 0;
            }

                .noti-modal.modal .modal-dialog .modal-content .modal-header h5.modal-title {
                    font-size: 15px;
                }

                .noti-modal.modal .modal-dialog .modal-content .modal-header .close {
                    padding: 13px 15px;
                }

            .noti-modal.modal .modal-dialog .modal-content .modal-body {
                height: calc(100vh - 49px);
                overflow-y: auto;
            }

.modal-backdrop {
    z-index: 1080;
}

.UnderLineText {
    text-decoration: underline;
}

.SubHeaderText {
    font-size: 12px;
    font-weight: 600;
}

h5.page-title {
    font-size: 16px;
    margin: 16px 0;
    font-weight: 600;
}

h4.page-title {
    font-size: 22px;
    margin: 16px 0;
    font-weight: 600;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

    .page-header .left-header,
    .page-header .right-header {
        display: flex;
        align-items: center;
    }

        .page-header .left-header button {
            margin-right: 12px;
        }

.page-search {
    position: relative;
    width: 400px;
}

    .page-search .form-group {
        margin-bottom: 0 !important;
    }

    .page-search input {
        width: 400px;
        height: 35px;
        border-color: #c2cad2;
        font-size: 14px;
    }

    .page-search span.material-icons {
        position: absolute;
        left: 7px;
        top: 9px;
        color: #c7cdd2;
        font-size: 18px;
    }

.page-header .right-header button {
    margin-left: 12px;
}

.btn-basic {
    border: 1px solid #ced4da;
}

.btn-icon {
    border: 1px solid #ced4da;
    padding: 6px 8px;
}

    .btn-icon img {
        vertical-align: sub;
    }

    .btn-icon span.material-icons {
        color: rgb(33 37 41 / 54%);
    }

button.btn-icon:hover span.material-icons {
    color: #1284ec;
}

button span.material-icons {
    vertical-align: top;
}

.btp-badge.badge {
    font-size: 12px;
    padding: 4px 6px;
    border: 1px solid;
}

    .btp-badge.badge.badge-dark {
        color: #6e7479;
        background-color: #efefef;
        border-color: #dfe2e4;
    }

    .btp-badge.badge.badge-primary {
        color: #5982a9;
        background-color: #e5f3ff;
        border-color: #c5cfd8;
    }

    .btp-badge.badge.badge-info {
        color: #288290;
        background-color: #e1fbff;
        border-color: #9fd5de;
    }

    .btp-badge.badge.badge-success {
        color: #459054;
        background-color: #eaffee;
        border-color: #a3d8ad;
    }

    .btp-badge.badge.badge-danger {
        color: #86373f;
        background-color: #ffd8dc;
        border-color: #d6b7ba;
    }

.detail-form label {
    width: 100%;
}

span.required {
    color: #dc3545 !important;
}

.detail-form label span.material-icons {
    float: right;
    margin-right: 6px;
    font-size: 18px;
    color: rgb(10 29 46 / 34%);
    cursor: pointer;
}

    .detail-form label span.material-icons:hover {
        color: rgb(10 29 46 / 1);
    }

.btp-tabs.nav-tabs .nav-link {
    color: rgb(10 29 46 / 54%);
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

    .btp-tabs.nav-tabs .nav-link:hover {
        color: #1284ec;
    }

    .btp-tabs.nav-tabs .nav-link.active {
        background: transparent;
        border: none;
        color: #1284ec;
        border-bottom: 2px solid #1284ec;
    }

.detail-form input.form-control,
.detail-form select.form-control {
    height: 32px !important;
    font-size: 14px !important;
    padding: 0.375rem 0.75rem 0.375rem 0.5rem !important;
}

/*NewStyle*/
.detail-form .input-group > .input-group-append > button.btn {
    /*height: 30px !important;*/
    padding: 0.1rem 0.75rem !important;
    border-color: #e8edf7 !important;
}

    .detail-form .input-group > .input-group-append > button.btn span.material-icons {
        font-size: 18px;
    }

.searchIcon .form-group span.material-icons {
    position: absolute;
    left: 9px;
    top: 9px;
    color: #a3b4c2;
    font-size: 21px;
}

.searchIcon .form-group {
    position: relative;
}

    .searchIcon .form-group input {
        padding-left: 35px;
    }

.advanceSearch {
    border: 1px solid #e8edf7;
    padding: 24px;
    border-radius: 7px;
    width: 100%;
    display: none;
}

    .advanceSearch .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }

        .advanceSearch .header h5 {
            margin: 0;
            font-size: 15px;
            color: #1284ec;
        }

        .advanceSearch .header span.material-icons {
            font-size: 18px;
            color: #96a2ad;
            cursor: pointer;
        }

            .advanceSearch .header span.material-icons:hover {
                color: #0a1d2e;
            }

button span.material-icons {
    font-size: 18px;
    margin-top: 1px;
}

.spn-overlay {
    position: fixed;
    background: rgb(0 0 0 / 74%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5000;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.btp-login {
    background-color: #f7f9fb;
}

.btp-login .card-wrapper {
    width: 420px;
}

    .btp-login .card-wrapper .brand {
        text-align: center;
    }
        /*NewStyle*/
        .btp-login .card-wrapper .brand img {
            /*width: auto;
  height: 40px;*/
            margin: 40px auto;
        }

.login.card .card-body {
    padding: 24px !important;
}

.login h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.login form label {
    font-size: 13px;
    margin-bottom: 4px;
}

.login form a.access {
    float: right;
    font-size: 13px;
}

.login p.info-text {
    margin: 16px 0 0 0;
    text-align: center;
    font-size: 13px;
}

.login-bottom {
    box-shadow: 0 4px 8px rgb(0 0 0 / 5%);
    background: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-around;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
}

    .login-bottom .text p {
        font-size: 12px;
        margin: 0;
    }




@media (min-width: 992px) {
    .dropdown-menu {
        margin: 0;
    }

    .megasubmenu.dropdown-menu,
    .megasubmenu1.dropdown-menu,
    .megasubmenu2.dropdown-menu {
        left: 100%;
        top: -1px;
        /*min-height: 100%;*/
    }

    .dropdown-menu > li:hover .megasubmenu.dropdown-menu,
    .dropdown-menu > li.has-submenu1:hover .megasubmenu1.dropdown-menu,
    .dropdown-menu > li.has-submenu2:hover .megasubmenu2.dropdown-menu {
        display: block;
    }
}

@media (max-width: 991.98px) {

    .megasubmenu, .megasubmenu1, .megasubmenu2 {
        padding-left: 15px;
    }

        .megasubmenu.dropdown-menu,
        .megasubmenu1.dropdown-menu,
        .megasubmenu2.dropdown-menu {
            /*left: 100%;*/
            top: -1px;
            /*min-height: 100%;*/
            /*position: absolute !important;*/
            position: relative !important;
            /*sticky !important;*/
        }

    .dropdown-menu {
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 10rem;
        font-size: 0.875rem;
        color: #0a1d2e;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: 0.25rem;
        border: unset;
    }

    /*li.has-submenu:active .megasubmenu.dropdown-menu,
  li.has-submenu1:active .megasubmenu1.dropdown-menu,
  li.has-submenu2:active .megasubmenu2.dropdown-menu {
    display: block;
  }*/

    .nav-menu.dropdown .dropdown-menu.nav-child {
        margin-top: 0px;
        min-width: 300px;
        left: -1px;
        border-top-left-radius: 0;
        box-shadow: unset !important;
        border: 1px solid #e8edf7;
        box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px !important;
        min-height: 650px;
        max-height: 650px;
        overflow: auto;
    }

    .nav-menu:hover .nav-link, .nav-menu .nav-link:hover {
        background: #fff;
        color: #1284ec !important;
        border: none;
        border-radius: 3px;
        height: 64px;
    }


    .megasubmenu.dropdown-menu, .megasubmenu1.dropdown-menu, .megasubmenu2.dropdown-menu {
        /* padding: 20px; */
        width: max-content;
        margin: 0 !important;
        /*max-height: calc(100vh - 110px);*/
        max-height: unset !important;
        box-shadow: unset !important;
        width: 100%;
    }

        .megasubmenu.dropdown-menu .menu-items,
        .megasubmenu1.dropdown-menu .menu-items,
        .megasubmenu2.dropdown-menu .menu-items {
            flex-direction: column;
            height: calc(100vh - 180px);
        }

            .megasubmenu.dropdown-menu .menu-items .link-items,
            .megasubmenu1.dropdown-menu .menu-items .link-items,
            .megasubmenu2.dropdown-menu .menu-items .link-items {
                border: none;
            }

    .btp-nav .small-nav p {
        font-size: 11px;
    }

    .btp-nav .small-nav {
        display: none;
    }

    .small-nav-mobile.small-nav {
        display: flex !important;
        padding-bottom: 8px;
    }

    .nav-menu .dropdown-submenu:hover > .dropdown-menu,
    .nav-menu.dropdown:hover > .dropdown-menu {
        position: absolute;
    }

    .btp-nav {
        justify-content: flex-start;
        padding-top: 66px !important;
        height: 130px;
    }

        .btp-nav button.navbar-toggler {
            position: absolute;
            right: 20px;
        }

        .btp-nav .navbar-collapse {
            background: #1284ec;
            position: absolute;
            top: 100px;
            padding: 0px 10px 10px 10px;
            left: 0;
            right: 0;
        }

            .btp-nav .navbar-collapse .navbar-nav {
                flex-direction: row;
                justify-content: space-around;
            }

                .btp-nav .navbar-collapse .navbar-nav .nav-search {
                    display: none;
                }

        .btp-nav .breadcrumb {
            margin-top: 46px;
        }
}

@media (max-width: 768.98px) {
}

@media (max-width: 540.98px) {
    .small-nav-mobile.small-nav .info {
        display: none;
    }

    .btp-nav {
        padding-top: 47px !important;
        height: 110px;
    }
}

@media (max-width: 576px) {
    .page-footer {
        flex-direction: column;
    }
}