#user-registration.vertical .user-registration-MyAccount-content {
    /* padding: 0px 0px 0px 0px !important; */
    padding: 10px 0px 24px 0px !important;

}
/* Main Content */
.main {
    /* flex: 1; */
    padding: 0px 24px 0px 24px;
}

.welcome {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dashboard-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.card {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    /* padding: 20px; */
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 2px solid transparent;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    height: 120px;
}
.save-card-first-last{
    background-color: #F6F5FA;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 5px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #524781;
}
.total-save-data-n-icon{
 /*    display: grid;
    align-content: center; */
    width: 212px;
    height: 68px;
    gap: 12px;
    padding: 24px;
    text-align: justify;
}
.save-card-font{
    text-align: justify;
    font-family: Open Sans;
    line-height: 24px;
}

.card.highlight {
    border-color: #ffcf87;
    background: #fffbe6;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 5px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #FF9900;
}

.card h3 {
    margin: 10px 0 5px;
    font-size: 22px;
}

.banner {
    background: #F6F5FA;
    color: #333333;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.ndf-containt{
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}
.warning {
/*     background: #fff3f3;
    color: #c10000; */
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px dashed #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.profile-detail-containt{
    font-family: Open Sans;
    line-height: 20px;
    letter-spacing: 0%;
}
.warning .btn-complete {
    background: #FF9900;
    width: 98px;
    height: 36px;
    opacity: 1;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    gap: 4px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.recommended {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);

    height: 236px;
    opacity: 1;
    gap: 24px;
    border-radius: 15px;
    border-width: 1px;
    padding: 16px;
    margin-top: 20px;
}

.deal-card {
    display: flex;
    gap: 20px;
    /* margin-top: 20px; */
}

.deal-card .dash-card-img img {
    width: 299px;
    height: 204px;
    opacity: 1;
    border-radius: 8px;
}

.dash-deal-info {
    flex: 1;
    width: 454px;
    height: 204px;
    opacity: 1;
    text-align: left !important;

    display: flex;
    flex-direction: column;
    gap: 10px; /* Adjust the spacing */
}

.dash-deal-title {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    width: 454px;
    height: 56px;
    opacity: 1;
}

.dash-deal-location {
    /* color: #007bff;
    margin: 5px 0; */

    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    width: 153px;
    height: 20px;
    display: flex;
    opacity: 1;
    color:#524781;
}

.dash-deal-description {
    width: 454px;
    height: 60px;
    opacity: 1;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.dash-deal-price {
    /* font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-top: 10px; */
    display: grid;
    width: 151px;
    height: 76px;
    opacity: 1;
    gap: 4px;
    border-radius: 10px;
    padding: 12px;
}
.dash-price-tag{
    width: 127px;
    height: 24px;
    opacity: 1;
    font-family: Open Sans;
    line-height: 24px;
    color: #333333;
}
.btn-learn {
    background: #ffa500;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 10px;
    display: inline-block;
}
.recommended-heading{
    font-family: Open Sans;
    font-weight: 600;
    line-height: 28px;
}
.btn-see-all-dash:hover {
    background-color: #fff !important;
}

.heart_img_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    background: white;
    transition: all 0.3s ease;
    float: right;
}

.heart_img_div img {
    height: 20px;
    width: 20px;
    margin: 0;
    margin-top: 3px;
}

.heart_save_remove_msg_div{
    text-align:center;
    width:100%;
    height:55px;
}

.heart_save_remove_msg{
    display:none;
    float:right;
    font-size: 12px;
    margin: 5px;
}

#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    border-color: #F6F5FA !important;
}

#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    color: #FFFFFF !important;
    background: #FF9900 !important;
    width: 208px;
    height: 48px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    gap: 10px;
    border-radius: 10px;
    text-align: center;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul {
    justify-content: space-between;
    opacity: 1;
    border-radius: 10px;
    padding: 16px;
}

/* #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {} */
@media(min-width:250px) and (max-width:767px){
    .dashboard-cards {
        display: grid !important;
        gap: 15px !important;
    }
    .ndf-containt{ font-size: 14px !important; }
    .banner span img{ width: 70px !important; height: 65px !important;}
    .banner img{ height: 50px !important;}
    .warning img{ margin-right: 240px; }
    .warning { display: grid !important; gap: 5px !important;}
    .warning div{ display: grid !important; margin-top: -25px !important;
        justify-items: unset !important;
        margin-right: unset !important;
    }
    .warning .btn-complete { width: unset !important; height: unset !important; }
    .dash-deal-title { width: 260px !important; height: 85px !important; }
    .dash-deal-description { width: 260px !important;}
    .deal-card { display: inline !important; }
    .recommended { height: 660px !important; }

    /* .dash-deal-price { display: flex !important; padding: 0px 10px 0px 10px !important; width: 280px !important;} */
}
@media(min-width:250px) and (max-width:1023px){

    /* .dash-deal-title { font-size: 17px !important;width: 328px !important; } */
    .dash-deal-description { width: 295px !important; }
    .dash-deal-info { width: 275px !important; }
    .heart_save_remove_msg_div {  width: unset !important; height: unset !important; }
    .my-listing-price{display: inline !important; }
    .btn-learn { width: 100% !important; }

}

#user-registration.vertical .user-registration-MyAccount-navigation { background: #F6F5FA !important; }