/* DashBoard
-------------------------------------------------------------- */

.page-template-page-dashboard #header.header-default,
.page-template-page-dashboard {
    background: #0A1426;
}

.page-template-page-dashboard #header.header-default {
    padding-left: 86px;
    padding-right: 86px;
}

.page-template-page-dashboard .wrap-content-area .content-area {
    border-radius: 0px;
    background: #F4F4F4;
    overflow: hidden;
    padding: 85px 58px 60px 73px;
    margin-right: 86px;
    margin-left: 65px;
}

.page-template-page-dashboard #themesflat-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-template-page-dashboard #mainnav > ul > li > a,
.page-template-page-dashboard .header-02 #mainnav > ul > li > a,
.page-template-page-dashboard .header-modal-menu-left-btn .text,
.page-template-page-dashboard header .flat-information li,
.page-template-page-dashboard header .flat-information li a {
    color: #fff;
}

.page-template-page-dashboard #mainnav > ul > li > a {
    line-height: 100px;
}

.page-template-page-dashboard #header .tf-btn {
    background: #1A2435;
}

.page-template-page-dashboard #header .tf-btn:hover {
    background: var(--theme-primary-color);
}

.page-template-page-dashboard .tfcl-login-form .tf-btn{
    border-radius: 4px;
}

.page-template-page-dashboard .tfcl-login-form .tf-btn i.fa-google {
    margin-right: 5px;
}

.page-template-page-dashboard .tfcl-login-form .tf-btn:hover {
    color: #fff !important;
}

.page-template-page-dashboard #header .logo {
    justify-content: left;
}

.page-template-page-dashboard .login-header ul li span {
    color: #fff;
}

.themesflat-boxed.has-dashboard {
    padding-left: 287px;
}

.themesflat-boxed.has-dashboard .container {
    max-width: 100%;
}

.sidebar-dashboard {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    top: 0px;
    width: 328px;
    height: 100vh;
    z-index: 999;
    position: fixed;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0A1426;
    left: 0;
    padding: 0px 32px 0px 32px;
    overflow-y: scroll;
}

.sidebar-dashboard::-webkit-scrollbar {
    background: transparent;
    width: 0px;
}

.sidebar-dashboard::-webkit-scrollbar {
    background: transparent;
    width: 5px;
}

.sidebar-dashboard::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1A2435;
}

.sidebar-dashboard .db-content {
    color: #fff;
    padding: 30px 0;
}

.sidebar-dashboard .db-content:last-child {
    border-bottom: unset;
}

.sidebar-dashboard .db-author .name {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: -2px;
}

.sidebar-dashboard .db-author .author-position {
    color: #83827F;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-dashboard .db-author .author .avatar {
    margin-bottom: 22px;
}

.sidebar-dashboard .db-author .author .avatar img {
    border-radius: 50%;
    width: 95px;
    height: 95px;
    object-fit: cover;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.07);
}

.sidebar-dashboard .db-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    opacity: 0.4;
    margin-bottom: 8px;
}

.sidebar-dashboard .db-list-menu ul li a {
    color: #fff;
    padding: 9px 45px 12px 45px;
    display: block;
    border-radius: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}

.sidebar-dashboard .db-list-menu ul li:not(:last-child) {
    margin-bottom: 14px;
}

.sidebar-dashboard .db-list-menu ul li a i {
    color: var(--theme-primary-color);
    margin-right: 20px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-dashboard .db-list-menu ul li a:hover,
.sidebar-dashboard .db-list-menu ul li a.active {
    background: #1A2435;
}

.sidebar-dashboard .db-logo {
    padding: 36px 0;
    padding-left: 43px;
}

.sidebar-dashboard .db-author {
    padding-top: 22px;
    padding-left: 43px;
    padding-bottom: 11px;
}

.sidebar-dashboard .db-logo img {
    max-width: 197px;
    height: auto;
}

.sidebar-dashboard .db-media-box {
    border-radius: 8px;
    background: #1A2435;
    padding: 38px 20px 38px 20px;
}

.sidebar-dashboard .db-media-box .group-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.sidebar-dashboard .db-media-box .group-title a {
    color: #fff;
    word-break: break-all;
}

.sidebar-dashboard .db-media-box .group-title a:hover {
    color: var(--theme-primary-color);
}

.sidebar-dashboard .db-media-box .group-title i {
    color: var(--theme-primary-color);
    margin-right: 16px;
    font-size: 20px;
    vertical-align: text-bottom;
}

.sidebar-dashboard .db-media-box .list-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-dashboard .db-media-box .list-social li {
    background: unset;
    margin-bottom: 10px;
}

.sidebar-dashboard .db-media-box .list-social li:not(:last-child) {
    margin-right: 11px;
}

.sidebar-dashboard .db-media-box .list-social li a {
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF17;
    border-radius: 50%;
    color:  #9497A3;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar-dashboard .db-media-box .list-social li a:hover {
    color: #fff;
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}

.sidebar-dashboard .db-media-box .media-social .group-title i {
    font-size: 30px;
    vertical-align: bottom;
}

.db-email-box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.db-email-box .icon {
    font-size: 37px;
    color: var(--theme-primary-color);
    margin-right: 25px;
}

.db-email-box .content p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'DM Sans';
    margin-bottom: -6px;
}

