@charset "UTF-8";
body {
    font-family: "Libre Franklin", sans-serif;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

@media (min-width: 768px) {
    header .navbar-nav>.nav-item.dropdown.show>a {
        background-color: #fff;
        color: var(--primary) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border-radius: 0.25rem 0.25rem 0 0;
    }
    header .navbar-nav>.nav-item.dropdown.show>.dropdown-menu {
        border: none;
        border-radius: 0 0.25rem 0.25rem 0.25rem;
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15) !important;
        top: 95%;
    }
}

.custom-control-label::after {
    background-image: none;
}

.search:focus {
    box-shadow: none !important;
}

.border-navbar {
    border-width: 13px !important;
}

@media (min-width: 768px) {
    .border-md-navbar {
        border-width: 13px !important;
    }
}


/*
.bg-primary-half {
    position: relative;
}

.bg-primary-half::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    background: var(--primary);
}

.bg-primary-half.bg-left::before {
    left: 0;
    right: 50%;
}

.bg-primary-half.bg-right::before {
    right: 0;
    left: 50%;
}
*/

.bg-primary-half {
    position: relative;
}

.bg-primary-half::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    background: #f58457;
}

.bg-primary-half.bg-left::before {
    left: 0;
    right: 50%;
}

.bg-primary-half.bg-right::before {
    right: 0;
    left: 50%;
}

@media (min-width: 576px) {
    .bg-primary-half-sm {
        position: relative;
    }
    .bg-primary-half-sm::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        background: #f58457;
    }
    .bg-primary-half-sm.bg-left::before {
        left: 0;
        right: 50%;
    }
    .bg-primary-half-sm.bg-right::before {
        right: 0;
        left: 50%;
    }
}

@media (min-width: 768px) {
    .bg-primary-half-md {
        position: relative;
    }
    .bg-primary-half-md::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        background: #f58457;
    }
    .bg-primary-half-md.bg-left::before {
        left: 0;
        right: 50%;
    }
    .bg-primary-half-md.bg-right::before {
        right: 0;
        left: 50%;
    }
}

@media (min-width: 992px) {
    .bg-primary-half-lg {
        position: relative;
    }
    .bg-primary-half-lg::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        background: #f58457;
    }
    .bg-primary-half-lg.bg-left::before {
        left: 0;
        right: 50%;
    }
    .bg-primary-half-lg.bg-right::before {
        right: 0;
        left: 50%;
    }
}

@media (min-width: 1200px) {
    .bg-primary-half-xl {
        position: relative;
    }
    .bg-primary-half-xl::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        background: #f58457;
    }
    .bg-primary-half-xl.bg-left::before {
        left: 0;
        right: 50%;
    }
    .bg-primary-half-xl.bg-right::before {
        right: 0;
        left: 50%;
    }
}

.bg-secondary-alpha-10 {
    background-color: rgba(59, 52, 133, 0.1);
}

.students-contents {
    min-height: 630px !important;
}

.bg-diamond {
    position: absolute;
    z-index: -1;
    opacity: 0.09;
}

.bg-diamond>div {
    height: 200px;
    width: 200px;
    border-radius: 22px;
    background-color: #f79872;
    transform: rotate(45deg) scale(0.75);
}

.bg-diamond>div.bg-diamond-sm {
    height: 130px;
    width: 130px;
}

.bg-diamond>div.bg-diamond-md {
    height: 200px;
    width: 200px;
}

.bg-diamond>div.bg-diamond-lg {
    height: 300px;
    width: 300px;
}

.bg-diamond.bg-diamond-top {
    top: 0;
}

.bg-diamond.bg-diamond-middle {
    top: 50%;
    transform: translateY(-50%);
}

.bg-diamond.bg-diamond-bottom {
    bottom: 0;
}

.bg-diamond.bg-diamond-left {
    left: 0;
}

.bg-diamond.bg-diamond-left.bg-diamond.bg-diamond-left-inner {
    transform: translateX(-50%);
}

.bg-diamond.bg-diamond-left.bg-diamond.bg-diamond-left-full {
    transform: translateX(10%);
}

.bg-diamond.bg-diamond-center {
    left: 50%;
    transform: translateX(-50%);
}

.bg-diamond.bg-diamond-right {
    right: 0;
}

.bg-diamond.bg-diamond-right.bg-diamond.bg-diamond-right-inner {
    transform: translateX(50%);
}

