.dashboard h4{color:var(--primary-color)}.dashboard .wrapper{display:flex;position:relative;width:100%}.dashboard .prop-listings{display:flex;flex-direction:column;gap:22px}.dashboard .prop-listings .prop-card{align-items:center;background:#f9f9f9;border-radius:5px;border-right:5px solid var(--primary-color);box-shadow:2px 0 4px rgba(0,0,0,.1);display:flex;gap:30px}.dashboard .prop-listings .prop-card .prop-featured-image-link{min-width:237px;position:relative}.dashboard .prop-listings .prop-card img{border-radius:5px 0 0 5px;height:auto;max-height:139px;object-fit:cover;position:relative;width:237px}.dashboard .prop-listings .prop-card .prop-featured-image-link.approved:before,.dashboard .prop-listings .prop-card .prop-featured-image-link.not-approved:before,.dashboard .prop-listings .prop-card .prop-featured-image-link.pending:before{background:rgba(0,0,0,.65);border-radius:5px 0 5px 0;color:#fff;content:"";font-size:14px;font-weight:500;left:0;letter-spacing:1.5px;line-height:20px;padding:2px 16px;position:absolute;text-transform:uppercase;top:0;z-index:1}.dashboard .prop-listings .prop-card .prop-featured-image-link.not-approved:before{background:rgba(196,77,88,.8)}.dashboard .prop-listings .prop-card .prop-featured-image-link.approved:before{background:rgba(109,174,126,.8)}.dashboard .prop-listings .prop-card .prop-card-content{width:100%}.dashboard .prop-listings .prop-card .listing-details{min-width:160px}.dashboard .prop-listings .prop-card .listing-details .prop-price{color:var(--primary-color);font-size:24px;font-weight:600;line-height:36px}.dashboard .prop-listings .prop-card .prop-title{font-size:24px;font-weight:400;line-height:26px}.dashboard .wrapper .left_col{background:#fff;color:#000;float:left;padding:44px 30px;position:relative;width:30%}.dashboard .wrapper .right_col{background:var(--lt-gray-color);border-radius:0 20px 20px 0;color:#000;float:left;padding:44px 30px;position:relative;width:70%}.dashboard .left_col h4.member_name{color:#000;font-size:16px;font-weight:400;line-height:18px;margin-bottom:6px}.dashboard .left_col .member_email{color:#898989;font-size:14px;font-weight:400;line-height:18px}.dashboard .left_col .member_menu{display:flex;flex-direction:column;height:100%;list-style:none;padding:48px 0 16px}.dashboard .left_col .member_menu .member_link{align-items:center;background:transparent;border:none;border-radius:8px;color:#000;cursor:pointer;display:flex;font-size:14px;gap:10px;line-height:18px;margin-bottom:14px;padding:11px 20px;text-align:left;text-decoration:none;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;width:100%}.dashboard .left_col .member_menu .member_link.active,.dashboard .left_col .member_menu .member_link:hover{background:#eeeff3;color:#000;text-decoration:none!important}.dashboard .left_col .member_menu .member_admin{margin-top:auto}.dashboard .right_col .member_content{animation:fadeEffect 1s}.dashboard .right_col .member_content h2{margin-bottom:32px}.dashboard .right_col .member_content .dashboard_details{margin-bottom:24px}.dashboard .right_col .member_content .panel_content{display:flex;flex-direction:row;gap:40px}.dashboard .right_col .member_content .form_update_profile{flex:1 0 60%}.dashboard .right_col .member_content .form_update_profile .current_plan{margin-bottom:40px}.dashboard .right_col .member_content .form_update_profile .plan_upgrade_btn{margin-top:20px}.dashboard .right_col .member_content .dashboard_buttons{flex:1 0 40%;text-align:center}.dashboard .right_col .member_content .prop-listings-add{margin-bottom:25px;text-align:right}.dashboard .right_col .member_content.listings h2{margin-bottom:12px}@keyframes fadeEffect{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.dashboard .wrapper{display:flex;flex-direction:column;position:relative}.dashboard .wrapper .left_col{max-width:600px;position:relative;width:100%}.dashboard .wrapper .right_col{position:relative;width:100%}}