﻿body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.pb-7 {
    padding-bottom: 7px;
}

.event-area .container .event-box-item {
    cursor: default;
}

    .event-area .container .event-box-item:hover {
        transform: scale(1.005);
    }

.event-area .container .lockBtns .default-btn {
    margin-right: 10px;
}

.event-area .container .event-box-item .event-image a img {
    max-width: 200px;
}

.event-area .container .event-box-item .handle {
    justify-content: end;
    display: flex;
    align-items: end;
    height: 0;
    opacity: .5;
}

    .event-area .container .event-box-item .handle:hover {
        opacity: 1;
    }

    .event-area .container .event-box-item .handle img {
        width: 40px;
    }

.event-area .container .event-box-item .event-content .event-list li span {
    overflow: hidden;
    text-decoration: none;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 0;
}

.event-box-item .event-content h3 a {
    color: white;
}

.event-box-item .event-date h4 {
    font-size: 70px;
    color: white;
}

@media (min-width: 350px) and (max-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 350px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    /*.main-banner-robobax-home {
        height: 100% !important;
    }*/

    .countContainer {
        margin-top: -60px !important;
    }
}

@media (max-width: 992px) {
    .single-fun-fact {
        padding: 35px 35px;
        margin-bottom: 0;
    }
}

.WarningForm .btn {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: white;
    background: linear-gradient(45deg, #F90A0A, #A80404) no-repeat center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .WarningForm .btn:hover {
        background: linear-gradient(45deg, #A80404, #F90A0A) no-repeat center;
    }

.cards-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: auto;
}

@media (min-width: 788px) {
    .cards-container {
        width: 728px;
    }

        .cards-container::after {
            content: "";
            clear: both;
            display: table;
        }
}

@media (min-width: 1166px) {
    .cards-container {
        /*width: 1110px;*/
        width: 960px;
    }
}

/*Teacher-student dashboard*/
.card-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: auto;
}

@media (min-width: 788px) {
    .card-container {
        width: 728px;
    }

        .card-container::after {
            content: "";
            clear: both;
            display: table;
        }
}

@media (min-width: 1166px) {
    .card-container {
        width: 1110px;
    }
}
/*Teacher-student dashboard*/


/*###---START ADMIN DASHBOARD CARD--###*/
[class$="feature-card"] {
    position: relative;
    width: 350px;
    height: 185px;
    cursor: pointer;
}

    [class$="feature-card"]:hover {
        transform: scale(1.01);
    }

    [class$="feature-card"] h2 {
        margin: 0;
    }

    [class$="feature-card"] p {
        position: absolute;
        bottom: 30px;
        font-size: 40px;
        width: 100%;
        text-align: center;
        right: 0;
    }


    [class$="feature-card"] img {
        position: absolute;
        top: 32px;
        right: 32px;
        width: 40px;
    }


    [class$="feature-card"][class*="cyan"] {
        /*border-color: rgb(69, 211, 211);*/
    }

        [class$="feature-card"][class*="cyan"]:hover {
            /*box-shadow: 0 0 10px rgb(69, 211, 211, 0.5);*/
        }

    [class$="feature-card"][class*="red"] {
        border-color: rgb(234, 83, 83);
    }

        [class$="feature-card"][class*="red"]:hover {
            box-shadow: 0 0 10px rgb(234, 83, 83, 0.5);
        }

    [class$="feature-card"][class*="orange"] {
        border-color: rgb(252, 175, 74);
    }

        [class$="feature-card"][class*="orange"]:hover {
            box-shadow: 0 0 10px rgb(252, 175, 74, 0.5);
        }

    [class$="feature-card"][class*="blue"] {
        border-color: rgb(84, 158, 242);
    }

        [class$="feature-card"][class*="blue"]:hover {
            box-shadow: 0 0 10px rgb(84, 158, 242, 0.5);
        }

    [class$="feature-card"][class*="purple"] {
        border-color: rgb(240, 158, 242);
    }

        [class$="feature-card"][class*="purple"]:hover {
            box-shadow: 0 0 10px rgb(240, 158, 242, 0.5);
        }

@media (min-width: 788px) {
    [class$="feature-card"] {
        float: left;
    }

    @media (min-width: 1166px) {
        [class$="feature-card"]:nth-child(4),
        [class$="feature-card"]:nth-child(5) {
            margin-top: 66px;
        }

        [class$="feature-card"]:nth-child(3),
        [class$="feature-card"]:nth-child(2),
        [class$="feature-card"]:nth-child(5) {
            margin-left: 28px;
        }

        [class$="feature-card"]:nth-child(4) {
            margin-left: 191px;
        }

        [class$="feature-card"] {
            /*width: 350px !important;*/
            width: 300px !important;
        }
    }

    @media (max-width: 1165px) {
        [class$="feature-card"]:nth-child(3),
        [class$="feature-card"]:nth-child(4),
        [class$="feature-card"]:nth-child(5) {
            margin-top: 30px;
        }

        [class$="feature-card"]:nth-child(2),
        [class$="feature-card"]:nth-child(4) {
            margin-left: 28px;
        }

        [class$="feature-card"]:nth-child(5) {
            margin-left: 185px;
        }
    }
}

@media (max-width: 787px) {
    [class$="feature-card"] {
        width: 350px;
        height: 220px;
        margin: auto;
    }

        [class$="feature-card"]:not(:first-child) {
            margin-top: -14px;
        }
}

/*###---END ADMIN DASHBOARD CARD--###*/
/*------------------------------------------------------------------------------------*/
/*###---START TEACHER DASHBOARD CARD--###*/
[class$="teacher-card"] {
    position: relative;
    box-sizing: border-box;
    width: 350px;
    height: 325px;
    margin: 0;
    padding: 20px 30px 30px;
    border-radius: 10px;
    /*border-top: solid 5px black;
    box-shadow: 2px 5px 20px rgb(0, 0, 0, 0.1);*/
    padding: 0;
    z-index: 1;
}

    [class$="teacher-card"]:hover {
        transform: scale(1.01);
    }

    [class$="teacher-card"] h2 {
        margin: 0;
    }

    [class$="teacher-card"] p {
        position: absolute;
        bottom: 30px;
        font-size: 40px;
        width: 100%;
        text-align: center;
        right: 0;
    }


    [class$="teacher-card"] img {
        position: absolute;
        top: 20px;
        right: 32px;
        width: 40px;
    }

    [class$="teacher-card"][class*="cyan"] {
        /*border-color: rgb(69, 211, 211);*/
    }

        [class$="teacher-card"][class*="cyan"]:hover {
            /*box-shadow: 0 0 10px rgb(69, 211, 211, 0.5);*/
        }

    [class$="teacher-card"][class*="red"] {
        border-color: rgb(234, 83, 83);
    }

        [class$="teacher-card"][class*="red"]:hover {
            box-shadow: 0 0 10px rgb(234, 83, 83, 0.5);
        }

    [class$="teacher-card"][class*="orange"] {
        border-color: rgb(247, 160, 160);
    }

        [class$="teacher-card"][class*="orange"]:hover {
            box-shadow: 0 0 10px rgb(247, 160, 160, 0.5);
        }

    [class$="teacher-card"][class*="blue"] {
        border-color: rgb(84, 158, 242);
    }

        [class$="teacher-card"][class*="blue"]:hover {
            box-shadow: 0 0 10px rgb(84, 158, 242, 0.5);
        }

    [class$="teacher-card"][class*="purple"] {
        border-color: black;
    }

        [class$="teacher-card"][class*="purple"]:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }

    [class$="teacher-card"][class*="dark-purple"] {
        border-color: rgb(124, 61, 124);
    }

        [class$="teacher-card"][class*="dark-purple"]:hover {
            box-shadow: 0 0 10px rgb(124, 61, 124, 0.5);
        }

    [class$="teacher-card"][class*="green1"] {
        border-color: rgb(193,237,200);
    }

        [class$="teacher-card"][class*="green1"]:hover {
            box-shadow: 0 0 10px rgb(193,237,200, 0.5);
        }

    [class$="teacher-card"][class*="green2"] {
        border-color: rgb(159,237,158);
    }

        [class$="teacher-card"][class*="green2"]:hover {
            box-shadow: 0 0 10px rgb(159,237,158, 0.5);
        }

    [class$="teacher-card"][class*="green3"] {
        border-color: rgb(109,237,92);
    }

        [class$="teacher-card"][class*="green3"]:hover {
            box-shadow: 0 0 10px rgb(109,237,92, 0.5);
        }

@media (min-width: 788px) {
    [class$="teacher-card"] {
        float: left;
    }

    @media (min-width: 1166px) {
        [class$="teacher-card"]:nth-child(4),
        [class$="teacher-card"]:nth-child(5),
        [class$="teacher-card"]:nth-child(6),
        [class$="teacher-card"]:nth-child(7),
        [class$="teacher-card"]:nth-child(8),
        [class$="teacher-card"]:nth-child(9) {
            margin-top: 30px;
        }

        [class$="teacher-card"]:nth-child(2),
        [class$="teacher-card"]:nth-child(3),
        [class$="teacher-card"]:nth-child(5),
        [class$="teacher-card"]:nth-child(6),
        [class$="teacher-card"]:nth-child(8),
        [class$="teacher-card"]:nth-child(9) {
            margin-left: 28px;
        }

        [class$="teacher-card"]:nth-child(8) {
            height: 156px;
        }

        [class$="teacher-card"]:nth-child(9) {
            margin-top: 10px;
            /*height: 210px;*/
            height: 156px;
        }

        [class$="teacher-card"]:nth-child(4),
        [class$="teacher-card"]:nth-child(5),
        [class$="teacher-card"]:nth-child(6) {
            height: 104px;
        }

        [class$="teacher-card"]:nth-child(7) {
            width: 728px !important;
        }

        [class$="teacher-card"] {
            width: 350px !important;
        }


        .dash_message_card_resp_2 {
            display: none !important;
        }

        .dash_message_card_resp_1 {
            display: block !important;
        }
    }

    @media (max-width: 1166px) {
        [class$="teacher-card"]:nth-child(3),
        [class$="teacher-card"]:nth-child(7),
        [class$="teacher-card"]:nth-child(8) {
            margin-top: 30px;
        }

        [class$="teacher-card"]:nth-child(2),
        [class$="teacher-card"]:nth-child(4),
        [class$="teacher-card"]:nth-child(5),
        [class$="teacher-card"]:nth-child(6),
        [class$="teacher-card"]:nth-child(8),
        [class$="teacher-card"]:nth-child(9) {
            margin-left: 28px;
        }

        [class$="teacher-card"] .dash_card_message {
            padding: 16px 8px 8px 8px !important;
        }

        [class$="teacher-card"]:nth-child(4),
        [class$="teacher-card"]:nth-child(5),
        [class$="teacher-card"]:nth-child(6) {
            height: 105px;
            transform: scaleY(.92);
        }

        [class$="teacher-card"]:nth-child(4) {
            margin-top: 24px;
        }

        [class$="teacher-card"]:nth-child(5),
        [class$="teacher-card"]:nth-child(6) {
            margin-top: 8px;
        }

        [class$="teacher-card"]:nth-child(8) {
            height: 156px;
        }

        [class$="teacher-card"]:nth-child(9) {
            height: 156px;
            margin-top: 14px;
        }

        .dash_all_btn {
            bottom: 8px !important;
        }
    }
}

@media (max-width: 788px) {
    [class$="teacher-card"] {
        width: 350px;
        margin: auto;
    }

        [class$="teacher-card"]:not(:first-child) {
            margin-top: 22px;
        }

        [class$="teacher-card"]:nth-child(4),
        [class$="teacher-card"]:nth-child(5),
        [class$="teacher-card"]:nth-child(6) {
            height: 105px;
        }

        [class$="teacher-card"]:nth-child(7) {
            height: 330px;
        }

        [class$="teacher-card"]:nth-child(8),
        [class$="teacher-card"]:nth-child(9) {
            height: 156px;
        }



    .dash_all_btn {
        bottom: 8px !important;
    }
}

/*###---END TEACHER DASHBOARD CARD--###*/
/*-------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------*/
/*###---START STUDENT DASHBOARD CARD--###*/
[class$="student-card"] {
    position: relative;
    box-sizing: border-box;
    width: 350px;
    height: 325px;
    margin: 0;
    padding: 20px 30px 30px;
    border-radius: 10px;
    /*border-top: solid 5px black;
    box-shadow: 2px 5px 20px rgb(0, 0, 0, 0.1);*/
    padding: 0;
}

    [class$="student-card"]:hover {
        transform: scale(1.01);
    }

    [class$="student-card"] h2 {
        margin: 0;
    }

    [class$="student-card"] p {
        position: absolute;
        bottom: 30px;
        font-size: 40px;
        width: 100%;
        text-align: center;
        right: 0;
    }


    [class$="student-card"] img {
        position: absolute;
        top: 20px;
        right: 32px;
        width: 40px;
    }

    [class$="student-card"][class*="cyan"] {
        /*border-color: rgb(69, 211, 211);*/
    }

        [class$="student-card"][class*="cyan"]:hover {
            /*box-shadow: 0 0 10px rgb(69, 211, 211, 0.5);*/
        }

    [class$="student-card"][class*="red"] {
        border-color: rgb(234, 83, 83);
    }

        [class$="student-card"][class*="red"]:hover {
            box-shadow: 0 0 10px rgb(234, 83, 83, 0.5);
        }

    [class$="student-card"][class*="orange"] {
        border-color: rgb(247, 160, 160);
    }

        [class$="student-card"][class*="orange"]:hover {
            box-shadow: 0 0 10px rgb(247, 160, 160, 0.5);
        }

    [class$="student-card"][class*="blue"] {
        border-color: rgb(84, 158, 242);
    }

        [class$="student-card"][class*="blue"]:hover {
            box-shadow: 0 0 10px rgb(84, 158, 242, 0.5);
        }

    [class$="student-card"][class*="purple"] {
        border-color: black;
    }

        [class$="student-card"][class*="purple"]:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }

    [class$="student-card"][class*="dark-purple"] {
        border-color: rgb(124, 61, 124);
    }

        [class$="student-card"][class*="dark-purple"]:hover {
            box-shadow: 0 0 10px rgb(124, 61, 124, 0.5);
        }

    [class$="student-card"][class*="green1"] {
        border-color: rgb(193,237,200);
    }

        [class$="student-card"][class*="green1"]:hover {
            box-shadow: 0 0 10px rgb(193,237,200, 0.5);
        }

    [class$="student-card"][class*="green2"] {
        border-color: rgb(159,237,158);
    }

        [class$="student-card"][class*="green2"]:hover {
            box-shadow: 0 0 10px rgb(159,237,158, 0.5);
        }

    [class$="student-card"][class*="green3"] {
        border-color: rgb(109,237,92);
    }

        [class$="student-card"][class*="green3"]:hover {
            box-shadow: 0 0 10px rgb(109,237,92, 0.5);
        }

@media (min-width: 788px) {
    [class$="student-card"] {
        float: left;
    }

    @media (min-width: 1166px) {

        [class$="student-card"]:nth-child(4),
        [class$="student-card"]:nth-child(5),
        [class$="student-card"]:nth-child(6),
        [class$="student-card"]:nth-child(7),
        [class$="student-card"]:nth-child(8),
        [class$="student-card"]:nth-child(9) {
            margin-top: 30px;
        }

        [class$="student-card"]:nth-child(2),
        [class$="student-card"]:nth-child(3),
        [class$="student-card"]:nth-child(5),
        [class$="student-card"]:nth-child(6),
        [class$="student-card"]:nth-child(8),
        [class$="student-card"]:nth-child(9) {
            margin-left: 28px;
        }

        [class$="student-card"]:nth-child(7) {
            width: 728px !important;
        }

        [class$="student-card"]:nth-child(8) {
            height: 156px;
        }

        [class$="student-card"]:nth-child(9) {
            margin-top: 10px;
            height: 156px;
        }

        [class$="student-card"] {
            width: 350px !important;
        }

        .dash_all_btn {
            bottom: 8px !important;
        }

        .dash_message_card_resp_2 {
            display: none !important;
        }

        .dash_message_card_resp_1 {
            display: block !important;
        }
    }

    @media (max-width: 1166px) {
        [class$="student-card"]:nth-child(3),
        [class$="student-card"]:nth-child(4),
        [class$="student-card"]:nth-child(5),
        [class$="student-card"]:nth-child(6),
        [class$="student-card"]:nth-child(7),
        [class$="student-card"]:nth-child(8),
        [class$="student-card"]:nth-child(9) {
            margin-top: 30px;
        }

        [class$="student-card"]:nth-child(2),
        [class$="student-card"]:nth-child(4),
        [class$="student-card"]:nth-child(6),
        [class$="student-card"]:nth-child(8) {
            margin-left: 28px;
        }

        [class$="student-card"]:nth-child(7) {
            height: 330px;
        }

        [class$="student-card"]:nth-child(8) {
            height: 156px;
        }

        [class$="student-card"]:nth-child(9) {
            height: 156px;
            margin-left: 28px;
            margin-top: 14px;
        }
    }
}

