.item1 {
    grid-area: item1;
    width:180px;
    height: 180px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.item2 { grid-area: item2; }
.item3 { grid-area: item3; }
.item4 { grid-area: item4; }
.item5 { grid-area: item5; }

.item1 img {
    width: 100%;
    max-height: 100%;
}

.ordersArContent{
    margin-left: 50px !important
}
.ordersArContentWithImg {
    max-width: max-content;
    display: grid !important;
    grid-template-areas:
        'item1 item2 item2 item2 item2 item2 '
        'item1 item3 item3 item3 item3 item3 '
        'item1 item4 item4 item4 item4 item4 '
        'item1 item5 item5 item5 item5 item5';
    grid-gap: 0 20px;
    margin-bottom: 30px;
}

.ordersBtn,
.orderRateBtn {
    box-shadow: 0 6px 19px 0 rgba(17, 33, 55, 0.06);
    background-color: #ffffff;
    font-size: 18px;
    color: #a4a4a4;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 30px;
    max-width: 224px;
    height: 56px;

    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 159px;
}
.orderRateBtn {
    color: #fff !important;
    background-color: #fad262;
}

.ordersBtn:hover {
    text-decoration: none;
    color: #a4a4a4;
}

.orderRateBtn:hover {
    color: #fff;
    text-decoration: none;
}

.nav-item {
    width: 20.5% !important;
    text-align: center;
}
.ordersArOrderAndQr {
    display:flex;
    justify-content: space-between;
    font-size: 20px;
    color:#4a4a4a;
    letter-spacing: 0;
    margin-bottom: 20px;

    font-weight: 500;
    opacity: 0.7;
}
.no-orders-respond {
    width: 350px;
    font-size: 20px;
}

.no-orders-text {
    margin-bottom: 20px;
    font-size: 26px;
}
.pagination .disabled {
    display: none;
}
.no-orders {
    margin-top: 150px;
}

.no-orders-icon {
    margin-bottom: 10px;
}

.my-orders {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    margin: 2% auto;
}
.my-orders-title {
    font-size: 36px;
}

.my-orders-cont {
    display: flex;
    flex-direction: row;
}

.my-orders-info {
    padding-right: 2rem;
    flex-grow: 1;
    width: 0px;
}

.nav-filter .nav-item-active {
    border-bottom: 3px solid #fad262;
}
my-orders-info-buttons .nav-filter .nav-item-orders {
    padding: 0;
}

.nav-item-orders div {
    margin-bottom: 10px;
}

.nav-filter .nav-active {
    text-align: center;
}
#product_location_show {
    color: #4a4a4a;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-filter .nav-item-active a {
    opacity: 1 !important;
    color: #4a4a4a !important;
}

.nav-filter .nav-item a {
    text-decoration: none;
    color: #a1a2a3;
    font-size: 20px;
    opacity: 0.5;
}

.order-details-link,
.order-details-link:active,
.order-details-link:hover,
.order-details-link:link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.nav-filter .nav-completed {
    text-align: center;
}

.my-orders-info-discount {
    text-align: end;
    justify-content: space-between;
    padding-bottom: 1rem;
    opacity: 0.5;
    font-size: 20px;
    margin-top: 30px;
}

.my-orders-info-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.my-orders-info-avatar {
    display: flex;
    flex-direction: row;
}

.order-image {
    width: 150px;
    height: 150px;
}

.order-image img {
    width: 150px;
    height: 150px;
}

.my-orders-info-avatar .col-details .list-unstyled {
    padding-left: 1rem;
}

.my-orders-info-description {
    font-size: 20px;
    width: 60%;
    padding-left: 20px;
}

.order-new {
    color: #4eba6f;
}

.order-in-progress {
    color: #ffd253;
}

.order-review {
    color: #79d2f5;
}

.order-canceled {
    color: #e36e6e;
}

.order-completed {
    color: #93d24f;
}

.order-expired {
    color: #e36e6e;
}

.order-closed {
    color: #c97dde;
}

.my-orders-info-buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 0;
    margin-bottom: 50px;
}
.my-orders-info-text {
    height: 50px;
    width: 100%;
    margin-top: -20px;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}
.my-orders-info-buttons .view-service-button .view-offers,
.my-orders-info-buttons .rate-service-button .view-offers,
.order-details-info-bottom .view-service-button .view-offers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 64px;
    border-radius: 5px;
    background: #fad262;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 0 1.5rem;
    cursor: pointer;
}
.my-orders-info-buttons .rate-service-button .view-offers span {
    margin: auto;
}

.my-orders-info-buttons .cancel-service-button .cancel-order {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 187px;
    height: 64px;
    border-radius: 5px;
    background: white;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

.my-orders-banner {
    display: flex;
    flex-direction: column;
    width: 330px;
}

.rate-experience-header,
.amount-header,
.opinion-header,
.reason-header,
.cancel-header {
    font-size: 22px;
}

.rate-experience-smile,
.rate-experience-title,
.amount-value,
.opinion-value {
    margin: 5% 0;
}

.rate-experience-title {
    font-size: 20px;
}

.rate-experience-stars {
    margin-bottom: 20px;
    margin-top: 20px;
}

.rate-experience-stars img {
    cursor: pointer;
}

.rate-service-header div,
.not-completed-header {
    font-size: 35px;
}

#rate_service .row {
    margin-left: 0 !important;
    margin-right: 5%;
}

