:root {
    --main--color: #8D64A6;
    --sec--color: #6FA0C9;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

/* Start NavBar */
.navbar .nav-item {
    margin: 0px 12px !important;
    font-weight: 400;
}

.navbar .navbar-brand img {
    height: 62px;
}
/* End NavBar */

/* Start Hero */
.hero {
    height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End Hero */

/* Start About */
.about {
    background-image: url('/img/aboutback.png');
    background-position: center top;
    background-size: cover;
}
/* End About */

/* Start CTA */
.cta {
    background-image: url('../img/ctaback.png');
    background-position: center;
    background-size: cover;
}
/* End CTA */

/* Start Tests */
.tests .test-item {
    background-image: url('/img/testback.png');
    background-size: cover;
    background-position: right top;
    padding: 30px;
    border-radius: 8px;
}

    .tests .test-item img {
        height: 71px;
        width: 71px;
        border-radius: 6px;
    }
/* End Tests */

footer a {
    color: #fff;
    text-decoration: none;
}

    footer a:hover {
        color: #fff;
        text-decoration: none;
    }

footer .icon {
    border-radius: 50%;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Start Book Meeting Page */
.teacher-item {
    display: flex;
    padding: 12px !important;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    margin-bottom: 12px;
    align-items: center;
}

    .teacher-item img {
        border-radius: 6px;
        width: 84px;
        margin-right: 10px;
        height: 84px;
    }
/* End Book Meeting Page */
/* Classes */
.btn {
    padding: 9px 32px;
}

.btn-outline-primary {
    border-color: var(--main--color) !important;
    color: var(--main--color) !important;
}

    .btn-outline-primary:hover {
        background: var(--main--color) !important;
        color: #fff !important;
    }

.text-primary {
    color: var(--main--color) !important;
}

.btn-secondary {
    background-color: var(--sec--color) !important;
    border-color: var(--sec--color) !important;
}

.fl-rounded {
    border-radius: 1000px !important;
}

.border-bottom-sec {
    padding-bottom: 8px;
    border-bottom: 3px solid var(--sec--color) !important;
}

.bg-light {
    background-color: #f6f6f6 !important;
}

.bg-primary {
    background-color: var(--main--color) !important;
}

.btn-primary {
    background-color: var(--main--color) !important;
    border-color: var(--main--color) !important;
}

.btn-secondary {
    background-color: var(--sec--color) !important;
    border-color: var(--sec--color) !important;
}

.form-control {
    font-size: 16px !important;
    padding: 10px !important;
}

.btn-lg {
    font-size: 16px !important;
    padding: 12px !important;
}

.rounded {
    border-radius: 8px !important;
}
/* Calendar */
.fc-toolbar {
    background-color: var(--main--color) !important;
    border-radius: 5px 5px 0 0;
    padding: 16px;
}

.fc .fc-toolbar-title {
    font-size: 1.24rem;
    color: #fff;
    font-weight: 400 !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #fff !important;
    text-align: center;
}

.selectedday .fc-daygrid-day-number {
    background-color: var(--main--color) !important;
    height: 36px !important;
    width: 36px !important;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    color: #fff !important;
    border-radius: 50% !important;
}

.fc-daygrid-day-number {
    background-color: #fff !important;
    height: 36px !important;
    width: 36px !important;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    color: #333 !important;
    border-radius: 50% !important;
}

.fc .fc-daygrid-day-bg .fc-highlight {
    background-color: #fff !important;
    border-radius: 4px !important;
    color: #fff !important;
}

    .fc .fc-daygrid-day-bg .fc-highlight .fc-daygrid-day-number {
        background-color: var(--main--color) !important;
    }

.fc-day {
    cursor: pointer;
}

.fc .fc-daygrid-day-top {
    display: block;
    text-align: center;
}

.fc-col-header-cell-cushion {
    font-weight: 500 !important;
    margin-bottom: 14px !important;
}

.fc-theme-bootstrap5 .btn.btn-primary {
    background-color: none !important;
    color: #fff !important;
    font-size: 19px;
    padding: 8px 14px !important;
    font-weight: 900;
}

.fc-theme-bootstrap5 .fc-list, .fc-theme-bootstrap5 .fc-scrollgrid, .fc-theme-bootstrap5 td, .fc-theme-bootstrap5 th {
    border: 0 !important;
}

.my-badge {
    background: var(--sec--color) !important;
    border-radius: 4px;
    padding: 5px 18px;
    color: #fff;
    font-weight: 500;
}

.nav-pills .nav-link {
    padding: 10px 31px !important;
    color: #444 !important;
    background-color: #f2f2f2;
    margin-right: 12px !important;
}

    .nav-pills .nav-link.active {
        background-color: var(--main--color) !important;
        color: #fff !important;
    }

.explain-box {
    height: 320px;
    background-image: url('../img/bgg.png');
    background-position: bottom left;
    background-size: cover;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    justify-content: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.plan-box {
    height: 320px;
    position: relative;
    background-image: url('../img/bg-te.png');
    box-shadow: rgba(149, 157, 165, 0.21) 0px 3px 10px;
    background-position: center top;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

    .plan-box .btn-secondary {
        position: absolute;
        bottom: 31px;
        right: 31px;
        left: 31px;
    }

.col-teacher-item.active {
    background-color: #5FBEAE !important;
}

    .col-teacher-item.active p, .col-teacher-item.active p i {
        color: #fff !important;
    }

@media screen and (max-width: 500px) {
    .w-25.asd {
        width: 100% !important;
    }

    .cta .left {
        width: 100% !important;
    }

    .cta .py-4.my-5.d-flex {
        display: block !important;
        margin-bottom: 350px !important;
    }

    .cta .w-50 {
        width: 100% !important;
    }

    .cta img.position-absolute {
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
    }
}

.dropdown-toggle::after {
    display: none;
}

.nav-item.dropdown {
    margin: 0 !important;
}

/* Chat Page */
.chat-item {
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-bottom: 16px;
}

    .chat-item .d-flex img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 2.5px solid var(--main--color);
    }

    .chat-item:last-child {
        margin-bottom: 0 !important;
    }

.chat .head img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2.5px solid var(--main--color);
}

.chat .chat-box {
    display: flex;
}

    .chat .chat-box img {
        width: 54px;
        height: 54px;
        border-radius: 50%;
    }

    .chat .chat-box p {
        background-color: var(--sec--color);
        padding: 16px;
        margin: 0;
        color: #fff;
        margin-left: 12px;
        border-radius: 8px;
    }

    .chat .chat-box.recieved p {
        margin-left: 0 !important;
        background-color: #f0f0f0;
        color: #333;
        margin-right: 12px;
    }

.chat .content {
    height: 450px;
    overflow: scroll;
}

.chat-list {
    height: 590px;
    overflow: scroll;
}

.starability-basic {
    min-height: 0 !important;
    margin-top: 0px;
    margin-bottom: 20px;
}



.profile-link:hover {
    color: var(--main--color) !important;
}

.profile-link {
    border: 1px solid #f2f2f2;
    padding: 9px 14px;
    display: block;
    color: #333;
    transition: 230ms all;
    font-size: 15px;
    border-radius: 5px;
}

    .profile-link.active {
        color: var(--main--color) !important;
    }


.stats-item {
    position: relative;
}

    .stats-item p {
        color: #fff;
    }

    .stats-item img {
        position: absolute;
        right: 12px;
        bottom: 12px;
    }

    .stats-item h3 {
        color: #fff;
    }

.request-item img {
    width: 92px;
    border-radius: 6px;
    height: 92px;
}


.btn-circle {
    border-radius: 50%;
    padding: 0 !important;
    background: var(--main--color) !important;
    display: flex;
    height: 46px;
    width: 46px;
    color: #fff !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item.active.p-3.bg-light.rounded {
    border-color: var(--main--color) !important;
}

.item.p-3.bg-light.rounded {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--main--color) !important;
    border-color: var(--main--color) !important;
}



.multi-search-filter {
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 3px;
    min-height: 26px;
}

    .multi-search-filter > input {
        border: 0px;
        outline: none;
        font-size: 20px;
    }

.multi-search-item {
    margin: 2px;
    padding: 2px 24px 2px 8px;
    float: left;
    display: flex;
    background-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    border-radius: 3px;
    position: relative;
}

    .multi-search-item > span {
        font-family: 'Muli';
        line-height: 18px;
    }

    .multi-search-item > .fa {
        font-size: 12px;
        line-height: 18px;
        margin-left: 8px;
        position: absolute;
        right: 8px;
        top: 2px;
    }

.dropdown-item img {
    width: 52px;
    height: 52px;
    border: 2px solid var(--main--color);
    border-radius: 50%;
    object-fit: cover;
}


/*from me*/

.dropdown-toggle::after {
    display: none;
}

.nav-item.dropdown {
    margin: 0 !important;
}

.time-item {
    border: 1px solid #dfdfdf;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f94d;
    border-radius: 5px;
    font-size: 15px;
}

    .time-item.active {
        background-color: #6056c2;
        color: #fff;
    }


.text-danger {
    font-size: small;
    /*float: left;*/
}

/*
html[dir="rtl"] .text-danger {
    float: right !important;
}*/

.badge-notification {
    position: absolute;
    font-size: .6rem;
    margin-top: -0.1rem;
    margin-left: -0.5rem;
    padding: 0.2em 0.45em;
}