@media (max-width: 788px) {
    [class$="student-card"] {
        width: 350px;
        margin: auto;
    }

        [class$="student-card"]:not(:first-child) {
            margin-top: 22px;
        }

        [class$="student-card"]:nth-child(7) {
            height: 330px;
        }

        [class$="student-card"]:nth-child(8),
        [class$="student-card"]:nth-child(9) {
            height: 156px;
        }

    .dash_all_btn {
        bottom: 8px !important;
    }
}

@media (max-width: 422px) {
    [class$="student-card"] {
        transform: scaleX(.85);
    }
}

/*###---END STUDENT DASHBOARD CARD--###*/
/*-------------------------------------------------------------------*/

.silverStatus {
    background: white;
    padding: 5px 30px;
    border-radius: 5px;
    color: #e90303;
    border: 2px solid #e90303;
    box-shadow: 2px 2px 4px 0px rgba(176, 3, 3, 0.15);
}

    .silverStatus:hover {
        background: #e90303;
        color: white;
    }

.lowStatus {
    background: white !important;
    padding: 5px 30px !important;
    border-radius: 5px !important;
    color: #fee5cd !important;
    border: 2px solid #fee5cd !important;
    box-shadow: 2px 2px 4px 0px rgba(176, 3, 3, 0.15) !important;
}

    .lowStatus:hover {
        background: #fee5cd;
        color: white;
    }

.mediumStatus {
    background: white !important;
    padding: 5px 30px !important;
    border-radius: 5px !important;
    color: #f6b26b !important;
    border: 2px solid #f6b26b !important;
    box-shadow: 2px 2px 4px 0px rgba(176, 3, 3, 0.15) !important;
}

    .mediumStatus:hover {
        background: #f6b26b;
        color: white;
    }

.highStatus {
    background: white !important;
    padding: 5px 30px !important;
    border-radius: 5px !important;
    color: #e90303 !important;
    border: 2px solid #e90303 !important;
    box-shadow: 2px 2px 4px 0px rgba(176, 3, 3, 0.15) !important;
}

    .highStatus:hover {
        background: #e90303;
        color: white;
    }

.greenStatus {
    background: white;
    padding: 5px 30px;
    border-radius: 5px;
    color: #0a6d38;
    border: 2px solid #0a6d38;
    box-shadow: 2px 2px 4px 0px rgba(10, 109, 56, 0.15);
}

    .greenStatus:hover {
        background: #0a6d38;
        color: white;
    }

    .greenStatus.btnPassive span {
        color: white !important;
    }

.editStatus {
    background: white;
    padding: 5px 30px;
    border-radius: 5px;
    color: #ffb848;
    border: 2px solid #ffb848;
    box-shadow: 2px 2px 4px 0px rgba(10, 109, 56, 0.15);
}

    .editStatus:hover {
        background: #ffb848;
        color: white;
    }

.defaultStatus {
    background: white;
    padding: 5px 30px;
    border-radius: 5px;
    color: #2376fc;
    border: 2px solid #2376fc;
    box-shadow: 2px 2px 4px 0px rgba(10, 109, 56, 0.15);
}

    .defaultStatus:hover {
        background: #2376fc;
        color: white;
    }

.pricing-table .table {
    color: transparent;
}

    .pricing-table .table tbody tr.selected {
        background-color: #e3e3e3;
    }

    .pricing-table .table tbody tr:hover {
        background-color: #fbfbfb;
    }


.actionList .dropdown-menu {
    min-width: 8px;
}


input[type='checkbox'] {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 7px;
    vertical-align: middle;
    border: 1px solid rgba(54, 167, 222, 1);
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    box-shadow: 2px 2px 4px 0px rgba(45, 127, 177, 0.15) !important;
}

    input[type='checkbox']:checked {
        appearance: revert;
        -webkit-appearance: menulist-button;
    }


.dropdown-menu-right {
    left: auto;
    right: 40px;
    top: -7px;
}

.icons-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    font-size: 0;
}

    .icons-list > li {
        position: relative;
        display: inline-block;
        margin-left: 5px;
        font-size: 13px;
    }

        .icons-list > li:first-child {
            margin-left: 0;
        }

        .icons-list > li > a {
            color: inherit;
            display: block;
            opacity: 1;
            filter: alpha(opacity=100);
        }

            .icons-list > li > a:hover,
            .icons-list > li > a:focus {
                opacity: 0.75;
                filter: alpha(opacity=75);
            }

            .icons-list > li > a > i {
                top: 0;
            }

            .icons-list > li > a > .caret {
                margin-top: 0;
                margin-bottom: 0;
            }

            .icons-list > li > a > img {
                max-width: 40px;
            }

    .icons-list .dropdown .dropdown-toggle::after {
        display: none !important;
    }

.icons-list-extended > li {
    margin-left: 10px;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    z-index: 998;
    padding: .1rem 0;
    min-width: 10rem;
    cursor: pointer;
}

@media (min-width: 767px) {
    .table-responsive {
        overflow: unset;
    }
}

.bx-x-circle {
    color: indianred;
}

.bx-check-circle {
    color: darkgreen;
}