.bg-diamond.bg-diamond-right.bg-diamond.bg-diamond-right-full {
    transform: translateX(-10%);
}

.bg-diamond.bg-diamond-left.bg-diamond-left-inner.bg-diamond-middle,
.bg-diamond.bg-diamond-center.bg-diamond-middle {
    transform: translateY(-50%) translateX(-50%);
}

.bg-diamond.bg-diamond-right.bg-diamond-right-inner.bg-diamond-middle {
    transform: translateY(-50%) translateX(50%);
}

.bg-diamond.bg-diamond-right.bg-diamond-right-full.bg-diamond-middle {
    transform: translateY(-50%) translateX(-10%);
}

.bg-diamond.bg-diamond-left.bg-diamond-left-full.bg-diamond-middle {
    transform: translateY(-50%) translateX(10%);
}


/*
*
* ==========================================
* MULTI LEVEL DROPDOWN CLASSES
* ==========================================
*
*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a::after {
    content: "\F0DA";
    float: right;
    border: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}


/*
*
* ==========================================
* BUTTON CIRCLE
* ==========================================
*
*/

.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

.btn-circle i {
    position: relative;
    top: -1px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
}


/*
* ==========================================
* CAROUSEL
* ==========================================
*/

.carousel-indicators.carousel-indicators-circle li,
.carousel-indicators.carousel-indicators-circle-sm li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f58457 !important;
    /* border: 1px solid var(--primary); */
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 1;
}

.carousel-indicators.carousel-indicators-circle li.active,
.carousel-indicators.carousel-indicators-circle-sm li.active {
    background-color: #fff !important;
    border: 1px solid #f58457;
}

.carousel-indicators.carousel-indicators-circle-sm li {
    width: 7px;
    height: 7px;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    visibility: hidden;
}

.owl-carousel .owl-item.active {
    visibility: visible;
}

