﻿/*=================================================
LOGIN HELP MODAL
==================================================*/

.login-modal {
    border: none;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

    .login-modal .modal-body {
        padding: 0;
    }

.login-help-wrapper {
    display: flex;
    min-height: 620px;
}

/*=========================
LEFT
==========================*/

.login-help-left {
    width: 42%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
}

.login-help-image {
    width: 100%;
    max-width: 360px;
    margin-bottom: 35px;
}
.login-help-btn span {
    transform: translateY(2px);
    line-height: 0 !important;
    vertical-align: -webkit-baseline-middle !important;
}


.login-help-btn {
    width: 100%;
    max-width: 320px;
    height: 56px;
    border-radius: 40px;
    background: #150A51;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
}

    .login-help-btn:hover {
        background: #FFD501;
        color: #fff;
        text-decoration: none;
    }

/*=========================
RIGHT
==========================*/

.login-help-right {
    width: 58%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-help-title {
    color: #150A51;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.login-help-subtitle {
    color: #24195D;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}

.login-help-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

    .login-help-list li {
        position: relative;
        color: #150A51;
        font-size: 17px;
        line-height: 1.6;
        padding-top: 5px;
    }

        .login-help-list li:before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            color: #FFD501;
            font-size: 20px;
        }

.login-help-footer {
    margin-top: 10px;
}

    .login-help-footer h4 {
        color: #24195D;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .login-help-footer p {
        font-size: 16px;
        line-height: 1.8;
        color: #150A51;
    }

    .login-help-footer strong {
        color: #24195D;
    }

/*=========================
CLOSE BUTTON
==========================*/

.modal-close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 100;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #FFD501;
    border: 2px solid #FFD501;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: .25s;
}

    .modal-close:hover {
        background: #FFD501;
        color: #150A51;
    }

    .modal-close i {
        font-size: 18px;
    }

/*=========================
MODAL SIZE
==========================*/

.modal-xl {
    max-width: 1100px;
}

/*=========================
TABLET
==========================*/

@media (max-width:991px) {

    .login-help-wrapper {
        flex-direction: column;
    }

    .login-help-left,
    .login-help-right {
        width: 100%;
    }

    .login-help-left {
        padding: 40px 25px;
    }

    .login-help-right {
        padding: 40px 30px;
    }

    .login-help-title {
        font-size: 38px;
    }

    .login-help-subtitle {
        font-size: 20px;
    }
}

/*=========================
MOBILE
==========================*/

@media (max-width: 576px) {

    /* =============================================
       LOGIN HELP MODAL - IPHONE
       ============================================= */

    .modal-dialog {
        width: calc(100% - 40px);
        max-width: 350px;
        margin: 18px auto;
    }

    .login-modal {
        width: 100%;
        border-radius: 20px;
    }

    .login-help-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .login-help-left {
        width: 100%;
        padding: 24px 18px 20px;
    }

    .login-help-image {
        width: 100%;
        max-width: 170px;
        margin-bottom: 16px;
    }

    .login-help-btn {
        width: 100%;
        max-width: 280px;
        height: 48px;
        font-size: 14px;
    }

    .login-help-right {
        width: 100%;
        padding: 22px 20px 26px;
    }

    .login-help-title {
        margin-bottom: 12px;
        font-size: 27px;
        line-height: 1.1;
        text-align: center;
    }

    .login-help-subtitle {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }

    .login-help-list {
        margin-bottom: 22px;
    }

        .login-help-list li {
            padding-left: 30px;
            padding-top: 3px;
            font-size: 14px;
            line-height: 1.45;
        }

            .login-help-list li:before {
                font-size: 16px;
            }

    .login-help-footer {
        margin-top: 4px;
        text-align: center;
    }

        .login-help-footer h4 {
            margin-bottom: 8px;
            font-size: 18px;
        }

        .login-help-footer p {
            font-size: 14px;
            line-height: 1.5;
        }

    .modal-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }

        .modal-close i {
            font-size: 14px;
        }
}


/*=================================================
RECURRING ORDER MODAL
==================================================*/

