@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';
@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';
@import '_content/FMM.Extensions.Web/FMM.Extensions.Web.bj7ijpjtjo.bundle.scp.css';

/* _content/FMM.WebApp/Components/AdminPortalPages/Authentication/AdminLoginPage.razor.rz.scp.css */
/* Admin Login Page Styles */

.remember-me[b-4prq6pnmzr] {
    display: flex;
    align-items: center;
}
.remember-me label[b-4prq6pnmzr] {
    margin-left: 8px;
}
.google-login-btn[b-4prq6pnmzr] {
    margin-top: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
}

.google-login-btn:hover[b-4prq6pnmzr] {
    background-color: #f8f9fa;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.google-icon[b-4prq6pnmzr] {
    height: 18px;
    margin-right: 10px;
}

/* Separator styling */
.separator-container[b-4prq6pnmzr] {
    display: flex;
    align-items: center;
    margin: 20px 0;
    width: 100%;
}

.separator-line[b-4prq6pnmzr] {
    flex-grow: 1;
    height: 1px;
    background-color: #e0e0e0;
}

.separator-text[b-4prq6pnmzr] {
    padding: 0 15px;
    color: #6c757d;
    font-size: 14px;
}

.welcome-text[b-4prq6pnmzr] {
    word-spacing: 2px;
    font-size: 1.5rem;		
    color: #333;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
    text-align: center;
}

.login-form[b-4prq6pnmzr] {
    text-align: left;
    width: 100%;
}

.form-group[b-4prq6pnmzr] {
    margin-bottom: 25px;
}

.form-group label[b-4prq6pnmzr] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 0.95rem;
}

.form-control[b-4prq6pnmzr] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    opacity: 0.75;
}

.form-control:focus[b-4prq6pnmzr] {
    border-color: #FBBC00;
    outline: none;
    box-shadow: 0 0 0 2px rgba(251, 188, 0, 0.25);
}

.password-container[b-4prq6pnmzr] {
    position: relative;
}

.password-toggle[b-4prq6pnmzr] {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    font-size: 0.95rem;
}

.form-options[b-4prq6pnmzr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.remember-me[b-4prq6pnmzr] {
    display: flex;
    align-items: center;
}

.form-check-input[b-4prq6pnmzr] {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.form-check-input:checked[b-4prq6pnmzr] {
    background-color: #4754cb;
    border-color: #4754cb;
}

.forgot-password[b-4prq6pnmzr] {
    color: #4754cb;
    text-decoration: none;
    font-size: 1rem;
}

.forgot-password:hover[b-4prq6pnmzr] {
    text-decoration: underline;
}

.login-btn[b-4prq6pnmzr] {

    width: 100%;
    padding: 12px;
    margin-bottom: 0px;
    background-color: #4754cb;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2s ease;
}

.login-btn:hover[b-4prq6pnmzr] {
    background-color: #3a46b1;
}

.divider[b-4prq6pnmzr] {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.divider[b-4prq6pnmzr]::before, 
.divider[b-4prq6pnmzr]::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background-color: #ddd;
}

.divider[b-4prq6pnmzr]::before {
    left: 0;
}

.divider[b-4prq6pnmzr]::after {
    right: 0;
}

.divider span[b-4prq6pnmzr] {
    background-color: white;
    padding: 0 10px;
    color: #666;
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
}

.google-btn[b-4prq6pnmzr] {
    width: 100%;
    padding: 12px;
    background-color: white;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.google-btn img[b-4prq6pnmzr] {
    margin-right: 15px;
}

/* Responsive styles moved to AdminDashboardLayout.razor.css */
/* _content/FMM.WebApp/Components/AdminPortalPages/Authentication/ForgotPasswordPage.razor.rz.scp.css */
/* Forgot Password Page Styles */

.alert-success[b-ll1su2xaea] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    border-radius: 4px;
    padding: 12px 16px;
    position: relative;
}

.success-circle[b-ll1su2xaea] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #28a745;
    border-radius: 50%;
}

/* Only load the forgot-password-title in the "else" branch */
.alert-success + .forgot-password-title[b-ll1su2xaea] {
    display: none;
}

.forgot-password-title[b-ll1su2xaea] {
    word-spacing: 2px;
    font-size: 1.5rem;		
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    text-align: center;
}

.instruction-text[b-ll1su2xaea] {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.reset-form[b-ll1su2xaea] {
    text-align: left;
    width: 100%;
}

.form-group[b-ll1su2xaea] {
    margin-bottom: 25px;
}

.form-group label[b-ll1su2xaea] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 0.95rem;
}

.form-control[b-ll1su2xaea] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    opacity: 0.75;
}

.form-control:focus[b-ll1su2xaea] {
    border-color: #FBBC00;
    outline: none;
    box-shadow: 0 0 0 2px rgba(251, 188, 0, 0.25);
}

.reset-btn[b-ll1su2xaea] {
    width: 100%;
    padding: 12px;
    margin-bottom: 25px;
    background-color: #4754cb;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2s ease;
}

.reset-btn:hover[b-ll1su2xaea] {
    background-color: #3a46b1;
}

.back-link[b-ll1su2xaea] {
    text-align: center;
}

.back-to-login[b-ll1su2xaea] {
    color: #4754cb;
    text-decoration: none;
    font-size: 0.95rem;
}

.back-to-login:hover[b-ll1su2xaea] {
    text-decoration: underline;
}

/* Responsive styles moved to AdminDashboardLayout.razor.css */
/* _content/FMM.WebApp/Components/AdminPortalPages/Authentication/ResetPasswordPage.razor.rz.scp.css */
/* Reset Password Page Styles */

.reset-password-title[b-4mt50p66vq] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
}

.success-circle[b-4mt50p66vq] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #28a745;
    border-radius: 50%;
}

.alert-success[b-4mt50p66vq] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    border-radius: 4px;
    padding: 12px 16px;
    position: relative;
}

.form-group[b-4mt50p66vq] {
    margin-bottom: 20px;
}

.form-group label[b-4mt50p66vq] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.password-container[b-4mt50p66vq] {
    position: relative;
}

.password-toggle[b-4mt50p66vq] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}

