/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Nunito Sans', sans-serif;
} */

body {
    background: #fff;
    font-family: 'Nunito', sans-serif;
}

body .collapse {
    display: inherit!important;
}

h2 {
    color: #222E3C;
    font-size: 22px !important;
    margin-bottom: 10px !important;
    font-weight: 600!important;
}

h3 {
    color: #303E4A;
    font-size: 20px !important;
    margin-bottom: 10px !important;
    font-weight: 600!important;
}

h4 {
    color: #303E4A;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    font-weight: 600!important;
}

.heding3 {
    font-weight: 600;
    font-size: 22px;
}

a {
    text-decoration: none !important;
}


/*menu*/

.container-wide {
    min-height: 100vh;
    padding-left: 280px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media screen and (min-width:1200px) {
    .container-wide {
        padding-left: 280px
    }
}

@media screen and (max-width:991px) {
    .container-wide {
        padding-left: 0
    }
}

.is-collapsed .container-wide {
    padding-left: 70px
}

@media screen and (min-width:992px) {
    .is-collapsed .container-wide {
        padding-left: 70px
    }
}

a {
    text-decoration: none
}

.skin-black .main-sidebar {
    /* background: transparent !important; */
    background: #222e3c;
}

.sidebar {
    bottom: 0;
    overflow: hidden;
    /* position: fixed; */
    top: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    /* width: 280px; */
    background-color: #222e3c;
    color: #fff;
    z-index: 9999
}

.sidebar ul {
    list-style-type: none
}

@media screen and (min-width:992px) {
    .sidebar {
        /* width: 280px */
    }
    .sidebar .sidebar-inner .sidebar-logo {
        padding: 0 20px
    }
    .sidebar .sidebar-inner .sidebar-logo .logo-sm {
        display: none
    }
    .sidebar .sidebar-inner .sidebar-logo>a .logo {
        background-position: 0;
        width: 150px
    }
    .sidebar .sidebar-inner .sidebar-menu>li>a .title {
        display: inline-block
    }
    .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
        opacity: 1
    }
    .sidebar .sidebar-inner .sidebar-menu li.open>ul.dropdown-menu {
        display: block!important
    }
}

@media screen and (max-width:991px) {
    /* .sidebar {
        left: -280px;
        width: 250px
    } */
}

.sidebar-inner {
    position: relative;
    height: 100%
}

.sidebar-logo {
    line-height: 0;
    padding: 0 20px;
    border-bottom: 1px solid #526780;
}

.sidebar-logo a {
    display: inline-block;
    width: 100%;
    color: #fff
}

.sidebar-logo a .logo {
    background-position: 0;
    background-repeat: no-repeat;
    display: inline-block;
    min-height: 64px;
    width: 70px
}

.sidebar-logo a .logo img {
    width: 30px
}

.sidebar-logo a .logo-text {
    min-height: 64px
}

.sidebar-logo a .logo-text img {
    width: 120px
}

.sidebar-logo .mobile-toggle {
    display: none;
    float: right;
    font-size: 18px;
    line-height: 64px
}

.sidebar-logo .mobile-toggle a {
    color: #fff
}

@media screen and (max-width:991px) {
    .sidebar-logo .mobile-toggle {
        display: inline-block
    }
}

@media screen and (min-width:992px) {
    .sidebar-logo .mobile-toggle {
        display: none
    }
}

.sidebar-menu {
    /* height: calc(100vh - 65px); */
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative
}

.sidebar-menu .dropdown-toggle:after {
    display: none
}

.sidebar-menu .sidebar-link.actived:before {
    background: #0f9aee;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: -4px;
    position: absolute;
    top: calc(50% - 4px);
    width: 8px
}

.sidebar-menu li {
    position: relative
}

.sidebar-menu li.dropdown .arrow {
    font-size: 10px;
    line-height: 40px;
    position: absolute;
    right: 30px;
    -webkit-transition: all .05s ease-in;
    -o-transition: all .05s ease-in;
    transition: all .05s ease-in
}

@media screen and (max-width:991px) {
    .sidebar-menu li.dropdown .arrow {
        right: 25px
    }
}

.sidebar-menu li.dropdown.open>a {
    color: #fff
}

.sidebar-menu li.dropdown.open>a .icon-holder {
    color: #0f9aee
}

