/*# sourceMappingURL=custom.min.css.map */
label+span {
    color: #ff0000;
}

:root {
    --vz-primary: #4361ee;
    --vz-primary-rgb: 67, 97, 238;
    --vz-secondary: #0acf97;
    --vz-secondary-rgb: 10, 207, 151;
    --bs-primary: #4361ee;
    --bs-primary-rgb: 67, 97, 238;
    --bs-secondary: #0acf97;
    --bs-secondary-rgb: 10, 207, 151;
}

/* Login Page Styles */
.auth-page-content .card {
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border-radius: 0.5rem;
}

.auth-page-wrapper .auth-logo {
    margin-bottom: 2rem;
}

.form-control {
    padding: 0.571rem 1rem;
    font-size: 1rem;
    border-radius: 0.357rem;
}

.password-addon {
    padding: 0.571rem 1rem;
}

/* Floating Topbar Style */
#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: transparent;
    transition: all 0.1s ease-out;
}

@media (min-width: 768px) {
    #page-topbar {
        left: var(--vz-vertical-menu-width, 260px) !important;
    }
}

.layout-width {
    max-width: 1440px;
    margin: 0 auto;
}

.navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 1.5rem 0;
    padding: 0 1rem;
    background-color: #fff;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border-radius: 0.625rem;
    min-height: 62px;
}

/* App Search */
.app-search {
    padding: calc(32px / 2) 0;
}

.app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: transparent;
    box-shadow: none;
}

.app-search .search-widget-icon {
    position: absolute;
    z-index: 10;
    font-size: 18px;
    line-height: 38px;
    left: 13px;
    top: 0;
    color: #878a99;
}

.header-item {
    height: auto;
    display: flex;
    align-items: center;
}

.topbar-user {
    background-color: transparent;
}

/* Fix content overlap with fixed header */
.main-content {
    margin-top: 95px !important;
    /* Increased to fix overlap (50+45) */
}

/* Floating Page Title Style */
.page-title-box {
    background-color: #fff !important;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border-radius: 0.625rem;
    padding: 1rem 1.5rem !important;
    margin: 1rem 1.5rem 1.5rem 1.5rem !important;
    /* Match header horizontal spacing */
}

.page-content {
    padding-top: 0 !important;
    /* Remove default theme padding */
}