
html {
    min-height: 100%;
}

body {
    color: #888ea8;
    height: 100%;
    font-size: 0.875rem;
    background: #f1f2f3;
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: 0.0312rem;
    font-family: 'Nunito', sans-serif;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #3b3f5c;
}

:focus {
    outline: none;
}

::-moz-selection {
    /* Code for Firefox */
    color: #4361ee;
    background: transparent;
}

::selection {
    color: #4361ee;
    background: transparent;
}

p {
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: #515365;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #f1f2f3;
}

strong {
    font-weight: 600;
}

code {
    color: #e7515a;
}
.btn-m-puls{
       border-radius: 999px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    padding: 0px !important;
    align-items: center;
    font-size: 14px; 
}
.btn-m-puls:focus{
     box-shadow: none;
}
.card-header .card-title{
    font-size: 22px;
}
/* container */
.ap-summary-cards{
    margin-bottom:25px;
}

/* card */
.ap-summary-card{
    background:#ffffff;
    border-radius:10px;
    padding:18px 20px;
    border-left:5px solid #fbbf00;
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
    transition:all .25s ease;
    height:100%;
}

/* hover */
.ap-summary-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 24px rgba(0,0,0,0.08);
}

/* label */
.ap-summary-label{
    font-size:13px;
    color:#777;
    margin-bottom:6px;
}

/* value */
.ap-summary-value{
    font-size:22px;
    font-weight:700;
    color:#1e1e1e;
}

/* variations */
.ap-summary-advanced{
    border-left-color:#0dcaf0;
}

.ap-summary-emi{
    border-left-color:#28a745;
}

.ap-summary-remaining{
    border-left-color:#dc3545;
}
.ap-info-card{
    background:#ffffff;
    border-radius:10px;
    padding:22px;
    border-top:4px solid #fbbf00;
    box-shadow:0 6px 20px rgba(0,0,0,0.06);
    height:100%;
}

.ap-card-title{
    font-size:18px;
    font-weight:600;
    color:#1e1e1e;
    margin-bottom:18px;
    padding-bottom:10px;
    border-bottom:2px solid #f5f5f5;
}

.ap-info-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
    border-bottom:1px dashed #eaeaea;
}

.ap-info-row:last-child{
    border-bottom:none;
}

.ap-label{
    font-size:14px;
    color:#777;
}

.ap-value{
    font-size:14px;
    font-weight:600;
    color:#1e1e1e;
}
/* ---------------- TABS ---------------- */

.ap-dashboard-wrapper .nav-pills{
    background: #000000 !important;
    border-radius:10px;
    border:1px solid #eee;
}

.ap-dashboard-wrapper .nav-pills .nav-link{
    color: #ffffff;
    font-weight:500;
    border-radius:6px;
    padding:8px 16px;
}

.ap-dashboard-wrapper .nav-pills .nav-link.active{
    background:#fbbf00;
    color:#1e1e1e;
    font-weight:600;
}

.ap-dashboard-wrapper .nav-pills .nav-link:hover{
    background:#fff5cc;
    color: #1e1e1e;
}

/* ---------------- CARDS ---------------- */

.ap-dashboard-wrapper .card{
    border:none;
    border-radius:10px;
    box-shadow:0 4px 14px rgba(0,0,0,0.06);
}

.ap-dashboard-wrapper .card h5{
    color:#1e1e1e;
    font-weight:600;
}

/* ---------------- TABLE ---------------- */

.ap-dashboard-wrapper table{
    border-radius:8px;
    overflow:hidden;
}

.ap-dashboard-wrapper table thead{
    background:#fbbf00;
    color:#1e1e1e;
}

.ap-dashboard-wrapper table th{
    font-weight:600;
    font-size:14px;
}

.ap-dashboard-wrapper table td{
    font-size:14px;
}

/* ---------------- BADGES ---------------- */

.ap-dashboard-wrapper .badge{
    padding:6px 8px;
    font-size:12px;
    border-radius:4px;
}

/* ---------------- BUTTONS ---------------- */

.ap-dashboard-wrapper .btn-primary{
    background:#fbbf00;
    border:none;
    color:#1e1e1e;
    font-weight:600;
}

.ap-dashboard-wrapper .btn-primary:hover{
    background:#e0a800;
}

.ap-dashboard-wrapper .btn-success{
    background:#1e1e1e;
    border:none;
}

