/* @import url('https://fonts.googleapis.com/css?family=Montserrat'); */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* width */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(190, 188, 188);
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: rgb(190, 188, 188);
    border-radius: 10px;
}



.logo span span {
    color: #10c469 !important;
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: #f5f5f5;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 55px;
    /* box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02); */
}

#topnav .navigation-menu li.active>a {
    color: #71b6f9 !important;
}

#topnav .navigation-menu li.active>a i {
    color: #71b6f9 !important;
}

#topnav .topbar-main .badge {
    position: absolute;
    top: 12px;
    right: 7px;
}

#topnav .topbar-main .nav>li>a {
    color: #ffffff !important;
    line-height: 10px;
    padding: 0px 15px;
    position: relative;
    background: transparent !important;
}

#topnav .topbar-main .nav>li>a i {
    font-size: 16px;
}

#topnav .topbar-main .navbar-nav>.open>a {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

#topnav .topbar-main .profile img {
    border: 2px solid #edf0f0;
    height: 53px;
    width: 53px;
}

#topnav .topbar-main .navbar-nav {
    margin: 0px;
}

#topnav .app-search {
    position: relative;
    margin: 15px 30px 15px 10px;
}

#topnav .app-search a {
    position: absolute;
    top: 5px;
    right: 20px;
    color: rgba(255, 255, 255, 0.7);
}

#topnav .app-search .form-control,
#topnav .app-search .form-control:focus {
    border: none;
    font-size: 13px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 40px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border-radius: 30px;
    height: 30px;
    width: 180px;
}

#topnav .app-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

#topnav .app-search input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

#topnav .app-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

#topnav .app-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

#topnav .navbar-custom {
    background-color: #ffffff;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle:hover {
    background-color: transparent;
}

#topnav .navbar-toggle:hover span {
    background-color: #71b6f9;
}

#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navbar-toggle:focus span {
    background-color: #71b6f9;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 23px auto 17px auto;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform .5s ease;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #435966;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#topnav .navigation-menu>li>a:hover {
    color: #71b6f9;
}

#topnav .navigation-menu>li>a:hover i {
    color: #71b6f9;
}

#topnav .navigation-menu>li>a:focus {
    color: #71b6f9;
}

#topnav .navigation-menu>li>a:focus i {
    color: #71b6f9;
}

#topnav .navigation-menu>li>a:active {
    color: #71b6f9;
}

#topnav .navigation-menu>li>a:active i {
    color: #71b6f9;
}

#topnav .navigation-menu>li>a i {
    font-size: 18px;
    margin-right: 5px;
    color: rgba(67, 89, 102, 0.8);
    vertical-align: middle;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:focus {
    background-color: transparent;
}

@media (min-width: 992px) {
    #topnav .navigation-menu>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/*

  Responsive Menu

*/

@media (min-width: 992px) {
    #topnav .navigation-menu>li.last-elements .submenu {
        left: 0;
        right: 0;
    }
    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navigation-menu>li:first-of-type a {
        padding-left: 0px;
    }
    #topnav .navigation-menu>li:hover a {
        color: #71b6f9;
    }
    #topnav .navigation-menu>li:hover a i {
        color: #71b6f9;
    }
    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        border: 1px solid #e7e7e7;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    }
    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu>li .submenu>li.has-submenu>a:after {
        content: "\e649";
        font-family: "themify";
        position: absolute;
        right: 20px;
        font-size: 9px;
    }
    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 8px 25px;
        clear: both;
        /** white-space: nowrap; **/
        color: #435966;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #71b6f9;
    }
    #topnav .navigation-menu>li .submenu li span {
        display: block;
        padding: 8px 25px;
        clear: both;
        line-height: 1.42857143;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        color: #949ba1;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 12px;
    }
    .container {
        width: auto;
    }
    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
    }
    #topnav .navigation-menu>li {
        float: none;
    }
    #topnav .navigation-menu>li>a {
        color: #435966;
        padding: 15px;
    }
    #topnav .navigation-menu>li>a i {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 20px;
        color: #435966;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #71b6f9;
    }
    #topnav .navigation-menu>li .submenu li.has-submenu>a:after {
        content: "\e64b";
        font-family: "themify";
        position: absolute;
        right: 30px;
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px;
    }
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #71b6f9;
    }
    #topnav .navbar-header {
        float: left;
    }
    #navigation {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