#stars_step,
#amount_step,
#opinion_step {
    min-height: 430px;
}

#was_done_step .row:last-of-type,
#amount_step .row:last-of-type,
#opinion_step .row:last-of-type,
#stars_step .row:last-of-type {
    position: absolute;
    bottom: 7.5%;
}

.tab-content {
    min-height: 370px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul li {
    cursor: pointer;
}

.rating-stars ul > li.star {
    display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 2.5em; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color: #fad262;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color: #fad262;
}

.btn-continue {
    cursor: pointer;
}

#choose_location .order-area-header,
.choose-area-body,
.modal-header .close {
    padding: 0 !important;
}

#choose_location .close:focus {
    outline: unset;
}

#choose_location .close {
    margin: 10px !important;
}

#choose_location .choose-area-header {
    margin: 50px 50px 30px 50px !important;
}

#choose_location .choose-area-body {
    margin: 0 50px 50px 50px !important;
}

#choose_location .create-area-continue {
    margin-left: 0 !important;
}

#choose_location .form-group {
    margin-bottom: 0 !important;
}

#order_creation_form .order-continue-button .create_page_continue:focus {
    outline: unset;
    box-shadow: 0px 6px 19px #fad262;
}

#order_creation_form .create_page_save:focus {
    outline: unset;
    box-shadow: 0px 6px 19px #fad262;
}

#order_created .modal-dialog {
    max-width: 520px !important;
}

#order_created .modal-header .close {
    margin: 10px 10px 0 auto !important;
}
#order_created .modal-body {
    margin: 0 50px 50px 50px !important;
    padding: 0 !important;
}
.order_created_close:focus {
    outline: unset;
}

.not-completed-continue {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    width: 312px;
    height: 64px;
    border-radius: 5px;
    background: #fad262;
    color: white !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0 2rem;
    cursor: pointer;
}

.to-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    width: 312px;
    height: 64px;
    border-radius: 5px;
    background: #fad262;
    color: white !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0 2rem;
    cursor: pointer;
}

.cancel-service-header {
    margin-top: 2rem;
    font-size: 32px;
}

.rate-service-continue {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    width: 312px;
    height: 64px;
    border-radius: 5px;
    background: #fad262;
    color: white !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0 2rem;
    cursor: pointer;
}

.rate-experience-smile img {
    width: 19%;
    height: 100px;
}

.my-order-images img {
    width: 64px;
    height: 64px;
    opacity: 1 !important;
}
.my-order-images .order_file_video {
    width: 64px;
    height: 64px;
    opacity: 1 !important;
    overflow: hidden;
    position: relative;
}
.my-order-images .order_file_video .play-video {
    width: 17px;
    height: 21px;
}
.my-order-images .order_file_video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(0, 0);
}
.order_file{margin-right: 10px; margin-bottom: 10px}

.my-order-images .order_file_video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(0, 0);
}

.order_file{margin-right: 10px; margin-bottom: 10px}


.my-order-description-label {
    opacity: 0.5;
}

.my-order-images {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
}

#order_rated .modal-dialog {
    width: 28%;
}
#order_rated .modal-content {
    height: 230px;
}
#order_rated .modal-header {
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
}
#order_rated .close {
    margin: 0;
}
.order-rated-body {
    text-align: center;
    position: relative;
    bottom: 42px;
}

.order-rated-body img {
    width: 14%;
}

.order-rated-text {
    font-size: 28px;
}

.thanks-text {
    font-size: 21px;
    margin-top: 2%;
}

.amount-value input {
    width: 320px;
    padding: 15px 10px;
    margin: 20px 0 0 0;
    display: inline-block;
    border: 0 solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #4a4a4a;
}

.amount-value .qr {
    position: relative;
    right: 11%;
}

#order_canceled_success .modal-body {
    bottom: 35px;
}

#rate_service .modal-dialog {
    width: 45%;
}

.yes-done,
.not-done {
    padding: 16px 25px !important;
    font-size: 12px !important;
}

#order_rating_form {
    margin-left: 5%;
}

.rate-service-header div {
    margin-left: 5%;
}
#amount {
    padding-right: 50px;
}
.my-order-description-label {
    overflow: hidden;
    max-height: 53px;
    padding-top: 5px;
}

#order_rating_error .modal-body > div:first-child {
    position: relative;
    bottom: 37px;
}

#order_rating_error .modal-body img {
    width: 13%;
}

#order_rating_error #orderRatingErrorText {
    margin-top: 7%;
    font-weight: bold;
    font-size: 17px;
}

.rate-service-buttons {
    margin-bottom: 28%;
}

.rate-service-buttons label {
    border-radius: 5px !important;
}