.db-email-box .content a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-overlay {
    position: fixed;
    z-index: 7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
}

.dashboard-overlay.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: not-allowed;
    z-index: 999;
}

.sidebar-dashboard.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999;
}

.dashboard-toggle {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
}

.dashboard-toggle i {
    margin-right: 8px;
    vertical-align: middle;
}

.dashboard-toggle {
    display: none;
}

.page-template-page-dashboard .header .header-ct-left,
.page-template-page-dashboard .header-ct-right .show-search {
    display: none !important;
}

.tfcl-submit-property-rating i {
    margin-left: 7px;
}

.group-agency-order .nice-select .list {
    width: max-content;
}

/* title dashboard */

.tfcl-dashboard-title {
    color: #0A1426;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    border-left: 2px solid var(--theme-primary-color);
    padding-left: 11px;
}

.page-template-page-dashboard .themesflat-top,
.page-template-page-dashboard .footer_background  {
    display: none;
}

@media only screen and (max-width: 1630px) { 
    .page-template-page-dashboard .wrap-content-area .content-area {
        margin-right: 0;
        margin-left: 40px;
    }
    .page-template-page-dashboard #header.header-default {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1500px) { 
    .themesflat-boxed.has-dashboard {
        padding-left: 330px;
    }
    .page-template-page-dashboard .wrap-content-area .content-area {
        padding: 50px 30px;
    }
    .themesflat-boxed.has-dashboard {
        padding-left: 250px;
    }
    .sidebar-dashboard {
        width: 290px;
    }
}

