/*
  * Author : psdtohtmlexpert.in
  * Website Name :  After School App
  * Version : 1.0
*/
/*------------------------
       Web Fonts css
 ------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&family=Ubuntu:wght@300;400;500;700&display=swap");

html, body {
    height: 100%;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 24px;
    font-family: "Ubuntu", sans-serif;
    color: #343846;
}

@media (min-width: 1100px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
}

*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    * {
        scrollbar-width: none;
    }

        *::-webkit-scrollbar {
            /* This is the magic bit for WebKit */
            display: none;
        }

    .f-60 {
        font-size: 40px;
        line-height: 40px;
    }
}

body > * {
    /* Track */
    /* Handle */
}

    body > * ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    body > * ::-webkit-scrollbar-track {
        background: #f8f8f8;
    }

    body > * ::-webkit-scrollbar-thumb {
        background: #cccccc;
    }

        body > * ::-webkit-scrollbar-thumb:window-inactive {
            background: #cccccc;
        }

ul, li {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

select {
    outline: none;
}

    input:focus, select:focus {
        outline: 0;
    }

a img {
    border: none;
}

.clr {
    clear: both;
    height: 0px;
}

a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.br-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.br-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.br-12 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}

.text-green {
    color: #20A100;
}

.t-white {
    color: #ffffff;
}

.t-text {
    color: #85878D;
}

.f-14 {
    font-size: 14px;
}

.f-18 {
    font-size: 18px;
}

.f-12 {
    font-size: 12px;
}

.f-16 {
    font-size: 16px;
}

.f-24 {
    font-size: 24px;
    line-height: 30px;
}

.lh-20 {
    line-height: 20px;
}

.border {
    border-color: #cccccc !important;
}

.box-shadow {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07);
}

.dark-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.f-bold {
    font-weight: 700;
}

.f-medium {
    font-weight: 500;
}

.border-orange {
    border: 1px solid #E5841A;
}

.bg-light-red {
    background-color: #FFF9F2;
}

.t-accent {
    color: #521C91;
}

.t-delete {
    color: #E90000;
}

.t-success {
    color: #E90000;
}

.t-orange {
    color: #EA5F0C;
}

.bg-light-box {
    background-color: #FBFBFB;
}

.p-30-30-20 {
    padding: 20px 15px 10px;
}

@media (min-width: 991px) {
    .p-30-30-20 {
        padding: 30px 30px 20px;
    }
}

.mt-40 {
    margin-top: 25px;
}

@media (min-width: 991px) {
    .mt-40 {
        margin-top: 40px;
    }
}

.f-60 {
    font-size: 60px;
    line-height: 60px;
}

@media (min-width: 991px) {
    .p-md-5 {
        padding: 25px 30px !important;
    }
}

/*
 *  STYLE 1
 */
#style-1::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #390278;
}

#style-1::-webkit-scrollbar {
    width: 4px;
    background-color: #390278;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
}

.page_links {
    padding: 40px;
}

    .page_links li {
        margin-bottom: 20px;
    }

        .page_links li a {
            font-size: 18px;
        }

h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
    color: #521C91;
    font-weight: 700;
}

@media (min-width: 1100px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: 700;
}

@media (min-width: 991px) {
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 6px;
    font-weight: 700;
}

@media (min-width: 1100px) {
    h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}

h4 {
    font-size: 16px;
    line-height: 24px;
    color: #343846;
    font-weight: bold;
    margin: 0 0 20px;
}

