header.header #logo-header {
    height: 50px;
}

.tf-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

footer.footer #logo-footer {
    width: 200px;
    height: auto;
}

.notification-wrapper .notification-item .box-dream.style-favorities .content {
    padding-top: 15px;
}

.notification-wrapper .notification-item .box-dream .content .price {
    font-size: 22px;
}

.notification-wrapper .notification-item .box-dream .content .old-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #bcbcbc;
    text-decoration: line-through;
}

.wrap-map-v5 {
    position: relative;
    padding-bottom: 0px;
}

.wrap-map-v5 .grid-contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
    gap: 40px;
}

.wrap-map-v5 .grid-contact-wrapper .grid-contact {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.wrap-map-v5 .grid-contact-wrapper .contact-item {
    box-shadow: 0px 6px 15px 0px rgb(64 79 104 / 10%);
}

.team-search-home5 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 40px;
    padding: 19px 20px 19px 30px;
    border-radius: 12px;
    background-color: var(--White);
    z-index: 50 !important;
}

.team-search-wrap .team-search-home5 {
    position: relative;
    z-index: 15;
    margin-bottom: 46px;
    margin-top: 46px;
    max-width: 1022px;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
    border: 1px solid var(--Border);
}

.team-search-home5 > .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
    gap: 30px;
    margin-top: 7px;
}

.team-search-home5 > .list .group-form {
    width: 170px;
}

.team-search-home5 > .list > .divider-1 {
    background-color: var(--Border);
    width: 1px;
}

.team-search-home5 .wg-filter {
    position: unset;
}

.team-search-home5 .button-submit button {
    padding: 19px 30px;
    background-color: var(--Primary);
    width: 100%;
    color: var(--Secondary);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
}

.nice-select > .list {
    border-radius: 6px;
}

.nice-select.open .list {
    max-height: 400px;
}

.nice-select.default ul.list {
    width: max-content;
}

.account-area {
    padding-top: 200px;
}


.account-area .account-area_card {
    position: relative;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    max-width: 800px;
    overflow: hidden;
    margin: 0 auto;
    transform: translateY(3px);
    padding-top: 0;
}

.account-area .image-left {
    width: 386px;
    flex-shrink: 0;
    position: relative;
}

.account-area .image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-area .image-left h3 {
    position: absolute;
    top: 45px;
    left: 30px;
    right: 30px;
    color: var(--Secondary);
    text-align: center;
}

.account-area .content-right {
    padding: 78px 30px 30px 30px;
    width: 100%;
}

.account-area .content-right h4 {
    margin-bottom: 22px;
}

.account-area .content-right form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 22px;
}

.account-area .content-right form .lost-password {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--Third);
}

.account-area .content-right .btn-show-register {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-left: 4px;
}

.account-area .content-right .wg-social-1 {
    gap: 20px;
    margin-top: 2px;
}

.account-area .content-right .wg-social-1 li a i {
    font-size: 20px;
}

.wrap-gallery-image .more-photos {
    position: absolute;
    bottom: 30px;
    right: 15px;
    z-index: 9999999;
}

.wrap-gallery-image .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 500px;
    max-height: 500px;
}

@media screen and (max-width: 991.98px) {
    #header_main .header-inner .header-inner-wrap .header-right {
        display: flex;
    }
    
    #header_main .header-inner .header-inner-wrap .header-right .tf-button-default {
        width: 41px;
        height: 41px;
        padding: 0;
    }
    
    #header_main .header-inner .header-inner-wrap .header-right .tf-button-default span {
        display: none;
    }
    
    .account-area .account-area_card {
        flex-wrap: wrap;
        transform: translateY(0) !important;
    }
    
    .account-area .image-left {
        width: 100%;
        height: 500px;
    }
    
    .account-area .content-right {
        padding: 34px 30px 30px 30px;
    }
    
    .wrap-gallery-image .more-photos {
        bottom: 50px;
    }
    
    .wrap-gallery-image .owl-carousel .owl-item img {
        height: 250px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 567.98px) {
    .account-area {
        padding-top: 140px !important;
    }
}

.alert {
    margin: 20px auto;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}