@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* font-family: "Montserrat", sans-serif; */


/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat';
    color: #393939;
    overflow-x: hidden;
    background: #f4f4f4;
}

a {
    text-decoration: none;
    color: #000000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

@font-face {
    font-family: 'BlenderPro';
    src: url('../fonts/BlenderPro-Book.eot');
    src: url('../fonts/BlenderPro-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlenderPro-Book.woff2') format('woff2'),
        url('../fonts/BlenderPro-Book.woff') format('woff'),
        url('../fonts/BlenderPro-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
    line-height: 25px;
    margin: 0 0 20px;
}


/***** Font Files *****/

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Cutmark';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Rajdhani';
    font-size: 42px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h3 {
    font-family: 'BlenderPro-Medium';
    font-size: 21px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h4 {
    font-family: 'BlenderPro-Medium';
    font-size: 24px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Cutmark';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Sidebar SEction Start */

.dashboard_page-box {
    background: #fff;
    position: relative;
    z-index: 9;
}

section.side_bar {
    height: 100%;
    position: relative;
    z-index: 1;
    background: #f4f4f4;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 2vh;
    height: 100%;
}

.side-bar-logo {
    text-align: center;
    /* border-bottom: 1px solid #fff; */
    /* background: #fff; */
    padding: 18px 0px;
}

.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}

.side-bar-profile {
    text-align: center;
    padding: 20px 0;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    object-fit: cover;
}

.side-bar-profile h5 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

ul.slidebar_menu a {
    font-size: 14px;
    text-transform: uppercase;
    color: #726c6c;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 18px 0 18px 10px;
    border-bottom: 1px solid #bababa;
    width: 100%;
    /* height: 70px; */
    font-weight: 900;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
    position: relative;
    z-index: 1;
}

ul.slidebar_menu li:last-child a {
    border: 0;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    border-color: #273280;
    color: #0d1321;
}

ul.slidebar_menu a img {
    transition: .2s all;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 7px;
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(611%) hue-rotate(142deg) brightness(87%) contrast(89%);
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    filter: revert;
}

.side-bar-logout-box a {
    background: #03101e;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    letter-spacing: 1px;
}

.side-bar-logout-box a i {
    font-size: 18px;
    font-weight: 600;
}

.dashbord-right-box {
    background: #f4f4f4;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.subchild {
    display: none;
    margin-left: 20px;
    position: relative;
}

.slidebar_menu li:hover>.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild a {
    justify-content: center;
}

li.list-item {
    /* position: relative; */
}

.header-profile {
    background: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 30px 0 30px;
    margin: 0 0 20px 0;
}

.header-search a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7c7c7c;
}

ul.header-profile-list i {
    font-size: 18px;
    color: #0d1321;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

.header-profile img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 0 10px;
}

.header-profile h5 {
    font-size: 14px;
    line-height: 10px;
    color: #141414;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.header-profile span {
    color: #0d1321;
    font-family: 'Montserrat';
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.slidebar_menu {
    /* border: 1px solid #000; */
    border-radius: 20px;
    margin: 0;
    box-shadow: 0px 0px 0px 0px #d7d7d7;
    padding-top: 0;
    position: relative;
    background: #fff;
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

.side-bar-list {
    padding: 0 20px;
}

li.list-item a {
    border-bottom: 0;
}

.slidebar_menu i.fa-solid.fa-angle-down.rotate {
    transform: rotate(180deg);
}

.slidebar_menu i {
    transition: .3s all;
}


/* Sidebar SEction End */


/*  Header Nav Bar Start */

.search-nav {
    background: #f4f4f4;
    position: relative;
    z-index: 1;
    padding: 15px 30px 15px 30px;
    margin-bottom: 0;
    /* border-left: 1px solid #e9e9eb; */
}

.header-search button {
    width: 60px;
    height: 45px;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header-search input {
    width: 80%;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 7px;
    height: 60px;
    padding-left: 50px;
    font-family: 'Montserrat';
    background: transparent;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 0;
    margin-right: 20px;
}

a.mailbox i {
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 1;
    /* border: 1px solid #e7e7e7; */
    /* width: 40px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.notift-icon span,
a.mailbox span {
    width: 10px;
    height: 10px;
    background: #0d1321;
    padding: 1px;
    position: absolute;
    top: 11px;
    right: 9px;
    border-radius: 10px;
    z-index: 1;
    border: 2px solid #fff;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 15px;
    align-items: center;
}

.user-profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
    z-index: 9999;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #0d1321;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #dedede;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    width: 230px;
    background: #0d1321;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #FFF;
    box-shadow: 1px 1px 20px 0 #0000006e;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    z-index: 99999;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #dedede;
    color: #000;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

.notification-dropdown-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-dropdown-btns a {
    font-size: 10px;
    color: #000000;
    text-transform: uppercase;
    background: #dedede;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #000;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #0d1321;
    color: #fff;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 70px;
    width: 200px;
    background: #0d1321;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
    border: 1px solid #FFF;
    box-shadow: 1px 1px 20px 0 #0000006e;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #dedede;
    color: #000;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #777777;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    width: 80%;
}


/* Profile Box */

ul.slidebar_menu a i {
    position: absolute;
    right: 15px;
}

ul.sub-menu {
    padding-left: 40px;
    padding-bottom: 10px;
    padding: 0;
}

ul.sub-menu li a {
    padding: 10px 0 10px 20px;
    border: 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #000;
}

.logout-button {
    margin-top: 75px;
    margin-bottom: 14px;
}

.logout-button a {
    background: #0d1321;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}


/* Page Content */

.dashboar_page-content {
    background: #ffffff;
    border-radius: 20px;
    margin: 20px;
    padding: 20px;
}


/*Notification Start*/

.notification-txt ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d5d5d5;
    padding: 20px;
    margin: 0 0 10px;
    border-radius: 5px;
}

.notification-txt ul li h6 {
    font-size: 16px;
    font-family: 'Montserrat';
    margin: 0;
    color: #666666;
}

.notification-txt ul li h6 span {
    color: #256c42;
}

.notification-txt ul li h6 i {
    font-size: 16px;
    color: #256c42;
    margin-right: 10px;
}

.notification-txt ul li h5 {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #256c42;
    margin: 0;
}

.notification-txt ul li i:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0fff6;
    color: #256c42;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #8b8b8b;
}


/*Notification Start*/


/* Home Page Start */

.welcome-box {
    background-image: url(../images/dashboard-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 300px -100px;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.welcome-box::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(20, 10, 45, 1) 30%, rgba(0, 0, 0, 0.37) 70%);
}

.welcome-text h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}

.welcome-text p {
    font-size: 12px;
    color: #d6d5d5;
    width: 50%;
    line-height: 20px;
}

.btn-1 {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    background: #2e1f57;
    padding: 10px 16px;
    display: inline-flex;
    border-radius: 5px;
    border: 1px solid #fff;
}

.btn-1:hover {
    background: #0d1321;
    color: #fff;
}

ul.category-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}

ul.category-list li {
    width: 31%;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 10px;
}

.home-page {
    background: transparent;
    padding-bottom: 0;
    z-index: 0;
    position: relative;
}

.catg-imag {
    width: 60px;
    height: 60px;
    background: #f8f8f8;
    display: grid;
    place-content: center;
    border-radius: 5px;
}

.catg-text {
    width: 70%;
}

.catg-imag img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}

.catg-text h5 {
    font-size: 13px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin: 0;
    font-weight: 600;
}

.catg-text p {
    font-size: 12px;
    color: #959595;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
}

.course-content {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 25px;
    padding-right: 0;
}


/* width */

.course-content::-webkit-scrollbar {
    width: 8px;
    background: #0d1321;
    margin: 2px;
    border-radius: 10px;
}


/* Track */

.course-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #0d1321;
    border-radius: 10px;
}


/* Handle */

.course-content::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #0d1321;
}