.btn {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 40px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    box-shadow: none;
    font-weight: 500;
    border: 0px solid transparent;
    border-radius: 5px;
}

    .btn:hover {
        cursor: pointer;
        box-shadow: none !important;
    }

    .btn:focus {
        outline: 0;
    }

    .btn.btn-outline-danger {
        border: 1px solid #FF234B;
        color: #FF234B;
    }

        .btn.btn-outline-danger:hover {
            background: #FF234B;
            color: #ffffff;
            border-color: #FF234B;
        }

        .btn.btn-outline-danger:focus {
            background: #FF234B;
            color: #ffffff;
            border-color: #FF234B;
        }

    .btn.btn-success {
        color: #ffffff;
        background-color: #20A100;
    }

        .btn.btn-success:hover {
            background: #218838;
            color: #ffffff;
            border-color: #218838;
        }

        .btn.btn-success:focus {
            background: #218838;
            color: #ffffff;
            border-color: #218838;
        }

    .btn.btn-primary {
        color: #ffffff;
        background: #E5841A;
    }

        .btn.btn-primary:hover {
            background: #521C91;
            color: #ffffff;
            border-color: #521C91;
        }

        .btn.btn-primary:focus {
            background: #521C91;
            color: #ffffff;
            border-color: #521C91;
        }

    .btn.btn-links {
        padding: 0;
        color: #521C91;
        text-transform: none;
        box-shadow: none !important;
        border-radius: 0;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
    }

        .btn.btn-links i {
            font-size: 24px;
        }

        .btn.btn-links:hover {
            text-decoration: underline;
        }

            .btn.btn-links:hover i {
                margin-left: 5px;
            }

    .btn.btn-secondary {
        color: #ffffff;
        background: #521C91;
    }

        .btn.btn-secondary:hover {
            background: #E5841A;
            color: #ffffff;
            border-color: #E5841A;
        }

        .btn.btn-secondary:focus {
            background: #E5841A;
            color: #ffffff;
            border-color: #E5841A;
        }

        .btn.btn-secondary.active {
            background: #E5841A;
            color: #ffffff;
            border-color: #E5841A;
        }

    .btn.btn-outline-secondary {
        border: 1px solid #521C91;
        background: rgba(82, 28, 145, 0.05);
        color: #521C91;
        padding: 4px 40px;
    }

        .btn.btn-outline-secondary:hover {
            background: #521C91;
            color: #ffffff;
            border-color: #521C91;
        }

        .btn.btn-outline-secondary:focus {
            background: #521C91;
            color: #ffffff;
            border-color: #521C91;
        }

    .btn.btn-outline-primary {
        border: 1px solid #FFCD93;
        background: #FFF9F2;
        color: #E9541C;
        padding: 9px 35px;
    }

        .btn.btn-outline-primary:hover {
            background: #E9541C;
            color: #ffffff;
            border-color: #E9541C;
        }

        .btn.btn-outline-primary:focus {
            background: #E9541C;
            color: #ffffff;
            border-color: #E9541C;
        }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background: #E5841A;
    color: #ffffff;
    border-color: #E5841A;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: #521C91;
    color: #521C91;
    border-color: #521C91;
}

.wave {
    animation-name: wave-animation;
    /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;
    /* Change to speed up or slow down */
    animation-iteration-count: infinite;
    /* Never stop waving :) */
    transform-origin: 70% 70%;
    /* Pivot around the bottom-left palm */
    display: inline-block;
}

@keyframes wave-animation {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(14deg);
    }
    /* The following five values can be played with to make the waving more or less extreme */
    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(0deg);
    }
    /* Reset for the last half to pause */
    100% {
        transform: rotate(0deg);
    }
}

.form-group {
    position: relative;
    margin-bottom: 12px;
}

    .form-group label {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 5px;
    }

        .form-group label span {
            font-weight: 400;
        }

        .form-group label sup {
            color: #FF234B;
            top: 0;
            font-size: 16px;
        }

        .form-group label.mid-label {
            margin: 0;
            line-height: 46px;
            width: 100%;
        }

@media (min-width: 1100px) {
    .form-group label.mid-label {
        text-align: center;
    }
}

.form-group input.form-control, .form-group select.form-control, .form-group textarea.form-control, .form-group .form-control {
    border-radius: 5px;
    border: solid 1px #cccccc;
    background: #ffffff;
    padding: 0 15px;
    border: 1px solid #bbbdbf;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    width: 100%;
}

    .form-group input.form-control:focus, .form-group select.form-control:focus, .form-group textarea.form-control:focus, .form-group .form-control:focus {
        box-shadow: 0 0 0 0.2rem rgba(229, 132, 26, 0);
    }

    .form-group input.form-control.map_icon, .form-group select.form-control.map_icon, .form-group textarea.form-control.map_icon, .form-group .form-control.map_icon {
        background-image: url(../images/map-pin-fill.svg);
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-size: 20px;
    }

.form-group textarea.form-control {
    resize: none;
    height: 100px;
    padding: 15px;
    line-height: 24px;
}

@media (min-width: 1100px) {
    .form-group textarea.form-control {
        height: 170px;
    }
}

.form-group select.form-control:not([size]):not([multiple]) {
    height: 44px;
}

.form-group select {
    background: #ffffff url(../images/select-arrow.png) 98% 50% no-repeat !important;
}

.form2 .form-group input.form-control, .form2 .form-group select.form-control, .form2 .form-group textarea.form-control {
    border: solid 1px #FFCD93;
    background: #FFF9F2;
}

.form2 .form-group .form-control, .form2 .form-group select.form-control, .form2 .form-group textarea.form-control {
    border: solid 1px #FFCD93;
    background: #FFF9F2;
}

.form2 .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF9F2 url(../images/select-arrow.png) 98% 50% no-repeat !important;
}

.referal-links-box .form2 span {
    color: #E9541C;
    font-weight: 500;
    line-height: 48px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    border-right: 0px !important;
}

.referal-links-box .form2 .btn-outline-primary {
    border-radius: 0 5px 5px 0;
}

.referal-links-box .Referral-Links-List strong {
    font-weight: 400;
}

.referal-links-box .Referral-Links-List .form2 span {
    color: #521C91;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    border-color: #521C91;
}

