:root {
    --dark-blue: #1b2355;
    --light-sky-bg: #cfeeeb;
    --table-header: #64898a;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.nav-logo {
    margin-left: 5px;
    width: 156px;
    height: 44px;
    background-color: #fff;
    float: left;
    border-radius: 30px;
    margin-right: 12px;
    /* box-shadow: 0 7px 14px 0 rgb(59 65 94 / 15%), 0px 0px 7px 0 rgb(0 0 0 / 22%); */
    padding: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.nav-logo img {
    max-height: 30px;
}

.navbar.bg-light {
    background-color: rgba(255, 255, 255, 1) !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    margin: 14px 12px 12px 12px;
    padding-left: 5px;



    transition: all ease 1s;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    background-image: url("../img/backgrounds/headerbg.png");
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 40%;
    background-position: -2px -2px;


}

.navbar .megamenu {
    padding: 1rem;
}

.navbar .megamenu .list-unstyled li {
    padding: 0 15px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
    line-height: 40px;
}

.navbar .megamenu .list-unstyled li:hover:before,
.navbar .megamenu .list-unstyled li:focus:before,
.navbar .megamenu .list-unstyled li:active:before {
    right: 0;
}

.navbar .megamenu .list-unstyled li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #cbdce7;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar .megamenu .list-unstyled li:hover {
    background-color: #ededed;

}

.navbar .megamenu .list-unstyled li a {
    text-decoration: none;
    line-height: 32px;
    font-weight: 600;
}

.navbar .megamenu .list-unstyled li:hover a {
    color: #000;

}

.navbar .megamenu .col-megamenu {
    border-right: solid 1px #ccc;
    /* padding: 15px; */
}

.navbar .megamenu .col-megamenu .title {
    margin-bottom: 0;
    padding: 10px 15px;
    background-color: rgb(26 133 198);
    color: #fff;
    font-size: 18px;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */


.header-fixed {
    width: 100%;
    /* z-index: 0; */
    top: 0;
    position: relative;
}


.header-fixed.shrink {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}























/*-------------------New Menu--------------------------*/


.sticky-top {
    transition: all 0.25s ease-in;
}

/* style for when sitcky is applied */
.stuck .sticky-top {
    /* border-bottom: solid 1px rgb(227 227 227);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; */
}



.hamburger-menu-button {
    width: 30px;
    height: 30px;
    padding: 6px;
    display: block;
    position: relative;
    margin-top: 0;
    margin-right: 15px;
    z-index: 100;
    background: rgba(43, 62, 68, 95%);
    box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.95);
    border: 2px solid transparent;
    box-sizing: content-box;
    border-radius: 5px;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
}

.hamburger-menu-button-open {
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
}

.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    left: 0;
    content: "";
}

.hamburger-menu-button-open::before {
    top: 6px;
}

.hamburger-menu-button-open::after {
    bottom: 6px;
}

