:root {
    --bg-grey: #F9F9F9;
    --white-color: #fff;
    --text-color: #444;
    --grey-color: #DADADA;
}

body {
    color: var(--text-color) !important;
}

@font-face {
    font-family: "LabGrotesque-Regular";
    /* src: url("../../fonts/LATO-BOLD.TTF"); */
    src: url('../fonts/LabGrotesque-Regular.ttf');

}

@font-face {
    font-family: "LabGrotesque-Black";
    /* src: url("../../fonts/LATO-BOLD.TTF"); */
    src: url('../fonts/LabGrotesque-Black.ttf');

}

@font-face {
    font-family: "LabGrotesque-Bold";
    /* src: url("../../fonts/LATO-BOLD.TTF"); */
    src: url('../fonts/LabGrotesque-Bold.ttf');

}

@font-face {
    font-family: "LabGrotesqueMono-Bold";
    /* src: url("../../fonts/LATO-BOLD.TTF"); */
    src: url('../fonts/LabGrotesqueMono-Bold.ttf');

}

@font-face {
    font-family: "LabGrotesqueMono";
    /* src: url("../../fonts/LATO-BOLD.TTF"); */
    src: url('../fonts/LabGrotesqueMono.ttf');

}

.LabGrotesque-Regular {
    font-family: "LabGrotesque-Regular";
}

.LabGrotesque-Black {
    font-family: "LabGrotesque-Black";
}

.LabGrotesque-Bold {
    font-family: "LabGrotesque-Bold";
}

.LabGrotesqueMono-Bold {
    font-family: "LabGrotesqueMono-Bold";
}

.LabGrotesqueMono {
    font-family: "LabGrotesqueMono";
}

.logo {
    height: 2rem;
}

#main-menu-navigation {
    border-right: 1.5px solid rgb(225, 221, 221);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

ul li {
    list-style: none;
}

.btn-primary.header-dropdown {
    background: none !important;
    border: 1px solid grey !important;
    color: black !important;
    border-color: grey !important;
}

.fs-22 {
    font-size: 22px;
}

.nav-link.active {
    font-size: 18px;
    font-weight: 600;
}

.nav-link {
    font-size: 14px;
    padding-left: 30px;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
}

.text-primary {
    color: var(--text-color) !important;
}

.second-navbar .nav-item {
    border-right: 1px solid var(--grey-color);
    padding: 10px 6px 10px 6px;
}

.second-navbar .nav-item:hover {
    background-color: #f4f2f6;
}

.border-bottom-1 {
    border-bottom: 1px solid var(--grey-color);
}

.second-navbar ul li:last-child:hover {
    background-color: transparent;

}

.second-navbar {
    z-index: 1;
}

.border-right-1 {
    border-right: 1px solid var(--grey-color);
}

.fs-34 {
    font-size: 34px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.h-140 {
    height: 140px;
}

.h-50px {
    height: 50px;
}

.z-index-0{
    z-index: 0!important;
}

#apexchartsd8992whk {
    width: auto !important;
}

#apexcharts94jysa0dk {
    height: 0px !important;
}

#apexchartsls28dgqd #SvgjsSvg1086 {
    width: 150px !important;
}

#line-area-chart-1 svg {
    width: 150px !important;
    height: 60px !important;
}

#line-area-chart-1>div {
    height: 50px !important;
}

.br-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fa-search {
    color: #e7e7e7;
}

.fs-16 {
    font-size: 16px;
}

.fs-15 {
    font-size: 15px;
}

.btn-outline-success {
    border-color: var(--grey-color) !important;
}

.more .btn-outline-success.dropdown-toggle::after {
    background-image: none !important;
    display: none;

}

.hour .dropdown-menu.show {
    transform: translate3d(0px, 50px, 0px) !important;
    -webkit-transform: translate3d(0px, 50px, 0px) !important;
    -moz-transform: translate3d(0px, 50px, 0px) !important;
    -ms-transform: translate3d(0px, 50px, 0px) !important;
    -o-transform: translate3d(0px, 50px, 0px) !important;
}

.h-355 {
    height: 355px ;
}

.h-312 {
    height: 312px !important;
}

.px-4px {
    padding: 0px 4px 0 4px;
}

.pl-4px {
    padding-left: 4px;
}

.pr-4px {
    padding-right: 4px;
}

.pl-17 {
    padding-left: 17px;
}

.dashboard-table th {
    background-color: transparent !important;
    padding-left: 0px;
    padding-right: 0px;
}

.fs-22 {
    font-size: 22px;
}

.py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.pb-21 {
    padding-bottom: 21px !important;
}

.w-230 {
    width: 230px;
}

.fa-question-circle {
    color: #432762;
}

.fs-36 {
    font-size: 36px;
}

#DataTables_Table_0_filter {
    display: none;
}

#DataTables_Table_0_length {
    display: none;
}

#DataTables_Table_0 {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.w-160 {
    width: 160px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0);
    border-radius: 10px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    background: rgb(10, 27, 81);
    border-radius: 10px;
    height: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0);
}
.fs-14{
    font-size: 14px;
}
.h-45{
    height: 45px;
}
.text-limit1 {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 35px;

}

table td {
    color: var(--text-color);
}

.w-210 {
    width: 210px;
}

.h-15 {
    height: 15px;
}

.table-responsive.table tbody tr:last-child {
    padding-bottom: 35px;

}

tfoot td {
    background-color: #f0f5ff;
}

table td {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.fs-12 {
    font-size: 12px !important;
}

.icon-bg {
    background: #d6d6d6;
    padding: 9px;
    border-radius: 50px;
    height: 35px;
    width: 35px;
}

.fs-18 {
    font-size: 18px;
}

.text-blue {
    color: #432762;
}

.text-blue:hover {
    color: #251538;
}

.admin-menu-list li {
    padding-bottom: 10px;
}

.underline {
    text-decoration: none;
    position: relative;
}

.underline:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 170px;
    background: #432762;
    /* optional animation */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}


@media only screen and (max-width: 768px) {
    .donut-chart-card {
      height: 440px!important;
    }
  }
@media only screen and (min-width: 1500px) {
    .donut-chart-card {
      height: 425px!important;
    }
  }