/*Create_Order start*/
.order-creation-content {
    display: flex;
    flex-direction: column;
    /*padding: 0 2% 0 5%;*/
    padding: 0;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

.create-header {
    display: flex;
    flex-direction: row;
    font-size: 36px;
    margin-bottom: 30px;
}

.order-creation-tabs {
    display: flex;
    margin-bottom: 50px;
}

.order-creation-tabs .order-creation-tabs__item {
    display: flex;
    border-radius: 8px;
    height: 16px;
    margin-right: 1rem;
    flex-grow: 1;
    background-color: black;
    opacity: 0.1;
}

.order-creation-tabs .order-creation-tabs__item.active {
    background-color: #fad468;
    opacity: 1;
    box-shadow: 0px 0px 8px #ffd96fd9;
}

.order-creation-tabs-content .order-creation-tabs-content__item {
    display: none;
}

.order-creation-tabs-content .order-creation-tabs-content__item.active {
    display: block;
}

.validationErrorHeader {
    font-size: 30px;
    margin: 10px 0 0 10px;
}
#error_validation .modal-header {
    padding: 10px;
}
#validationErrorText {
    font-size: 20px;
    color: #a94442;
}
.error_header button,
.error_header button:focus {
    margin: 0 !important;
    width: 46px;
    height: 46px;
    outline: unset;
}
#error_validation .modal-body {
    padding: 0 10px 25px 10px;
}
.order-creation-tabs-content__item select {
    margin: 20px 0;
    border: none;
    height: 50px;
    padding: 0 15px;
}

.create-order-label {
    margin-bottom: 30px;
    font-size: 23px;
    display: block;
}

.custom-control-label {
    font-size: 17px;
}

.order-creation-steps .nav-item a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 16px;
    opacity: 0.5;
}

.order-creation-steps .nav-item-active a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 20px;
    opacity: 1;
    position: relative;
    top: 0 !important;
}

.order-creation-steps {
    display: flex;
    justify-content: space-between;
    border-radius: 30px !important;
    width: 1300px;
    padding: 0.62% 4%;
}

/*.checkboxes-all {*/
/*display: flex;*/
/*flex-direction: column;*/
/*flex-wrap: wrap;*/
/*width: 600px;*/
/*max-height: 170px;*/
/*margin-bottom: 20px;*/
/*}*/

/*.checkboxes-all div {*/
/*width: 250px;*/
/*margin-bottom: 30px;*/
/*}*/

.checkboxes-all,
.ac_unit_type-checkboxes,
.ac_unit_type-checkboxes_small {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 20px;
}
.checkboxes-all > div,
.ac_unit_type-checkboxes > div,
.ac_unit_type-checkboxes_small > div {
    width: 33%;
    margin-bottom: 30px;
}

.nationality-checkboxes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 700px;
    height: 150px;
    font-size: 15px;
    margin-top: 25px;
}

.delivery-checkboxes {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: -40px;
}

.delivery-checkboxes div {
    width: 150px;
    margin-top: 30px;
}

.location-radios {
    background: white;
    height: 56px;
    width: 312px;
    border-radius: 10px;
    display: flex;
    font-size: 16px;
    margin-bottom: 50px;
    box-shadow: 0 0 19px rgba(17, 33, 55, 0.1);
}

.location-radios input {
    border-radius: 15px;
    border: none;
    padding: 0 25px 0 15px;
    cursor: pointer;
}

.location-radios_loc {
    background: white;
    height: 56px;
    width: 312px;
    border-radius: 10px;
    display: flex;
    font-size: 16px;
    margin-bottom: 50px;
    box-shadow: 0 0 19px rgba(17, 33, 55, 0.1);
}

.location-radios_loc input {
    border-radius: 15px;
    border: none;
    padding: 0 25px 0 15px;
    cursor: pointer;
    width: 100%;
}

.location-radios_loc .location-pin {
    display: flex;
    align-items: center;
    padding-left: 15px;
    cursor: pointer;
    width: 20px;
    margin-right: 12px;
}

.choose-area-list {
    display: flex;
}

.choose-area-list-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 250px;
}

.choose-area-list-column div {
    margin-bottom: 30px;
}

.order-area-title {
    font-size: 30px;
}

.redeem-text {
    width: 500px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.redeem-text textarea {
    border: none;
    padding-top: 16px;
    width: 312px;
    height: 56px;
    box-shadow: 0 0 19px rgba(17, 33, 55, 0.1);
}

.description-text {
    width: 300px;
    margin-bottom: 50px;
}

.description-text input {
    border: none;
    padding-top: 16px;
    width: 312px;
    height: 56px;
    box-shadow: 0 0 19px rgba(17, 33, 55, 0.1);
}

.description-text textarea {
    margin-top: 15px;
    border: none;
    box-shadow: 0 0 19px rgba(17, 33, 55, 0.1);
}
.wrap {
    width: auto;
    min-width: 300px;
    position: relative;
    display: inline-block;
}
.pull-tab {
    height: 9px;
    width: 17px;
    border-top: 1px solid #adadad;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    bottom: 0;
    right: -4px;
    pointer-events: none;
    z-index: 2;
}
.pull-tab1 {
    height: 13px;
    width: 11px;
    border-top: 1px solid #adadad;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    bottom: -5px;
    right: -4px;
    pointer-events: none;
    z-index: 2;
}
.pull-tab2 {
    height: 16px;
    width: 5px;
    border-top: 1px solid #adadad;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    bottom: -9px;
    right: -4px;
    pointer-events: none;
    z-index: 2;
}

.wrap:after {
    border-top: 20px solid black;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    right: -18px;
    bottom: -3px;
    pointer-events: none;
}
#apply_promo {
    margin: auto;
    color: #fad468;
    font-size: 16px;
    cursor: pointer;
}