.referal-links-box .Referral-Links-List .form2 .btn-outline-primary {
    border: 1px solid #521C91;
    color: #ffffff;
    background-color: #521C91;
    padding: 0 25px;
}

@media (max-width: 991px) {
    .referal-links-box .Referral-Links-List li {
        flex-direction: column;
    }

        .referal-links-box .Referral-Links-List li .form2 {
            margin-top: 8px;
        }

            .referal-links-box .Referral-Links-List li .form2 span {
                max-width: 200px;
            }
}

.custom_checkbox {
    background-color: #F6F6F6;
    height: 180px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    box-shadow: 0 3px 1px rgba(36, 39, 44, 0.2);
    margin: 10px 0 10px;
}

    .custom_checkbox input {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
    }

        .custom_checkbox input:checked ~ label {
            color: #ffffff;
        }

    .custom_checkbox label {
        font-family: "Comic Neue", cursive;
        color: #521C91;
        font-weight: 700;
        font-size: 16px;
    }

    .custom_checkbox.Purple {
        background-color: #521C91;
        box-shadow: 0 3px 1px #390278;
        border: 1px solid #521C91 !important;
    }

        .custom_checkbox.Purple label {
            color: #ffffff;
        }

.file {
    position: relative;
    overflow: hidden;
}

    .file input {
        position: absolute;
        font-size: 50px;
        opacity: 0;
        right: 0;
        top: 0;
        width: 100%;
    }

    .file.media-upload {
        border: 2px dashed #cccccc;
        background-color: #FBFBFB;
        font-size: 16px;
        color: #343846;
        font-weight: 700;
        padding: 50px 20px;
        text-align: center;
    }

        .file.media-upload img {
            display: block;
            margin: 0 auto 20px;
        }

        .file.media-upload input {
            height: 100%;
        }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #521C91;
    background-color: #521C91;
}

header {
    padding: 15px 0px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07);
}

    header h2 {
        line-height: 24px;
    }