.notification-box {
    margin-right: 10px;
}

.notification-box ul {
    max-height: 60px;
}

.notification-box ul li a {
    font-size: 24px;
    color: #ffffff;
    display: block;
    line-height: 60px;
}

.notification-box .noti-dot {
    position: relative;
    top: -45px;
}

.notification-box .pulse {
    width: 2px;
    height: 2px;
    border: 3px solid #ff5b5b;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff5b5b;
    z-index: 10;
    position: absolute;
    right: 3px;
}

.notification-box .dot {
    border: 4px solid #ff5b5b;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -12px;
    left: -4px;
    z-index: 1;
    opacity: 0;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.user-box {
    text-align: center;
}

.user-box .user-img {
    position: relative;
}

.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 8px;
    right: 15px;
    line-height: 0px !important;
}

.user-box .user-status i {
    font-size: 12px !important;
}

.user-box .user-status.away i {
    color: #f9c851;
}

.user-box .user-status.offline i {
    color: #ff5b5b;
}

.user-box .user-status.online i {
    color: #10c469;
}

.user-box .user-status.busy i {
    color: #98a6ad;
}


/* Footer */

.footer {
    border-top: 1px solid rgba(67, 89, 102, 0.1);
    bottom: 0px;
    color: black;
    text-align: left !important;
    padding: 6px 0px;
    position: fixed;
    right: 0px;
    left: 0px;
    background-color: whitesmoke;
    z-index: 100;
}

.footer ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.footer ul li a {
    color: #98a6ad;
}

.footer ul li a:hover {
    color: #71b6f9;
}

.wrapper {
    margin-left: 185px;
    padding: 10px;
    background-color: #f5f5f5;
}

.wrapper.right-bar-enabled .right-bar {
    right: 0;
    display: block !important;
}

.wrapper.right-bar-enabled .left-layout {
    left: 0;
}


/* Right sidebar */

.side-bar.right-bar {
    float: right !important;
    right: -266px;
    top: 0px;
}

.side-bar {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    display: block;
    float: left;
    height: 100%;
    position: fixed;
    transition: all 200ms ease-out;
    width: 240px;
}

.right-bar {
    background: #ffffff !important;
    z-index: 9999 !important;
}