.hamburger-menu-button-close {
    /* background: transparent; */
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hamburger-menu-button-close::before {
    /* -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg); */
}

.hamburger-menu-button-close::after {
    /* -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg); */
}

.dropdown-menu.dropdown-menu-large {
    width: 700px;
}

.dropdown-menu.dropdown-menu-large .menu-left {
    background-color: #F1F3F6;
    font-size: 14px;
}

.dropdown-menu.dropdown-menu-large .menu-left .nav {
    padding-left: 0px;
    margin-right: 0px !important;
    min-width: 200px;
}

.dropdown-menu.dropdown-menu-large .menu-left .nav .nav-link {
    text-align: left;
    color: #000;
}

.dropdown-menu.dropdown-menu-large .menu-left .nav .nav-link.active {
    border-left: 4px solid #3978FE;
    box-shadow: 0 2px 10px rgb(16 30 54 / 15%) !important;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    transition: all .1s linear;
}

.dropdown-menu.dropdown-menu-large .tab-content {
    background-color: #ffffff;
    width: 100%;
    min-height: 400px;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane a.mainlink {
    color: #1C2121;
    width: 100%;
    display: block;
    margin: 2px 0;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane a:hover,
.dropdown-menu.dropdown-menu-large .tab-content .tab-pane a.active {
    background-color: #EFF0F2 !important;
    color: #1C2121 !important;
    border-radius: 0.25rem !important;
    transition: all .3s ease;
    text-decoration: none;
}



.dropdown-menu.dropdown-menu-large .card-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f146";
    /*content: "\f0fe";*/
    float: right;
    margin-top: 3px;
}

.dropdown-menu.dropdown-menu-large .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0fe";
    /*content: "\f146";*/
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .submenu a.sublink-header {
    padding: 0;
    float: right;
    width: 0;
    position: absolute;
    top: 6px;
    right: 28px;
    font-size: 16px;
}

.submenu .accordion-collapse ul {
    display: grid;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .submenu .accordion-collapse ul li a.sublink {
    width: auto;
    padding: 3px 5px;
    margin: 2px 0;
    display: block;
    color: #646464;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .submenu .accordion-collapse ul {
    padding-left: 15px;
    list-style-type: none;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .submenu .accordion-collapse ul li a.sublink:hover {
    background-color: #e0eefa !important;
    color: #001c58 !important;
    border-radius: 0.25rem !important;
    transition: all .3s ease;
    text-decoration: none;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .submenu .accordion-collapse ul li a.sublink.active {
    background-color: #e0eefa !important;
    color: #001c58 !important;
    border-radius: 0.25rem !important;
    transition: all .3s ease;
    text-decoration: none;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .submenu .accordion-collapse ul li a.sublink i {
    font-size: 10px;
}


/*-------------------------------------------------*/
.dropdown-menu.dropdown-menu-large .card-sub-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f146";
    /*content: "\f0fe";*/
    float: right;
    margin-top: 3px;
}

.dropdown-menu.dropdown-menu-large .card-sub-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0fe";
    /*content: "\f146";*/
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .sub-submenu a.sub-sublink-header {
    padding: 0;
    float: right;
    width: 0;
    position: absolute;
    top: 6px;
    right: 28px;
    font-size: 16px;
}

.sub-submenu .accordion-collapse ul {
    display: grid;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .sub-submenu .accordion-collapse ul li a.sublink {
    width: auto;
    padding: 3px 5px;
    margin: 2px 0;
    display: block;
    color: #646464;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .sub-submenu .accordion-collapse ul {
    padding-left: 15px;
    list-style-type: none;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .sub-submenu .accordion-collapse ul li a.sublink:hover {
    background-color: #e0eefa !important;
    color: #001c58 !important;
    border-radius: 0.25rem !important;
    transition: all .3s ease;
    text-decoration: none;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .sub-submenu .accordion-collapse ul li a.sublink.active {
    background-color: #e0eefa !important;
    color: #001c58 !important;
    border-radius: 0.25rem !important;
    transition: all .3s ease;
    text-decoration: none;
}

.dropdown-menu.dropdown-menu-large .tab-content .tab-pane .sub-submenu .accordion-collapse ul li a.sublink i {
    font-size: 10px;
}






.custom-name-ddl .dropdown-menu {
    width: 220px;
    /* width: 400px; */
    right: 0px;
    border-radius: 10px;
    margin-top: 8px;
    box-shadow: 0 7px 21px rgba(83, 92, 105, .32), 0 -1px 6px 0 rgba(83, 92, 105, .36);
        padding: 5px 8px !important;
}

.custom-name-ddl .dropdown-menu .card {
    margin-right: var(--ui-space-inline-sm);
    background: #fff;
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    max-width: 100%;
    transition: .2s;
    flex-direction: initial;
    justify-content: left;
    align-items: center;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 500;
}

.custom-name-ddl .dropdown-menu .card:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .33);
}

.card.profile .profile-avatar {
    display: block;
    width: 26px;
    height: 26px;
    background: #207ede;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/*-----------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(260px - 16px);
    z-index: 99;
    transition: all 0.5s ease;
    margin: 85px 12px 85px 12px;
    height: calc(100% - 100px);
    border-radius: 6px;
    background-color: #00978d !important;
    border: 1px solid #00978d !important;
    box-shadow: 0 8px 10px #b7c0ce 33;
}


.sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb
{
	background-color: #000000;
}




.sidebar.sideClose {
    width: 60px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .sidebar.sideClose {
        width: 55px;
    }
}

.sidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar .logo-details i {
    font-size: 30px;
    color: #11101d;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}

@media (max-width: 767px) {
    .sidebar .logo-details i {
        min-width: 55px;
    }
}

.sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.sidebar.sideClose .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links {
    height: 100%;
    padding: 10px 0 150px 0;
    overflow: auto;
}

.sidebar.sideClose .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    border-bottom: 1px solid #ffffff30;
}

.sidebar .nav-links>li.active:before,
.sidebar .nav-links>li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebar .nav-links li.active:before,
.sidebar .nav-links li:hover:before {
    opacity: 1;
}

.sidebar .nav-links li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar.sideClose .nav-links li .iocn-link {
    display: block;
}

.sidebar .nav-links li i {
    margin: 5px 10px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .sidebar .nav-links li i {
        min-width: 55px;
    }
}

.sidebar .nav-links li:hover a i {
    background-color: var(--light-sky-bg);
    text-align: center;
    color: #008197;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.sidebar .nav-links li.active i,
.sidebar .nav-links li:hover i {
    color: var(--dark-blue);
}

.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.sidebar.sideClose .nav-links i.arrow {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar .nav-links li a .link_name {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.4s ease;
    line-height: 15px;
    cursor: pointer;
}

/* .sidebar .nav-links li.active a .link_name,
.sidebar .nav-links li:hover a .link_name {
    color: #008197;
} */

.sidebar .nav-links li.active a .link_name,
 .sidebar .nav-links li:hover a .link_name {
    color: #a2d7d4;
}

.sidebar.sideClose .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 65px;
    background: #00978d;
    display: none;
}

@media (max-width: 767px) {
    .sidebar .nav-links li .sub-menu {
        padding-left: 55px;
    }
}

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.sidebar .nav-links li .sub-menu a {
    color: #ffffff;
    font-size: 11px;
    padding: 5px 0;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
    color: #99d5d1;
}

.sidebar.sideClose .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.sideClose .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    margin-left: 0px;
    border-radius: 6px;
    border: 1px solid #f2f4f9;
    box-shadow: 0 8px 15px #b7c0ce 66;
}

.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.sidebar.sideClose .nav-links li .sub-menu .link_name {
    font-size: 18px;
    opacity: 1;
    display: block;
    color: var(--dark-blue);
}

.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .profile-details {
    position: fixed;
    bottom: 18px;
    border-radius: 5px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--light-sky-bg);
    padding: 4px 0;
    transition: all 0.5s ease;
    margin: 5px;
}

.sidebar.sideClose .profile-details {
    background: none;
}

.sidebar.sideClose .profile-details {
    width: 78px;
}

.sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}

.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
    transition: all 0.5s ease;
}

.sidebar.sideClose .profile-details img {
    padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.sidebar .profile-details .job {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.5;
    white-space: nowrap;
}

.sidebar .profile-details i.bx {
    min-width: 50px;
}

.sidebar.sideClose .profile-details i,
.sidebar.sideClose .profile-details .profile_name,
.sidebar.sideClose .profile-details .job {
    display: none;
}

.sidebar .profile-details .job {
    font-size: 12px;
}

.home-section {
    position: relative;
    transition: all 0.5s;

    /* min-height: 100vh; */
    height: 100%;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.sidebar.sideClose~.home-section {
    left: 72px;
    width: calc(100% - 72px);

}

@media (max-width: 767px) {
    .sidebar.sideClose~.home-section {
        left: 55px;
        width: calc(100% - 55px);

    }
}

.home-section .home-content {
    align-items: center;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
    color: #11101d;
    font-size: 35px;
}

.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}

.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}


.home-section .home-content .content-wrapper {
    min-height: calc(100vh - 154px);
    padding: 0 10px 10px;
    transition: all ease 1s;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

@media (max-width: 420px) {
    .sidebar.sideClose .nav-links li .sub-menu {
        display: none;
    }
}

.action-menu {
    width: 28px;
    height: 24px;
    font-size: 17px;
    margin: auto;
    padding: 0px;
    line-height: 23px;
    color: #fff;
}

.action-menu ::after {
    display: none;
}

.action-menu.btn:hover {
    color: #fff;
    background-color: #1892ab;
    border-color: #117d93;
}

.action-menu .dropdown-menu a .svg-inline--fa {
    margin-right: 5px;
    width: 20px;
    text-align: center;
}

.action-menu .dropdown-menu a.dropdown-item {
    font-weight: 700;
}

.btn-sm-add{
    width: 18px;
    height: 18px;
    padding: 2px;
    line-height: 13px;
    font-size: 11px;
    font-weight: 700;
}