.owl-carousel .owl-item:hover {
    z-index: 1;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-stage .owl-item {
    display: flex;
}

.owl-carousel .owl-stage .owl-item .item {
    display: flex;
}

.owl-carousel .owl-stage .owl-item .item .course-popover-trigger {
    display: flex;
}

.owl-carousel .owl-stage .owl-item .item .course-popover-trigger a {
    display: flex;
}

.owl-carousel .owl-nav {
    /* position: absolute; */
    top: calc(50% - 22.5px);
    width: 100%;
    height: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: white;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #f4f4f4;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
    position: relative;
    left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -50px;
}

.popup {
    width: 100%;
    max-width: 335px;
    background: white;
    box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: none;
    max-height: 100%;
}

.popup[data-show] {
    display: block;
    z-index: 940;
}

.popup .arrow,
.popup .arrow::before {
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: -1;
}

.popup .arrow::before {
    content: "";
    transform: rotate(45deg);
    background: white;
}

.popup[data-popper-placement^=top]>.arrow {
    bottom: -8px;
}

.popup[data-popper-placement^=bottom]>.arrow {
    top: -8px;
}

.popup[data-popper-placement^=left]>.arrow {
    right: -8px;
}

.popup[data-popper-placement^=right]>.arrow {
    left: -8px;
}

.popup[data-popper-placement^=left]>.arrow::before {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.popup[data-popper-placement^=right]>.arrow::before {
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.content-min-height {
    min-height: 580px !important;
}

.forgot-password {
    min-height: 400px;
    padding-top: 150px;
}


/*
* ==========================================
* HOME
* ==========================================
*/

.course-popover-trigger {
    position: relative;
}

.course-popover-trigger .course-popover {
    display: none;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    z-index: 2000;
    min-width: 320px;
    max-height: 110%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: -2%;
    left: 100%;
}

.course-popover-trigger .course-popover-left {
    left: auto;
    right: 100%;
}

.course-popover-trigger .course-popover-right {
    right: auto;
    left: 100%;
}

.course-popover-trigger .course-popover-left {
    right: 100%;
}

.course-popover-trigger .course-popover-right {
    left: 100%;
}

@media (min-width: 576px) {
    .course-popover-trigger .course-popover-sm-left {
        right: 100%;
    }
    .course-popover-trigger .course-popover-sm-right {
        left: 100%;
    }
}

@media (min-width: 768px) {
    .course-popover-trigger .course-popover-md-left {
        right: 100%;
    }
    .course-popover-trigger .course-popover-md-right {
        left: 100%;
    }
}

@media (min-width: 992px) {
    .course-popover-trigger .course-popover-lg-left {
        right: 100%;
    }
    .course-popover-trigger .course-popover-lg-right {
        left: 100%;
    }
}

@media (min-width: 1200px) {
    .course-popover-trigger .course-popover-xl-left {
        right: 100%;
    }
    .course-popover-trigger .course-popover-xl-right {
        left: 100%;
    }
}

.course-popover-trigger .course-popover .arrow,
.course-popover-trigger .course-popover .arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: -1;
    top: calc(50% - 4px);
}

.course-popover-trigger .course-popover .arrow::before {
    content: "";
    transform: rotate(45deg);
    background: white;
}

.course-popover-trigger .course-popover-left>.arrow {
    right: -4px;
}

.course-popover-trigger .course-popover-right>.arrow {
    left: -4px;
}

.course-popover-trigger .course-popover-left>.arrow::before {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.course-popover-trigger .course-popover-right>.arrow::before {
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.course-popover-trigger-hover:hover .course-popover {
    display: block;
}


/* .owl-carousel {
  .owl-stage {
    .owl-item.active + .owl-item.active {
      .card {
        background: red;
      }

      .course-popover {
        right: 100% !important;
        left: auto !important;
      }
    }
  }
} */


/* CALL ME */

.call-me {
    /* padding: 24px 19px; */
    margin-right: 0px;
    width: 60px;
    height: 60px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    position: fixed;
    right: 0;
    bottom: 15vh;
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    transition: max-width 0.3s, width 0.3s, height 0.3s, min-height 0.3s;
    overflow: hidden;
}
.call-me.open .call-me-btn{
    width: 65px !important;
    height: 63px !important;
}
.call-me-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    cursor: pointer;
}

.call-me-content {
    display: none;
    opacity: 0;
    transition: opacify 3s;
    transition-delay: 3s;
}

.call-me .icon-open {
    display: none;
}

.call-me-btn .fa-stack.fa-stack-1x:before {
    content: "\F879";
}

.call-me.open {
    width: 350px;
    height: 186px;
}
/* .call-me.open {
    width: 455px;
    height: 280px;
} */
.call-me.open .call-me-content {
    display: block;
    opacity: 1;
}

.call-me.open .call-me-btn .fa-stack.fa-stack-1x:before {
    content: "\F00D";
}

.call-me.open .icon-close {
    display: none;
}

.call-me.open .icon-open {
    display: block;
}

.back-to-top {
    position: fixed;
    bottom: 6vh;
    z-index: 99;
    right: 1vw;
    background-color: #007bff;
    transform: rotate(45deg);
    display: inline-block;
    width: 30px;
    border-radius: 5px;
    height: 30px;
    cursor: pointer;
    display: block !important;
}
.back-to-top a{
    padding: 6px 4px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#form-call-request .is-invalid~.invalid-feedback{
    color: #f597a0 !important;
    font-weight: 600;
    margin-right: 20px;
    text-align: right;
}
.back-to-top .arrow-up {
    border-radius: 8px;
    color: #fff;
    transform: rotate(-45deg);
    /* margin: 0.8rem 0.8rem 0.8rem 0.8rem; */
}

.nav-tabs a.active h5 {
    background-color: #f58457 !important;
    color: white !important;
}

.nav-tabs a {
    text-decoration: none;
}

.nav-tabs {
    border-bottom: solid 2px #f58457;
}


/*
* ==========================================
* LOGIN
* ==========================================
*/

@media (min-width: 576px) {
    .modal-login {
        max-width: 360px;
    }
}


/*
* ==========================================
* STUDENT Testimonial
* ==========================================
*/

@media (max-width: 991.98px) {
    .student-testimonial-section {
        background-color: #f58457;
    }
}

.card-student-testimonial-image,
.card-student-testimonial-image img,
.card-student-testimonial-image::before {
    height: 200px;
    width: 200px;
    border-radius: 10px;
}

.card-student-testimonial-image {
    margin: 40px;
    position: relative;
}

.card-student-testimonial-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(12deg);
    background-color: rgba(59, 52, 133, 0.2);
    z-index: -1;
}

.diamond-background {
    position: relative;
    overflow: hidden;
}

.diamond-background::before,
.diamond-background::after {
    content: "";
    position: absolute;
    top: calc(50% - 90px);
    height: 150px;
    width: 150px;
    border-radius: 22px;
    background-color: #f79872;
    z-index: -1;
    opacity: 0.5;
}

.diamond-background::before {
    left: 7%;
    transform: rotate(35deg);
    opacity: 0.09;
}

.diamond-background::after {
    right: 3%;
    transform: rotate(139deg);
    opacity: 0.5;
}


/*
* ==========================================
* STUDENT PROFILE
* ==========================================
*/

.student-profile .student-profile-menu-content {
    margin-top: 80px;
}

.student-profile .student-profile-menu-image-container {
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -80px;
}

.student-profile .student-profile-menu-image-container img {
    border-radius: 10px;
    padding: 0;
}

.student-profile .student-profile-menu .list-group {
    border: none;
}

.student-profile .student-profile-menu .list-group .list-group-item {
    border: none;
    padding-left: 42px;
}

@media (min-width: 768px) {
    .student-profile .student-profile-menu {
        width: 280px;
    }
}


/*
* ==========================================
* STUDENT DASHBOARD
* ==========================================
*/

.student-dashboard .student-dashboard-menu-content {
    margin-top: 80px;
}

.student-dashboard .student-dashboard-menu-image-container {
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -80px;
}

.student-dashboard .student-dashboard-menu-image-container img {
    border-radius: 10px;
    padding: 0;
}

.student-dashboard .student-dashboard-menu .list-group {
    border: none;
}

.student-dashboard .student-dashboard-menu .list-group .list-group-item {
    border-radius: 0;
    border: none;
    border-right: 10px solid rgba(245, 132, 87, 0);
    padding-left: 42px;
}

.student-dashboard .student-dashboard-menu .list-group .list-group-item.active {
    z-index: -1;
    color: #f58457;
    background-color: #fff;
    border-right: 10px solid #f58457;
}

.student-dashboard .student-chapters-accordion .card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border: none;
}

.student-dashboard .student-notes-accordion .card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: none;
}