#wrong_promo {
    color: darkred;
}

#right_promo {
    color: green;
}

#holder input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.create-add-photo {
    width: 344px;
    height: 168px;
    border: 3px dashed #fad262;
}

.create-holder-default-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 50%;
}

.create-holder-default-text {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30%;
}

.remove-photo {
    font-size: 20px;
    color: darkred;
    display: none;
    position: relative;
    left: 100px;
    cursor: pointer;
}

.create-area-continue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    height: 56px;
    border-radius: 5px;
    background: #fad262;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 0 1.5rem;
    cursor: pointer;
    margin-left: 20px;
}

.location-pin {
    display: flex;
    align-items: center;
    padding-left: 15px;
    cursor: pointer;
    width: 100%;
}

.location-image {
    margin-left: -21px;
    padding: 0 !important;
}

.fa-times-2 {
    position: absolute;
    margin-top: -162px;
    margin-left: 220px;
    z-index: 1000;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background: #fad262 !important;
}

.nationality-checkboxes div {
    height: 50px;
}

.number-of-maids,
.daily-hours,
.amount-of-days {
    display: flex;
}

.maids-number .select-label {
    font-size: 20px;
    margin-bottom: 10px;
}

.d-hours .select-label {
    font-size: 20px;
    margin-bottom: 10px;
}

.day-amounts .select-label {
    font-size: 20px;
    margin-bottom: 10px;
}

.value-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    width: 55px;
    height: 56px;
    background: #f6f6f6;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input#number_maids {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    width: 50px;
    height: 56px;
}

input#number_hours {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    width: 50px;
    height: 56px;
}

input#number_days {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    width: 50px;
    height: 56px;
}

#decrease_maids,
#decrease_hours,
#decrease_days {
    border-radius: 5px 0 0 5px;
}

#increase_maids,
#increase_hours,
#increase_days {
    border-radius: 0 5px 5px 0;
}

.disabled-button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
}

.order-continue-button .order-continue {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    width: 312px;
    height: 64px;
    border-radius: 5px;
    background: #fad262;
    color: white !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0 2rem;
    cursor: pointer;
    margin-top: 4rem;
}

.order-continue-button a {
    text-decoration: none;
}

.order-continue-button button {
    height: 64px !important;
}

.create_page_continue {
    width: 300px;
    background: #fad262;
    box-shadow: 0px 6px 19px #fad262;
}

.map-continue-btn {
    width: 300px;
    height: 56px;
    background: #fad262;
    box-shadow: 0px 6px 19px #fad262;
}

.map-continue-btn:focus {
    outline: unset;
    box-shadow: 0px 6px 19px #fad262;
}

.map-continue-btn span {
    color: white;
    font-size: 20px;
    position: relative;
    right: 60px;
}

.map-continue-btn img {
    left: 60px;
    position: relative;
}

.map-close-btn:focus {
    outline: unset;
    box-shadow: 0px 6px 19px rgba(17, 33, 55, 0.1);
}
.map-close-btn {
    width: 128px;
    height: 56px;
    background: white;
    margin-right: 15px;
    box-shadow: 0px 6px 19px rgba(17, 33, 55, 0.1);
}

.map-close-btn span {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    color: #a4a4a4;
}

.create_page_continue span {
    color: white;
    font-size: 20px;
    position: relative;
    right: 60px;
}

.create_page_continue img {
    left: 60px;
    position: relative;
}

.create_page_save {
    width: 300px;
    height: 56px;
    background: #fad262;
    box-shadow: 0px 6px 19px rgba(17, 33, 55, 0.1);
}

.create_page_save span {
    color: white;
    font-size: 20px;
    position: relative;
    right: 30px;
}

.create_page_save img {
    left: 30px;
    position: relative;
}

.create_page_back {
    width: 128px;
    height: 56px;
    background: white;
    margin-right: 15px;
    box-shadow: 0px 6px 19px rgba(17, 33, 55, 0.1);
}

.create_page_back:focus {
    box-shadow: 0px 6px 19px rgba(17, 33, 55, 0.1);
}

.create_page_back span {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    color: #a4a4a4;
}

/*.ac_unit_type-checkboxes {*/
/*display: flex;*/
/*flex-direction: column;*/
/*flex-wrap: wrap;*/
/*height: auto;*/
/*max-height: 150px;*/
/*width: 80%;*/
/*margin-bottom: 20px;*/
/*}*/
.ac_unit_type-checkboxes div {
    margin-bottom: 30px;
}
/*.ac_unit_type-checkboxes_small {*/
/*display: flex;*/
/*flex-direction: column;*/
/*flex-wrap: wrap;*/
/*margin-bottom: 20px;*/
/*height: auto;*/
/*max-height: 130px;*/
/*width: 50%;*/
/*}*/
.ac_unit_type-checkboxes_small div {
    margin-bottom: 30px;
}

.default-list-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 800px;
    height: auto;
    max-height: 150px;
    padding-top: 20px;
}

