@import '_content/CGSpectrum.Components/CGSpectrum.Components.hlmuck0yc9.bundle.scp.css';

/* /Areas/Recruiter/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-metmm5sbdp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-metmm5sbdp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-metmm5sbdp] {
    font-size: 1.1rem;
}

.oi[b-metmm5sbdp] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-metmm5sbdp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-metmm5sbdp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-metmm5sbdp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-metmm5sbdp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-metmm5sbdp]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-metmm5sbdp]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 768px) {
    .navbar-toggler[b-metmm5sbdp] {
        display: none;
    }

    .collapse[b-metmm5sbdp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Areas/Recruiter/Shared/RecruiterLayout.razor.rz.scp.css */
.page[b-mrclx3xmcn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-mrclx3xmcn] {
    flex: 1;
}

.sidebar[b-mrclx3xmcn] {
    /*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, red 70%);
}

.top-row[b-mrclx3xmcn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mrclx3xmcn]  a, .top-row .btn-link[b-mrclx3xmcn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mrclx3xmcn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-mrclx3xmcn] {
        display: none;
    }

    .top-row.auth[b-mrclx3xmcn] {
        justify-content: space-between;
    }

    .top-row a[b-mrclx3xmcn], .top-row .btn-link[b-mrclx3xmcn] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-mrclx3xmcn] {
        flex-direction: row;
    }

    .sidebar[b-mrclx3xmcn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mrclx3xmcn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-mrclx3xmcn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Areas/StudentLearning/Shared/NavMenuStudent.razor.rz.scp.css */
.navbar-toggler[b-0uyc0ihqzi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0uyc0ihqzi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0uyc0ihqzi] {
    font-size: 1.1rem;
}

.oi[b-0uyc0ihqzi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0uyc0ihqzi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0uyc0ihqzi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0uyc0ihqzi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0uyc0ihqzi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-0uyc0ihqzi]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-0uyc0ihqzi]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 768px) {
    .navbar-toggler[b-0uyc0ihqzi] {
        display: none;
    }

    .collapse[b-0uyc0ihqzi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Areas/StudentLearning/Shared/StudentLayout.razor.rz.scp.css */
.page[b-oj8wu16osk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-oj8wu16osk] {
    flex: 1;
}

.sidebar[b-oj8wu16osk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-oj8wu16osk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oj8wu16osk]  a, .top-row .btn-link[b-oj8wu16osk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-oj8wu16osk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-oj8wu16osk] {
        display: none;
    }

    .top-row.auth[b-oj8wu16osk] {
        justify-content: space-between;
    }

    .top-row a[b-oj8wu16osk], .top-row .btn-link[b-oj8wu16osk] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-oj8wu16osk] {
        flex-direction: row;
    }

    .sidebar[b-oj8wu16osk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oj8wu16osk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-oj8wu16osk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/SupportComponents/SupportChatComponent.razor.rz.scp.css */
/* Root: fixed to bottom right, always visible */
.floating-chat-root[b-euh1zznffi] {
    position: fixed;
    bottom: 2.2rem;
    right: 2.2rem;
    z-index: 9999;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* Floating Action Button */
.floating-chat-btn[b-euh1zznffi] {
    position: relative; 
    bottom: 2.2rem;
    right: 2.2rem;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #a685fa 60%, #7d5fff 100%);
    border: none;
    border-radius: 50%;
    box-shadow: 0 8px 36px 0 rgba(124, 93, 255, 0.23);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.18s;
    outline: none;
    padding: 0;
}

    .floating-chat-btn:hover[b-euh1zznffi], .floating-chat-btn:focus[b-euh1zznffi] {
        box-shadow: 0 12px 44px 0 rgba(124, 93, 255, 0.33);
    }

.chat-notification-dot[b-euh1zznffi] {
    position: absolute;
    top: -35px;
    right: 27px;
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid white;
    z-index: 10;
}

/* Chat Window with soft layering and animation */
.floating-chat-window[b-euh1zznffi] {
    position: relative;
    bottom: 2.2rem;
    right: 2.2rem;
    width: 370px;
    max-width: 96vw;
    max-height: 74vh;
    background: rgba(251, 246, 255, 0.95);
    border-radius: 22px;
    box-shadow: 0 12px 36px 0 rgba(124, 93, 255, 0.19), 0 1.5px 4px #fff5 inset;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transform: translateY(44px) scale(0.97);
    transition: opacity .34s cubic-bezier(.53,.09,.71,.69), transform .34s cubic-bezier(.53,.09,.71,.69);
}

    .floating-chat-window.open[b-euh1zznffi] {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .floating-chat-window .chat-dialog-overlay[b-euh1zznffi] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 10;
        display: none;
    }

    .floating-chat-window .cgs-dialog-box.compact[b-euh1zznffi] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 20;
    }

/* Chat Header */
.floating-chat-header[b-euh1zznffi] {
    background: linear-gradient(120deg, #a685fa 30%, #7d5fff 85%);
    color: #fff;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    font-weight: bold;
    font-size: 1.08rem;
    padding: 1.12rem 1.4rem 0.95rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 18px 0 rgba(125, 95, 255, 0.11);
}

.floating-chat-title[b-euh1zznffi] {
    font-size: 1.12rem;
    letter-spacing: 0.01em;
}

.floating-chat-header .floating-chat-end[b-euh1zznffi] {
    margin-right: 0.6rem;
}

.floating-chat-end[b-euh1zznffi] {
    background: linear-gradient(90deg, #ffb4d2 0%, #a685fa 100%);
    color: #fff;
    border: none;
    border-radius: 7px;
    margin-right: 12px;
    padding: 8px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 2px 10px 0 rgba(155,93,229,0.08);
    cursor: pointer;
    transition: background 0.18s cubic-bezier(.53,.09,.71,.69), transform 0.18s cubic-bezier(.53,.09,.71,.69), box-shadow 0.18s cubic-bezier(.53,.09,.71,.69);
    outline: none;
    border: 2px solid #fff;
}

    .floating-chat-end:hover[b-euh1zznffi], .floating-chat-end:focus[b-euh1zznffi] {
        background: linear-gradient(90deg, #ff4f9c 0%, #7d5fff 100%);
        color: #fff;
        transform: translateY(-2px) scale(1.04);
        box-shadow: 0 4px 18px 0 rgba(155,93,229,0.15);
        border: 2px solid #a685fa;
    }

@media (max-width:600px) {
    .floating-chat-end[b-euh1zznffi] {
        padding: 7px 12px;
        font-size: 0.97rem;
    }
}

.floating-chat-close[b-euh1zznffi] {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    opacity: 0.83;
    transition: opacity 0.18s;
    padding: 2px 7px 2px 7px;
    border-radius: 5px;
}

    .floating-chat-close:hover[b-euh1zznffi], .floating-chat-close:focus[b-euh1zznffi] {
        opacity: 1;
        background: #ede6fa44;
    }

/* Messages area with glass effect and slight gradient */
.floating-chat-messages[b-euh1zznffi] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1.2rem 1.4rem 0.7rem 1.4rem;
    background: linear-gradient(145deg, #faf7ff 70%, #f6f0ff 100%);
    border-radius: 0 0 11px 11px;
    min-height: 100px;
    max-height: 35vh;
    box-shadow: 0 2px 9px 0 rgba(180, 161, 238, 0.05) inset;
    margin-bottom: 0.3rem;
    scrollbar-width: thin;
    scrollbar-color: #c8b5f7 #efe6fa;
}

    .floating-chat-messages[b-euh1zznffi]::-webkit-scrollbar {
        width: 8px;
    }

    .floating-chat-messages[b-euh1zznffi]::-webkit-scrollbar-thumb {
        background: #c8b5f7;
        border-radius: 7px;
    }

    .floating-chat-messages[b-euh1zznffi]::-webkit-scrollbar-track {
        background: #efe6fa;
        border-radius: 7px;
    }

/* Message bubbles with subtle 3D/soft-glass effect */
.floating-chat-message[b-euh1zznffi] {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
}

    /* Assistant (other) messages: align right */
    .floating-chat-message.me[b-euh1zznffi] {
        align-items: flex-end;
    }

        /* --- Me (Current User): WhatsApp-style green --- */
        .floating-chat-message.me .floating-chat-text[b-euh1zznffi] {
            background: linear-gradient(120deg, #d2ffc7 80%, #99ffb3 100%);
            color: #187030;
            border-radius: 16px 16px 6px 16px;
            margin-left: 64px;
            margin-right: 0;
            align-self: flex-end;
            box-shadow: 0 4px 24px 0 #a685fa16, 0 1px 1px #e2d7f644;
            border: 1px solid #91e89d;
        }

    /* Assistant (other) messages: align left */
    .floating-chat-message.system[b-euh1zznffi],
    .floating-chat-message.system[b-euh1zznffi] {
        align-items: flex-start;
    }

        /* --- Assistant/System: Medium Purple --- */
        .floating-chat-message.assistant .floating-chat-text[b-euh1zznffi],
        .floating-chat-message.system .floating-chat-text[b-euh1zznffi] {
            background: linear-gradient(120deg,#a685fa 86%, #7d5fff 100%);
            color: #fff;
            border-radius: 16px 16px 16px 6px;
            margin-left: 0;
            margin-right: 64px;
            align-self: flex-start;
            border: 1px solid #b6a2ff;
        }

        /* --- Optionally, system message unique style --- */
        .floating-chat-message.system .floating-chat-text[b-euh1zznffi] {
            background: linear-gradient(120deg, #ece1fd 90%, #d3befd 100%);
            color: #5f408d;
            border: 1.5px dashed #a685fa;
            font-style: italic;
        }

    /* Other users messages: align left */
    .floating-chat-message.other[b-euh1zznffi] {
        align-items: flex-start;
    }

        /* --- Other Users: Soft blue or gray --- */
        .floating-chat-message.other .floating-chat-text[b-euh1zznffi] {
            background: linear-gradient(120deg, #f2f7fa 70%, #e6efff 100%);
            color: #234c73;
            border-radius: 16px 16px 16px 6px;
            margin-left: 0;
            margin-right: 64px;
            align-self: flex-start;
            border: 1px solid #b8d2e6;
            box-shadow: 0 4px 20px 0 #7d5fff0d, 0 1px 1px #ede6fa44;
            text-align: left;
        }

    /* Meta info styling (date + status) */
    .floating-chat-message.me .floating-chat-meta[b-euh1zznffi] {
        justify-content: flex-end;
    }

    .floating-chat-message.assistant .floating-chat-meta[b-euh1zznffi],
    .floating-chat-message.system .floating-chat-meta[b-euh1zznffi],
    .floating-chat-message.other .floating-chat-meta[b-euh1zznffi] {
        justify-content: flex-start;
    }

.floating-chat-sender[b-euh1zznffi] {
    font-size: 0.88rem;
    font-weight: 600;
    opacity: 0.85;
    margin-bottom: 0px;
    margin-left: 2px;
    letter-spacing: 0.01em;
}

.floating-chat-meta[b-euh1zznffi] {
    display: flex;
    align-items: center;
    gap: 0.7em;
    margin-top: 1px;
    margin-bottom: 5px;
    font-size: 0.82rem;
    opacity: 0.72;
    color: #9171d1;
    font-weight: 500;
    margin-left: 2px;
}

.floating-chat-date[b-euh1zznffi] {
    letter-spacing: 0.01em;
}

.floating-chat-status[b-euh1zznffi] {
    display: flex;
    align-items: center;
    gap: 3px;
    min-width: 18px;
    min-height: 18px;
    padding-left: 3px;
}

.status-icon[b-euh1zznffi] {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}

/* --- Default Message Bubble Base --- */
.floating-chat-text[b-euh1zznffi] {
    padding: 11px 18px;
    font-size: 1rem;
    font-weight: 400;
    word-break: break-word;
    max-width: 87%;
    line-height: 1.48;
    background-clip: padding-box;
    box-shadow: 0 2px 12px 0 rgba(100,70,210,0.07);
    transition: background 0.15s;
}

/* Input area with glass look and premium feel */
.floating-chat-input[b-euh1zznffi] {
    display: flex;
    align-items: center;
    padding: 1.1rem 1.4rem;
    background: rgba(246,240,255,0.93);
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    gap: 10px;
    box-shadow: 0 -2px 10px #e9e1fa44 inset;
}

    .floating-chat-input input[b-euh1zznffi] {
        flex: 1;
        padding: 11px 15px;
        font-size: 1.05rem;
        border: 1.7px solid #d6c2fa;
        border-radius: 11px;
        background: #fcfaff;
        outline: none;
        margin-right: 7px;
        box-shadow: 0 1px 2px #e4d4fa33;
        transition: border-color 0.15s;
    }

        .floating-chat-input input:focus[b-euh1zznffi] {
            border-color: #a685fa;
            background: #f5f0ff;
        }

.floating-chat-send[b-euh1zznffi] {
    background: linear-gradient(120deg, #a685fa 62%, #7d5fff 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 22px;
    font-size: 1.03rem;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 2px 12px 0 rgba(125, 95, 255, 0.14);
    transition: background .17s, opacity .14s, transform .14s;
}

    .floating-chat-send:disabled[b-euh1zznffi] {
        opacity: 0.48;
        cursor: not-allowed;
    }

    .floating-chat-send:hover[b-euh1zznffi] {
        background: linear-gradient(120deg, #7d5fff 10%, #a685fa 100%);
        transform: translateY(-2px) scale(1.03);
    }

/* End Chat Button (see previous answer for button styles) */
.floating-chat-end[b-euh1zznffi] {
    background: linear-gradient(90deg, #ffb4d2 0%, #a685fa 100%);
    color: #fff;
    border: none;
    border-radius: 7px;
    margin-right: 13px;
    padding: 8px 22px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 2px 10px 0 rgba(155,93,229,0.08);
    cursor: pointer;
    transition: background 0.18s cubic-bezier(.53,.09,.71,.69), transform 0.18s cubic-bezier(.53,.09,.71,.69), box-shadow 0.18s cubic-bezier(.53,.09,.71,.69);
    outline: none;
    border: 2px solid #fff;
}

    .floating-chat-end:hover[b-euh1zznffi], .floating-chat-end:focus[b-euh1zznffi] {
        background: linear-gradient(90deg, #ff4f9c 0%, #7d5fff 100%);
        color: #fff;
        transform: translateY(-2px) scale(1.04);
        box-shadow: 0 4px 18px 0 rgba(155,93,229,0.15);
        border: 2px solid #a685fa;
    }

/* Responsive Design */
@media (max-width: 600px) {
    .floating-chat-root[b-euh1zznffi],
    .floating-chat-window[b-euh1zznffi] {
        right: 2vw;
        bottom: 1.1rem;
        width: 98vw;
        min-width: 0;
        max-width: 99vw;
    }

    .floating-chat-fab[b-euh1zznffi] {
        right: 2vw;
        bottom: 1.1rem;
    }

    .floating-chat-header[b-euh1zznffi],
    .floating-chat-input[b-euh1zznffi],
    .floating-chat-messages[b-euh1zznffi] {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .floating-chat-title[b-euh1zznffi] {
        font-size: 1rem;
    }

    .floating-chat-end[b-euh1zznffi] {
        padding: 7px 10px;
        font-size: 0.98rem;
        margin-right: 5px;
    }
}