#addModalOverlay {
    align-items: flex-start;
    padding: 18px 20px;
    overflow-y: auto;
}

    #addModalOverlay .modal {
        width: 100%;
        max-width: 350px;
        max-height: calc(100dvh - 36px);
        margin: 0 auto;
        border-radius: 18px;
        overflow-y: auto;
    }

    #addModalOverlay .modal-body {
        padding: 22px 16px 18px;
    }

    #addModalOverlay .selected-config {
        width: 100%;
        padding: 0;
        margin-top: 25px;
        background: transparent;
        box-sizing: border-box;
    }

    #addModalOverlay .selected-config-title {
        margin-bottom: 18px;
        font-size: 23px;
        line-height: 1.2;
        text-align: left;
    }

    #addModalOverlay .config-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 16px;
        border-radius: 14px;
    }

    #addModalOverlay .subscription-product-name {
        width: 100%;
        margin-bottom: 2px;
        padding-bottom: 10px;
        border-bottom: 1px solid #EEEEEE;
        font-size: 15px;
    }

    #addModalOverlay .cname {
        width: 100%;
        margin-bottom: 2px;
        padding-bottom: 10px;
        border-bottom: 1px solid #EEEEEE;
        font-size: 15px;
    }

    #addModalOverlay .field {
        width: 100%;
    }

        #addModalOverlay .field label {
            font-size: 13px;
        }

        #addModalOverlay .field input,
        #addModalOverlay .field select {
            width: 100%;
            height: 46px;
            /* Prevent iPhone zoom */
            font-size: 16px !important;
            border-radius: 10px;
        }

    #addModalOverlay .modal-foot {
        padding: 0 16px 18px;
    }

    #addModalOverlay .modal-foot-actions {
        width: 100%;
        flex-direction: column-reverse;
        gap: 8px;
        padding-top: 18px;
    }

    #addModalOverlay .btn-secondary,
    #addModalOverlay .btn-primary-modal {
        width: 100%;
        min-width: 0;
        height: 48px;
        font-size: 14px;
    }

/*=================================================
RECURRING ORDER MODAL Jesse 
==================================================*/

