.withdraw-order-banner {
    background-color: #FAFAFA;
    padding: 64px 0;
    text-align: center;
}

.withdraw-order-banner .container h1 {
    font-size: 56px;
    line-height: 72px;
    margin: 0;
}

.withdraw-order-banner .container>p {
    font-size: 16px;
    line-height: 28px;
    max-width: 896px;
    color: #010706;
    text-align: center;
    margin: 24px auto 0;
}

.error-form input.form-control, .error-form textarea.form-control {
    border: 1px solid #FF4201 !important;
}

@media (max-width: 767px) {
    .withdraw-order-banner {
        padding: 32px 16px;
    }

    .withdraw-order-banner .container {
        padding: 0;
    }

    .withdraw-order-banner .container h1 {
        font-size: 38px;
        line-height: 44px;
        padding: 0 25px;
    }

    .withdraw-order-banner .container>p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 24px;
    }
}

.order-details-form {
    padding: 0;
    margin-top: 120px;
}

.order-details-form .container {
    max-width: 600px !important;
    padding: 60px 88px 84px;
    margin: 0 auto;
    background: #fff;
}

.order-details-form h2 {
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 32px 0;
    text-align: left;
    color: #010706;
}

#withdraw-form.form-design select {
    background: transparent;
    border: 1px solid #EAEAEA !important;
    height: 44px;
    box-shadow: unset;
    border-radius: 4px;
    padding: 0 12px;
}

#withdraw-form.form-design textarea {
    height: 102px;
}

#withdraw-form .floating-label-group {
    margin-bottom: 16px;
}

#withdraw-form .form-group {
    margin-bottom: 16px;
}

#withdraw-form .Inputgroup.form-group {
    margin-top: 32px;
}

#withdraw-form .submit-btn {
    text-align: center;
    padding: 0;
    margin-top: 32px;
}

#withdraw-form button.btn {
    height: 56px;
    min-width: 248px;
}

.custom-select-wrap {
    position: relative;
}

.custom-select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    cursor: pointer;
}

.custom-select-wrap:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('/catalog/view/theme/sacet/image/new-images/icons/black-arrow-down.svg') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform .3s ease;
}

.custom-select-wrap:focus-within:after {
    transform: rotate(180deg);
}

.Inputgroup.form-group {
    margin-bottom: 0;
}

.Inputgroup.form-group .error {
    font-size: 12px;
    color: #CD2A1B;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    line-height: 20px;
}

.Inputgroup.form-group input,
.Inputgroup.form-group select,
.Inputgroup.form-group .bootstrap-select>.dropdown-toggle {
    width: 100%;
    height: 52px;
    padding: 16px 0;
}

.Inputgroup.form-group .floating-label {
    position: absolute;
    pointer-events: none;
    top: 15px;
    transition: all 0.1s ease;
    line-height: normal;
}

.form_floating_label,
.Inputgroup.form-group input:focus~.floating-label,
.Inputgroup.form-group label.floating-label.invalid,
.Inputgroup.form-group input:read-only~.floating-label,
.field-focus .floating-label {
    top: -9px !important;
}

.date-label {
    transition: none !important;
}

.datepicker+span {
    content: "";
    background-image: url(/catalog/view/theme/sacet/image/new-images/icons/black-arrow-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

.datepicker:focus+span {
    transform: rotate(180deg);
}

.datepicker.form-control::placeholder {
    opacity: 1;
}

#submit {
    line-height: 18px;
}

.datepickerblock {
    margin-bottom: 0;
}

.datepickerblock .floating-label-group {
    margin-bottom: 0;
}

.order-details-form .container-full {
    padding-right: 0;
}

.order-details-form .container-full>.row {
    margin: 0;
    display: flex;
    gap: 57px;
}

.order-details-form .container-full .row:before,
.order-details-form .container-full .row:after {
    display: none;
}

.order-details-form .container-full .row .image-column {
    max-width: 760px;
    flex: 760px 0 0;
    padding-right: 0;
    padding-left: 0;
}

.order-details-form .container-full .row .form-column {
    width: 100%;
    padding: 0 0 0 147px;
    margin-top: 56px;
}

.order-details-form .container-full .form-design .row .col-sm-12 {
    padding: 0;
}

.order-details-form .container-full .form-design .row {
    margin: 0;
    display: flex;
    gap: 32px;
}

@media (max-width: 767px) {
    .order-details-form {
        margin-top: 35px;
        margin-bottom: 49px;
        padding: 0;
    }

    .order-details-form .container-full {
        padding: 0 16px;
    }

    .order-details-form .container-full .row .image-column {
        display: none;
    }

    .order-details-form .container-full .row .form-column {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .order-details-form h2 {
        font-size: 40px;
        line-height: 56px;
        text-align: left;
        color: #010706;
    }

    .order-details-form .container-full .form-design .row {
        display: block;
    }

    .order-details-form .container-full .form-design .row .col-sm-12:last-child {
        margin-top: 32px;
    }

    .date-label {
        top: 7px !important;
    }

    .date-label .hidden {
        display: block !important;
    }

    #withdraw-form button.btn {
        width: 100%;
    }
}

 /* # Datepicker Styles Start # */

#ui-datepicker-div {
    top: calc(100% + -68px) !important;
    left: 0px !important;
    right: 0;
    padding: 40px 40px 70px 40px;
    border: 1px solid #CCD4D3;
    width: calc(100% - 0px) !important;
    position: relative;
}

