.search-wrapper {
    border-radius: var(--br-3xs) 0 0 var(--br-3xs) !important;
}

.more-filter {
    margin-right: 10px;
}

.frame-input {
    border-radius: 0 var(--br-3xs) var(--br-3xs) 0 !important;
}

.subscribe {
    border-radius: var(--br-mini) 0 0 var(--br-mini) !important;
}

.card-detail-body {
    right: 40px;
}

.price-night {
    text-align: right !important;
}

.edit-button {
    padding-right: 220px;
}
.search {
    text-align: center !important;
}

@media screen and (max-width: 1399px) {
    .edit-button {
        padding-right: 140px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .edit-button {
        padding-right: 300px;
    }
}

@media screen and (max-width: 768px) {
    .edit-button {
        padding-right: 0px !important;
    }
    .card-detail-body {
        right: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .search-wrapper {
        border-radius: var(--br-3xs) !important;
    }
}

@media screen and (max-width: 767px) {
    .booking-action-buttons {
        margin-right: 0px !important;
        margin-left: 10px !important;
    }
    .wishlist-actions-button,
    .book-actions-button {
        padding: 17px !important;
        font-size: 15px;
        margin-right: 0px !important;
        margin-left: 30px !important;
    }
}

@media screen and (min-width: 250px) and (max-width: 768px) {
	.button-div{
        margin-right: 0px !important;
        margin-left: 10px ;
    }
}

html[lang="ar"] .serviceMain .card-body.right-content{
    right:0;
}

html[lang="ar"] .serviceMain .card-body .card-text {
    max-height: 50px;
}
html[lang="ar"] .serviceMain .card-body.left-content {
    left: 0;
    right: auto;
}

.search-bar {
    border-radius: var(--br-2xs-3) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.search-feild {
    border-left: none !important;
    border-right: 1px solid var(--color-gray-300);
}
.search-feild:first-child{
    border-right: none;
}
@media screen and (max-width: 1023px) {
    .search-wrapper {
        border-radius: 10px !important;
    }
    .banner-content .search-bar {
        padding-left: 25px;
        border-top-left-radius: 10px !important;
    }
    .search-feild .form-switch {
        padding-right: 0;
    }
}
.modal-content.chat-pop-up{
    left: 10px;
}
@media (max-width: 767px) {
    .withFilterCategoryBtn{
        padding-left:12px !important;
    }
    .withFilterCategoryBtn .filterBtn {
        padding-right: 0px !important;
    }
    .filter-slick .button-div {
        margin-right: 6px !important;
        margin-left: 0;
    }
}



.step-detail {
    padding-right: 25px;
}
.modal-content.notification-pop-up{
    right: 15px;
}
.listing-carousel .slick-prev,
.review-carousel .slick-prev {
    right: calc(100% - 40px) !important;
}
.listing-carousel .slick-next,
.review-carousel .slick-next {
    right: calc(100% - 100px) !important;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: right !important;
}
ul.what-offer-list {
    margin-right: 20px;
}
@media (max-width: 576px) {
    .listing-carousel .slick-prev {
        right: calc(100% - 35px) !important;
    }
    .listing-carousel .slick-next{
        right: 0 !important;
    }
}
/* signIn/signUp */
[dir="rtl"] .sign-in-container {
    right: 0;
}

[dir="rtl"] .login-container.right-panel-active .sign-up-container {
    transform: translateX(0);
}

.overlay-container {
    right: 50%;
}

[dir="rtl"] .login-container.right-panel-active .overlay-container {
    transform: translateX(100%);
}

.overlay-login {
    right: 0%;
}

[dir="rtl"] .overlay-left {
    transform: translateX(-100%);
}

[dir="rtl"] .login-container.right-panel-active .overlay-left {
    transform: translateX(-100%);
}

[dir="rtl"] .overlay-right {
    left: 0;
    transform: translateX(0);
    z-index: 99999;
}

[dir="rtl"] .login-container.right-panel-active .overlay-right {
    transform: translateX(-200%);
}

[dir="rtl"] .auth_main .form_field .form-control {
    text-align: right;
}

.toggle-form{
    transform: rotate(180deg);
}
.countrycode-wrap .dropdown-menu{
    right:0;
}
[dir="rtl"] .toggle-password {
    left:10px;
    right: auto;
}