#addModalOverlayV2 {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(21, 10, 81, 0.28);
    backdrop-filter: blur(4px);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

    #addModalOverlayV2.openV2 {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #addModalOverlayV2 .modalV2 {
        width: 100%;
        max-width: 1100px;
        max-height: 80vh;
        display: flex;
        flex-direction: column;
        background: #fff;
        border: none;
        border-radius: 28px;
        box-shadow: 0 24px 70px rgba(21, 10, 81, 0.24), 0 4px 16px rgba(21, 10, 81, 0.08);
        box-sizing: border-box;
        transform: scale(0.96) translateY(8px);
        transition: transform 0.22s ease;
        overflow: hidden;
    }

    #addModalOverlayV2.openV2 .modalV2 {
        transform: scale(1) translateY(0);
    }

    #addModalOverlayV2 form {
        width: 100%;
        margin: 0;
    }

    #addModalOverlayV2 .modal-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 32px 55px 20px;
        border-bottom: 1px solid #f0eef8;
        flex-shrink: 0;
    }

        #addModalOverlayV2 .modal-head h2 {
            margin: 0 0 6px;
            font-size: 22px;
            font-weight: 700;
            color: #150a51;
        }

        #addModalOverlayV2 .modal-head p {
            margin: 0;
            font-size: 14px;
            color: #7a7690;
        }

    #addModalOverlayV2 .modal-close {
        background: #f5f4fa;
        border: none;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #6b6580;
        transition: background 0.15s ease, color 0.15s ease;
        flex-shrink: 0;
    }

        #addModalOverlayV2 .modal-close:hover {
            background: #ece9f7;
            color: #150a51;
        }

    #addModalOverlayV2 .modal-body {
        padding: 24px 55px 0;
        overflow-y: auto;
        flex: 1;
    }

    #addModalOverlayV2 .modal-search {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #f7f6fc;
        border: 1px solid #eae8f5;
        border-radius: 14px;
        padding: 12px 16px;
        margin-bottom: 16px;
    }

        #addModalOverlayV2 .modal-search svg {
            width: 18px;
            height: 18px;
            color: #9b96b0;
            flex-shrink: 0;
        }

        #addModalOverlayV2 .modal-search input {
            border: none;
            background: transparent;
            outline: none;
            width: 100%;
            font-size: 14px;
            color: #150a51;
        }

    #addModalOverlayV2 .cat-filter-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 20px;
    }

    #addModalOverlayV2 .cat-chip {
        border: 1px solid #eae8f5;
        background: #fff;
        color: #150a51;
        border-radius: 999px;
        padding: 7px 16px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.15s ease;
    }

        #addModalOverlayV2 .cat-chip:hover {
            border-color: #d4cdf0;
        }

        #addModalOverlayV2 .cat-chip.active {
            background: #f5b800;
            border-color: #f5b800;
            color: #150a51;
        }

    #addModalOverlayV2 .catalog-pager {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    #addModalOverlayV2 .catalogPageIndicator {
        font-size: 13px;
        color: #8a86a0;
        font-weight: 600;
    }

    #addModalOverlayV2 .catalog-pager-btns {
        display: flex;
        gap: 8px;
    }

        #addModalOverlayV2 .catalog-pager-btns button {
            border: 1px solid #eae8f5;
            background: #fff;
            border-radius: 8px;
            padding: 6px 16px;
            font-size: 13px;
            font-weight: 600;
            color: #150a51;
            cursor: pointer;
            transition: background 0.15s ease;
        }

            #addModalOverlayV2 .catalog-pager-btns button:hover:not(:disabled) {
                background: #f5f4fa;
            }

            #addModalOverlayV2 .catalog-pager-btns button:disabled {
                opacity: 0.35;
                cursor: not-allowed;
            }

    #addModalOverlayV2 .catalog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 14px;
        margin-bottom: 20px;
    }

    #addModalOverlayV2 .catalog-item {
        display: flex;
        align-items: center;
        gap: 12px;
        border: 1.5px solid #eae8f5;
        border-radius: 16px;
        padding: 12px;
        cursor: pointer;
        position: relative;
        transition: border-color 0.15s ease, background 0.15s ease;
    }

        #addModalOverlayV2 .catalog-item:hover {
            border-color: #d4cdf0;
        }

        #addModalOverlayV2 .catalog-item.selected {
            border-color: #f5b800;
            background: #fffbf0;
        }

    #addModalOverlayV2 .catalog-thumb {
        width: 52px;
        height: 52px;
        border-radius: 10px;
        background: #f7f6fc;
        flex-shrink: 0;
        overflow: hidden;
    }

    #addModalOverlayV2 .catalog-info {
        flex: 1;
        min-width: 0;
    }

    #addModalOverlayV2 .cat-tag-sm {
        font-size: 11px;
        font-weight: 700;
        color: #9b96b0;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    #addModalOverlayV2 .catalog-info h4 {
        margin: 2px 0 4px;
        font-size: 14px;
        font-weight: 600;
        color: #150a51;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #addModalOverlayV2 .catalog-info .price {
        font-size: 13px;
        font-weight: 700;
        color: #150a51;
    }

    #addModalOverlayV2 .catalog-check {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1.5px solid #d8d4ea;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
        flex-shrink: 0;
        transition: all 0.15s ease;
    }

    #addModalOverlayV2 .catalog-item.selected .catalog-check {
        background: #f5b800;
        border-color: #f5b800;
        color: #150a51;
    }

    #addModalOverlayV2 #noResults {
        text-align: center;
        color: #9b96b0;
        font-size: 14px;
        padding: 40px 0;
    }

    #addModalOverlayV2 .selected-config {
        display: none;
        border-top: 1px solid #f0eef8;
        padding-top: 20px;
        margin-bottom: 8px;
    }

    #addModalOverlayV2 .selected-config-title {
        font-size: 14px;
        font-weight: 700;
        color: #150a51;
        margin-bottom: 12px;
    }

    #addModalOverlayV2 .config-row {
        display: flex;
        align-items: center;
        gap: 16px;
        position: relative;
        background: #f7f6fc;
        border-radius: 14px;
        padding: 14px 44px 14px 16px;
        margin-bottom: 10px;
    }

    #addModalOverlayV2 .config-row-remove {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 22px;
        height: 22px;
        border: none;
        background: transparent;
        color: #b0abc4;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.15s ease;
    }

        #addModalOverlayV2 .config-row-remove:hover {
            color: #150a51;
        }

        #addModalOverlayV2 .config-row-remove svg {
            width: 14px;
            height: 14px;
        }

    #addModalOverlayV2 .config-row-name {
        font-size: 13px;
        font-weight: 700;
        color: #150a51;
        flex: 0 0 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #addModalOverlayV2 .config-row-fields {
        display: flex;
        align-items: end;
        gap: 14px;
        flex: 1;
        flex-wrap: wrap;
    }

        #addModalOverlayV2 .config-row-fields .field label {
            display: block;
            font-size: 10px;
            font-weight: 700;
            color: #9b96b0;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            margin-bottom: 4px;
        }

        #addModalOverlayV2 .config-row-fields input,
        #addModalOverlayV2 .config-row-fields select {
            border: 1px solid #eae8f5;
            border-radius: 8px;
            padding: 6px 9px;
            font-size: 13px;
            background: #fff;
            box-sizing: border-box;
        }

    #addModalOverlayV2 .field-qty input {
        width: 56px;
    }

    #addModalOverlayV2 .repeat-inline {
        display: flex;
        gap: 6px;
    }

        #addModalOverlayV2 .repeat-inline select:first-child {
            width: 54px;
        }

        #addModalOverlayV2 .repeat-inline select:last-child {
            width: 92px;
        }

    #addModalOverlayV2 .field-start input,
    #addModalOverlayV2 .field-next input {
        width: 130px;
    }

    #addModalOverlayV2 .field-next input {
        background: #f0eef8;
        color: #6b6580;
    }

    #addModalOverlayV2 .subscription-product-name {
        font-size: 13px;
        font-weight: 600;
        color: #150a51;
    }

    #addModalOverlayV2 .modal-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 55px;
        border-top: 1px solid #f0eef8;
        flex-shrink: 0;
        background: #fff;
    }

    #addModalOverlayV2 .selection-summary {
        font-size: 13px;
        color: #6b6580;
    }

    #addModalOverlayV2 .modal-foot-actions {
        display: flex;
        gap: 10px;
    }

    #addModalOverlayV2 .btn-secondary {
        border: 1px solid #eae8f5;
        background: #fff;
        color: #150a51;
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

    #addModalOverlayV2 .btn-primary-modal {
        border: none;
        background: #f5b800;
        color: #150a51;
        border-radius: 10px;
        padding: 10px 22px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: opacity 0.15s ease;
    }

        #addModalOverlayV2 .btn-primary-modal:disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

    /*=========================
TITLE
==========================*/

    #addModalOverlay .selected-config-title {
        margin-bottom: 30px;
        color: #FFD501;
        font-size: 38px;
        font-weight: 800;
        line-height: 1.15;
        text-align: center;
    }


    /*=========================
CONFIG WRAPPER
==========================*/

    #addModalOverlay .selected-config {
        width: 100%;
        padding: 0;
        background: transparent;
        box-sizing: border-box;
    }

    #addModalOverlay #configRows {
        width: 100%;
    }


    /*=========================
CONFIG CARD
==========================*/

    #addModalOverlay .config-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px 20px;
        width: 100%;
        padding: 30px;
        background: #fff;
        border: 1px solid #E5E5E5;
        border-radius: 18px;
        box-sizing: border-box;
    }

    /* PRODUCT NAME - FULL WIDTH ROW */
    #addModalOverlay .subscription-product-name {
        grid-column: 1 / -1;
        width: 100%;
        margin-bottom: 6px;
        color: #24195D;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.4;
    }

    #addModalOverlay .cname {
        grid-column: 1;
        grid-row: 1 / 4;
        padding-top: 10px;
        padding-right: 20px;
        color: #24195D;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.4;
    }

    /*=========================
FIELDS
==========================*/

    #addModalOverlay .field {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        #addModalOverlay .field label {
            margin: 0;
            color: #24195D;
            font-size: 14px;
            font-weight: 700;
        }

        #addModalOverlay .field input,
        #addModalOverlay .field select {
            width: 100%;
            height: 50px;
            padding: 0 14px;
            color: #444;
            background: #F7F7F7;
            border: 1px solid #DADADA;
            border-radius: 12px;
            font-size: 14px;
            outline: none;
            box-sizing: border-box;
            transition: .25s;
        }

            #addModalOverlay .field input:focus,
            #addModalOverlay .field select:focus {
                background: #fff;
                border-color: #FFD501;
                box-shadow: 0 0 0 3px rgba(255, 213, 1, 0.18);
            }

            #addModalOverlay .field input[readonly] {
                background: #EFEFEF;
                color: #777;
                cursor: not-allowed;
            }


    /*=========================
FOOTER
==========================*/

    #addModalOverlay .modal-foot {
        padding: 0 55px 40px;
    }

    #addModalOverlay .modal-foot-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;
        padding-top: 25px;

    }
