﻿.required:after {
    content: " *";
    color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#toast-container > div {
    width: 400px;
}

/* Layout Default Changes
---------------------------------------*/
.footer {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #c9cdd0;
}

.copywrite-text p {
    color: #495057;
    margin: 0;
}

.tc-link {
    color: #721e1e !important;
    text-decoration: underline !important;
    cursor: pointer !important;
    border-right: 1px solid #721e1e !important;
    padding-right: 4px !important;
}

.cancellation {
    border: none !important;
}

.dropdown-item {
    font-weight: 500;
    color: #fff7ee;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #bf6d1b;
        text-decoration: none;
        background-color: #fff7ee;
    }

.dropdown-menu {
    background-color: #e6923f;
}
/* User container max width to accommodate small device
-------------------------------------------------- */
.user-container {
    max-width: 420px;
    width: 100%;
}

.multi-topics .select2 {
    width: 100% !important;
}

.select-all-btn {
    min-width: 46px;
}

/* Default styles overriding
------------------------------------------------ */
.brand-link {
    border-bottom: none !important;
}

/* File management CSS codes start
-------------------------------------------------- */
.topic-with-files-btn {
    width: calc(50% - 1rem) !important;
    max-width: 100px;
    min-height: 8rem;
}

.file-widget-draggable {
    max-width: 120px !important;
}

.file-name {
    word-break: break-all
}

.file-order-number {
    right: -6px;
    min-width: 22px;
    height: 22px;
    font-size: 13px;
    top: -6px;
}

.files-container {
    border-width: 2px solid;
    border-style: none !important;
    border-radius: 10px;
}

.border-dotted {
    border-style: dotted !important;
}

.display-none {
    display: none;
}

.show-hide-amount {
    display: none;
}

.folder-icon {
    width: 100%;
}

.file-icon {
    width: 100px;
    height: 100px;
}

.file-name-input {
    width: 100%;
    border: 2px solid #d8d4d4;
    height: 35px;
}

.ui-widget-header .ui-icon {
    background-image: url(../img/datepicker-images/ui-icons_777777_256x240.png);
}
/* File management CSS codes end
-------------------------------------------------- */

.popup-window {
    text-align: center;
    padding-right: initial;
}

.initial-login {
    margin: 0 !important;
    height: calc(100vh - 0px) !important;
    min-height: auto !important;
}

/*Student Feedback Css start
 -------------------------------------------------- */

.feedbackBtn {
    margin: 10px;
    padding: 0;
}

.feedback-list-table {
    width: 100%;
}

    .feedback-list-table.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
        display: none;
        content: "";
    }

/*Student Feedback Css end
 -------------------------------------------------- */

/* Messages/Chat Css start
-------------------------------------------------- */

.main-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 116px);
    background: #fff;
    display: flex;
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.5), 0px 2px 5px 0 rgba(0,0,0,0.6);
}

    .main-container .left-container {
        position: relative;
        width: 30%;
        height: 100%;
        flex: 30%;
        background: #fff;
    }

    .main-container .right-container {
        position: relative;
        width: 70%;
        height: 100%;
        flex: 70%;
        background: #d8d8d8;
    }

        .main-container .right-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.5;
        }

