/*== DASHBOARD ==*/

body .dash {
    background-color: #f9f9f9;
}

body .dash nav.navbar.bootsnav.navbar-fixed {
    z-index: 99;
}

body ion-content .default-sidebar {
    background: #2c304d;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 9;
    transition: all 0.2s ease;
}

body .dash .content-inner {
    width: calc(100% - 240px);
    margin-left: 240px;
    transition: all 0.3s ease;
    padding-top: 64px;
}

body .dash .content-inner .container-fluid {
    padding: 30px 30px;
}

body .dash .side-navbar.box-scroll.sidebar-scroll {
    background: url("../img/dash_left.png");
    background-size: cover;
}

body .dash .default-sidebar>.side-navbar {
    min-width: 240px;
    max-width: 240px;
    color: #fff;
    z-index: 999;
    position: relative;
    height: 100%;
    padding-top: 64px;
    /* margin-top: 100px; */
    display: block;
}

body .dash .default-sidebar>.side-navbar {
    color: #fff;
}

body .dash .default-sidebar>.side-navbar ul {
    padding: 10px 0;
}

body .dash .default-sidebar>.side-navbar ul a {
    color: #aea9c3;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    font-weight: 500;
}

body .dash .default-sidebar>.side-navbar ul a {
    color: #fff;
    padding: 16px 10px;
    font-size: 18px;
}

.default-sidebar>.side-navbar ul li {
    position: relative;
}

.default-sidebar>.side-navbar ul li i {
    color: #fff;
    margin-right: 10px;
}

body .dash .default-sidebar>.side-navbar ul li.active a {
    background: #FBC833;
    color: #000;
}

body .dash .default-sidebar>.side-navbar ul li.active i {
    color: #000;
}

body .dash .page-header {
    position: relative;
    padding: 0 15px 30px 15px;
    width: 100%;
    margin: 0;
    border: 0;
}

body .dash .page-header-title {
    color: #BA4E73;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 22px;
}

body .dash .has-shadow {
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
}

body .dash .widget {
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}

body .dash .widget-header {
    background: #fff;
    padding: 20px;
    position: relative;
    width: 100%;
}

body .dash .widget-header h2 {
    color: #2c304d;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
}

body .dash .widget-12 .widget-body {
    position: relative;
    overflow: hidden;
}

body .dash .widget-body {
    padding: 20px;
}

body .dash .section-title h4 {
    color: #6C82BC;
    font-size: 22px;
    font-weight: bold;
}

body .dash .boxx h5 {
    font-size: 18px;
    font-weight: bold;
}

body .dash .boxx p {
    color: #666666;
    margin-bottom: 10px;
}

body .dash .boxx img {
    margin-bottom: 20px;
    margin-left: auto;
}

body .dash .total-pro-projgres .progress-bar {
    background-color: #00E161;
}

body .dash .totalInveBox .progress-bar {
    background-color: #BA4E73;
}

body .dash .btn {
    font-weight: 600 !important;
    line-height: 1.25;
    border: 2px solid transparent;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 60px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

body .dash .btn-gradient-01 {
    background: #FBC833;
    color: #000;
}

body .dash .btn-gradient-01:hover {
    background: #000;
    color: #FBC833;
}

body .dash .rounded-circle {
    border-radius: 50% !important;
}

body .dash .em-separator {
    height: 0;
    margin: 20px 0;
}

body .dash .em-separator.separator-solid {
    border: 1px solid #eee;
}

body .dash .mt-5,
body .dash .my-5 {
    margin-top: 3rem !important;
}

body .dash .widget-header.bordered {
    border-bottom: .07rem solid #eee;
}

body .dash .widget-header.no-actions {
    padding: 20px;
}

body .dash .widget-header h4 {
    color: #BA4E73;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: auto !important;
}

body .dash .form-control {
    font-size: 14px;
    line-height: 1.25;
    color: #2c304d;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    padding: 10px;
    height: auto;
}

body .dash .updateProfile .section-title h4 {
    color: #6C82BC;
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 20px;
}

body .dash .projectList .outer {
    background: #fff;
    margin-bottom: 20px;
}

body .dash .projectList .outer .imgOuter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px;
}

body .dash .projectList .outer .textInfo {
    padding: 20px;
}

body .dash .projectList .outer .textInfo .head {
    color: #4E5F8A;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

body .dash .cash {
    list-style: none;
    margin-bottom: 4px;
}

body .dash .cash li {
    display: inline-block;
    padding-right: 20px;
    color: #42AF63;
    font-size: 12px;
    position: relative;
}

body .dash .cash li:not(:last-child):after {
    content: '|';
    position: absolute;
    top: 0;
    right: 6px;
}

body .dash .date {
    list-style: none;
    margin-bottom: 10px;
}

body .dash .date li {
    display: inline-block;
    padding-right: 20px;
    color: #000;
    font-size: 12px;
    position: relative;
}

body .dash .date li:not(:last-child):after {
    content: '|';
    position: absolute;
    top: 0;
    right: 6px;
}

body .dash .act li {
    display: inline-block;
    padding-right: 20px;
    color: #000;
    font-size: 16px;
    position: relative;
    vertical-align: middle;
    font-weight: normal;
}

body .dash .act li i {
    margin-right: 10px;
    vertical-align: middle;
}

body .dash a {
    color: #919191;
}

body .dash .BankingDetails .pot {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 20px;
    margin: 0;
    font-size: 16px;
}

body .dash .TransitionHistory .pot {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}

body .dash .TransitionHistory .pot:last-child {
    border: 0;
}

body .dash .TransitionHistory .pot p {
    font-size: 16px;
}

body .dash .TransitionHistory .pot li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #AEAEAE;
}

body .dash .mb-5,
body .dash .my-5 {
    margin-bottom: 3rem !important;
}

body .dash .uploadFile .btn-gradient-01 {
    border-radius: 50px;
    /* background: transparent !important; */
    border: 1px solid #000;
    padding: 10px 20px;
}

body .dash .uploadFile input {
    display: none;
}

@media (max-width:992px) {
    body .dash .content-inner {
        width: 100%;
        margin-left: 0px;
    }
    body .dash .default-sidebar {
        display: none;
    }
    body .dash .projectList .outer .textInfo .text-right {
        text-align: left !important;
        margin-top: 20px;
    }
}