.right-bar h4 {
    border-bottom: 1px solid rgba(152, 166, 173, 0.5);
    padding: 4px 10px 10px 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.right-bar .right-bar-toggle {
    float: right;
    line-height: 46px;
    font-size: 20px;
    color: #333;
    padding: 0px 10px;
}

.notification-list {
    padding-bottom: 60px;
    height: 100%;
}

.notification-list .list-group-item {
    border-bottom: 1px solid rgba(152, 166, 173, 0.2) !important;
    margin-bottom: 0px;
}

.notification-list .list-group-item.active {
    background-color: rgba(152, 166, 173, 0.1);
}

.user-list .user-list-item .avatar {
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.user-list .user-list-item .avatar img {
    border-radius: 50%;
    width: 100%;
}

.user-list .user-list-item .icon {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.user-list .user-list-item .icon i {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
}

.user-list .user-list-item .user-desc {
    margin-left: 40px;
}

.user-list .user-list-item .user-desc span.name {
    color: #435966;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.user-list .user-list-item .user-desc span.desc {
    color: #98a6ad;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}

.user-list .user-list-item .user-desc span.time {
    font-size: 11px;
    color: #71b6f9;
    font-style: italic;
}


/* Invoice logo */

.invoice-logo {
    color: #188ae2 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#topnav {
    position: static
}

.share-it {
    position: fixed;
    min-height: 200px;
    width: 40px;
    left: 0;
    z-index: 9;
    top: 20%;
}

.share-it i {
    font-size: 16px;
}

a.multipage {
    background: #ee3046;
    border: 2px #ee3046 solid;
    color: #fff;
}

a.multipage:hover {
    background: #fff;
    border: 2px #fff solid;
    color: #333;
}

.facebook {
    margin: 10px auto;
    float: left;
    margin-right: 4px;
}

.facebook a {
    color: #fff;
    padding: 1px 1px;
    background-color: #77cdf1;
    display: inline-block;
    transition: 0.5s ease;
}

.twitter {
    margin: 10px auto;
    float: left;
    margin-right: 4px;
}

.twitter a {
    color: #fff;
    padding: 1px 1px;
    background-color: #006dac;
    display: inline-block;
    text-align: center;
    transition: 0.5s ease;
}

.google {
    margin: 0px auto;
    float: left;
    margin-right: 4px;
}

.google a {
    color: #fff;
    padding: 1px 1px;
    background-color: #ef7f1a;
    display: inline-block;
    transition: 0.5s ease;
}

.finsys {
    margin: 10px auto;
    float: left;
    margin-right: 4px;
}

.finsys a {
    color: #fff;
    padding: 1px 1px;
    background-color: #ef7f1a;
    display: inline-block;
    transition: 0.5s ease;
}

.rss {
    margin: 10 auto;
    margin-top: 10px;
    float: left;
    margin-right: 4px;
}

.rss a {
    color: #fff;
    padding: 1px 1px;
    background-color: #bdcc1f;
    display: inline-block;
    transition: 0.5s ease;
}

.panel-group {
    margin-bottom: 0px;
}

.badge1 {
    position: relative;
}

.badge1[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 12px;
    font-weight: bold;
    background: black;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}

.card-box {
    padding: 20px;
    box-shadow:none !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}

.minheightspace {
    min-height: 300px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* width */

.leftmenu::-webkit-scrollbar {
    width: 8px;
}


/* Track */

.leftmenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

.leftmenu::-webkit-scrollbar-thumb {
    background: #545f79;
    border-radius: 10px;
}


/* Handle on hover */

.leftmenu::-webkit-scrollbar-thumb:hover {
    background: #545f79;
}

body {
    margin: 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "IBM Plex Sans", serif  !important;
    color: #000;
}

.leftmenu {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: white;
    position: fixed;
    height: 100%;
    z-index: 999;
    /* box-shadow: 1px 1px 10px lightgray; */
    /* box-shadow: 1px 1px 10px lightgray; */
    border: 1px solid #e5e5e5;
    overflow-y: auto;
}

.leftmenu a {
    display: flex
    ;
        color: black;
        padding: 8px 10px;
        text-decoration: none;
        /* text-align: center; */
        margin: 0px 12px 1.5px;
        /* align-items: center; */
        font-weight: 400;
        font-size: 14px;
    
}

.leftmenu li {
    margin-bottom: 5px;
}

.leftmenu li a svg {
    width: 18px;
    margin-right: 10px;
    /* opacity: .6; */
}

.collapse_arrow {
    margin-right: 0;
    margin-left: 85px;
    opacity: .6;
    /* fill: rgba(206, 212, 218, .7); */
    position: absolute;
    right: 15px;
    top: 13px;
}

.leftmenu a i {
    display: block;
    font-size: 22px !important;
    margin-bottom: 5px;
    text-align: center;
}

.leftmenu a.active {
    background-color: #bdbcbc49;
    color: #000;
    border-radius: .375rem;
}

.leftmenu a:hover:not(.active) {
    background-color: whitesmoke;
    color: black !important;
}

div.contentarea {
    margin-left: 0px;
    padding: 0px;
    min-height: 90vh;
}

.logo {
   
        background-color: #ffffff !important;
        font-size: 32px;
        margin-top: 8px;
        /* float: left; */
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
        padding-bottom: 4px;
   
}

.logo a {
    padding: 0px
}

.logo a img {
    height: 40px;
    object-fit: contain;
    width: 100%;
}

#mobilemenuwrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white;
   
}

#mobilemenuwrap ul li {
    position: relative
}

/* #mobilemenuwrap ul li ul {
    display: none
} */

#mobilemenuwrap ul>li:hover>ul {
    display: block;
}

/* #mobilemenuwrap ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    z-index: 999;
    box-shadow: 1px 1px 10px lightgray;
} */

.leftmenu #mobilemenuwrap ul li ul a {
    text-align: left;
    font-weight: 400;
    color: #000;
    margin: 0px 12px;
    padding: 10px;
    display: flex
;
}

.leftmenu a.colexpicon {
    display: none
}

@media (max-width: 981px) {
    .leftmenu {
        width: 100%;
        height: auto;
        position: relative;
        overflow-y: inherit;
    }
    .leftmenu a {
        float: none;
        text-align: left;
    }
    .leftmenu a i {
        display: inline-block;
        font-size: 16px;
        padding-right: 10px
    }
    div.contentarea {
        margin-left: 0;
        min-height: auto
    }
    #mobilemenuwrap {
        display: none
    }
    .leftmenu a.colexpicon {
        position: absolute;
        right: 0;
        top: 0;
        height: 52px;
        width: 52px;
        display: block
    }
    .colexpicon i {
        padding: 0!important;
        margin: 0!important
    }
    .logo {
        height: 52px;
    }
    .logo a img {
        width: 80px
    }
    .leftmenu a.colexpicon {
        text-align: center;
        background-color: #394253;
        color: #fff
    }
    #mobilemenuwrap ul li ul {
        /* display: block; */
        position: static;
        width: 100%;
        height: 100px;
        overflow-y: scroll;
        
    }
    .leftmenu #mobilemenuwrap ul li ul a {
        padding: 5px 44px 5px 20px
    }
    #mobilemenuwrap ul {
        position: absolute;
        left: 0;
        right: 0;
    }
}