#ui-datepicker-div .availabledates {
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 1.2%;
}

#ui-datepicker-div .availabledates .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #687561;
    display: inline-block;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0 !important;
    border: 0;
    background: none;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 24px;
    color: #010706;
}

.ui-datepicker .ui-datepicker-title>select {
    padding: 0 2px;
    height: auto;
    border: 0 !important;
    appearance: none;
    width: auto;
    font-size: 16px !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0 !important;
    border: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    background: url(/catalog/view/theme/sacet/image/new-images/icons/black-arrow-down.svg) no-repeat right !important;
    border: 0 !important;
    margin: 0 !important;
    position: initial !important;
    width: 24px;
    height: 24px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    transform: rotate(-90deg);
}

.ui-datepicker table {
    font-size: 14px;
    margin: 0;
    line-height: normal;
}

.ui-datepicker th {
    padding: 16px 0;
    font-weight: 400;
    border: 0;
    line-height: normal;
    color: #010706;
}

.ui-datepicker th>span {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #E3E3E3;
}

.ui-datepicker td {
    padding: 14px 0;
}

.ui-datepicker td .ui-state-default {
    text-align: center;
    padding: 0;
    border: 0;
    background: none;
    color: #687561;
    position: relative;
    border: 0 !important;
}

.ui-widget-content .ui-priority-secondary {
    color: #C1C1C1 !important;
    opacity: 1;
}

.ui-datepicker td .ui-state-default:after {
    content: "";
    background: #687561;
    width: 8px;
    height: 8px;
    margin: 8px auto 0;
    border-radius: 100%;
    display: block;
}

.ui-datepicker td.current-month-date .ui-state-default:after,
.ui-datepicker td.active-date .ui-state-default:after {
    background: #687561;
}

.ui-datepicker-current-day .ui-state-default:before,
.ui-datepicker-today .ui-state-default:before {
    content: "";
    width: 34px;
    height: 54px;
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    right: 0;
    margin-left: -17px;
    z-index: -1;
    border-radius: 4px;
}

.ui-datepicker-today .ui-state-default:before {
    background: #fff;
}

.ui-datepicker td.ui-datepicker-today .ui-state-default {
    color: #687561;
}

.ui-datepicker-current-day .ui-state-default:before {
    background: #687561 !important;
}

.ui-datepicker td.ui-datepicker-current-day .ui-state-default:after {
    background: #fff !important;
}

.ui-datepicker-current-day .ui-state-active {
    background: none !important;
    color: #fff !important;
    border: 0 !important;
}


/* Today should look active only when no date is selected */
#ui-datepicker-div.no-date-selected .ui-datepicker-today .ui-state-default:before {
    background: #687561 !important;
}

#ui-datepicker-div.no-date-selected .ui-datepicker-today .ui-state-default {
    color: #fff !important;
}

#ui-datepicker-div.no-date-selected .ui-datepicker-today .ui-state-default:after {
    background: #fff !important;
}

/* When another date is selected, today should become normal */
#ui-datepicker-div:not(.no-date-selected) .ui-datepicker-today:not(.ui-datepicker-current-day) .ui-state-default:before {
    background: transparent !important;
}

#ui-datepicker-div:not(.no-date-selected) .ui-datepicker-today:not(.ui-datepicker-current-day) .ui-state-default {
    color: #687561 !important;
}

