body {
    background-color: #eee7d0;
    line-height: 1.5;
}

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif !important;
}

.two-btn {
    display: flex;
    justify-content: space-between;
}

.two-btn #nextBtn {
    position: relative;
    color: #000;
    font-size: 14px;
    background: transparent;
    border: transparent;
    padding-right: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.two-btn #nextBtn:after {
    filter: invert(0);
}

/* Mark input boxes that gets an error on validation: */
.wrapper_Item .invalid {
    background-color: #ffdddd !important;
}

/* Hide all steps by default: */
/* .tab {
    display: none;
} */

/* sufi */
.logo-wrapper {
    display: grid;
    place-items: center;
}

.booking-form {
    display: grid;
    grid: 1fr auto / 1fr;
    grid-gap: 24px;
    margin-bottom: 350px;
}

.booking-form {
    width: 768px;
    margin-top: 44px;
    margin-bottom: 350px;
    /* padding-left: 10vw; */
}

.main-content {
    display: grid;
    padding: 0 24px;
    box-sizing: border-box;
}

.title-big h1 {
    font-size: 38px;
    margin: 0;
    font-weight: bold;
}

.selected {
    border: 2px solid #1cb6bb !important;
}

.tick-mark:hover {
    border: 2px solid #1cb6bb;
    transition: all 0.5s ease-in-out;
}

.main_Wrapper {
    display: grid;
    grid-gap: 40px;
    margin-top: 40px;
}

.description-big {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.CustomerTypes {
    display: grid;
    grid: 1fr / 1fr;
    grid-gap: 24px;
}

.content-wrapper {
    position: relative;
    display: grid;
    grid: 1fr / 130px 1fr;
    border: 2px solid #faf8f1;
    padding: 24px;
    grid-gap: 24px;
    border-radius: 8px;
    box-shadow: 1px 5px 17px -3px rgba(0, 0, 0, .15);
    background-color: #faf8f1;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
}

.icon-wrapper {
    display: grid;
    place-items: center;
}

img.svelte-1nfroj7 {
    max-width: 120px;
}

.text-wrapper {
    max-width: 240px;
    display: grid;
    align-content: flex-start;
    grid-gap: 4px;
    padding: 8px 0;
}

.text-wrapper h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #1cb6bb;
}

.text-wrapper p {
    margin: 0;
    font-size: 14px;
    font-weight: lighter;
}

.hidden {
    display: none;
}

.wrapper_Item {
    display: grid;
    grid: 1fr 1fr 0fr / 1fr;
    grid-gap: 24px;
}

.wrapper_Item .label,
.FurnitureInputs .label {
    display: grid;
    grid-gap: 8px;
    font-size: 16px;
    color: #585858;
    padding-top: 12px;
}

.wrapper_Item .input,
.FurnitureInputs .input {
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 0 24px;
    box-shadow: 1px 5px 17px -3px rgba(0, 0, 0, .15);
    background-color: #faf8f1;
    font-size: 24px;
    font-weight: 700;
    border-radius: 6px;
    border: 0;
}

.phone-wrapper {
    position: relative;
    border-radius: 6px;
}

.phone-code-select {
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-left: 12px;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    font-weight: 700;
}

.wrapper_Item .phone-input {
    padding-left: 74px;
}

.content-wrapper.selected .card-selected-icon {
    display: block !important;
}

.content-wrapper .card-selected-icon {
    display: none;
}

.card-selected-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    background-color: #faf8f1;
}

/* input:focus {
    outline: 2px solid #2495a3;
} */

.button:disabled {
    background-color: #d8d8d8;
}

.action-btn .button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    margin-top: 30px;
}

.button {
    width: 100%;
    height: 70px;
    background-color: #cf0d0a;
    border: 0;
    outline: 0;
    color: #fff;
    border-radius: 6px;
    box-shadow: 1px 5px 17px -3px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}

.links {
    display: flex;
}

.links.svelte-1iegea button.svelte-1iegea {
    flex: 1;
}

.icon.svelte-1iegea.svelte-1iegea {
    height: 18px;
}

button.svelte-1iegea.svelte-1iegea {
    display: grid;
    grid: 1fr / auto auto;
    grid-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 24px 0;
}