.profile-img {
    background-color: white;
    height: auto;
    padding: 20px;
    box-shadow: 1px 1px 10px lightgray;
    margin-left: 95px;
}

@media (max-width:576px) {
    .profile-img {
        background-color: white;
        padding: 20px;
        box-shadow: 1px 1px 10px lightgray;
        margin-left: 0px;
        border-radius: 5px;
    }
}

.profile-img img {
    width: 155px;
    margin-right: 30px;
}

.profile-img h1 {
    font-weight: 700;
    color: black;
}

.profile-img ul {
    list-style: circle;
    font-size: 17px;
    padding-left: 18px;
    font-weight: 600;
}

.profile-img i {
    text-align: center;
    font-size: 80px;
    margin-top: 60px;
    color: #50c4e5;
}

.dash a {
    /* color: black !important;
    background-color: white; */

    color: white !important;
    background-color: #70bbd7;
}


/* .dash a:hover:not(.active) {
    background-color: whitesmoke;
    color: white;
}

.dash a.active {
    background-color: whitesmoke;
} */

.dash i {
    /* color: #4AC2E4; */
    color: #0189d0;

    border-radius: 50%;
    margin: auto;
    width: 45px;
    height: 45px;
    padding: 9px;
    background-color: #dbf3fa;
    font-size: 20px;
}

.dele a {
    color: black !important;
    background-color: white;
}


/* .dele a:hover:not(.active) {
    background-color: whitesmoke;
    color: white;
}

.dele a.active {
    background-color: whitesmoke;
} */

.dele i {
    font-size: 20px;
    color: #f9ab00;
    border-radius: 50%;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: #fff1ea;
    padding: 12px;
}

.dele-links {
    background-color: white;
}

.mast a {
    color: black;
    background-color: white;
}

.mast i {
    font-size: 20px;
    color: #6AC069;
    border-radius: 50%;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: #e1f2e1;
    padding: 12px;
}


/* .mast a:hover:not(.active) {
    background-color: whitesmoke;
    color: black;
}

.mast a.active {
    background-color: whitesmoke;
} */

.task-red i {
    font-size: 20px;
    color: #e44c7d;
    border-radius: 50%;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: #fbe9ef;
    padding: 12px;
}

