.student-results-table td button.mark-sect-complete {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.mark-sect-complete i {
    color: #ffffff;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.mark-sect-complete.completed i {
    color: #ffffff;
}
p.already-complete-msg {
    font-size: 10px;
    text-align: center;
    margin-top: 8px;
}
.mail-content-subject {
  padding: 0 0 12px;
}
.sender-details {
  padding: 0 0 8px;
}
.inbox-mail-container .mail-notification-tile.unread {
    font-weight: 600;
}
.mail-notification-tile {
    cursor: pointer;
}
.mail-notification-tile {
    position: relative;
    cursor: pointer;
    transition: background 0.2s;
}
.mail-notification-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
.mail-notification-tile:hover .mail-notification-actions {
    opacity: 1;
    pointer-events: auto;
}
.mail-notification-action-btn {
    background: none;
    border: none;
    padding: 2px 4px;
    color: #e03e96;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
}
.mail-notification-action-btn:hover {
    color: #b3006b;
}
#composeForm span.select2-container {
    display: block;
}
#composeForm .select2-selection__choice__remove {
    margin: 0 !important;
}
.pagination-btn {
    min-width: 32px;
    min-height: 32px;
    padding: 0;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: #FCEAF6;
    margin: 0 8px;
}
.nav-pills .nav-link {
    color: #e03e96;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #e03e96;
    color: #fff;
}
.internal-mail-sidebar {
    height: 100vh;
    padding-right: 12px !important;
    background-color: #FCEAF6;
}
ul.mail-list {
    padding: 16px 0;
}
ul.mail-list li {
    font-size: 15px;
    padding: 12px 200px 12px 11px;
    margin: 0 0 8px;
    background: #FCEAF6;
}
#v-pills-single-mail {
  display: none;
}
.tab-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.total-sent-mail-count, .tab-top-content h3 {
    margin: 0;
}
.mail-meta {
    margin: 0;
    font-size: 14px;
}
.mail-main-content {
    font-size: 18px;
    line-height: 28px;
    margin: 6px 0 0 0;
    max-height: 450px;
    overflow-y: auto;
}
.mail-main-content::-webkit-scrollbar {
    width: 8px;
}
.mail-main-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.mail-main-content::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
.mail-sender-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mail-thread {
    padding: 14px;
    background: #FCEAF6;
    margin: 14px 0;
}
.reply-placeholder {
    font-weight: bold;
    color: #999;
    margin: 5px 0;
}
button.toggle-replies-btn {
    margin: 5px 0 20px;
}
button.pagination-btn.active {
    color: #fff;
    background-color: #e03e96;
}
#select2-recipient-container + span.select2-search > textarea {
    width: 100% !important;
}
.reply-placeholder {
    display: none;
}
.mail-notification-actions span.mail-meta {
    font-size: 12px;
}