.reset-btn[b-4mt50p66vq] {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.back-link[b-4mt50p66vq] {
    text-align: center;
}

.back-to-login[b-4mt50p66vq] {
    color: #4754cb;
    text-decoration: none;
}

.back-to-login:hover[b-4mt50p66vq] {
    text-decoration: underline;
}
/* _content/FMM.WebApp/Components/AdminPortalPages/Settings/CountryPage.razor.rz.scp.css */
/* Component-specific styles removed.
   All styling now comes from the global settings-pages.css file */
/* _content/FMM.WebApp/Components/AdminPortalPages/Settings/DepartmentPage.razor.rz.scp.css */
/* Component-specific styles removed.
   All styling now comes from the global settings-pages.css file */
/* _content/FMM.WebApp/Components/AdminPortalPages/Settings/EventCategoryPage.razor.rz.scp.css */
/* Component-specific styles removed.
   All styling now comes from the global settings-pages.css file */

.dropdown-container label[b-um13gpt133] {
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}

.form-select[b-um13gpt133] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

.search-container[b-um13gpt133] {
    flex-grow: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.search-container[b-um13gpt133]::before {
    content: '';
    display: block;
    margin-bottom: 5px;
    height: 19px;
}

.search-box[b-um13gpt133] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon[b-um13gpt133] {
    position: absolute;
    left: 10px;
    color: #777;
}

.search-box input[b-um13gpt133] {
    padding: 8px 12px 8px 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

.table-container[b-um13gpt133] {
    margin-bottom: 20px;
    overflow-x: auto;
}

.data-table[b-um13gpt133] {
    width: 100%;
    border-collapse: collapse;
}

.data-table th[b-um13gpt133],
.data-table td[b-um13gpt133] {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.data-table th[b-um13gpt133] {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.data-table tr:hover[b-um13gpt133] {
    background-color: #f8f9fa;
}

.sortable-column[b-um13gpt133] {
    cursor: pointer;
    position: relative;
}

.sort-chevron[b-um13gpt133] {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-top: -6px;
    vertical-align: middle;
}

.sort-chevron[b-um13gpt133]::before,
.sort-chevron[b-um13gpt133]::after {
    content: '';
    position: absolute;
    left: 50%;
    transform-origin: center;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    border-color: #000000;
    margin-left: -4px;
}

.sort-chevron[b-um13gpt133]::before {
    top: calc(50% - 4px);
    transform: rotate(-135deg);
    opacity: 0.3;
}

.sort-chevron[b-um13gpt133]::after {
    top: calc(50% + 4px);
    transform: rotate(45deg);
    opacity: 0.3;
}

.sort-chevron.chevron-up[b-um13gpt133]::before {
    opacity: 1;
}

.sort-chevron.chevron-down[b-um13gpt133]::after {
    opacity: 1;
}

.name-column[b-um13gpt133] {
    min-width: 180px;
}

.date-column[b-um13gpt133] {
    min-width: 120px;
}

.actions-column[b-um13gpt133] {
    width: 80px;
    text-align: center;
}

.actions-menu[b-um13gpt133] {
    position: relative;
}

.menu-dots[b-um13gpt133] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 10px;
}

.action-dropdown[b-um13gpt133] {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 5px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    min-width: 120px;
    padding: 8px 0;
    display: none;
    white-space: nowrap;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.action-dropdown.show[b-um13gpt133] {
    display: block;
}

.dropdown-item[b-um13gpt133] {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    margin: 0;
}

.dropdown-item:hover[b-um13gpt133] {
    background-color: #f5f5f5;
}

.dropdown-item.delete[b-um13gpt133] {
    color: #dc3545;
}

.edit-icon[b-um13gpt133], .delete-icon[b-um13gpt133] {
    margin-right: 8px;
    font-style: normal;
}

.table-footer[b-um13gpt133] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.results-info[b-um13gpt133] {
    font-size: 14px;
    color: #666;
}

.pagination[b-um13gpt133] {
    display: flex;
    gap: 5px;
}

.pagination-arrow[b-um13gpt133],
.pagination-number[b-um13gpt133] {
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.pagination-number.active[b-um13gpt133] {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.pagination-arrow:disabled[b-um13gpt133] {
    opacity: 0.5;
    cursor: not-allowed;
}

.chevron-left[b-um13gpt133],
.chevron-right[b-um13gpt133] {
    font-size: 14px;
}

/* Modal Styles */
.custom-modal-container[b-um13gpt133] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.custom-modal-backdrop[b-um13gpt133] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal[b-um13gpt133] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
    overflow: hidden;
}

.custom-modal-header[b-um13gpt133] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.custom-modal-title[b-um13gpt133] {
    font-weight: 600;
    font-size: 18px;
}

.custom-modal-close[b-um13gpt133] {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.custom-modal-body[b-um13gpt133] {
    padding: 20px;
}

.custom-modal-footer[b-um13gpt133] {
    padding: 15px 20px;
    border-top: 1px solid #eee;
}

.custom-modal-buttons[b-um13gpt133] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.custom-modal-btn[b-um13gpt133] {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.custom-modal-btn-cancel[b-um13gpt133] {
    background-color: #f8f9fa;
    color: #333;
}

.custom-modal-btn-confirm[b-um13gpt133] {
    background-color: #dc3545;
    color: white;
}

/* Loading Spinner */
.spinner-border[b-um13gpt133] {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #007bff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-b-um13gpt133 1s linear infinite;
}

@keyframes spin-b-um13gpt133 {
    to { transform: rotate(360deg); }
}

.visually-hidden[b-um13gpt133] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.error-message[b-um13gpt133] {
    color: #dc3545;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f8d7da;
    border-radius: 4px;
}

/* Add New Button */
.add-new-btn[b-um13gpt133] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.add-new-btn:hover[b-um13gpt133] {
    background-color: #0069d9;
}

.add-icon[b-um13gpt133] {
    width: 12px;
    height: 12px;
}

@media (max-width: 768px) {
    .filters-area[b-um13gpt133] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .search-container[b-um13gpt133] {
        max-width: 100%;
        width: 100%;
    }
    
    .dropdown-container[b-um13gpt133] {
        width: 100%;
        margin-right: 0;
    }
    
    .form-select[b-um13gpt133] {
        width: 100%;
    }
    
    .table-footer[b-um13gpt133] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .pagination[b-um13gpt133] {
        margin-top: 10px;
    }
} 
/* _content/FMM.WebApp/Components/AdminPortalPages/Settings/EventLocationPage.razor.rz.scp.css */
/* Component-specific styles removed.
   All styling now comes from the global settings-pages.css file */
/* _content/FMM.WebApp/Components/AdminPortalPages/Settings/EventMealPackagePage.razor.rz.scp.css */
/* Component-specific styles removed.
   All styling now comes from the global settings-pages.css file */
/* _content/FMM.WebApp/Components/AdminPortalPages/Settings/PublicationCategoryPage.razor.rz.scp.css */
/* Component-specific styles removed.
   All styling now comes from the global settings-pages.css file */
/* _content/FMM.WebApp/Components/AdminPortalPages/Settings/PublicationPromoCodePage.razor.rz.scp.css */
/* Component-specific styles removed.
   All styling now comes from the global settings-pages.css file */
/* _content/FMM.WebApp/Components/AdminPortalPages/Settings/StatePage.razor.rz.scp.css */
/* Component-specific styles removed.
   All styling now comes from the global settings-pages.css file */
/* _content/FMM.WebApp/Components/Blocks/BranchesMap.razor.rz.scp.css */
.map[b-r1pjnxwrfb] {
    position: relative;
}

.markers[b-r1pjnxwrfb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.marker > g:first-child circle[b-r1pjnxwrfb] {
    fill-opacity: 0.2 !important;
}
.marker:hover > g:first-child circle[b-r1pjnxwrfb] {
    fill-opacity: 0.4 !important;
}
/* _content/FMM.WebApp/Components/Common/GlobalSearchCard.razor.rz.scp.css */
.global-card[b-59z0lfj7i1] {
    background-color: #f7f8ff;
    border: 0;
}

    .global-card a.card-title[b-59z0lfj7i1] {
        text-decoration: none;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .global-card .card-footer[b-59z0lfj7i1] {
        background: rgba(0, 0, 0, 0);
        padding: var(--bs-card-spacer-y) 0;
    }

    .global-card .price-section[b-59z0lfj7i1] {
        font-family: inherit;
    }

    .global-card .price-text[b-59z0lfj7i1] {
        color: #000;
        font-weight: 600;
        margin-bottom: 0.25rem;
    }
/* _content/FMM.WebApp/Components/Layout/AdminAuthLayout.razor.rz.scp.css */
/* Admin Authentication Layout Styles */
.admin-login-container[b-opfc5qmw7z] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f7fa;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.login-page-wrapper[b-opfc5qmw7z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 700px;
    padding: 20px 30px 50px;
    position: relative;
    z-index: 5;
    margin-top: 0;
}

.logo-container[b-opfc5qmw7z] {
    margin-bottom: 60px;
}

.logo-img[b-opfc5qmw7z] {
    height: 70px;
    max-width: 100%;
}

.content-container[b-opfc5qmw7z] {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .login-page-wrapper[b-opfc5qmw7z] {
        padding: 20px 15px 40px;
    }
    
    .logo-img[b-opfc5qmw7z] {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .logo-img[b-opfc5qmw7z] {
        height: 70px;
    }
}
/* _content/FMM.WebApp/Components/Layout/AdminPortalSidebar.razor.rz.scp.css */
.navbar-brand-image-custom[b-1yqianogrl] {
    height: auto;
}

.navbar-brand-image-custom img[b-1yqianogrl] {
    height: auto;
    width: 100%;
    vertical-align: initial !important;
}

.bb-sidebar2-top-row-custom[b-1yqianogrl] {
    background-color: #0A1264;
    border-bottom: 1px solid #0A1264;
    border-right: 1px solid #0A1264;
}

.bb-sidebar2-content[b-1yqianogrl] {
    transition: all 0.3s ease-in-out;
}

.bb-sidebar2.bb-sidebar2-custom[b-1yqianogrl] {
    background-color: #0A1264;
    border-right: 1px solid #0A1264;
}

.bb-sidebar2 nav .nav-item[b-3gpeuglz5y][b-1yqianogrl] {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .bb-sidebar2 nav .nav-item[b-3gpeuglz5y] a[b-1yqianogrl] {
        color: #B3B4BE;
        align-items: center;
        padding: 0.5rem 1rem;
        width: 100%;
        display: flex;
        position: relative;
    }

        .bb-sidebar2 nav .nav-item[b-3gpeuglz5y] a:hover[b-1yqianogrl] {
            background-color: transparent;
            color: #FFFFFF;
        }

        .bb-sidebar2 nav .nav-item[b-3gpeuglz5y] a.active[b-1yqianogrl] {
            background-color: #222A74;
            color: #FFFFFF;
            font-weight: var(--bs-nav-link-font-weight);
            box-shadow: none;
            text-shadow: none;
        }

.nav-scrollable-custom[b-hjh7gjrlxu][b-1yqianogrl] {
    height: calc(100vh - 7.5rem);
}

/* Styles for the submenu */
.nav-item-level-0[b-1yqianogrl] {
    position: relative;
    display: block;
    width: 100%;
}

.nav-header[b-1yqianogrl] {
    display: block;
    width: 100%;
}

.submenu[b-1yqianogrl] {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    width: 100%;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0;
    display: block;
    position: relative;
    clear: both;
}

.submenu-expanded[b-1yqianogrl] {
    max-height: 800px; /* Large enough to contain all submenu items */
    opacity: 1;
    visibility: visible;
    margin-top: 5px;
}

    .submenu-expanded .nav-item a[b-1yqianogrl] {
        box-shadow: none;
        text-shadow: none;
        transition: all 0.3s ease;
        color: #FFFFFF;
    }

.submenu-collapsed[b-1yqianogrl] {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

.bb-sidebar2 nav .submenu .nav-item[b-1yqianogrl] {
    width: 100%;
    margin-bottom: 2px;
    padding-left: 0;
    min-height: 35px;
}

    .bb-sidebar2 nav .submenu .nav-item a[b-1yqianogrl] {
        font-size: 0.9rem;
        padding: 8px 12px 8px 40px;
        width: 100%;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        border-left: none;
        color: #B3B4BE;
        display: block;
        line-height: 1.3;
        word-wrap: break-word;
    }


        .bb-sidebar2 nav .submenu .nav-item a.active[b-1yqianogrl] {
            background-color: #222A74;
            color: #FFFFFF;
            box-shadow: none;
            text-shadow: none;
        }

        /* Specific rule for the departments item */
        .bb-sidebar2 nav .submenu .nav-item a[href="/AdminPortal/Settings/Departments"]:hover[b-1yqianogrl],
        .bb-sidebar2 nav .submenu .nav-item a[href="/AdminPortal/Settings/Countries"]:hover[b-1yqianogrl],
        .bb-sidebar2 nav .submenu .nav-item a[href="/AdminPortal/Settings/States"]:hover[b-1yqianogrl],
        .bb-sidebar2 nav .submenu .nav-item a[href="/AdminPortal/Settings/EventCategories"]:hover[b-1yqianogrl],
        .bb-sidebar2 nav .submenu .nav-item a[href="/AdminPortal/Settings/EventLocations"]:hover[b-1yqianogrl],
        .bb-sidebar2 nav .submenu .nav-item a[href="/AdminPortal/Settings/EventMealPackages"]:hover[b-1yqianogrl]
         {
            background-color: transparent !important;
            color: #B3B4BE !important;
            box-shadow: none !important;
            text-shadow: none !important;
            transition: none !important;
        }

        .bb-sidebar2 nav .submenu .nav-item a[href="/AdminPortal/PublicationList"][b-1yqianogrl] {
            background-color: transparent;
            color: #B3B4BE;
        }

            .bb-sidebar2 nav .submenu .nav-item a[href="/AdminPortal/PublicationList"].active[b-1yqianogrl] {
                background-color: transparent;
                color: #B3B4BE;
            }

.bb-sidebar2 nav .nav-item a[onclick][b-1yqianogrl] {
    cursor: pointer;
}

.nav-header a.active[b-1yqianogrl] {
    background-color: #222A74;
    color: #FFFFFF;
    box-shadow: none !important;
    text-shadow: none !important;
}
/* _content/FMM.WebApp/Components/Layout/AffiliateApplicationFormLayout.razor.rz.scp.css */
/* Application Form Layout */
.application-header[b-cubi5vvzwq] {
    background-color: #fff;
    padding: 12px 24px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    height: 75px;
}

.logo-container[b-cubi5vvzwq] {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.fmm-logo[b-cubi5vvzwq] {
    width: 230px;
    height: auto;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e0e0e0;
}

.form-title[b-cubi5vvzwq] {
    flex-grow: 1;
    text-align: left;
    margin-left: 0;
}

.form-title h2[b-cubi5vvzwq] {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.btn-close[b-cubi5vvzwq] {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    line-height: 1;
    margin-left: auto;
}

#page-content[b-cubi5vvzwq] {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.application-layout[b-cubi5vvzwq] {
    padding-left: 40px;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .application-header[b-cubi5vvzwq] {
        padding: 10px 15px;
    }
    
    .fmm-logo[b-cubi5vvzwq] {
        width: 140px;
        padding-right: 10px;
        margin-right: 10px;
    }
    
    .application-layout[b-cubi5vvzwq] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Error UI */
#blazor-error-ui[b-cubi5vvzwq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-cubi5vvzwq] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
} 
 
.application-header[b-cubi5vvzwq] {
    background-color: #fff;
    padding: 12px 24px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    height: 75px;
}

.logo-container[b-cubi5vvzwq] {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.fmm-logo[b-cubi5vvzwq] {
    width: 230px;
    height: auto;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e0e0e0;
}

.form-title[b-cubi5vvzwq] {
    flex-grow: 1;
    text-align: left;
    margin-left: 0;
}

.form-title h2[b-cubi5vvzwq] {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.btn-close[b-cubi5vvzwq] {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    line-height: 1;
    margin-left: auto;
}

#page-content[b-cubi5vvzwq] {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.application-layout[b-cubi5vvzwq] {
    padding-left: 40px;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .application-header[b-cubi5vvzwq] {
        padding: 10px 15px;
    }
    
    .fmm-logo[b-cubi5vvzwq] {
        width: 140px;
        padding-right: 10px;
        margin-right: 10px;
    }
    
    .application-layout[b-cubi5vvzwq] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Error UI */
#blazor-error-ui[b-cubi5vvzwq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-cubi5vvzwq] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
} 
 
/* _content/FMM.WebApp/Components/Layout/ApplicationFormLayout.razor.rz.scp.css */
/* Application Form Layout */
.application-header[b-jv19h1cxzx] {
    background-color: #fff;
    padding: 12px 24px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    height: 75px;
}

.logo-container[b-jv19h1cxzx] {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.fmm-logo-link[b-jv19h1cxzx] {
    display: inline-block;
    text-decoration: none;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e0e0e0;
}

.fmm-logo-link:hover[b-jv19h1cxzx] {
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.fmm-logo[b-jv19h1cxzx] {
    width: 230px;
    height: auto;
    display: block;
}

.form-title[b-jv19h1cxzx] {
    flex-grow: 1;
    text-align: left;
    margin-left: 0;
}

.form-title h2[b-jv19h1cxzx] {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.btn-close[b-jv19h1cxzx] {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    line-height: 1;
    margin-left: auto;
}

#page-content[b-jv19h1cxzx] {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.application-layout[b-jv19h1cxzx] {
    padding-left: 40px;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .application-header[b-jv19h1cxzx] {
        padding: 10px 15px;
    }
    
    .fmm-logo[b-jv19h1cxzx] {
        width: 140px;
        padding-right: 10px;
        margin-right: 10px;
    }
    
    .application-layout[b-jv19h1cxzx] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Error UI */
#blazor-error-ui[b-jv19h1cxzx] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-jv19h1cxzx] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
} 
/* _content/FMM.WebApp/Components/Layout/MainNavBar.razor.rz.scp.css */
/* Company Product Search Dropdown Responsive Styles */
/*.company-product-dropdown {*/
    /* Mobile first approach */
    /*width: 100vw !important;
    max-width: 100vw !important;
    min-width: unset !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateX(0) !important;
    margin-left: calc(-28vw + -57%) !important;
    border-radius: 0 !important;
}

@media (min-width: 375px) {
    .company-product-dropdown {
        margin-left: calc(-24vw + -57%) !important;
    }
}

@media (min-width: 420px) {
    .company-product-dropdown {
        margin-left: calc(-60vw + -57%) !important;
    }
}*/

/* Tablet and up */
/*@media (min-width: 768px) {
    .company-product-dropdown {
        width: 500px !important;
        max-width: 500px !important;
        min-width: 500px !important;
        left: auto !important;
        right: 0 !important;
        transform: none !important;
        margin-left: 0 !important;
        border-radius: 0.375rem !important;
        margin-left: calc(-50vw + 50%) !important;
    }
}*/

/* Desktop */
/*@media (min-width: 1200px) {
    .company-product-dropdown {
        width: 600px !important;
        max-width: 600px !important;
        min-width: 600px !important;
        margin-left: calc(-50vw + 50%) !important;
    }
}*/

/* Large desktop */
/*@media (min-width: 1400px) {
    .company-product-dropdown {
        width: 700px !important;
        max-width: 700px !important;
        min-width: 700px !important;
        margin-left: calc(-50vw + 50%) !important;
    }
}*/

/* Ensure dropdown content is readable on mobile */
/*@media (max-width: 767px) {
    .company-product-dropdown .form-control-sm {
        font-size: 16px;*/ /* Prevents zoom on iOS */
    /*}

    .company-product-dropdown .btn-sm {
        padding: 0.375rem 0.75rem;
    }
}*/

/* Enhanced offcanvas styling for better space management */
/*.offcanvas-body {
    overflow-y: auto;
    padding: 0.75rem 0;
    scrollbar-width: thin;
    scrollbar-color: var(--bs-border-color) transparent;
}

    .offcanvas-body::-webkit-scrollbar {
        width: 4px;
    }

    .offcanvas-body::-webkit-scrollbar-track {
        background: transparent;
    }

    .offcanvas-body::-webkit-scrollbar-thumb {
        background-color: var(--bs-border-color);
        border-radius: 2px;
    }*/

/* Compact navigation items */
/*@media (max-width: 1199.98px) {
    .offcanvas-body .navbar-nav {
        gap: 0.25rem;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.625rem 1rem;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .navbar-nav .dropdown-menu {
        position: static !important;
        background: var(--bs-light-bg-subtle);
        border: none;
        box-shadow: none;
        margin: 0.25rem 0;
        padding: 0.5rem 0;
        border-radius: var(--bs-border-radius);
    }

    .navbar-nav .dropdown-item {
        padding: 0.5rem 1.5rem;
        font-size: 0.85rem;
    }
}*/
/* _content/FMM.WebApp/Components/Pages/AdvisoryBoardPage.razor.rz.scp.css */
.ratio img[b-08ccb6kb4m] {
    transform: scale(1.15);
    transform-origin: center 100px;
}
/* _content/FMM.WebApp/Components/Pages/CouncilPage.razor.rz.scp.css */
.ratio img[b-oe255qqef7] {
    transform: scale(1.15);
    transform-origin: center 100px;
}
/* _content/FMM.WebApp/Components/Pages/Events/Shared/EventRegistrationSidebar.razor.rz.scp.css */
/* Stepper sidebar styling */
.stepper-sidebar[b-jsldz8wcjg] {
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 30px;
}

.stepper[b-jsldz8wcjg] {
    display: flex;
    flex-direction: column;
    gap: 35px;
    background-color: #f5f7ff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.step[b-jsldz8wcjg] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    position: relative;
    padding-left: 36px;
}

    /* Vertical line between main steps - not touching circles */
    .step:not(:last-child)[b-jsldz8wcjg]::before {
        content: '';
        position: absolute;
        left: 16px;
        top: 40px; /* Starts below the circle */
        bottom: -27px; /* Ends before the next circle */
        width: 1px;
        background-color: #ddd;
        z-index: 1;
    }

    .step.active:not(:last-child)[b-jsldz8wcjg]::before {
        background-color: #4851c3;
    }

.step-number[b-jsldz8wcjg] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ddd;
    color: #555; /* Darker grey for numbers */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.step.active .step-number[b-jsldz8wcjg] {
    background-color: #4851c3;
    color: #fff; /* Keep active step numbers white */
    box-shadow: 0 0 0 2px rgba(72, 81, 195, 0.2);
}

.step.completed .step-number[b-jsldz8wcjg] {
    background-color: #28a745;
    color: #fff; /* Keep completed step checkmarks white */
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}

    .step.completed .step-number .checkmark[b-jsldz8wcjg] {
        font-size: 18px;
        font-weight: bold;
    }

.step-label[b-jsldz8wcjg] {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    margin-top: 6px;
}

.step.completed .step-label[b-jsldz8wcjg] {
    /* Keeping normal text color instead of green */
    color: #333;
}

.step-content[b-jsldz8wcjg] {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Increase gap for more equal spacing */
    margin-left: 0;
    padding-left: 10px;
}

.step-item[b-jsldz8wcjg] {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    padding: 4px 0;
    position: relative;
}

    /* Add short grey lines between substeps */
    .step-item:not(:last-child)[b-jsldz8wcjg]::after {
        content: '';
        position: absolute;
        left: 8px; /* Center of dot */
        top: 26px; /* Below the dot */
        height: 16px; /* Longer line for equal spacing */
        width: 1px;
        background-color: #ddd;
    }

.radio-dot[b-jsldz8wcjg] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 10px;
    flex-shrink: 0;
    position: relative;
    background-color: #f0f0f0;
    z-index: 2;
}

    /* Active state - no filled circle */
    .radio-dot.active[b-jsldz8wcjg] {
        border: 2px solid #4851c3;
        background-color: #fff;
    }

        /* Remove the inner filled circle for active state */
        .radio-dot.active[b-jsldz8wcjg]::after {
            content: none;
        }

.step-item.active[b-jsldz8wcjg] {
    color: #4851c3;
    font-weight: 500;
}

/* Completed state styling */
.radio-dot.completed[b-jsldz8wcjg] {
    background-color: #28a745;
    border-color: #28a745;
    position: relative;
}

    /* Properly centered checkmark */
    .radio-dot.completed[b-jsldz8wcjg]::after {
        content: '';
        position: absolute;
        transform: rotate(45deg);
        left: 5px;
        top: 2px;
        width: 4px;
        height: 8px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

.step-item.completed[b-jsldz8wcjg] {
    /* Keeping normal text color instead of green */
    color: #666;
}

/* Media query to handle narrow screens */
@media (max-width: 768px) {
    .business-type-options[b-jsldz8wcjg] {
        flex-wrap: wrap;
    }

    .business-type-option[b-jsldz8wcjg] {
        flex: 1 1 40%;
        border-bottom: 1px solid #ddd;
    }

        .business-type-option:nth-child(even)[b-jsldz8wcjg] {
            border-right: none;
        }

        .business-type-option:nth-last-child(-n+2):nth-child(odd)[b-jsldz8wcjg] {
            border-bottom: none;
        }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .stepper-sidebar[b-jsldz8wcjg] {
        width: 100%;
        position: static;
    }
}
/* _content/FMM.WebApp/Components/Pages/JoinPage.razor.rz.scp.css */
/* Base Layout */
.hero-section[b-apblcqq969] {
    position: relative;
    overflow: hidden;
    height: 280px;
    width: 100%;
    border-radius: 8px;
}

.hero-image[b-apblcqq969] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.28);
    border-radius: 8px;
}

.hero-content[b-apblcqq969] {
    position: absolute;
    bottom: 20px;
    left: 40px;
    max-width: 748px;
}

.hero-content h1[b-apblcqq969] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.hero-content p[b-apblcqq969] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    max-width: 748px;
}

.section[b-apblcqq969] {
    position: relative;
}

/* Full-width section styling */
.full-width[b-apblcqq969] {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 0;
    padding-right: 0;
}

.full-width .container-fluid[b-apblcqq969] {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.full-width .rounded-4[b-apblcqq969] {
    border-radius: 0 !important;
}

.full-width .bg-dark2[b-apblcqq969] {
    background-color: #0A0659;
}

/* Typography */
.display-5[b-apblcqq969] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #191A21;
}

.display-4[b-apblcqq969] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* Member's Privileges Section */
.bg-dark2[b-apblcqq969] {
    background-color: #0A1264;
    border-radius: 16px;
}

.bg-dark2 .display-5[b-apblcqq969] {
    color: #FFFFFF;
    text-align: center;
}

.bg-white.bg-opacity-10[b-apblcqq969] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.bg-white.bg-opacity-10:hover[b-apblcqq969] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Icon styling */
.rounded-circle[b-apblcqq969] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    height: 64px;
}

/* Privilege card styling */
.col h4[b-apblcqq969] {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.col p[b-apblcqq969] {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

/* Remove bottom margin from the last row of cards */
.row .col:nth-last-child(-n+2) .rounded-4[b-apblcqq969] {
    margin-bottom: 0;
}

/* Make sure grid has minimal spacing */
.row.g-4[b-apblcqq969] {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

/* Join us now button styling */
.btn-primary.rounded-pill[b-apblcqq969] {
    border-radius: 50px !important;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* List Group Styling */
.list-group-custom .list-group-item[b-apblcqq969] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Button Styling */
.btn-accent[b-apblcqq969] {
    background-color: #FBBC00;
    color: #191A21;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    border-radius: 8px;
    padding: 8px 30px;
}

.btn-accent:hover[b-apblcqq969] {
    background-color: #f8d24b;
    color: #191A21;
}

.btn-primary[b-apblcqq969] {
    background-color: #3F51B5;
    border-color: #3F51B5;
    border-radius: 8px;
    font-weight: 700;
}

/* Rounded button style with consistent shape for both accent and primary */
.btn-rounded[b-apblcqq969] {
    border-radius: 8px !important;
    padding: 8px 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-rounded:hover[b-apblcqq969] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Feature list styling */
.rounded-circle i[b-apblcqq969] {
    font-size: 14px;
}

/* Button rounded-pill fix */
.btn-primary.rounded-pill[b-apblcqq969], .btn-accent.rounded-pill[b-apblcqq969] {
    border-radius: 50px !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* How to Apply Section Styling */
.rounded-4[b-apblcqq969] {
    border-radius: 16px;
}

.bg-white.bg-opacity-10 h4[b-apblcqq969] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center;
}

.bg-white.bg-opacity-10 div[b-apblcqq969] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center;
}

.icon-container[b-apblcqq969] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

/* Adjusting spacing for 4-column layout in How to Apply section */
@media (min-width: 768px) {
    .row-cols-md-4 .col .rounded-4[b-apblcqq969] {
        padding: 1.5rem !important;
    }
    
    .row-cols-md-4 .col .bg-white.bg-opacity-10 h4[b-apblcqq969] {
        font-size: 18px;
    }
    
    .row-cols-md-4 .col .bg-white.bg-opacity-10 div[b-apblcqq969] {
        font-size: 14px;
    }
}

/* Utility Classes */
.fs-7[b-apblcqq969] {
    font-size: 0.875rem;
}

.hstack[b-apblcqq969] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hstack > div:first-child[b-apblcqq969] {
    flex-shrink: 0;
}

.vstack[b-apblcqq969] {
    display: flex;
    flex-direction: column;
}

/* Who Can Join section styles */
.who-can-join-container[b-apblcqq969] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Membership card styles for the "WHO CAN JOIN" section */
.membership-card[b-apblcqq969] {
    background-color: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.membership-card:hover[b-apblcqq969] {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.membership-card-ordinary[b-apblcqq969] {
    background-color: #FFFFFF;
}

.membership-card-affiliate[b-apblcqq969] {
    background-color: #F8F8F8;
}

.membership-card-association[b-apblcqq969] {
    background-color: #FFF9E6;
}

.metrics-panel[b-apblcqq969] {
    max-width: 960px;
    overflow: hidden;
}

.metrics-panel .stat-value[b-apblcqq969] {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #0a1a5c;
    margin-bottom: 0.25rem;
}

.metrics-panel .metrics-label[b-apblcqq969] {
    color: #4a4a4a;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.membership-icon[b-apblcqq969] {
    min-width: 48px;
    margin-bottom: 16px;
}

.membership-card h3[b-apblcqq969] {
    color: #3F51B5;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.membership-card p[b-apblcqq969] {
    color: #555;
    margin-bottom: 20px;
}

.document-checklist[b-apblcqq969] {
    margin: 1.25rem 0;
    padding-left: 0.5rem;
}

.checklist-item[b-apblcqq969] {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.checklist-item i[b-apblcqq969] {
    margin-right: 0.5rem;
    color: #4caf50;
}

.membership-note[b-apblcqq969] {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #666;
}

.membership-note a[b-apblcqq969] {
    text-decoration: none;
}

.membership-note a:hover[b-apblcqq969] {
    text-decoration: underline;
}

/* Membership Type & Fee Section */
.membership-type-container[b-apblcqq969] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: stretch;
}

.membership-type-card[b-apblcqq969] {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.membership-type-card.highlight[b-apblcqq969] {
    background-color: #FFF9E6;
}

.membership-type-card.grey-bg[b-apblcqq969] {
    background-color: #F8F8F8;
}

.yellow-indicator[b-apblcqq969] {
    display: none;
}

.membership-type-card .icon-circle[b-apblcqq969] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F5F7FF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

.membership-type-card h3[b-apblcqq969] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
}

.membership-description[b-apblcqq969] {
    color: #6B6C72;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    min-height: 40px;
}

.card-divider[b-apblcqq969] {
    height: 1px;
    background-color: #CCCCCC;
    border: none;
    margin: 0.75rem 0 1.25rem 0;
    opacity: 1;
}

/* User-Friendly Pricing Summary Styling */
.pricing-summary[b-apblcqq969] {
    margin-bottom: 1rem;
}

.price-range-display[b-apblcqq969] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 0.75rem;
    background-color: #F8F9FA;
    border-radius: 8px;
}

.price-from[b-apblcqq969], .price-to[b-apblcqq969] {
    text-align: center;
    flex: 1;
}

.price-label[b-apblcqq969] {
    display: block;
    font-size: 0.8rem;
    color: #6B6C72;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-amount[b-apblcqq969] {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #4154C3;
}

.pricing-note[b-apblcqq969] {
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.75rem;
    font-style: italic;
}

.pricing-table[b-apblcqq969] {
    background-color: #F8F9FA;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    margin-bottom: 0.25rem;
    transition: all 0.3s ease;
}

.pricing-table:hover[b-apblcqq969] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.table-header[b-apblcqq969] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0.5rem;
    background-color: #E9ECEF;
    font-weight: 600;
    font-size: 0.75rem;
    color: #495057;
    border-bottom: 1px solid #DEE2E6;
}

.header-range[b-apblcqq969] {
    flex: 1;
}

.header-price[b-apblcqq969] {
    min-width: fit-content;
}

.table-row[b-apblcqq969] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
    border-bottom: 1px solid #F1F3F4;
}

.table-row:last-child[b-apblcqq969] {
    border-bottom: none;
}

.row-range[b-apblcqq969] {
    color: #333;
    font-weight: 400;
    line-height: 1.2;
    flex: 1;
    margin-right: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-price[b-apblcqq969] {
    font-weight: 600;
    color: #4154C3;
    white-space: nowrap;
    min-width: fit-content;
}

/* Pill container for "All types of Issued Capital" */
.capital-pill[b-apblcqq969] {
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #333;
    display: inline-block;
    border: none;
    text-align: center;
    width: max-content;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pill-container[b-apblcqq969] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.5rem;
}

.price-container[b-apblcqq969] {
    margin-bottom: 0.5rem;
}

.price-container h3[b-apblcqq969] {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    line-height: 1.2;
}

.price-container h3 span[b-apblcqq969] {
    font-size: 0.95rem;
    color: #6B6C72;
    font-weight: 400;
    margin-left: 2px;
}

.price-container p[b-apblcqq969] {
    font-size: 0.85rem;
    color: #6B6C72;
    margin-bottom: 0.75rem;
}

.entrance-fee[b-apblcqq969] {
    color: #6B6C72;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.entrance-fee span[b-apblcqq969] {
    color: #8C8C8C;
}

.apply-button[b-apblcqq969] {
    background-color: #4154C3;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.9rem 0;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    margin-top: auto;
}

.apply-button:hover[b-apblcqq969] {
    background-color: #354BB3;
    color: white;
    text-decoration: none;
}

/* Membership Footer Notes */
.membership-footer-notes[b-apblcqq969] {
    background-color: #F8F9FA;
    border-radius: 8px;
    padding: 1.25rem;
    margin: 2rem 0;
}

.membership-footer-notes p[b-apblcqq969] {
    font-size: 0.875rem;
    color: #555;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.membership-footer-notes ol[b-apblcqq969] {
    margin: 0;
    padding-left: 1.5rem;
}

.membership-footer-notes li[b-apblcqq969] {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.membership-footer-notes a[b-apblcqq969] {
    color: #3F51B5;
    text-decoration: none;
}

.membership-footer-notes a:hover[b-apblcqq969] {
    text-decoration: underline;
}

/* Payment Details */
.payment-details[b-apblcqq969] {
    margin-bottom: 3rem;
}

.payment-details h3[b-apblcqq969] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}

.payment-details p[b-apblcqq969] {
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.payment-methods[b-apblcqq969] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.payment-method[b-apblcqq969] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #F8F9FA;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.payment-icon[b-apblcqq969] {
    color: #3F51B5;
    font-weight: bold;
}

/* FAQ Section */
.faq-container[b-apblcqq969] {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item[b-apblcqq969] {
    border-bottom: 1px solid #E0E0E0;
}

.faq-question[b-apblcqq969] {
    padding: 1.25rem 0;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-icon[b-apblcqq969] {
    color: #4154C3;
    font-size: 1.5rem;
    font-weight: 300;
    margin-left: 1rem;
    min-width: 20px;
    text-align: center;
}

.faq-answer[b-apblcqq969] {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    opacity: 0;
}

.faq-answer.show[b-apblcqq969] {
    padding: 0 0 1.5rem 0;
    max-height: 500px;
    opacity: 1;
}

.faq-item.active .faq-question[b-apblcqq969] {
    color: #4154C3;
    font-weight: 600;
}

.link-underline-offset-2[b-apblcqq969] {
    text-decoration: none;
    color: #4154C3;
}

.link-underline-offset-2:hover[b-apblcqq969] {
    text-decoration: underline;
}

#faq[b-apblcqq969] {
    padding: 3rem 0 5rem;
}

#faq h2[b-apblcqq969] {
    margin-bottom: 0.75rem;
    font-weight: 600;
}

#faq p[b-apblcqq969] {
    color: #666;
    margin-bottom: 3rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .metrics-panel .col[b-apblcqq969] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .metrics-panel .col:last-child[b-apblcqq969] {
        border-bottom: none;
    }

    .hero-section[b-apblcqq969] {
        height: 200px;
    }
    
    .hero-content[b-apblcqq969] {
        padding: 0 15px;
        left: 20px;
        bottom: 15px;
    }
    
    .hero-content h1[b-apblcqq969] {
        font-size: 32px;
    }
    
    .display-5[b-apblcqq969], .display-4[b-apblcqq969] {
        font-size: 28px;
    }
    
    .membership-type-container[b-apblcqq969] {
        grid-template-columns: 1fr;
    }
    
    .payment-methods[b-apblcqq969] {
        flex-direction: column;
    }
    
    .payment-method[b-apblcqq969] {
        width: 100%;
    }
    
    /* Mobile responsive for pricing table */
    .price-range-display[b-apblcqq969] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .price-amount[b-apblcqq969] {
        font-size: 1.2rem;
    }
    
    .pricing-table[b-apblcqq969] {
        font-size: 0.65rem;
    }
    
    .table-header[b-apblcqq969] {
        padding: 0.3rem 0.5rem;
        font-size: 0.7rem;
    }
    
    .table-row[b-apblcqq969] {
        padding: 0.2rem 0.5rem;
        font-size: 0.65rem;
    }
    
    .row-range[b-apblcqq969] {
        margin-right: 0.3rem;
    }
    
    .apply-steps-container[b-apblcqq969] {
        gap: 15px;
    }
    
    .apply-step-card[b-apblcqq969] {
        width: 160px;
        height: 190px;
        padding: 20px 15px;
    }
    
    .apply-step-card .icon-container[b-apblcqq969] {
        margin-bottom: 10px;
    }
    
    .apply-step-card h4[b-apblcqq969] {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .apply-step-card .step-description[b-apblcqq969] {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .apply-steps-container[b-apblcqq969] {
        flex-direction: column;
        align-items: center;
    }
    
    .apply-step-card[b-apblcqq969] {
        width: 250px;
        height: auto;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .hero-section[b-apblcqq969] {
        height: 240px;
    }
    
    .hero-content h1[b-apblcqq969] {
        font-size: 40px;
    }
    
    .apply-steps-container[b-apblcqq969] {
        max-width: 900px;
    }
    
    .apply-step-card[b-apblcqq969] {
        width: 180px;
    }
}

@media (min-width: 1201px) {
    .container[b-apblcqq969] {
        max-width: 1224px;
    }
}

/* How to Apply Steps */
.apply-steps-container[b-apblcqq969] {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto;
}

.apply-step-card[b-apblcqq969] {
    background-color: #15137A;
    border-radius: 16px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 220px;
    height: 210px;
}

.apply-step-card .icon-container[b-apblcqq969] {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply-step-card h4[b-apblcqq969] {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.apply-step-card .step-description[b-apblcqq969] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.4;
}

.apply-step-card .step-description strong[b-apblcqq969] {
    color: white;
    font-weight: 600;
}
/* _content/FMM.WebApp/Components/Pages/LegalAdvisorPage.razor.rz.scp.css */
.ratio img[b-gpbk0zsv8h] {
    transform: scale(1.15);
    transform-origin: center 100px;
}
/* _content/FMM.WebApp/Components/Pages/Member/MemberDetailPage.razor.rz.scp.css */
.vstack[b-3youej7k5f] {
    display: flex;
    flex-direction: column;
}

.text-muted[b-3youej7k5f] {
    color: var(--bs-gray-600) !important;
}

.icon-link[b-3youej7k5f] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-body-color);
}

.icon-link:hover[b-3youej7k5f] {
    color: var(--bs-primary);
}

.icon-link i[b-3youej7k5f] {
    font-size: 1rem;
    line-height: 1;
}

h6[b-3youej7k5f] {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card[b-3youej7k5f] {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
} 
/* _content/FMM.WebApp/Components/Pages/Member/MemberListPage.razor.rz.scp.css */
.vstack[b-lmzcwneaha] {
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.company-name[b-lmzcwneaha] {
    min-height: 74px;
    margin-bottom: 1.5rem;
}

.contact-section[b-lmzcwneaha] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-info[b-lmzcwneaha] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.contact-info i[b-lmzcwneaha], 
[b-lmzcwneaha] .icon {
    flex-shrink: 0;
    margin-top: 0.25rem;
    width: 16px;
    text-align: center;
}

.contact-info-text[b-lmzcwneaha] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-text[b-lmzcwneaha] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-tags[b-lmzcwneaha] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.category-tag[b-lmzcwneaha] {
    display: inline-block;
    background-color: white;
    color: #374151;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    word-wrap: break-word;
    line-height: 1.3;
    max-width: 100%;
}

.category-tag.more-categories[b-lmzcwneaha] {
    background-color: white;
    color: #6b7280;
    font-size: 0.8rem;
} 
/* _content/FMM.WebApp/Components/Pages/MilestonesPage.razor.rz.scp.css */
div.spinner[b-a2e0gld2hx] {
    position: relative;
    width: 54px;
    height: 54px;
    display: inline-block;
    margin-left: 50%;
    margin-right: 50%;
    padding: 10px;
    border-radius: 10px;
}

    div.spinner div[b-a2e0gld2hx] {
        width: 8%;
        height: 20%;
        background: #93949E;
        position: absolute;
        left: 49%;
        top: 43%;
        opacity: 0;
        -webkit-border-radius: 50px;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        -webkit-animation: fade 1s linear infinite;
    }

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

div.spinner div.bar1[b-a2e0gld2hx] {
    -webkit-transform: rotate(0deg) translate(0, -110%);
    -webkit-animation-delay: 0s;
}

div.spinner div.bar2[b-a2e0gld2hx] {
    -webkit-transform: rotate(45deg) translate(0, -110%);
    -webkit-animation-delay: -0.875s;
}

div.spinner div.bar3[b-a2e0gld2hx] {
    -webkit-transform: rotate(90deg) translate(0, -110%);
    -webkit-animation-delay: -0.75s;
}

div.spinner div.bar4[b-a2e0gld2hx] {
    -webkit-transform: rotate(135deg) translate(0, -110%);
    -webkit-animation-delay: -0.625s;
}

div.spinner div.bar5[b-a2e0gld2hx] {
    -webkit-transform: rotate(180deg) translate(0, -110%);
    -webkit-animation-delay: -0.5s;
}

div.spinner div.bar6[b-a2e0gld2hx] {
    -webkit-transform: rotate(225deg) translate(0, -110%);
    -webkit-animation-delay: -0.375s;
}

div.spinner div.bar7[b-a2e0gld2hx] {
    -webkit-transform: rotate(270deg) translate(0, -110%);
    -webkit-animation-delay: -0.25s;
}

div.spinner div.bar8[b-a2e0gld2hx] {
    -webkit-transform: rotate(315deg) translate(0, -110%);
    -webkit-animation-delay: -0.125s;
}
/* _content/FMM.WebApp/Components/Pages/Publications/PublicationToAdvertisePage.razor.rz.scp.css */
/* Form group styling */
.form-group[b-vzncb6wr2d] {
    margin-bottom: 20px;
}

/* Label styling */
.form-label[b-vzncb6wr2d] {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

/* Required field indicator */
.required[b-vzncb6wr2d] {
    color: #dc3545;
    margin-left: 2px;
}

/* Form control styling */
.form-control[b-vzncb6wr2d] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-vzncb6wr2d] {
    border-color: #2b982b;
    box-shadow: 0 0 0 0.2rem rgba(43, 152, 43, 0.25);
    outline: none;
}

/* Placeholder styling */
.form-control[b-vzncb6wr2d]::placeholder {
    color: #adb5bd;
    opacity: 0.65;
}

/* For Firefox */
.form-control[b-vzncb6wr2d]::-moz-placeholder {
    color: #adb5bd;
    opacity: 0.65;
}



/* Section title styling */
.section-title[b-vzncb6wr2d] {
    margin-bottom: 30px;
}

.section-title h3[b-vzncb6wr2d] {
    color: black;
    font-size: 24px;
    margin-bottom: 10px;
}

.form-instruction[b-vzncb6wr2d] {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Alert message styling */
.alert[b-vzncb6wr2d] {
    border-radius: 4px;
    padding: 12px 20px;
    margin-bottom: 20px;
    border: none;
}

.alert-success[b-vzncb6wr2d] {
    background-color: #d4edda;
    color: #155724;
    border-left: 4px solid #2b982b;
}

.alert-danger[b-vzncb6wr2d] {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

/* Back link styling */
.icon-link[b-vzncb6wr2d] {
    color: #4755c3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.icon-link:hover[b-vzncb6wr2d] {
    text-decoration: underline;
}

.icon-link i[b-vzncb6wr2d] {
    font-size: 14px;
}

/* Form actions styling */
.form-actions[b-vzncb6wr2d] {
    margin-top: 30px;
}

/* Error message styling */
.error-message[b-vzncb6wr2d] {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 5px;
    display: block;
    background-color: #fff1f0;
    border-left: 3px solid #dc3545;
    padding: 8px 12px;
    border-radius: 0 4px 4px 0;
} 
/* _content/FMM.WebApp/Components/Pages/Shopping Cart/Payment.razor.rz.scp.css */

.payment-result-card[b-o9jfcui65e] {
    background: white;
    border-radius: 12px;
    padding: 3rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto;
}

.success-card[b-o9jfcui65e] {
    border: 2px solid #28a745;
}

.error-card[b-o9jfcui65e] {
    border: 2px solid #dc3545;
}

.payment-icon-container[b-o9jfcui65e] {
    position: relative;
    display: inline-block;
}

.payment-icon[b-o9jfcui65e] {
    font-size: 10rem;
    animation: scaleIn-b-o9jfcui65e 0.5s ease-out;
}

.success-card .payment-icon[b-o9jfcui65e] {
    filter: drop-shadow(0 4px 8px rgba(40, 167, 69, 0.3));
}

.error-card .payment-icon[b-o9jfcui65e] {
    filter: drop-shadow(0 4px 8px rgba(220, 53, 69, 0.3));
}

@keyframes scaleIn-b-o9jfcui65e {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.payment-title[b-o9jfcui65e] {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.payment-message[b-o9jfcui65e] {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #6c757d;
}

.payment-details[b-o9jfcui65e] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: left;
    border-left: 4px solid #007bff;
}

.detail-item[b-o9jfcui65e] {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

    .detail-item:last-child[b-o9jfcui65e] {
        margin-bottom: 0;
    }

.error-detail[b-o9jfcui65e] {
    color: #dc3545;
    font-weight: 500;
}

.payment-actions[b-o9jfcui65e] {
    margin-top: 2rem;
}

.btn[b-o9jfcui65e] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn:hover[b-o9jfcui65e] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.min-vh-100[b-o9jfcui65e] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

@media (max-width: 576px) {
    .payment-result-card[b-o9jfcui65e] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }

    .payment-icon[b-o9jfcui65e] {
        font-size: 3rem;
    }

    .payment-title[b-o9jfcui65e] {
        font-size: 1.5rem;
    }

    .btn[b-o9jfcui65e] {
        padding: 0.625rem 1.25rem;
        font-size: 0.9rem;
    }

    .payment-actions .btn[b-o9jfcui65e] {
        display: block;
        width: 100%;
        margin-bottom: 0.75rem;
    }

        .payment-actions .btn:last-child[b-o9jfcui65e] {
            margin-bottom: 0;
        }
}

/* _content/FMM.WebApp/Components/Pages/Shopping Cart/ShoppingCartStepper.razor.rz.scp.css */
.horizontal-stepper[b-lswur1ntcj] {
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

    .horizontal-stepper .stepper[b-lswur1ntcj] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0;
    }

    .horizontal-stepper .step[b-lswur1ntcj] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-width: 120px;
        /*cursor: pointer;*/
        transition: all 0.3s ease;
        z-index: 1;
        position: relative;
    }

        /*.horizontal-stepper .step:hover {
            transform: translateY(-2px);
        }*/

    .horizontal-stepper .step-number[b-lswur1ntcj] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 8px;
        border: 2px solid #dee2e6;
        background: #fff;
        color: #6c757d;
        transition: all 0.3s ease;
    }

    .horizontal-stepper .step-label[b-lswur1ntcj] {
        font-weight: 600;
        font-size: 16px;
        color: #333;
        margin-bottom: 12px;
        margin-top: 6px;
    }

    .horizontal-stepper .step-connector[b-lswur1ntcj] {
        flex: 1;
        height: 2px;
        background: #dee2e6;
        margin: 0 10px;
        position: relative;
        top: -20px;
        transition: all 0.3s ease;
    }

    /* Active step styles */
    .horizontal-stepper .step.active .step-number[b-lswur1ntcj] {
        background-color: #4851c3;
        color: #fff; /* Keep active step numbers white */
        box-shadow: 0 0 0 2px rgba(72, 81, 195, 0.2);
    }

    /*.horizontal-stepper .step.active .step-label {
        color: #0d6efd;
        font-weight: 600;
    }*/

    /* Completed step styles */
    .horizontal-stepper .step.completed .step-number[b-lswur1ntcj] {
        background: #198754;
        border-color: #198754;
        color: white;
    }

    .horizontal-stepper .step.completed .step-label[b-lswur1ntcj] {
        color: #198754;
    }

    .horizontal-stepper .step.completed .checkmark[b-lswur1ntcj] {
        font-size: 18px;
        font-weight: bold;
    }

    /* Active/completed connector styles */
    .horizontal-stepper .step-connector.active[b-lswur1ntcj],
    .horizontal-stepper .step-connector.completed[b-lswur1ntcj] {
        background: #198754;
    }

/* Responsive design for mobile */
@media (max-width: 768px) {
    .horizontal-stepper[b-lswur1ntcj] {
        padding: 15px 10px;
        margin: 15px 0;
    }

        .horizontal-stepper .step[b-lswur1ntcj] {
            min-width: 80px;
        }

        .horizontal-stepper .step-number[b-lswur1ntcj] {
            width: 35px;
            height: 35px;
            font-size: 14px;
        }

        .horizontal-stepper .step-label[b-lswur1ntcj] {
            font-size: 12px;
            max-width: 80px;
        }

        .horizontal-stepper .step-connector[b-lswur1ntcj] {
            margin: 0 5px;
            top: -18px;
        }
}

/* Extra small screens */
@media (max-width: 480px) {
    .horizontal-stepper .stepper[b-lswur1ntcj] {
        justify-content: flex-start;
        gap: 10px;
    }

    .horizontal-stepper .step[b-lswur1ntcj] {
        min-width: 70px;
    }

    .horizontal-stepper .step-number[b-lswur1ntcj] {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .horizontal-stepper .step-label[b-lswur1ntcj] {
        font-size: 11px;
        max-width: 70px;
    }

    .horizontal-stepper .step-connector[b-lswur1ntcj] {
        flex: 0 0 20px;
        margin: 0 2px;
        top: -15px;
    }
}
/* _content/FMM.WebApp/Components/Shared/ApplicationFormSidebar.razor.rz.scp.css */
/* Stepper sidebar styling */
.stepper-sidebar[b-2aosxuumj8] {
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 30px;
}

.stepper[b-2aosxuumj8] {
    display: flex;
    flex-direction: column;
    gap: 35px;
    background-color: #f5f7ff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.step[b-2aosxuumj8] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    position: relative;
    padding-left: 36px;
    cursor: pointer;
}

/* Vertical line between main steps - not touching circles */
.step:not(:last-child)[b-2aosxuumj8]::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 40px; /* Starts below the circle */
    bottom: -27px; /* Ends before the next circle */
    width: 1px;
    background-color: #ddd;
    z-index: 1;
}

.step.active:not(:last-child)[b-2aosxuumj8]::before {
    background-color: #4851c3;
}

.step-number[b-2aosxuumj8] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ddd;
    color: #555; /* Darker grey for numbers */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.step.active .step-number[b-2aosxuumj8] {
    background-color: #4851c3;
    color: #fff; /* Keep active step numbers white */
    box-shadow: 0 0 0 2px rgba(72, 81, 195, 0.2);
}

.step.completed .step-number[b-2aosxuumj8] {
    background-color: #28a745;
    color: #fff; /* Keep completed step checkmarks white */
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}

.step.completed .step-number .checkmark[b-2aosxuumj8] {
    font-size: 18px;
    font-weight: bold;
}

.step-label[b-2aosxuumj8] {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    margin-top: 6px;
}

.step.completed .step-label[b-2aosxuumj8] {
    /* Keeping normal text color instead of green */
    color: #333;
}

.step-content[b-2aosxuumj8] {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Increase gap for more equal spacing */
    margin-left: 0;
    padding-left: 10px;
}

.step-item[b-2aosxuumj8] {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    padding: 4px 0;
    position: relative;
    cursor: pointer;
}

/* Add short grey lines between substeps */
.step-item:not(:last-child)[b-2aosxuumj8]::after {
    content: '';
    position: absolute;
    left: 8px; /* Center of dot */
    top: 26px; /* Below the dot */
    height: 16px; /* Longer line for equal spacing */
    width: 1px;
    background-color: #ddd;
}

.radio-dot[b-2aosxuumj8] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 10px;
    flex-shrink: 0;
    position: relative;
    background-color: #f0f0f0;
    z-index: 2;
}

/* Active state - no filled circle */
.radio-dot.active[b-2aosxuumj8] {
    border: 2px solid #4851c3;
    background-color: #fff;
}

/* Remove the inner filled circle for active state */
.radio-dot.active[b-2aosxuumj8]::after {
    content: none;
}

.step-item.active[b-2aosxuumj8] {
    color: #4851c3;
    font-weight: 500;
}

/* Completed state styling */
.radio-dot.completed[b-2aosxuumj8] {
    background-color: #28a745;
    border-color: #28a745;
    position: relative;
}

/* Properly centered checkmark */
.radio-dot.completed[b-2aosxuumj8]::after {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.step-item.completed[b-2aosxuumj8] {
    /* Keeping normal text color instead of green */
    color: #666;
}

/* Media query to handle narrow screens */
@media (max-width: 768px) {
    .business-type-options[b-2aosxuumj8] {
        flex-wrap: wrap;
    }
    
    .business-type-option[b-2aosxuumj8] {
        flex: 1 1 40%;
        border-bottom: 1px solid #ddd;
    }
    
    .business-type-option:nth-child(even)[b-2aosxuumj8] {
        border-right: none;
    }
    
    .business-type-option:nth-last-child(-n+2):nth-child(odd)[b-2aosxuumj8] {
        border-bottom: none;
    }
}

/* Disabled state styling for when navigation is locked after submission */
.navigation-disabled .step.disabled[b-2aosxuumj8] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.navigation-disabled .step.disabled .step-label[b-2aosxuumj8] {
    color: #999;
}

.navigation-disabled .step.disabled .step-item[b-2aosxuumj8] {
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}

.navigation-disabled .step.disabled .radio-dot[b-2aosxuumj8] {
    border-color: #ddd;
    background-color: #f5f5f5;
}

.navigation-disabled .step.disabled .radio-dot.completed[b-2aosxuumj8] {
    background-color: #ccc;
    border-color: #ccc;
}

.navigation-disabled .step.disabled .radio-dot.completed[b-2aosxuumj8]::after {
    border-color: #999;
}

/* Mobile toggle button - custom hamburger icon */
.navbar-toggler[b-2aosxuumj8] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.375rem 0.75rem;
}

.navbar-toggler:focus[b-2aosxuumj8] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.hamburger-icon[b-2aosxuumj8] {
    display: flex;
    flex-direction: column;
    width: 16px;
    height: 14px;
    justify-content: space-between;
}

.hamburger-icon span[b-2aosxuumj8] {
    display: block;
    height: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 1px;
}

.navbar-toggler:hover .hamburger-icon span[b-2aosxuumj8] {
    background-color: rgba(0, 0, 0, 0.9);
}

/* Mobile stepper in offcanvas - simple design */
.mobile-stepper[b-2aosxuumj8] {
    width: 100%;
    position: static;
    top: auto;
}

.mobile-stepper .stepper[b-2aosxuumj8] {
    background-color: #f5f7ff;
    padding: 1.5rem;
    border-radius: 0;
    box-shadow: none;
    gap: 1.5rem;
}

/* Adjust spacing for mobile */
.mobile-stepper .step[b-2aosxuumj8] {
    padding-left: 2rem;
}

.mobile-stepper .step:not(:last-child)[b-2aosxuumj8]::before {
    left: 0.8rem;
}

/* Make step items touch-friendly */
.mobile-stepper .step-item[b-2aosxuumj8] {
    padding: 0.5rem 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mobile-stepper .step-item:hover[b-2aosxuumj8] {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Offcanvas customizations - simple design */
.offcanvas-start[b-2aosxuumj8] {
    width: 320px !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .stepper-sidebar:not(.mobile-stepper)[b-2aosxuumj8] {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .stepper-sidebar[b-2aosxuumj8] {
        width: 280px;
        position: sticky;
        top: 30px;
    }
} 
