.page-template-page-dashboard #header.header-default {
padding-left: 8px;
padding-right: 35px;
border-bottom: 1px solid #EDEDED;
box-shadow: unset;
}
.page-template-page-dashboard #header .header-wrap .header-ct-center {
justify-content: left;
}
.page-template-page-dashboard .wrap-content-area .content-area {
border-radius: 0px;
overflow: hidden;
padding: 50px 35px 60px 28px;
margin-right: 0px;
margin-left: 0px;
}
.page-template-page-dashboard .admin-title {
font-weight: 600;
}
.page-template-page-dashboard #themesflat-content {
padding-top: 0px;
padding-bottom: 0px;
}
.page-template-page-dashboard #mainnav>ul>li>a {
line-height: 75px !important;
}
.page-template-page-dashboard #header .tf-btn {
background: var(--theme-primary-color);
color: #fff;
}
.page-template-page-dashboard #header .tf-btn:hover {
background: #24272C;
border-color: #24272C;
}
.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;
}
.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: 280px;
height: 100vh;
z-index: 9999;
position: fixed;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #24272C;
left: 0;
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;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
padding-left: 30px;
}
.sidebar-dashboard .db-content.db-list-menu {
padding-left: 16px;
padding-right: 11px;
}
.sidebar-dashboard .db-content.db-list-menu .db-title {
margin-left: 14px;
}
.sidebar-dashboard .db-content:last-child {
border-bottom: unset;
}
.sidebar-dashboard .db-author .name {
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
margin-bottom: -2px;
}
.sidebar-dashboard .db-author .author-position {
font-family: 'Inter';
font-size: 12px;
font-weight: 400;
line-height: 16.8px;
color: #ffffff7b;
}
.sidebar-dashboard .db-author .author .avatar {
flex-shrink: 0;
}
.sidebar-dashboard .db-author .author .avatar img {
border-radius: 50%;
width: 52px;
height: 52px;
object-fit: cover;
}
.sidebar-dashboard .db-author .author {
display: flex;
align-items: center;
gap: 10px;
}
.sidebar-dashboard .db-title {
color: #fff;
font-size: 14px;
font-weight: 400;
line-height: 150%;
opacity: 0.4;
margin-bottom: 8px;
}
.sidebar-dashboard .db-list-menu ul li a {
color: #fff;
padding: 12px 14px;
display: block;
border-radius: 16px;
color: #FFF;
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
position: relative;
}
.sidebar-dashboard .db-list-menu ul li a .count-page {
width: 24px;
height: 24px;
background: #7ED321;
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 17.64px;
border-radius: 50%;
flex-shrink: 0;
position: absolute;
top: 50%;
right: 14px;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
-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 .count-page,
.sidebar-dashboard .db-list-menu ul li a.active .count-page {
background: #fff;
color: #24272C !important;
}
.sidebar-dashboard .db-list-menu ul li:not(:last-child) {
margin-bottom: 5.6px;
}
.sidebar-dashboard .db-list-menu ul li a i {
color: #4d5153;
font-size: 20px;
vertical-align: sub;
margin-right: 14px;
-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: var(--theme-primary-color);
color: #fff !important;
}
.sidebar-dashboard .db-list-menu ul li a:hover i,
.sidebar-dashboard .db-list-menu ul li a.active i {
color: #fff;
}
.sidebar-dashboard .db-logo img {
max-width: 216px;
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: 9999;
}
.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: #24272C;
cursor: pointer;
font-weight: 600;
font-size: 14px;
}
.dashboard-toggle i {
margin-right: 5px;
vertical-align: middle;
font-size: 24px;
margin-top: -4px;
display: inline-block;
color: var(--theme-primary-color);
}
.dashboard-toggle {
display: none;
}
.page-template-page-dashboard .header .header-ct-left,
.page-template-page-dashboard .header-ct-right .show-search,
.page-template-page-dashboard .header-ct-right .tfcl-header-favorite {
display: none !important;
}
.tfcl-submit-property-rating i {
margin-left: 7px;
}
.group-agency-order .nice-select .list {
width: max-content;
} .page-template-page-dashboard .themesflat-top,
.page-template-page-dashboard .footer_background {
display: none;
} .tfre-review-list {
margin-bottom: 30px;
}
.mapboxgl-ctrl-geocoder {
border-radius: 16px;
}
.tfcl-save-listing .mapboxgl-ctrl-geocoder input[type="text"] {
border: 1px solid #EDEDED !important;
padding-right: 70px !important;
}
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
right: 45px;
top: 50%;
transform: translateY(-50%);
}
@media only screen and (max-width: 1630px) {
.page-template-page-dashboard #header.header-default {
padding-left: 0;
padding-right: 0;
}
}
@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-autodeal-chat {
top: 15px;
}
.property-info-block-inline .property-year {
display: block;
}
.wrap-checkbox .checkbox-item {
width: calc(100% - 30px) !important;
}
}
.table-responsive {
overflow: unset;
} .tfcl-dashboard .tfcl-dashboard-overview {
margin-bottom: 10px;
margin-top: 30px;
}
.tfcl-dashboard .tfcl-dashboard-overview .row>* {
padding-right: 10px;
padding-left: 10px;
}
.tfcl-dashboard .tfcl-dashboard-overview .row {
margin-right: -10px;
margin-left: -10px;
}
.tfcl-dashboard-overview .tfcl-card .card-body {
border-radius: 16px;
background: var(--theme-primary-rgba);
padding: 33px 20px 20px 20px;
display: flex;
align-items: center;
margin-bottom: 30px;
}
.tfcl-dashboard-overview .card-body .tfcl-icon-overview {
width: 80px;
height: 80px;
flex-shrink: 0;
box-shadow: 0px 2px 6px 0px #8A3D000F;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--theme-primary-color);
background: #fff;
font-size: 40px;
margin-right: 20px;
margin-top: -13px;
}
.tfcl-dashboard-overview .card-body .tfcl-icon-overview .icon-autodeal-clock {
font-size: 26px;
}
.tfcl-dashboard-overview .card-body .tfcl-icon-overview .icon-autodeal-heart-2 {
font-size: 25px;
}
.tfcl-dashboard-overview .card-body .tfcl-icon-overview .icon-autodeal-feedback {
font-size: 30px;
}
.tfcl-dashboard-overview .content-overview h5 {
font-size: 18px;
font-weight: 500;
line-height: 22.68px;
color: #24272C;
margin-bottom: 2px;
}
.tfcl-dashboard-overview .content-overview .tfcl-dashboard-title {
font-size: 30px;
font-weight: 700;
line-height: 37.8px;
color: #1C1C1E;
border: none;
padding: 0;
}
.tfcl-dashboard-overview .content-overview {
margin-top: -9px;
}
.tfcl-dashboard .tfcl-dashboard-listing {
border-radius: 16px;
border: 1px solid #EDEDED;
padding: 30px 30px 30px 30px;
margin-bottom: 40px;
}
.tfcl-dashboard .tfcl-dashboard-listing .title-dashboard-table {
font-size: 24px;
font-weight: 500;
line-height: 30.24px;
margin-bottom: 29px;
}
.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon {
position: relative;
}
.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon input {
border-color: #EDEDED;
padding: 16.5px 17px;
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
margin: 0;
}
.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon .datepicker-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 18px;
}
.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon .datepicker-icon svg {
vertical-align: sub;
}
.tfcl-dashboard .tfcl-dashboard-listing .nice-select {
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
margin: 0;
padding: 16.5px 17px;
}
.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon input::placeholder {
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #696665;
}
.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon.search .datepicker-icon {
right: unset;
left: 18px;
}
.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon.search input {
padding-left: 44px;
}
.tfcl-dashboard .tfcl-dashboard-listing .result-text {
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
margin-top: 22px;
display: block;
margin-bottom: 19px;
}
.tfcl-dashboard .tfcl-dashboard-listing .result-text b {
color: var(--theme-primary-color);
}
.tfcl-table-listing .table-responsive thead tr th:first-child {
border-radius: 8px 0 0 8px;
}
.tfcl-table-listing .table-responsive thead tr th:last-child {
border-radius: 0px 8px 8px 0px;
}
.tfcl-table-listing .table-responsive thead tr th::after {
content: '';
width: 1px;
height: 50%;
background: #fff;
opacity: 0.1;
display: block;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.tfcl-table-listing .table-responsive thead tr th {
background: #161E2D;
padding: 6.5px 14px;
border: unset;
color: #fff;
font-size: 14px;
font-weight: 600;
line-height: 150%;
text-align: left;
position: relative;
}
.tfcl-table-listing .table-responsive thead tr {
border: none !important;
}
.tfcl-table-listing .tfcl-listing-product {
display: flex;
gap: 20px;
text-align: left;
}
.tfcl-table-listing .tfcl-listing-product img {
width: 168px;
height: 95px;
border-radius: 16px;
object-fit: cover;
}
.tfcl-table-listing .tfcl-listing-product>a {
flex-shrink: 0;
}
.tfcl-table-listing .tfcl-listing-product .tfcl-listing-title {
font-size: 18px;
font-weight: 500;
line-height: 22.68px;
color: #24272C;
margin-bottom: 2px;
}
.tfcl-table-listing .tfcl-listing-product .features-text {
font-family: 'Inter';
font-size: 12px;
font-weight: 400;
line-height: 16.8px;
color: #696665;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
margin-bottom: 9px;
}
.tfcl-table-listing .tfcl-listing-product .price {
display: flex;
align-items: baseline;
gap: 10px;
}
.tfcl-table-listing .tfcl-listing-product .price .inner:nth-child(2) {
color: #B6B6B6;
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
text-decoration: line-through;
}
.tfcl-table-listing .tfcl-listing-product .price .inner:nth-child(1) {
color: var(--theme-primary-color);
text-decoration: none;
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
}
.tfcl-dashboard .tfcl-page-insight {
border-radius: 16px;
border: 1px solid #E9E8E8;
padding: 30px 30px 30px 30px;
margin-bottom: 40px;
}
.tfcl-dashboard .tfcl-page-insight h5 {
font-size: 24px;
font-weight: 500;
line-height: 30.24px;
margin: 0;
margin-bottom: 0px;
}
.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-reviews .comment-by-user .group-author {
display: flex;
align-items: center;
}
.tfcl-dashboard-reviews .comment-by-user .group-name {
width: 100%;
}
.tfcl-dashboard-reviews .comment-by-user .group-author img {
width: 34px;
height: 34px;
object-fit: cover;
border-radius: 50%;
margin-right: 10px;
flex-shrink: 0;
}
.tfcl-dashboard-reviews .comment-by-user .group-author {
margin-bottom: 17px;
}
.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 {
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
color: #161E2D;
margin-bottom: 0px;
display: flex;
align-items: center;
justify-content: space-between;
}
.tfcl-dashboard-reviews .comment-by-user .review-name span {
font-family: 'Inter';
font-size: 12px;
font-weight: 400;
line-height: 16.8px;
color: #696665;
}
.tfcl-dashboard-reviews .star-rating-review {
display: flex;
align-items: center;
}
.tfcl-dashboard-reviews .star-rating-review i {
color: #949392;
font-size: 16px;
}
.tfcl-dashboard-reviews .star-rating-review i:not(:last-child) {
margin-right: 1.5px;
}
.tfcl-dashboard-reviews .star-rating-review i.active {
color: var(--theme-primary-color);
}
.tfcl-dashboard-reviews .comment-by-user .content {
margin-top: -7px;
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #696665;
margin-bottom: 8px;
}
.tfcl-dashboard-reviews .comment-by-user:not(:last-child) {
border-bottom: 1px solid #EFEFEF;
padding-bottom: 20px;
margin-bottom: 20px;
}
.tfcl-dashboard-reviews {
border-radius: 16px;
border: 1px solid #E9E8E8;
padding: 30px 30px 30px 30px;
margin-bottom: 40px;
}
.tfcl-dashboard-reviews h5 {
margin-bottom: 41px;
font-size: 24px;
font-weight: 500;
line-height: 30.24px;
margin: 0;
margin-bottom: 38px;
}
.tfcl-page-insight-filter-button .nice-select {
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
margin: 0;
padding: 16.5px 17px;
}
.tfcl-dashboard-reviews .edit-comment {
font-size: 15px;
color: #83827F;
margin-top: 7px;
display: block;
}
.tfcl-dashboard-reviews .edit-comment i {
font-weight: 600;
font-size: 13px;
margin-right: 7px;
} .tfcl-empty-data {
text-align: left;
font-size: 16px;
color: var(--theme-primary-color);
}
.tfcl-table-listing.tfcl-table-listing-sc {
min-height: 500px;
} .payment-invoice .panel-heading,
.payment-method-wrap .heading h2,
.payment-complete-wrap .heading h2 {
font-size: 35px;
margin-bottom: 20px;
}
.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;
}
.no-listing-found {
color: #24272C;
background-color: var(--theme-primary-rgba);
border-color: transparent;
border-radius: 16px;
font-family: 'Inter';
font-size: 16px;
font-weight: 400;
line-height: 30px;
padding: 20px;
}
@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: 991px) {
.page-template-page-dashboard #header .logo {
padding: 10px 0;
}
.page-template-page-dashboard .wrap-content-area .content-area {
padding: 30px 0;
}
.dashboard-toggle {
padding: 30px 15px;
}
}
@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;
}
}.tfcl-field-title .sub-title {
color: var(--theme-primary-color);
font-size: 16px;
font-weight: 600;
text-decoration-line: underline;
text-transform: capitalize;
margin-bottom: 10px;
}
.tfcl-field-title h3 {
color: #000;
font-size: 40px;
font-weight: 700;
text-transform: capitalize;
margin: 0;
margin-bottom: 40px;
}
.tfcl-field-title h4 {
font-size: 24px;
font-weight: 500;
line-height: 30.24px;
color: #24272C;
margin-bottom: 20px;
}
.tfcl-field-title .note {
color: #595960;
font-size: 16px;
font-weight: 500;
font-style: italic;
margin-bottom: 20px;
} .tfcl-listing-form label {
color: #000;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 8px;
}
.tfcl-save-listing label {
margin-bottom: 8px;
font-size: 14px;
font-weight: 500;
line-height: 17.64px;
color: #24272C;
}
.tfcl-save-listing input[type="text"],
.tfcl-save-listing input[type="number"] {
border-radius: 14px !important;
background: #FFF !important;
padding: 16px 16px !important;
font-family: 'Inter' !important;
font-size: 14px !important;
font-weight: 400 !important;
line-height: 19.6px !important;
color: #24272C;
}
.tfcl-save-listing .select2-container--default .select2-selection--single {
padding: 15.6px 24px;
border-radius: 14px !important;
}
.tfcl-save-listing .select2-container--default .select2-selection--single .select2-selection__rendered,
.tfcl-save-listing .select2-container--default .select2-selection--single .select2-selection__placeholder {
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #24272C;    
}
.tfcl-save-listing .select2-container--default .select2-selection--single .select2-selection__arrow b {
all: unset !important;
}
.tfcl-save-listing .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
content: '\e919';
font-family: 'autodeal';
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
vertical-align: super;
color: #24272C;
font-weight: 900;
display: inline-block;
}
.tfcl-save-listing .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
transform: rotate(180deg);
}
.tfcl-save-listing .select2-container--default .select2-selection--single .select2-selection__arrow {
right: 18px;
width: unset;
}
.tfcl-save-listing input[type="text"]::placeholder {
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #696665;
}
.tfcl-save-listing .listing-fields.listing-price .col-xl-3 {
margin-bottom: 19px;
}
.tfcl-save-listing .listing-fields.listing-price .tfcl-listing-description {
margin-bottom: 30px;
}
.tfcl-save-listing .listing-fields input[type="date"] {
padding-right: 55px;
}
.tfcl-listing-form .tfcl-listing-title {
margin-bottom: 29px;
} .tfcl-listing-information .select2-container--default .select2-selection--multiple {
padding: 11px 24px;
}
.tfcl-listing-information .select2-container {
width: 100% !important;
} .tfcl-listing-form .wp-editor-tabs {
float: left;
} .tfcl-listing-form fieldset {
clear: both;
margin-bottom: 30px;
border-radius: 16px;
border: 1px solid #EDEDED;
padding: 30px 30px 30px 30px;
}
.tfcl-listing-form #upload-media {
padding: 30px 30px 13px 30px;
}
.tfcl-listing-form .button-save-listing {
text-align: center;
display: block;
margin: 0 auto;
padding: 16px 60px;
position: relative;
}
#tfcl_profile_submit,
#tfcl_remove_dealer,
#tfcl_become_dealer,
#tfcl_change_pass {
position: relative;
}
.tfcl-listing-form .button-save-listing.btn-loading span,
#tfcl_remove_dealer.btn-loading span,
#tfcl_become_dealer.btn-loading span,
#tfcl_profile_submit.btn-loading span,
#tfcl_change_pass.btn-loading span {
opacity: 0;
}
.tfcl-listing-form .button-save-listing::after,
#tfcl_profile_submit::after,
#tfcl_become_dealer::after,
#tfcl_remove_dealer::after,
#tfcl_change_pass::after {
width: 18px;
height: 18px;
border-radius: 100%;
border: solid 2px #fff;
border-top-color: transparent !important;
content: "";
position: absolute;
z-index: 2;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
animation: rotating .6s linear infinite;
opacity: 0;
}
.tfcl-listing-form .button-save-listing.btn-loading::after,
#tfcl_profile_submit.btn-loading::after,
#tfcl_become_dealer.btn-loading::after,
#tfcl_remove_dealer.btn-loading::after,
#tfcl_change_pass.btn-loading::after {
opacity: 1;
}
@keyframes rotating {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
} .tfcl-listing-location .mapboxgl-ctrl-geocoder--input {
border: unset;
margin: 0;
}
.tfcl-listing-location .mapboxgl-ctrl-geocoder--icon-search {
left: unset;
width: 20px;
height: 20px;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.tfcl-listing-location input[type="text"]::placeholder {
color: inherit;
}
.tfcl-listing-location .address-form,
.tfcl-listing-location .map-container {
margin-bottom: 9px;
}
.tfcl-listing-location .group-map-address-field * {
margin: 0;
}
.tfcl-listing-location .group-map-address-field {
position: relative;
}
.tfcl-listing-location .group-map-address-field input {
padding-right: 55px !important;
}
.tfcl-listing-location .group-map-address-field button {
padding: 0;
border-radius: 50%;
width: 40px;
height: 40px;
color: #fff;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
} .tfcl-video-sc .tfcl-field-title {
margin-bottom: 19px;
}
.tfcl-video-sc .tfcl-field-title h4 {
margin-bottom: 11px;
}
.tfcl-video-sc .tfcl-field-title p {
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #696665;
} .tfcl-add-listing-title {
margin-bottom: 30px;
}
.tfcl-listing-form #upload-media h3 {
font-size: 24px;
font-weight: 500;
line-height: 30.24px;
color: #24272C;
margin-bottom: 20px;
}
.tfcl-listing-form #upload-media .card-upload-media {
width: 100%;
display: block;
text-align: center;
border: 2px dashed #E5E5EA;
border-radius: 16px;
padding: 96px 20px;
}
.tfcl-listing-gallery .card-upload-media button {
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
color: #fff;
background: var(--theme-primary-color);
padding: 14px 20px;
border-radius: 14px;
margin-bottom: 15px;
}
.tfcl-listing-gallery .card-upload-media button:hover {
background: #24272C;
color: #fff;
}
.tfcl-listing-gallery .card-upload-media .desc,
.tfcl-file-attachment .card-upload-media .desc {
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #161E2D;
}
.tfcl-listing-gallery .card-upload-media .desc span,
.tfcl-file-attachment .card-upload-media .desc span {
color: #696665;
}
.tfcl-listing-gallery .card-upload-media button i {
margin-right: 10px;
font-size: 17px;
vertical-align: text-bottom;
}
.tfcl-listing-gallery .media-gallery,
.tfcl-file-attachment .media-attachment {
margin-top: 20px;
}
.tfcl-listing-gallery .media-thumb,
.tfcl-file-attachment .attachment-file {
position: relative;
}
.tfcl-listing-gallery .media-thumb img {
width: 100%;
object-fit: cover;
border-radius: 16px;
height: 109px;
object-fit: cover;
}
.tfcl-listing-gallery .media-thumb .icon-delete i::before {
content: '\e972';
font-family: 'autodeal';
}
.tfcl-listing-gallery .media-thumb .media-item-actions a,
.tfcl-file-attachment .attachment-file .media-item-actions a {
width: 30px;
height: 30px;
font-size: 16px;
background: #00000072;
color: #fff;
border-radius: 50%;
position: absolute;
top: 5%;
right: 5%;
display: flex;
align-items: center;
justify-content: center;
}
.tfcl-listing-gallery .media-thumb .media-item-actions a:hover,
.tfcl-file-attachment .attachment-file .media-item-actions a:hover {
background: var(--theme-primary-color);
color: #fff;
} .tfcl-video-sc input[type="text"] {
background: #FFF;
border: 1px solid #EBEBEB;
color: #7F888C;
font-size: 16px;
font-weight: 500;
margin: 0;
} .tfcl-file-attachment .attachment-file {
border-radius: 16px;
border: 1px solid #EDEDED;
background: #FFF;
text-align: center;
padding: 20px;
font-size: 16px;
height: 150px;
}
.tfcl-file-attachment .attachment-file a {
word-break: break-all;
}
.tfcl-file-attachment .attachment-file .fa.fa-times::before {
content: '\e972';
font-family: 'autodeal';
}
.tfcl-file-attachment .attachment-file img {
display: block;
margin: 0 auto;
margin-bottom: 5px;
}
.tfcl-file-attachment .media-drag-drop {
order: 1;
}
.tfcl-file-attachment .card-upload-media button {
padding: 0;
width: 100%;
height: 150px;
border: 1px dashed #E5E5EA;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
background: #fff;
color: #24272C;
flex-direction: column;
gap: 8px;
}
.tfcl-file-attachment .card-upload-media button:hover {
color: var(--theme-primary-color);
border-color: var(--theme-primary-color);
} .wrap-listing-features {
display: flex;
flex-wrap: wrap;
margin-left: -30px;
}
.wrap-listing-features .cl-5 {
width: calc(20% - 30px);
margin-left: 30px;
}
.wrap-listing-features h6 {
color: #000;
font-size: 16px;
font-weight: 700;
margin-bottom: 22px;
}
.wrap-listing-features .children-item:not(:last-child) {
margin-bottom: 16px;
}
.tfcl-amenities .features-type-title {
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
color: #24272C;    
margin-bottom: 22px;
}
#car_featured {
margin-right: 7px;
margin-top: -2px;
} .tfcl-my-profile h1 {
font-size: 40px;
font-weight: 600;
line-height: 48px;
margin-bottom: 29px;
}
.tfcl-my-profile .tfcl_profile-form {
border-radius: 16px;
border: 1px solid #EDEDED;
padding: 30px 30px 30px 30px;
}
.tfcl_profile-form .btn_remove_dealer {
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
padding: 14px 22.5px;
border-radius: 14px;
}
.tfcl_profile-form .form-title {
font-size: 24px;
font-weight: 500;
line-height: 30.24px;
color: #24272C;
margin-bottom: 19px;
}
.tfcl_become_dealer h4 {
font-size: 18px;
margin-bottom: 15px;
}
.tfcl_become_dealer,
.tfcl_choose_dealer_poster,
.term-condition-group {
margin-bottom: 30px;
}
.tfcl_choose_avatar {
margin-bottom: 18px;
}
.tfcl_profile-form .tfcl_choose_avatar .avatar {
display: flex;
align-items: flex-start;
gap: 30px;
}
.hide-map.has-sidebar .tfcl-my-listing-search .toolbar-search-list .nice-select {
padding: 8px 17px;
}
.cards-container.sidebar-left .pagination-wrap .tfcl-pagination,
.cards-container.sidebar-right .pagination-wrap .tfcl-pagination {
justify-content: left;
}
.cards-container.hide-map.no-sidebar .pagination-wrap .tfcl-pagination {
justify-content: center
}
.tfcl_profile-form .tfcl_choose_avatar label {
color: #1C1818;
font-size: 21px;
font-weight: 600;
margin-right: 98px;
}
.tfcl_profile-form .tfcl_choose_avatar #tfcl_avatar_thumbnail {
border-radius: 50%;
width: 128px;
height: 128px;
object-fit: cover;
}
.tfcl_profile-form .tfcl_choose_avatar .avatar>.form-group {
max-width: 158px;
flex-shrink: 0;
}
.tfcl_profile-form .tfcl_choose_avatar .choose-box label {
font-size: 14px;
font-weight: 500;
line-height: 17.64px;
color: #24272C;
margin-bottom: 10px;
}
.tfcl_profile-form .tfcl_choose_avatar .choose-box {
position: relative;
}
.tfcl_profile-form .tfcl_choose_avatar .choose-box input {
border-radius: 14px;
border: 1px solid #EDEDED;
background: transparent;
margin: 0;
padding-left: 135px;
padding-top: 14px;
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
}
.tfcl_profile-form .tfcl_choose_avatar .choose-box #tfcl_avatar {
opacity: 0;
}
.tfcl_profile-form .tfcl_choose_avatar .choose-box button {
border-radius: 10px;
background: var(--theme-primary-color);
position: absolute;
top: 50%;
left: 6px;
transform: translateY(-50%);
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
padding: 10px 18px;
}
.tfcl_profile-form .tfcl_choose_avatar .choose-box .form-group {
position: relative;
margin-bottom: 8px;
}
.tfcl_profile-form .tfcl_choose_avatar .choose-box button i {
color: var(--theme-primary-color);
margin-right: 9px;
}
.tfcl_profile-form .tfcl_choose_avatar .choose-box button:hover {
background: #24272C;
color: #fff;
}
.tfcl_profile-form .tfcl_choose_avatar .choose-box button:hover i {
color: #fff;
}
.tfcl_profile-form .tfcl_choose_avatar .notify-avatar {
font-family: 'Inter';
font-size: 12px;
font-weight: 400;
line-height: 16.8px;
color: #8E8E93;
}
.tfcl_choose_dealer_poster {
display: flex;
align-items: center;
}
.tfcl_choose_dealer_poster .dealer_poster {
margin-right: 20px;
flex-shrink: 0;
}
.tfcl_choose_dealer_poster .dealer_poster img {
border-radius: 16px;
height: 200px;
object-fit: cover;
}
.tfcl_choose_dealer_poster .choose-box .form-group {
position: relative;
margin-bottom: 8px;
}
.tfcl_choose_dealer_poster .choose-box .form-group input {
border-radius: 14px;
border: 1px solid #EDEDED;
background: transparent;
margin: 0;
padding: 16px 20px;
padding-left: 45px;
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
}
.tfcl_choose_dealer_poster .choose-box .form-group input::file-selector-button {
background-color: transparent;
opacity: 0;
}
.tfcl_choose_dealer_poster .choose-box .form-group button {
border-radius: 10px;
background: var(--theme-primary-color);
position: absolute;
top: 50%;
left: 6px;
transform: translateY(-50%);
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
padding: 10px 18px;
}
.tfcl_choose_dealer_poster .choose-box .form-group button:hover {
background: #24272C;
}
.tfcl_choose_dealer_poster .choose-box label {
font-size: 14px;
font-weight: 500;
line-height: 17.64px;
color: #24272C;
margin-bottom: 10px;
}
.tfcl_choose_dealer_poster .choose-box .notify-dealer-poster {
font-family: 'Inter';
font-size: 12px;
font-weight: 400;
line-height: 16.8px;
color: #8E8E93;
}
.tfcl_profile-form .user-form input {
border-radius: 14px;
border: 1px solid #EDEDED;
background: #FFF;
padding: 16px 16px;
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #24272C;
}
.tfcl_profile-form .user-form input::placeholder {
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #696665;
}
.tfcl_profile-form .user-form label {
margin-bottom: 8px;
font-size: 14px;
font-weight: 500;
line-height: 17.64px;
color: #24272C;
}
.tfcl_profile-form .user-form .inner-form {
margin-bottom: 19px;
}
.tfcl_profile-form .user-form .inner-form.description {
margin-bottom: 13px;
}
.term-condition-group {
display: flex;
align-items: center;
}
.term-condition-group label {
color: #83827F;
font-family: 'DM Sans';
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
margin-left: 20px;
margin-bottom: 0;
cursor: pointer;
}
.term-condition-group input {
width: 27px !important;
height: 26px !important;
margin: 0;
flex-shrink: 0;
}
.term-condition-group input[type='checkbox']:before {
left: 12px !important;
top: 9px !important;
width: 10px !important;
height: 15px !important;
}
.tfcl_profile-form #tfcl_profile_submit,
.tfcl_profile-form #tfcl_profile_reset,
.tfcl_profile-form .change-password-container #tfcl_change_pass {
padding: 15px 38px;
color: #FFF;
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
}
.tfcl_profile-form .change-password-container {
margin-top: 30px;
}
.tfcl_profile-form .change-password-container label {
margin-bottom: 8px;
font-size: 14px;
font-weight: 500;
line-height: 17.64px;
color: #24272C;
}
.tfcl_profile-form .change-password-container input {
border-radius: 14px !important;
border: 1px solid #EDEDED;
background: #FFF;
padding: 16px 16px;
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #24272C;
}
.tfcl_profile-form .change-password-container input::placeholder {
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #696665;
}
.tfcl_profile-form #tfcl_profile_submit {
margin-right: 15px;
}
.tfcl_profile-form .change-password-container .tfcl-change-password {
border-radius: 16px;
border: 1px solid #EDEDED;
padding: 28px 30px 30px 30px;
}
.tfcl_profile-form .change-password-container .tfcl-change-password .col-lg-12 {
margin-bottom: 18px;
}
.tfcl_profile-form .change-password-container .tfcl-change-password .input-group-addon i {
color: #B6B6B6;
} .tfcl-listing-form #information h3 {
font-size: 24px;
font-weight: 500;
line-height: 30.24px;
color: #24272C;
margin-bottom: 20px;
}
.tfcl-listing-information .tfcl-field-title {
font-size: 24px;
font-weight: 500;
line-height: 30.24px;
color: #24272C;
}
.tfcl-listing-information .checkbox-sc label,
.tfcl-amenities .group-checkbox label {
margin: 0;
margin-left: 8px;
font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
color: #24272C;
cursor: pointer;
}
.tfcl-listing-information .checkbox-sc input[type="checkbox"],
.tfcl-amenities .group-checkbox input {
visibility: hidden;
width: 20px;
height: 20px;
margin-right: 7px;
cursor: pointer;
top: 1px;
}
.tfcl-listing-information .checkbox-sc input[type="checkbox"]::before,
.tfcl-amenities .group-checkbox input::before {
width: 24px;
height: 24px;
border: 1px solid #E4E4E4;
border-radius: 6px;
content: '';
display: block;
position: relative;
visibility: visible;
transform: unset;
top: -6px;
left: 0;
}
.tfcl-listing-information .checkbox-sc input[type="checkbox"]::after,
.tfcl-amenities .group-checkbox input::after {
height: 6px;
width: 11px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-55deg);
display: block;
opacity: 0;
z-index: 5;
visibility: hidden;
content: '';
position: absolute;
left: 6px;
top: 2px;
}
.tfcl-listing-information .checkbox-sc input[type="checkbox"]:checked:before,
.tfcl-amenities .group-checkbox input:checked::before {
background: var(--theme-primary-color);
border-color: var(--theme-primary-color);
}
.tfcl-listing-information .checkbox-sc input[type="checkbox"]:checked::after,
.tfcl-amenities .group-checkbox input:checked::after {
opacity: 1;
visibility: visible;
}
.tfcl-amenities .listing-feature .parent-item {
margin-bottom: 22.4px;
}
.tfcl-amenities .tfcl-field-title h4 {
font-size: 24px;
font-weight: 500;
line-height: 30.24px;
color: #24272C;
margin-bottom: 18px;
}
.tfcl-listing-form #amenities {
padding: 30px 30px 23px 30px;
}
.tfcl-listing-information .listing-additional-detail {
margin-top: 50px;
}
.tfcl-listing-information .listing-additional-detail tr td {
border: none;
padding: 0;
padding-right: 10px;
}
.tfcl-listing-information .listing-additional-detail tr td:last-child {
padding-right: 0px;
width: 50px;
}
.tfcl-listing-information .listing-additional-detail .remove-additional-detail {
width: 100%;
height: 50px;
background: #000;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
-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;
margin-bottom: 10px;
border-radius: 14px;
}
.tfcl-listing-information .listing-additional-detail .remove-additional-detail:hover {
background: var(--theme-primary-color);
}
.tfcl-listing-information .listing-additional-detail .remove-additional-detail i {
font-size: 20px;
font-weight: 300;
}
.tfcl-listing-information .listing-additional-detail .additional-block td {
text-align: left;
}
.tfcl-listing-information .listing-additional-detail .add-additional-detail {
margin-top: 10px;
padding: 15px 38px;
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
}
.listing-list-wrap .condition-tab-wrap .btn-condition-filter {
padding: 0;
border-radius: 0;
background-color: transparent;
color: #000;
text-transform: capitalize;
}
.tfcl-listing-price-sc .tfcl-field-title h4 {
margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
.wrap-listing-features .cl-5 {
width: calc(25% - 30px);
}
.wrap-listing-features .listing-fields {
margin-bottom: 30px;
}
.tfcl-listing-feature .listing-feature {
margin-bottom: 20px;
}
.search-filter-wrap .search-filter-inner {
padding: 30px 20px;
}
.tfcl-listing-card .bottom-content {
flex-wrap: wrap;
gap: 10px;
}
.tfcl-listing-card .description {
flex-wrap: wrap;
}
.search-filter-wrap .search-filter-inner .btn-clear-filter {
right: 20px;
}
}
@media only screen and (max-width: 991px) {
.wrap-listing-features .cl-5 {
width: calc(33.33333% - 30px);
}
}
@media only screen and (max-width: 767px) {
.wrap-listing-features .cl-5 {
width: calc(100% - 30px);
}
.tfcl_profile-form .tfcl_choose_avatar,
.tfcl_choose_dealer_poster {
flex-wrap: wrap;
}
.tfcl_profile-form .tfcl_choose_avatar .avatar {
flex-wrap: wrap;
gap: 20px;
}
.tfcl_choose_dealer_poster .dealer_poster img {
width: 100%;
}
.tfcl_choose_dealer_poster {
gap: 20px;
flex-wrap: wrap;
}
.tfcl_profile-form #tfcl_profile_submit {
margin-bottom: 15px;
}
}