.portal-ios-shell {
    margin-left: 0;
    margin-right: 0;
}

.portal-ios-shell > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.portal-ios-nav {
    background: #f3f6fc;
    border: 1px solid #dce7f8;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 12px 26px rgba(17, 56, 114, 0.08);
}

.portal-ios-nav-title {
    color: #114c9e;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.portal-ios-nav-section {
    margin-top: 10px;
    border-top: 1px solid #dfe8f7;
    padding-top: 10px;
}

.portal-ios-nav-section-title {
    color: #3d6fae;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.portal-ios-nav-link {
    display: block;
    text-decoration: none;
    color: #103b77;
    background: #ffffff;
    border: 1px solid #d7e3f6;
    border-radius: 14px;
    padding: 11px 13px;
    margin-bottom: 8px;
    font-weight: 700;
}

.portal-ios-nav-link:hover {
    text-decoration: none;
    color: #0f3d80;
    border-color: #c7dafb;
    background: #f7faff;
}

.portal-ios-nav-link.active {
    background: #e3edff;
    color: #0f3d80;
    border-color: #abc8f6;
}

.portal-ios-nav-link.danger {
    color: #b42318;
    border-color: #f1c2c2;
}

.portal-ios-card {
    background: #f8fbff;
    border: 1px solid #dce7f8;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 14px 30px rgba(17, 56, 114, 0.08);
}

.portal-ios-card h2,
.portal-ios-card h3 {
    color: #0d315f;
    font-weight: 700;
}

.portal-ios-card h2,
.portal-ios-card h3 {
    display: inline-flex;
    align-items: center;
}

.portal-ios-card h2::before,
.portal-ios-card h3::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("/images/fasvg/file-lines.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
}

.portal-ios-muted {
    color: #587095;
}

.portal-ios-screen-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.portal-ios-page-title {
    margin: 0;
    color: #0d315f;
    font-weight: 700;
    font-size: 24px;
}

.portal-ios-subtitle {
    color: #587095;
    font-size: 14px;
    margin-bottom: 16px;
}

.portal-ios-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #e6efff;
    color: #19498f;
    border: 1px solid #bfd5fa;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 11px;
}

.portal-ios-group {
    background: #ffffff;
    border: 1px solid #d7e3f6;
    border-radius: 14px;
    overflow: hidden;
}

.portal-ios-group + .portal-ios-group {
    margin-top: 14px;
}

.portal-ios-group-title {
    margin: 0 0 8px 2px;
    color: #406b9f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.portal-ios-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 15px;
    border-bottom: 1px solid #edf3fb;
}

.portal-ios-row:last-child {
    border-bottom: 0;
}

.portal-ios-row-label {
    color: #35567f;
    font-weight: 600;
    font-size: 14px;
}

.portal-ios-row-value {
    color: #12263f;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    word-break: break-word;
}

.portal-ios-banner {
    background: #edf4ff;
    color: #1f4988;
    border: 1px solid #c8dcfb;
    border-radius: 12px;
    padding: 11px 13px;
    font-weight: 600;
    margin-bottom: 14px;
}

.portal-ios-list-card {
    display: block;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #d7e3f6;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 10px;
}

.portal-ios-list-card:hover {
    text-decoration: none;
    border-color: #c6daf6;
    background: #fbfdff;
}

.portal-ios-list-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.portal-ios-list-title {
    color: #113764;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.portal-ios-list-sub {
    color: #5b7395;
    font-size: 13px;
    margin-top: 3px;
}

.portal-ios-subvalue {
    color: #232a34;
    font-weight: 600;
}

.portal-ios-status {
    display: inline-flex;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 9px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.portal-ios-status-active {
    color: #0a6b35;
    background: #e8f9ee;
    border: 1px solid #a8e3bc;
}

.portal-ios-status-inactive {
    color: #8a1f1f;
    background: #ffefef;
    border: 1px solid #f2c5c5;
}

.portal-ios-status-pending {
    color: #7a4b03;
    background: #fff5dd;
    border: 1px solid #f1d393;
}

.portal-ios-empty {
    padding: 28px 14px;
    text-align: center;
    color: #6d819f;
    background: #ffffff;
    border: 1px dashed #c9d9f1;
    border-radius: 14px;
}

.portal-ios-submission-entry {
    padding: 0;
    overflow: hidden;
}

.portal-ios-submission-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 14px;
}

.portal-ios-submission-toggle:focus {
    outline: 0;
}

.portal-ios-submission-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
    background: #f8fbff;
}

.portal-ios-submission-panel.open {
    max-height: 420px;
}

.portal-ios-inline-loader {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portal-ios-subdetail-card {
    margin: 0 12px 12px 12px;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #d7e3f6;
    background: #ffffff;
    position: relative;
}

.portal-ios-collapse-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid #c9dbf7;
    background: #f3f8ff;
    color: #1e4d8f;
    padding: 0;
    line-height: 1;
}

.portal-ios-employee-row {
    display: grid;
    grid-template-columns: minmax(140px, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #edf3fb;
}

.portal-ios-employee-row:last-child {
    border-bottom: 0;
}

.portal-ios-employee-name {
    color: #21364f;
    font-weight: 600;
}

.portal-ios-employee-hours {
    color: #21364f;
    font-weight: 600;
    white-space: nowrap;
}

.portal-ios-employee-status {
    color: #4e6888;
    font-weight: 600;
    white-space: nowrap;
}

.portal-ios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.portal-ios-tile {
    border: 1px solid #d6e7ff;
    background: #f8fbff;
    border-radius: 12px;
    padding: 12px;
}

.portal-ios-tile-title {
    color: #114c9e;
    font-weight: 700;
}

.portal-ios-tile-text {
    color: #5b7ca8;
    margin-top: 4px;
    font-size: 13px;
}

.portal-ios-form-group {
    margin-bottom: 12px;
}

.portal-ios-form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #114c9e;
}

.portal-ios-input {
    width: 100%;
    border: 1px solid #c9defe;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
}

.portal-ios-btn {
    display: inline-block;
    border: none;
    border-radius: 12px;
    background: #1f6feb;
    color: #fff;
    padding: 10px 14px;
    font-weight: 600;
    text-decoration: none;
}

.portal-ios-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #165dc8;
}

@media (max-width: 991.98px) {
    .portal-ios-card {
        padding: 16px;
    }

    .portal-ios-page-title {
        font-size: 22px;
    }

    .portal-ios-row {
        display: block;
    }

    .portal-ios-row-value {
        margin-top: 4px;
        text-align: left;
    }

    .portal-ios-employee-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