.default-list-column div {
    padding-bottom: 20px;
}

.custom-input input {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    width: 50px;
    height: 56px;
    z-index: 1;
}

.custom-input {
    display: flex;
    margin-bottom: 50px;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.order-map-btns a {
    text-decoration: none;
}

.create-order-photo {
    display: flex;
    margin-bottom: 50px;
}

.optional-params {
    font-style: italic;
    font-size: 18px;
    color: #a4a4a4;
}

#imgList li {
    list-style-type: none;
    float: left;
}

#imgList .img-wrap img {
    width: 130px;
    max-height: 80px;
}

#Filelist_hide {
    margin-bottom: 30px;
    order: 4;
}

.create-order-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.create-order-img video {
    height: 100%;
    border-radius: 5px;
}

.create-order-img {
    display: inline !important;
    height: 100px;
    width: 100px;
    position: relative;
    margin-right: 10px;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
}

.create-order-files {
    display: inline !important;
    height: 70px;
    width: 70px;
    position: relative;
    margin-right: 10px;
    float: left;
    margin-bottom: 27px;
    margin-left: 10px;
}

.uploaded-video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius:5px;
}
.note_video{
    color: #A0A0A0;
    font-style: italic;
    font-size: 14px;
}
.note_video_label{
    margin-bottom: 5px;
}
.play-video {
    width: 17px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:1;
    cursor: pointer;
}
#videoModal .close{
    display: flex;
    justify-content: end;
    margin-right: 10px;
}
#modalVideo{
    display: block;
    margin: 0 auto;
    max-width: 400px;
}
#modalImg{
    display: block;
    margin: 0 auto;
    max-width: 400px;
}

.create-order-files .uploaded-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.order-map-btns {
    margin-top: 15px;
}

#value {
    display: flex;
    flex-direction: row;
}

#value_1,
#value_2 {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.order-image {
    width: 100px;
    height: 100px;
}

.order-image img {
    width: 100px;
    height: 100px;
}

.my-orders-info-description {
    font-size: 16px;
}

.my-orders-info-discount {
    font-size: 16px;
}

.my-orders-info-buttons a {
    padding-right: 1rem;
    padding-top: 0.5rem;
}

.to-stars,
.to-amount,
.to-opinion,
.to-forth,
.to-cancel,
.report-submit {
    opacity: 0.5;
}

.delete-order-img {
    position: absolute;
    z-index: 1;
    left: 50px;
    border-radius: 9px;
    height: 30px;
    cursor: pointer;
    right: -7px;
    top: -7px;
}

/*Offer Accepted*/
#accepted-offer .modal-dialog {
    width: 428px;
}
.accepted-offer-content {
    display: flex;
    flex-direction: column;
    background: #f2f5f2;
    border-radius: 5px;
    width: 428px;
    height: 567px;
    position: relative;
    pointer-events: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
}

.accepted-offer-header {
    display: flex;
    flex-direction: column;
    border: none;
}
.accepted-offer-header button {
    display: flex;
    flex-direction: row-reverse;
    width: 46px;
    height: 46px;
    margin: 10px 10px 0 0;
    position: absolute;
    right: 0;
    outline: unset;
}
.accepted-offer-header button:focus {
    outline: unset;
}
.accepted-offer-header-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 32px;
    width: 290px;
    margin: 37px 0 0 54px;
}
.accepted-offer-header-title img {
    height: 26px;
    width: 26px;
}
.accepted-offer-body {
    display: flex;
    flex-direction: column;
    padding: 30px 54px 50px 54px;
}
.accepted-offer-body-info {
    display: flex;
    flex-direction: row;
}
.accepted-offer-avatar {
    width: 100px;
    height: 100px;
}
.accepted-offer-avatar img {
    border-radius: 5px;
    width: 100px;
    height: 100px;
}
.accepted-offer-details ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    margin-bottom: 0;
}
.accepted-offer-details-name {
    font-size: 22px;
}
.accepted-offer-details ul .stars {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rating_stars_image {
    display: flex;
    align-items: center;
}
.stars_empty {
    width: 120px;
    height: 25px;
}
.stars_empty img {
    position: absolute;
    width: 120px;
    height: 25px;
}
.accept-rating_stars_info {
    font-size: 25px;
    margin-left: 5px;
}
span.stars_full,
span.stars_full span {
    display: block;
    background: url(../../icons/stars_full.png) 0 -20px repeat-x;
}
.accepted-offer-details-stars span.stars_full,
.accepted-offer-details-stars span.stars_full span {
    width: 120px;
    height: 25px;
    background-size: 120px 25px;
    background-position: 0;
}
.accepted-offer-details-stars span.stars_full {
    width: auto !important;
}
.accepted-offer-body .time-cost {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 0;
    width: calc(100% + 20px);
}
.accepted-offer-body .time-cost .t-c {
    float: left;
    width: 150px;
    border-radius: 5px;
    background: #e8e8e8;
    height: 60px;
    padding: 5px 10px;
    margin: 0 20px 20px -2px;
}
.accepted-offer-body .est-time,
.accepted-offer-body .final-cost,
.accepted-offer-body .visit-cost,
.accepted-offer-body .warranty {
    display: flex;
    flex-direction: row;
    opacity: 0.7;
    font-size: 13px;
    justify-content: space-between;
}
.accepted-offer-body .est-time-value p,
.accepted-offer-body .final-cost-value p,
.accepted-offer-body .visit-cost-value p,
.accepted-offer-body .warranty-value p {
    font-size: 20px !important;
}
.visit-cost-value p {
    font-weight: 500;
    float: left;
}
.est-time-value p {
    font-weight: 500;
    float: left;
    margin: 0 2px;
}
.warranty-value p {
    font-weight: 500;
    float: left;
}
.final-cost-value p {
    font-weight: 500;
    float: left;
}
.accepted-offer-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 20px 0;
}
.accepted-offer-mobile a {
    text-decoration: none;
    color: #a1a2a3;
}
.accepted-offer-mobile img {
    width: 26px;
    height: 26px;
}
.accepted-offer-mobile span {
    font-size: 20px;
    padding: 0 20px;
}
.accepted-offer-submit button {
    background: #fad262;
    color: white;
    width: auto;
    border: none;
    padding: 15px 30px;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: 0;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 2px 10px #fad262;
    outline: unset;
}
.accepted-offer-submit button:focus {
    box-shadow: 1px 2px 10px #fad262;
    outline: unset;
}