.task-red a {
    background-color: white;
    color: black;
}

.task-red a:hover:not(.active) {
    background-color: whitesmoke;
    color: black;
}

.task-red a.active {
    background-color: whitesmoke;
}

.check-list i {
    font-size: 20px;
    color: #8484d7;
    border-radius: 50%;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: #e9e9ff;
    padding: 12px;
}

.check-list a {
    background-color: white;
    color: black;
}

.check-list a:hover:not(.active) {
    background-color: whitesmoke;
    color: black;
}

.check-list a.active {
    background-color: whitesmoke;
}

.dar-list i {
    font-size: 20px;
    color: #ffd012;
    border-radius: 50%;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: #fff8dc;
    padding: 12px;
}

.dar-list a {
    background-color: white;
    color: black;
}

.dar-list a:hover:not(.active) {
    background-color: whitesmoke;
    color: black;
}

.dar-list a.active {
    background-color: whitesmoke;
}

.mom-dash i {
    font-size: 20px;
    color: #e488a5;
    border-radius: 50%;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: #fbe9ef;
    padding: 12px;
}

.mom-dash a {
    background-color: white;
    color: black;
}

.mom-dash a:hover:not(.active) {
    background-color: whitesmoke;
    color: black;
}

.mom-dash a.active {
    background-color: whitesmoke;
}

.reports i {
    font-size: 20px;
    color: black;
    border-radius: 50%;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: lightgray;
    padding: 12px;
}

.reports a {
    background-color: white;
    color: black;
}

.reports a:hover:not(.active) {
    background-color: whitesmoke;
    color: black;
}

.reports a.active {
    background-color: whitesmoke;
}

.last-product i {
    font-size: 20px;
    color: rgb(212, 108, 108);
    border-radius: 50%;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: rgb(212, 162, 162);
    padding: 12px;
}

.last-product a {
    background-color: white;
    color: black;
}

.last-product a:hover:not(.active) {
    background-color: whitesmoke;
    color: black;
}

.last-product a.active {
    background-color: whitesmoke;
}

.bc {
    overflow: hidden;
    width: 100%;
}

.bc li {
    float: left;
    margin: 6px 6px 0 18px;
    height: 30px;
    list-style: none;
}

.bc a {
    /* background-image: linear-gradient(left bottom, #F5F5F5 31%, #DDDDDD 83%);
    background-image: -o-linear-gradient(left bottom, #F5F5F5 31%, #DDDDDD 83%);
    background-image: -moz-linear-gradient(left bottom, #F5F5F5 31%, #DDDDDD 83%);
    background-image: -webkit-linear-gradient(left bottom, #F5F5F5 31%, #DDDDDD 83%);
    background-image: -ms-linear-gradient(left bottom, #F5F5F5 31%, #DDDDDD 83%); */
    background-image: -webkit-gradient( linear, left bottom, right top, color-stop(0.31, #F5F5F5), color-stop(0.83, #DDDDDD));
    padding: 6px 16px;
    float: left;
    text-decoration: none;
    color: #777;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .9);
    position: relative;
}

.bc a:hover {
    background: #ddd;
    color: #444;
}

.bc a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border-width: 15px 0 15px 18px;
    border-style: solid;
    border-color: #f5f5f5 #f5f5f5 #f5f5f5 transparent;
    left: -18px;
}

.bc a:hover:before {
    border-color: #ddd #ddd #ddd transparent;
}

.bc a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    border-top: 14px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ddd;
    right: -15px;
}

.bc a:hover:after {
    border-left-color: #ddd;
}

.bc .first {
    border-radius: 5px 0 0 5px;
    margin-left: -15px;
}

.bc .first:before {
    visibility: hidden;
}

.bc .current {
    border-radius: 0 5px 5px 0;
    color: #222;
}

.bc .current:after {
    content: normal;
}

.report-box {
    padding: 4px;
    min-height: 100px;
    background-color: white;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
}