.ap-dashboard-wrapper .btn-danger{
    background:#dc3545;
}

/* ---------------- ACCORDION ---------------- */

.ap-dashboard-wrapper .accordion-button{
    font-weight:600;
    color:#1e1e1e;
    background:#fff;
}



.ap-dashboard-wrapper .accordion-body{
    background:#fafafa;
}

/* ---------------- EMI TABLE PAYMENTS ---------------- */

.ap-dashboard-wrapper ul.list-unstyled{
    margin:0;
}

.ap-dashboard-wrapper ul.list-unstyled li{
    padding:4px 0;
    border-bottom:1px dashed #eee;
}

/* ---------------- MODAL ---------------- */

.ap-dashboard-wrapper .modal-header{
    background:#fbbf00;
    color:#1e1e1e;
    border-bottom:none;
}

.ap-dashboard-wrapper .modal-title{
    font-weight:600;
}
.m-accordion-table .accordion-button{
    padding: 4px;
    font-size: 13px;
        background: #dbf4ff;
    border-radius: 4px !important;
    color: #000 !important;
}
.m-accordion-table .accordion-button::after{
    background-size: 14px;
    width: 1rem;
    height: 1rem;
}
.m-accordion-table .accordion-button:focus{
    border-color: gray;
    box-shadow: none;
}
.m-accordion-table .accordion-body{
    padding: 6px;
}
#notification-bell, #agent-notification-bell{
    color: #fff;
}
#notification-bell::after, #agent-notification-bell::after{
    display: none;
}
#notification-list, #agent-notification-list{
    height: 300px;
    overflow-y: scroll;
}
#notification-list a, #agent-notification-list a{
    margin-bottom: 0px;
    padding: 5px;
}
#notification-list strong, #agent-notification-list strong{
    color: #0085ef;
    font-size: 14px;
}

#notification-list p, #agent-notification-list p{
    color: #121212;
    font-size: 13px;
}
#notification-list small, #agent-notification-list small{
    color: gray;
}
#notification-list hr, #agent-notification-list hr{
    border-top: 1px solid #949494;
}
/*Page title*/
.page-header {
    border: 0;
    margin: 0;
}
.page-header:before {
    display: table;
    content: "";
    line-height: 0;
}
.page-header:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

.page-title h3 {
    margin: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #3b3f5c;
    font-weight: 700;
}

.page-title span {
    display: block;
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

.main-container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 16px;
}

#container.fixed-header {
    margin-top: 56px;
}

#content {
    position: relative;
    width: 50%;
    flex-grow: 8;
    margin-top: 106px;
    margin-bottom: 0;
    margin-left: 212px;
    transition: .600s;
}

.main-container-fluid > .main-content > .container {
    float: left;
    width: 100%;
}

#content > .wrapper {
    -webkit-transition: margin ease-in-out .1s;
    -moz-transition: margin ease-in-out .1s;
    -o-transition: margin ease-in-out .1s;
    transition: margin ease-in-out .1s;
    position: relative;
}

.widget {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
}

.layout-top-spacing {
    margin-top: 20px;
}

.layout-spacing {
    padding-bottom: 40px;
}

.layout-px-spacing {
    padding: 0 15px 0 18px !important;
    min-height: calc(100vh - 170px) !important;
}

.sidebar-closed .layout-px-spacing {
    padding: 0 16px !important;
}