/*create order*/

.order-creation-content .custom-checkbox .custom-control-label-create {
    font-size: 17px;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 42px;
}
.order-creation-content .custom-checkbox .custom-control-label-create:before {
    position: absolute;
    top: 0.15rem;
    display: block;
    content: "";
    left: 0;
    height: 22px;
    width: 22px;
}
.order-creation-content
    .custom-control-input:checked
    ~ .custom-control-label-create:after {
    position: absolute;
    top: 0.3rem;
    display: block;
    content: "";
    left: 0.45rem;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.order-creation-content
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label-create:before {
    background: #fad262 !important;
}
.order-creation-content .custom-checkbox {
    padding-left: 0;
}
.order-creation-content .custom-checkbox .custom-control-label-create:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    box-shadow: 0 0 19px rgba(17, 33, 55, 0.1);
    border-radius: 0.25rem;
}
.shadow_div {
    display: flex;
    box-shadow: 0px 6px 19px rgba(17, 33, 55, 0.06);
    border-radius: 5px;
}
.shadow_div div,
.shadow_div input {
    border: none;
}
/*Radio*/
.order-creation-content .custom-radio .custom-control-label-create {
    font-size: 17px;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 42px;
}
.order-creation-content .custom-radio:first-child {
    text-transform: capitalize;
}
.order-creation-content .custom-radio .custom-control-label-create:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    height: 22px;
    width: 22px;
}
.order-creation-content
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label-create:after {
    position: absolute;
    top: 6px;
    display: block;
    content: "";
    left: 6px;
    width: 10px;
    height: 10px;
    border: 5px solid #fad262;
    border-radius: 50%;
}
.choose-area-list
    .choose-area-list-column
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label-create:after {
    position: absolute;
    top: 6px;
    display: block;
    content: "";
    left: 6px;
    width: 10px;
    height: 10px;
    border: 5px solid #fad262;
    border-radius: 50%;
}
.order-creation-content
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label-create:before {
    background: #ffffff !important;
}

.order-creation-content .custom-radio {
    padding-left: 0;
}
.order-creation-content .custom-radio .custom-control-label-create:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    box-shadow: 0 0 19px rgba(17, 33, 55, 0.1);
    border-radius: 50%;
}

#complain_sent .modal-dialog {
    max-width: unset !important;
    width: 605px !important;
}

#complain_sent .modal-content {
    width: 605px !important;
}

#complain_sent .modal-header {
    padding: 20px !important;
}

#complain_sent .modal-body {
    padding: 0px 50px 50px 50px !important;
}

#complain_sent .complain-text {
    font-size: 30px;
    width: 100%;
    margin-bottom: 20px;
}

#complain_sent .will-review-text {
    font-size: 20px;
}
.order-success_modal {
    padding-right: 0 !important;
}
.order-success_modal .modal-dialog {
    margin: auto;
}
.order-success_modal .modal-content {
    padding: 50px;
    color: #4a4a4a;
}
.order-success_modal .modal-dialog {
    max-width: 520px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.order-success_modal .modal-content {
    padding: 50px;
    color: #4a4a4a;
}
.order-success_modal .modal-header,
.order-success_modal .modal-body {
    padding: 0;
}
.order-success_modal .success-icon {
    text-align: center;
    color: #4eba6f;
    font-size: 50px;
    margin-bottom: 18px;
}
.order-success_modal .close {
    right: 12px;
    top: 10px;
    position: absolute;
}
.order-success_modal .modal_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 30px;
}
.order-success_modal .modal_text {
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0;
}
.custom_span_price_qr {
    font-size: 18px;
    color: #a4a4a4!important;
}

.create-order-photo video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(0, 0);
}