/* Handle on hover */

.course-content::-webkit-scrollbar-thumb:hover {
    background: #fff;
    border-radius: 10px;
}

.theme-bg {
    background: #fff;
    border-radius: 20px;
    padding-bottom: 50px;
}

.course-title {
    padding: 25px 5px;
    border-bottom: 1px solid #e7e7e7;
}

.title-head {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.course-box {
    background: #f8f8f8;
    padding: 40px 40px;
    border-radius: 10px;
    margin: 10px 20px;
    /* box-shadow: 0 0 20px 0px #0000000a; */
}

.course-name {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 5px;
    flex-direction: column;
    margin: 0 0 0 20px;
}

.course-name h3 {
    font-size: 13px;
    color: #000000;
    font-family: 'BlenderPro-Medium';
    margin: 0 0 5px;
    /* font-weight: 600; */
}

.course-name span {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    font-family: 'BlenderPro-Medium';
}

.course-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.course-btns a {
    font-size: 13px;
    color: #0d1321;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
    border: 1px solid #0d1321;
    padding: 2px 13px;
    border-radius: 5px;
    transition: .3s all;
}

.course-btns a:hover {
    background: #0d1321;
    color: #fff;
}

.hm-profile-box {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}

.hm-profile-box img.prf-bg {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.hm-profile-image {
    width: 120px;
    height: 120px;
    margin: -50px auto 10px;
    background: #ffffff;
    position: relative;
    border-radius: 350px;
    overflow: hidden;
    padding: 10px;
    display: grid;
    place-content: center;
    z-index: 2;
}

.hm-profile-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 70px;
}

.hm-profile-image span {
    font-size: 10px;
    color: #fff;
    background: #0d1321;
    width: fit-content;
    margin: 0 auto;
    line-height: 15px;
    padding: 0 4px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hm-profile-image::before {
    position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #989898;
    border-radius: 150px;
}

.hm-profile-detail h4 {
    font-size: 21px;
    color: #0c0c0c;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.hm-profile-detail p {
    font-size: 10px;
    color: #0c0c0c;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

ul.hm-prof-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

ul.hm-prof-list i {
    font-size: 7px;
    color: #0d1321;
}

ul.hm-prof-list h6 {
    font-size: 12px;
    color: #141414;
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: 600;
}

ul.hm-prof-list {
    margin: 10px 0 0;
}

.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ccc;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 4px;
    width: 7px;
    height: 7px;
    background: #0d1321;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #0d1321;
}

.timeline-item label {
    display: block;
    cursor: pointer;
}

.timeline-item input[type="radio"] {
    display: none;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card {
    background-color: #0d1321;
    color: white;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card * {
    color: #fff !important;
    /* font-size: 11px; */
    /* line-height: 20px; */
}

.timeline-item input[type="radio"]:checked+.timeline-item-card i {
    color: #000 !important;
}

.timeline-item-card {
    padding: 20px 15px;
    border-radius: 7px;
    background: #f6f6f6;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card p {
    color: #fff;
}

html .timeline-item-card small i {
    background: #fadfad;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    opacity: 0;
}

.timeline-item-card small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    text-transform: uppercase;
}

.result-status-box {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    margin-top: 20px;
    padding-left: 0;
}

h6.mb-0.text-muted {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.timeline h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.timeline-item span {
    font-size: 12px;
}

.timeline-item-card p {
    font-size: 11px;
    line-height: 20px;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card i.fa-solid.fa-check {
    opacity: 1;
}

.result-status-box h2 {
    padding: 10px 0 30px 20px;
}


/* Home Page End */


/* Account Page Start */

.tab-content {
    padding: 25px;
}

.setting-main-all form label {
    font-size: 14px;
    color: #171717;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    margin: 0;
}

.setting-main-all form input,
.setting-main-all form select {
    width: 100%;
    border-width: 1px;
    border-color: rgb(4 4 4 / 24%);
    border-style: solid;
    border-radius: 5px;
    background: unset;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
    color: #8c8c8c;
    font-size: 13px;
    -webkit-appearance: auto;
}

.setting-main-all form input::placeholder {
    text-transform: uppercase;
}

.pofile-chg-box {
    padding: 0 20px;
    position: relative;
    z-index: 0;
}

.pofile-chg-box-image {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: fit-content;
}


.pofile-chg-box-image img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #fff;
}

.pofile-chg-box button {
    border-width: 1px;
    border-color: rgb(54, 54, 54);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(29 29 29 / 0%);
    color: #434343;
    height: 43px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 50px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.prf-input h2 {
    font-size: 20px;
}


/* Account Page End */


/* Order History Page Start */

.order-history-table {
    padding: 20px;
}

.order-history-table thead {
    background: #0d1321;
    border-radius: 10px !important;
}

.order-history-table thead>tr>th:last-child {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    /* text-align: center; */
}

.order-history-table thead>tr>th:first-child {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.order-history-table .table-responsive th {
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;
    font-family: 'BlenderPro-Medium';
    padding: 12px 25px;
}

.order-history-table .table-responsive td {
    font-size: 18px;
    color: #000000;
    font-family: 'BlenderPro-Medium';
    padding: 12px 25px;
    vertical-align: middle;
}

.order-history-table .table-responsive button {
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    padding: 7px 30px;
    border-radius: 5px;
}

.order-history-table tbody>tr>td:last-child {
    width: 240px;
}

button.paid {
    background: #28a745;
    color: #fff;
}

button.pending {
    background: #ffc107;
}


/* Order History Page End */


/* Course Page Start */

.course-page .course-content {
    height: auto;
    padding: initial;
    overflow: visible !important;
}


/* Course Page End */


/* Course Details Page Start */


/* Tabs Start */

.course-detail-page .mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}

.course-detail-page .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateX(15px);
    transition: 0.5s;
    overflow: hidden;
}


/* Tabs End */

.theme-bg.course-det {}

.theme-bg.course-det .row {
    padding: 30px;
}

.cours-tabs-content {
    padding: 20px 20px 60px 20px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    height: 590px;
    overflow-y: scroll;
}

.course-tab-box {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    transition: .5s all;
    cursor: pointer;
}

.course-tab-box h4 {
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.course-btn a {
    font-size: 12px;
    color: #0d1321;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
    border: 1px solid #ffffff;
    padding: 8px 14px;
    border-radius: 5px;
    transition: .3s all;
    background: #fff;
    text-align: center;
}

.course-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c1c1c1;
    display: none;
    margin-top: 10px;
}

.course-btn a:hover {
    background: #0d1321;
    color: #fff;
}

ul.course-test {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    display: none;
}

ul.course-test li {
    width: auto;
    background: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    text-align: center;
    height: auto;
    display: flex;
    margin: 10px 0 0 0;
}

ul.course-test img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    margin: 0 auto 10px;
    display: block;
}

ul.course-test li h5 {
    font-size: 14.75px;
    color: #3b3b3b;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

ul.tbing>li {
    margin: 15px 0;
}

ul.tbing .current .course-tab-box {
    background: #0d1321;
    padding: 30px;
}

ul.tbing .current .course-tab-box h4 {
    color: #fff;
}

ul.tbing .current .course-btn {
    display: flex;
}

ul.tbing .current ul.course-test {
    display: flex;
}

.cours-tabs-content h2 {
    font-size: 42px;
    color: #ffffff;
    background: #0d1321;
    padding: 35px 0;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
}

.cours-tabs-content p {
    font-size: 14px;
    color: #373737;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: left;
}

h4.line-border {
    font-size: 18px;
    color: #313131;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0;
}

h4.line-border::before {
    position: absolute;
    content: '';
    width: 73%;
    height: 1px;
    background: #e7e7e7;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cours-tabs-content span {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

ul.srs-list p {
    font-weight: 600;
}

ul.srs-list {
    margin-bottom: 0;
}

ul.tbing {
    margin: 0;
}


/* Course Details Page End */


/* Mcqs Page Start */

.mcqs-page .course-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mcqs-step-count span {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.mcqs-step-box {
    max-width: 950px;
    margin: 5% auto 0;
    position: relative;
    z-index: 1;
    background: #f4f4f4;
    border-radius: 5px;
}

.mcqs-step-box .step {
    display: none;
}

.mcqs-step-box .step.active {
    display: block;
}

.mcqs-step-box .steps-option {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.mcqs-step-box .option {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.mcqs-step-box .option h4 {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 31.35px;
    color: #313131;
}

.mcqs-step-box .option input[type="radio"] {
    margin-right: 10px;
    accent-color: #0d1321;
}

.mcqs-step-box .option input[type="radio"]:checked+label {
    color: #0d1321;
    font-weight: bold;
}

.mcqs-step-box .step-button {
    margin-top: 0;
    text-align: right;
}

.mcqs-step-box .btn-2 {
    background: #0d1321;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    width: 100px;
    flex-direction: column;
    text-transform: uppercase;
    height: 150px;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 0;
}

.mcqs-step-box .mcqs-step-count {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}

.step-form {
    padding: 0 0 0 0;
}

.span-design span {
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: inline-flex;
    border-radius: 70px;
    margin: -25px 0 0;
}

.span-design {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 0;
}

.step-head {
    padding: 25px 0 25px;
    text-align: center;
    border-bottom: 1px solid #313131;
}

.step-head h3 {
    font-size: 42px;
    color: #313131;
    margin-bottom: 0;
    font-family: 'BlenderPro-Medium';
}

.step-content {
    padding: 50px;
}

.step-content h3 {
    font-size: 40px;
    color: #313131;
    font-family: 'BlenderPro-Medium';
}

.span-design span:before {
    display: none;
}

ul.steps-option label {
    font-size: 18.99px;
    color: #313131;
    font-weight: 500;
}


/* Mcqs Page End */


/* Blanks Page Start */

.blacnks-content p {
    font-size: 19.99px;
    color: #313131;
    font-weight: 500;
    width: 90%;
    line-height: 40px;
    margin: 0;
}

.blacnks-content input {
    width: 100px;
    margin: 0 5px;
    border: 0;
    border-bottom: 1px solid #000;
    height: 25px;
    font-size: 19.99px;
    color: #000;
    font-weight: 600;
    background: transparent;
}


/* Blanks Page End */


/* MCQs Result Page Start */

.progress-container {
    width: 358px;
    height: 358px;
    position: relative;
    margin: 30px auto;
}

.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#0d1321 0deg, #e0e0e0 0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s linear;
}

.progress-value {
    position: absolute;
    font-size: 138px;
    font-weight: 500;
    color: #0d1321;
    font-family: 'BlenderPro-Medium';
}

.circle::before {
    position: absolute;
    content: '';
    width: 99%;
    height: 99%;
    background: #fff;
    border-radius: 500px;
}

.mcqs-bottom-result {
    padding: 30px;
}

.result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #bababa;
}

.filter {
    position: relative;
    z-index: 1;
}

.filter select {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d0cfcf;
    padding: 10px 30px 10px 50px;
    background: #f4f4f4;
    border-radius: 5px;
}

.filter i {
    color: #1c212e;
    margin: 0 -30px 0 0;
    z-index: 1;
    position: relative;
}

.final-result-box {
    padding: 20px;
    background: #f4f4f4;
    border-radius: 10px;
}

.final-result-box h4 {
    font-size: 16px;
    color: #313131;
    font-weight: 600;
}

ul.fnl-reult-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.fnl-reult-list span {
    font-size: 16px;
    color: #313131;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

ul.fnl-reult-list li .fa-circle-dot {
    color: #c2c4c6;
}

ul.fnl-reult-list i {
    font-size: 16px;
}

ul.fnl-reult-list p {
    font-size: 12px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

ul.fnl-reult-list li.red i,
ul.fnl-reult-list li.red p {
    color: #e32f2b;
}

ul.fnl-reult-list li.green i,
ul.fnl-reult-list li.green p {
    color: #02bc7d;
}

ul.fnl-reult-list {
    margin: 0;
}


/* MCQs Result Page End */


/* Blanks Result Page Start */

.blanks-fnl-reult {
    margin: 30px 0;
}

.blanks-fnl-reult p {
    font-size: 14px;
    font-weight: 400;
}

.blanks-fnl-reult input {
    width: 95px;
    border: 0;
    border-bottom: 1px solid #000;
    text-align: center;
    background: transparent;
    margin: 0 2px;
}

input.green {
    color: #02bc7d;
    font-weight: 600;
}

input.red {
    color: #dedede;
    font-weight: 600;
}


/* Blanks Result Page End */


/* Performance Page Start */

.porformance-page-box .dashboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.porformance-page-box .donut-container {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

.porformance-page-box #donutChart {
    max-width: 250px;
    margin: 0 auto;
    height: 250px !important;
}

.porformance-page-box .donut-center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #333;
    bottom: 0;
    margin: auto;
    display: block;
    align-content: center;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    width: 150px;
    height: 150px;
    background: transparent;
    border-radius: 110px;
    box-shadow: 0 0 7px 0px #cfcece52;
    z-index: 0;
}

.porformance-page-box .legend {
    margin-top: 20px;
    text-align: left;
    padding-left: 30px;
}

.porformance-page-box .legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    flex-wrap: wrap;
}

.porformance-page-box .legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.porformance-page-box .analytics {
    width: auto;
}

.porformance-page-box #barChart {
    max-width: 100%;
    height: 280px;
}

.porformance-page-box .chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.porformance-page-box .chart-header h3 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.porformance-page-box .date-picker {
    background: #f3f3f3;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #444;
    font-weight: 600;
    gap: 15px;
}

.porformance-page-box .date-picker img {
    font-style: normal;
}

.circle-chart {
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.graph-box .row {
    align-items: center;
}

.graph-box {
    padding: 100px 20px;
}

.legend-item span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    font-weight: 100;
    margin-top: 15px;
}

.legend-item strong {
    font-size: 27px;
    color: #1c2b3e;
    font-family: 'BlenderPro-Medium';
}

.donut-center span {
    font-size: 27px;
}

/* Performance Page End */



/* New Changes start */
.header-logo a {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    font-family: 'BlenderPro';
    text-transform: uppercase;
    color: #000;
}

.course-box .product {
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    gap: 30px;
    background: transparent;
}

.course-group-img {
    display: flex;
}

.course-group-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.course-view {
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-share i {
    color: #ff6575;
    font-size: 20px;
}

.course-name h4 {
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.product {
    display: flex;
    align-items: center;
}

.course-name p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.course-group {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    justify-content: space-between;
}

.product-content {
    width: 60%;
}

.course-info {
    justify-content: start;
    gap: 30px;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.course-info p {
    margin: 0;
}


.product-img {
    position: relative;
}

.price {
    background: #140a2d;
    position: absolute;
    bottom: 20px;
    right: 20px;
    min-width: auto;
    padding: 4px 25px;
    border-radius: 10px;
}

.price h3.free-color {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.hero-buttons a {
    display: flex;
    gap: 10px;
}

.hero-btn {
    text-transform: uppercase;
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-btn span {
    text-transform: uppercase;
}

.hero-btn-primary {
    background-color: #0d1321;
    color: #fff;
}

.hero-btn-icon {
    padding: 12px 12px;
    background-color: #0d1321;
    color: #fff;
}

.hero-btn-outline {
    background-color: transparent;
    color: #a0a4aa;
    border: 2px solid #a0a4aa;
    cursor: not-allowed;
}

.hero-btn-outline-icon {
    background-color: transparent;
    color: #a0a4aa;
    border: 2px solid #a0a4aa;
    padding: 10px 14px;
}

.hero-btn img {
    width: 30px;
    height: 20px;
    object-fit: contain;
}

.product-img img {
    height: 240px;
    border: 3px solid;
    border-radius: 10px;
    object-fit: cover;
}

span.text-muted i {
    color: #ffbc34 !important;
}

.course-view.d-flex.align-items-center {
    gap: 10px;
}

.rating-img {
    gap: 10px;
    display: flex;
}

ul.notification-messages-list li:hover h6 {
    color: #000;
}

ul.notification-messages-list li:hover span {
    color: #000;
}

.product-content h3 {
    font-size: 30px;
}


input[type="radio"]+label span {
    transition: background .2s,
        transform .2s;
}

input[type="radio"]+label span:hover,
input[type="radio"]+label:hover span {
    transform: scale(1.2);
}

input[type="radio"]:checked+label span {
    background-color: #1F9D55;
    box-shadow: 0px 0px 0px 2px white inset;
}

input[type="radio"]:checked+label {
    color: #1F9D55;
}

ul.sub-menu li a::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #000;
    content:
        '';
    border-radius: 50%;
}

ul.sub-menu li:last-child a {
    border-bottom: 1px solid #000;
}

.dashbord-right-box {
    position: relative;
    z-index: 0;
}




.settings-menu-links .nav-tabs.menu-tabs {
    border: none;
    margin-bottom: 20px;
    margin-top: 20px
}

.nav-tabs.menu-tabs .nav-item {
    padding-right: 10px;
    margin-bottom: 10px;
    display: inline-block
}

.nav-tabs.menu-tabs .nav-item.active .nav-link {
    color: #fff;
    background: #0d1321;
}

.nav-tabs.menu-tabs .nav-link {
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    background: 0 0;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000;
    background: #f4f4f4;
}

.card .card-header .card-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'BlenderPro-Medium';
}

.card .card-header {
    background-color: rgba(255, 255, 255, .1);
    border: 0;
    font-size: 16px;
    line-height: 30px;
    padding: 15px;
}

.form-control {
    box-shadow: none;
    padding: 10px 15px;
    font-size: 14px;
    min-height: 45px;
    border: 2px solid rgba(46, 55, 164, .1);
    border-radius: 10px;
    appearance: auto;
}

.star-red {
    color: red;
}

.settings-form .input-block label {
    margin-bottom: 10px;
    font-size: 13px;
}

.input-block {
    margin-bottom: 20px;
}

.card {
    border: navajowhite;
}

.form-control:disabled,
.form-control:read-only {
    background-color: transparent;
    opacity: 1;
}

button.theme-btn {
    border: navajowhite;
    background: transparent;
}

.mcqs-step-box .option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 16px;
    height: 16px;
    border: 2px solid #0d1321;
    margin-right: 10px;
    cursor: pointer;

    border-radius: 2px;
    /* Small value or 0 to make it square */
    background-color: white;
    position: relative;
}

.mcqs-step-box .option input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #0d1321;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course-det-title h3 {
    margin: 20px 0 20px 0;
    font-size: 32px;
}

.assignment-form {
    font-family: Arial, sans-serif;
    color: #333;
}

.assignment-form h2 {
    font-size: 22px;
    margin-bottom: 8px;
}

.assignment-form__author,
.assignment-form__points,
.assignment-form__due {
    font-size: 14px;
    margin: 2px 0;
    color: #555;
    font-weight: 700;
}

.assignment-form__due {
    font-weight: bold;
    color: #333;
}

.assignment-form__body p,
.assignment-form__body ul {
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 400;
}

.assignment-form__body ul {
    padding-left: 20px;
}

.assignment-form__actions {
    margin-top: 20px;
}

.assignment-form__sidebar {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.assignment-form__work-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 12px;
}

.assignment-form__status {
    color: green;
}

.assignment-form__upload-label {
    display: block;
    background-color: white;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #0d1321;
    font-weight: 600;
}

.assignment-form__upload-label:hover {
    background-color: #f2f2f2;
}

.assignment-form__upload-input {
    display: none;
}

.assignment-form__mark-done {
    width: 100%;
    padding: 10px;
    background: #0d1321;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.assignment-form__mark-done:hover {
    background: #0d1321;
}

.assignment-form__commentbox {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    margin-top: 20px;
}

.assignment-form__commentbox a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 700;
}

.assignment-form__commentbox a:hover {
    text-decoration: underline;
}



.assignment-form__submitted-file {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    background-color: #fafafa;
    max-width: 250px;
}

.assignment-form__file-preview {
    display: flex;
    align-items: center;
    gap: 12px;
}

.assignment-form__file-thumb {
    width: 50px;
    height: 60px;
    background: url('../images/google-docs.png') no-repeat center;
    background-size: contain;
    /* border-right: 1px solid #ccc; */
    padding-right: 0px;
    margin-right: 10px;
}

.assignment-form__file-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.assignment-form__file-name {
    color: #1a73e8;
    font-weight: 500;
    text-decoration: underline;
}

.assignment-form__file-name:hover {
    text-decoration: none;
}

.assignment-form__file-type {
    color: #777;
    font-size: 13px;
    margin-top: 2px;
}

.cours-tabs-content p b {
    color: #000;
}


.scrollbar {
    margin-left: 30px;
    float: unset;
    width: 96%;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

ul.course-list li p {
    margin: 0 0 8px 0;
}

ul.course-list {
    margin: 0 0 30px 0;
}

ul.course-list li {
    position: relative;
    z-index: 1;
    padding: 0 0 0 20px;
}

ul.course-list li::before {
    background: #0d1321;
    height: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    content: '';
    left: 0;
    border-radius: 50%;
}

.lesson-btn.active {
    background-color: #0d1321;
    color: white;
}

.cours-tabs-content h3 {
    text-align: center;
    margin: 20px 0;
}

/* faq's css */
.main-accordion .accordion-item {
    margin: 20px 0;
    padding: 20px 20px;
    border-radius: 5px !important;
    background: #0d1321;
}

.main-accordion .accordion-item h6 {
    margin: 0;
    color: #a9a9a9;
}

.main-accordion .accordion-button {
    border-radius: 5px !important;
    padding: 0 0;
}

.main-accordion .accordion-body {
    padding: 0 0;
}

.main-accordion .accordion-body p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    margin: 0 0 6px;
}



.main-accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0000;
    box-shadow: unset;
}

.main-accordion .accordion-button:focus {
    border-color: #0000;
    box-shadow: unset;
}


.main-accordion .accordion-button::after {
    content: "\2b";
    background-image: none;
    font-size: 18px;
    width: auto;
    height: auto;
    color: #fff;
    font-family: 'FontAwesome';
}

.main-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background-image: none;
    font-size: 10px;
    width: auto;
    height: auto;
    color: #ffffff;
    font-family: 'FontAwesome';
}

.main-accordion h2 {
    padding: 0;
    background: transparent;
    margin: 0 0 10px 0;
}


.strongly-disagree {
    background-color: #00796B !important;
    /* Teal */
    color: #fff;
}

.disagree {
    background-color: #3F51B5 !important;
    /* Blue */
    color: #fff;
}

.neutral {
    background-color: #FBC02D !important;
    /* Yellow */
    color: #000;
}

.agree {
    background-color: #FF7043 !important;
    /* Orange */
    color: #fff;
}

.strongly-agree {
    background-color: #388E3C !important;
    /* Green */
    color: #fff;
}

.main-accordion .accordion-button {
    background: transparent;
    color: inherit;
    font-weight: bold;
}

.main-accordion .accordion-body {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}

.accordion-button::after {
    color: inherit;
}

img.module {
    margin: 10px 0 20px 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

img.proffes {
    width: 100%;
    height: 300px;
    object-fit: contain;
}


.rating-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
    margin: 20px auto;
}

.rating-option label {
    display: flex;
    align-items: center;
    padding: 16px;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid transparent;
}

.rating-option:hover label {
    border-color: #000;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+label {
    background-color: #000;
    color: #fff;
}


.cours-tabs-content span {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}

button {
    padding: 0;
    border: navajowhite;
    margin: 10px 0 0 0;
}

.theme-bg.course-det .row {
    padding: 0;
}

.form-control {
    margin: 0 0 20px 0;
}

.content-box.show_box {
    display: block;
}

.content-box {
    display: none;
}

/* New Changes end */