.widget.box .widget-header {
    background: #fff;
    padding: 0px 8px 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.row [class*="col-"] .widget .widget-header h4 {
    color: #3b3f5c;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 16px 15px;
}
.widget-heading {
    letter-spacing: 0px;
    font-size: 17px;
    display: block;
    color: #2a5298;
    font-weight: 600;
    margin-bottom: 10px;
}
.widget-heading i{
    font-size: 15px;
}
.seperator-header {
    background: transparent;
    box-shadow: none;
    margin-bottom: 40px;
    border-radius: 0;
}
.seperator-header h4 {
    margin-bottom: 0;
    line-height: 1.4;
    padding: 5px 8px;
    font-size: 15px;
    border-radius: 4px;
    letter-spacing: 1px;
    display: inline-block;
    background: rgba(0, 150, 136, 0.26);
    color: #009688;
    font-weight: 500;
}

.widget .widget-header {
    border-bottom: 0px solid #f1f2f3;
}
.widget .widget-header:before {
    display: table;
    content: "";
    line-height: 0;
}
.widget .widget-header:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

.widget-content-area {
    padding: 20px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.content-area {
    max-width: 58.333333%;
    margin-left: 80px;
}

/*  Navigation Bar */
.header-container {
    z-index: 1030;
    border-bottom: 1px solid #0e1726;
}
.header-container .navbar {
    padding: 4px 0;
}

.navbar {
    padding: 0;
    background: #1e1e1e;
    background: -webkit-linear-gradient(to right, #1e1e1e, #0c0c0d);
    background: linear-gradient(to right, #1e1e1e, #0c0c0d);
}
.navbar .theme-brand {
    padding: 0.9px 0 0.9px 27px !important;
    border-radius: 6px 6px 0 0;
    justify-content: space-between;
}
.navbar .theme-brand li.theme-logo {
    align-self: center;
}
.navbar .theme-brand li.theme-logo img {
    width: 100px;
}

.navbar .theme-brand li.theme-text {
    margin-right: 47px;
}
.navbar .theme-brand li.theme-text a {
    font-size: 24px !important;
    color: #e0e6ed !important;
    line-height: 2.75rem;
    padding: 0 0.8rem;
    text-transform: initial;
    position: unset;
    font-weight: 700;
}
.navbar.expand-header {
    margin: 0;
}

.navbar-brand {
    width: 5.5rem;
    padding-top: 0.0rem;
    padding-bottom: 0.0rem;
    margin-right: 0.0rem;
}

.navbar-expand-sm .navbar-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-expand-sm .navbar-item .nav-link {
    line-height: 2.75rem;
    padding: 0.24px 9.6px;
    text-transform: initial;
    position: unset;
}

.header-container .navbar .dropdown-menu {
    border-radius: 6px;
    border-color: #e0e6ed;
}

.header-container .navbar .dropdown-item {
    line-height: 1.8;
    font-size: 0.96rem;
    padding: 15px 0 15px 0;
    word-wrap: normal;
    border-radius: 6px;
}

.header-container .navbar .navbar-item .nav-item .dropdown-item.active, .header-container .navbar .navbar-item .nav-item .dropdown-item:active {
    background-color: transparent;
    color: #16181b;
}

.header-container .navbar .navbar-item .nav-item.dropdown .nav-link:hover span {
    color: #e0e6ed !important;
}

.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu {
    top: 139% !important;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    background: #fff;
    padding: 10px;
}
.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu.show {
    top: 102% !important;
}
.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu:after {
    position: absolute;
    content: '';
    top: -10px;
    margin-left: -7px;
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 15px solid #fff;
    left: auto;
    right: 7px;
    border-bottom-color: #fafafa;
}


.header-container .navbar .language-dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu .dropdown-item:hover span {
    color: #4361ee;
}

/* User Profile Dropdown*/
.navbar .navbar-item .nav-item.user-profile-dropdown {
    margin: 0 20px 0 16px;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu{
    left: auto;
    right: 0;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
    padding: 0;
    position: relative;
}

.navbar .navbar-item .nav-item.dropdown.user-profile-dropdown .nav-link:after {
    display: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link img {
    width: 28px;
    border-radius: 4px;
    height: 28px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
    max-width: 13rem;
    padding: 0 11px;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
    display: block;
    color: #3b3f5c;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 14px;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover a {
    color: #4361ee;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item.active, .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ebedf2;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
    width: 17px;
    margin-right: 7px;
    height: 17px;
}

/* Sidebar*/
.sub-header-container {
    position: fixed;
    top: 53px;
    width: 100%;
    z-index: 1029;
    display: flex;
}
.sub-header-container .navbar {
    /* -webkit-box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03); */
    -moz-box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
    box-shadow: none;
    background: #fafafa;
    border-radius: 0;
    padding: 23px 0 9px;
    justify-content: flex-start;
    min-height: 54px;
    width: 100%;
    border-bottom: 1px solid #ebedf2;
}
.sub-header-container .navbar .toggle-sidebar {
    position: relative;
    padding: 0 25px 0 31px;
    margin-left: 0;
}
.sub-header-container .navbar .sidebarCollapse {
    position: relative;
    padding: 0 25px 0 31px;
    margin-left: 0;
}
.sub-header-container .navbar .sidebarCollapse svg {
    width: 20px;
    height: 20px;
    color: #3b3f5c;
    vertical-align: text-top;
}

.page-header {
    display: flex;
    padding: 0 0;
}

.sub-header-container .breadcrumb-one {
    display: inline-block;
}
.sub-header-container .breadcrumb-one .breadcrumb {
    padding: 0;
    vertical-align: sub;
    background-color: transparent;
    margin-bottom: 0;
}
.sub-header-container .breadcrumb-one .breadcrumb-item {
    align-self: center;
    display: flex;
}
.sub-header-container .breadcrumb-one .breadcrumb-item a {
    color: #515365;
    vertical-align: sub;
}
.sub-header-container .breadcrumb-one .breadcrumb-item a svg {
    width: 18px;
    height: 18px;
    vertical-align: sub;
    fill: #515365;
}
.sub-header-container .breadcrumb-one .breadcrumb-item.active a {
    color: #515365;
}
.sub-header-container .breadcrumb-one .breadcrumb-item span {
    vertical-align: sub;
}
.sub-header-container .breadcrumb-one .breadcrumb-item.active {
    color: #3b3f5c;
    font-weight: 600;
}
.sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item {
    padding: 0px;
}
.sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
    color: #515365;
    padding: 0 6px 0 6px;
    vertical-align: bottom;
    display: inline-block;
    float: none;
}

@media (max-width: 575px) {
    .page-header {
        display: block;
    }
}

/* Sidebar */
.sidebar-wrapper {
    width: 232px;
    position: fixed;
    z-index: 1028;
    border-radius: 0px;
    transition: .600s;
    height: 100vh;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 106px;
    padding-left: 16px;
    left: 0px;
}

.sidebar-theme {
    background: #1e1e1e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1e1e1e, #0c0c0d);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1e1e1e, #0c0c0d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sidebar-closed.main-container {
    padding: 0;
}

.sidebar-closed > .sidebar-wrapper {
    left: -270px;
}

.sidebar-closed > #content {
    margin-left: 0;
}

#sidebar .navbar-brand .img-fluid {
    display: inline;
    width: 44px;
    height: auto;
    margin-left: 20px;
    margin-top: 5px;
}

#sidebar .border-underline {
    border-left: 1px solid #ccc;
    height: 20px;
    margin-top: 18px;
    margin-left: 0px;
    margin-right: 8px;
}

#sidebar * {
    overflow: hidden;
    white-space: nowrap;
}
#sidebar ul.menu-categories {
    position: relative;
    margin: auto;
    width: 100%;
    height: calc(100vh - 127px) !important;
    overflow: hidden;
}
#sidebar ul.menu-categories.ps {
    height: calc(100vh - 107px) !important;
    margin-right: 0;
    padding-right: 22px;
    border-right: 1px solid #e0e6ed;
}