.report-box p {
    color: black;
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.report-box img {
    width: 65px;
}

.dashboard-header h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.tabcontent {
    display: none;
    height: 100%;
}

.tablink {
    padding: 10px;
    margin-left: 15px;
    color: #fff;
    background-color: #007bff;
    border: none;
    font-size: 14px;
    border-radius: 5px;
}

.tablink:hover {
    background-color: orange;
    color: white;
}

.desc-box {
    background-color: white;
    box-shadow: 1px 1px 10px lightgray;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.desc-box i {
    color: #007bff;
    font-size: 45px;
    margin-top: 30px;
}

.desc-box h6 {
    color: #007bff;
    font-weight: 600;
    font-size: 22px;
}

.profile-pic {
    width: 130px;
    height: 130px;
    border: 1px solid lightgray;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    margin-top: -75px;
    background: white;
    box-shadow: 1px 1px 10px lightgrey;
}

.profile-pic img {
    width: 100%;
    /* height: 120px; */
    margin-top: -15px;
}

.report__table{
    overflow-x: auto;
}

.report__table table{
    width: 100%;
    
}

.report__table table th{
    text-align: center;
    padding: 5px; 
}
.report__table table td{
    text-align: center;
    padding: 5px; 
    color: black;
}

/* .report__table table tr:nth-child(even) {
    background-color: #ffe6df ;
  } */
 

  .report_table{
    overflow-x: auto;
    margin-top: 40px;
}

.report_table table{
    width: 100%;
    
}

.report_table table th{
    text-align: center;
    padding: 5px; 
}
.report_table table td{
    text-align: center;
    padding: 5px; 
    color: black;
}

.report_table table tr:nth-child(even) {
    background-color: #ffdbe7 ;
  }




  .report__table1{
    overflow-x: auto;
}

.report__table1 table{
    width: 100%;
    
}

.report__table1 table th{
    text-align: center;
    /* padding: 5px;  */
    height: 50px;
}
.report__table1 table td{
    text-align: center;
    /* padding: 5px;  */
    color: black;
    vertical-align: top;
}

.report___table{
    width: 100%;
    
}

.report___table th{
    text-align: center;
    padding: 5px; 
}
.report___table td{
    text-align: center;
    padding: 5px; 
    color: black;
}

.dash__box {
    height: 100%;
    padding: 10px;
    background-color: white;
    /* box-shadow: 1px 1px 10px lightgrey; */
    /* margin-top: 20px; */
    border-radius: 6px;
    /* border-bottom: 2px solid lightseagreen; */
}

.dashagain {
    background-color: #f7f9fb;
    padding: 10px;
    border-radius: 10px;
}

.fixed-pos {
    background-color: white;
    border: 1px solid #e5e5e5;
    /* height: 500px; */
    position: fixed;
    height: 84%;
    width: 20%;
    padding: 10px;
    border-radius: 5px;
    
}

@media (max-width: 576px){
.fixed-pos {
    position: relative;
    width: 100%;
}
}

.again__circle {
    background: #fff;
    /* border-left: 2px solid; */
    color: #666;
    text-align: center;
    font-size: 20px;
    margin: auto;
    /* border-image: linear-gradient(#00DBDE, #FC00FF) 1; */
    padding: 2px;
    font-weight: 700;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 10px #dbd7d7;
    background: whitesmoke;
}

#pageloader img {
    left: 50%;
    position: absolute;
    top: 28%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#pageloader {
    /* background: rgba( 255, 255, 255, 0.8 ); */
    display: none;
    height: 100%;
    /* position: fixed; */
    width: 100%;
    z-index: 9999;
}

.add-extra i {
    display: none !important;
}

@media (max-width: 576px){
.add-extra i {
    display: block !important;
    text-align: right;
    float: right;
    background: none;
    padding: 0;
    color: #000;
    font-size: 12px !important;
    margin-top: 20px;
    width: 0px;
    height: 0px;
    margin-right: 10px;
}
}

@media (max-width: 576px){
#mobilemenuwrap ul li ul {
    border: 1px solid #d3d3d366;
    box-shadow: none;
    height: 100%;
    overflow-y: unset;
}
}