.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #343a40;
    padding: 0 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.user-img {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.dp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.left-container .header .img-text .user-img .dp {
    position: relative;
    top: -2px;
    left: 0px;
    width: 40px;
    height: auto;
    overflow: hidden;
    object-fit: cover;
}

.left-container .header .img-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .left-container .header .img-text p {
        font-weight: 500;
        line-height: 0.5em;
        margin: 0 0 0 5px;
        color: white;
        text-wrap: nowrap;
    }

.left-container img {
    width: 100%;
    object-fit: cover;
}

.nav-icons {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px 0 20px;
}

.left-container .header .nav-icons {
    padding: 5px;
}

.nav-icons li {
    list-style: none;
    display: flex;
    cursor: pointer;
    color: #51585c;
    font-size: 18px;
}

.chat-icon {
    color: #fff;
}

.chat-icon-cont:hover .chat-icon {
    color: black;
}

.search-container {
    position: relative;
    width: 100%;
    height: 40px;
    background: #f6f6f6;
    display: flex;
    /*  justify-content: center; */
    align-items: center;
    padding: 5px;
}

    /*.search-input {
    min-width: 100%;
}*/

    .search-container .search-input input {
        width: 100%;
        outline: none;
        border: none;
        background: #fff;
        padding: 5px;
        height: 30px;
        border-radius: 6px;
        font-size: 12px;
        padding-left: 45px;
        /* margin: 10px*/
    }

    .search-container .search-input i {
        color: #bbb;
        font-size: 0.8em;
    }

.chat-list {
    position: relative;
    height: calc(100% - 106px);
    overflow-y: auto;
}

    .chat-list .chat-box {
        width: 100%;
        display: flex;
        cursor: pointer;
        height: auto;
        border-bottom: 1px solid #eee;
        padding: 16px 12px;
        align-items: center;
    }

        .chat-list .chat-box .img-box {
            position: relative;
            width: 55px;
            height: 45px;
            overflow: hidden;
            border-radius: 50%;
        }

        .chat-list .chat-box .chat-details {
            width: 100%;
            margin-left: 10px;
        }

            .chat-list .chat-box .chat-details .text-head {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 2px;
            }

                .chat-list .chat-box .chat-details .text-head h4 {
                    font-size: 1.1em;
                    font-weight: 600;
                    color: #000;
                }

                .chat-list .chat-box .chat-details .text-head .time {
                    font-size: 0.8em;
                    color: #aaa;
                }

            .chat-list .chat-box .chat-details .text-message {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .chat-list .chat-box .chat-details .text-message p {
                    color: #aaa;
                    font-size: 0.9em;
                    overlay: hidden;
                }

                .chat-list .chat-box .chat-details .text-message b {
                    background: #06e744;
                    color: #fff;
                    min-width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    /*   text-align: center; */
                    font-size: 0.8em;
                    font-weight: 400;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

    .chat-list .active {
        background: #ebebeb;
    }

    .chat-list .chat-box:hover {
        background: #f5f5f5;
    }

    .chat-list .chat-box .chat-details .text-head .unread {
        color: #06e744;
    }

/* right-container */
.back-icon {
    margin-right: 15px;
}

@media screen and (min-width:768px) {
    .back-icon {
        display: none
    }
}

.right-container .header {
    background: #343a40;
    color: #fff;
    padding: 0 8px;
    font-size: 24px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #f4f6f9;
}

.right-container img {
    width: 100%;
    object-fit: cover;
}

.right-container .header .img-text .user-img .dp {
    position: relative;
    top: -2px;
    left: 0px;
    width: 40px;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

.right-container .header .img-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .right-container .header .img-text h4 {
        font-weight: 500;
        line-height: 1em;
        margin-left: 15px;
        font-size: medium;
        text-wrap: nowrap;
        color: white;
    }

        .right-container .header .img-text h4 span {
            font-size: 0.8em;
            color: #555;
        }

.right-container .header .nav-icons {
    position: relative;
    margin-right: 0px;
    /*   padding: 5px; */
}

    .right-container .header .nav-icons i {
        padding: 0 10px;
        font-size: 0.9em;
    }

.right-container .search-input-cont {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-container .search-input {
    border: none;
    outline: none;
    background: transparent;
    color: white;
    font-size: small;
    padding: 0 10px 0 0;
    width: 100%;
}

    .right-container .search-input::placeholder {
        color: white;
    }

.chat-container {
    position: relative;
    width: 100%;
    height: calc(100% - 120px); /* 60+60 */
    padding: 12px;
    overflow-y: auto;
}

.message-box {
    position: relative;
    display: flex;
    width: 100%;
    margin: 8px 0;
    flex-direction: column;
    align-items: flex-end;
}

    .message-box p {
        position: relative;
        right: 0;
        text-align: right;
        max-width: 65%;
        padding: 12px;
        background: #5a5fc2;
        border-radius: 10px;
        font-size: 0.9em;
        color: #fff;
        margin-bottom: 2px;
    }

    .message-box.my-message p::before {
        content: '';
        position: absolute;
        top: 0;
        right: -12px;
        width: 20px;
        height: 20px;
        background: linear-gradient(135deg, #5a5fc2 0%, #5a5fc2 50%, transparent 50%, transparent);
    }

    .message-box p span {
        display: block;
        margin-top: 5px;
        font-size: 0.8em;
        opacity: 0.5;
    }

.my-message {
    justify-content: flex-end;
    color: #fff;
    align-items: flex-end;
}

.friend-message p {
    background: #fff;
    color: #000;
}

.friend-message {
    justify-content: flex-start;
    align-items: flex-start;
}

.chat-container .my-message i {
    color: yellow;
}

.message-box.friend-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 20px;
    height: 20px;
    background: linear-gradient(225deg, #fff 0%, #fff 50%, transparent 50%, transparent);
}

.chatbox-input {
    position: relative;
    width: 100%;
    height: 60px;
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .chatbox-input a {
        background-color: #343a40;
        border-radius: 50%;
        margin-right: 12px;
        text-align: center;
        padding: 8px 12px;
    }

        .chatbox-input a:hover {
            background-color: #fff;
        }

    .chatbox-input i {
        cursor: pointer;
        font-size: 1em;
        color: #fff;
    }

    .chatbox-input a:hover i {
        color: #343a40;
    }

    .chatbox-input input {
        position: relative;
        width: 100%;
        margin: 0 12px;
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 1em;
        border: none;
        outline: none;
    }

.no-message-cont {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.no-message-icon {
    color: #343a40;
    font-size: 1.6em;
}

.no-message-text {
    color: #343a40;
    font-weight: 500;
    font-size: medium;
    margin: 0;
    padding: 0;
}

.message-date-cont {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.message-date-text {
    color: #343a40;
    font-size: small;
    font-weight: 500;
    padding: 8px;
    background: #bbb;
    border-radius: 6px;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.message-delete-btn {
    position: absolute;
    top: -24px;
    right: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 15%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.8em;
    z-index: 1;
    border: 1px solid #343a40;
}

.message-delete-icon {
    color: red !important;
    font-size: 1.2em;
}

.friend-message .message-delete-btn {
    display: none;
}

/* No students container */

.no-students-main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: calc(100vh - 160px);
}

.no-students-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 60%;
    border-radius: 25%;
    padding: 20px;
    background-color: #ebeef0;
}

.no-students-head-icon {
    border-radius: 50%;
    margin-right: 10px;
    padding: 10px;
    color: #fff;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.075);
    background-color: #bdcfe1;
}

.no-students-list-header {
    font-size: 1.7rem;
    font-weight: bold;
    color: #343a40;
    letter-spacing: 1px;
}

.no-students-description {
    color: #555;
    font-size: 1em;
    line-height: 1.5;
}

@media screen and (max-width: 568px) {
    .no-students-container {
        width: 90%;
    }
}

/* Messages/Chat Css end
 -------------------------------------------------- */

/* Add Meeting check box styles*/
.weekDays {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.week-label, .checkbox-round {
    width: 35px;
    height: 35px;
}

.week-label {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.checkbox-round {
    background-color: white;
    border-radius: 50%;
    font-size: 15px;
    -webkit-appearance: none;
    text-indent: -9999px;
    border: 1px solid #ddd;
    outline: none;
    cursor: pointer;
    position: absolute;
    font-weight: lighter;
    text-align: center;
    line-height: 3.3em;
}

    .week-label span:hover + .checkbox-round, .checkbox-round:hover {
        border: 1px solid #5b5fc7;
        background-color: #f0f0f0;
    }

    .checkbox-round:checked {
        background-color: #5b5fc7;
        color: #fff;
    }

        .checkbox-round:checked + span {
            color: #fff;
        }

    .checkbox-round + span {
        position: relative;
        cursor: pointer;
    }

/* cancel meeting in meeting details */
.cancelMeeting {
    display: none;
    flex-direction: column;
}

.showDelete {
    color: #3788d8;
    cursor: pointer;
}

.cancelled-meeting:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #fff;
    content: "";
    width: 100%;
    display: block;
}

.fc-event-title-container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc-event-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cancelled-meeting .fc-event-title {
    text-decoration: line-through;
}

.unclickable {
    pointer-events: none;
}

/* Login Css start
-------------------------------------------------- */
.login-main-container {
    position: relative;
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    height: calc(100vh - 130px);
    max-width: 1200px !important;
    border-radius: 18px;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.5), 0px 1px 5px 0 rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

    .login-main-container .login-left-container {
        position: relative;
        width: 50%;
        background: #343a4038;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .login-main-container .login-right-container {
        position: relative;
        width: 50%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

.login-left-container .carousel-inner {
    height: 100%;
    min-height: 50%;
    border-radius: 20%;
}

.app-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58vh;
}

.app-infoContainer img {
    width: 42% !important;
    text-align: center;
    margin: auto;
    object-fit: scale-down;
    object-position: bottom;
}

.login-left-container .carousel-caption {
    color: #721e1e;
    top: 100%;
    font-weight: 600;
    margin: 10px 0 10px 0;
    padding: 0;
    text-align: center;
    max-width: 100%;
}

    .login-left-container .carousel-caption h5 {
        font-size: 1.5em;
        font-weight: 600;
        padding: 0;
        color: #721e1e;
        margin: 5px 0;
    }

    .login-left-container .carousel-caption p {
        font-size: 1em;
        font-weight: 500;
        padding: 0;
        color: #721e1e;
        margin: 0;
    }

.login-left-container .carousel-indicators {
    top: 98%;
    z-index: 1;
}

    .login-left-container .carousel-indicators li {
        width: 10px;
        height: 10px;
        background-color: #5c3131;
        border-radius: 50%;
    }

.login-cardBox {
    border-radius: 18px 18px 8px 8px !important;
    max-width: 424px
}

.login-inputs {
    height: 40px;
}

    .login-inputs .input-group-append .input-group-text {
        border-radius: 8px 0 0 8px !important;
    }

    .login-inputs input {
        border-radius: 0 8px 8px 0;
        height: 100%;
    }

@media screen and (max-width: 828px) {
    .login-main-container {
        height: calc(100vh - 25px);
    }

        .login-main-container .login-left-container {
            display: none;
        }

        .login-main-container .login-right-container {
            width: 100%;
            border-radius: 10px;
        }

    .login-outerContainer {
        padding: 12px !important;
    }
}

/* Login Css end
-------------------------------------------------- */