#sidebar .ps__thumb-y {
    right: 4px;
}

#sidebar ul.menu-categories li > .dropdown-toggle[data-active="true"] svg.feather-chevron-right, #sidebar ul.menu-categories li > .dropdown-toggle[aria-expanded="true"] svg.feather-chevron-right {
    transform: rotate(90deg);
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a {
    justify-content: flex-start;
}
#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a i {
    align-self: center;
    margin-right: 12px;
    font-size: 19px;
    width: 21px;
}

#sidebar ul.menu-categories li.menu:first-child > .dropdown-toggle {
    margin-top: 21px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    padding: 11px 14px;
    transition: .600s;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 1px;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle > div {
    align-self: center;
}

#sidebar ul.menu-categories li.menu .dropdown-toggle:after {
    display: none;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle i {
    color: #fbbf00;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 15px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    color: #0e1726;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] i{
    color: #0e1726;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] svg {
    color: #030305;
    fill: #e0e6ed;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"]:hover svg, #sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] span {
    color: #030305;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover, #sidebar ul.menu-categories li.menu > .dropdown-toggle.dropdown-toggle:not([data-active="true"]):not([aria-expanded="true"]):hover {
    background: #fbbf00;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    color: #000000;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover i, #sidebar ul.menu-categories li.menu > .dropdown-toggle.dropdown-toggle:not([data-active="true"]):not([aria-expanded="true"]):hover i{
     color: #000000;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:not([data-active="true"]) {
    background: #fbbf00;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    color: #0e1726;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:not([data-active="true"]) i{
    color: #000;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover svg {
    color: #030305;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:not([data-active="true"]) svg {
    color: #030305;
    color: #506690;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right {
    vertical-align: middle;
    margin-right: 0;
    width: 15px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] svg.flaticon-right-arrow, #sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] svg.flaticon-down-arrow {
    background-color: transparent;
}

