body.sidebar-fixed.header-fixed{
    background: #F9FAFB;
    font-family: 'Lato', sans-serif;
}
.d-flex{
    display: flex;
}
.j-between{
    justify-content: space-between;
}
.j-end{
    justify-content: end;
}
.mb-3{
    margin-bottom: 3rem;
}
.mb-1{
    margin-bottom: 1rem;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.page-header {
    height: 60px;
    width: 100%;
    position: relative;
    flex-direction: row;
    margin: 0;
    z-index: 100;
}
.header-fixed .page-header {
    background: #fff;
    position: fixed;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}
.d-lg-none{
    display: none;
}
.ml-auto{
    margin-left: auto;
}
.page-header .navbar-nav {
    flex-direction: row;
    align-items: center;
}
.main-layer{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}
.header-fixed .sidebar {
    width: 250px;
    background: #fff;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.25);
}
.navbar-brand{
    padding: 15px 10px 10px 26px;
}
.sidebar {
    display: flex;
    flex-direction: column;
    width: 200px;
    background-color: #232323;
    min-height: 100vh;
    flex-shrink: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 99;
}
.sidebar-nav .nav{
    padding-top: 30px;
}
.sidebar-nav ul li{
    margin: 0 7%;
    width: 86%;
    display: block;
}
.sidebar-nav ul li a{
    padding: 12px 10px;
    display: block;
    color: #1F2937;
    font-size: 15px;
    border-radius: 5px;
}
.sidebar-nav ul li a:hover{
    color:#36743D;
    background: #F1FEF1;
}
.sidebar-nav ul li a:hover i{
    color: #36743D;
}
.sidebar-nav ul li a i{
    margin-right: 10px;
}
.sidebar-fixed .content{
    padding: 0 32px 32px 0;
    min-width: 0;
    flex: 1;
    transition: 0.3s;
    background: #fff;
}
.page-title{
    color:#353F50;
    font-size: 24px;
    font-weight: 400;
}
.page-info{
    color: #848F9F;
    font-size: 14px;
}
.box{
    padding: 10px 25px 30px;
    border-radius: 5px;
    background: #fff;
    color: rgb(18 18 18 / 70%);
}
.card__title{
    color:#374151;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.card__info{
    color: rgb(18 18 18 / 50%);
    font-size: 12px;
    margin-bottom: 20px;
}
.card__details{
    color: #121212;
    font-size: 13px;
    margin-top: 30px;
}
.progress{
    width: 100%;
    background: #34A770;
    height: 5px;
    border-radius: 25px;
    margin-top:10px;
}
.table-layer{
    background: #fff;
    padding: 20px 0;
    border-radius: 5px;
}
.table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}
.table thead th{
    vertical-align: bottom;
    padding: .75rem;
    background: #F3F4F6;
    border-color: #F3F4F6;
    color: #1F2126;
    text-align: left;
}
.custom-table{
    background: #fff;
    border: 1px solid #E5E5E5;
    color:#072F40;
    font-size: 14px;
}
.custom-table tbody td{
    border-bottom: 1px solid #E5E5E5;
}
.custom-table thead th{
    vertical-align: bottom;
    padding: .75rem;
    background: #EFF0F3;
    border-color: #EFF0F3;
    color: #5F738C;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}
.table tbody td{
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #F3F4F6;
}
.table-default{
    color:#AAB7C6;
    font-size: 13px;
    line-height: 1.5;
}
.dark-table-text{
    color: #4E5A6C;
}
.vt-status{
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 10px;
}
.complete {
    color: #36743D;
    background: #F1FEF1;
    border-radius: 23px;
    text-transform: capitalize;
}
.main-dashboard__index{
    padding: 30px 20px 30px 50px;
    margin-top: 62px;
    background: #F3F4F6;
}
.dashboard__index{
    padding: 30px 20px;
    margin-top: 120px;
    margin-left: 45px;
    background: #f9f9f9;
}
.dashboard__pages{
    padding: 30px 20px;
    margin-top: 120px;
    margin-left: 45px;
}
.dashboard__pages .central--box{
    width: 70%;
    margin: 0 auto;
}
.card--white{
    background: #fff;
    border: 1px solid #F2F4F7;
    border-radius: 5px;
    padding: 15px 10px;
    display: flex;
    color:#5F738C;
    margin-bottom: 40px;
}
.card--white .col{
    border-right: 1px solid #D6DDE0;
    text-align: center;
}
.card--white .col:last-child{
    border: 0;
}
.card--white h3{
    color: #072F40;
    font-size: 24px;
}
.green--link{
    color:#139A43;
}
.white-layer-box{
    background: #fff;
    border: 1px solid #D6DDE0;
    border-radius: 7px;
    padding: 10px 25px 70px;
}
.white-layer-box .meta_tag{
    background: #F2F4F7;
    color:#139A43;
    padding: 6px 14px;
    border-radius: 5px;
    margin-right: 40px;
    display: inline-flex;
}
.page--card-info{
    align-items: center;
    color: #5F738C;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.page--card-info span{
    color: #354052;
}
.page--card-info .info {
    margin-right: 30px;
}
.user--details-box{
    background: #F2F4F7;
    border:1px solid #D7DEE7;
    border-radius: 7px;
    padding: 30px 15px;
    color:#5F738C;
    font-size: 16px;
    display: flex;
}
.info--title{
    font-weight: 700;
    color:#5F738C;
    margin-bottom: 10px;
}
.d-inline-flex{
    display: inline-flex;
}
.userdetails{
    margin-bottom: 6px
}
.name{
    color: #354052;
    margin-left: 5px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.additional_info{
    margin-top: 40px;
}
.w-50{
    width:50%;
}

.other__info{
    margin-top: 30px;
    display: flex;
    color: #5F738C;
    padding: 0 10px;
}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.box--details{
    background: #F2F4F7;
    border: 1px solid #D7DEE7;
    border-radius: 6px;
    padding: 10px 40px;
    margin-top: 20px;
    min-height: 145px;
    align-items: center;
    display: flex;
}
.mt-50{
    margin-top: 40px;
}
.green--btn{
    background: #139A43;
    border:1px solid #139A43;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
}
.green--btn:hover,
.submit-green-btn:hover{
    color: #139A43;
    background: #fff;
}
.grey--form{
    background: #F2F4F7;
    border: 0.2px solid #bbc2ce;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    padding: 45px 35px 50px;
}
.select2-selection--multiple{
    min-height: 54px !important;
    border-color: #d6dde2 !important;
    display: flex !important;
    align-items: center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 98% center;
}
.submit-green-btn{
    background: #139A43;
    border:1px solid #139A43;
    color: #fff;
    border-radius: 8px;
    padding: 15px 35px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-top: 20px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.badge{
    padding: 5px 15px;
    border-radius: 23px;
    text-transform: capitalize;
}
.info-badge{
    background: #d1ecf1;
    color: #0c5460;
}
.warning-badge {
    color: #FF9000;
    background: rgba(255, 142, 0, 0.10);
}
.completed-badge {
    color: #0668E3;
    background: rgba(6, 104, 227, 0.14);
}
.danger-badge {
    color: #ff0000;
    background: rgba(255, 0, 0, 0.09);
}
.jqvmap-label
{
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    pointer-events:none;
}
.jqvmap-pin {
    pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}
.jqvmap-zoomin {
    top: 10px;
}
.jqvmap-zoomout {
    top: 30px;
}
.jqvmap-region {
    cursor: pointer;
}
.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}
.widgets{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.widgets-box{
    display: flex;
    justify-content: space-between;
    width: 30%;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    align-items: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.widgets-box i{
    background: #F3F4F6;
    padding: 15px 16px;
    border-radius: 50%;
    font-size: 20px;
}
.widgets-box .meta{
    text-align: right;
}
.blue-text{
    color:#1A4983;
    font-size: 12px;
}
.green-text{
    color: #519E47;
    font-size: 12px;
}
.green--text{
    color: #519E47 !important;
}
.orange-text{
    color: #EC9B40;
    font-size: 12px;
}
.map-axis{
    background: #fff;
}
#map-area {
    width: 50%;
}
.d-none{
    display: none !important;
}