.divider {
    height: 24px;
}

.address-secondary-wrapper {
    display: grid;
    grid: 1fr / 1.3fr 2fr;
    grid-gap: 16px;
}

.double-wrapper {
    display: grid;
    grid: 1fr / 1fr 1fr;
    grid-gap: 16px;
}




.options-outer {
    position: relative;
    height: 290px;
    padding-bottom: 18px;
}

.options-inner {
    width: auto;
    position: absolute;
    left: -24px;
}

.options-scroll {
    display: grid;
    /* overflow-x: scroll; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
}

.card-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    width: 100%;
}

input:focus-visible,
textarea.textarea:focus-visible,
select:focus-visible {
    outline: 2px solid #2495A3;
}

.card-item {
    position: relative;
    width: 245.5px;
    height: 290px;
    border-radius: 6px;
    box-shadow: 1px 5px 17px -3px rgba(0, 0, 0, .15);
    border: 2px solid #faf8f1;
    box-sizing: border-box;
    padding: 24px;
    background-color: #faf8f1;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.card-inner {
    height: 100%;
    display: grid;
    grid: 1fr 64px / 1fr;
    grid-gap: 8px;
}

.card-icon {
    user-select: none;
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
}

.card-icon img {
    width: 130px;
    max-height: 130px;
}

.wrapper.svelte-1ye8027 {
    display: grid;
    grid-gap: 24px;
}

.card-input {
    appearance: none;
}

.card-text {
    display: grid;
    align-content: flex-end;
    background-color: #faf8f1;
}

.card-text h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    /* color: #1cb6bb; */
}

.ExtraInputs {
    display: grid;
    grid-gap: 40px;
}

.size-group {
    display: grid;
    grid-gap: 12px;
}

.size-group h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.card-text p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

.textarea {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    box-shadow: 1px 5px 17px -3px rgba(0, 0, 0, .15);
    border: 2px solid #faf8f1;
    background-color: #faf8f1;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    padding: 24px;
    outline: 0;
}

.difficulty-wrapper {
    display: grid;
    grid: 1fr / 1fr 1fr 1fr;
    grid-gap: 16px;
}


.difficulty {
    position: relative;
    border-radius: 6px;
    display: grid;
    place-items: center;
    cursor: pointer;
    height: 290px;
    width: 245.5px;
    padding: 24px;
    background-color: #faf8f1;
    box-shadow: 1px 5px 17px -3px rgba(0, 0, 0, .15);
    border: 2px solid #faf8f1;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
}

.difficulty-smiley {
    width: 130px;
}

.difficulty-wrapper p {
    font-size: 16px;
    margin: 0;
    height: 100%;
    text-align: center;
}

.difficulty-input {
    position: absolute;
    appearance: none;
}

/* .address-manual-wrapper {
    visibility: hidden;
    position: absolute;
    display: grid;
    grid-gap: 24px;
    width: 0;
    height: 0;
} */

.selected:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    background-color: #faf8f1;
    background-image: url(images/selecticon.svg);
}

.arrow_Right {
    position: relative;
}

.arrow_Right:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url(images/nextarrow.svg);
    filter: invert(1);
}

.arrow_Left {
    position: relative;
    color: #000;
    font-size: 14px;
    background: transparent;
    border: transparent;
    text-indent: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
}

.arrow_Left:before {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(images/nextarrow.svg);
    transform: rotate(180deg);
}

.button:disabled {
    background-color: #d8d8d8;
}

.options-wrapper {
    display: grid;
    grid-gap: 24px;
    margin-top: 24px;
}

.option-label {
    font-size: 24px;
    font-weight: 700;
    display: grid;
    grid: 1fr / auto 1fr;
    grid-gap: 24px;
    align-items: center;
    cursor: pointer;
}

.option-item {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 1px 5px 17px -3px rgba(0, 0, 0, .15);
    border: 2px solid #D8D8D8;
    display: grid;
    place-items: center;
    background-color: #fff;
}

.option_icon {
    width: 40px;
    height: 40px;
}

.hidden-input {
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
}