@media only screen and (max-width: 1599px) {
    .my-orders,
    .order-creation-content {
        padding: 0;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1439px) {
    .my-orders {
        padding: 0 20px !important;
    }
    .my-orders, .order-creation-content{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .order-continue-button{
        margin-top: 10px;
    }
    .order-continue-button button{
        text-align: left;
        margin-bottom: 10px;
        position: relative;
    }
    .changeNextPage img{
        position: absolute;
        top: 10px;
        right: 10px;
        left: unset;
    }
    .create-order-photo-small-size{
        margin-bottom: 10px;
    }
    .my-orders, .order-creation-content{
        padding: 0 !important;
    }
    .order-creation-content {
        padding: 0 3%;
    }

    .my-orders-banner {
        display: none;
    }

    .my-orders-title {
        font-size: 45px;
    }

    .my-orders-info {
        padding-right: 0;
        width: 100%;
    }

    /*.syaanh-home-page-nav {*/
    /*    width: 98%;*/
    /*}*/

    /* .nav-filter .nav-completed {
        margin-left: 10%;
    } */

    .my-order-images {
        display: none;
    }

    .my-order-images-640px {
        display: flex;
        flex-wrap: wrap;
    }

    .my-order-images-640px img {
        width: 64px;
        height: 64px;
        margin-right: 4%;
        margin-bottom: 2%;
    }
     .order_file {
        position: relative;
         width: 64px;
         height: 64px;
         opacity: 1 !important;
         overflow: hidden;
    }
    .my-order-images-640px img.play-video {
        width: 17px!important;
        height: 21px!important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index:1;
        cursor: pointer;
    }

    .order_file_video video {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: translate(0, 0);
    }

    .order_file {
        position: relative;
         width: 64px;
         height: 64px;
         opacity: 1 !important;
         overflow: hidden;
    }
    .my-order-images-640px img.play-video {
        width: 17px!important;
        height: 21px!important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index:1;
        cursor: pointer;
    }
    .order_file_video video {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: translate(0, 0);
    }

    #rate_service .modal-dialog {
        width: unset;
        max-width: 580px;
    }

    .syaanh-logo img {
        /*width: 40px;*/
        /*height: 43px;*/
    }

    .home-link {
        font-size: 30px;
    }

    .my-orders {
        padding: 2% 2%;
    }

    /*create order*/

    .ac_unit_type-checkboxes {
        width: 95%;
        /* max-height: 220px; */
    }
    .ac_unit_type-checkboxes_small {
        width: 95%;
        max-height: 220px;
    }

    .custom-checkbox {
        padding-right: 1rem;
    }

    .custom-control-label {
        font-size: 17px;
    }

    .create-order-label {
        font-size: 23px;
    }

    .choose-area-list-column {
        height: 270px;
    }

    .order-creation-tabs .order-creation-tabs__item {
        height: 23px;
    }

    .create-order-photo {
        display: none;
    }

    .create-order-photo-small-size {
        display: flex;
        margin-top: 3%;
        margin-bottom: 10px;
    }

    .create-add-photo-mobile {
        width: 100px;
        height: 100px;
        background-color: white;
    }

    .create-add-photo-mobile img {
        width: 100%;
        height: auto;
    }

    .create-order-files {
        width: 70px;
        height: 70px;
        margin-right: 18px;
    }

    .delete-order-img {
        bottom: unset;
        left: unset;
        position: absolute;
        z-index: 1;
        right: -7px;
        top: -7px;
    }

    #Filelist-mobile {
        width: 90%;
    }

    .ordersBtn, .orderRateBtn {
        height: 48px;
    }

    .my-orders, .order-creation-content {
        max-width: 1000px;
    }
    .create_page_continue span{
        right: unset;
    }
}

