.css-749mnm {
    position: fixed;
    z-index: 1300;
    inset: 0px;
}
.css-1lbe2ow {
    position: fixed;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    inset: 0px;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    z-index: -1;
}

.css-d1xm6m {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    box-shadow: var(--Paper-shadow);
    background-image: var(--Paper-overlay);
    position: absolute;
    overflow: hidden auto;
    min-width: 16px;
    min-height: 16px;
    max-width: calc(100% - 32px);
    outline: 0px;
}

.css-ubifyk {
    list-style: none;
    margin: 0px;
    padding: 8px 0px;
    position: relative;
    outline: 0px;
}

.css-aw585s {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    color: inherit;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    min-height: 48px;
    padding: 6px 16px;
    box-sizing: border-box;
    white-space: nowrap;
    min-width: 160px;
}

.css-aw585s.Mui-disabled {
    pointer-events: none;
    cursor: default;
}

.css-aw585s:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.04);
}

.css-aw585s.Mui-selected {
    background-color: rgba(0, 0, 0, 0.08);
}

.css-149hz73 {
    width: 24px;
    height: auto;
    margin-right: 12px;
    border-radius: 2px;
}

.css-n4oace {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.css-4mb1j7 {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

.d-none { display: none; }
.d_none { display: none!important; }

.iti__search-input { height: 42px; }

.select2-selection.select2-selection--single {
    height: 56px !important;
    padding: 15px;
}

.is-invalid {
    border: 1px solid #d32f2f !important;
    border-radius: 4px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.select_lang .lang-name { display: none; }

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1100;
}

.mobile-menu-toggle .menu-icon {
    width: 100%;
    height: 2.5px;
    background-color: #1a1a2e;
    transition: all 0.3s;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .mobile-menu-toggle { display: flex; order: 3; margin-left: auto; }
    .header-nav-wrapper {
        position: fixed;
        top: 60px;
        right: -100%;
        width: 280px;
        height: calc(100vh - 60px);
        background: white;
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease-in-out;
        z-index: 1000;
        overflow-y: auto;
        padding: 20px 0;
        display: flex !important;
        flex-direction: column;
    }
    .header-nav-wrapper.mobile-menu-open { right: 0; }
}