.checked {
    background-color: #eaeaea;
    border: 2px solid #1cb6bb;
    position: relative;
    background-size: 60%;
    background-image: url(images/Private.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.FurnitureInputs {
    display: grid;
    grid-gap: 40px;
    margin-top: 40px;
}

.description-big a.link {
    text-decoration: none;
    color: #2495A3;
}

.icon-wrapper img {
    max-width: 120px;
    max-height: 120px;
}

.checked-mark + .card-actions {
    display: block !important;
}

.checked-mark {
    border: 2px solid #1cb6bb;
}

.checked-mark .card-inner img {
    width: 80px;
    height: 80px;
}

.checked-mark .card-inner .card-icon {
    place-content: flex-start;
}

.checked-mark .card-text {
    position: absolute;
}

.checked-mark .card-inner {
    display: block;
    position: relative;
}

.counter-actions {
    display: none;
}

.checked-mark + .counter-actions,
.checked-mark .counter-actions {
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: grid;
    grid: 1fr / 1fr 1fr 1fr;
    place-items: center;
    font-size: 24px;
}

.input-quantity-wrapper {
    position: relative;
}

.input-quantity-wrapper .counter-actions {
    padding: 0 24px;
    margin-bottom: 24px;
    cursor: pointer;
}

.wrapper_Item.grid-unset {
    grid: unset;
}

.card-button {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background-color: #CF0D0A;
    color: #fff;
    border-radius: 6px;
    user-select: none;
}

input.counter--output {
    width: 80px;
    border: 0;
    background: transparent;
    text-align: center;
    outline: 0;
    font-weight: 700;
}

/* last */
.rut-selected {
    background-color: #3CB049 !important;
    color: #fff;
}

.rut-checkbox {
    display: flex;
    align-items: center;
    padding: 0 24px;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    background-color: #D8D8D8;
    border-radius: 6px;
    height: 70px;
    box-shadow: 1px 5px 17px -3px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
}

.summary-inputs {
    display: grid;
    grid-gap: 24px;
}

.OrderInfo {
    display: grid;
    grid-gap: 12px;
    padding: 24px;
    border-radius: 6px;
    background-color: #FAF8F1;
    box-shadow: 1px 5px 17px -3px rgba(0, 0, 0, .15);
}

.order-item {
    display: grid;
    grid-gap: 8px;
}

.orderList {
    display: grid;
    grid: 1fr / 1fr auto;
    align-items: center;
    grid-gap: 8px;
}

.orderList h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 900;
}

.divider-border {
    height: 1px;
    background-color: #D8D8D8;
}

.orderList p {
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    font-weight: 300;
}

.Iconwrapper {
    width: 28px;
    height: 28px;
}

.moving_item label.label {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.checked-mark .card-text p {
    white-space: normal;
}

/* css end  */



.searchAddressDialogWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background-color: #eee7d0;
    z-index: 99;
}

.searchAddressDialogWrapper .action-btn.two-btn {
    position: absolute;
    top: 23px;
    left: 36px;
}

.searchAddressDialogWrapper .main-content {
    position: relative;
}

.searchAddressDialogWrapper input {
    padding-left: 45px !important;
}

.searchAddressDialogWrapper .description {
    padding: 18px 18px 0px;
}

.input-quantity-wrapper.checked-mark label {
    pointer-events: none;
}



/* responsive css */
@media only screen and (max-width: 1024px) {
    .booking-form {
        width: auto;
    }
}


/* Language Selector CSS  */

.language-translator img {
    width:35px;
    height:35px; 
}

.language-translator{
    right: 20px;
    text-align: end;
    position: fixed;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
    gap: 20px;
    bottom: 20px;
}


.language-translator .img-1{
    display: inline-block;
    background: #585858;
    padding: 15px;
    border-radius: 50%;
}

.language-translator .img-1:hover{
    background: #D8D8D8;
}

.language-translator .img-2{
    display: inline-block;
    background: #585858;
    padding: 15px;
    border-radius: 50%;
}

.language-translator .img-2:hover{
    background: #D8D8D8;
}

.booking-form{
    margin-bottom: 50px !important;
}

@media screen and (min-width: 320px) and (max-width: 768px){
    .language-translator{
        left: 220px !important;
    }
}

.error-message {
    display: none;
    color: #ff0000;
    margin-top: 5px;
}

.grecaptcha-badge {
    bottom: 104px !important;
}