.sidebar-menu li.dropdown.open>a>.arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar-menu li.dropdown.open>.dropdown-menu {
    display: block
}

.sidebar-menu li.dropdown.open>.dropdown-menu .dropdown-menu {
    padding-left: 20px
}

.sidebar-menu li.dropdown.open>.dropdown-menu .arrow {
    line-height: 25px
}

.sidebar-menu li a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-menu li a:focus,
.sidebar-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar-menu>li.dropdown ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    padding-left: 0px;
    padding-top: 0;
    position: relative;
    width: 100%
}

.sidebar-menu>li.dropdown ul.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #445b77;
    border-left: 5px solid #233244;
}

.sidebar-menu>li.dropdown ul.dropdown-menu>li>a i {
    margin-right: 10px;
}

.sidebar-menu>li.dropdown ul.dropdown-menu>li>a:focus,
.sidebar-menu>li.dropdown ul.dropdown-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-left: 5px solid #f6831f;
}

.sidebar-menu>li.dropdown ul.dropdown-menu>li.actived a {
    color: #fff
}

.sidebar-menu>li>a {
    display: block;
    font-size: 15px;
    padding: 12px 15px;
    position: relative;
    white-space: nowrap;
    color: #7d858e;
}

.sidebar-menu>li>a .icon-holder {
    border-radius: 6px;
    /*display: inline-block;*/
    font-size: 17px;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin-right: 14px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 35px;
    top: 8px;
}

