

html {
    font-size: calc(0.96154vw + 2.15385px);
}

@media (max-width: 1024px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 16px;
    }
}

.clearBoth {
    clear: both;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
}

.popup-overlay,
.popup-overlay-bell {
    width: 100%;
    height: 100%;
    background: rgba(77, 75, 73, 0.05);
    display: none;
    z-index: 990;
    opacity: 5;
    position: fixed;
    top: 0;
    cursor: pointer;
}

.main-header {
    width: 100%;
    float: left;
    background: #505e90;
    padding: 0px;
    color: #e7ecf1;
    text-transform: uppercase;
    font-size: 17px;
    /*position: fixed;*/
    max-height: 100px;
    top: 0px;
    left: 0px;
    /* z-index: 1060;*/
}

.divider-20 {
    height: 20px;
    width: auto;
}

.divider-02 {
    height: 2px;
    width: auto;
}

.breadcrumb-page-title {
    background-color: #f0f5f9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb-space {
    width: 100%;
    float: left;
    padding: 11px;
}

.font-size {
    font-size: 20px;
    font-weight: 500;
    padding-left: 11px;
}

.main-header #icon_bar {
    cursor: pointer;
    padding: 18px 7px;
    font-size: 14px;
    float: right;
}

.main-header #menu_bar {
    cursor: pointer;
    padding: 18px;
    font-size: 14px;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.main-header #search_bar {
    cursor: pointer;
    padding: 1px 10px;
    font-size: 14px;
    color: #35343463;
}
/*.main-header #settings_bar {
  cursor: pointer;
  padding: 18px;
  font-size: 14px;
  float: right;
  border-left: 1px solid rgba(16, 16, 16, 0.1);
}*/
.main-header #menu_bar:hover,
.main-header #settings_bar:hover,
.main-header .user-profile:hover {
    background: rgba(16, 16, 16, 0.1);
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

.main-header .user-profile {
    /* cursor: pointer;
  padding: 9px;
  font-size: 14px;
  float: right;
  border-left: 1px solid rgba(16, 16, 16, 0.1);*/
}

    .main-header .user-profile span {
        /*line-height: 16px;
  text-transform: none;
  float: left;
  font-size: 13px;
  padding-right: 8px;
  text-align: right;*/
    }

.main-header .mini-user {
    /*float: left;
  font-size: 26px;
  line-height: 30px;
  color: #0a549f;*/
}

.main-header #icon_bar .label {
    position: relative;
    top: -11px;
    text-align: right;
    font-size: 9px;
    padding: 2px 4px;
    left: -7px;
    border-radius: 3px;
}

.main-sidebar {
}

.logo-mid {
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 50px;
    float: left;
    overflow: hidden;
    height: 50px;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
}

