#loading {
    display: none !important;
}

.iq-top-navbar {
    left: 260px;
}

@media (max-width: 1299px) {
    .iq-top-navbar {
        left: 0;
    }
}

#pills-tab-1.nav-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#pills-tab-1 .nav-item {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

#pills-tab-1 .nav-link {
    height: auto;
    min-height: 48px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.content-page {
    margin-left: 260px;
    padding: 0 15px 40px;
}

@media (max-width: 1299px) {
    .content-page {
        margin-left: 0;
    }
}

.iq-sidebar-logo img {
    max-height: 48px;
    width: auto;
}

body.color-light {
    background: #f5f6fa;
}

.table-responsive {
    overflow-x: auto;
}

.notice-popup-mask {
    position: fixed;
    inset: 0;
    z-index: 10050;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.notice-popup-mask.is-hidden {
    display: none;
}

.notice-popup {
    width: 100%;
    max-width: 420px;
    max-height: min(82vh, 640px);
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
}

.notice-popup-head {
    flex: 0 0 auto;
    background: linear-gradient(135deg, #2d4da6, #013b7b);
    color: #fff;
    text-align: center;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 700;
}

.notice-popup-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px;
    text-align: left;
}

.notice-popup-card {
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.65;
    color: #111;
}

.notice-popup-card p {
    margin: 0 0 8px;
}

.notice-popup-card p:last-child {
    margin-bottom: 0;
}

.notice-popup-card.pink {
    background: #fff5f5;
    border: 2px solid #ffc8c8;
}

.notice-popup-card.blue {
    background: #f0f8ff;
    border: 2px solid #b3d8ff;
    margin-bottom: 0;
}

.notice-popup-foot {
    flex: 0 0 auto;
    padding: 10px 12px 14px;
}

.notice-popup-btn {
    display: block;
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 10px;
    background: #9aa4b5;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: not-allowed;
}

.notice-popup-btn.is-ready {
    background: linear-gradient(135deg, #2d4da6, #013b7b);
    cursor: pointer;
}

@media (max-width: 600px) {
    .notice-inline {
        display: none !important;
    }

    .notice-popup {
        max-height: calc(100vh - 24px - env(safe-area-inset-bottom));
    }
}