@media only screen and (max-width: 1160px) {
    .page-template-page-dashboard .header .header-ct-right .tf-btn {
        display: none !important;
    }

    #tabs-header-single-property .tabs-nav {
        top: 20px;
        right: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar-dashboard {
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .themesflat-boxed.has-dashboard {
        padding-left: 0px;
    }

    .page-template-page-dashboard .wrap-content-area .content-area {
        margin-left: 0;
    }

    .dashboard-toggle,
    .page-template-page-dashboard .header .header-ct-left {
        display: block !important;
    }
    .page-template-page-dashboard #header.header-default {
        background: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-dashboard .db-list-menu ul li a {
        padding: 11px 30px;
    }

    .nice-select.filter-my-listing {
        float: left;
        margin: 10px 0;
    }

    .sidebar-dashboard {
        top: 0 !important;
        padding-top: 30px;
    }

    .contact-home,
    .loan-calculator-form {
        padding: 15px;
    }

    .contact-home .group-input {
        flex-wrap: wrap;
    }

    .contact-home .group-input .inner {
        width: calc(100% - 22px);
    }

    .contact-home .icon-motorx-chat {
        top: 15px;
    }

    .property-info-block-inline .property-year {
        display: block;
    }

    .wrap-checkbox .checkbox-item {
        width: calc(50% - 30px) !important;
    }
}

.table-responsive {
    overflow: unset;
}

/* dashboard shortcode */

.tfcl-dashboard .tfcl-dashboard-overview {
    margin-bottom: 40px;
}

.tfcl-dashboard-overview .tfcl-card .card-body {
    border-radius: 9px;
    background: #FFF;
    padding: 26px 20px 20px 27px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.tfcl-dashboard-overview .card-body .tfcl-icon-overview {
    width: 65.147px;
    height: 65px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-primary-color);
    background: var(--theme-primary-rgba);
    font-size: 33px;
    margin-right: 39px;
    margin-top: -13px;
}

.tfcl-dashboard-overview .card-body .tfcl-icon-overview .icon-motorx-clock {
    font-size: 26px;
}

.tfcl-dashboard-overview .card-body .tfcl-icon-overview .icon-motorx-heart-2 {
    font-size: 25px;
}

.tfcl-dashboard-overview .card-body .tfcl-icon-overview .icon-motorx-feedback {
    font-size: 30px;
}

.tfcl-dashboard-overview .content-overview h5 {
    color: #1C2136;
    font-size: 16.11px;
    font-weight: 500;
    margin-bottom: 3px;
}

.tfcl-dashboard-overview .content-overview .tfcl-dashboard-title {
    color: #1C2136;
    font-size: 26px;
    font-weight: 800;
    border: none;
    padding: 0;
}

.tfcl-dashboard .tfcl-page-insight {
    border-radius: 19px;
    border: 1px solid #E9E8E8;
    background: rgba(255, 255, 255, 0.60);
    padding: 36px 27px 36px 27px;
    margin-bottom: 30px;
}

.tfcl-dashboard .tfcl-page-insight h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.tfcl-dashboard .tfcl-insight-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tfcl-dashboard-message,
.tfcl-dashboard-reviews {
    border-radius: 10px;
    background: #FFF;
    padding: 38px 20px 20px 37px;
    margin-bottom: 30px;
}

.tfcl-dashboard-message h5,
.tfcl-dashboard-reviews h5 {
    color: #081E2A;
    font-size: 22px;
    font-weight: 700;
    padding-left: 12px;
    border-left: 2px solid var(--theme-primary-color);
    margin-bottom: 20px;
}

.tfcl-dashboard-reviews .comment-by-user .group-author {
    display: flex;
}

.tfcl-dashboard-reviews .comment-by-user .group-author img {
    width: 56.22px;
    height: 56.461px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.tfcl-dashboard-reviews .comment-by-user .group-author {
    margin-bottom: 16px;
}

.tfcl-dashboard-reviews .comment-by-user .content p {
    color: #949392;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.8px;
}

.tfcl-dashboard-reviews .comment-by-user .review-name {
    color: #1C2136;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 11px;
}

.tfcl-dashboard-reviews .star-rating-review {
    display: flex;
    align-items: center;
}

.tfcl-dashboard-reviews .star-rating-review i {
    color: #949392;
    font-size: 12px;
}

.tfcl-dashboard-reviews .star-rating-review i:not(:last-child) {
    margin-right: 5px;
}

.tfcl-dashboard-reviews .star-rating-review i.active {
    color: #FBAD17;
}

.tfcl-dashboard-reviews .star-rating-review i.active::before {
    content: '\e942';
}

.tfcl-dashboard-reviews .comment-by-user .content {
    margin-top: -7px;
}

.tfcl-dashboard-reviews .comment-by-user:not(:last-child) {
    margin-bottom: 41px;
}

.tfcl-dashboard-reviews {
    padding: 50px 20px 20px 35px;
}

.tfcl-dashboard-reviews h5 {
    margin-bottom: 41px;
}

.tfcl-page-insight-filter-button .nice-select {
    padding: 5px 20px;
}

.tfcl-dashboard-reviews .edit-comment {
    font-size: 15px;
    color: #83827F;
}

.tfcl-dashboard-reviews .edit-comment i {
    font-weight: 600;
    font-size: 13px;
    margin-right: 7px;
}

/* empty data */

.tfcl-empty-data {
    text-align: left;
    font-size: 16px;
    color: var(--theme-primary-color);
}

.tfcl-table-listing.tfcl-table-listing-sc {
    min-height: 500px;
}

/* Package */

.payment-invoice .panel-heading,
.payment-method-wrap .heading h2,
.payment-complete-wrap .heading h2 {
    font-size: 35px;
    margin-bottom: 30px;
}

.payment-method-wrap .wire-transfer-info {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.07);
    margin: 15px 0;
}

.payment-method-wrap .wire-transfer-info p {
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

.payment-method-wrap label {
    margin-right: 20px;
}

.payment-method-wrap label input {
    margin-right: 7px;
}

.term-condition {
    margin-bottom: 20px !important;
}

.payment-invoice-wrap .payment-invoice {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
    .page-template-page-dashboard .wrap-content-area .content-area {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 767px) {
    #tracking-view-chart {
        width: 700px !important;
        height: 300px !important;
    }
    #tracking-view-chart-container {
        width: max-content;
    }
    .tfcl-dashboard .tfcl-page-insight {
        overflow-x: scroll;
    }
    .tfcl-dashboard .tfcl-insight-header {
        display: block;
    }
}