.first {
    width: 189px;
    float: left;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

/*.border {
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}*/

.leftMenu {
    /*height: 100%;*/
    height: 100%;
    min-height: 109vh;
    /*position: fixed;*/
    left: 0;
    top: 0;
    margin-left: 0px;
    float: left;
    width: 50px;
    display: flex;
    /*padding-top: 22px;*/
    transition: all ease 1s;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    /*z-index: 1050;*/
}

.openMenu {
    width: 190px;
    float: left;
    transition: all ease 1s;
    overflow: hidden;
    z-index: 1080;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.leftMenuList {
    margin-top: 0px;
    list-style: none;
    padding: 0;
}
/*.leftMenuList li {
  width: 250px;
  line-height: 40px;
  color: #fff;
  border-bottom: 1px solid #2b396d;
  border-left: 3px solid #505e90;
  font-size: 13px;
}
.leftMenuList li:hover {
  cursor: pointer;
}
.leftMenuList > li.active {
}
.leftMenuList > li.active i.fa {
}
.leftMenuList li a {
  text-decoration: none;
}
.leftMenuList li a svg {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: ;
}
.leftMenuList li a span {
  text-decoration: none;
  margin-left: 14px;
  width: 100%;
}
.leftMenuList > li i.fa {
  font-size: 16px;
  padding: 14px 16px;
  width: 30px;
  text-align: center;
}
.leftMenuList li ul li {
  padding: 0px;
  line-height: 30px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.leftMenuList li ul li:hover {
  transition: all 0.4s;
}
.leftMenuList li ul li ul li {
  padding: 5px;
}
.leftMenuList li ul li ul li a span {
  color: #00838f;
}
.leftMenuList li ul li ul li:hover {
}
.dropdown {
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  position: relative;
}
.active + .dropdownlist {
  width: 100%;
  height: auto;
  line-height: 30px;
  padding: 0px;
  margin-left: 0px;
}
.active + .dropdownlist:hover {
}
.dropdownlist {
  width: 0;
  height: 0;
  overflow: hidden;
}
.dropdown:before {
  font-family: FontAwesome;
  content: "\f105";
  transition: all 0.4s;
  padding-right: 5px;
  right: 85px;
  position: absolute;
  top: 4px;
}
.dropdown.active:before {
  font-family: FontAwesome;
  content: "\f107";
  transition: all 0.4s;
  padding-right: 5px;
}
.leftMenu:not(.openMenu) li > .dropdownlist {
  pointer-events: none;
  height: 0;
}*/

.content-wrapper {
    /* width: 95%;
  margin-left: 62px;
  padding: 10px;
  transition: all ease 1s;
  overflow: ;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);*/
}

.content-wrapper-mid {
    /*width: 87%;
  margin-left: 175px;
  transition: all ease 1s;
  overflow: ;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);*/
}

.content-header {
    /*position: relative;
  padding: 15px 15px 10px 0px;
  margin-top: 40px;*/
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
    }

    .content-header > .breadcrumb {
        /*float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 17px;
  right: 10px;
  border-radius: 2px;*/
    }

.breadcrumb > li {
    /* display: inline-block;*/
}
/*
.divider {
    padding-right: 1px;
}

    .divider::after {
        content: "\f054";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        padding-right: 4px;
        padding-left: 4px;
        color: #7b7b7b;
        position: relative;
        top: 1px;
    }
*/
.breadcrumb > .active {
    /*color: #777;*/
}

.content {
    position: relative;
}

/*
 * Skin: Blue-Black
 * -----------
 */
.skin-blue-black .main-header {
    /*background-color: #3181d2;*/
    background-color: rgba(24, 24, 24, 0.8);
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

    .skin-blue-black .main-header .logo-mid {
        background-color: rgba(24, 24, 24, 0.8);
        border: none !important;
        /*transition: all 0.5s ease-in-out;*/
    }

.skin-blue-black .leftMenu {
    background-color: #232423;
}

    .skin-blue-black .leftMenu .leftMenuList li {
        color: #fff;
        border-bottom: 1px solid #06060638;
        border-left: 3px solid #232423;
    }

        .skin-blue-black .leftMenu .leftMenuList li:hover {
            color: #fff;
            background: #3c3c3c;
            border-left: 3px solid #da2c46;
        }

    .skin-blue-black .leftMenu .leftMenuList > li.active {
        color: #fff;
        background: #3c3c3c;
        border-left: 3px solid #da2c46;
    }

        .skin-blue-black .leftMenu .leftMenuList > li.active i.fa {
            color: #c9c7cf;
        }

    .skin-blue-black .leftMenu .leftMenuList li a {
        color: #c9c7cf;
    }

        .skin-blue-black .leftMenu .leftMenuList li a span {
            color: #c9c7cf;
        }

    .skin-blue-black .leftMenu .leftMenuList > li i.fa {
        color: #c9c7cf;
    }

.skin-blue-black .leftMenuList li ul li:hover {
    background: #3c3c3c;
}

.skin-blue-black .leftMenuList li ul li ul li {
    background: #3c3c3c;
}

.skin-blue-black .dropdown {
    color: #c9c7cf;
}

.skin-blue-black .active + .dropdownlist {
    background: #282b28;
}

    .skin-blue-black .active + .dropdownlist:hover {
        background: #3c3c3c;
    }

.skin-blue-black .profile-hover .user-profile-pic {
    border: 2px solid #3181d2;
}

.skin-blue-black .profile-hover h1 {
    background-color: #3181d2;
}

    .skin-blue-black .profile-hover h1:hover {
        background-color: #2469af;
    }

.skin-blue-black input:checked + .slider {
    background-color: #3181d2;
}

.skin-blue-black .notification-hover span {
    background: #3181d2;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-bluedk {
    background-color: #063d5d !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-grey {
    background-color: #666 !important;
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111111 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.hide {
    display: none !important;
}

.show {
    display: auto;
}

.popup-overlay,
.popup-overlay-bell {
    width: 100%;
    height: 100%;
    background: rgba(77, 75, 73, 0.05);
    display: none;
    z-index: 990;
    opacity: 5;
    position: fixed;
    top: 0;
    cursor: pointer;
}

.profile-hover {
    top: 52px;
    right: 30px;
    background: #fdfdfd;
    color: #6d6d6d;
    position: fixed;
    display: none;
    z-index: 1011;
    width: 180px;
    padding: 10px;
    border: #dedede 1px solid;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: -1px -1px 21px -4px rgba(92, 92, 92, 0.69);
    -moz-box-shadow: -1px -1px 21px -4px rgba(92, 92, 92, 0.69);
    box-shadow: -1px -1px 21px -4px rgba(92, 92, 92, 0.69);
}

    .profile-hover .user-profile-pic {
        border-radius: 50%;
        width: 50px;
        height: 53px;
        margin-bottom: 6px;
    }

.user-profile-icon {
    font-size: 40px;
}

.profile-hover .user-profile span {
    cursor: pointer;
}

.profile-hover h1 {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 1px;
}

    .profile-hover h1:hover {
        cursor: pointer;
    }

/**Dashboard Type 01**/
.panel {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

    .panel a {
        position: relative;
        display: block;
        padding: 12px 25px 25px 25px;
        color: #fff;
        text-decoration: none;
        z-index: 2;
    }

        .panel a span {
            display: block;
            font-size: 30px;
            font-weight: 600;
            line-height: 40px;
        }

    .panel:after {
        position: absolute;
        /*font-family: FontAwesome;*/
        color: #000000;
        z-index: 1;
        transition: all 0.5s;
        line-height: normal;
    }

    .panel.post {
        background-color: #b8aa0e;
    }

        .panel.post:after {
            content: "\f08d";
            font-size: 160px;
            color: #a5980d;
            top: 20px;
            right: 60px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .panel.post:hover:after {
            top: 8px;
        }

    .panel.comment {
        background-color: #0377c0;
    }

        .panel.comment:after {
            content: "\f075";
            font-size: 160px;
            color: #036bac;
            top: 17px;
            right: 35px;
        }

        .panel.comment:hover:after {
            top: -5px;
        }

    .panel.page {
        background-color: #279824;
    }

        .panel.page:after {
            content: "\f15c";
            font-size: 160px;
            color: #238820;
            top: 40px;
            right: 39px;
        }

        .panel.page:hover:after {
            top: 24px;
        }

    .panel.user {
        background-color: #fc1c3e;
    }

        .panel.user:after {
            content: "\f007";
            font-size: 160px;
            color: #ec0326;
            top: 30px;
            right: 35px;
        }

        .panel.user:hover:after {
            top: 7px;
        }

    .panel:hover:after {
        transition: all 0.5s;
    }
/**TopSettingOption Toggle**/
.menu {
    width: 192px;
    height: 100%;
    padding: 65px 1px;
    font-size: 12px;
    background-color: #222d32;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    position: fixed;
    right: -100%;
    top: 0;
    opacity: 0;
    z-index: 999;
    margin-top: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    .menu span {
        color: #ccc;
        display: block;
        text-align: center;
        width: 100%;
        border-bottom: #666 solid 1px;
        padding-bottom: 14px;
    }

    .menu a {
        color: WhiteSmoke;
    }

        .menu a:hover {
            color: white;
        }

.open .menu {
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu:hover {
    overflow-y: auto;
}

.menu li {
    padding: 7px 10px;
    list-style: none;
}

    .menu li p {
        display: inline;
        color: #ccc;
        padding-right: 10px;
    }
/**Dot Button**/
.switch input {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 15px;
    margin-bottom: 10px;
    top: 3px;
    float: right;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #4e514e;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 3px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .slider {
}

    input:checked + .slider:before {
        -webkit-transform: translateX(12px);
        transform: translateX(12px);
        background: #ccc;
    }

.slider.round {
    border-radius: 25px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/**tooltip**/

.leftMenuList .tooltip_nav p {
    border-radius: 3px;
    transform: translate(0, 0) !important;
    visibility: hidden;
    opacity: 0;
    padding: 2px 4px;
    width: 173px;
    background: #323a44;
    transition: all 0.25s ease-in-out;
    z-index: 1000;
    left: 52px;
    position: fixed;
    text-align: center;
}

.leftMenuList .tooltip_nav:hover p {
    visibility: visible;
    opacity: 0.9;
}

.point01 p {
    top: 53px;
}

.point02 p {
    top: 99px;
}

.point03 p {
    top: 146px;
}

.point04 p {
    top: 193px;
}

.point05 p {
    top: 238px;
}

.point06 p {
    top: 283px;
}

.point07 p {
    top: 327px;
}

.point08 p {
    top: 372px;
}

/*.border {
    border: none !important;
}*/

@media (max-width: 860px) {
    .content-header > .breadcrumb {
        float: right;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 2px;
        position: relative;
        top: 0px;
        right: 0px;
        border-radius: 2px;
        display: block;
        float: left;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .user-profile span {
        display: none;
    }
}



@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

        .header_img img {
            width: 45px
        }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    /*.show {
        width: calc(var(--nav-width) + 156px)
    }*/

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px)
    }
}


.breadcrumb:last-child {
    font-weight: 500;
}

.breadcrumb.dark {
    //color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    /*line-height: 64px;*/
}

    .breadcrumb.dark:before {
        color: rgba(0, 0, 0, 0.2);
        vertical-align: middle;
    }

    .breadcrumb.dark:last-child {
        color: #ffffff;
    }

    .breadcrumb.dark i {
        line-height: 64px;
    }


.breadcrumb {
    border-radius: 0.25em;
    margin-bottom: 0 !important;
    /* max-height: 2.5em;
    overflow: hidden;
    position: relative;*/
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

    .breadcrumb a {
        display: block;
        /*padding: 0.7em 1.4em;*/
    }

    .breadcrumb:target {
        max-height: 20em;
    }

        .breadcrumb:target .breadcrumb-link {
            opacity: 1;
            position: static;
            visibility: visible;
        }

        .breadcrumb:target .breadcrumb--active:after {
            content: none;
        }

        .breadcrumb:target .breadcrumb-close:after {
            visibility: visible;
        }

.breadcrumb-link {
    color: tint(#1ec692, 35%);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s;
    z-index: 0;
}

.breadcrumb--active {
    color: #1ec692;
    font-weight: 700;
    position: relative;
}

    .breadcrumb--active:after {
        content: "▾";
        position: absolute;
        right: 22px;
        z-index: 1;
    }

.breadcrumb-close {
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 10;
}

    .breadcrumb-close:after {
        content: "▴";
        color: #1ec692;
    }

/*sidebarmenu.css*/
.sidebar {
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background-color: #232423;
    z-index: 999;
    transition: all 0.5s ease;
    height: 100vh;
    position: fixed;
}

    .sidebar.close {
        width: 50px;
    }

    .sidebar .logo-details {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
    }

        .sidebar .logo-details i {
            font-size: 30px;
            color: #fff;
            height: 50px;
            min-width: 78px;
            text-align: center;
            line-height: 50px;
        }

        .sidebar .logo-details .logo_name {
            font-size: 22px;
            color: #fff;
            font-weight: 600;
            transition: 0.3s ease;
            transition-delay: 0.1s;
            width: 100%;
            text-align: center;
        }

    .sidebar.close .logo-details .logo_name {
        transition-delay: 0s;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links {
        height: 100%;
        padding: 0 0 150px 0;
        overflow: auto;
        user-select: none;
    }

    .sidebar.close .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;
    }

        .sidebar .nav-links li:hover {
            background: #3c3c3c;
        }

        .sidebar .nav-links li .icon-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            display: inherit;
            line-height: 50px;
        }

        .sidebar .nav-links li .active {
            color: #fff;
            background: #3c3c3c;
            border-left: 3px solid #da2c46;
        }

    .sidebar.close .nav-links li .icon-link {
        display: block;
        line-height: normal;
    }

    .sidebar .nav-links li a i {
        height: 50px;
        min-width: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .sidebar .nav-links li a .arrow i {
        transform: rotate(-180deg);
    }

    .sidebar.close .nav-links a .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: 13px;
            font-weight: 400;
            color: #c9c7cf;
            transition: all 0.4s ease;
            text-decoration: none;
        }

    .sidebar.close .nav-links li a .link_name {
        opacity: 0;
        pointer-events: none;
        display: none;
    }

    .sidebar .nav-links li .sub-menu {
        padding: 0;
        margin-top: 0;
        /*background-color: #3c3c3c;*/
        display: none;
    }

    .sidebar .nav-links li .showMenu .sub-menu {
        display: block;
    }

    .sidebar .nav-links li .sub-menu a {
        color: #c9c7cf;
        font-size: 13px;
        padding: 10px 5px 10px 50px;
        white-space: nowrap;
        opacity: 0.6;
        transition: all 0.3s ease;
        line-height: normal;
        display: block;
    }

        .sidebar .nav-links li .sub-menu a i {
            min-width: inherit;
            min-height: inherit;
            line-height: normal;
            font-size: 10px;
            margin-right: 10px;
            width: auto;
            height: auto;
        }

        .sidebar .nav-links li .sub-menu a:hover {
            opacity: 1;
        }

    .sidebar.close .nav-links li .sub-menu {
        position: absolute;
        left: 100%;
        top: -10px;
        margin-top: 0;
        padding: 0 20px;
        border-radius: 0;
        opacity: 0;
        display: block;
        pointer-events: none;
        transition: 0s;
        z-index: 9999;
    }

    .sidebar.close .nav-links li:hover .sub-menu {
        top: 0;
        opacity: 1;
        pointer-events: auto;
        transition: all 0.4s ease;
        padding-left: 0;
        padding-right: 0;
        background-color: #232423;
    }

        .sidebar.close .nav-links li:hover .sub-menu a {
            padding: 10px 10px;
        }

            .sidebar.close .nav-links li:hover .sub-menu a i {
                width: auto;
                margin-right: 10px;
                height: auto;
                font-size: 10px;
                min-width: auto;
                min-height: inherit;
                line-height: normal;
            }

    .sidebar .nav-links li .sub-menu .link_name {
        display: none;
    }

    .sidebar.close .nav-links li .sub-menu .link_name {
        font-size: 15px;
        opacity: 1;
        display: block;
        padding-left: 0;
        font-weight: 500;
    }

    .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: 0;
        width: 260px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #1d1b31;
        padding: 12px 0;
        transition: all 0.5s ease;
    }

    .sidebar.close .profile-details {
        background: none;
    }

    .sidebar.close .profile-details {
        width: 50px;
    }

    .sidebar .profile-details .profile-content {
        display: flex;
        align-items: center;
    }

    .sidebar .profile-details img {
        height: 50px;
        width: 50px;
        object-fit: cover;
        border-radius: 16px;
        margin: 0 14px 0 12px;
        background: #1d1b31;
        transition: all 0.5s ease;
    }

    .sidebar.close .profile-details img {
        padding: 10px;
    }

    .sidebar .profile-details .profile_name,
    .sidebar .profile-details .job {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
    }

    .sidebar.close .profile-details i,
    .sidebar.close .profile-details .profile_name,
    .sidebar.close .profile-details .job {
        display: none;
    }

    .sidebar .profile-details .job {
        font-size: 12px;
    }

.home-section {
    position: absolute;
    height: 100vh;
    left: 250px;
    width: calc(100% - 250px);
    transition: all 0.5s ease;
    padding: 0;
    top: 0;
}

.sidebar.close ~ .home-section {
    left: 50px;
    width: calc(100% - 50px);
}

.home-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #3c3c3c;
    padding: 10px 0;
    position: fixed;
    z-index: 999;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
    color: #fff;
    font-size: 30px;
    padding: 0 12px;
}

.home-section .home-content .bx-menu {
    cursor: pointer;
    margin-right: 0;
}

.home-section .home-content .text {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 0;
}

@media screen and (max-width: 400px) {
    .sidebar {
        width: 240px;
    }

        .sidebar.close {
            width: 50px;
        }

        .sidebar .profile-details {
            width: 240px;
        }

        .sidebar.close .profile-details {
            background: none;
        }

        .sidebar.close .profile-details {
            width: 78px;
        }

    .home-section {
        left: 240px;
        width: calc(100% - 240px);
    }

    .sidebar.close ~ .home-section {
        left: 50px;
        width: calc(100% - 50px);
    }
}

.sidebar.close .logo-small {
    display: block;
}

.sidebar .logo-small {
    display: none;
}

.sidebar.close .logo-none-large {
    display: none;
}

.sidebar .logo-small img {
    animation: 0.9s fadeIn ease-in-out;
    width: 50px;
}

.leftMenuListLogo {
    margin-top: 0px;
    list-style: none;
    padding: 0;
}

    .leftMenuListLogo li {
        width: 250px;
        line-height: 40px;
        color: #fff;
        font-size: 13px;
    }

.form-group {
    width: 100%;
    float: left;
}

.pagination {
    color: #000000;
}

.main-header .logo-mid .brand-logo-mini img {
    max-width: 100%;
    width: 51px;
    margin: auto;
    vertical-align: middle;
    animation: 0.9s fadeIn ease-in-out;
}

.main-header .logo-mid .brand-logo {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin: auto;
    /*animation: 0.9s fadeOut ease-in-out;*/
}

.brand-logo {
    width: 180px;
    margin-left: 4px !important;
}

.fadein {
    animation: fadeIn ease-in-out 1s;
    -webkit-animation: fadeIn ease-in-out 1s;
    -moz-animation: fadeIn ease-in-out 1s;
    -o-animation: fadeIn ease-in-out 1s;
    -ms-animation: fadeIn ease-in-out 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}*/
/*@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(1.5rem);
  }
}*/

.middle-right-sec {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 50px 0 0 0;
}

.sidebar .nav-links li a img {
    width: 30px;
    height: 25px;
    margin: 15px 10px 15px 3px;
}

.sidebar .nav-links li a.arrow-right {
    width: 100%;
    display: inline-block;
}

.sidebar.close .nav-links li a.arrow-right .bxs-chevron-down {
    display: none;
}

.sidebar .nav-links li .showMenu .arrow-right {
    width: 100%;
    display: inline-block;
    line-height: 50px;
}

.bxs-chevron-down {
    float: right;
}

.sidebar .nav-links li .showMenu .bxs-chevron-down {
    transform: rotate(-180deg);
}
/*2023-03-22*/

.sidebar .nav-links li:hover {
    background: transparent;
}

.sidebar .nav-links li .showMenu a {
    width: 100%;
    display: inline-block;
}

.sidebar .nav-links li a .link_name {
    width: 100%;
}

.sidebar .nav-links li .sub-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar .nav-links li a .link_name {
    position: absolute;
    display: inline-block;
    left: 0;
    padding-left: 50px;
}

.sidebar .nav-links li a:not(.link_name):hover {
    background: #3c3c3c;
    border-left: 5px solid #da2c46;
}

.sidebar .nav-links li a.active {
    background: #3c3c3c;
    border-left: 5px solid #da2c46;
}

/*.sidebar .nav-links li .sub-menu .link_name {
    display: block;
}*/

.sidebar .nav-links li .sub-menu a:not(.link_name):hover {
    background: #3c3c3c;
    border-left: 5px solid #da2c46;
}

.sidebar .nav-links li .sub-menu a.active {
    background: #3c3c3c;
    border-left: 5px solid #da2c46;
}