@media screen and (min-width:992px) {
    .is-collapsed .sidebar {
        width: 90px
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
        padding: 0
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-logo .logo-sm {
        display: inline
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-menu {
        overflow-x: hidden
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-menu>li>a .title {
        display: none
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
        opacity: 0
    }
    .is-collapsed .sidebar:hover {
        width: 280px
    }
    .is-collapsed .sidebar:hover .sidebar-inner .sidebar-logo {
        padding: 0 20px
    }
    .is-collapsed .sidebar:hover .sidebar-inner .sidebar-logo .logo-sm {
        display: none
    }
    .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu>li>a .title {
        display: inline-block
    }
    .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu li.dropdown .arrow {
        opacity: 1
    }
    .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu li.open>ul.dropdown-menu {
        display: block!important
    }
}

@media screen and (max-width:991px) {
    .is-collapsed .sidebar {
        /* width: 280px; */
        left: 0
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
        padding: 0 20px
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-logo .logo-sm {
        display: none
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-logo>a .logo {
        background-position: 0;
        width: 150px
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-menu>li>a .title {
        display: inline-block
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
        opacity: 1
    }
    .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.open>ul.dropdown-menu {
        display: block!important
    }
}


/*menu end*/

.logo-nexg {
    padding: 10px 0px;
}

.sidebar-menu li a .nav_iconm {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    float: left;
}

.sidebar-menu li a .nav_icon1 {
    background: url(../img/nav-icon1.png);
    width: 19px;
    height: 19px;
}

.sidebar-menu li a:hover .nav_icon1 {
    background: url(../img/nav-icon1-hover.png);
}

.sidebar-menu li a .nav_icon2 {
    background: url(../img/nav-icon2.png);
    width: 20px;
    height: 20px;
    background-position: 0px 3px;
}

.sidebar-menu li a:hover .nav_icon2 {
    background: url(../img/nav-icon2-hover.png);
    background-position: 0px 3px;
}

.sidebar-menu li a .nav_icon3 {
    background: url(../img/nav-icon3.png);
    width: 20px;
    height: 20px;
}

.sidebar-menu li a:hover .nav_icon3 {
    background: url(../img/nav-icon3-hover.png);
}

.sidebar-menu li a .nav_icon4 {
    background: url(../img/nav-icon4.png);
    width: 20px;
    height: 20px;
}

.sidebar-menu li a:hover .nav_icon4 {
    background: url(../img/nav-icon4-hover.png);
}

.sidebar-menu li a .nav_icon5 {
    background: url(../img/nav-icon5.png);
    width: 22px;
    height: 22px;
}

.sidebar-menu li a:hover .nav_icon5 {
    background: url(../img/nav-icon5-hover.png);
}

.sidebar-menu li a .nav_icon6 {
    background: url(../img/nav-icon6.png);
    width: 20px;
    height: 20px;
}

.sidebar-menu li a:hover .nav_icon6 {
    background: url(../img/nav-icon6-hover.png);
}

.sidebar-menu li a .nav_icon7 {
    background: url(../img/nav-icon7.png);
    width: 20px;
    height: 20px;
}

.sidebar-menu li a:hover .nav_icon7 {
    background: url(../img/nav-icon-hover7.png);
}

.footr {
    background-color: #070809;
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 280px;
}

.footr span {
    color: #FFFFFF;
    font-size: 12px;
}

.footr img {
    width: 130px;
    margin-left: 10px;
}

.is-collapsed .sidebar .footr {
    display: none;
}

.header {
    background: #fff;
    box-shadow: 2px 2px 2px #d4d4d4;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 13px;
}

.search-header {
    padding: 7px 0 0 20px;
}

.search-header .form-control {
    padding: 10px 15px;
    height: auto;
    border-radius: 6px;
    background: #eaeff5;
    border: 1px solid #eaeff5 !important;
    width: 350px;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    /* line-height: 1.5; */
    color: #848B94;
    outline: none;
}

.search-header span {
    background: #eaeff5;
    border: 1px solid #eaeff5;
}

.search-header .form-control:focus {
    box-shadow: none !important;
    border-color: #eaeff5 !important;
}

.search-header span img {
    width: 18px;
}

.skin-black .main-header .navbar .navbar-nav>li>a {
    border-right: none;
}

.search-header-mobile {
    display: none;
}

.search-header-mobile .dropdown .searcmb-icon {
    outline: none;
    padding-right: 0;
    padding-right: 0;
    box-shadow: none !important;
    border: none !important;
}

.search-header-mobile .dropdown .searcmb-icon img {
    width: 16px;
    top: 4px;
    position: relative;
    left: 10px;
}

.search-header-mobile .dropdown .sermb1 {
    left: 10px !important;
    width: 212px;
}

.search-header-mobile .search-header .form-control {
    width: 210px;
}

.drop-bell {
    display: inline-block;
}

.drop-bell .dropdown .noti-icon {
    outline: none;
    padding-right: 0;
    padding-right: 0;
    box-shadow: none !important;
    border: none !important;
}

.drop-bell .dropdown .noti-icon:focus {
    border: none;
    box-shadow: inherit;
}

.drop-bell .dropdown .noti-icon img {
    width: 16px;
}

.drop-bell .dropdown .noti-icon .badge {
    left: -15px;
    top: -9px;
    width: 19px;
    height: 19px;
    border-radius: 50% !important;
    font-size: 11px;
    background: #f6831f !important;
}

.drop-bell .dropdown .notimain {
    width: 275px;
}

.drop-bell .dropdown .notimain .notiheader {
    padding: 10px;
}

.drop-bell .dropdown .notimain .notiheader h6 {
    font-size: 16px;
    font-weight: 600;
}

.drop-bell .dropdown .notimain .notiheader h6 span {
    float: right;
}

.drop-bell .dropdown .notimain .notiheader h6 span a {
    color: #828d98;
    font-size: 12px;
    text-decoration: underline !important;
}

.notheight {
    min-height: 230px;
}

.drop-bell .dropdown .notimain .notheight .notification-item {}

.drop-bell .dropdown .notimain .notheight .notification-item .notiinner {
    padding: 5px 10px 5px;
}

.drop-bell .dropdown .notimain .notheight .notification-item .notiinner .noteavtimg {
    margin-right: 10px !important;
}

.drop-bell .dropdown .notimain .notheight .notification-item .notiinner .noteavtimg img {
    height: 2rem;
    width: 2rem;
}

.drop-bell .dropdown .notimain .notheight .notification-item .notiinner .notinfo {}

.drop-bell .dropdown .notimain .notheight .notification-item .notiinner .notinfo h6 {
    font-weight: 600;
    font-size: 14px;
}

.drop-bell .dropdown .notimain .notheight .notification-item .notiinner .notinfo .nottext {
    font-size: 12px;
}

.drop-bell .dropdown .notimain .notheight .notification-item .notiinner .notinfo .nottext p span {}

.notview a {
    color: #f6831f;
}

.scren-mini-max {
    display: inline-block;
    margin-left: -7px;
}

.scren-mini-max a {}

.scren-mini-max a img {
    width: 16px;
    position: relative;
    right: 1px;
}

.header-user {
    display: inline-block;
    margin-left: 0px;
}

.header-user .dropdown .user1-icon {
    outline: none;
    padding-right: 0;
    padding-right: 0;
    box-shadow: none !important;
    border: none !important;
}

.header-user .dropdown .user1-icon:focus {
    border: none;
    box-shadow: inherit;
}

.header-user .dropdown .user1-icon img {
    width: 28px;
}

.header-user .dropdown .usermen1 .usermenu ul {
    padding-left: 0px;
    margin-bottom: 0;
}

.header-user .dropdown .usermen1 .usermenu ul li {
    border-bottom: 1px solid #d9d9d9;
}

.header-user .dropdown .usermen1 .usermenu ul li a {
    color: #4c4f48;
    font-size: 13px;
    padding: 9px 10px;
    display: inline-block;
}

.header-user .dropdown .usermen1 .usermenu ul li a i {
    margin-right: 8px;
}

.header-user .dropdown .usermen1 .usermenu ul li a:hover {
    color: #f6831f;
}


/*latest*/

.container-wide {
    background: #f5f7fb;
}

.main-page {
    padding-bottom: 20px;
    padding-top: 20px;
}

.main-page .breadcrumb-n {
    margin-bottom: 20px;
}

.main-page .breadcrumb-n ul li {
    color: #222E3C;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.main-page .breadcrumb-n .breadcrumb {
    padding-top: 5px;
}

.breadcrumb-item>a {
    color: #7D858E;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: FontAwesome;
    float: left;
    padding-left: .5rem;
    padding-right: .5rem;
    color: #ced4da;
    content: "\f105" !important;
}

.breadcrumb-item.active {
    color: #adb5bd;
}

.cust-det-tab {
    background: #fff;
    margin-top: 20px;
    box-shadow: 0px 3px 24px #e7eaf1;
    border-radius: 5px;
}

.cust-det-tab ul {
    text-align: center;
    padding-left: 0px;
}

.cust-det-tab ul li {
    display: inline-grid;
    text-align: center;
    position: relative;
    padding: 20px 25px;
    width: 20%;
}

.cust-det-tab ul li a {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.cust-det-tab ul li a span {
    background: #705A81;
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 54px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cust-det-tab ul li a span img {
    width: 19px;
}

.cust-det-tab ul li::before {
    content: "";
    width: 60px;
    height: 1px;
    background: #D4D4D4;
    float: right;
    top: 45px;
    position: absolute;
    right: -33px;
}

.cust-det-tab ul li:last-child::before {
    display: none;
}

.cust-det-tab ul li a:hover {
    color: #F6831F;
    font-weight: 600;
}

.cust-det-tab ul li.active a {
    color: #F6831F;
}

.cust-det-tab ul li.active a:hover {
    color: #F6831F;
}

.cust-det-tab ul li.active a span {
    background: #F6831F;
}

.cust-det-tab ul li.select a {
    color: #F6831F;
}

.cust-det-tab ul li.select a span {
    background: #fff;
    border: 1px solid #F6831F;
}

.cust-det-tab ul li.select a span img {
    display: none;
}

.cust-det-tab ul li.select a span.cusimg1 {
    background: url(../img/tab-hover1.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}

.cust-det-tab ul li.select a span.cusimg2 {
    background: url(../img/tab-hover2.svg);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
}

.cust-det-tab ul li.select a span.cusimg3 {
    background: url(../img/tab-hover3.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}

.cust-det-tab ul li.select a span.cusimg4 {
    background: url(../img/tab-hover4.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}

.cust-det-tab ul li.select a span.cusimg5 {
    background: url(../img/tab-hover5.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}

.cust-det-tab ul li.select a span.cusimg6 {
    background: url(../img/tab-hover6.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}

.cust-det-tab ul li.select::before {
    content: "";
    background: #f6831f;
}

.cust-det-tab ul li a:hover span {
    background: #F6831F;
}

.icsz1 {
    width: 27px !important;
    position: relative;
    left: -1px;
}

.dashboard-box1 {
    background: #fff;
    margin-top: 20px;
    box-shadow: 5px 0px 5px rgb(212 212 212 / 48%);
    padding: 20px;
}

.form-label {
    display: block;
    margin-bottom: .375rem;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px !important;
}

.form-label span {
    color: #f00;
}

.form-control {
    display: block;
    width: 100%;
    height: 37px !important;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4d5875;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D4D4D4 !important;
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

.form-select {
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    padding: 0.5rem 1.75rem 0.5rem 0.75rem;
    line-height: 1.5;
    color: #76839a;
    vertical-align: middle;
    background-size: 8px 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaedf1;
    font-size: 0.875rem;
    font-weight: 400;
    background-color: #F7F6FB !important;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

.form-select:focus {
    box-shadow: 0 0 0 4px rgb(247 208 176) !important;
    border-color: #F6831F !important;
}

.form-control:focus {
    box-shadow: 0 0 0 4px rgb(247 208 176) !important;
    border-color: #F6831F !important;
}

.txtarea {
    width: 100%;
    resize: auto;
    padding: .375rem .75rem;
    line-height: 1.5;
    border: 1px solid #D4D4D4 !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    resize: none;
}

.txtarea:focus {
    box-shadow: 0 0 0 4px rgb(247 208 176) !important;
    border-color: #F6831F !important;
}

.cancel-save {
    text-align: right;
}

.btn_cancl {
    border: 1px solid #7D858E !important;
    background-color: #ffffff !important;
    color: #7D858E !important;
    padding: 5px 15px !important;
    margin: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
}

.btn_cancl:hover,
.btn_cancl:active,
.btn_cancl:focus {
    border: 1px solid #7D858E !important;
    background-color: #7D858E !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    margin: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
}

.btn_sub {
    border: 1px solid #233244 !important;
    background-color: #233244 !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    margin: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
}

.btn_right_green {
    border: 1px solid #21833f !important;
    background-color: #21833f !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    margin: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
}

.btn_sub:hover,
.btn_sub:active,
.btn_sub:focus {
    border: 1px solid #233244 !important;
    background-color: #ffffff !important;
    color: #233244 !important;
    padding: 5px 15px !important;
    margin: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
}

.search-header-mobile {
    display: none;
}

.search-header-mobile .dropdown .searcmb-icon {
    outline: none;
    padding-right: 0;
    padding-right: 0;
    box-shadow: none !important;
    border: none !important;
}

.search-header-mobile .dropdown .searcmb-icon img {
    width: 16px;
    top: 4px;
    position: relative;
    left: 10px;
}

.search-header-mobile .dropdown .sermb1 {
    left: 10px !important;
}

.search-header-mobile .search-header .form-control {
    width: 210px;
}

.footr {
    position: fixed;
    bottom: 0;
    padding: 10px;
}

.footr span {
    color: #FFFFFF;
    font-size: 12px;
}

.footr img {
    width: 130px;
    margin-left: 10px;
}

.wrapper.collapse .sidebar .footr {
    display: none;
}

.accordion-maindb .collapse:not(.show) {
    display: none !important;
}

.accordion-maindb .accordion .accordion-item {
    border: none;
}

.accordion-maindb .accordion .accordion-item .accordion-header .accordion-button {
    outline: none;
    background: #F3F6FA;
    font-weight: 600;
    color: #222E3C;
    font-size: 16px;
    border-radius: 0px;
    box-shadow: inherit;
}

.accordion-maindb .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background: no-repeat;
    content: "_";
    font-size: 25px;
    top: 13px;
    position: relative;
}

.accordion-maindb .accordion .accordion-item .accordion-header .accordion-button::after {
    background: none !important;
    content: "+";
    font-size: 25px;
    top: -8px;
    position: relative;
}

.accordion-maindb .accordion .accordion-item .accordion-header .accordion-button:focus {
    border: none;
    box-shadow: inherit;
}

.accordion-maindb .accordion .accordion-item .accordion-collapse {}

.accordion-maindb .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0px 20px;
    border-radius: 0px;
}

.accordion-maindb .accordion .accordion-item .accordion-collapse .accordion-body .text-muted {}

.samepadd {
    position: absolute;
    right: 60px;
}

.samepadd .form-check-input {
    margin-top: 1px;
    border-radius: 0px !important;
    margin-right: 5px;
}

.samepadd .form-check-input:checked {
    background: #f6831f;
    border: #f6831f;
}

.samepadd .form-check-input:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.samepadd .form-check-label {
    color: #233244;
    font-size: 16px;
}

.dropboxn {
    margin-top: 15px;
}

.dropboxn .form-group {
    border: 1px dashed #CACACA;
}

.dropboxn .files::before {}

.dropboxn .form-group input {}

.dropboxn .form-group .form-control {
    opacity: 0;
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative
}


/*.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}*/

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 60px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or Drop a file here ";
    display: block;
    margin: 0 auto;
    color: #C7C7C7;
    font-weight: 600;
    text-align: center;
}

.addnew {
    float: right;
}

.datepickn {
    position: relative;
}

.datepickn input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 70%;
}

.datepickn .form-control {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.datepickn .calen-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #DFDDE6;
    padding: 6px 10px 5px 10px;
    border-radius: 0 4px 4px 0px;
    z-index: 1;
    pointer-events: none;
}

.bordern1 {
    background: #C4CAD5;
    width: 100%;
    height: 1px;
}

.selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.selectgroup-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.selectgroup-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-input:checked+.selectgroup-button {
    border-color: #233244;
    color: #233244;
    background: #e5e9f3;
}

.selectgroup-input:checked+.selectgroup-button {
    border-color: #233244;
    color: #fff;
    background: #e5e9f3;
}

.selectgroup-input:checked+.selectgroup-button {
    z-index: 0;
    background: #233244;
}

.selectgroup-button {
    display: block;
    border: 1px solid #707070;
    text-align: center;
    padding: 0.375rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #707070;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px;
}

.minus-plus-inp .qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
}

.minus-plus-inp .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 32px;
    text-align: center;
    background-clip: padding-box;
    background: #233244 !important;
    border-radius: 0px 5px 5px 0px;
    font-size: 23px;
    line-height: 29px;
    margin-left: -4px;
}

.minus-plus-inp .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 32px;
    text-align: center;
    background-clip: padding-box;
    background: #233244 !important;
    border-radius: 5px 0px 0px 5px;
    font-size: 23px;
    line-height: 29px;
    margin-right: -4px;
}

.minus-plus-inp .qty .minus:hover {
    background-color: #f6831f !important;
}

.minus-plus-inp .qty .plus:hover {
    background-color: #f6831f !important;
}


/*Prevent text selection*/

.minus-plus-inp .qty span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.minus-plus-inp .qty input {
    border: 0;
    width: 2%;
}

.minus-plus-inp .qty input::-webkit-outer-spin-button,
.minus-plus-inp .qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.minus-plus-inp .qty input:disabled {
    background-color: #fff;
    border: 1px solid #ced4da;
    width: 150px;
    font-size: 16px;
}

.check1 .form-check-input {
    margin-top: 2px;
    border-radius: 4px !important;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.check1 .form-check-input:checked {
    background: #f6831f;
    border: #f6831f;
}

.check1 .form-check-input:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.check1 .form-check-label {
    color: #233244;
    font-size: 16px;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/checked.png) !important;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 3px 2px;
}

.text-hgt {
    height: 120px;
}

.mr-50 {
    margin-right: 50px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}


/*Login Start*/

.login-main {
    background: url(../img/login-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    height: 100vh;
}

.login-form {
    margin-top: 20%;
}

.login-logo {
    text-align: center;
}

.login-logo img {
    width: 250px;
}

.login-logo p {
    text-align: center;
    margin-top: 30px;
}

.login-input .form-control {
    background: url(../img/mail-icon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 14px 16px;
    padding: 10px 10px 10px 50px;
    margin-top: 15px;
    height: 50px;
    color: #284255;
}

.login-input .form-control1 {
    background: url(../img/lock-icon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 14px 12px;
    padding: 10px 10px 10px 50px;
    margin-top: 15px;
    height: 50px !important;
    color: #284255;
}

.login-input .form-control::placeholder {
    color: #284255;
}

.loginselect {
    margin-top: 15px;
}

.loginselect .form-select {
    height: 50px !important;
    padding: 10px;
}

.log-chek-forg {
    margin-top: 15px;
}

.check2 .form-check-input {
    margin-top: 2px;
    border-radius: 4px !important;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.check2 .form-check-input:checked {
    background: #f6831f;
    border: #f6831f;
}

.check2 .form-check-input:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.check2 .form-check-label {
    color: #233244;
    font-size: 16px;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/checked.png) !important;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 3px 2px;
}

.forgtlk a {
    color: #F6831F;
}

.forgtlk a:hover {
    color: #233244;
}

.loginbtn .btn-primary {
    background: #233244;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #233244;
    height: 50px;
}

.loginbtn .btn-primary:hover {
    background: #F6831F;
    border: 1px solid #F6831F;
}


/*Login Start End*/


/*error-message*/

.error .btn-primary {
    background: #233244;
    border-color: #233244;
}

.error .btn-primary:hover {
    background: #f6831f;
    border-color: #f6831f;
}


/*error-message-end*/


/*Dashboard-Start*/

.obr-box {
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 1px #e5e5e5;
    margin-bottom: 20px;
}

.obr-box h4 {
    color: #939BA2;
    font-weight: 600;
    font-size: 18px;
}

.count-icon {
    color: #222E3C;
    font-size: 32px;
    line-height: 49px;
    margin-top: 25px;
}

.count-icon span {
    float: right;
    margin-top: -8px;
}

.count-icon span img {
    width: 55px;
}

.servicemgbox {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 1px #e5e5e5;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.servicemgbox h4 {
    color: #939BA2;
    font-weight: 600;
    font-size: 18px;
}

.ser-main1 {
    align-items: flex-start;
    display: inline-flex;
    width: 100%;
}

.se-mg-img {
    width: 213px;
    margin-top: 30px;
    margin-bottom: 28px;
}

.se-mg-img img {
    width: 100%;
}

.se-mg-text {
    width: 100%;
}

.se-mg-text ul li {
    border-bottom: 1px solid #E2E5ED;
    padding: 15px 0;
}

.se-mg-text ul li .color1 {
    background: #3b7ddd;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.se-mg-text ul li .color2 {
    background: #FCB92C;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.se-mg-text ul li .color3 {
    background: #DC3545;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.se-mg-text ul li p {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0px;
    width: 90%;
}

.se-mg-text ul li p span {
    float: right;
    font-weight: bold;
}

.dashboard-data-t {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 1px #e5e5e5;
}

.dashboard-data-t h4 {
    color: #939BA2;
    font-weight: 600;
    font-size: 18px;
}

.db-table .table-responsive table tr th {
    font-size: 14px;
    background: #F3F6FA;
    border: none;
    vertical-align: middle;
}

.db-table .table-responsive table tr td {
    font-size: 12px;
    vertical-align: middle;
}

.db-table .table-responsive table tr td img {
    width: 25px;
}


/*Dashboard-End*/

.nexg-filefield {
    display: inline-block;
}

.nexg-fileimg ul {
    padding: 0;
}

.nexg-fileimg ul li {
    list-style: none;
    display: inline-block;
}

.nexg-fileimg ul li .flimg {
    width: 75px;
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    padding: 5px;
    margin-top: 37px;
}

.nexg-fileimg ul li .flimg img {
    width: 100%;
    border-radius: 6px;
    height: 40px;
}

.nexg-fileimg ul li .plus {
    margin-left: 70px;
    font-size: 40px;
    font-weight: 600;
    color: #7D858E;
}

.nexg-fileimg ul li .plus a {
    color: #ffffff;
    position: relative;
    top: 9px;
    background: #705a81;
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.nexg-fileimg ul li .plus a:hover {
    background: #f6831f;
}

.nexg-radiobtn label {
    margin-right: 10px;
}

.nexg-radiobtn .form-check-input:checked {
    background-color: #f6831f;
    border-color: #f6831f;
}

.nexg-radiobtn .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(246 131 31 / 34%);
}


/*sear customer page */

.nexg-serch-cust {
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 6px 3px 8px 1px #eaeff5;
    padding: 15px;
}

.nexg-serch-cust .form-control {
    padding: 0rem 10px;
    height: 46px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #ffffff;
    width: 96%;
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #848B94;
    outline: none;
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 30px;
    background-size: 20px;
}

.nexg-serch-cust .form-control:focus {
    box-shadow: none !important;
    border-color: #fff !important;
}

.nexg-serch-cust .btn {
    cursor: pointer;
    position: absolute;
    height: 48px;
    color: #fff;
    transition: none;
    font-size: 18px;
    text-decoration: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-appearance: button;
    background: #f6831f;
    right: 15px;
    top: 15px;
    font-weight: 600;
}

.nexg-serch-cust .btn img {
    width: 18px;
}

.nexg-serch-cust .btn:focus {
    box-shadow: none!important;
    border-color: none!important;
}

.search-mainpg1 {
    background: #fff;
    margin-top: 20px;
    box-shadow: 5px 0px 5px rgb(212 212 212 / 48%);
    padding: 10px 20px 10px 20px;
}

.cust_box {
    padding: 15px;
    box-shadow: 0px 0px 5px rgb(212 212 212 / 48%);
    text-align: center;
    margin: 10px 0px 10px;
}

.cust_box .user {
    background: #ccc;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    font-weight: 800;
    font-size: 24px;
}

.ligh-gr {
    background: #DBF0F3 !important;
    color: #27636C !important;
}

.ligh-pnk {
    background: #F3DBED !important;
    color: #820371 !important;
}

.cust_box .user img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.cust_box .text h4 {
    font-weight: 800 !important;
    margin-top: 15px;
}

.cust_box .text ul li {
    color: #212121;
}


/*sear customer page end */


/*service page */

.nexg_servpg .table-responsive table tr th {
    font-size: 14px;
    background: #F3F6FA;
    border: none;
    vertical-align: middle;
}

.ser-dt-ck .form-check-input {
    margin-top: 2px;
    border-radius: 0px !important;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.ser-dt-ck .form-check-input:checked {
    background: #f6831f;
    border: #f6831f;
    background-position: 2px 1px !important;
    background-size: 14px;
    background-repeat: no-repeat;
}

.ser-dt-ck .form-check-input:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.ser-dt-ck .form-check-label {
    color: #233244;
    font-size: 16px;
}

.sered1 {
    width: 16px;
    height: 16px;
    background: #f00;
    margin-top: 10px;
}

.segree1 {
    width: 16px;
    height: 16px;
    background: #30ba0b;
    margin-top: 10px;
}

.serattch {
    width: 70px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #D4D4D4;
    padding: 5px;
}

.serattch img {
    width: 58px;
    height: 28px;
}

.ser-approval-fl {
    text-align: center;
}

.ser-approval-fl h3 {
    color: #f6831f;
    margin-top: 20px;
}

.ser-approval-fl .form-file-input {
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
}

.serhadd a {
    color: #ffffff;
    position: relative;
    top: 45px;
    background: #f6831f;
    width: 60px;
    height: 40px;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 6px;
}

.serhadd a:hover {
    background: #233244;
}


/*service page end */


/*service page details */

.search-det-main {
    background: #fff;
    margin-top: 20px;
    box-shadow: 5px 0px 5px rgb(212 212 212 / 48%);
    padding: 10px;
}

.se-dt-h1 {
    background: #F6831F;
    color: #fff;
    font-size: 16px !important;
    padding: 8px 10px;
    border-radius: 6px;
}

.se-dt-h1 img {
    width: 16px;
    margin-right: 5px;
}

.se-user-img {
    width: 145px;
    height: 145px;
    border: 1px solid #C4D2E5;
    border-radius: 6px;
    margin-top: 10px;
}

.se-user-img img {
    width: 143px;
    height: 143px;
    border-radius: 6px;
}

.se-dt-info ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.se-dt-info ul li {
    font-size: 16px;
    border-bottom: 1px solid #E2E2E2;
    padding: 5px 0px 5px;
}

.se-dt-info ul li strong {
    margin-right: 5px;
    font-weight: 600;
}

.se-dt-info ul li a {
    color: #212121;
}

.se-dt-info ul li a:hover {
    color: #F6831F;
}

.se-dt-info h4 {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #f6831f;
    margin-top: 10px;
}

.addricon {
    width: 26px !important;
}


/*service page details end */


/*select service start */

.select-ser-main {
    margin-top: 20px;
    padding: 10px;
    height: 100%;
}

.select-service1 {
    border: 1px solid #E2E2E2;
    padding: 15px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 5px 0px 5px rgb(212 212 212 / 48%);
}

.select-service1 h2 {
    font-weight: 600 !important;
    font-size: 18px !important;
    background: #f6831f;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
}

.select-sub {
    text-align: left;
    margin-top: 15px !important;
}

.select-sub .btn-primary {
    background: #233244;
    border-color: #233244;
}

.select-sub .btn-primary:hover {
    background: #f6831f;
    border-color: #f6831f;
}


/*service service end */


/* Headings And Texts */

.subhead1_sm {
    color: #303E4A;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.head1_sm {
    color: #F6831F;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}


/* Headings And Texts */