.thumb {
    width: 70px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.profileAvatar {
    width: 35px;
    height: 35px;
    position: relative;
    margin-right: 10px;
    border-radius: 50%;
    border: none;
    object-fit: cover;
    box-shadow: 2px 1px 7px -2px rgba(165,151,151,0.55);
}

.reminderAvatar {
    font-size: 20px;
    color: silver;
    height: 24px;
    width: 24px;
    align-items: center;
    display: flex !important;
    float: left;
}

.reminderCheckTitle {
    font-size: 20px;
    color: white;
}

.reminderCheck {
    font-size: 24px;
    color: #2DAA59;
}

.reminderCircle {
    font-size: 24px;
    color: gray;
}
/*---SEARCH BUTTON---*/
.pricing-table .list-search-form {
    z-index: 8;
}


.list-search-form {
    position: relative;
    z-index: 42;
}

    .list-search-form .list-search-field {
        border: none;
        background-color: #fff;
        color: #2D7FB1;
        padding: 0 40px 0 40px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 18px;
        border-radius: 5px;
        box-shadow: 3px 2px 6px 0px rgba(143,102,102,0.24) !important;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
    }

        .list-search-form .list-search-field:focus {
            border-color: #36b1ff;
        }


    .list-search-form .search_icon_btn {
        border: none;
        color: #2D7FB1;
        position: absolute;
        left: 10px;
        padding: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 5px;
        font-size: 25px;
        border-radius: 5px;
        cursor: pointer;
        border-radius: 10px;
    }

    .list-search-form .reload_icon_btn {
        border: none;
        color: #2D7FB1;
        position: absolute;
        padding: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        left: 250px;
        top: 8px;
        background-color: #EDF8FD;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .list-search-form button {
        border: none;
        background-color: #fff;
        color: #2D7FB1;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 5px;
        padding: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 0;
        font-size: 20px;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: 3px 2px 6px 0px rgba(143,102,102,0.24);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .list-search-form button:hover,
        .listAddBtn:hover,
        .listFilterBtn:hover,
        .listStatusBtn:hover {
            /*background-color: #2D7FB1;
            color: #ffffff;*/
            box-shadow: 2px 1px 8px 0px rgba(143,102,102,0.65) !important;
        }

        .list-search-form button i {
            position: absolute;
            left: 0;
            right: 0;
            top: 52%;
            -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
            font-size: 30px;
        }

        .list-search-form button img {
            width: 10px;
        }

/*---SEARCH BUTTON---*/

/*--- LIST ADD BUTTON---*/
.listAddBtn {
    border: none;
    background-color: #fff;
    color: #2D7FB1;
    height: 40px;
    width: 40px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 3px 2px 6px 0px rgba(143,102,102,0.24);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: none;
    background-color: #36b1ff;
    color: #ffffff;
    height: 40px;
    width: 40px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;*/
}

    .listAddBtn .bx-edit {
        color: #d98e05;
    }

    .listAddBtn .bx-trash {
        color: #db0505;
    }

    .listAddBtn i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
    }

    .listAddBtn img {
        width: 20px;
    }


/*--- LIST ADD BUTTON---*/

/*--- EXPORT PDF BUTTON---*/
.listExportPdfBtn {
    border: none;
    background-color: transparent;
    color: #ffffff;
    height: 38px;
    width: 38px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .listExportPdfBtn i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 35px;
        color: red;
    }

    .listExportPdfBtn:hover i {
        font-size: 38px;
    }

/*--- EXPORT PDF BUTTON---*/
/*--- REFRESH BUTTON---*/
.listRefreshBtn {
    border: none;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .listRefreshBtn i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: #000;
    }

/*--- REFRESH BUTTON---*/
/*--- FULL SCREEN BUTTON---*/
.others-option-for-responsive .container .dot-menu .fullScreen {
    display: flex;
    width: auto;
    height: 55px;
    cursor: pointer;
    margin-top: -34px;
    float: left;
    align-items: center;
}

    .others-option-for-responsive .container .dot-menu .fullScreen .fullScreenBtn {
        border: none;
        background-color: transparent;
        height: 40px;
        width: 40px;
        padding: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

        .others-option-for-responsive .container .dot-menu .fullScreen .fullScreenBtn:hover {
            transform: scale(1.2);
        }

        .others-option-for-responsive .container .dot-menu .fullScreen .fullScreenBtn i {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: #000;
        }

/*--- FULL SCREEN BUTTON---*/

/*--- NAVBAR NOTIFICATION BUTTON---*/
.others-option-for-responsive .container .dot-menu .navbarNotification {
    display: flex;
    width: auto;
    height: 55px;
    cursor: pointer;
    margin-top: -34px;
    float: left;
    align-items: center;
}

    .others-option-for-responsive .container .dot-menu .navbarNotification .navbarNotificationBtn {
        border: none;
        background-color: #ffffff;
        height: 40px;
        width: 40px;
        padding: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

        .others-option-for-responsive .container .dot-menu .navbarNotification .navbarNotificationBtn i {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: #000;
        }

        .others-option-for-responsive .container .dot-menu .navbarNotification .navbarNotificationBtn span {
            position: absolute;
            top: -27px;
            right: 125px;
            width: 15px;
            height: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: red;
            color: white;
            border-radius: 50%;
            font-size: 14px;
            font-weight: 600;
        }
/*--- NAVBAR NOTIFICATION BUTTON---*/

/*--- LIST FILTER BUTTON---*/
.drpFilter .dropdown-toggle::after {
    display: none !important;
}

.listFilterBtn {
    border: none;
    background-color: #fff;
    color: #2D7FB1;
    height: 40px;
    width: 40px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 3px 2px 6px 0px rgba(143,102,102,0.24);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: none;
    background-color: #36b1ff;
    color: #ffffff;
    height: 40px;
    width: 40px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;*/
}

    .listFilterBtn.active {
        background-color: #2D7FB1;
        color: #fff;
    }

    .listFilterBtn i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
    }

    .listFilterBtn img {
        width: 22px;
    }

.drpFilter .dropdown .dropdown-menu-right {
    left: auto;
    right: 0;
    top: 45px;
    min-width: 8rem;
}

.drpExamFilter .dropdown-toggle::after {
    display: none !important;
}

.drpExamFilter .dropdown .dropdown-menu-right {
    left: auto;
    right: 0;
    top: 55px;
    min-width: 8rem;
}


/*--- LIST FILTER BUTTON---*/

/*--- LIST STATUS BUTTON---*/

.listStatusBtn {
    border: none;
    background-color: #fff;
    color: #2D7FB1;
    height: 40px;
    width: 40px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 3px 2px 6px 0px rgba(143,102,102,0.24);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .listStatusBtn i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
    }

    .listStatusBtn img {
        width: 20px;
    }

/*--- LIST STATUS BUTTON---*/

/*--- LIST DELETED BUTTON---*/
/*.listDeletedBtn {
    border: none;
    background: linear-gradient(88.9deg, #F90A0A 4.69%, #A80404 98.01%);
    color: #ffffff;
    height: 40px;
    width: auto;
    padding: 0;
    font-size: 20px;
    border-radius: 13px;
    cursor: pointer;
    padding: 0 20px;
}

    .listDeletedBtn:hover {
        background: linear-gradient(88.9deg, #A80404 4.69%, #A80404 98.01%);
    }

    .listDeletedBtn span {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: inherit;
    }*/

.listDeletedBtn {
    background: white;
    padding: 5px 30px;
    border-radius: 5px;
    color: #e90303;
    border: 2px solid #e90303;
    box-shadow: 2px 2px 4px 0px rgba(176, 3, 3, 0.15);
    height: 40px;
    width: auto;
}

    .listDeletedBtn:hover {
        background: #e90303;
    }

        .listDeletedBtn:hover span {
            color: white;
        }

    .listDeletedBtn span {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e90303;
        font-family: inherit;
    }

    .listDeletedBtn.btnPassive span {
        color: white !important;
    }


.btnPassive {
    background: silver !important;
    cursor: auto !important;
    box-shadow: none !important;
    border: 1px solid silver !important;
    color: white !important;
}

/*--- LIST DELETED BUTTON---*/


/*--- LIST REVIEW BUTTON---*/
.listReviewBtn {
    border-radius: 13px !important;
    border: none;
    background: linear-gradient(88.9deg, #59bf52 4.69%, #0fa826 98.01%);
    color: #ffffff;
    height: 40px;
    width: auto;
    padding: 0;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 20px;
}

    .listReviewBtn:hover {
        background: linear-gradient(88.9deg, #0fa826 4.69%, #0fa826 98.01%);
    }

    .listReviewBtn span {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: inherit;
    }

/*--- LIST REVIEW BUTTON---*/


/*--- LIST SAVE BUTTON---*/
/*.listSaveBtn {
    border-radius: 13px !important;
    border: none;
    background: #36B1FF;
    color: #ffffff;
    height: 40px;
    width: auto;
    padding: 0;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 20px;
}

    .listSaveBtn:hover {
        background: #0276be;
    }

    .listSaveBtn span {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: inherit;
    }

    .listSaveBtn i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        float: left;
    }*/

.listSaveBtn {
    background: white;
    padding: 5px 30px;
    border-radius: 5px;
    color: #2376fc;
    border: 2px solid #2376fc;
    box-shadow: 2px 2px 4px 0px rgba(10, 109, 56, 0.15);
    height: 40px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .listSaveBtn:hover {
        background: #2376fc;
    }

        .listSaveBtn:hover span {
            color: white;
        }

        .listSaveBtn:hover i {
            color: white;
        }

    .listSaveBtn.btnPassive span {
        color: white !important;
    }

    .listSaveBtn.btnPassive i {
        color: white !important;
    }

    .listSaveBtn span {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2376fc;
        font-family: inherit;
    }

    .listSaveBtn i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        float: left;
        color: #2376fc;
    }

/*--- LIST SAVE BUTTON---*/


/*--- LIST QUESTION BANK BUTTON---*/
/*.listQuestionBankBtn {
    border-radius: 13px !important;
    border: none;
    background: #ffb848;
    color: #ffffff;
    height: 40px;
    width: auto;
    padding: 0;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 20px;
}

    .listQuestionBankBtn:hover {
        background: #ff9f0f;
    }

    .listQuestionBankBtn span {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .listQuestionBankBtn i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        float: left;
    }*/


.listQuestionBankBtn {
    background: white;
    padding: 5px 30px;
    border-radius: 5px;
    color: #ffb848;
    border: 2px solid #ffb848;
    box-shadow: 2px 2px 4px 0px rgba(10, 109, 56, 0.15);
    height: 40px;
    width: auto;
}

    .listQuestionBankBtn:hover {
        background: #ffb848;
    }

        .listQuestionBankBtn:hover span {
            color: white;
        }

    .listQuestionBankBtn span {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffb848;
    }

    .listQuestionBankBtn i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        float: left;
    }

/*--- LIST QUESTION BANK BUTTON---*/

.registerModalAvatarArea {
    align-items: normal !important;
    height: auto;
}

.registerModalInputArea {
    height: auto;
}

.who-we-are-image-wrap .registerModalAvatarArea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.labelProfileHeader {
    font-size: 16px;
    font-weight: 600;
}

.labelProfileContent {
    font-size: 16px;
    margin-left: 5px !important;
}

.login-panel .input-group .form-control {
    border-left: 1px solid #36b1ff;
    box-shadow: none;
}

.main-banner-robobax-home .bannerHeader span > a {
    color: white;
    cursor: pointer;
}

    .main-banner-robobax-home .bannerHeader span > a:hover {
        color: white;
    }

/*WARNING TOAST**/
.who-we-are-content .education-toast-warning {
    padding-right: 25px;
}

    .who-we-are-content .education-toast-warning .toast {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        box-shadow: none;
    }

    .who-we-are-content .education-toast-warning .toast-content {
        background: #fff2df;
    }

    .who-we-are-content .education-toast-warning .icon {
        padding: 10px;
        background: #ff9600;
        display: flex;
        align-items: center;
        width: 50px;
        justify-content: center;
    }

        .who-we-are-content .education-toast-warning .icon i {
            font-size: 25px;
            color: #ffffff;
        }

    .who-we-are-content .education-toast-warning .toast.warning {
        border: 2px solid #F9A02C !important;
        color: #F9A02C;
    }

/**INFO TOAST**/
.who-we-are-content .education-toast-info {
    padding-right: 25px;
}

    .who-we-are-content .education-toast-info .toast {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        box-shadow: none;
    }

    .who-we-are-content .education-toast-info .toast-content {
        background: #dff7f9;
    }

        .who-we-are-content .education-toast-info .toast-content .text-muted {
            font-size: 12px;
        }


    .who-we-are-content .education-toast-info .icon {
        padding: 10px;
        background: #00bdd5;
        display: flex;
        align-items: start;
        width: 50px;
        justify-content: center;
    }

        .who-we-are-content .education-toast-info .icon i {
            font-size: 25px;
            color: #ffffff;
        }

    .who-we-are-content .education-toast-info .toast.warning {
        border: 2px solid #00bdd5 !important;
        color: #00bdd5;
    }

/**CHECK TOAST**/
.who-we-are-content .education-toast-check {
    padding-right: 25px;
}

    .who-we-are-content .education-toast-check .toast {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        box-shadow: none;
    }

    .who-we-are-content .education-toast-check .toast-content {
        background: #E8F6E9;
    }

        .who-we-are-content .education-toast-check .toast-content .text-muted {
            font-size: 12px;
        }


    .who-we-are-content .education-toast-check .icon {
        padding: 10px;
        background: #4EAF4E;
        display: flex;
        align-items: center;
        width: 50px;
        justify-content: center;
    }

        .who-we-are-content .education-toast-check .icon i {
            font-size: 25px;
            color: #ffffff;
        }

    .who-we-are-content .education-toast-check .toast.warning {
        border: 2px solid #4EAF4E !important;
        color: #4EAF4E;
    }

.who-we-are-content .register-form .form-group .passwordShowHide .bx-hide,
.who-we-are-content .register-form .form-group .passwordShowHide .bx-show {
    width: 40px;
    float: right;
    margin-top: -48px;
    display: flex;
    margin-right: -10px;
    cursor: pointer;
    font-size: 18px;
}

.who-we-are-content .register-form .form-group .passwordShowHide .bx-refresh {
    width: 40px;
    float: right;
    margin-top: -27px;
    font-size: 19px;
    display: flex;
    margin-right: -10px;
    cursor: pointer;
}

.input-group .passwordShowHide .bx-hide,
.input-group .passwordShowHide .bx-show {
    width: 40px !important;
    margin-top: 12px !important;
    font-size: 18px;
    display: flex !important;
    margin-left: -30px !important;
    cursor: pointer !important;
    position: absolute !important;
    z-index: 3 !important;
}

.input-group .passwordShowHide .bx-refresh {
    width: 40px !important;
    margin-top: 33px !important;
    font-size: 19px;
    display: flex !important;
    margin-left: -30px !important;
    cursor: pointer !important;
    position: absolute !important;
    z-index: 3 !important;
}

.input-group .passwordInput {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.updateProfileLabel {
    font-weight: 700;
    font-size: 15px !important;
}

    .updateProfileLabel span {
        font-weight: 400;
    }

.who-we-are-content .register-form {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 0;
    margin: auto;
}

    .who-we-are-content .register-form h2 {
        margin-bottom: 30px;
        font-size: 36px;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 15px;
    }

    .who-we-are-content .register-form .form-group {
        margin-bottom: 25px;
    }

        .who-we-are-content .register-form .form-group label {
            display: block;
            color: #6b6b84;
            font-weight: 400;
            font-size: 16px;
        }

        .who-we-are-content .register-form .form-group .form-control {
            height: 60px;
            padding: 0 40px 0 15px;
            line-height: initial;
            color: #1b0238;
            background-color: transparent !important;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 500;
            overflow: scroll;
        }

            .who-we-are-content .register-form .form-group .form-control:disabled {
                background-color: #eee !important;
                cursor: default;
            }

            .who-we-are-content .register-form .form-group .form-control:focus {
                border: 1px solid #36b1ff;
            }

                .who-we-are-content .register-form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .who-we-are-content .register-form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .who-we-are-content .register-form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .who-we-are-content .register-form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

        .who-we-are-content .register-form .form-group .form-control-label {
            margin: 0;
            display: flex;
            align-items: center;
            
        }

        .who-we-are-content .register-form .form-group .about-form-control {
            min-height: 150px;
            max-height: 150px;
            align-items: baseline;
            padding-top: 5px;
        }

    .who-we-are-content .register-form .form-check {
        font-weight: 500;
        font-size: 15px;
        color: #6b6b84;
    }

    .who-we-are-content .register-form .form-check-input {
        margin-top: 2px;
    }

    .who-we-are-content .register-form button {
        border: none;
        margin-top: 25px;
        padding: 15px 30px;
        width: 100%;
        border-radius: 10px;
        cursor: pointer;
        background-color: #36b1ff;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .who-we-are-content .register-form button:hover {
            background-color: #0d6efd;
        }

    .who-we-are-content .register-form .important-text {
        margin-top: 15px;
    }

        .who-we-are-content .register-form .important-text p {
            font-size: 15px;
            color: #656565;
        }

            .who-we-are-content .register-form .important-text p a {
                color: #656565;
                font-weight: 600;
            }

                .who-we-are-content .register-form .important-text p a:hover {
                    color: #36b1ff;
                }

.form-group .help-block.with-errors ul {
    color: red;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

.addBulkContainer {
    overflow-x: auto;
    overflow-y: hidden;
}


    .addBulkContainer .form-group .error-input {
        border: 1px solid red !important;
    }

    .addBulkContainer .form-group .form-control {
        height: 60px;
        padding: 0 40px 0 15px;
        line-height: initial;
        color: #1b0238;
        background-color: transparent !important;
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 15px;
        font-weight: 500;
        width: auto;
    }

        .addBulkContainer .form-group .form-control:focus {
            border: 1px solid gray;
        }

    .addBulkContainer .form-group .option-label {
        width: 60px;
        text-align: center;
        padding: 0 5px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .addBulkContainer .form-group .error-icon {
        display: none;
        color: red;
        width: 40px;
        float: right;
        margin-top: -17px;
        display: inline;
        margin-right: -17px;
        font-size: 14px;
    }

    .addBulkContainer .form-group .fa-eye-slash {
        width: 40px;
        float: right;
        margin-top: -56px;
        display: flex;
        margin-right: -15px;
        cursor: pointer;
        font-size: 14px;
    }

    .addBulkContainer .form-group .fa-eye {
        width: 40px;
        float: right;
        margin-top: -56px;
        display: flex;
        margin-right: -16px;
        cursor: pointer;
        font-size: 14px;
    }

    .addBulkContainer .form-group .generate-password {
        width: 40px;
        float: right;
        margin-top: -37px;
        display: flex;
        margin-right: -17px;
        cursor: pointer;
        font-size: 14px;
    }


#selectClass {
    width: 150px;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    appearance: none;
}

    #selectClass option:checked {
        background-color: #2196f3;
        color: #fff;
    }


.table thead tr .form-group .choices .choices__inner {
    width: 240px !important;
    overflow: auto;
    max-height: 60px;
    min-height: 60px;
}

.table tbody tr .form-group .choices .choices__inner {
    width: 240px !important;
    overflow: auto;
    max-height: 60px;
    min-height: 60px;
}

    .table tbody tr .form-group .choices .choices__inner input {
        min-width: 20ch !important;
    }


.table thead tr .form-group .choices .choices_inner .choiceslist--dropdown .choiceslist, .choiceslist[aria-expanded] .choices_list {
    max-height: 90px;
}

.pricing-table .table {
    margin-bottom: 120px;
}

.pricing-area .container #NotFoundData {
    text-align: center;
    margin-top: -70px;
    margin-bottom: 70px;
}


.passwordCheck .educationToast {
    position: absolute;
    margin-top: 8px;
    padding: 10px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 250px;
    line-height: 0;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.45);
}

.passwordCheck .show {
    opacity: 1;
    z-index: 3 !important;
}

.passwordCheck .requirements ul {
    border: none !important;
    padding: 0 !important;
}

.passwordCheck .educationToast .triangle {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333;
    border-left: 10px solid transparent;
}

.passwordCheck .requirements ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.passwordCheck .requirements li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .passwordCheck .requirements li .icon {
        margin-right: 5px;
        color: red;
    }

    .passwordCheck .requirements li.complete .icon {
        color: #7aff7a;
    }

    .passwordCheck .requirements li.incomplete .icon {
        color: red;
    }


.passwordCheck .educationToast .progress-bar {
    background-color: #ccc;
    border-radius: 5px;
    height: 6px;
    margin-top: 10px;
    position: relative;
}

    .passwordCheck .educationToast .progress-bar .bar {
        background-color: #7a7aff;
        border-radius: 5px;
        height: 100%;
        transition: width 0.2s ease-in-out;
        width: 0%;
    }

        .passwordCheck .educationToast .progress-bar .bar.weak {
            background-color: #ff7a7a;
        }

        .passwordCheck .educationToast .progress-bar .bar.medium {
            background-color: #ffcd7a;
        }

        .passwordCheck .educationToast .progress-bar .bar.strong {
            background-color: #7aff7a;
        }


.addBulkPasswordCheck .educationToast {
    position: relative;
    margin-top: -100px;
    padding: 5px;
    background-color: #333;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 240px;
    line-height: 0;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.45);
    z-index: 0;
    display: none;
}

    .addBulkPasswordCheck .educationToast .triangle {
        position: absolute;
        top: 60px;
        left: 100%;
        transform: translateX(-50%);
        transform: rotate(90deg);
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #333;
        border-left: 10px solid transparent;
    }

.addBulkPasswordCheck .show {
    right: 250px;
    z-index: 3;
    opacity: 1;
    display: block;
}

.addBulkPasswordCheck .requirements ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.addBulkPasswordCheck .requirements li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .addBulkPasswordCheck .requirements li .icon {
        margin-right: 5px;
        color: red;
    }

    .addBulkPasswordCheck .requirements li.complete .icon {
        color: #7aff7a;
    }

    .addBulkPasswordCheck .requirements li.incomplete .icon {
        color: red;
    }


.addBulkPasswordCheck .educationToast .progress-bar {
    background-color: #ccc;
    border-radius: 5px;
    height: 6px;
    margin-top: 10px;
    position: relative;
}

    .addBulkPasswordCheck .educationToast .progress-bar .bar {
        background-color: #7a7aff;
        border-radius: 5px;
        height: 100%;
        transition: width 0.2s ease-in-out;
        width: 0%;
    }

        .addBulkPasswordCheck .educationToast .progress-bar .bar.weak {
            background-color: #ff7a7a;
        }

        .addBulkPasswordCheck .educationToast .progress-bar .bar.medium {
            background-color: #ffcd7a;
        }

        .addBulkPasswordCheck .educationToast .progress-bar .bar.strong {
            background-color: #7aff7a;
        }


.others-option-for-responsive .dot-menu {
    cursor: default;
}

.others-option-for-responsive .container .dot-menu .logUsername {
    display: flex;
    width: auto;
    height: 55px;
    margin-top: -34px;
    float: left;
    align-items: center;
    text-align: end;
}

    .others-option-for-responsive .container .dot-menu .logUsername label {
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        width: 200px;
        white-space: nowrap;
        display: inline-block;
        font-weight: bold;
        /*overflow: hidden;
        text-decoration: none;
        max-height: 2rem;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        width: 200px;*/
    }

.others-option-for-responsive .container .dot-menu .onhover:hover .languageDropdown .dropdown-menu {
    display: block;
    margin-top: 132px !important;
    min-width: 10rem !important;
}

@media only screen and (max-width: 1200px) {
    .navbarRightPanel {
        margin-top: auto !important;
    }

    .others-option-for-responsive .container .dot-menu .navbarNotification .navbarNotificationBtn span {
        margin-top: 33px;
    }
}

@media only screen and (max-width: 768px) {
    .others-option-for-responsive .container .dot-menu .logUsername {
        display: none;
    }
}

.lessonCardGainsTitle {
    overflow: hidden;
    text-decoration: none;
    max-height: 8rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.avatar-upload .avatar-edit input + label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.main-navbar .navbar .navbar-nav .nav-support-btn {
    align-items: center;
    display: flex;
}

    .main-navbar .navbar .navbar-nav .nav-support-btn .default-support-btn {
        display: inline-block;
        padding: 4px 16px;
        background-color: #f60;
        color: #ffffff;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 500;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border: none;
        cursor: pointer;
    }

        .main-navbar .navbar .navbar-nav .nav-support-btn .default-support-btn:hover {
            color: white !important;
            background-color: #e77100;
        }

.event-area .cards-container .orange-teacher-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/assets/img/robobax_img/banner_white.jpg);
    background-size: 700px;
    cursor: pointer;
}

    .event-area .cards-container .orange-teacher-card img {
        top: 34px;
    }

.event-area .cards-container .orange-student-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/assets/img/robobax_img/banner_white.jpg);
    background-size: 700px;
    cursor: pointer;
}

    .event-area .cards-container .orange-student-card img {
        top: 34px;
    }