.btn-primary {
    background-color: #188ae24d !important;
    border: 1px solid #188ae2 !important;
    color: #188ae2 !important;
}

.btn-primary:hover{
    color: #fff !important;
}

.btn-warning {
    background-color: rgba(245, 184, 73, 0.1) !important;
    color: rgba(245, 184, 73, 1) !important;
    border: 1px solid rgba(245, 184, 73, 1) !important;
}

.btn-warning:hover{
    color: #fff !important;
}

.btn-info {
    background-color: #21afda45 !important;
    border: 1px solid #21afda !important;
    color: #21afda !important;
}

.btn-info:hover{
    color: #fff !important;
}

.btn-success {
    background-color: rgba(38, 191, 148, 0.1) !important;
    border: 1px solid rgba(38, 191, 148, 1) !important;
    color: rgba(38, 191, 148, 1) !important;
}

.btn-success:hover{
    color: #fff !important;
}

.btn-dark {
    background: #00000024;
    color: #000;
    border: 1px solid #000;
}


.btn-dark:hover{
    color: #fff !important;
}

.btn-danger {
    background-color: rgba(232, 38, 70, 0.2) !important;
    border: 1px solid rgba(232, 38, 70, 1) !important;
    color: rgba(232, 38, 70, 1) !important;
}

.btn-danger:hover{
    color: #fff !important;
}

.card_box {
    /* background-color: #fff; */
    border: 1px solid #e5e5e5;
    height: 100%;
    margin-bottom: 10px;
    padding: 10px;
    /* margin-top: 10px; */
    background-color: #fff;
}

.card_box p {
    font-size: 13px;
    color: #000;
}

.stats_value1 {
    font-size: 30px !important;
    margin: 0px !important;
    color: transparent;
    background-image: linear-gradient(90deg, #12793e, #26bf94, #26bf94);
    /* color: #0f62fe; */
    caret-color: #0f62fe;
    -webkit-background-clip: text;
}

.card_box img {
    width: 55px;
    position: absolute;
    /* right: 25px;
    top: 25px; */
    fill: #000;

    right: 20px;
    top: 30px;

}

.count_total p {
    margin-bottom: 0px !important;
    color: black;
    font-size: 12px;
}

.count_total p b {
    font-size: 20px;
}

.underline-top {
    margin-top: 80px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.head-line {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.head-line button.active {
    /* background-color: #ccc; */
    border-bottom: 2px solid #3f8bff;
}

.head-line button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px;
    transition: 0.3s;
    font-size: 12px;
    color: black;
    width: 100%;
}

.celebrate p {
    font-size: 12px;
    color: black;
    margin-top: 10px;
    font-weight: 600;
}

.yellow {
    border-color: #fbc02d !important;
}

.border-left {
    border-left: 3px solid;
    height: none;
    padding: 5px 5px 5px 10px;
    height: 75px;
}

.tooltip {
    position: absolute;
    display: inline-block;
    right: 17px;
    top: 15px;
    z-index: 10 !important;
    /* border-bottom: 1px dotted black; */
    opacity: 1 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 160%;
}

.celebrate img {
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    right: 0px !important;
    top: 0px !important;
}

.celebrate span {
    font-size: 10px;
    color: black;
}

.global_heading {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-top: 0px;
}

.search-page p {
    color: black;
    /* font-size: 14px; */
    margin: 0;
}

.search-page p i {
    margin-right: 10px;
}

.search-page table {
    width: 100%;
}

.search-page table th {
    padding: 5px;
    text-align: center;
    border: 1px solid white;
    background-color: lightblue !important;
    color: black;
}

.search-page table td {
    border: 1px solid #ebeff2;
    padding: 5px;
    text-align: center;
    color: black;
}

.search-page h3 span {
    background: #fff1ea;
    color: #f9ab00;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
}

.color_lead{
    display:flex;
    /* padding:0px 10px */
}

.color_lead_box{
    width:20%;
}


@media (max-width:576px){
    .color_lead{
        display:block;
    }
    
    .color_lead_box{
        width:100%;
    }
}