@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:wght@400;700&display=swap');

:root {
    --main-color: #7E6AF7;
}

* {
    font-family: 'Rethink Sans', sans-serif;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    main {
        padding-left: 230px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.mb-16 {
    margin-bottom: 16px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-40 {
    font-size: 40px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.p-inline-20 {
    padding-inline: 20px;
}

.text-align-right {
    text-align: right;
}

.active-menu-btn {
    background: rgba(126,106,247,0.12);
}

.active-menu {
    color: var(--main-color) !important;
}

.section-container {
    padding: 0px 40px;
    margin-top: 40px;
}

.bg-white {
    background: white !important;
}

.cursor-pointer {
    cursor: pointer;
}
/* Student Dashboard */
.student-dashboard-section {
    padding: 50px 40px;
}

.text-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.course-progress-bar {
    width: 53px;
    height: 8px;
    background-color: #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.course-progress {
    height: 100%;
    background-color: #7E6AF7;
    border-radius: 10px;
}

.resume-course-btn {
    color: white;
    background: #212121;
    border-radius: 100px;
    height: 34px;
    max-width: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.course-container {
    border-radius: 16px;
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
}

@media (max-width: 768px) {
    .student-home-bg::after {
        left: 0 !important;
        width: 100% !important;
    }
}

.student-home-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 230px;
    width: calc(100% - 230px);
    background: url(/images/sd_home_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    height: 100%;
}

.payment-option {
    padding: 13px 16px;
    border: 0.5px solid #3F3F3F;
    border-radius: 8px;
    max-width: 400px;
}

.checkout-detail-container {
    border-radius: 16px;
    padding: 25px;
    background: white;
    max-width: 400px;
}

@media(max-width: 992px) {
    .col-mt-20 {
        margin-top: 20px !important;
    }
}

@media (max-width: 768px) {
    .student-dashboard-section {
        padding-block: 10px !important;
    }
}

.primary-color {
    color: var(--main-color);
}

.disabled {
    cursor: not-allowed;
    background: #cccccc;
}

@media(max-width:500px) {
    .checkout-section {
        padding: 71px 31px !important;
    }
}

.checkout-section {
    padding: 100px 80px;
    height: 100vh
}


.rotate-wrapper {
    width: 100%;
    height: 100%;
}