.event-area .cards-container .myProject-card {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(33deg, #70a9ef 36%, #0276be 84%);
}

    .event-area .cards-container .myProject-card:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: linear-gradient(33deg, #5198ef 30%, #0276be 84%);
    }

    .event-area .cards-container .myProject-card h1 {
        color: white
    }

.event-area .cards-container .green1-teacher-card,
.event-area .cards-container .green2-teacher-card,
.event-area .cards-container .green3-teacher-card {
    cursor: pointer;
}

.event-area .cards-container .blue-teacher-card {
    cursor: pointer;
}

.event-area .cards-container .dashboardAnnouncementCardList {
    max-height: 63% !important;
    min-height: 63% !important;
}

.event-area .cards-container .dashboardCardList {
    margin-top: 10px;
    overflow-y: auto;
    max-height: 74%;
    min-height: 74%;
}

    .event-area .cards-container .dashboardCardList .dashboardToDoListContent {
        border-radius: 10px;
        padding: 10px 10px;
        background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    }

        .event-area .cards-container .dashboardCardList .dashboardToDoListContent .toDoListContentTitle {
            font-weight: 600;
            font-size: 16px;
            color: black;
            overflow: hidden;
            text-decoration: none;
            max-height: 1.5rem;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            width: 100%;
        }

        .event-area .cards-container .dashboardCardList .dashboardToDoListContent .toDoListContentDescription {
            font-size: 14px;
            color: gray;
            overflow: hidden;
            text-decoration: none;
            max-height: 1.5rem;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            width: 100%;
        }

        .event-area .cards-container .dashboardCardList .dashboardToDoListContent .toDoListContentDate {
            color: gray;
            font-size: 12px;
        }

    .event-area .cards-container .dashboardCardList .dashboardHomeworkListContent {
        border-radius: 10px;
        padding: 10px 10px;
        background: linear-gradient(90deg, #f5f5f5 0%, #efefef 100%);
    }

        .event-area .cards-container .dashboardCardList .dashboardHomeworkListContent .dashboardHomeworkListAvatar {
            float: left;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

            .event-area .cards-container .dashboardCardList .dashboardHomeworkListContent .dashboardHomeworkListAvatar .row label {
                font-size: 12px;
                margin-top: -5px;
            }

        .event-area .cards-container .dashboardCardList .dashboardHomeworkListContent .homeworkListContentTitle {
            font-weight: 600;
            font-size: 16px;
            color: black;
            overflow: hidden;
            text-decoration: none;
            max-height: 1.5rem;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            width: 100%;
        }

        .event-area .cards-container .dashboardCardList .dashboardHomeworkListContent .homeworkListContentDescription {
            font-size: 14px;
            color: gray;
            overflow: hidden;
            text-decoration: none;
            max-height: 1.5rem;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            width: 100%;
        }

        .event-area .cards-container .dashboardCardList .dashboardHomeworkListContent .homeworkListContentDate {
            color: gray;
            font-size: 12px;
            display: flex;
            align-items: center;
        }

        .event-area .cards-container .dashboardCardList .dashboardHomeworkListContent .homeworkListButtonSee {
            color: gray;
            font-size: 12px;
            display: flex;
            justify-content: end;
        }

            .event-area .cards-container .dashboardCardList .dashboardHomeworkListContent .homeworkListButtonSee strong {
                border-bottom: 2px solid;
                cursor: pointer;
            }


    .event-area .cards-container .dashboardCardList .dashboardExamQuizListContent {
        height: 70px;
        border-radius: 10px;
        padding: 10px 10px;
        background: linear-gradient(90deg, #ddf2ff 0%, #b7e3ff 100%);
        cursor: pointer;
    }

        .event-area .cards-container .dashboardCardList .dashboardExamQuizListContent .dashboardExamQuizListAvatar {
            float: left;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

            .event-area .cards-container .dashboardCardList .dashboardExamQuizListContent .dashboardExamQuizListAvatar .avatarIcon {
                font-size: 30px;
                color: #af0707;
            }

            .event-area .cards-container .dashboardCardList .dashboardExamQuizListContent .dashboardExamQuizListAvatar .row label {
                font-size: 12px;
                margin-top: -5px;
                cursor: pointer;
            }

            .event-area .cards-container .dashboardCardList .dashboardExamQuizListContent .dashboardExamQuizListAvatar .examQuizHeader {
                text-align: center;
            }

                .event-area .cards-container .dashboardCardList .dashboardExamQuizListContent .dashboardExamQuizListAvatar .examQuizHeader .examQuizHeaderTitle {
                    font-size: 12px;
                    text-decoration: underline;
                    display: flex;
                    justify-content: end;
                }

                .event-area .cards-container .dashboardCardList .dashboardExamQuizListContent .dashboardExamQuizListAvatar .examQuizHeader .homeworkListContentDate {
                    color: gray;
                    font-size: 12px;
                    display: flex;
                    align-items: center;
                }

                    .event-area .cards-container .dashboardCardList .dashboardExamQuizListContent .dashboardExamQuizListAvatar .examQuizHeader .homeworkListContentDate label {
                        font-size: 14px;
                        cursor: pointer;
                    }


    .event-area .cards-container .dashboardCardList .dashboardMessageContent {
        height: 75px;
        background: #f7f7f7;
        border-radius: 10px;
        padding: 5px 10px;
        --bs-gutter-x: 0;
        border: 1px solid #d7d7d7;
    }

        .event-area .cards-container .dashboardCardList .dashboardMessageContent .messageAvatar {
            display: flex;
            align-items: center;
            width: 50px;
        }

            .event-area .cards-container .dashboardCardList .dashboardMessageContent .messageAvatar .messageAvatarContent {
                width: 40px;
                height: 40px;
                position: inherit;
                border-radius: 50%;
                border: 1px solid #d3d3d3;
            }

        .event-area .cards-container .dashboardCardList .dashboardMessageContent .messageContent {
            width: 80%;
        }

            .event-area .cards-container .dashboardCardList .dashboardMessageContent .messageContent .messageContentNameSurname {
                font-weight: 600;
                font-size: 16px;
                color: black;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
            }

            .event-area .cards-container .dashboardCardList .dashboardMessageContent .messageContent .messageContentDescription {
                font-size: 14px;
                color: gray;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
            }

            .event-area .cards-container .dashboardCardList .dashboardMessageContent .messageContent .messageContentInfo {
                color: gray;
                font-size: 12px;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
            }

    .event-area .cards-container .dashboardCardList .dashboardCardContentHeader span {
        font-weight: 600;
        /*text-decoration: underline;*/
    }

    .event-area .cards-container .dashboardCardList ul {
        padding: 0;
    }

        .event-area .cards-container .dashboardCardList ul li {
            margin-top: 10px;
            align-items: center;
        }


            .event-area .cards-container .dashboardCardList ul li .dashboardCardContent {
                margin: 0;
                align-items: center;
                float: left;
                flex-wrap: nowrap;
                /**/
                border-bottom: 1px solid #cfcfcf;
                padding: 5px;
            }

                .event-area .cards-container .dashboardCardList ul li .dashboardCardContent .dashboardSVG {
                    width: 30px;
                    padding: 0;
                }

                .event-area .cards-container .dashboardCardList ul li .dashboardCardContent i {
                    width: 22px;
                    height: 22px;
                    display: inline-flex;
                    margin-right: 5px;
                    position: inherit;
                    /* border-radius: 50%;*/
                    color: white;
                    align-items: center;
                    justify-content: center;
                    font-size: 15px;
                    --bs-gutter-x: 0;
                }

                .event-area .cards-container .dashboardCardList ul li .dashboardCardContent label {
                    overflow: hidden;
                    text-decoration: none;
                    max-height: 1.5rem;
                    -webkit-line-clamp: 1;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    width: 190px;
                    float: left;
                    padding-left: 0;
                }

                .event-area .cards-container .dashboardCardList ul li .dashboardCardContent span {
                    padding: 0;
                    text-align: start;
                    overflow: hidden;
                    text-decoration: none;
                    max-height: 1.5rem;
                    -webkit-line-clamp: 1;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    width: 170px;
                    float: left;
                    padding-left: 0;
                }

                .event-area .cards-container .dashboardCardList ul li .dashboardCardContent button {
                    width: 57px;
                }

            .event-area .cards-container .dashboardCardList ul li .dashboard-defaultBtn {
                display: inline-block;
                padding: 0px 10px;
                background-color: silver;
                color: #ffffff;
                border-radius: 10px;
                font-size: 16px;
                font-weight: 500;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                position: relative;
                z-index: 1;
                overflow: hidden;
                border: none;
                cursor: pointer;
            }

                .event-area .cards-container .dashboardCardList ul li .dashboard-defaultBtn:hover {
                    background-color: gray;
                }

            .event-area .cards-container .dashboardCardList ul li .dashboardCardContent .dashboardPriority-Low {
                color: #fee5cd;
            }

            .event-area .cards-container .dashboardCardList ul li .dashboardCardContent .dashboardPriority-Medium {
                color: #f6b26b;
            }

            .event-area .cards-container .dashboardCardList ul li .dashboardCardContent .dashboardPriority-High {
                color: red;
            }

            .event-area .cards-container .dashboardCardList ul li .dashboardCardContent .bounceIcon {
                /*position: relative;
                -moz-animation: bounce 0.5s infinite linear;
                -o-animation: bounce 0.5s infinite linear;
                -webkit-animation: bounce 0.5s infinite linear;
                animation: bouncee 0.5s infinite linear;*/
                -moz-animation: bouncee 2s ease-out infinite;
                -o-animation: bouncee 2s ease-out infinite;
                -webkit-animation: bouncee 2s ease-out infinite;
                animation: bouncee 2s ease-out infinite;
            }

@-webkit-keyframes bouncee {
    /*0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }*/
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@-moz-keyframes bouncee {
    /* 0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }*/
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@-o-keyframes bouncee {
    /*0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }*/
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@-ms-keyframes bouncee {
    /*0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }*/
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes bouncee {
    /*0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }*/
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.event-area .cards-container .dashboardCardList ul li .profileAvatar {
    /*width: 25px;*/
    width: 33px; /***/
    position: inherit;
    border-radius: 50%;
    border: none;
    margin-right: 5px;
    float: left; /***/
    object-fit: cover; /***/
    max-height: 33px; /***/
    min-height: 33px; /***/
    --bs-gutter-x: 0; /***/
    box-shadow: 2px 1px 7px -2px rgba(165,151,151,0.55);
}

.event-area .cards-container .dashboardCardBtn {
    position: absolute;
    bottom: 8px;
    right: 20px;
    cursor: pointer;
    padding: 4px 36px;
}

.event-area .cards-container .notDataFound {
    display: none;
    width: 100%;
    height: 80%;
    align-items: center;
    justify-content: center;
}

    .event-area .cards-container .notDataFound .notDataFoundContent {
        color: gray;
    }

.teacherCountContainer {
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

    .teacherCountContainer .row .teacher-single-fun-fact {
        padding: 20px 15px !important;
    }

        .teacherCountContainer .row .teacher-single-fun-fact .form-group .form-control {
            height: 50px;
            padding: 0 15px;
            line-height: initial;
            color: #000;
            background-color: #d3d3d3 !important;
            border: 1px solid #d3d3d3;
            border-radius: 5px;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
        }

.js-cd-panel-notification .cd-panel__container .cd-panel__content {
    padding: 50px 5% 20px;
}


    .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList {
        margin-top: 10px;
        max-height: 77%;
        min-height: 77%;
    }

        .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList ul {
            padding: 0;
        }

        .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList .dashboardMessageContent {
            background: #f7f7f7;
            border-radius: 10px;
            padding: 5px 10px;
            --bs-gutter-x: 0;
            border: 1px solid #d7d7d7;
            margin-top: 15px;
        }

            .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList .dashboardMessageContent .messageAvatar {
                display: flex;
                align-items: center;
                width: 50px;
            }

                .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList .dashboardMessageContent .messageAvatar .messageAvatarContent {
                    width: 40px;
                    height: 40px;
                    position: inherit;
                    border-radius: 50%;
                    border: 1px solid #d3d3d3;
                }

            .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList .dashboardMessageContent .messageContent {
                width: 80%;
            }

                .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList .dashboardMessageContent .messageContent .messageContentNameSurname {
                    font-weight: 600;
                    font-size: 16px;
                    color: black;
                    overflow: hidden;
                    text-decoration: none;
                    max-height: 1.5rem;
                    -webkit-line-clamp: 1;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    width: 100%;
                }

                .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList .dashboardMessageContent .messageContent .messageContentDescription {
                    font-size: 14px;
                    color: gray;
                    overflow: hidden;
                    text-decoration: none;
                    max-height: 2.7rem;
                    min-height: 2.7rem;
                    -webkit-line-clamp: 2;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    width: 100%;
                }

                .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList .dashboardMessageContent .messageContent .messageContentInfo {
                    color: gray;
                    font-size: 12px;
                    overflow: hidden;
                    text-decoration: none;
                    max-height: 1.5rem;
                    -webkit-line-clamp: 1;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    width: 100%;
                }

            .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList .dashboardMessageContent .notificationClose {
                position: absolute;
                width: 20px;
                right: 30px;
                cursor: pointer;
                color: gray;
            }

                .js-cd-panel-notification .cd-panel__container .cd-panel__content .dashboardCardList .dashboardMessageContent .notificationClose:hover {
                    color: #000;
                }

.clear-all-btn {
    height: 25px;
    padding: 0 24px;
    background-color: silver;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

    .clear-all-btn:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0%;
        background-color: darkgray;
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 10px;
    }

    .clear-all-btn:hover {
        color: #ffffff;
    }

        .clear-all-btn:hover::before {
            height: 100%;
        }


.main-banner-robobax-home .container .bannerHeader {
    position: relative;
}

.main-banner-robobax-home .row {
    height: 100px;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0;
}

    .main-banner-robobax-home .row .container {
        display: flex;
        justify-content: end;
    }

        .main-banner-robobax-home .row .container .single-fun-fact {
            text-align: center;
            background-color: #5da7bd;
            padding: 15px 20px;
            border-radius: 5px;
            background-color: rgba(153, 153, 153, 0.6);
            backdrop-filter: blur(5px);
            width: 100%;
            margin: 0;
            box-shadow: 2px 5px 20px rgb(0, 0, 0, 0.1);
        }

            .main-banner-robobax-home .row .container .single-fun-fact .form-group .form-control {
                height: 40px;
                padding: 0 15px;
                line-height: initial;
                color: #000;
                background-color: #d3d3d3 !important;
                border: 1px solid #d3d3d3;
                border-radius: 5px;
                -webkit-box-shadow: unset !important;
                box-shadow: unset !important;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-size: 15px;
                font-weight: 500;
                text-align: center;
            }

.who-we-are-content .register-form .addSelectedBtn {
    margin: 0;
    display: inline-block;
    padding: 4px 16px;
    background-color: #f60;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    cursor: pointer;
    width: auto;
}

    .who-we-are-content .register-form .addSelectedBtn:hover {
        background-color: #e77100;
    }

.class-details-information .lessonAddListCard li .bx-minus-circle {
    cursor: pointer;
    color: darkred;
    float: left;
    width: 15px;
    margin-right: 5px;
}

.class-details-information .lessonAddListCard li span {
    display: flex;
    align-items: baseline;
}

    .class-details-information .lessonAddListCard li span span {
        margin: 3px 0 0 0;
        overflow: hidden;
        text-decoration: none;
        max-height: 3rem;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        width: 95%;
    }

.class-details-information .lessonAddListCard li ul .lessonTopicsList {
    padding-left: 10px;
    margin: 3px 0 0 0;
    display: flex;
    align-items: baseline;
}

    .class-details-information .lessonAddListCard li ul .lessonTopicsList label {
        margin: 3px 0 0 0;
        overflow: hidden;
        text-decoration: none;
        max-height: 3rem;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        width: 95%;
    }





.plus,
.minus {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    width: 16px;
    height: 16px;
    /*vertical-align: middle;*/
}

.plus {
    background-image: url(https://img.icons8.com/color/48/000000/plus.png);
}

.minus {
    background-image: url(https://img.icons8.com/color/48/000000/minus.png);
}

ul {
    list-style: none;
    padding: 0px 0px 0px 20px;
}

    ul.inner_ul li:before {
        content: "├";
        font-size: 18px;
        margin-left: -11px;
        margin-top: -5px;
        vertical-align: middle;
        float: left;
        width: 8px;
        color: #41424e;
    }

    ul.inner_ul li:last-child:before {
        content: "└";
    }

.inner_ul {
    padding: 0px 0px 0px 35px;
}

.modal-body .modal-panel .topfit .d-flex a {
    margin-right: 15px;
    text-decoration: underline;
    font-weight: 500;
    color: #36b1ff;
    cursor: pointer;
}

    .modal-body .modal-panel .topfit .d-flex a:hover {
        color: #0276be;
    }

.modal-body .modal-panel .topfit .d-flex textarea {
    min-height: 100px;
    max-height: 150px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 15px 5px;
    line-height: initial;
    color: rgb(27, 2, 56);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    font-size: 15px;
    font-weight: 500;
    height: 233px;
    background-color: transparent !important;
    box-shadow: unset !important;
    overflow: scroll;
}

.modal-body .modal-panel .topfit .col-12 .breakLine {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 1.5em;
    margin-block-end: 1.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    border: 1px solid silver;
}

.modal-body .modal-panel .topfit .col-12 .questionTitle {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
}

    .modal-body .modal-panel .topfit .col-12 .questionTitle .questionTitleContent {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 800;
        width: 40px;
        height: 38.2px;
        text-align: center;
        line-height: 2em;
        border-radius: 50%;
        background: #f8f8f8;
        color: #878484;
        border: 2px solid #d8d8d8;
        margin-right: 5px;
    }

        .modal-body .modal-panel .topfit .col-12 .questionTitle .questionTitleContent span {
            font-size: 24px;
        }

    .modal-body .modal-panel .topfit .col-12 .questionTitle .d-flex label {
        display: flex;
        align-items: center;
    }

.modal-body .modal-panel .topfit .col-12 .questionGreenContent {
    border: 1px solid green;
    padding: 5px;
    border-radius: 10px;
    background: #d0f3d0;
    align-items: center;
}

    .modal-body .modal-panel .topfit .col-12 .questionGreenContent .questionAnswers i {
        font-size: 20px;
        color: white;
        background: green;
        border-radius: 50%;
        padding: 4px;
    }

.modal-body .modal-panel .topfit .col-12 .questionRedContent {
    border: 1px solid #dd0404;
    padding: 5px;
    border-radius: 10px;
    background: #dd040440;
    align-items: center;
}

    .modal-body .modal-panel .topfit .col-12 .questionRedContent .questionAnswers i {
        font-size: 20px;
        color: white;
        background: #dd0404;
        border-radius: 50%;
        padding: 4px;
    }

.modal-body .modal-panel .topfit .col-12 .questionBlueContent {
    border: 1px solid #2376fc;
    padding: 5px;
    border-radius: 10px;
    background: #2376fc42;
    align-items: center;
}

    .modal-body .modal-panel .topfit .col-12 .questionBlueContent .questionAnswers i {
        font-size: 20px;
        color: white;
        background: #2376fc;
        border-radius: 50%;
        padding: 4px;
    }

.modal-body .modal-panel .topfit .col-12 .questionDefaultContent {
    border: 1px solid #e3e0e0;
    padding: 5px;
    border-radius: 10px;
    background: #e3e0e057;
    align-items: center;
}

    .modal-body .modal-panel .topfit .col-12 .questionDefaultContent .questionAnswers i {
        font-size: 20px;
        color: #e3e0e0;
        background: #e3e0e0;
        border-radius: 50%;
        padding: 4px;
    }

.modal-body .modal-panel .topfit .col-12 .questionAnswers {
    margin-right: 5px;
}

    .modal-body .modal-panel .topfit .col-12 .questionAnswers .questionAnswersContent {
        border-radius: 30%;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background: silver;
    }

    .modal-body .modal-panel .topfit .col-12 .questionAnswers .trueAnswer {
        background: #2a9906 !important;
    }


.table > tbody {
    box-shadow: 4px 4px 6px 0px rgba(39, 122, 167, 0.15);
}

.pricing-table .table tbody tr td ul {
    padding: 0;
    margin: 0;
}

    .pricing-table .table tbody tr td ul .dashboardMessageContent {
        --bs-gutter-x: 0;
    }

        .pricing-table .table tbody tr td ul .dashboardMessageContent .messageAvatar {
            display: flex;
            align-items: center;
            width: 50px;
        }

            .pricing-table .table tbody tr td ul .dashboardMessageContent .messageAvatar .messageAvatarContent {
                width: 40px;
                height: 40px;
                position: inherit;
                border-radius: 50%;
                border: 1px solid #d3d3d3;
                object-fit: cover;
            }

        .pricing-table .table tbody tr td ul .dashboardMessageContent .messageContent {
            width: 50%;
        }

            .pricing-table .table tbody tr td ul .dashboardMessageContent .messageContent .messageContentNameSurname {
                font-weight: 400;
                font-size: 16px;
                color: black;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
            }

            .pricing-table .table tbody tr td ul .dashboardMessageContent .messageContent .messageContentDescription {
                font-size: 14px;
                color: gray;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
            }

            .pricing-table .table tbody tr td ul .dashboardMessageContent .messageContent .messageContentInfo {
                color: gray;
                font-size: 12px;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
            }

.levelDelete {
    height: 60px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

    .levelDelete .levelDeleteBtn {
        border: none;
        background-color: red;
        height: 30px;
        width: 30px;
        padding: 0;
        transition: 0.5s;
        font-size: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

        .levelDelete .levelDeleteBtn i {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            color: #fff;
        }

.modal-body .modal-panel .topfit .modalCardList {
    margin-top: 10px;
    overflow-y: auto;
    max-height: 77%;
    min-height: 77%;
}

    .modal-body .modal-panel .topfit .modalCardList ul {
        padding: 0;
    }

    .modal-body .modal-panel .topfit .modalCardList .modalUserContent {
        height: 75px;
        background: #f7f7f7;
        border-radius: 10px;
        padding: 5px 10px;
        --bs-gutter-x: 0;
        border: 1px solid #d7d7d7;
        margin-bottom: 5px;
    }

        .modal-body .modal-panel .topfit .modalCardList .modalUserContent .userAvatar {
            display: flex;
            align-items: center;
            width: 50px;
        }

            .modal-body .modal-panel .topfit .modalCardList .modalUserContent .userAvatar .userAvatarContent {
                width: 40px;
                height: 40px;
                position: inherit;
                border-radius: 50%;
                border: 1px solid #d3d3d3;
                object-fit: cover;
            }

        .modal-body .modal-panel .topfit .modalCardList .modalUserContent .userContent {
            width: 80%;
        }

            .modal-body .modal-panel .topfit .modalCardList .modalUserContent .userContent .userContentNameSurname {
                font-weight: 600;
                font-size: 16px;
                color: black;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
            }

            .modal-body .modal-panel .topfit .modalCardList .modalUserContent .userContent .userContentDescription {
                font-size: 14px;
                color: gray;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
            }

            .modal-body .modal-panel .topfit .modalCardList .modalUserContent .userContent .userContentInfo {
                color: gray;
                font-size: 12px;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
            }



.who-we-are-content .register-form .form-group ul {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 5px;
    margin: 0;
}

    .who-we-are-content .register-form .form-group ul .dashboardMessageContent {
        --bs-gutter-x: 0;
        height: 50px;
    }

        .who-we-are-content .register-form .form-group ul .dashboardMessageContent .messageAvatar {
            display: flex;
            align-items: center;
            width: 50px;
            height: 50px;
        }

            .who-we-are-content .register-form .form-group ul .dashboardMessageContent .messageAvatar .messageAvatarContent {
                width: 40px;
                height: 40px;
                position: inherit;
                border-radius: 50%;
                border: 1px solid #d3d3d3;
                object-fit: cover;
            }

        .who-we-are-content .register-form .form-group ul .dashboardMessageContent .messageContent {
            width: 70%;
        }

            .who-we-are-content .register-form .form-group ul .dashboardMessageContent .messageContent .messageContentNameSurname {
                font-weight: 400;
                font-size: 16px;
                color: black;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
                margin: 0;
                line-height: 1.2;
            }

            .who-we-are-content .register-form .form-group ul .dashboardMessageContent .messageContent .messageContentDescription {
                font-size: 14px;
                color: gray;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
                margin: 0;
                line-height: 1.2;
            }

            .who-we-are-content .register-form .form-group ul .dashboardMessageContent .messageContent .messageContentInfo {
                color: gray;
                font-size: 12px;
                overflow: hidden;
                text-decoration: none;
                max-height: 1.5rem;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                width: 100%;
                margin: 0;
                line-height: 1.2;
            }


.single-teacher .image .avatar-edit {
    position: absolute;
    right: 25px;
    z-index: 1;
    bottom: 0;
}

    .single-teacher .image .avatar-edit input {
        display: none;
    }

    .single-teacher .image .avatar-edit label {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 34px;
        height: 34px;
        margin-bottom: 0;
        border-radius: 100%;
        background: #ffffff;
        border: 1px solid #d2d6de;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        font-weight: normal;
        transition: all 0.2s ease-in-out;
    }

/*----LIST EDIT BUTTON----*/
.list-edit-button {
    display: inline-block !important;
    padding: 4px 12px !important;
    background-color: #ffb848 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    border: none !important;
    cursor: pointer !important;
    width: 80px !important;
    margin-top: 0 !important;
}

    .list-edit-button:hover {
        background-color: #ff9f0f !important;
    }
/*----LIST EDIT BUTTON----*/

/*----LIST PREVIEW BUTTON----*/
.list-preview-button {
    background-color: #4d90fe !important;
    display: inline-block !important;
    padding: 4px 12px !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    border: none !important;
    cursor: pointer !important;
    width: 80px !important;
    margin-top: 0 !important;
}

    .list-preview-button:hover {
        background-color: #2376fc !important;
    }
/*----LIST PREVIEW BUTTON----*/

/*----LIST PUBLISH BUTTON----*/
.list-publish-button {
    background-color: #59bf52 !important;
    display: inline-block !important;
    padding: 4px 12px !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    border: none !important;
    cursor: pointer !important;
    width: 80px !important;
    margin-top: 0 !important;
}

    .list-publish-button:hover {
        background-color: #0fa826 !important;
    }
/*----LIST PUBLISH BUTTON----*/


/*---LIST CHOICE SEARCH BUTTON---*/
.list-search-choice-form {
    position: relative;
    float: left;
}

    .list-search-choice-form label {
        width: 520px;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        padding: 5px;
    }

    .list-search-choice-form .list-search-field {
        background-color: transparent;
        height: 40px;
        padding: 8px 15px;
        border: 1px solid #eeeeee;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px;
        float: left;
        width: 150px;
    }

        .list-search-choice-form .list-search-field:focus {
            border-color: #36b1ff;
        }

    .list-search-choice-form button {
        border: none;
        background-color: #eeeeee;
        color: #36b1ff;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 5px;
        padding: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 5px;
        font-size: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

        .list-search-choice-form button:hover {
            background-color: #0d6efd;
            color: #ffffff;
        }

        .list-search-choice-form button i {
            position: absolute;
            left: 0;
            right: 0;
            top: 52%;
            -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
        }

/*---LIST CHOICE SEARCH BUTTON---*/


/*---STEP WIZARD---*/
.step {
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2em;
    position: relative;
    margin-left: 0;
}

    .step::before,
    .step::after {
        content: "";
        position: absolute;
        top: 16px;
        bottom: 0.75em;
        left: 0;
        right: 0;
        background: #ccc;
    }

    .step::after {
        background: #458be3;
        transition: right 0.5s;
    }

    .step[data-step="0"]::after {
        right: 100%;
    }

    .step[data-step="1"]::after {
        right: 50%;
    }

    .step p {
        counter-increment: step;
        color: #aaa;
        height: 2em;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin: 0;
        text-align: center;
    }

        .step p:first-of-type {
            background: linear-gradient(to right, white 50%, transparent 50%);
        }

        .step p:last-of-type {
            background: linear-gradient(to right, transparent 50%, white 50%);
        }

        .step p::before {
            content: counter(step);
            display: flex;
            margin: 0 auto 0.5em;
            height: 4em;
            width: 4em;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            background: #fff;
            margin-top: -13px;
            border: 2px solid #ccc;
        }

.forward .step p::before {
    transition: background 0 0.5s, color 0 0.5s;
}

[data-step="0"] p:nth-child(1),
[data-step="1"] p:nth-child(2),
[data-step="2"] p:nth-child(3) {
    color: black;
}

[data-step="1"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(2)::before {
    content: "✔︎";
}

[data-step="0"] p:nth-child(1)::before,
[data-step="1"] p:nth-child(2)::before,
[data-step="2"] p:nth-child(3)::before,
[data-step="1"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(2)::before {
    background: #458be3;
    color: white;
    border: 2px solid #458be3;
}
/*---STEP WIZARD---*/


/*================================================
FAQ Area CSS
=================================================*/
.cardOpacity {
    opacity: .3;
}

.faq-accordion {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.09);
    padding: 15px;
}

    .faq-accordion span {
        font-family: sans-serif;
        font-size: 18px;
    }

    .faq-accordion .content {
        margin-bottom: 25px;
    }

        .faq-accordion .content h3 {
            font-size: 25px;
            margin-bottom: 0;
        }

    .faq-accordion .accordion {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .faq-accordion .accordion .accordion-item {
            display: block;
            border: 1px solid #f3f3f3;
            margin-bottom: 10px;
        }

            .faq-accordion .accordion .accordion-item:last-child {
                margin-bottom: 0;
            }

        .faq-accordion .accordion .accordion-border {
            /*background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, rgba(52, 162, 216, 1) 0%, rgba(32, 104, 145, 1) 100%) border-box;*/
            border: 1px solid rgba(52, 162, 216, 1);
            border-radius: 6px;
            box-shadow: 2px 2px 4px 0px rgba(47, 127, 170, 0.15);
            margin-top: 15px;
        }

            .faq-accordion .accordion .accordion-border:first-child {
                margin-top: 0;
            }

        .faq-accordion .accordion .accordion-title {
            padding: 10px 40px 14px 20px;
            color: #1b0238;
            position: relative;
            display: block;
            font-size: 20px;
            font-weight: 500;
        }

            .faq-accordion .accordion .accordion-title.active {
                background: linear-gradient( 180deg, rgba(88, 180, 212, 1) 0%, rgba(6, 120, 168, 1) 100% );
                box-shadow: 2px 2px 4px 0px rgba(47, 127, 170, 0.15);
                color: white;
                border-radius: 5px;
            }

            .faq-accordion .accordion .accordion-title .plusBtn {
                border: none;
                background-color: #fff;
                color: #2D7FB1;
                height: 40px;
                width: 40px;
                position: absolute;
                right: 10px;
                padding: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                top: 4px;
                font-size: 20px;
                border-radius: 5px;
                cursor: pointer;
                box-shadow: 2px 3px 4px 0px rgba(47, 127, 170, 0.18) !important;
                border-radius: 10px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .faq-accordion .accordion .accordion-title .plusBtn i {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    right: 0;
                    font-size: 30px;
                    font-weight: 500;
                    background: linear-gradient(to bottom, #2775A0 0%, #35A3D9 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

            .faq-accordion .accordion .accordion-title i {
                position: absolute;
                right: 20px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #1b0238;
                font-size: 20px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .faq-accordion .accordion .accordion-title.active i::before {
                content: "\268A";
                font-size: 24px;
                font-weight: 500;
                background: linear-gradient(to bottom, #2775A0 0%, #35A3D9 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }


        .faq-accordion .accordion .accordion-item .lockBtn {
            border: none;
            background-color: #fff;
            color: #2D7FB1;
            height: 40px;
            width: 40px;
            position: relative;
            right: 59px;
            padding: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            top: 4px;
            font-size: 20px;
            border-radius: 5px;
            cursor: pointer;
            box-shadow: 2px 3px 4px 0px rgba(47, 127, 170, 0.18) !important;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 5;
            float: right;
        }

            .faq-accordion .accordion .accordion-item .lockBtn i {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                right: 0;
                font-size: 24px;
                font-weight: 500;
                background: linear-gradient(to bottom, #2775A0 0%, #35A3D9 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-weight: 600;
            }

            .faq-accordion .accordion .accordion-item .lockBtn i {
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #1b0238;
                font-size: 20px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }



        .faq-accordion .accordion .accordion-content {
            display: none;
            position: relative;
            padding: 18px 20px;
            border-top: 1px solid #36b1ff;
            color: #6b6b84;
            font-size: 15px;
        }

            .faq-accordion .accordion .accordion-content.show {
                display: block;
            }


                .faq-accordion .accordion .accordion-content.show li {
                    position: relative;
                    margin-bottom: 12px;
                    overflow: hidden;
                    color: #1b0238;
                    padding-left: 18px;
                    font-size: 15px;
                    font-weight: 500;
                }

                    .faq-accordion .accordion .accordion-content.show li::before {
                        background: #36b1ff;
                        height: 8px;
                        width: 8px;
                        content: '';
                        border-radius: 50%;
                        left: 0;
                        top: 7px;
                        position: absolute;
                    }



            .faq-accordion .accordion .accordion-content .input-group .form-control {
                height: 60px;
                padding: 0 40px 0 15px;
                line-height: initial;
                color: #1b0238;
                background-color: transparent !important;
                border: 1px solid #f1f1f1;
                border-radius: 5px;
                -webkit-box-shadow: unset !important;
                box-shadow: unset !important;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-size: 15px;
                font-weight: 500;
            }



/*================================================
ABOUT FAQ Area CSS
=================================================*/
.about-faq-accordion {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.09);
    padding: 15px;
}

    .about-faq-accordion .about-accordion {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .about-faq-accordion .about-accordion .about-accordion-item {
            display: block;
            border: 1px solid #f3f3f3;
            margin-bottom: 10px;
        }

            .about-faq-accordion .about-accordion .about-accordion-item:last-child {
                margin-bottom: 0;
            }

        .about-faq-accordion .about-accordion .about-accordion-border {
            background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, rgba(52, 162, 216, 1) 0%, rgba(32, 104, 145, 1) 100%) border-box;
            border: 1px solid transparent;
            border-radius: 6px;
            box-shadow: 2px 2px 4px 0px rgba(47, 127, 170, 0.15);
        }

        .about-faq-accordion .about-accordion .about-accordion-title {
            padding: 10px 40px 10px 20px;
            color: #1b0238;
            position: relative;
            display: block;
            font-size: 20px;
            font-weight: 500;
        }

            .about-faq-accordion .about-accordion .about-accordion-title.active {
                background: linear-gradient( 180deg, rgba(88, 180, 212, 1) 0%, rgba(6, 120, 168, 1) 100% );
                box-shadow: 2px 2px 4px 0px rgba(47, 127, 170, 0.15);
                color: white;
            }

            .about-faq-accordion .about-accordion .about-accordion-title .plusBtn {
                border: none;
                background-color: #fff;
                color: #2D7FB1;
                height: 40px;
                width: 40px;
                position: absolute;
                right: 10px;
                padding: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                top: 4px;
                font-size: 20px;
                border-radius: 5px;
                cursor: pointer;
                box-shadow: 2px 3px 4px 0px rgba(47, 127, 170, 0.18) !important;
                border-radius: 10px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .about-faq-accordion .about-accordion .about-accordion-title .plusBtn i {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    right: 0;
                    font-size: 30px;
                    font-weight: 500;
                    background: linear-gradient(to bottom, #2775A0 0%, #35A3D9 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

            .about-faq-accordion .about-accordion .about-accordion-title i {
                position: absolute;
                right: 20px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #1b0238;
                font-size: 20px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .about-faq-accordion .about-accordion .about-accordion-title.active i::before {
                content: "\268A";
                font-size: 24px;
                font-weight: 500;
                background: linear-gradient(to bottom, #2775A0 0%, #35A3D9 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }


        .about-faq-accordion .about-accordion .about-accordion-content {
            display: none;
            position: relative;
            padding: 18px 20px;
            color: #6b6b84;
            font-size: 15px;
        }

            .about-faq-accordion .about-accordion .about-accordion-content.show {
                display: flex;
            }


                .about-faq-accordion .about-accordion .about-accordion-content.show li {
                    position: relative;
                    margin-bottom: 12px;
                    overflow: hidden;
                    color: #1b0238;
                    padding-left: 18px;
                    font-size: 15px;
                    font-weight: 500;
                }

                    .about-faq-accordion .about-accordion .about-accordion-content.show li::before {
                        background: #36b1ff;
                        height: 8px;
                        width: 8px;
                        content: '';
                        border-radius: 50%;
                        left: 0;
                        top: 7px;
                        position: absolute;
                    }


.question_radioBtn {
    width: 200px;
}

    .question_radioBtn label input {
        position: absolute;
        left: -9999px;
    }

        .question_radioBtn label input:checked + span {
            background-color: #d6d6e5;
        }

            .question_radioBtn label input:checked + span:before {
                box-shadow: inset 0 0 0 0.4375em #36b1ff;
            }

    .question_radioBtn label span {
        display: flex;
        align-items: center;
        padding: 0.375em 0.75em 0.375em 0.375em;
        border-radius: 99em;
        transition: 0.25s ease;
        cursor: pointer;
    }

        .question_radioBtn label span:hover {
            background-color: #d6d6e5;
        }

        .question_radioBtn label span:before {
            display: flex;
            flex-shrink: 0;
            content: "";
            background-color: #fff;
            width: 1.5em;
            height: 1.5em;
            border-radius: 50%;
            margin-right: 0.375em;
            transition: 0.25s ease;
            box-shadow: inset 0 0 0 0.125em #36b1ff;
        }

.inputEditorContent {
    padding-right: 25px;
}

    .inputEditorContent .inputEditorHeader {
        display: block;
        margin-bottom: 10px;
        color: #6b6b84;
        font-weight: 400;
        font-size: 16px;
        margin: 0 0 3px 8px;
    }



/*--Switch Toogle YES/NO--*/

.who-we-are-content .register-form .form-group .can-toggle label {
    display: flex;
}

    .who-we-are-content .register-form .form-group .can-toggle label span {
        font-family: "Catamaran", sans-serif;
    }

.can-toggle {
    position: relative;
    width: 150px;
}

    .can-toggle *, .can-toggle *:before, .can-toggle *:after {
        box-sizing: border-box;
    }

    .can-toggle input[type=checkbox] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .can-toggle input[type=checkbox][disabled] ~ label {
            pointer-events: none;
        }

            .can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
                opacity: 0.4;
            }

        .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
            content: attr(data-unchecked);
            left: 0;
        }

        .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
            content: attr(data-checked);
        }

    .can-toggle label {
        user-select: none;
        position: relative;
        display: flex;
        align-items: center;
    }

        .can-toggle label .can-toggle__label-text {
            flex: 1;
            padding-left: 32px;
        }

        .can-toggle label .can-toggle__switch {
            position: relative;
        }

            .can-toggle label .can-toggle__switch:before {
                content: attr(data-checked);
                position: absolute;
                top: 0;
                text-transform: uppercase;
                text-align: center;
            }

            .can-toggle label .can-toggle__switch:after {
                content: attr(data-unchecked);
                position: absolute;
                z-index: 5;
                text-transform: uppercase;
                text-align: center;
                background: white;
                transform: translate3d(0, 0, 0);
                z-index: 1;
            }

    .can-toggle input[type=checkbox][disabled] ~ label {
        color: rgba(234, 0, 48, 0.5);
    }

    .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
        background-color: #ea0030;
    }

        .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
            color: #b70026;
        }

    .can-toggle input[type=checkbox]:hover ~ label {
        color: #d1002b;
    }

    .can-toggle input[type=checkbox]:checked ~ label:hover {
        color: #55bc49;
    }

    .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
        background-color: #70c767;
    }

        .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
            color: #4fb743;
        }

    .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
        background-color: #5fc054;
    }

        .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
            color: #47a43d;
        }

    .can-toggle label .can-toggle__label-text {
        flex: 1;
    }

    .can-toggle label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
        background: #ff0538;
    }

        .can-toggle label .can-toggle__switch:before {
            color: rgba(255, 255, 255, 0.5);
        }

        .can-toggle label .can-toggle__switch:after {
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
            transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
            color: #ea0030;
        }

    .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(65px, 0, 0);
    }

    .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle label {
        font-size: 14px;
    }

        .can-toggle label .can-toggle__switch {
            height: 36px;
            flex: 0 0 134px;
            border-radius: 4px;
        }

            .can-toggle label .can-toggle__switch:before {
                left: 67px;
                font-size: 12px;
                line-height: 36px;
                width: 67px;
                padding: 0 12px;
            }

            .can-toggle label .can-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 2px;
                width: 65px;
                line-height: 32px;
                font-size: 12px;
            }

            .can-toggle label .can-toggle__switch:hover:after {
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
            }

    .can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(44px, 0, 0);
    }

    .can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-small label {
        font-size: 13px;
    }

        .can-toggle.can-toggle--size-small label .can-toggle__switch {
            height: 28px;
            flex: 0 0 90px;
            border-radius: 2px;
        }

            .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
                left: 45px;
                font-size: 10px;
                line-height: 28px;
                width: 45px;
                padding: 0 12px;
            }

            .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
                top: 1px;
                left: 1px;
                border-radius: 1px;
                width: 44px;
                line-height: 26px;
                font-size: 10px;
            }

            .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
            }
/*--Switch Toogle YES/NO--*/

.navMenu .navContent:before {
    display: table;
    content: " ";
}

.navMenu .navContent:after {
    clear: both;
}

.navMenu .navContent .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .navMenu .navContent .nav-tabs:after {
        clear: both;
    }

    .navMenu .navContent .nav-tabs:before {
        display: table;
        content: " ";
    }

    .navMenu .navContent .nav-tabs li {
        float: left;
        margin-bottom: -1px;
        position: relative;
        display: block;
    }

        .navMenu .navContent .nav-tabs li a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            position: relative;
            display: block;
            padding: 10px 15px;
            color: #36b1ff;
            text-decoration: none;
        }

            .navMenu .navContent .nav-tabs li a:hover {
                background: #e3e3e3;
                color: #555555;
            }

    .navMenu .navContent .nav-tabs > li.active > a {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

.navMenu .navContent .tab-content {
    border-bottom: none;
    padding-top: 20px;
}

    .navMenu .navContent .tab-content .tab-pane {
        display: none;
    }

        .navMenu .navContent .tab-content .tab-pane .form-group .form-control {
            height: 60px;
            padding: 0 40px 0 15px;
            line-height: initial;
            color: #1b0238;
            background-color: transparent !important;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 500;
        }

    .navMenu .navContent .tab-content > .active {
        display: block;
    }


.previewCheck .previewCheck-positive,
.previewCheck .previewCheck-negative {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
}

.previewCheck .previewCheck-positive {
    color: green;
}

.previewCheck .previewCheck-negative {
    color: red;
}

.previewCheck .previewCheck-positive i {
    display: flex;
    align-items: center;
    margin-right: 5px;
    font-size: 23px;
    color: green;
}

.previewCheck .previewCheck-negative i {
    display: flex;
    align-items: center;
    margin-right: 5px;
    font-size: 23px;
    color: red;
}







.widgetQuiz .widget-area .widget .widget-title {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
}

    .widgetQuiz .widget-area .widget .widget-title::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        bottom: -1px;
        background: #36b1ff;
    }

    .widgetQuiz .widget-area .widget .widget-title .widgetQuizHeader {
        width: 50%;
    }

        .widgetQuiz .widget-area .widget .widget-title .widgetQuizHeader h3 {
            position: relative;
            padding-bottom: 10px;
            font-size: 20px;
        }

    .widgetQuiz .widget-area .widget .widget-title .widgetQuizHeaderContent {
        width: 50%;
        text-align: end;
    }

        .widgetQuiz .widget-area .widget .widget-title .widgetQuizHeaderContent h3 {
            position: relative;
            font-size: 16px;
            color: gray;
        }

        .widgetQuiz .widget-area .widget .widget-title .widgetQuizHeaderContent h4 {
            position: relative;
            padding-bottom: 10px;
            font-size: 16px;
            color: gray;
        }



.widgetQuiz .widget-area .widget_search {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 5px;
    padding: 25px 25px 15px 25px;
}

    .widgetQuiz .widget-area .widget_search .quizCounter {
        position: relative;
        text-align: center;
    }

        .widgetQuiz .widget-area .widget_search .quizCounter label {
            background: black;
            background-size: cover;
            font-size: 50px;
            text-align: center;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.widgetQuiz .widget-area .widget_tag_cloud {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 5px;
    padding: 25px;
}

    .widgetQuiz .widget-area .widget_tag_cloud .widget-title {
        margin-bottom: 18px;
    }

.widgetQuiz .widget-area .tagcloud span {
    background: #f5f5f5;
    display: inline-block;
    color: #1b0238;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px !important;
    margin-top: 8px;
    margin-right: 5px;
    width: 52px;
    text-align: center;
    cursor: pointer;
}

.widgetQuiz .widget-area .tagcloud .questions_border {
    border: 2px solid #36b1ff;
}

.widgetQuiz .widget-area .tagcloud .questions_empty {
    color: #ffffff;
    background: orange;
}

.widgetQuiz .widget-area .tagcloud .questions_check {
    color: #ffffff;
    background: green;
}


.widgetQuizTitle {
    margin-bottom: 20px;
}

    .widgetQuizTitle .widget-area .widget .widget-title {
        margin-bottom: 0;
        position: relative;
        padding-bottom: 0;
        border-bottom: none;
        font-size: 20px;
    }

        .widgetQuizTitle .widget-area .widget .widget-title::before {
            content: none;
        }

        .widgetQuizTitle .widget-area .widget .widget-title h3 {
            position: relative;
            padding-bottom: 0;
            font-size: 24px;
            display: flex;
            width: 95%;
        }

        .widgetQuizTitle .widget-area .widget .widget-title i {
            display: flex;
            cursor: pointer;
            width: 5%;
            justify-content: end;
        }



.questionWidget .widget-area .widget_tag_cloud {
    padding: 45px;
    border: 5px dotted silver;
}

    /*.questionWidget .widget-area .widget_tag_cloud .questionTitle {
        width: 100%;
        margin-bottom: 5px;
        display: flex;
    }*/

    /*.questionWidget .widget-area .widget_tag_cloud .questionTitle .questionTitleContent span {
            font-weight: 600;
            margin-right: 5px;
            font-size: 20px;
            float: left;
        }*/

    /*.questionWidget .widget-area .widget_tag_cloud .questionTitle .d-flex label {
            display: flex;
            align-items: center;
            font-size: 20px;
            margin-bottom: 20px;
        }*/


    .questionWidget .widget-area .widget_tag_cloud .defaultAnswer {
        padding: 15px;
        border-radius: 10px;
    }

    .questionWidget .widget-area .widget_tag_cloud .trueAnswer {
        border: 2px solid #2a9906;
        padding: 15px;
        border-radius: 10px;
    }

        .questionWidget .widget-area .widget_tag_cloud .trueAnswer .questionAnswers span {
            background: #2a9906 !important;
        }


    .questionWidget .widget-area .widget_tag_cloud .d-flex label {
        font-size: 18px;
    }

    .questionWidget .widget-area .widget_tag_cloud .d-flex .questionAnswers {
        margin-right: 5px;
    }

        .questionWidget .widget-area .widget_tag_cloud .d-flex .questionAnswers .questionAnswersContent {
            border-radius: 30%;
            width: 25px;
            height: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            background: silver;
        }

    .questionWidget .widget-area .widget_tag_cloud .questionButtons {
        display: flex;
        justify-content: end;
        margin-top: 40px;
    }

        .questionWidget .widget-area .widget_tag_cloud .questionButtons .endPreview {
            text-align: left;
        }


        .questionWidget .widget-area .widget_tag_cloud .questionButtons .questionActionBtn {
            text-align: right;
        }




.topfit .navContent:before {
    display: table;
    content: " ";
}

.topfit .navContent:after {
    clear: both;
}

.topfit .navContent .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .topfit .navContent .nav-tabs:after {
        clear: both;
    }

    .topfit .navContent .nav-tabs:before {
        display: table;
        content: " ";
    }

    .topfit .navContent .nav-tabs li {
        float: left;
        margin-bottom: -1px;
        position: relative;
        display: block;
    }

        .topfit .navContent .nav-tabs li a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            position: relative;
            display: block;
            padding: 10px 15px;
            color: #36b1ff;
            text-decoration: none;
            font-size: 16px;
        }

            .topfit .navContent .nav-tabs li a:hover {
                background: #e3e3e3;
                color: #555555;
            }

    .topfit .navContent .nav-tabs > li.active > a {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

.topfit .navContent .tab-content {
    border-bottom: none;
    padding-top: 20px;
}

    .topfit .navContent .tab-content .tab-pane {
        display: none;
    }

        .topfit .navContent .tab-content .tab-pane .form-group .form-control {
            min-height: 60px;
            padding: 0 40px 0 15px;
            line-height: initial;
            color: #1b0238;
            background-color: transparent !important;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 500;
        }

        .topfit .navContent .tab-content .tab-pane .form-group .form-control-label {
            margin: 0;
            display: flex;
            align-items: center;
        }

    .topfit .navContent .tab-content > .active {
        display: block;
    }

.oneLineThreeDottedText {
    overflow: hidden;
    text-decoration: none;
    max-height: 3rem;
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: auto;
}

.modal-body .modal-header-avatar {
    width: 55px;
    height: 55px;
    position: absolute;
    top: -30px;
    left: -30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

    .modal-body .modal-header-avatar img {
        width: 55px;
        height: 55px;
        position: inherit;
        border-radius: 50%;
        object-fit: cover;
    }

.modal-body .modal-header-avatar-content {
    width: auto;
    height: 30px;
    position: absolute;
    background-color: #f60;
    top: -20px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .modal-body .modal-header-avatar-content label {
        color: white;
    }


.modal-body .modal-header-avatar-your {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 230px;
    left: -30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

    .modal-body .modal-header-avatar-your img {
        width: 55px;
        height: 55px;
        position: inherit;
        border-radius: 50%;
        object-fit: cover;
    }

.modal-body .modal-header-avatar-content-your {
    width: auto;
    height: 30px;
    position: absolute;
    background-color: #f60;
    top: 242px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .modal-body .modal-header-avatar-content-your label {
        color: white;
    }







.lessonList li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.lessonList li .sub-menu {
    padding: 6px 6px 14px 80px;
    margin-top: 0px;
    background: #fff;
    display: none;
}

    .lessonList li .sub-menu a {
        color: #77619e;
        font-size: 15px;
        padding: 5px 0;
        white-space: nowrap;
        opacity: 0.6;
        transition: all 0.3s ease;
    }

        .lessonList li .sub-menu a:hover {
            opacity: 1;
        }


    .lessonList li .sub-menu .link_name {
        display: none;
    }

    .lessonList li .sub-menu.blank {
        opacity: 1;
        pointer-events: auto;
        padding: 3px 20px 6px 16px;
        opacity: 0;
        pointer-events: none;
    }

.lessonList li.showMenu .sub-menu {
    display: block;
}

.lessonList li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}






.student-list,
.student-list * {
    box-sizing: border-box;
}

.student-list {
    position: absolute;
    inset: 0;
}

.group {
    position: absolute;
    left: 314px;
    top: -8px;
    overflow: visible;
    z-index: 2;
}

.rectangle-55 {
    position: absolute;
    left: 346px;
    top: 457.08px;
    overflow: visible;
}

.student-list2 {
    color: #01719a;
    text-align: left;
    font: 700 24px "Inter", sans-serif;
    position: absolute;
    left: 460px;
    top: 475.04px;
    width: 143px;
    height: 31px;
}

.group-122 {
    width: 34.73px;
    height: 34.7px;
    position: static;
}

.group2 {
    position: absolute;
    left: 368.84px;
    top: 551.87px;
    overflow: visible;
}

.group-64 {
    width: 21.07px;
    height: 24.97px;
    position: static;
}

.clip-path-group {
    width: 21.07px;
    height: 24.97px;
    position: static;
}

.clip-path {
    position: absolute;
    left: 376.07px;
    top: 556.22px;
    overflow: visible;
}

.group-63 {
    position: absolute;
    left: 376.07px;
    top: 556.22px;
    overflow: visible;
}

.group-123 {
    width: 34.73px;
    height: 34.7px;
    position: static;
}

.group3 {
    position: absolute;
    left: 368.84px;
    top: 597.86px;
    overflow: visible;
}

.clip-path2 {
    position: absolute;
    left: 376.07px;
    top: 602.19px;
    overflow: visible;
}

.group-632 {
    position: absolute;
    left: 376.07px;
    top: 602.19px;
    overflow: visible;
}

.group-124 {
    width: 34.73px;
    height: 34.7px;
    position: static;
}

.group4 {
    position: absolute;
    left: 368.84px;
    top: 642.27px;
    overflow: visible;
}

.clip-path3 {
    position: absolute;
    left: 376.07px;
    top: 646.6px;
    overflow: visible;
}

.group-633 {
    position: absolute;
    left: 376.07px;
    top: 646.6px;
    overflow: visible;
}

.group-125 {
    width: 34.73px;
    height: 34.7px;
    position: static;
}

.group5 {
    position: absolute;
    left: 368.84px;
    top: 685.48px;
    overflow: visible;
}

.clip-path4 {
    position: absolute;
    left: 376.07px;
    top: 689.83px;
    overflow: visible;
}

.group-634 {
    position: absolute;
    left: 376.07px;
    top: 689.83px;
    overflow: visible;
}

.lorem-ipsum {
    color: #000000;
    text-align: left;
    font: 400 15px "Inter", sans-serif;
    position: absolute;
    left: 416px;
    top: 560.04px;
    width: 101px;
    height: 17px;
}

.lorem-ipsum2 {
    color: #000000;
    text-align: left;
    font: 400 15px "Inter", sans-serif;
    position: absolute;
    left: 416px;
    top: 606.04px;
    width: 101px;
    height: 17px;
}

.lorem-ipsum3 {
    color: #000000;
    text-align: left;
    font: 400 15px "Inter", sans-serif;
    position: absolute;
    left: 416px;
    top: 651.04px;
    width: 101px;
    height: 17px;
}

.lorem-ipsum4 {
    color: #000000;
    text-align: left;
    font: 400 15px "Inter", sans-serif;
    position: absolute;
    left: 416px;
    top: 694.04px;
    width: 101px;
    height: 17px;
}

.students {
    color: #000000;
    text-align: left;
    font: 700 16px "Inter", sans-serif;
    position: absolute;
    left: 416px;
    top: 521.04px;
    width: 73px;
    height: 17px;
}

.classes {
    color: #000000;
    text-align: left;
    font: 700 16px "Inter", sans-serif;
    position: absolute;
    left: 600px;
    top: 521.04px;
    width: 64px;
    height: 17px;
}

._1st-class {
    color: #000000;
    text-align: left;
    font: 400 15px "Inter", sans-serif;
    position: absolute;
    left: 599px;
    top: 560.04px;
    width: 65px;
    height: 17px;
}

._1st-class2 {
    color: #000000;
    text-align: left;
    font: 400 15px "Inter", sans-serif;
    position: absolute;
    left: 599px;
    top: 606.04px;
    width: 65px;
    height: 17px;
}

._1st-class3 {
    color: #000000;
    text-align: left;
    font: 400 15px "Inter", sans-serif;
    position: absolute;
    left: 599px;
    top: 651.04px;
    width: 65px;
    height: 17px;
}

._1st-class4 {
    color: #000000;
    text-align: left;
    font: 400 15px "Inter", sans-serif;
    position: absolute;
    left: 599px;
    top: 694.04px;
    width: 65px;
    height: 17px;
}

.line-8 {
    position: absolute;
    left: 368.92px;
    top: 590.9px;
    overflow: visible;
}

.line-34 {
    position: absolute;
    left: 368.92px;
    top: 636.87px;
    overflow: visible;
}

.line-35 {
    position: absolute;
    left: 368.92px;
    top: 681.28px;
    overflow: visible;
}

.line-11 {
    position: absolute;
    left: 583.71px;
    top: 555.62px;
    overflow: visible;
}

.line-12 {
    position: absolute;
    left: 368.92px;
    top: 723.58px;
    overflow: visible;
}

.rectangle-56 {
    position: absolute;
    left: 690.68px;
    top: 521.34px;
    overflow: visible;
}

.rectangle-66 {
    position: absolute;
    left: 368.83px;
    top: 745.93px;
    transform: translate(0px, -6.79px);
    overflow: visible;
}

.rectangle-57 {
    position: absolute;
    left: 690.68px;
    top: 521.34px;
    overflow: visible;
}

.rectangle-65 {
    position: absolute;
    left: 368.83px;
    top: 745.93px;
    transform: translate(0px, -6.79px);
    overflow: visible;
}

.rectangle-143 {
    position: absolute;
    left: 496px;
    top: 762.25px;
    overflow: visible;
}

.see-all {
    color: #ffffff;
    text-align: left;
    font: 400 14px "Inter", sans-serif;
    position: absolute;
    left: 506px;
    top: 767.04px;
    width: 50px;
    height: 17px;
}

.path-9360 {
    position: absolute;
    overflow: visible;
}

.path-9361 {
    position: absolute;
    left: 251.2px;
    top: 6px;
    overflow: visible;
    z-index: 1;
}

.group6 {
    position: absolute;
    left: 666.91px;
    top: 445px;
    overflow: visible;
}

.clip-path-group2 {
    width: 23.6px;
    height: 33.11px;
    position: static;
}

.clip-path-9 {
    position: absolute;
    left: 682.19px;
    top: 456.88px;
    overflow: visible;
}

.group-16 {
    position: absolute;
    left: 17px;
    top: 7px;
    overflow: visible;
}

.student-group-16 {
    position: absolute;
    left: 11px;
    top: 13px;
    overflow: visible;
}

.student-group-16-1 {
    position: absolute;
    left: 13px;
    top: 9px;
    overflow: visible;
}

.student-group-16-2 {
    position: absolute;
    left: 15px;
    top: 7px;
    overflow: visible;
}

.student-group-16-3 {
    position: absolute;
    left: 16px;
    top: 10px;
    overflow: visible;
}

.dash_message_card_resp_1 {
    display: none;
}

.dash_message_card_resp_2 {
    display: block;
}

.dash_all_btn {
    position: absolute;
    display: flex;
    bottom: 3px;
    justify-content: center;
    width: 100%;
}

.dash_card {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 16px 8px 8px 8px;
    border-radius: 5px;
    z-index: 2;
}

    .dash_card .dash_card_area {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        box-shadow: 1px 2px 2px 2px rgba(1,167,219,0.1);
        padding: 10px;
    }

        .dash_card .dash_card_area .dash_card_title {
            width: 100%;
            text-align: center;
            font-size: 24px;
            font-weight: 700;
            color: #01719a;
            font-family: 'Inter', sans-serif;
        }

        .dash_card .dash_card_area .pie_chart_3d svg {
            border-radius: 30px;
        }




.dash_card_exam {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px 7px 0 8px;
    border-radius: 5px;
    z-index: 2;
    cursor: pointer;
}

    .dash_card_exam .dash_card_area_exam {
        width: 100%;
        height: 100%;
        box-shadow: 1px 2px 2px 2px rgba(1,167,219,0.1);
        border-radius: 12px;
        padding-left: 90px;
    }

        .dash_card_exam .dash_card_area_exam .exam-quiz {
            height: 100%;
        }




.cardListHead {
    text-align: center;
    margin-top: 0;
    max-height: 60%;
    min-height: 60%;
    padding: 2px 10px !important;
    z-index: 5;
    position: relative;
}

    .cardListHead .cardListContent {
        width: 100%;
        height: 62px;
        box-shadow: 2px 1px 7px -2px rgba(165,151,151,0.55);
        border-radius: 20px;
        margin: 0 0 15px 0;
    }

        .cardListHead .cardListContent .card-list-content {
            width: 70%;
            border-right: 1px solid #05A3DC;
            margin: 0;
            line-height: 1.2;
            padding: 10px 12px;
        }

        .cardListHead .cardListContent .card-list-content-avatar {
            width: 32px;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 5px;
        }

            .cardListHead .cardListContent .card-list-content-avatar img {
                position: inherit;
                box-shadow: 2px 1px 7px -2px rgba(165,151,151,0.55);
                width: 34px;
                height: 34px;
                border-radius: 50%;
                object-fit: cover;
            }

        .cardListHead .cardListContent .card-list-content .card-list-content-header {
            width: 100%;
            text-align: start;
            font-size: 16px;
        }

        .cardListHead .cardListContent .card-list-content .card-list-content-line {
            width: 100%;
            text-align: start;
            font-size: 14px;
        }

        .cardListHead .cardListContent .card-list-content2 {
            width: 30%;
            margin-top: 5px;
        }

            .cardListHead .cardListContent .card-list-content2 img {
                width: 27px;
                position: inherit;
            }

            .cardListHead .cardListContent .card-list-content2 label {
                width: 100%;
                font-size: 11px;
                line-height: 1;
                margin-top: 2px;
            }

                .cardListHead .cardListContent .card-list-content2 label span {
                    text-decoration: underline;
                    cursor: pointer;
                }



.rectangle-91 {
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible;
}

.rectangle-134 {
    position: absolute;
    left: 3px;
    top: 108px;
    transform: translate(0px, -103.36px);
    overflow: visible;
}

.exam-quiz2 {
    color: #098f51;
    text-align: center;
    font: 400 24px "Inter", sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-137 {
    width: 76.24px;
    height: 64.14px;
    position: static;
}

.clip-path-group {
    width: 76.24px;
    height: 64.14px;
    position: static;
}

.clip-path-31 {
    position: absolute;
    left: 357.67px;
    top: 871.22px;
    overflow: visible;
}

.group-136 {
    position: absolute;
    left: 10px;
    top: 20px;
    overflow: visible;
}



.pricing-table .table thead th {
    vertical-align: middle;
}

.pricing-table .table thead .tableBg {
    border: none;
}

.pricing-table .table thead .tableBg {
    background: linear-gradient( 90deg, rgba(53, 166, 221, 1) 0%, rgba(30, 98, 139, 1) 100% );
}

    .pricing-table .table thead .tableBg .tableLeftRad {
        border-top-left-radius: 15px;
    }

    .pricing-table .table thead .tableBg .tableRightRad {
        border-top-right-radius: 15px;
    }

.dashboardClassDrp {
    width: 100%;
    margin: 0;
}

    .dashboardClassDrp .dashboardClassDropdown {
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        border-radius: 8px;
        cursor: pointer;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

        .dashboardClassDrp .dashboardClassDropdown::after {
            display: none !important;
        }

        .dashboardClassDrp .dashboardClassDropdown .dashboardClassDropdownContent {
            width: 100%;
            text-align: center;
            color: #195c89;
            font-size: 20px;
            font-family: 'Roboto';
            font-weight: 500;
        }

        .dashboardClassDrp .dashboardClassDropdown .dashboardClassDropdownIcon {
            display: flex;
            height: 24px;
            width: 24px;
            color: #fff;
            font-size: 14px;
            border-radius: 50%;
            background: #EDF8FD;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            position: absolute;
            right: 15px;
        }

            .dashboardClassDrp .dashboardClassDropdown .dashboardClassDropdownIcon i {
                color: #195C89;
                font-size: 14px;
            }

    .dashboardClassDrp .dashboardClassDrpMenu {
        position: absolute;
        top: 55px;
        right: 0;
        border-radius: 8px;
        padding: 0;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        max-height: 220px;
        width: 100%;
        border: none;
    }

        .dashboardClassDrp .dashboardClassDrpMenu li {
            display: flex;
            align-items: center;
            list-style: none;
            height: 50px;
            cursor: pointer;
            transition: 0.3s;
            padding: 0 15px;
            border-top: 1px solid #016692;
        }

            .dashboardClassDrp .dashboardClassDrpMenu li:hover {
                background: linear-gradient( 180deg, rgba(53, 166, 221, 1) 0%, rgba(30, 99, 140, 1) 100% );
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
            }

                .dashboardClassDrp .dashboardClassDrpMenu li:hover .dashboardDrp-item {
                    color: white;
                }

            .dashboardClassDrp .dashboardClassDrpMenu li .dashboardDrp-item {
                display: flex;
                width: 100%;
                clear: both;
                text-align: inherit;
                text-decoration: none;
                white-space: nowrap;
                background-color: transparent;
                border: 0;
                align-items: center;
                justify-content: center;
                color: #195c89;
                font-size: 20px;
                font-family: 'Roboto';
                font-weight: 500;
            }

.main-banner-img {
    height: 250px !important;
}

.main-banner-robobax-home {
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main-banner-robobax-home .bannerHeader .bannerInstitutionImg {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .main-banner-robobax-home .bannerHeader .bannerInstitutionImg-right {
        width: 100px;
        position: absolute;
        right: 0;
        top: -27px;
        height: 100px;
        object-fit: contain;
    }

@media only screen and (max-width: 768px) {
    .main-banner-robobax-home .bannerHeader .bannerInstitutionImg-right {
        display: none !important;
    }
}

.gotoLessoncard {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 1px;
}

    .gotoLessoncard button {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background: linear-gradient(180deg, rgba(1,167,219) 22%, #01719A 86%);
        color: white;
        border: none;
        height: 35px;
        font-size: 16px;
        padding: 5px 17px;
        z-index: 2;
        position: absolute;
        display: flex;
        width: 140px;
        justify-content: center;
    }


.topfit .d-flex .row .form-group .form-control-label {
    height: 50px;
    padding: 0 40px 0 15px;
    line-height: initial;
    color: #1b0238;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.topfit .d-flex .form-group .form-control-label {
    height: 50px;
    padding: 0 40px 0 15px;
    line-height: initial;
    color: #1b0238;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0;
}

.topfit .d-flex .row .form-group .form-overflow {
    min-height: 50px;
    max-height: 110px;
    overflow: scroll;
    padding: 0 40px 0 15px;
    line-height: initial;
    color: #1b0238;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.modalPasswordCheck .passwordCheck .educationToast {
    margin-top: 85px !important;
    z-index: 0;
}


.form-group label {
    font-size: 16px;
    margin: 0 0 3px 8px;
}


.faq-accordion .accordion .accordion-border .subject_category_content {
    font-size: 12px;
    font-weight: 700;
}

.faq-accordion .accordion .accordion-border .subject_category_e {
    position: relative;
    background: orange;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_d {
    position: relative;
    background: purple;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_s {
    position: relative;
    background: green;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_f {
    position: relative;
    background: red;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_stem {
    position: relative;
    background: #0e24c9;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_p {
    position: relative;
    background: #d935ad;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_h {
    position: relative;
    background: #709397;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_fp {
    position: relative;
    background: #eb7c69;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_k {
    position: relative;
    background: silver;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_b {
    position: relative;
    background: #0588fd;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.faq-accordion .accordion .accordion-border .subject_category_a {
    position: relative;
    background: #fb7742;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: -10px;
    margin-left: -7px;
    color: white;
    display: flex;
    width: max-content;
    box-shadow: 4px 4px 8px 0px rgba(47, 127, 170, 0.2) !important;
    z-index: 8;
}

.subject_navigator_footer {
    display: flex;
    height: 50px;
    margin-top: 40px;
}

    .subject_navigator_footer .subject_navigator_footer_content {
        display: flex;
        width: 100%;
        justify-content: center;
        background: rgb(6 120 168 / 13%);
        border: 1px solid rgba(52, 162, 216, 1);
        border-radius: 7px;
        align-items: center;
        padding: 7px 0;
    }

        .subject_navigator_footer .subject_navigator_footer_content .subject_navigator_footer_fullScreen {
            display: flex;
            width: 10%;
            justify-content: end;
        }

            .subject_navigator_footer .subject_navigator_footer_content .subject_navigator_footer_fullScreen button {
                background: transparent;
                border: none;
                padding: 5px 15px;
                margin-left: 10px;
                display: flex;
                color: rgba(2,131,201,1);
                cursor: pointer;
            }

                .subject_navigator_footer .subject_navigator_footer_content .subject_navigator_footer_fullScreen button i {
                    font-size: 33px;
                }

        .subject_navigator_footer .subject_navigator_footer_content .subject_navigator_footer_content_Btns {
            display: flex;
            width: 90%;
            justify-content: center;
            margin-left: 10px;
        }

            .subject_navigator_footer .subject_navigator_footer_content .subject_navigator_footer_content_Btns .subject_navigator_footer_backBtn {
                background: white;
                border: none;
                box-shadow: 2px 3px 4px 0px rgba(47, 127, 170, 0.18) !important;
                padding: 5px 15px;
                border-radius: 10px;
                display: flex;
                color: rgba(2,131,201,1);
                font-weight: 500;
                cursor: pointer;
                margin-left: 10%;
            }

                .subject_navigator_footer .subject_navigator_footer_content .subject_navigator_footer_content_Btns .subject_navigator_footer_backBtn i {
                    font-size: 23px;
                }

            .subject_navigator_footer .subject_navigator_footer_content .subject_navigator_footer_content_Btns .subject_navigator_footer_nextBtn {
                background: white;
                border: none;
                box-shadow: 2px 3px 4px 0px rgba(47, 127, 170, 0.18) !important;
                padding: 5px 15px;
                margin-left: 10px;
                border-radius: 10px;
                display: flex;
                color: rgba(2,131,201,1);
                font-weight: 500;
                cursor: pointer;
            }

                .subject_navigator_footer .subject_navigator_footer_content .subject_navigator_footer_content_Btns .subject_navigator_footer_nextBtn i {
                    font-size: 23px;
                }

            .subject_navigator_footer .subject_navigator_footer_content .subject_navigator_footer_content_Btns .subject_navigator_footer_info {
                background: white;
                border: none;
                box-shadow: 2px 3px 4px 0px rgba(47, 127, 170, 0.18) !important;
                padding: 5px 15px;
                margin-left: 10px;
                border-radius: 10px;
                display: flex;
                color: rgba(2,131,201,1);
                font-weight: 600;
                font-family: sans-serif;
            }

@media (max-width: 992px) {
    .banner_card_content {
        width: 60%;
    }
}


.banner_count {
    width: 198.66px;
    height: 107.06px;
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.1));
    margin-top: 2px;
    padding: 0;
}

    .banner_count .banner_count_content {
        width: 198.26px;
        height: 107.06px;
        position: absolute;
        border-radius: 10px;
        background: #fff;
    }

    .banner_count .banner_count_header {
        width: 198.66px;
        height: 34px;
        position: absolute;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: linear-gradient(50.54deg, #03b75a 2.62%, #086d38 88.78%);
    }

    .banner_count .banner_count_container {
        width: 198.66px;
        height: 73px;
        position: absolute;
        top: calc(100% - 73px);
    }

        .banner_count .banner_count_container p {
            width: 100%;
            height: 100%;
            position: absolute;
            font-size: 26px;
            font-weight: 300;
            text-align: center;
            color: #000;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .banner_count .banner_count_title {
        width: 100%;
        height: 34px;
        position: absolute;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media (max-width: 788px) {
    .banner_count {
        width: 110.66px;
        height: 97.06px;
    }

        .banner_count:nth-child(2),
        .banner_count:nth-child(3) {
            margin-left: 10px !important;
        }

        .banner_count .banner_count_content {
            width: 110.26px;
            height: 97.06px;
        }

        .banner_count .banner_count_header {
            width: 110.66px;
            height: 34px;
        }

        .banner_count .banner_count_container {
            width: 110.65px;
        }

            .banner_count .banner_count_container p {
                font-size: 18px;
            }

        .banner_count .banner_count_title {
            font-size: 14px;
        }
}

.overflowHide {
    overflow: hidden !important;
}


.feedback-screenshot-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.feedback-black-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.feedback-screenshot-container:hover .feedback-black-layer {
    opacity: 0;
}


.feedback-screenshot {
    width: 100%;
    height: 200px;
    transition: opacity 0.3s ease;
    border: 3px dashed red;
    object-fit: contain;
}

.feedback-screenshot-removebtn {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 80px;
    background-color: #ffffff;
    position: absolute;
    margin-top: -18px;
    margin-left: -15px;
    z-index: 2;
    border: 0.1px solid silver;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.5);
}


/*----------Profile tab menu-------------*/
.profile-tab-content .profile-tab {
    width: 100%;
    height: auto;
    padding: 0 0 1rem 0;
}

.profile-tab-content .profile-tab-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1.3px solid #dbdbdb;
    transition: all 0.3s ease;
    padding: 0;
}

.profile-tab-content .profile-tab-menu-link {
    position: relative;
    overflow: hidden;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    cursor: pointer;
    width: calc(100% / 2);
    height: auto;
    padding: 1rem 0;
    border-bottom: 2.5px solid transparent;
    color: #9194a1;
    background: #ffffff;
    transition: all 0.3s ease;
    text-align: center;
}

    .profile-tab-content .profile-tab-menu-link::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 2;
    }

    .profile-tab-content .profile-tab-menu-link.is-active {
        bottom: 0px;
        z-index: 0;
        overflow: hidden;
        color: #252b46;
        background: #ffffff;
        border-bottom: 3px solid transparent;
        border-image: linear-gradient(0.25turn, rgb(142 206 245), rgb(27 81 115));
        border-image-slice: 1;
    }

    .profile-tab-content .profile-tab-menu-link span {
        font-size: 19px;
        font-weight: 600;
    }

.chat-button-send {
    float: right !important;
    border: none !important;
    text-align: center !important;
    padding: 10px !important;
    transition: 0.2s !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

    .chat-button-send:hover {
        background: transparent;
    }
/*----------Profile tab menu-------------*/


.grid_cards {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .grid_cards .cards_item {
        display: flex;
        padding: 0.5rem;
    }

        .grid_cards .cards_item .home-box-item {
            border-radius: 10px;
        }

            .grid_cards .cards_item .home-box-item .content-container {
                /*padding-left: 0;*/
            }

@media (max-width: 766px) {
    .cards_item {
        width: 100%;
    }
}

@media (min-width: 767px) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 1000px) {
    .cards_item {
        width: 33.3%;
    }
}

@media (min-width: 1200px) {
    .cards_item {
        width: 25%;
    }
}




.bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .bullet-list:before {
        content: "";
        display: inline-block;
        width: 2px;
        background: #d8d8d8;
        position: absolute;
        left: 21px;
        top: -30px;
        height: calc(100% - -70px );
    }

    .bullet-list .bullet-list-container {
        position: relative;
        padding-left: 53px;
        margin-bottom: 80px;
    }

        .bullet-list .bullet-list-container:before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            background: transparent;
            position: absolute;
            left: 20px;
            top: 17px;
            border-radius: 10px;
        }

        .bullet-list .bullet-list-container .bullet-list-number {
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 800;
            width: 3em;
            height: 3em;
            text-align: center;
            line-height: 2em;
            border-radius: 50%;
            background: #f8f8f8;
            color: #878484;
            position: absolute;
            left: -2px;
            top: -5px;
            border: 3px solid #d8d8d8;
        }

            .bullet-list .bullet-list-container .bullet-list-number span {
                font-size: 24px;
            }

.bullet-list-icon .bullet-list .bullet-list-container .bullet-list-number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 2em;
    background: white;
    position: absolute;
    left: -2px;
    top: -5px;
    border: none !important;
}

    .bullet-list-icon .bullet-list .bullet-list-container .bullet-list-number img {
        width: 40px;
    }

.bullet-list .bullet-list-container .bullet-list-header {
    width: 100%;
}

    .bullet-list .bullet-list-container .bullet-list-header label {
        font-size: 26px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }

.bullet-list .bullet-list-container .bullet-list-content {
    width: 100%;
    margin-top: 10px;
}

    .bullet-list .bullet-list-container .bullet-list-content label {
        font-size: 18px;
    }


.bullet-list .bullet-list-container .dashboardMessageContent {
    --bs-gutter-x: 0;
    margin-top: 15px;
    margin-right: 20px;
}

    .bullet-list .bullet-list-container .dashboardMessageContent .messageAvatar {
        display: flex;
        align-items: center;
        width: 50px;
    }

        .bullet-list .bullet-list-container .dashboardMessageContent .messageAvatar .messageAvatarContent {
            width: 40px;
            height: 40px;
            position: inherit;
            border-radius: 50%;
            border: 1px solid #d3d3d3;
            object-fit: cover;
        }

    .bullet-list .bullet-list-container .dashboardMessageContent .messageContent {
        width: 50%;
    }

        .bullet-list .bullet-list-container .dashboardMessageContent .messageContent .messageContentNameSurname {
            font-weight: 400;
            font-size: 16px;
            color: black;
            overflow: hidden;
            text-decoration: none;
            max-height: 1.5rem;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            width: 100%;
        }

        .bullet-list .bullet-list-container .dashboardMessageContent .messageContent .messageContentDescription {
            font-size: 14px;
            color: gray;
            overflow: hidden;
            text-decoration: none;
            max-height: 1.5rem;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            width: 100%;
        }





.bullet-list .bullet-list-container .priorityContent {
    --bs-gutter-x: 0;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 17px;
}

    .bullet-list .bullet-list-container .priorityContent .priorityHeader {
        display: flex;
        align-items: center;
        width: auto;
        margin-right: 10px;
    }

        .bullet-list .bullet-list-container .priorityContent .priorityHeader label {
            font-weight: 600;
        }

    .bullet-list .bullet-list-container .priorityContent .priorityContainer {
        width: 50%;
    }

.bullet-list .bullet-list-container .who-we-are-content .register-form .form-group {
    margin-bottom: 0;
}

.container .list-search-form {
    z-index: 8;
}

/**----------ACE CODE SETTINGS-------------***/
.ace_code_settings {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(1deg, #ffffff00 0%, #00000052 100%);
}

    .ace_code_settings .code_settings_font {
        display: flex;
        width: 50%;
        justify-content: center;
        padding: 5px;
        border-bottom-left-radius: 35px;
        align-items: center;
    }

        .ace_code_settings .code_settings_font .code_settings_font_label {
            margin-right: 5px;
            font-size: 15px;
            color: #4e4e4e;
            font-weight: 500;
            display: flex;
            align-items: center;
        }

            .ace_code_settings .code_settings_font .code_settings_font_label i {
                font-size: 15px;
                margin-right: 5px;
                font-weight: 600;
            }

            .ace_code_settings .code_settings_font .code_settings_font_label span {
                margin-top: 1px;
            }

        .ace_code_settings .code_settings_font .code_settings_font_input {
            font-size: 14px;
            border: 1px solid gray;
            width: auto;
            background: transparent;
            font-family: 'Roboto';
            border-radius: 10px;
            text-align: center;
        }

        .ace_code_settings .code_settings_font:hover {
            background: linear-gradient(1deg, #ffffff00 0%, #00000052 100%);
        }

            .ace_code_settings .code_settings_font:hover .code_settings_font_label {
                color: black;
            }

            .ace_code_settings .code_settings_font:hover .code_settings_font_input {
                border: 1px solid black;
            }

                .ace_code_settings .code_settings_font:hover .code_settings_font_input::-webkit-inner-spin-button,
                .ace_code_settings .code_settings_font:hover .code_settings_font_input::-webkit-outer-spin-button {
                    cursor: pointer;
                }

    .ace_code_settings .code_settings_copy {
        cursor: pointer;
        display: flex;
        width: 50%;
        padding: 5px;
        justify-content: center;
        color: #4e4e4e;
        font-weight: 500;
        align-items: center;
        border-bottom-right-radius: 35px;
    }

        .ace_code_settings .code_settings_copy i {
            font-size: 15px;
            margin-right: 5px;
        }

        .ace_code_settings .code_settings_copy span {
            font-size: 15px;
        }


        .ace_code_settings .code_settings_copy:hover {
            background: linear-gradient(1deg, #ffffff00 0%, #00000052 100%);
            color: black;
        }



/**----------ACE CODE SETTINGS-------------***/

.ace_search.right {
    left: 0;
    right: auto;
}

.password-show {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .password-show span {
        margin-right: 10px;
    }

    .password-show i {
        font-size: 20px;
        cursor: pointer;
    }

.largeDot {
    font-size: 1.5rem !important;
    padding: 4px 16px !important;
}



.widget-area .widget .questionTitle {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
}

    .widget-area .widget .questionTitle .questionTitleContent {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 800;
        width: 40px;
        height: 38.2px;
        text-align: center;
        line-height: 2em;
        border-radius: 50%;
        background: #f8f8f8;
        color: #878484;
        border: 2px solid #d8d8d8;
        margin-right: 5px;
    }

        .widget-area .widget .questionTitle .questionTitleContent span {
            font-size: 24px;
        }

    .widget-area .widget .questionTitle .d-flex label {
        display: flex;
        align-items: center;
    }

.widget-area .widget .questionGreenContent {
    border: 1px solid green;
    padding: 5px;
    border-radius: 10px;
    background: #d0f3d0;
    align-items: center;
}

    .widget-area .widget .questionGreenContent .questionAnswers i {
        font-size: 20px;
        color: white;
        background: green;
        border-radius: 50%;
        padding: 4px;
    }

.widget-area .widget .questionRedContent {
    border: 1px solid #dd0404;
    padding: 5px;
    border-radius: 10px;
    background: #dd040440;
    align-items: center;
}

    .widget-area .widget .questionRedContent .questionAnswers i {
        font-size: 20px;
        color: white;
        background: #dd0404;
        border-radius: 50%;
        padding: 4px;
    }

.widget-area .widget .questionBlueContent {
    border: 1px solid #2376fc;
    padding: 5px;
    border-radius: 10px;
    background: #2376fc42;
    align-items: center;
}

    .widget-area .widget .questionBlueContent .questionAnswers i {
        font-size: 20px;
        color: white;
        background: #2376fc;
        border-radius: 50%;
        padding: 4px;
    }

.widget-area .widget .questionDefaultContent {
    border: 1px solid #e3e0e0;
    padding: 5px;
    border-radius: 10px;
    background: #e3e0e057;
    align-items: center;
}

    .widget-area .widget .questionDefaultContent .questionAnswers i {
        font-size: 20px;
        color: #e3e0e0;
        background: #e3e0e0;
        border-radius: 50%;
        padding: 4px;
    }

.approvedCaptch-container {
    background-image: url(/assets/imgs/captch.jpg);
    padding: 0 35px;
    color: #000000a8;
}

input[type="radio"]:checked + .questionWidget .widget-area .widget_tag_cloud .d-flex .questionAnswers {
    margin-right: 45px;
}




.sidebar-list-area {
    padding: 0;
    margin-bottom: 0;
}

    .sidebar-list-area.list-btborder {
        border-bottom: 1px solid silver;
        margin-top: 25px;
    }

    .sidebar-list-area .sidebar-list-content {
        list-style: none;
    }

        .sidebar-list-area .sidebar-list-content .sidebar-list-content-btn {
            display: flex;
            align-items: center;
            margin: 8px 0;
            padding: 14px 12px;
            border-radius: 8px;
            text-decoration: none;
            transition: var(--tran-02);
            cursor: pointer;
        }

            .sidebar-list-area .sidebar-list-content .sidebar-list-content-btn:hover {
                background-color: #3282c2;
            }

                .sidebar-list-area .sidebar-list-content .sidebar-list-content-btn:hover span {
                    color: #ffffff;
                }

                .sidebar-list-area .sidebar-list-content .sidebar-list-content-btn:hover i {
                    color: #ffffff;
                }

            .sidebar-list-area .sidebar-list-content .sidebar-list-content-btn i {
                margin-right: 10px;
                font-size: 20px;
                color: gray;
            }

            .sidebar-list-area .sidebar-list-content .sidebar-list-content-btn span {
                font-size: 16px;
                color: gray;
                font-weight: 400;
            }

.who-we-are-content .register-form .form-group .inputEditorContent {
    padding: 0;
}

    .who-we-are-content .register-form .form-group .inputEditorContent .ql-container.ql-snow {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #f1f1f1;
    }

        .who-we-are-content .register-form .form-group .inputEditorContent .ql-container.ql-snow .ql-editor {
            max-height: 150px;
            min-height: 80px;
        }

    .who-we-are-content .register-form .form-group .inputEditorContent .ql-toolbar.ql-snow {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #f1f1f1;
    }

        .who-we-are-content .register-form .form-group .inputEditorContent .ql-toolbar.ql-snow .ql-picker-label {
            font-size: 14px;
            color: #444;
            font-weight: 500;
        }

    .who-we-are-content .register-form .form-group .inputEditorContent .ql-snow.ql-toolbar button {
        margin-top: 0;
    }

        .who-we-are-content .register-form .form-group .inputEditorContent .ql-snow.ql-toolbar button:hover {
            background: transparent;
        }

.profileRemoveAccountBtn {
    margin-top: 20px;
    text-decoration: underline;
    font-size: 17px;
    text-align: center;
}

    .profileRemoveAccountBtn span {
        cursor: pointer;
    }