.modal-foot {
    padding: 18px 26px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-shrink: 0;
    background: var(--white);
    flex-direction: column;
}


    /*=========================
BUTTONS
==========================*/

    #addModalOverlay .btn-secondary,
    #addModalOverlay .btn-primary-modal {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 190px;
        height: 56px;
        padding: 0 26px;
        border-radius: 40px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: .25s;
    }


    /* Cancel */

    #addModalOverlay .btn-secondary {
        background: #D9D9D9;
        color: #150A51;
        border: 2px solid #D9D9D9;
    }

        #addModalOverlay .btn-secondary:hover {
            background: #150A51;
            color: #fff;
            border-color: #150A51;
        }


    /* Add to subscriptions */

    #addModalOverlay .btn-primary-modal {
        background: #FFD501;
        color: #150A51;
        border: 2px solid #FFD501;
    }

        #addModalOverlay .btn-primary-modal:hover:not(:disabled) {
            background: #150A51;
            color: #fff;
            border-color: #150A51;
        }


        /* Disabled */

        #addModalOverlay .btn-primary-modal:disabled {
            background: #E8E8E8;
            color: #999;
            border-color: #E8E8E8;
            cursor: not-allowed;
        }


/*=================================================
RECURRING ORDER MODAL - TABLET
==================================================*/

@media (max-width:991px) {

    #addModalOverlay .modal {
        width: 94%;
        max-width: 94%;
        border-radius: 24px;
        max-height: 75vh;
    }

    #addModalOverlay .modal-body {
        padding: 35px 30px 25px;
    }

    #addModalOverlay .selected-config {
        width: 100%;
        padding: 0;
        background: transparent;
        box-sizing: border-box;
        margin-top: 30px;
    }

    #addModalOverlay .selected-config-title {
        font-size: 32px;
    }

    #addModalOverlay .config-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        padding: 24px;
    }
    #addModalOverlay .subscription-product-name {
        grid-column: 1 / -1;
        width: 100%;
        padding-bottom: 10px;
        font-size: 18px;
    }
    #addModalOverlay .cname {
        grid-column: 1 / -1;
        padding-bottom: 10px;
        font-size: 18px;
    }

    #addModalOverlay .modal-foot {
        padding: 0 30px 30px;
    }
}


/*=================================================
RECURRING ORDER MODAL - MOBILE
==================================================*/

@media (max-width:576px) {

   

    #addModalOverlay {
        align-items: flex-start;
        padding: 12px;
        overflow-y: auto;
    }

        #addModalOverlay .modal {
            width: 100%;
            max-width: 100%;
            max-height: none;
            margin: 12px 0;
            border-radius: 20px;
        }

        #addModalOverlay .modal-body {
            padding: 28px 18px 20px;
        }

        #addModalOverlay .selected-config {
            width: 100%;
            padding: 0;
            background: transparent;
            box-sizing: border-box;
            margin-top: 50px;
        }

        #addModalOverlay .selected-config-title {
            margin-bottom: 22px;
            color: #FFD501;
            font-size: 26px;
            line-height: 1.2;
            text-align: left;
        }

        #addModalOverlay .config-row {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding: 20px;
            border-radius: 16px;
        }
        #addModalOverlay .subscription-product-name {
            width: 100%;
            margin-bottom: 4px;
            padding-bottom: 14px;
            border-bottom: 1px solid #EEEEEE;
            font-size: 17px;
        }
        #addModalOverlay .cname {
            width: 100%;
            margin-bottom: 4px;
            padding-bottom: 14px;
            border-bottom: 1px solid #EEEEEE;
            font-size: 17px;
        }

        #addModalOverlay .field {
            width: 100%;
        }

            #addModalOverlay .field input,
            #addModalOverlay .field select {
                width: 100%;
                height: 50px;
                border-radius: 11px;
            }

        #addModalOverlay .modal-foot {
            padding: 0 18px 24px;
        }

        #addModalOverlay .modal-foot-actions {
            flex-direction: column-reverse;
            width: 100%;
            gap: 10px;
        }

        #addModalOverlay .btn-secondary,
        #addModalOverlay .btn-primary-modal {
            width: 100%;
            min-width: 0;
            height: 52px;
        }
}