.student-dashboard .student-questions-accordion .card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: none;
}

@media (min-width: 768px) {
    .student-dashboard .student-dashboard-menu {
        width: 280px;
    }
}


/*
* ==========================================
* CART
* ==========================================
*/

.cart .left-space {
    margin-left: 5% !important;
}

.cart .rating {
    font-size: 12px;
}

.cart .cart-list {
    margin-left: 40px;
}

.cart .student-profile-menu-content a:hover {
    text-decoration: none !important;
}

.cart .bg-diamond .cart-diamond {
    height: 200px;
    width: 200px;
    border-radius: 17px;
    background-color: #f79872;
    transform: rotate(46deg) scale(1.2);
    margin-top: 39%;
    margin-left: -71%;
}

.cart .bg-diamond .recommendation-diamond {
    border-radius: 22px;
    background-color: #f79872;
    transform: rotate(145deg) scale(0.95);
    margin-left: 80px;
}

.cart .bg-diamond .checkout-diamond {
    height: 400px !important;
    width: 400px !important;
    border-radius: 22px;
    background-color: #f79872;
    transform: rotate(45deg) scale(0.75);
    margin-top: 22%;
    margin-left: -48%;
}

.cart .empty h3 {
    padding: 20px;
}

@media (min-width: 576px) {
    .cart .empty {
        padding: 50px;
    }
}

@media (min-width: 768px) {
    .cart .empty {
        padding: 100px;
    }
}

@media (min-width: 768px) {
    .cart .cart-right-area {
        width: 310px;
        height: 190px;
        margin-left: 40px;
        background-color: white;
        padding-right: 0px !important;
    }
}


/*
* ==========================================
* ORDER
* ==========================================
*/

.orders .rating {
    font-size: 12px;
}

.orders p {
    margin-bottom: 5px;
}

.orders .divider {
    border-top: 2px solid;
}

.orders .orders-right-area {
    width: 400px !important;
    margin-top: 95px !important;
}

@media (max-width: 1199.98px) {
    .orders .orders-right-area {
        width: 310px;
    }
}

.orders .order-success {
    min-height: 460px;
}

.orders .associate-order {
    min-height: 490px;
    padding-top: 130px;
}

.min-width {
    min-height: 520px !important;
    padding-top: 150px !important;
}


/*
* ==========================================
* AGENT ORDER
* ==========================================
*/

.agent-order .t-br {
    border-right: 1px solid red;
}

.agent-order .student-profile-menu-content {
    margin-top: 80px;
}