@media only screen and (max-width: 1023px) {
    .my-orders {
        padding: 0 20px 2% 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .item1 {
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #error_validation .modal-body {
        padding: 0 10px 25px 10px !important;
    }
    .order-creation-content
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label-create:after {
        top: 8px;
        left: 8px;
    }
    .choose-area-list
    .choose-area-list-column
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label-create:after {
    top: 8px;
    left: 8px;
}
    .redeem-text {
        width: auto;
    }
    .create-add-photo-mobile {
        height: unset;
        width: unset;
    }
    .order-continue-button button {
        height: unset !important;
    }
    #choose_location .choose-area-body {
        margin: 0 10px 10px 10px !important;
    }
    #choose_location .choose-area-header {
        margin: 10px !important;
    }
    .nav-item{
        width: 33.3% !important;
    }
    .location-radios{
        font-size: 24px;
    }
    .order-creation-content .custom-checkbox .custom-control-label-create {
        font-size: 30px;
    }
    .order-creation-content .custom-radio .custom-control-label-create:before{
        height: 26px;
        width: 26px;
    }
    .order-creation-content .custom-checkbox .custom-control-label-create:before{
        height: 26px;
        width: 26px;
    }
    .order-creation-content .custom-radio .custom-control-label-create{
        font-size: 30px;
    }
    .ordersArContent{
        margin-left: 22px !important
    }
    .my-orders-info-text {
        font-size: 18px;
    }
    .my-orders-title {
        font-size: 28px;
    }
    .my-orders {
        padding: 40px 20px 0 20px;
    }
    .my-orders-info-description {
        width: 100%;
        margin-top: 5%;
        padding-left: 0;
    }

    .my-orders-info-buttons .cancel-service-button {
        padding-bottom: 1rem;
    }

    /*.syaanh-home-page-nav, .orders-cont {*/
    /*    width: 45em;*/
    /*}*/

    .topnav-right {
        /*width: 57%;*/
    }

    .home-link {
        font-size: 27px;
    }
    .my-orders-info-top {
        display: block;
    }

    .order-image img {
        width: 100%;
        height: auto;
    }

    .syaanh-logo img {
        /*width: 36px;*/
        /*height: 43px;*/
    }

    .order-image {
        width: 25%;
        height: unset;
    }

    .my-orders-info-avatar .col-details .list-unstyled {
        padding-left: 2rem;
    }

    .list-unstyled .pr-name {
        font-size: 24px;
    }

    .my-order-images-640px {
        margin-top: 3%;
    }

    .my-orders-info-buttons .cancel-order,
    .my-orders-info-buttons .view-service-button .view-offers {
        width: 160px;
        font-size: 17px;
    }

    .rate-experience-smile img {
        width: 100px;
    }
    /*create order*/

    .order-creation-content {
        width: auto;
        margin-top: 40px;
    }
    .checkboxes-all > div,
    .ac_unit_type-checkboxes > div,
    .ac_unit_type-checkboxes_small > div {
        width: 100%;
    }
    .ac_unit_type-checkboxes,
    .checkboxes-all,
    .ac_unit_type-checkboxes_small {
        display: block;
        height: unset;
        /* max-height: unset; */
    }

    .order-creation-tabs .order-creation-tabs__item {
        height: 10px;
    }

    .delivery-checkboxes {
        display: block;
        margin-top: 0;
    }

    .create-order-label {
        font-size: 20px;
    }

    .custom-control-label {
        font-size: 23px;
    }

    .custom-control-label::before,
    .custom-control-label::after {
        top: 0.5rem;
        width: 1.2rem;
        height: 1.2rem;
    }

    .choose-area-list-column {
        height: max-content;
    }

    .custom-input input,
    .value-button {
        width: 80px;
        height: 80px;
    }

    .create_page_continue {
        width: 100%;
        margin-top: 3%;
    }

    .create_page_continue span {
        width: 20px;
        right: 0;
    }

    .create_page_continue img {
        width: 20px;
        left: unset;
        right: 10px;
        top: 10px;
        position: absolute;
    }
    .create_page_back, .create_page_save{
        text-align: left;
        position: relative;
    }
    .create_page_save span{
        right: unset;
    }
    .create_page_save img{
        right: 10px;
        top: 15px;
        position: absolute;
        left: unset;
    }

    .checkboxes-all div {
        width: unset;
    }

    #value {
        display: block;
    }

    #value_1,
    #value_2 {
        width: auto;
    }

    .create_page_save {
        width: 100%;
        margin-top: 3%;
    }

    .create-title {
        font-size: 20px !important;
    }

    .create-text {
        font-size: 20px !important;
    }
    /*Accepted modal*/
    #order_created {
        padding-left: 10px;
    }
    #order_created .modal-dialog {
        max-width: unset !important;
    }
    /*Offer Accepted*/
    #accepted-offer .modal-dialog {
        margin-left: 20px;
        width: 600px;
        min-width: unset;
    }
    .accepted-offer-content {
        width: 600px;
        height: 700px;
    }
    .accepted-offer-header-title {
        width: 370px;
        font-size: 40px;
    }
    .accepted-offer-header-title img {
        height: 32px;
        width: 32px;
    }
    .accepted-offer-avatar {
        width: 150px;
        height: 150px;
    }
    .accepted-offer-avatar img {
        width: 150px;
        height: 150px;
    }
    .accepted-offer-details-name {
        font-size: 28px;
    }
    .accepted-offer-body .time-cost {
        margin: 40px 0 0 0;
    }
    .accepted-offer-body .time-cost .t-c {
        width: 215px;
        border-radius: 10px;
        height: 75px;
        padding: 10px 15px;
        margin: 0 40px 20px -2px;
    }
    .accepted-offer-body .est-time,
    .accepted-offer-body .final-cost,
    .accepted-offer-body .visit-cost,
    .accepted-offer-body .warranty {
        font-size: 17px;
    }
    .accepted-offer-body .est-time-value p,
    .accepted-offer-body .final-cost-value p,
    .accepted-offer-body .visit-cost-value p,
    .accepted-offer-body .warranty-value p {
        font-size: 25px !important;
    }
    .accepted-offer-mobile {
        padding: 10px 0 30px 0;
    }
    .accepted-offer-mobile img {
        width: 32px;
        height: 32px;
    }
    .accepted-offer-mobile span {
        font-size: 26px;
        padding: 0 25px;
    }
    .accepted-offer-submit button {
        padding: 18px 50px;
    }

    #productAlreadyRated .modal-body {
        padding: 30px !important;
    }

    .item2 {
        width: 80%;
    }

    .choose-area-list {
        display: block;
    }

    .choose-area-list-column {
        display: block;
    }

    .choose-area-list-column {
        height: 70vh !important;
        overflow: scroll;
    }

    .custom_modal .choose-area-list-column {
        grid-template-columns:unset !important;
    }
}