#sidebar ul.menu-categories li.menu > a span:not(.badge) {
    vertical-align: middle;
}

#sidebar ul.menu-categories ul.submenu > li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 12px 10px 48px;
    padding-left: 24px;
    margin-left: 16px;
    font-size: 13px;
    color: #ffffff;
}

#sidebar ul.menu-categories li.menu ul.submenu > li a:before {
    content: '';
    background-color: #d3d3d3;
    position: absolute;
    height: 3px;
    width: 3px;
    top: 17.5px;
    left: 13px;
    border-radius: 50%;
}

#sidebar ul.menu-categories ul.submenu > li.active a {
    color: #fbbf00;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 600;
}

#sidebar ul.menu-categories ul.submenu > li a.dropdown-toggle {
    padding: 10px 15px 10px 24px;
}

#sidebar ul.menu-categories li.menu ul.submenu > li.active a:before {
    background-color: #4361ee;
}

#sidebar ul.menu-categories ul.submenu > li.active {
    position: relative;
}

#sidebar ul.menu-categories ul.submenu > li a:hover {
    color: #fefefe;
}
#sidebar ul.menu-categories ul.submenu > li a:hover:before {
    background-color: #fefefe !important;
}

#sidebar ul.menu-categories ul.submenu > li a i {
    align-self: center;
    font-size: 9px;
}

#sidebar ul.menu-categories ul.submenu li > [data-active="true"] i {
    color: #4361ee;
}

#sidebar ul.menu-categories ul.submenu li > [data-active="true"]:before {
    background-color: #4361ee !important;
}

#sidebar ul.menu-categories ul.submenu li > a[data-active="true"] {
    color: #4361ee;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a {
    position: relative;
    padding: 10px 12px 10px 48px;
    padding-left: 13px;
    margin-left: 47px;
    font-size: 12px;
    color: #515365;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a {
    color: #805dca;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover {
    color: #4361ee;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:before {
    display: none;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a:before {
    background-color: #4361ee;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1035 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.e-animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes e-fadeInUp {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes e-fadeInUp {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.e-fadeInUp {
    -webkit-animation-name: e-fadeInUp;
    animation-name: e-fadeInUp;
}

#sidebar ul.menu-categories .ps__rail-y {
    right: -4px !important;
}

