/* SREX Customer Admin Modern Styles */

/* Override theme styles for text visibility */
.srex-customer-admin-wrapper h1,
.srex-customer-admin-wrapper h2,
.srex-customer-admin-wrapper h3,
.srex-customer-admin-wrapper h4,
.srex-customer-admin-wrapper h5,
.srex-customer-admin-wrapper h6,
.srex-customer-admin-wrapper p,
.srex-customer-admin-wrapper span,
.srex-customer-admin-wrapper label,
.srex-customer-admin-wrapper li,
.srex-customer-admin-wrapper td,
.srex-customer-admin-wrapper th,
.srex-customer-admin-wrapper a,
.srex-customer-admin-wrapper input,
.srex-customer-admin-wrapper select,
.srex-customer-admin-wrapper textarea {
    color: #23272e !important;
}
.srex-customer-admin-wrapper .button,
.srex-customer-admin-wrapper .button-primary {
    color: #fff !important;
    /* background: #23272e; */
    /* border: none; */
}
.srex-customer-admin-wrapper .button:hover,
.srex-customer-admin-wrapper .button-primary:hover {
    /* background: #3a3f47; */
}
.srex-customer-admin-wrapper {
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    color: #23272e;

}.srex-admin-content {
    flex: 1;
    padding: 2.5rem 3rem;
    background: #f7f8fa;
    min-height: 600px;
    color: #23272e;
}

.srex-admin-sidebar {
    background: #23272e;
    color: #fff;
    min-width: 220px;
    padding: 2rem 1rem;
    border-right: 1px solid #eaeaea;
}
.srex-admin-sidebar nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.srex-admin-sidebar nav ul li {
    margin-bottom: 1.2rem;
    max-width: 220px;
}
.srex-menu-link {
    color: #48a1fa !important;
    background: #475569 !important;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    display: block;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.srex-menu-link:hover, .srex-menu-link.active {
    background: #475569 !important;
    color: #ffe082 !important;
}
.srex-submenu {
    margin-left: 1rem!important;
    margin-top: -0.8rem!important;
}
.srex-submenu li {
    margin-top: -0.8rem!important;
    max-width: 210px!important;
}

.srex-customer-admin-wrapper a {
    color: #48a1fa !important;
    text-decoration: none;
}

@media (max-width: 900px) {
    .srex-customer-admin-wrapper {
        flex-direction: column;
    }
    .srex-admin-sidebar {
        min-width: 100%;
        border-right: none;
        border-bottom: 1px solid #eaeaea;
    }
    .srex-admin-content {
        padding: 1.5rem;
    }
}
