﻿.main-body {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(26,76,109,1) 35%, rgba(0,212,255,1) 100%);
}

button.nav-button {
    color: var(--white) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    text-transform: capitalize !important;
    padding: 8px 0 !important;
    vertical-align: middle !important;
}

.nav-button:hover {
    color: var(--yellow) !important;
    text-decoration: none !important;
}

.dropdown-menu-custom {
    background-color: #1A4C6D !important;
    border: none;
}

.dropdown-menu-custom .dropdown-item {
    color: white;
}

.dropdown-menu-custom .dropdown-item:hover {
    background-color: #154360;
    color: white;
}

.hover-effect:hover {
    transform: scale(1.05) !important;
}

.circle-image-large-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-image-medium-container {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-image-small-container {
    width: 62px;
    height: 62px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-image-extra-small-container {
    width: 35px;
    height: 35px;
    margin-right: 0.25rem;
    border-radius: 50%;
}

.card-img-top {
    width: 100px !important;
    height: 100px !important;
    margin-top: 1rem !important;
    margin-inline: auto !important;
    border-radius: 50% !important;
}

.circle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-image {
    background-color: #2af290;
    background-image: linear-gradient(90deg, #2af290 0%, #02b6ec 82%);
    font-weight: bold;
    font-size: 1.75em;
    color: #fff;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.text-button {
    background: none;
    border: none;
    color: blue;
    cursor: pointer;
    padding: 0;
    font: inherit;
}
/* enroll info section code start */
.datatable-info {
    width: 100%;
    margin: 4rem 0;
}

.datatable-header__text {
    padding: 1rem 1rem 0.5rem 1rem;
}

.datatable-content {
    padding: 0.5rem 1rem 1rem 1rem;
}

.dt-input {
    margin-right: 0.5rem;
}

.dt-paging-button.current {
    z-index: 3;
    color: var(--black) !important;
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
}
/* enroll info section code end */

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 21px !important;
}

.input-group-dropdown {
    position: relative;
    margin-left: 0px !important;
    width: 45%;
}

.form-select.sortBy {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 3rem;
}

.grid-list-btn-group {
    height: 3rem;
}

/* popup chatbox layout */
.msg_box {
    position: fixed !important;
    z-index: 10;
    bottom: -5px !important;
    width: 350px !important;
    background-color: #fbfcfc;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #cfd8dc;
}

.msg_head {
    background-color: var(--dark-blue);
    color: white;
    border-radius: 4px 4px 0 0;
    padding: .5rem 1rem;
    font-weight: bold;
    cursor: pointer;
}

.left-section a {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0FFF50;
    display: inline-block;
    margin-right: 2px;
}

.online-status {
    font: menu;
    font-size: 12px;
    margin-top: 2px;
    line-height: 1;
}

.messenger-user-online-status {
    font: menu;
    font-size: 14px;
    margin-top: 3px;
    line-height: 1;
}

.messenger-online-badge {
    font-size: 0.70rem !important;
    padding: 0.25em 0.5em !important;
}

.right-section i {
    font-size: 16px;
    cursor: pointer;
}

.right-section {
    text-align: center;
}

.msg_wrap {
    width: 100%;
    padding: 0rem 0.5rem;
}

.msg_body {
    height: 300px;
    font-size: 12px !important;
    padding: 10px !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: visible;
}

.msg_footer {
    display: flex;
    padding: 2px;
    margin-bottom: 10px;
}

.msg_error {
    display: flex;
    justify-content: center;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.chat-body-inner-input {
    width: 100%;
    margin-top: 0.5rem;
}

.send_btn {
    margin: auto 0;
    padding: .5rem 1rem !important;
}

.close {
    float: right;
    cursor: pointer;
}

.minimize {
    float: right;
    cursor: pointer;
    padding-right: 10px;
}

.enlarge {
    float: right;
    cursor: pointer;
    padding-right: 10px;
}

.view-more {
    float: right;
    cursor: pointer;
    padding-right: 10px;
}

.msg-left {
    width: fit-content;
    margin-bottom: 5px;
    margin-right: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.msg-display-left {
    background-color: var(--green) !important;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    margin-right: 4px;
    font-size: initial;
    white-space: pre-wrap;
}

span.msg-right {
    background-color: var(--dark-blue) !important;
    width: fit-content !important;
    margin-bottom: 5px !important;
    margin-left: auto !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

div.msg-right {
    width: fit-content !important;
    margin-bottom: 5px !important;
    margin-left: auto !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.msg-display-right {
    background-color: var(--blue) !important;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    margin-left: 4px;
    font-size: initial;
    white-space: pre-wrap;
}

.msg-right-delete {
    background-color: #F4F6F6;
    padding: 5px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-left: 4px;
    font-size: initial;
    font-style: italic;
    white-space: pre-wrap;
}

.msg-left-delete {
    background: #F4F6F6;
    padding: 5px;
    width: fit-content;
    min-height: 10px;
    margin-bottom: 5px;
    margin-right: auto;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    font-size: initial;
    font-style: italic;
    position: relative;
    white-space: pre-wrap;
}

.msg-seen {
    width: fit-content;
    max-width: auto;
    min-height: 15px;
    margin-top: -5px;
    margin-bottom: 5px;
    margin-left: auto;
    word-break: break-all;
    font-size: initial;
    position: relative;
    white-space: pre-wrap;
}

.msg-date {
    width: fit-content;
    margin: 0px auto 15px auto;
    position: relative;
    display: flex;
    align-items: center;
}

.nav-item .offline-message-sender {
    position: absolute;
    top: .5rem;
    right: -.5rem;
    transform: translate(50%, -50%);
    font-size: 0.75rem;
}

.chat-box-error {
    text-align: center;
    padding-top: 2.05rem !important;
    height: 11vh;
}

/* Ensure the carousel items fit within the container */
.how-it-works {
    overflow: hidden;
    box-sizing: border-box;
}

.how-it-works .item {
    padding: 0rem 3rem;
}

.add-beta {
    font-size: 1.5rem;
    text-transform: none !important;
}

.add-beta::after {
    content: 'BETA';
    font-size: 12px;
    vertical-align: top;
}

.faq-title {
    color: darkcyan !important;
}

/* Accordion */
.accordion-button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #012970 !important;
    background-color: #f6f9ff !important;
}

.accordion-flush .accordion-button {
    padding: 15px 0 !important;
    background: none !important;
    border: 0 !important;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    color: #4154f1 !important;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0 !important;
    color: #3e4f6f !important;
    font-size: 15px !important;
}

/* remove elements for small screen */
@media screen and (max-width: 576px) {
    #display-option {
        display: none;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .nav-item .offline-message-sender {
        top: auto !important;
        right: 94% !important;
        bottom: 1rem;
        font-size: 0.75rem;
    }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media (max-width: 576px) {
    .nav-item .offline-message-sender {
        top: auto !important;
        right: 92% !important;
        bottom: 1.25rem;
        font-size: 0.75rem;
    }
}
