@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Lato:wght@300;400;500;700;900&display=swap');

/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/


.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

/*Just change your choise color here its theme Colors*/
body {
    background: #fff;
    font-family: 'Lato', sans-serif !important;
    color: #303030 !important;
    font-weight: 400;
}

/*Top Header Part*/
.logo i {
    color: #ffffff;
}

.logo img {
    max-height: 33px;
}

.navbar-header {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.navbar-top-links > li > a {
    color: #303030;
}

.sidebar .sidebar-head {
    background: #ffffff;
}

.sidebar .sidebar-head h3 {
    color: #686868;
}

/*Right panel*/
.right-sidebar .rpanel-title {
    background: var(--region-color);
}

.bg-title {
    background-color: #ECECEC;
    margin-bottom: 0;
}

/*Bread Crumb*/
.bg-title .breadcrumb .active {
    color: var(--region-color);
}

/*Sidebar*/
.sidebar {
    background: #fff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.sidebar .label-custom {
    background: #01c0c8;
}

#side-menu li a {
    color: #54667a;
}

#side-menu li a {
    color: #54667a;
    border-left: 0px solid #fff;
}

#side-menu > li > a:hover,
#side-menu > li > a:focus {
    background: rgba(0, 0, 0, 0.07);
}

#side-menu > li > a.active {
    background: var(--region-color);
    color: #ffffff;
    font-weight: 500;
}

#side-menu ul > li > a:hover {
    color: var(--region-color);
}

#side-menu ul > li > a.active {
    color: #ffffff;
    background: var(--region-color);
    font-weight: 500;
}

.user-profile .user-pro-body .u-dropdown {
    color: #54667a;
}

/*themecolor*/
.bg-theme {
    background-color: #707cd2 !important;
}

.bg-theme-dark {
    background-color: var(--region-color) !important;
}

/*Button*/
.btn-custom {
    background: var(--region-color);
    border: 1px solid var(--region-color);
    color: #ffffff;
}

.btn-custom:hover {
    background: var(--region-color);
    opacity: 0.8;
    color: #ffffff;
    border: 1px solid var(--region-color);
}

/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
    border-bottom: 2px solid var(--region-color);
    color: var(--region-color);
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
    background: var(--region-color);
    border-right: 2px solid var(--region-color);
}

/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: var(--region-color);
    color: #ffffff;
}

/*Extra css*/
.bg-theme {
    background-color: #2cabe3 !important;
}

.panel-themecolor,
.panel-theme {
    border-color: var(--region-color);
}

.panel-themecolor .panel-heading,
.panel-theme .panel-heading {
    border-color: var(--region-color);
    color: white;
    background-color: var(--region-color);
}

.panel-themecolor .panel-heading a,
.panel-theme .panel-heading a {
    color: #ffffff;
}

.panel-themecolor .panel-heading a:hover,
.panel-theme .panel-heading a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.panel-themecolor a,
.panel-theme a {
    color: var(--region-color);
}

.panel-themecolor a:hover,
.panel-theme a:hover {
    color: #ff2a2a;
}

.page-title, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif !important;
    color: #303030 !important;
}

.page-title {
    padding-left: 15px;
}

#page-wrapper {
    background-color: #ECECEC;
}

.box-rounded {
    border-radius: 8px;
}

.table-text, .table-responsive a {
    color: #303030 !important;
}

.white-box .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 4rem;
    text-align: center
}

.white-box {
    border: 1px transparent solid;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.07);
}

.expense-box h2, .expense-box h3 {
    color: var(--region-color) !important;
    font-weight: 700 !important;
}

ul.expense-box li div h4, ul.expense-box li span h4 {
    text-transform: uppercase;
}
