/* --- Visuals --- */
.custom_shadow {
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.message_tutor_scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.message_tutor_scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.message_tutor_bubble {
    transition: background-color .15s ease, box-shadow .15s ease;
}

/* .message_tutor_bubble:hover{ background:#ececf3; box-shadow:0 4px 16px rgba(0,0,0,.08); } */
.message_tutor_input:focus {
    outline: none;
}

.message_tutor_input {
    border: none;
}

/* --- CRITICAL FIX: kill any global counters/pseudo content inside this panel --- */
.lat-group-teacher-message-panel {
    border-radius: 8px;
    color: #121117;
    font-family: "Poppins", sans-serif;
    top: 50% !important;
    right: 10% !important;
    transform: translateY(-50%) !important;
    z-index: 2001;
    width: 494px;
    max-width: 95vw;
    height: 671px;
    max-height: 79vh;
    background: #fff;
    border: 1px solid #e5e7eb;
    /* gray-200 */
}

.lat-group-teacher-message-panel,
.lat-group-teacher-message-panel * {
    list-style: none !important;
    counter-reset: none !important;
    counter-increment: none !important;
}

.lat-group-teacher-message-panel::before,
.lat-group-teacher-message-panel::after,
.lat-group-teacher-message-panel *::before,
.lat-group-teacher-message-panel *::after {
    content: none !important;
    /* nukes injected “100” from ::before/::after anywhere in panel */
}

.message-header {
    padding-inline: 24px;
    box-shadow: 0px -3px 22.1px 0px #12111726;
}

.message-header-first {
    box-shadow: 0px -3px 22.1px 0px #12111726;
}

.message_tutor_feed {
    padding-inline: 24px;
    padding-top: 12px;
}

.msg-list:hover {
    background: #F4F5F6;
    border-radius: 10px;
    cursor: pointer;
}

.msg-box::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.lat-tutor-panel-screen-0 {
    width: 494px;
    max-width: 95vw;
    height: 671px;
    max-height: 79vh;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    /* Tailwind gray-200 */
}

.message-header-first {
    padding-block: 28px 8px;
}

.tab-btn {
    height: 45px;
    min-width: 80px;
    padding-inline: 10px;
    color: #000000;
    font-weight: 500;
}

.tab-btn span {
    margin-bottom: -5px;
}

.tab-btn>div {
    width: 18px;
    height: 18px;
    background: #f4f5f7;
    border-radius: 999px;
    font-weight: 500;
    font-size: 10px;
    color: #000000;
    margin-left: 10px;
}

.msg-list {
    margin-inline: 24px;
    height: 86px;
    gap: 12px;
    border-bottom: 1px solid #DCDCE5;
}

.msg-list img {
    width: 48px;
    height: 48px;
}

.msg-day-label {
    margin-left: 8px;
    color: #6A697C;
    font-size: 12px;
    flex: 1;
    font-family: "Figtree", serif;
    margin-top: -30px
}

.rounded-full {
    border-radius: 9999px;
}

.lat-group-teacher-message-panel button {
    background: transparent;
    border: none;
}

.tabs button.tab-active {
    border-bottom: 4px solid #FF2500 !important;
}

.gap-12px {
    gap: 12px;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.message_tutor_scroll {
    flex: 1;
    overflow-y: auto;
    max-height: 300px;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 768px) {
    .lat-group-teacher-message-panel {
        top: 0% !important;
        left: 0% !important;
        right: 0% !important;
        max-width: none;
        transform: none !important;
        height: 100vh;
        width: 100vw !important;
        border: none;
        border-radius: 0;
        max-height: none;
    }

    .message-tutor-panel-screen-1 .tutor-panel-screen-header {
        justify-content: center !important;
    }

    .tutor-panel-send-message-container {
        padding-inline: 0 !important;
        padding-bottom: 0 !important;
    }

    .tutor-panel-send-message-box {
        padding-inline: 0 !important;
        padding-bottom: 0 !important;
        border-radius: 0 !important;
        border: none !important;
        border-top: 2px solid #DCDCEF !important;
        min-height: 112px !important;
    }

    .tutor-panel-send-message-box>div {
        border-inline: none;
        border-radius: 0;
    }

    #page:not(:has(.lat-group-teacher-message-panel.hidden)) {
        overflow: hidden;
        scrollbar-width: none;
    }

    .message_tutor_input {
        height: 50px !important;
    }

    .leading-relaxed {
        font-size: 14px !important;
    }

    .lat-back-arrow-box.message_tutor_close {
        height: 40px;
        min-width: 40px;
        border: 1px solid var(--border) !important;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 16px;
    }

    .message_tutor_scroll {
        max-height: 415px !important;
    }

}