.agent-order .student-profile-menu-image-container {
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -80px;
}

.agent-order .student-profile-menu-image-container img {
    border-radius: 10px;
    padding: 0;
}

.agent-order .student-profile-menu .list-group {
    border: none;
}

.agent-order .student-profile-menu .list-group .list-group-item {
    border: none;
    padding-left: 42px;
}

.agent-order .student-profile-menu .list-group a {
    text-decoration: none;
}

.agent-order .student-profile-menu .list-group .active a {
    color: white;
}

@media (min-width: 768px) {
    .agent-order .student-profile-menu {
        width: 280px;
    }
}


/*
* ==========================================
* COURSE LIST
* ==========================================
*/

.course-list {
    min-height: 600px;
}

.course-list .nav-pills .nav-link {
    border-radius: 0;
}

.course-list .nav-item {
    width: 50%;
    text-align: center;
    border-bottom: solid 5px;
}

.course-list .nav-link {
    font-size: 25px;
}

.course-list a .card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border: none;
}


/*
* ==========================================
* CONSUMPTION
* ==========================================
*/

.consumption .nav-pills .nav-link {
    border-radius: 0;
}

.consumption .nav-item {
    width: 30%;
    text-align: center;
    border-bottom: solid 5px;
}

.consumption .nav-link {
    font-size: 20px;
}

.consumption .subject-heading {
    border-radius: 5px;
    box-shadow: 0 12px 11px -11px rgba(0, 0, 0, 0.4);
    background-color: #796cfc;
    color: white;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .consumption .consumption-right-area {
        width: 410px;
    }
}


/*
* ==========================================
* STATIC PAGES
* ==========================================
*/

.static-pages .static-page-container-content {
    margin-top: 80px;
}

.static-pages .static-page-container .list-group {
    border: none;
}

.static-pages .static-page-container .list-group .list-group-item {
    border: none;
}

@media (min-width: 768px) {
    .static-pages .static-page-container {
        width: 280px;
    }
}


/*
* ==========================================
* AGENT COMMISSION
* ==========================================
*/

.agent-commission .t-br {
    border-right: 1px solid red;
}

.agent-commission .student-profile-menu-content {
    margin-top: 80px;
}

.agent-commission .student-profile-menu-image-container {
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -80px;
}

.agent-commission .student-profile-menu-image-container img {
    border-radius: 10px;
    padding: 0;
}

.agent-commission .student-profile-menu .list-group {
    border: none;
}

.agent-commission .student-profile-menu .list-group .list-group-item {
    border: none;
    padding-left: 42px;
}


/*
* ==========================================
* PROFESSOR PROFILE
* ==========================================
*/

@media (max-width: 1300px) and (min-width: 1200px) {
    iframe {
        height: 190px;
        width: 345px;
    }
}

@media (max-width: 991.98px) {
    iframe {
        height: auto;
        width: 100%;
    }
}

.professor-profile .professor-profile-menu-content {
    margin-top: 80px;
}

.professor-profile .professor-profile-menu-image-container {
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -80px;
}

.professor-profile .professor-profile-menu-image-container img {
    border-radius: 10px;
    padding: 0;
}

.professor-profile .professor-profile-menu .list-group {
    border: none;
}

.professor-profile .professor-profile-menu .list-group .list-group-item {
    border: none;
    padding-left: 30px;
}

.professor-profile-image,
.professor-profile-image img,
.professor-profile-image::before {
    height: 100px;
    width: 100px;
    border-radius: 10px;
}

.professor-profile-image {
    position: relative;
}

.professor-profile-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(12deg);
    background-color: rgba(59, 52, 133, 0.2);
    z-index: -1;
}

@media (min-width: 768px) {
    .professor-profile .professor-profile-menu {
        width: 280px;
    }
}

.no-border-top {
    border-top: solid 1px #fff !important;
}

.no-border-left {
    border-left: solid 1px #fff !important;
}

.no-border-right {
    border-right: solid 1px #fff !important;
}

.table-gray {
    background-color: #f4f4f4;
}

.the_wheel {
    background-image: url("../images/wheel_back.png");
}

.custom-package {
    font-size: 30px;
}
    /* @media (max-width: 1366px){
    #flex_div{
        flex-wrap: nowrap !important;
        gap: 10px;
    }
    #flex_div .professor-profile-menu{
        width: max-content !important;
    }
    }
    @media (min-width:300px) and (max-width:950px){

    } */