.fancybox__container {
    .fancybox__backdrop {
        background: rgba(0, 0, 0, 0.53);
        opacity: 0;
        transition: opacity .25s ease;
    }

    .fancybox__viewport.is-draggable {
        cursor: default;
    }

    .f-button.is-close-button {
        display: none;
    }

    .f-html {
        max-width: 500px;
        background: rgba(255, 255, 255, 0.28);
        border-radius: clamp(12px, 2vw, 24px);
        padding: clamp(12px, 3vw, 32px);
        opacity: 0;
        transform: translate(0, -30px);
        transition: opacity .25s ease, transform .3s ease-out;
    }

    &.is-visible {
        .fancybox__backdrop {
            opacity: 1;
        }

        .f-html {
            opacity: 1;
            transform: none;
        }
    }

    .pb-6.rounded-md.pt-2 {
        position: relative;
        width: 100%;
        background: #fff;
        border-radius: clamp(12px, 2vw, 24px);
        padding: 0;
        overflow: hidden;
    }

    .order-request-modal-header {
        padding: clamp(12px, 3vw, 32px) clamp(12px, 3vw, 32px) clamp(6px, 1.5vw, 16px);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .order-request-modal-title {
        font-size: clamp(16px, 3vw, 32px);
        font-weight: 700;
        color: #000;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .order-request-modal-close {
        flex-shrink: 0;
        border-radius: 50%;
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: clamp(4px, 0.8vw, 10px);
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
        appearance: none;
    }

    .order-request-modal-close img {
        display: block;
        width: clamp(8px, 1.6vw, 20px);
        height: clamp(8px, 1.6vw, 20px);
    }

    .order-request-modal-body {
        border-radius: clamp(12px, 2vw, 24px);
        padding: clamp(6px, 1.5vw, 16px) clamp(12px, 3vw, 32px) clamp(12px, 3vw, 32px);
        overflow: hidden;
    }

    .card-product-lite {
        background: #FFFFFF;
        border: 1px solid #EBEBF2;
        box-sizing: border-box;
        border-radius: 2px;
        display: flex;
        padding: 20px;
        margin-bottom: 20px;
    }

    .card-product-lite__img {
        align-self: center;
        width: 100%;
        max-width: 90px;
        display: block;
    }

    .card-product-lite__content {
        padding-left: 20px;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .card-product-lite__title {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        margin: 5px 0;
    }
}

.carrying-form .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.carrying-form .col-12 {
    width: 100%;
    padding: 0;
}
.carrying-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.carrying-form .form-group__label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #687685;
    position: absolute;
    top: 15px;
    padding: 0 14px;
    margin-bottom: 0;
    transition: all .3s ease;
    pointer-events: none;
    cursor: pointer;
}
.carrying-form .form-group__label span {
    color: #E96311;
}
.carrying-form .form-group.used .form-group__label {
    top: 5px;
    font-size: 11px;
    background: #fff;
    padding: 0 4px;
    left: 8px;
    z-index: 1;
}
.carrying-form .form-control {
    width: 100%;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #E2E2EC;
    padding: 0 12px;
    padding-top: 12px;
    height: 44px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #0C0F44;
    box-sizing: border-box;
    transition: border-color .15s ease;
}
.carrying-form .form-control:focus,
.carrying-form .custom-select-one:focus-within {
    border-width: 2px;
    border-color: #E96311;
    outline: none;
}
.carrying-form .form-control:-webkit-autofill,
.carrying-form .form-control:-webkit-autofill:hover,
.carrying-form .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #0C0F44;
}

.carrying-form .custom-select-one {
    position: relative;
    display: flex;
    width: 100%;
    height: 44px;
    overflow: hidden;
    border-radius: 5px;
    color: #8b96a1;
    border: solid 1px #e2e2ec;
    padding: 0 12px;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.carrying-form .input-check.is-invalid .input-check__input {
    outline: 2px solid #A6ACBA;
    outline-offset: 2px;
}

.carrying-form .form-group.is-invalid::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: #E96311;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 2 20h20z" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round"/><rect x="11" y="8" width="2" height="6"/><rect x="11" y="16" width="2" height="2"/></svg>') no-repeat center / contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 2 20h20z" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round"/><rect x="11" y="8" width="2" height="6"/><rect x="11" y="16" width="2" height="2"/></svg>') no-repeat center / contain;
    pointer-events: none;
}

.carrying-form .invalid-feedback {
    margin-top: 4px;
    width: auto;
    font-size: 11px;
    line-height: 15px;
    color: #E96311;
    margin-bottom: -5px;
    background: #FDEFE7;
    padding: 3px 5px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    display: none;
}
.carrying-form .form-group.is-invalid .invalid-feedback {
    display: block;
}
.carrying-form .invalid-feedback::after {
    content: "";
    display: block;
    border-radius: 4px;
    border: 5px solid transparent;
    border-bottom: 5px solid #FDEFE7;
    position: absolute;
    top: -9px;
    left: 5px;
}

.carrying-form .input-check__label a {
    color: #0063A3;
    text-decoration: none;
}

.carrying-form .default-input {
    flex-direction: column;
    display: flex;
    margin-top: 1rem;
}
.carrying-form .default-input__input {
    align-items: center;
    gap: .5rem;
    display: flex;
    position: relative;
}
.carrying-form .input-check {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.carrying-form .input-check__input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    cursor: pointer;
}
.carrying-form .input-check__label {
    color: currentColor;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
    margin: 0;
}

.carrying-form__btn {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    height: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    background: #E96311;
    cursor: pointer;
    transition: background-color .15s ease;
}
.carrying-form__btn:disabled {
    background: #0063A3;
    cursor: default;
}

.modal-successfully {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.53);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal-successfully.show {
    display: flex;
}
.modal-successfully.fade {
    transition: opacity .15s linear;
}
.modal-successfully.fade:not(.show) {
    opacity: 0;
}

.modal-successfully .modal-dialog {
    width: 500px;
    max-width: 90%;
    margin: 1.75rem auto;
}
.modal-successfully .modal-dialog-centered {
    min-height: calc(100% - 1rem);
    display: flex;
    align-items: center;
}
@media (min-width: 576px) {
    .modal-successfully .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
.modal-successfully.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
.modal-successfully.fade.show .modal-dialog {
    transform: none;
}

.modal-successfully .modal-content {
    background: rgba(255, 255, 255, 0.28);
    border-radius: clamp(12px, 2vw, 24px);
    padding: clamp(12px, 3vw, 32px);
    width: 100%;
}
.modal-successfully .modal-content__inner {
    position: relative;
    background: #fff;
    border-radius: clamp(12px, 2vw, 24px);
    overflow: hidden;
}

.modal-successfully .close {
    position: absolute;
    top: clamp(12px, 3vw, 32px);
    right: clamp(12px, 3vw, 32px);
    z-index: 10;
    flex-shrink: 0;
    border-radius: 50%;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: clamp(4px, 0.8vw, 10px);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    appearance: none;
}
.modal-successfully .close img {
    display: block;
    width: clamp(8px, 1.6vw, 20px);
    height: clamp(8px, 1.6vw, 20px);
}

.modal-successfully .modal-body {
    padding: clamp(12px, 3vw, 32px);
    text-align: center;
}
.modal-successfully .state-ico {
    width: 45px;
    margin: 0 auto 20px;
}
.modal-successfully .modal-title {
    font-size: clamp(16px, 3vw, 32px);
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.modal-successfully .modal-desc {
    font-size: 16px;
    line-height: 28px;
    color: #687685;
}
