@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;
}

.continue-btn {
    color: white;
    background: #212121;
    border-radius: 100px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-inline: 30px;
    border:none;
}
.back-btn {
    color: black;
    background: #0000000A;
    border-radius: 100px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-inline: 30px;
}

.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);
}

.pending-color {
    color: #FFD966;
}

.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%;
}


.data-div {
    border-radius: 16px;
    background: #F9F9FA;
    padding: 24px;
}

#loader {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    position: fixed;
    backdrop-filter: blur(6px);
}

#loader-section {
    position: fixed;
    width: 39px;
    height: 48px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 6px;
    height: 15px;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 17px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 5px;
    top: 6px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 16px;
    top: 2px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 5px;
    top: 6px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 17px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 5px;
    bottom: 4px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 16px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 5px;
    bottom: 4px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}



@keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}