#ui-datepicker-div:not(.no-date-selected) .ui-datepicker-today:not(.ui-datepicker-current-day) .ui-state-default:after {
    background: #687561 !important;
}

/* Selected date should always be active */
#ui-datepicker-div .ui-datepicker-current-day .ui-state-default:before {
    background: #687561 !important;
}

#ui-datepicker-div .ui-datepicker-current-day .ui-state-default {
    color: #fff !important;
}

#ui-datepicker-div .ui-datepicker-current-day .ui-state-default:after {
    background: #fff !important;
}

@media (max-width: 767px) {
    #ui-datepicker-div {
        padding: 40px 16px 60px 16px;
        top: calc(100% + 0px) !important;
        left: 0px !important;
        right: 0px !important;
    }

    #ui-datepicker-div .availabledates {
        bottom: 30px;
        right: 30px;
    }
}

/* # Datepicker Styles End # */

.section.instagram-section {
    margin-top: 120px;
}

/* # Thanks Modal Start # */

#thanksModal .modal-dialog {
    width: 100%;
    max-width: 560px;
    height: 100%;
    margin: 0 auto;
}

#thanksModal .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 24px 0;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

#thanksModal .modal-body {
    padding: 32px;
    width: 100%;
}

#thanksModal .modal-content .modal-header {
    padding: 0 32px 20px 32px;
    border-bottom: 1px solid #F0F2EF;
    text-align: left;
}

#thanksModal .modal-content .modal-header .modal-title {
    font-size: 22px;
    line-height: 26px;
}

#thanksModal .close {
    position: absolute;
    top: 24px;
    right: 32px;
    margin-top: 0px;
    opacity: 1;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#thanksModal .close img {
    width: 10px;
}

#thanksModal h2 {
    font-family: var(--font-family-ivy);
    font-size: var(--font-ivy-36);
    line-height: var(--font-ivy-36-line-height);
    margin: 0;
    padding-bottom: 16px;
    text-align: center;
}

#thanksModal p {
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

#thanksModal .modal-footer {
    padding: 0;
    text-align: center;
    border: 0;
}

#thanksModal .modal-footer .btn {
    width: 61%;
    max-width: 340px;
}

@media (max-width: 767px) {
    #thanksModal .modal-content {
        padding: 59px 18px 24px 16px;
    }

    #thanksModal .close {
        top: 16px;
        right: 16px;
    }

    #thanksModal h2 {
        font-size: var(--font-ivy-28);
        line-height: var(--font-ivy-28-line-height);
    }

    #thanksModal p {
        margin: 0;
        color: #000;
    }

    #thanksModal p+p {
        margin-top: 20px;
    }

    #thanksModal .modal-footer {
        padding: 59px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .withdraw-order-banner {
        padding: 32px 16px;
    }

    .withdraw-order-banner .container h1 {
        font-size: 38px;
        line-height: 44px;
        padding: 0 25px;
    }

    .withdraw-order-banner .container>p {
        font-size: 14px;
        line-height: 24px;
        max-width: 570px;
        margin: 16px auto 0;
    }

    .order-details-form {
        margin-top: 40px;
    }

    .order-details-form .container-full {
        padding: 0 105px;
    }

    .order-details-form .container-full .row .form-column {
        padding: 0;
        margin-top: 0;
    }

    .order-details-form .container-full .row .image-column {
        display: none;
    }

    .order-details-form .container-full .form-design .row {
        display: block;
    }

    .order-details-form .container-full .form-design .row .col-sm-12:last-child {
        margin-top: 16px;
    }

    #withdraw-form button.btn {
        width: 74%;
        max-width: 412px;
    }

    #withdraw-form .submit-btn {
        margin-top: 16px;
    }

    #ui-datepicker-div {
        top: calc(100% + -16px) !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .order-details-form .container-full .form-design .row {
        display: flex;
    }

    .order-details-form .container-full .form-design .row .col-sm-12:last-child {
        margin-top: 0;
    }

    #ui-datepicker-div {
        top: calc(100% + -68px) !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .order-details-form .container-full .row .form-column {
        padding: 0 0 0 100px;
        margin-top: 40px;
    }

    .order-details-form .container-full .row .image-column {
        flex: 35% 0 0;
    }

    #ui-datepicker-div {
        top: calc(100% + -63px) !important;
        padding: 30px 30px 50px 30px;
    }

    #ui-datepicker-div .availabledates {
        bottom: 20px;
        right: 35px;
    }
}

/* # Thanks Modal End # */