@media (min-width: 991px) {
    header {
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    header {
        background-color: #521C91;
    }

        header h2 {
            color: #ffffff;
            font-size: 15px;
        }
}

@media (max-width: 360px) {
    header h2 {
        font-size: 12px;
    }
}

.notification {
    width: 36px;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    color: #ffffff;
    font-size: 22px;
}

    .notification span {
        position: absolute;
        width: 6px;
        height: 6px;
        top: 7px;
        right: 7px;
        border-radius: 100%;
    }

        .notification span.offline {
            background-color: #FF234B;
        }

        .notification span.online {
            background-color: #FF234B;
        }

@media (min-width: 991px) {
    .notification {
        width: 48px;
        line-height: 46px;
        margin-right: 20px;
        color: #343846;
    }

        .notification span {
            top: 13px;
            right: 15px;
        }
}

@media (max-width: 991px) {
    .profile {
        margin-right: 45px;
    }
}

.profile img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

@media (min-width: 991px) {
    .profile img {
        width: 48px;
        height: 48px;
    }
}

.menu-links {
    background-color: #521C91;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

@media (min-width: 991px) {
    .menu-links {
        width: 280px;
    }
}

@media (max-width: 991px) {
    .menu-links {
        left: -100%;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
}

.menu-links .menu-icon {
    font-size: 25px;
}

.main-logo {
    margin: 20px auto;
    display: block;
}

@media (min-width: 991px) {
    .main-logo {
        margin: 30px auto;
    }
}

.menu {
    margin-top: 0;
    width: 100%;
}

    .menu li {
        margin: 0;
        position: relative;
    }

        .menu li a {
            font-size: 15px;
            line-height: 24px;
            padding: 7px 15px 7px 30px;
            color: #ffffff;
            display: flex;
            align-items: center;
        }

@media (min-width: 991px) {
    .menu li a {
        font-size: 15px;
        line-height: 24px;
        padding: 10px 20px 10px 40px;
    }
}

.menu li a i {
    margin-right: 10px;
    width: 25px;
    font-size: 20px;
}

    .menu li a i:before {
        color: #ffffff;
    }

.menu li a:hover {
    color: #ffffff;
    background-color: #6721B9;
}

.menu li a.active {
    color: #ffffff;
    background-color: #6721B9;
}

a.logout {
    font-size: 15px;
    line-height: 24px;
    padding: 7px 15px 7px 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    width: 100%;
}

@media (min-width: 991px) {
    a.logout {
        padding: 10px 20px 10px 40px;
    }
}

a.logout i {
    margin-right: 10px;
    width: 25px;
    font-size: 20px;
}

    a.logout i:before {
        color: #ffffff;
    }

a.logout:hover {
    color: #ffffff;
    background-color: #6721B9;
}

.menu-icon {
    display: none;
    width: 32px;
    height: 30px;
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 32px;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .menu-icon {
        display: block;
    }
}

.menu-in {
    overflow: hidden;
}

@media (max-width: 991px) {
    .menu-in .menu-links {
        left: 0;
    }
}

.otp__boxes {
    flex-wrap: wrap;
}

    .otp__boxes input {
        width: 65px;
        height: 65px;
        background: #f5f5f6;
        text-align: center;
        border: 1px solid #cccccc;
        font-size: 30px;
        line-height: 63px;
        margin-right: 15px;
        color: #343846;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        display: block;
    }

        .otp__boxes input:last-child {
            margin-right: 0;
        }

        .otp__boxes input:focus {
            background: #fff;
            border: 1px solid #521C91;
        }

            .otp__boxes input:focus::placeholder {
                background: transparent;
                color: #fff;
            }

            .otp__boxes input:focus:-ms-input-placeholder {
                background: transparent;
                color: #fff;
            }

            .otp__boxes input:focus::-webkit-input-placeholder {
                background: transparent;
                color: #fff;
            }

            .otp__boxes input:focus::-moz-placeholder {
                background: transparent;
                color: #fff;
            }

        .otp__boxes input::placeholder {
            background: url(../images/dot.svg) no-repeat;
            width: 65px;
            height: 65px;
            background-size: 15px;
            background-position: 23px 13px;
            line-height: 63px;
            color: #343846;
        }

        .otp__boxes input:-ms-input-placeholder {
            background: url(../images/dot.svg) no-repeat;
            width: 65px;
            height: 65px;
            background-size: 15px;
            background-position: 23px 13px;
            line-height: 63px;
            color: #343846;
        }

        .otp__boxes input::-webkit-input-placeholder {
            background: url(../images/dot.svg) no-repeat;
            width: 65px;
            height: 65px;
            background-size: 15px;
            background-position: 23px 13px;
            line-height: 63px;
            color: #343846;
        }

        .otp__boxes input::-moz-placeholder {
            background: url(../images/dot.svg) no-repeat;
            width: 65px;
            height: 65px;
            background-size: 15px;
            background-position: 23px 13px;
            line-height: 63px;
            color: #343846;
        }

.table_list {
    margin-right: 15px;
}

@media (min-width: 991px) {
    .table_list {
        margin-right: 30px;
    }
}

.table_list > li {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 15px;
    font-weight: 500;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    white-space: nowrap;
    position: relative;
}

    .table_list > li .plus_icon {
        position: absolute;
        right: 20px;
        top: 10px;
        cursor: pointer;
        padding: 7px 10px;
        border: 1px solid #FFCD93;
        background-color: #ffffff;
    }

    .table_list > li:hover {
        background-color: #521C91;
        color: #ffffff;
    }

    .table_list > li:first-child {
        border-radius: 10px 10px 0 0;
        padding: 8px 15px;
        border: 1px solid #FFCD93;
        color: #E5841A;
        background-color: #FFF9F2 !important;
    }

        .table_list > li:first-child:hover {
            background-color: transparent;
            color: #E5841A;
        }

    .table_list > li:last-child {
        border-bottom: 1px solid #cccccc;
        border-radius: 0 0 10px 10px;
    }

@media (min-width: 991px) {
    .table_list > li {
        padding: 10px 30px;
        font-size: 14px;
    }

        .table_list > li:first-child {
            padding: 15px 30px;
        }
}

.table_list:last-child {
    margin-right: 0;
}

.table_list2 li {
    padding: 0;
}

    .table_list2 li:hover {
        background-color: transparent;
        color: #343846;
    }

    .table_list2 li ul li {
        padding: 6px 15px;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        align-items: center;
    }

        .table_list2 li ul li:hover {
            background-color: #521C91;
            color: #ffffff;
        }

@media (min-width: 991px) {
    .table_list2 li ul li {
        padding: 8px 30px;
        font-size: 14px;
        line-height: 20px;
    }
}

.table_list2 li ul li.action_button {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.action-two-col li ul li {
    white-space: normal;
}

    .action-two-col li ul li span:last-child {
        padding-left: 15px;
    }

    .action-two-col li ul li:hover {
        background-color: transparent;
        color: #343846;
    }

.action-checkbox li ul li input {
    width: 18px;
    height: 18px;
    display: block;
}

.rating_table-3-column li {
    flex-wrap: wrap;
}

@media (min-width: 991px) {
    .rating_table-3-column li ul li {
        padding: 5px 30px;
    }
}

.rating_table-3-column li span {
    width: 46%;
}

    .rating_table-3-column li span:nth-child(2) {
        width: 25%;
        font-weight: 500;
    }

    .rating_table-3-column li span:nth-child(3) {
        width: 29%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

        .rating_table-3-column li span:nth-child(3) i {
            margin: 0 1px;
        }

@media (min-width: 991px) {
    .rating_table-3-column li span:nth-child(3) i {
        font-size: 16px;
    }
}

.admin-table-one .table_list {
    margin: 0 !important;
}

.admin-table-one .form-group .form-control {
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.admin-table-one .form-group .icon-search {
    position: absolute;
    right: 15px;
    top: 15px;
}

.admin-table-one .student-avtar {
    font-weight: 400;
    font-size: 12px;
}

    .admin-table-one .student-avtar img {
        border: 0;
        width: 20px;
        height: 20px;
    }

.admin-table-one .show-report-on-app-check {
    margin-left: 0;
}

.admin-table-one .custom-control-label {
    font-size: 10px;
    line-height: 24px;
}

.admin-table-one .rating_table-3-column > li:first-child {
    padding: 10px 20px;
    border-radius: 0;
}

@media (min-width: 991px) {
    .admin-table-one .rating_table-3-column > li ul li {
        padding: 5px 20px;
    }
}

.admin-table-one .rating_table-3-column > li ul li:hover {
    background-color: transparent;
    color: #343846;
}

.admin-table-one .rating_table-3-column > li span {
    width: 46%;
}

    .admin-table-one .rating_table-3-column > li span:nth-child(2) {
        width: 27%;
    }

    .admin-table-one .rating_table-3-column > li span:nth-child(3) {
        width: 27%;
    }

.admin-table-one.full-width-tab .rating_table-3-column > li span {
    width: 28%;
    font-size: 12px;
    font-weight: 400 !important;
    text-align: left;
}

    .admin-table-one.full-width-tab .rating_table-3-column > li span:nth-child(2) {
        width: 42%;
        padding: 0 15px;
        white-space: normal;
    }

    .admin-table-one.full-width-tab .rating_table-3-column > li span:nth-child(3) {
        width: 30%;
        display: block;
    }

        .admin-table-one.full-width-tab .rating_table-3-column > li span:nth-child(3) img {
            margin-right: 8px;
        }

.admin-table-two .table_list {
    margin: 0 !important;
}

.admin-table-two .rating_table-3-column > li:first-child {
    padding: 10px 20px;
}

@media (min-width: 991px) {
    .admin-table-two .rating_table-3-column > li ul li {
        padding: 8px 20px;
    }
}

.admin-table-two .rating_table-3-column > li ul li:hover {
    background-color: transparent;
    color: #343846;
}

.admin-table-two.full-width-tab .rating_table-3-column > li span {
    width: 50%;
    font-size: 14px;
    text-align: left;
    white-space: normal;
}

    .admin-table-two.full-width-tab .rating_table-3-column > li span:nth-child(2) {
        width: 30%;
        padding: 0 15px;
    }

        .admin-table-two.full-width-tab .rating_table-3-column > li span:nth-child(2) img {
            margin-right: 8px;
        }

    .admin-table-two.full-width-tab .rating_table-3-column > li span:nth-child(3) {
        width: 20%;
        display: block;
        text-align: center;
    }

        .admin-table-two.full-width-tab .rating_table-3-column > li span:nth-child(3) input {
            margin: 0 auto;
        }

.admin-table-four-col .table_list {
    margin: 0 !important;
}

.admin-table-four-col .rating_table-3-column > li span {
    width: 30% !important;
    font-weight: 700 !important;
}

    .admin-table-four-col .rating_table-3-column > li span:nth-child(3) {
        width: 20% !important;
    }

    .admin-table-four-col .rating_table-3-column > li span:nth-child(4) {
        width: 20% !important;
    }

.table .thead-light th {
    border-color: #FFCD93;
    background-color: #FFF9F2;
    border-bottom-width: 1px !important;
    padding: 8px 10px;
    color: #E5841A;
}

@media (min-width: 991px) {
    .table .thead-light th {
        padding: 10px 10px;
    }
}

.table {
    font-size: 16px;
    margin: 0 !important;
}

    .table td, .table th {
        padding: 6px 10px;
        vertical-align: middle;
    }

@media (min-width: 991px) {
    .table td, .table th {
        padding: 10px 10px;
    }
}

.table_one tbody th {
    max-width: 200px;
}

.table_linewrap {
    white-space: nowrap;
}

.modal-content {
    border-radius: 10px;
}

    .modal-content h1 {
        width: 100%;
    }

    .modal-content .form-group {
        margin-bottom: 15px;
    }

    .modal-content .close {
        position: absolute;
        right: 0;
        margin: 0;
        top: 0;
        font-size: 20px;
        opacity: 1;
        color: #343846;
        z-index: 99;
    }

@media (min-width: 991px) {
    .modal-dialog {
        max-width: 640px;
        margin: 1.75rem auto;
    }
}

.report-nav {
    border: 0;
    background-color: #ffffff;
    padding: 8px;
}

    .report-nav .nav-item {
        margin: 0;
    }

        .report-nav .nav-item .nav-link {
            border: 0 !important;
            color: #85878D;
            font-size: 14px;
            line-height: 28px;
            font-weight: 700;
            padding: 10px 40px;
            border-radius: 5px;
            background-color: transparent;
            cursor: pointer;
        }

            .report-nav .nav-item .nav-link:hover {
                color: #343846;
            }

            .report-nav .nav-item .nav-link:focus {
                color: #343846;
                border: 0 !important;
                outline: 0;
            }

            .report-nav .nav-item .nav-link.active {
                background-color: #521C91;
                color: #ffffff;
            }

    .report-nav.sm-tabs {
        padding: 5px;
    }

        .report-nav.sm-tabs .nav-item .nav-link {
            font-size: 12px;
            line-height: 22px;
            font-weight: 700;
            padding: 9px 30px;
        }

    .report-nav.admin-tab .nav-item {
        margin: 0;
    }

        .report-nav.admin-tab .nav-item .nav-link {
            padding: 10px 30px;
        }

.dataTables_length {
    padding: 15px 0 0 15px;
    font-size: 14px;
    font-weight: 500;
}

.dataTables_filter {
    padding: 15px 15px 0 0;
    font-size: 14px;
    font-weight: 500;
}

.dataTables_info {
    padding: 15px 0 15px 15px;
    font-size: 14px;
    font-weight: 500;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    padding: 15px 0;
    justify-content: flex-start;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
        font-size: 14px;
        font-weight: 500;
        border: 0;
        color: #343846;
        padding: 4px 8px;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.active .page-link {
        color: #ffffff;
        background-color: #521C91;
    }

.packages_title {
    min-width: 380px;
}

@media (max-width: 991px) {
    .packages_title {
        width: 140px;
        min-width: 140px;
    }
}

.packages_title h4 {
    padding: 10px 20px;
    margin: 0;
    height: 81px;
    font-size: 18px;
    margin-bottom: 1px;
}

@media (min-width: 1100px) {
    .packages_title h4 {
        font-size: 22px;
    }
}

@media (min-width: 1380px) {
    .packages_title h4 {
        padding: 10px 40px;
    }
}

.packages_title ul li {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 1px;
    background-color: #EBEBEB;
    white-space: nowrap;
    overflow: hidden;
}

@media (min-width: 1380px) {
    .packages_title ul li {
        padding: 10px 40px;
    }
}

.packages_list ul {
    border-right: 1px solid #cccccc;
}

    .packages_list ul:hover {
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    }

    .packages_list ul:last-child {
        border-right: 0;
    }

    .packages_list ul li {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 1px;
        text-align: center;
        background-color: #EBEBEB;
    }

        .packages_list ul li i {
            font-size: 20px;
            line-height: 20px;
            color: #521C91;
        }

        .packages_list ul li .btn {
            padding: 6px 20px;
        }

        .packages_list ul li:first-child {
            background-color: transparent;
        }

            .packages_list ul li:first-child h4 {
                height: 60px;
                margin: 0;
                color: #521C91;
                font-size: 18px;
            }

@media (min-width: 1100px) {
    .packages_list ul li:first-child h4 {
        font-size: 20px;
    }
}

.packages_list ul li:first-child h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #343846;
}

.packages_list ul li:last-child {
    background-color: transparent;
    padding-bottom: 25px;
}

    .packages_list ul li:last-child h4 {
        color: #E5841A;
        font-size: 18px;
        font-weight: 500;
        margin: 20px 0 10px;
    }

        .packages_list ul li:last-child h4 span {
            color: #343846;
            color: #999999;
        }

main {
    min-height: 100%;
}

.main-login-bg {
    height: 100vh;
    min-height: 100%;
    background: url(../images/bg-image1.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 15px;
    overflow: hidden;
    overflow-y: auto;
}

.center_box {
    width: 100%;
    max-width: 580px;
    display: block;
    margin: 0 auto;
}

.LoginBox {
    max-width: 580px;
    width: 100%;
    margin: 10px 0;
}

    .LoginBox h1.mb-0 {
        margin-bottom: 4px !important;
    }

    .LoginBox img.main_logo {
        max-width: 200px;
        margin: 0 auto 20px;
        display: block;
    }

.service_agreement p {
    font-size: 12px;
    line-height: 18px;
}

.service_agreement ul li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    list-style: inside;
}

.purple-scroll {
    overflow-y: auto;
    width: calc(100% - 0px);
    max-height: 50vh;
}

@media (min-width: 991px) {
    .admin_panel {
        padding-left: 280px;
    }
}

.admin_panel_content {
    min-height: 100%;
    padding: 25px 15px;
}

@media (min-width: 991px) {
    .admin_panel_content {
        padding: 40px 30px;
    }
}

.dashboard_content_outer {
    padding: 15px;
}

@media (min-width: 991px) {
    .dashboard_content_outer {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .dashboard_content_outer {
        flex-direction: column;
    }
}

.upload-photo {
    max-width: 170px;
}

    .upload-photo img {
        width: 100%;
        margin: 0 0 20px;
    }

    .upload-photo .btn {
        justify-content: center;
        display: flex;
        align-items: center;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

        .upload-photo .btn i {
            font-size: 22px;
            margin: 0 10px 0 0;
        }

.dashboard_content_right {
    width: calc(100%);
}

@media (min-width: 991px) {
    .dashboard_content_right {
        width: calc(100% - 200px);
        border-left: 1px solid #cccccc;
        padding-left: 30px;
    }
}

.steps_list {
    margin-bottom: 40px;
    position: relative;
}

    .steps_list li {
        width: 33%;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .steps_list li a {
            color: #343846;
            font-size: 14px;
        }

            .steps_list li a span {
                width: 44px;
                height: 44px;
                border-radius: 100%;
                text-align: center;
                line-height: 44px;
                font-size: 22px;
                font-weight: 700;
                color: #ffffff;
                margin: 0 auto 20px;
                display: block;
                background-color: #636363;
            }

            .steps_list li a:hover span, .steps_list li a.active span {
                background-color: #521C91;
            }

        .steps_list li.active a span {
            background-color: #521C91;
        }

    .steps_list:after {
        width: 100%;
        height: 10px;
        border-radius: 20px;
        background-color: #DADADA;
        position: absolute;
        top: 18px;
        left: 0;
        content: "";
    }

/*progressbar*/
#progressbar {
    margin-bottom: 40px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    position: relative;
}

    #progressbar li {
        list-style-type: none;
        width: 33.33%;
        text-align: center;
        position: relative;
    }

@media (max-width: 991px) {
    #progressbar li {
        font-size: 12px;
        line-height: 20px;
    }
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 44px;
    line-height: 44px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    background: #636363;
    border-radius: 100%;
    margin: 0 auto 15px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #DADADA;
    position: absolute;
    left: -50%;
    top: 18px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #521C91;
    color: #ffffff;
}

/*form styles*/
#msform {
    width: 100%;
    position: relative;
}

    #msform .step_form_move {
        width: 100%;
    }

        /*Hide all except first fieldset*/
        #msform .step_form_move:not(:first-of-type) {
            display: none;
        }

.add_links .dropdown-menu {
    min-width: 80px;
}

.add_links .btn-delete {
    padding: 0 13px;
    font-size: 20px;
    margin-left: 10px;
}

.add_links .form-group {
    width: 100%;
}

    .add_links .form-group .form-control {
        border-radius: 0 5px 5px 0;
    }

.social-border-right {
    padding: 6px 20px;
    border-radius: 5px 0 0 5px;
}

.hr_scroll {
    overflow: hidden;
    width: 100%;
    overflow-x: auto;
}

.total-payment {
    padding: 30px;
    margin: 20px 0;
}

@media (min-width: 991px) {
    .total-payment {
        margin: 0;
        height: 100%;
    }
}

.add_card {
    padding: 30px;
    border: 1px dashed #FFCD93;
    background-color: #FFF9F2;
    cursor: pointer;
}

    .add_card img {
        max-width: 70px;
        margin: 0 auto 15px;
    }

    .add_card p {
        color: #85878D;
    }

    .add_card:hover {
        background-color: #FFCD93;
    }

@media (min-width: 991px) {
    .add_card {
        height: 100%;
    }
}

.height200 {
    overflow-y: auto;
    width: calc(100% - 0px);
    height: 200px;
}

.height220 {
    overflow-y: auto;
    width: calc(100% - 0px);
    height: 220px;
}

.height300 {
    overflow-y: auto;
    width: calc(100% - 0px);
    height: 300px;
}

.student-avtar {
    align-items: center;
}

    .student-avtar img {
        width: 34px;
        height: 34px;
        border: 1px solid #FFCD93;
        border-radius: 100%;
        margin-right: 4px;
    }

#piechart > div > div {
    width: 100% !important;
    background-color: #ffffff;
}

.min-height-90 {
    min-height: calc(100vh - 90px);
}

.bank-box {
    width: 100%;
    max-width: 600px;
    padding: 80px 40px;
}

    .bank-box img {
        margin: 0 0 20px;
    }

    .bank-box h4 {
        margin: 0 0 30px;
    }

.track-school-data li {
    border: 1px solid #521C91;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    background-color: #ffffff;
    text-align: left;
    width: 100%;
}

    .track-school-data li span {
        border-bottom: 1px solid #521C91;
        padding: 0 0 10px;
        display: block;
    }

    .track-school-data li input {
        border: 0;
        outline: 0 !important;
        box-shadow: none !important;
        background-color: transparent;
        font-size: 12px;
        font-weight: 500;
        line-height: 36px;
        padding: 0;
    }

    .track-school-data li:last-child {
        margin: 0;
    }

@media (min-width: 991px) {
    .track-school-data li {
        display: flex;
        white-space: nowrap;
        max-width: 90%;
    }

        .track-school-data li span {
            border-bottom: 0;
            border-right: 1px solid #521C91;
            padding: 0 25px 0 0px;
            display: block;
        }

        .track-school-data li input {
            padding: 0 25px;
        }
}

.student-info-box {
    margin-bottom: 40px;
}

.student-info-head {
    border: 1px solid #cccccc;
    border-radius: 10px 10px 0 0;
    padding: 25px 30px;
}

    .student-info-head .student-avtar-lg {
        width: 75px;
        height: 75px;
        margin-right: 15px;
        border: 1px solid #FFCD93;
        border-radius: 100%;
        position: relative;
        overflow: hidden;
    }

        .student-info-head .student-avtar-lg img {
            object-fit: cover;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .student-info-head.red-head {
        border-color: #FFCD93;
        background-color: #FFF9F2;
    }

    .student-info-head.accent-head {
        background-color: #521C91;
    }

        .student-info-head.accent-head * {
            color: #ffffff;
        }

.student-info {
    padding: 25px 30px;
    border: 1px solid #cccccc;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 991px) {
    .student-info {
        min-height: 187px;
    }
}

.student-info li {
    font-size: 16px;
    margin: 0 0 4px;
}

    .student-info li label {
        font-weight: 700;
        margin: 0;
    }

.plan_type {
    width: 94px;
    height: 94px;
    background-color: #E5841A;
    border: 4px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 15px auto -70px;
    padding-top: 10px;
}

    .plan_type span {
        display: block;
        font-size: 34px;
        line-height: 40px;
        font-weight: 700;
    }

.current-package-box .student-info {
    padding-top: 70px;
}

.tick-list li {
    position: relative;
    font-weight: 500;
    padding-left: 30px;
    margin: 0 0 10px;
}

    .tick-list li:before {
        content: "\ea10";
        font-family: 'icomoon' !important;
        position: absolute;
        top: 0;
        left: 0;
        color: #521C91;
        font-size: 16px;
    }

@media (min-width: 1500px) {
    .reports-2 {
        display: flex;
    }
}

.show-report-on-app-check {
    max-width: 270px;
    margin-left: auto;
}

.level-drop button {
    padding: 10px 16px;
    background-color: #FFF9F2;
    border: 1px solid #FFCD93;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #E9541C;
}

    .level-drop button img {
        margin-left: 8px;
    }

.level-drop .dropdown-menu {
    border-color: #FFCD93;
    padding: 0;
    min-width: 100%;
}

.level-drop.page_shown button {
    padding: 4px 14px;
    border-color: #cccccc;
    color: #343846;
}

.level-drop.page_shown .dropdown-item {
    padding: 3px 12px;
}

.limited-access {
    background: linear-gradient(180deg, rgba(193, 189, 241, 0.15) 0%, #C1BDF1 100%), linear-gradient(181.09deg, rgba(255, 255, 255, 0) -80.65%, #E4E1FF 94.39%);
    height: 80px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(193, 189, 241, 0.15) 0%, #C1BDF1 100%);
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
    padding-left: 130px;
}

    .limited-access .icon {
        position: absolute;
        left: 50px;
        width: 60px;
        height: 60px;
        top: 10px;
        background-color: #FFC62D;
        text-align: center;
        border-radius: 100%;
        line-height: 60px;
    }

.reason-box {
    white-space: normal;
    width: calc(100% - 60px);
    margin: 20px 0 0 30px;
}

    .reason-box h4 {
        margin: 0 0 10px;
    }

    .reason-box p {
        margin: 0;
        font-weight: 400;
    }

.border-right-0 .table_list > li {
    border-right: 0 !important;
}

    .border-right-0 .table_list > li:first-child {
        border-radius: 10px 0 0 0;
    }

    .border-right-0 .table_list > li:last-child {
        border-radius: 0 0 0 10px;
    }

.border-left-0 .box-shadow {
    margin-top: 44px;
}

.border-left-0 .table_list > li:first-child {
    border-radius: 0 10px 0 0;
}

.border-left-0 .table_list > li:last-child {
    border-radius: 0 0 10px 0;
}

.feedback_box {
    background-color: #FBFBFB;
}

    .feedback_box ul {
        max-height: 500px;
        overflow-y: auto;
        padding-right: 20px;
    }

        .feedback_box ul li {
            margin: 0 0 10px;
            padding: 10px 20px;
            border-radius: 5px;
            border: 1px solid #cccccc;
            color: #343846;
            font-size: 12px;
            line-height: 24px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            background-color: #ffffff;
        }

            .feedback_box ul li.active, .feedback_box ul li:hover {
                background-color: #521C91;
                color: #ffffff;
                border-color: #521C91;
            }

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .modal-xl {
        max-width: 1550px;
    }
}

.loadingSpinner {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loadingSpinner:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loadingSpinner:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loadingSpinner:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }
