@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/CouponCode/UngChoice.razor.rz.scp.css */
.ung-choice-wrapper[b-z1m24kqbqi] {
    padding: 2rem 1rem;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #f0f2f5;
}

.ung-choice-container[b-z1m24kqbqi] {
    width: 100%;
    max-width: 600px; /* Slightly wider to accommodate frame padding */
    margin-left: auto;
    margin-right: auto;
    animation: ungChoiceFadeIn-b-z1m24kqbqi 0.5s ease-out;
}

.ung-choice-frame[b-z1m24kqbqi] {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 24px;
    border: 1.5px solid #dee2e6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@keyframes ungChoiceFadeIn-b-z1m24kqbqi {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.ung-choice-header[b-z1m24kqbqi] {
    text-align: center;
    margin-bottom: 2rem;
}

.ung-choice-title[b-z1m24kqbqi] {
    color: #1d2863;
    font-weight: 600;
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.5px;
}

.ung-choice-subtitle[b-z1m24kqbqi] {
    color: #5a6268;
    font-size: 1.15rem;
    line-height: 1.5;
    max-width: 400px;
    margin: 0 auto;
}

.ung-choice-card[b-z1m24kqbqi] {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 16px;
    position: relative;
    border: 1px solid rgba(29, 40, 99, 0.08);
}

.ung-step-indicator[b-z1m24kqbqi] {
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background: #1d2863;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(29, 40, 99, 0.2);
    white-space: nowrap;
}

.ung-choice-options[b-z1m24kqbqi] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 0.5rem;
}

.ung-choice-button[b-z1m24kqbqi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem;
    border: 2px solid #edf0f5;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ung-choice-button[b-z1m24kqbqi]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: transparent;
    transition: background 0.2s;
}

.ung-choice-button:hover:not(:disabled)[b-z1m24kqbqi] {
    border-color: #1d2863;
    background-color: #f9fafc;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(29, 40, 99, 0.05);
}

.ung-choice-button:hover:not(:disabled)[b-z1m24kqbqi]::after {
    background: #1d2863;
}

.ung-choice-button-primary[b-z1m24kqbqi] {
    border-color: rgba(29, 40, 99, 0.1);
}

.ung-choice-button:disabled[b-z1m24kqbqi] {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(1);
}

.ung-choice-button-label[b-z1m24kqbqi] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
}

.ung-choice-button-title[b-z1m24kqbqi] {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1d2863;
}

.ung-choice-button-text[b-z1m24kqbqi] {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.4;
}

.icon-wrapper[b-z1m24kqbqi] {
    font-size: 1.4rem;
    color: #1d2863;
    margin-left: 1.25rem;
    background: #f0f2f8;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.ung-choice-button:hover .icon-wrapper[b-z1m24kqbqi] {
    background: #1d2863;
    color: #fff;
}

.ung-choice-footer[b-z1m24kqbqi] {
    text-align: center;
    margin-top: 2.5rem;
    color: #868e96;
    font-size: 0.95rem;
}

.ung-choice-footer strong[b-z1m24kqbqi] {
    color: #1d2863;
}

@media (max-width: 600px) {
    .ung-choice-container[b-z1m24kqbqi] {
        padding-top: 0.5rem;
        max-width: 100%;
    }
    
    .ung-choice-frame[b-z1m24kqbqi] {
        padding: 1.5rem;
        border-radius: 16px;
        border: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    }
    
    .ung-choice-title[b-z1m24kqbqi] {
        font-size: 1.75rem;
    }
    
    .ung-choice-subtitle[b-z1m24kqbqi] {
        font-size: 1rem;
    }
    
    .ung-choice-card[b-z1m24kqbqi] {
        padding: 1.5rem 1rem;
    }
    
    .ung-choice-button[b-z1m24kqbqi] {
        padding: 1.25rem 1rem;
    }
    
    .ung-choice-button-title[b-z1m24kqbqi] {
        font-size: 1.1rem;
    }

    .icon-wrapper[b-z1m24kqbqi] {
        width: 35px;
        height: 35px;
        margin-left: 0.75rem;
        font-size: 1.2rem;
    }
}
/* /Pages/CouponCode/UngSignup.razor.rz.scp.css */
.ung-signup-wrapper[b-oeq1xl52x8] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #f0f2f5;
    animation: ungSignupFadeIn-b-oeq1xl52x8 0.5s ease-out;
}

@keyframes ungSignupFadeIn-b-oeq1xl52x8 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.ung-signup-container[b-oeq1xl52x8] {
    width: 100%;
    max-width: 750px; /* Adjusted for frame padding */
    margin-left: auto;
    margin-right: auto;
}

.ung-signup-frame[b-oeq1xl52x8] {
    background: #ffffff;
    padding: 2rem;
    border-radius: 24px;
    border: 1.5px solid #dee2e6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ung-welcome-container[b-oeq1xl52x8] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.ung-welcome-title[b-oeq1xl52x8] {
    color: #1d2863;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.ung-page-title[b-oeq1xl52x8] {
    text-align: center;
    color: #5a6268;
    margin-bottom: 2rem;
    font-size: 1.15rem;
    font-weight: 500;
}

.ung-form-container[b-oeq1xl52x8] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ung-section-box[b-oeq1xl52x8] {
    background: #f8fafc;
    padding: 1.75rem;
    border-radius: 16px;
    border: 1px solid rgba(29, 40, 99, 0.08);
}

.ung-section-header[b-oeq1xl52x8] {
    border-bottom: 2px solid #f8f9fa;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
}

.ung-section-header h4[b-oeq1xl52x8] {
    margin: 0;
    color: #1d2863;
    font-weight: 800;
    font-size: 1.35rem;
}

.ung-field-group[b-oeq1xl52x8] {
    margin-bottom: 1.5rem;
}

.ung-label[b-oeq1xl52x8] {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 700;
    color: #343a40;
    font-size: 0.95rem;
}

.ung-required[b-oeq1xl52x8] {
    color: #e63946;
    margin-left: 2px;
}

.form-control[b-oeq1xl52x8] {
    border-radius: 10px;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    transition: all 0.2s;
    font-size: 1rem;
}

.form-control:focus[b-oeq1xl52x8] {
    border-color: #1d2863;
    box-shadow: 0 0 0 4px rgba(29, 40, 99, 0.1);
    outline: none;
}

.ung-input-readonly[b-oeq1xl52x8] {
    background-color: #f8f9fa !important;
    border-color: #e9ecef !important;
    color: #6c757d;
    cursor: not-allowed;
}

.ung-info-box[b-oeq1xl52x8] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background-color: #f0f7ff;
    padding: 1.25rem;
    border-radius: 12px;
    color: #004a99;
    font-size: 0.95rem;
    margin-top: 0.5rem;
    border-left: 4px solid #007bff;
}

.ung-info-box i[b-oeq1xl52x8] {
    font-size: 1.15rem;
    color: #007bff;
    margin-top: 2px;
}

.ung-info-box a[b-oeq1xl52x8] {
    color: #007bff;
    font-weight: 700;
    text-decoration: underline;
}

.ung-error-message[b-oeq1xl52x8] {
    color: #e63946;
    font-size: 0.85rem;
    margin-top: 0.4rem;
    font-weight: 600;
    display: block;
}

.ung-button-container[b-oeq1xl52x8] {
    margin-top: 2rem;
    gap: 1rem;
}

.ung-main-button[b-oeq1xl52x8] {
    background-color: #1d2863 !important;
    color: #ffffff !important;
    padding: 0.75rem 2.5rem !important;
    font-size: 1.1rem !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 20px rgba(29, 40, 99, 0.25);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: none !important;
}

.ung-main-button:hover[b-oeq1xl52x8] {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(29, 40, 99, 0.35);
}

.ung-main-button:active[b-oeq1xl52x8] {
    transform: translateY(-1px);
}

.ung-questions-section[b-oeq1xl52x8] {
    margin-top: 2rem;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.ung-questions-section h4[b-oeq1xl52x8] {
    color: #495057;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.ung-secondary-button[b-oeq1xl52x8] {
    background-color: transparent !important;
    color: #1d2863 !important;
    border: 2px solid #1d2863 !important;
    padding: 0.75rem 2.5rem !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    transition: all 0.2s !important;
}

.ung-secondary-button:hover[b-oeq1xl52x8] {
    background-color: #1d2863 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .ung-signup-container[b-oeq1xl52x8] {
        padding-top: 0.5rem;
        max-width: 100%;
    }

    .ung-signup-frame[b-oeq1xl52x8] {
        padding: 1.5rem;
        border-radius: 16px;
        border: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    }

    .ung-welcome-title[b-oeq1xl52x8] {
        font-size: 1.75rem;
    }
    
    .ung-page-title[b-oeq1xl52x8] {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .ung-section-box[b-oeq1xl52x8] {
        padding: 1.5rem 1rem;
    }

    .ung-main-button[b-oeq1xl52x8] {
        padding: 0.75rem 2rem !important;
        font-size: 1rem !important;
        width: 100%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-aehh5o9fjc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aehh5o9fjc] {
    flex: 1;
}

.sidebar[b-aehh5o9fjc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-aehh5o9fjc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-aehh5o9fjc]  a, .top-row .btn-link[b-aehh5o9fjc] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-aehh5o9fjc] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-aehh5o9fjc] {
        display: none;
    }

    .top-row.auth[b-aehh5o9fjc] {
        justify-content: space-between;
    }

    .top-row a[b-aehh5o9fjc], .top-row .btn-link[b-aehh5o9fjc] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aehh5o9fjc] {
        flex-direction: row;
    }

    .sidebar[b-aehh5o9fjc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aehh5o9fjc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-aehh5o9fjc] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6szjjbn72x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6szjjbn72x] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6szjjbn72x] {
    font-size: 1.1rem;
}

.oi[b-6szjjbn72x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6szjjbn72x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6szjjbn72x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6szjjbn72x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6szjjbn72x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6szjjbn72x]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6szjjbn72x]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6szjjbn72x] {
        display: none;
    }

    .collapse[b-6szjjbn72x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/SimpleLayout.razor.rz.scp.css */
.page[b-ocov60zgg8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ocov60zgg8] {
    flex: 1;
}

.sidebar[b-ocov60zgg8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ocov60zgg8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ocov60zgg8]  a, .top-row .btn-link[b-ocov60zgg8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ocov60zgg8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ocov60zgg8] {
        display: none;
    }

    .top-row.auth[b-ocov60zgg8] {
        justify-content: space-between;
    }

    .top-row a[b-ocov60zgg8], .top-row .btn-link[b-ocov60zgg8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ocov60zgg8] {
        flex-direction: row;
    }

    .sidebar[b-ocov60zgg8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ocov60zgg8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ocov60zgg8], article[b-ocov60zgg8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-q8bh0psa9u] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-q8bh0psa9u] {
  color: #0077cc;
}

.btn-primary[b-q8bh0psa9u] {
  color: #0D0D0D;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-q8bh0psa9u], .nav-pills .show > .nav-link[b-q8bh0psa9u] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-q8bh0psa9u] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-q8bh0psa9u] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-q8bh0psa9u] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-q8bh0psa9u] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-q8bh0psa9u] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Rectangle 106 */

position: absolute;
width: 164px;
height: 44px;
left: 11px;
top: 187px;

background: #E4E6F2;
border-radius: 5px;[b-q8bh0psa9u]