/* Footer-wrapper */
.footer-wrapper {
    padding: 10px 20px 10px 18px;
    display: inline-block;
    background: transparent;
    font-weight: 600;
    font-size: 12px;
    width: 100%;
    border-top-left-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.main-container.sidebar-closed .footer-wrapper {
    border-radius: 0;
}

.footer-wrapper .footer-section p {
    margin-bottom: 0;
    color: #515365;
    font-size: 13px;
    letter-spacing: 1px;
}
.footer-wrapper .footer-section p a {
    color: #515365;
}

.footer-wrapper .footer-section svg {
    color: #e7515a;
    fill: rgba(231, 81, 90, 0.419608);
    width: 15px;
    height: 15px;
    vertical-align: text-top;
}
.page-heading, .pagetitle h1{
        font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* user info */
.user-info{
    padding: 15px 15px;
    border-radius: 6px;
    /* display: flex; */
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    background: #1e1e1e;
    background: -webkit-linear-gradient(to right, #1e1e1e, #0c0c0d);
    background: linear-gradient(to right, #1e1e1e, #0c0c0d);
}
.user-info .info-img{
    width: 45px;
    height: 45px;
    border-radius: 100px;
    margin-right: 12px;
    box-shadow: 1px 1px 12px #3a3a3a;
    margin-left: auto;
    margin-right: auto;
}
.user-info .info-img img{
    width: 100%;
    border-radius: 100px;
}
.user-info .info-title{
    color: #fbbf00;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0px;
    margin-top: 8px;
}
.user-info .info-title span{
    font-weight: 400;
    color: #ffffff;
}
.user-info .info-desg{
    color: #fff;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 4px;
}
/* table */
.m-table ul{
    margin-bottom: 0px;
}
.m-table .t-name{
    margin-bottom: 4px;
    display: block;
    color: #08539b;
    font-size: 14px;
}
.m-table .t-sub{
    display: block;
    color: #000;
}
.m-table .t-value{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 19px;
}
.m-table .btn{
    font-size: 14px;
}
.table > tbody > tr > td {
    vertical-align: middle;
    color: #515365;
    font-size: 13px;
    letter-spacing: 0px;
    padding: 4px 4px;
}

.table > thead > tr > th {
    color: #2a5298;
    font-weight: 700;
    font-size: 13px;
    padding: 4px 4px;
}
.table tbody .form-select{
    font-size: 13px;
}
.input-table{
    border: 0px;
    border-bottom: 1px dashed;
    width: 100%
}
.input-table:disabled{
    background: transparent;
    border-bottom: 0px
}
.table-inn.table > tbody > tr > td{
    font-size: 13px
}
.table-inn.m-table .t-name{
    font-size: 13px
}
/* m card */
.card{
    border-radius: 6px;
    background: #fff;
    border: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.m-card{
    /* padding: 20px 15px; */
    border-radius: 6px;
    background: #fff;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    display: block;
    margin-bottom: 20px;
}
.m-card-info{
    width: 100%;
    padding: 15px 15px 15px 15px;
    background: #1e1e1e;
    border-radius: 6px;
}
.m-card:hover .m-card-txt h2, .m-card:hover  .m-card-icon{
    color: #0455e1
}
.m-card-txt p{
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
}
.m-card-txt h2{
    font-weight: 600;
    margin-bottom: 5px;
    color: #fbbf00;
}
.m-card-icon{
    text-align: right;
    font-size: 23px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 30px;
    color: #2a5298;
}
.m-card-icon i{color: #fbbf00;}
.m-card span{
    display: block;
    width: 100%;
    border-top: 1px solid #ececec;
    color: #000;
    padding: 10px;
    position: relative;
    font-size: 14px;
}
.m-card2 h2{
    font-size: 14px;
    padding-bottom: 15px;
    margin-top: 10px;
}
.m-card2 .m-card-icon{
    top: 21px
}
.card-header{
    background: #fafafa;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
}
.card-header .widget-heading{
    /* color: #fff; */
    margin-bottom: 0px
}
.login-page{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../../assets/img/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.login-form{
    padding: 35px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 6px;
    background-color: #1e1e1e;
}
.form-group{
    margin-bottom: 20px;
}
.label-top{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.control-label{
    margin-bottom: 7px;
}
.form-control{
    font-size: 14px;
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 46.5px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #fbbf00;
    outline: 0;
    box-shadow: none;
}

.login-form .form-logo{
    width: 140px;
    margin-bottom: 30px
}
.forgot-link {
    color: #fbbf00;
    font-size: 16px;
    font-weight: 600;
}
.card-form .label-top {
    font-size: 14px;
}
.card-form .form-control{
    height: 39.5px;
}
.card-form .form-control.m-textarea{
    height: 92px;
}
.card-form .form-group{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px
}
.btn-primary {
    background-color: #fbbf00;
    color: #1e1e1e;
    border: 1px solid #fbbf00;
    transition: background-color 0.3s ease, 
                color 0.3s ease, 
                box-shadow 0.3s ease;
}

.btn-primary:hover {
    background-color: #e0a800; /* darker gold */
    color: #1e1e1e;
    border-color: #e0a800;
}

.btn-primary:focus {
    background-color: #e0a800;
    color: #1e1e1e;
    box-shadow: 0 0 0 3px rgba(251, 191, 0, 0.35);
     border-color: #e0a800;
}

.btn-primary:active {
    background-color: #c99600; /* deeper press */
    color: #1e1e1e;
     border-color: #e0a800;
}

.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #f3d46a;
    border-color: #f3d46a;
    color: #7a6a2a;
    cursor: not-allowed;
    opacity: 0.7;
}
.btn{
    padding:0.275rem .75rem
}
.btn-main{
    padding: 0.75rem 1.75rem;
    border-radius: 6px;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    box-shadow: 2.5px 7px 20px #342A782E;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    letter-spacing: .5px;
    background: #0072b8;
    height: 49px;
    font-weight: 700
}

.btn-main:hover, .btn-main:active {
    background: #e40000;
    color: #fff !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.forgot-mod .modal-header{
    text-align: center;
    background: #0072b8;
    color: #fff;
    display: block;
    position: relative;
    padding: 12px 12px 14px 12px;
}
.forgot-mod .modal-title{
    font-size: 30px;
    text-transform: capitalize;
    color: #fff
}
.forgot-mod .login-form{
    box-shadow: none;
}
.forgot-mod .btn-close{
    position: absolute;
    right: 9px;
    background: #fff;
    top: 8px;
    line-height: 10px;
    color: #0072b8;
    opacity: 1;
    border-radius: 0px 0.375rem 0px 0.375rem;

}
.table-controls {
    padding: 0;
    margin: 0;
    list-style: none;
}
.table-controls > li {
    display: inline-block;
    margin: 0 2px;
    line-height: 1;
}
.table-controls > li > a {
    display: inline-block;
}
.table-controls > li > a svg{
    width: 17px;
    color: #2a5298;
}
.table-controls > li > a i {
    margin: 0;
    color: #555;
    font-size: 16px;
    display: block;
}
.table-controls > li > a i:hover {
    text-decoration: none;
}
.modal-search{

}
.modal-search .modal-header{
    display: block
}
.modal-search .modal-header ul{
    margin-bottom: 0px;
    display: inline-flex;
}
.modal-search .modal-header .nav-pills .nav-link.active,.modal-search .modal-header .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}
.modal-search .modal-header .nav-pills .nav-link {
    background: #f1f1f1;
    margin-left: 4px;
}
.tableFixHead          {
    overflow: auto;
    height: 300px;
    position: relative
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fafafa
}
/* MEDIA QUERIES */
@media (min-width: 992px) {
    .sidebar-closed #sidebar .theme-brand li.theme-text a {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar .theme-brand {
        padding: 0.9px 0 0.9px 14px !important;
    }
    .sub-header-container .navbar .toggle-sidebar, .sub-header-container .navbar .sidebarCollapse {
        position: relative;
        padding: 0 25px 0 16px;
    }
    /* NavBar */
    .main-container.sidebar-closed #content {
        margin-left: 0;
    }
    /* Sidebar */

    #content {
        margin-left: 0;
    }
    #sidebar .theme-brand {
        border-radius: 0;
        background-color: #4361ee;
        padding: 7px 12px 7px 24px;
        border-color: #4361ee;
    }
    .sidebar-closed #sidebar .theme-brand {
        padding: 0.9px 12px 0.9px 24px;
    }
    .main-container:not(.sbar-open) .sidebar-wrapper, body.alt-menu .sidebar-closed > .sidebar-wrapper {
        width: 0;
        left: -52px;
    }
    .main-container {
        padding: 0;
    }
    #sidebar ul.menu-categories.ps {
        height: calc(100vh - 70px) !important;
    }
    .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 255px;
        z-index: 9999;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        border-radius: 0;
    }
    .sidebar-closed > .sidebar-wrapper {
        left: 0;
    }
    .sidebar-noneoverflow {
        overflow: hidden;
    }
    #sidebar {
        height: 100vh !important;
        padding: 10px 0 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .footer-wrapper {
        padding: 6px 16px 9px 16px;
    }
    .layout-px-spacing {
        padding: 0 16px !important;
    }
    /* display .overlay when it has the .active class */
    .overlay.show {
        display: block;
        opacity: .7;
    }
}

@media (max-width: 767px) {
    .navbar .theme-brand li.theme-text {
        display: none;
        margin-right: 0;
    }

}

@media (max-width: 575px) {
    .navbar .navbar-item .nav-item.message-dropdown .dropdown-menu {
        min-width: 16.2rem;
    }
    .sub-header-container .breadcrumb-one .breadcrumb-item:not(.active), .sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
        display: none;
    }
    .sub-header-container .breadcrumb-one .breadcrumb-item span {
        vertical-align: sub;
        font-size: 15px;
        font-weight: 700;
    }
    .sub-header-container .navbar .toggle-sidebar, .sub-header-container .navbar .sidebarCollapse {
        padding: 0 13px 0 16px;
    }
    .navbar .navbar-item .nav-item.dropdown .dropdown-menu:after {
        right: 45px;
    }

    .footer-wrapper .footer-section.f-section-2 {
        display: none;
    }
}
