@font-face {
    font-family: "Helvetica Neue Arabic";
    src: url("./helveticaneue-arabic.ttf");
    font-display: swap;
}
html,
body {
    margin: 0;
    color: #222222;
    background-color: #fafbff;
    font-family: "Helvetica Neue Arabic";
}

body {
    color: #222222;
    font-family: "Helvetica Neue Arabic";
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}

.main-logged-menu a {
    padding: 0px 12px;
}

.navbar a {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
}

body .navbar-light .navbar-nav .nav-link {
    color: #161616;
}

.grecaptcha-badge {display: none;}

body .dropdown-toggle::after {
    border-radius: 11px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.45em solid;
    border-right: 0.35em solid transparent;
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    margin-right: 0.7em;
}

.sideBtn {
    display: inline;
    text-decoration: none;
    list-style-type: none;
    float: left;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.inscriptionBtn {
    background: linear-gradient(253.58deg, #ff8a00 1.55%, #ffc000 95.8%);
    border-radius: 35.5px;
    width: 150px;
    height: 40px;
    box-shadow: 0px 4px #c76902;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border: none;
}

#header {
    margin-top: 0% !important;
}

.inscriptionBtn:hover {
    background: #ff8a00;
}

.loginBtn {
    background: white;
    border-radius: 35.5px;
    width: 150px;
    height: 40px;
    box-shadow: 0px 4px #c76902;
    color: #ff8a00;
    font-family: Helvetica Neue LT Arabic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border-color: #ff8a00;
}

.loginBtn:hover {
    background: #eeeeee;
}

.login {
    width: 150px;
    height: 40px;
    cursor: pointer;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #e7b024;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
    border: none;
}

.login:hover {
    opacity: 0.6;
}

.link-header,
.link-header:visited {
    color: black;
    text-decoration: none;
}

.link-header:hover {
    background: linear-gradient(253.58deg, #ffc000 1.55%, #ff8a00 95.8%);
    border-radius: 35.5px;
    min-width: 160px;
    height: 60px;
    color: white;
    box-shadow: 0px 6px 6px 0px #c76902;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #eeeeee;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown {
    margin-bottom: 10px;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #111;
    height: 25%;
    width: 100%;
}

.center-footer {
    display: flex;
    width: 90%;
    margin-left: 10%;
    margin-top: 50px;
    flex-direction: row;
    background-color: #111;
}

.footer_section {
    padding: 40px;
    font-size: 5px;
}

footer li {
    color: white;
    font-size: 13px;
    text-decoration: none;
    padding: 5px;
}

.link-footer {
    color: white;
    text-decoration: none;
}

.link-footer,
.link-footer:visited {
    color: white;
    text-decoration: none;
}

.link-footer:hover {
    color: #ccc;
}

.footer_list_title {
    font-size: 20px;
    line-height: 30px;
    background: -webkit-linear-gradient(#ffb803, #ff7c06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.logo_footer {
    width: 50%;
}

.social_media {
    display: inline;
    list-style-type: none;
    text-align: center;
}

.fa {
    padding: 10px;
    font-size: 10px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa-facebook {
    background: #3b5998;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-twitter {
    background: #55acee;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.bottom_footer {
    color: white;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 20px;
}

.retenir {}

.propriete {}

.theoreme {}

.exemple {}

.astuce {}

.demonstration {}

.application {}

.course {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    box-shadow: 0px 4px #eaeaea;
    margin-bottom: 50px;
}

.test {
    display: flex;
    flex-wrap: wrap;
}

.intro {
    color: #ffb803;
}

.paragraph {
    font-size: 18px;
    line-height: 35px;
    color: #2c2c2c;
}

.numberCircle {
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: #ffb803;
    color: white;
    border: 2px solid #ffb803;
}

.big-s {
    margin-top: 40px;
}

.small_section {
    width: 20px;
    line-height: 20px;
    border-radius: 25%;
    text-align: center;
    display: inline-block;
    background-color: #264cb6;
    color: white;
    border: 2px solid #264cb6;
    font-size: 17px;
    font-weight: normal;
}

.small_section_title {
    font-size: 20px;
    font-weight: bold;
}

.definition {
    padding-top: 20px;
    padding-bottom: 20px;
}

.astuce {
    padding-top: 20px;
    padding-bottom: 20px;
}

.astuce_title {
    color: #ffb803;
    display: flex;
    flex-wrap: wrap;
}

.retenir {
    padding-top: 20px;
    padding-bottom: 20px;
}

.retenir_title {
    color: #ff7c06;
    display: flex;
    flex-wrap: wrap;
}

.shortcode {
    padding-top: 20px;
    padding-bottom: 20px;
}

.shortcode_title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    right: -15px;
}

body .navbar {
    padding: 0;
}

.greyed {
    filter: grayscale(100%);
}

.press img {
    padding: 0px 15px;
}


/*DESKTOP ONLY*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: space-between;
        width: 60%;
    }
    .registergirl {
        display: block !important;
        position: absolute;
        right: 5%;
        max-width: 365px;
        top: 15%;
    }
}

.registergirl {
    display: none;
}

.formSignup {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 30px;
    padding: 25px;
    width: 425px;
    box-shadow: 0px 7px #e7e7e7;
}

.page-template-student_register .container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parent_demo_topbar {
    background-color: orange;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    align-items: center;
}

.phone_parent_demo {
    display: flex;
    align-items: center;
    align-self: center;
    padding: 0 20px;
    font-size: 12px;
}

.phone_icon {
    padding: 0 10px;
}

/* 
    .page-template-student_register header,
    .page-template-student_register footer {
        display: none;
    }
     */

.display_control {
    display: none;
}

#personal_infos_signup {}

#ed_infos_signup {
    padding: 5px;
    text-align: center;
}

.niveau {
    margin: 10px;
    width: 270px;
    height: 45px;
    background: linear-gradient(253.58deg, #ffc000 1.55%, #ff8a00 95.8%);
    box-shadow: 0px 4px #c76902;
    border-radius: 100px;
    font-size: 18px;
    color: white;
    border: none;
}

.filiere {
    margin: 20px;
    width: 270px;
    height: 50px;
    background: linear-gradient(253.58deg, #ffc000 1.55%, #ff8a00 95.8%);
    box-shadow: 0px 4px #c76902;
    border-radius: 100px;
    font-size: 18px;
    color: white;
    border: none;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.signup_text_input {
    border: none;
    border: solid 1px #ccc;
    border-radius: 25px;
    margin: 40px 0px;
    height: 50px;
    text-align: center;
}

.login_in_signup_text_input {
    border: none;
    border: solid 1px #ccc;
    border-radius: 25px;
    margin: 20px 0px;
    height: 50px;
    text-align: center;
}

.form_signup_button {
    width: 166px;
    color: white;
    background-color: #222222;
    border: solid 1px #333;
    border-radius: 25px;
    border: none;
    font-size: large;
    height: 47px;
    box-shadow: 0px 4px #000;
    width: 80%;
    font-family: 'league';
}

.EdBtn {
    display: block;
    text-decoration: none;
    list-style-type: none;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.wrongInput {
    border: solid 1px #dc3545;
}

.notifInput {
    border: solid 1px #ffb803;
}

.error {
    color: rgb(207, 21, 21);
    animation-name: color-change;
    animation-duration: 1s;
}

.errorCard {
    border: solid 1px rgb(207, 21, 21);
    background: rgb(226, 112, 112);
    color: white;
    padding: 20px;
}

.errorCardSection {
    color: rgb(207, 21, 21);
    animation-name: color-change;
    animation-duration: 1s;
}

.notifCardSection {
    color: #ffb803;
    animation-name: color-change;
    animation-duration: 1s;
}

@keyframes color-change {
    from {
        color: #aaa;
    }
    to {
        color: rgb(207, 21, 21);
    }
}

.opacityButton {
    opacity: 0.4;
}

.marginHandler {
    margin: 10px;
}

.ed_form_center {
    text-align: center;
}

@media (min-width: 700px) {
    .inside_form_signup {
        margin-right: 100px;
    }
}

@media (min-width: 800px) {
    .inside_form_signup {
        margin-right: 200px;
    }
}

@media (min-width: 1000px) {
    .inside_form_signup {
        margin-right: 300px;
    }
}

.ancher_log_in {
    text-decoration: none;
    background: -webkit-linear-gradient(#ffb803, #ff7c06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    cursor: pointer;
    /* For the Enter another phone number */
}

.login_in_sign {
    text-align: center;
    font-size: 15px;
    padding: 10px;
    margin-top: 20px;
}

.sidebar_lesson_wrapper {
    display: flex;
    flex-direction: column;
    width: 20%;
    float: left;
    margin-left: 50px;
}

.sidebar_lesson_button {
    background: white;
    color: #f58220;
    box-shadow: 0px 5px #f58220;
    border: 3px solid #f58220;
    border-radius: 50px;
    width: 250px;
    /* margin-left: 50px; */
    margin-bottom: 50px;
    height: 60px;
    text-align: center;
    font-weight: 600;
}

.sidebar_lesson_button i {
    position: relative;
    left: -20px;
    font-size: 20px;
}

.sidebar_lesson {
    background-color: #fff;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0px 6px #e8e9ed;
    margin-bottom: 40px;
}

.sidebar_lesson_title {
    border-left: 4px solid #ffb803;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.lesson-card {
    padding: 30px 20px 1px 20px;
}

.grey_button {
    border-radius: 25px;
    background-color: #ddd;
    color: #222222;
    width: 100%;
    height: 45px;
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    border: none;
    transition-duration: 0.4s;
    cursor: pointer;
}

.grey_button:hover {
    background-color: #222222;
    color: #ddd;
}

.loggout_button {
    border-radius: 25px;
    background-color: #eee;
    color: #ff0050;
    width: 100%;
    height: 45px;
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    border: none;
    transition-duration: 0.4s;
    cursor: pointer;
}

.loggout_button:hover {
    background-color: #ff0050;
    color: #eee;
}

.attention {
    border: 3px solid #ff0050 !important;
    border-radius: 25px !important;
    padding: 10px !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
    margin-top: 80px !important;
}

.attention_title {
    text-align: center;
}

.attention_title p {
    background: white;
    width: 200px;
    margin: auto;
}

.border_shortcode {
    border-right: #ff0050 solid 3px;
    padding-right: 20px;
}

.shortcode svg {
    width: 35px;
    height: 35px;
}

.lesson_main_button_wrapper {
    margin-top: 100px;
}

.lesson_main_button {
    background: linear-gradient(253.58deg, #ffc000 1.55%, #ff8a00 95.8%);
    color: white;
    box-shadow: 0px 5px #f58220;
    border: 3px solid #f58220;
    border-radius: 50px;
    width: 220px;
    /* margin-left: 50px; */
    margin-bottom: 50px;
    height: 60px;
    text-align: center;
    font-weight: 600;
    border: none;
}

/* **************************************  exam card style **********************/


.ui-accordion .ui-accordion-header {
    padding: 2em 2em 2em 2em !important;
	margin-bottom:24px !important;
	/* background-color: white !important; */
}
.exo_corr svg {
	float: right;
	position: relative;
	top: -8px;
	/* padding: 2em 2em 2em 2em !important; */
} 
.normal_session {
    background-color: #ffffff;
    box-shadow: 0px 7px #a2e3db;
}
.rat_session {
    background-color: #ffffff;
    box-shadow: 0px 7px #ffaaaa;
}
.blanc_exam {
	background-color: white;
    box-shadow: 0px 7px #d6c1f0;
}
.red_exam,
.green_exam,
.purple_exam {
	font-size: 14px;
	padding: 2px 10px;
	margin-bottom: 5px;
	border-radius: 50px;
	display: block;
    font-weight: bold;
}
.exam_card .category {
    border: 1px solid #000;
	color: #000;
    font-size: 14px;
	padding: 2px 10px;
	margin-bottom: 5px;
	border-radius: 50px;
	display: block;
    font-weight: bold;
}
.red_exam {
	/*border: 1px solid #ff5a59;*/
	color: #ff5a59;
}
.green_exam {
	/*border: 1px solid #7dd4c8;*/
	color: #7dd4c8;
}
.purple_exam {
	/*border: 1px solid #bfa1e9;*/
	color: #bfa1e9;
}
.exam_card {
    text-align: center;
    border-radius: 30px;
    padding: 25px;
    width: 30%;
    height: auto;
    margin-right: 3%;
    margin-bottom: 4%;
    margin-top: 25px;
}

/* .category {
	font-size: 10px;
	padding: 2px 10px;
	margin-bottom: 5px;
	border: 1px solid #ff5a59;
	border-radius: 50px;
	display: block;
} */

.exam_card .type {
	font-size: 14px;
	margin-bottom: 10px;
	
	margin-bottom: 15px;
}
.year {
	/* font-family: "Montserrat", sans-serif; */
    font-family: 'League';
    font-weight: bolder;
    font-size: 38px;
}
 .country, .city {
	display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    border: none;
    border: solid 0px #f0f0f0;
    border-radius: 20px;
    background-color: #00000012;
    padding: 8px 15px;
    font-size: 10px;
    font-weight: lighter;
 
} 
.country_city {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.country_city .city,
.country_city .country {
	text-transform: capitalize;
	margin-bottom: 5px;
	/* padding-right: 5px; */
}
.exam_card_button {
    background: white;
    color: black;
    box-shadow: 0px 2px black;
    border: 3px solid black;
    border-radius: 50px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 90%;
    padding: 2px;
}
.single-exams .ui-accordion .ui-accordion-content {
    padding: 0;
    border-top: 0;
    overflow: hidden !important;
    border: none;
    text-align: justify;
    height: auto !important;
}
.single-exams .ui-widget {
    font-family: inherit;
}
/* ******************************************************************* */
.exos_wrapper {
    display: flex;
    /* flex-direction: row; */
    flex-flow: row wrap;
    font-size: 12px;
    justify-content: center;
    width: 100%;
}

.exo_card {
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 25px;
    width: 22%;
    height: auto;
    box-shadow: 0px 7px #eaeaea;
    margin-right: 3%;
    margin-bottom: 4%;
    margin-top: 25px;
}

.exo_order {
    font-family: "Montserrat", sans-serif;
    font-weight: bolder;
    font-size: 50px;
}

.exo_card_button {
    background: white;
    color: #f58220;
    box-shadow: 0px 2px #f58220;
    border: 3px solid #f58220;
    border-radius: 50px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 90%;
    padding: 2px;
}

.exo {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fafbff;
}

.quiz {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fafbff;
}

.exo-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 80%;
}


/* .close_exo {
    color: #000;
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-top: -40px;
    margin-left: -20px;
    padding: 1px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px #000;
    border: 2px solid #000;
} */

.close_exo:hover,
.close_exo:focus {
    color: #aaaaaa;
    text-decoration: none;
    cursor: pointer;
}

.exo_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.single-exams .container-xl {
    padding-top: 15px;
}

.exo_long_card {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    height: auto;
    border-radius: 30px;
    text-align: center;
    /* box-shadow: 0px 12px #eaeaea; */
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.07);
}

.exo_long_card_course_title {
    font-weight: bold;
    padding: 10px;
}

.exo_long_card_title {
    margin-top: -20px;
    font-size: 11px;
}

.exo_card_infos {
    background-color: #fff;
    /* box-shadow: 5px 5px 5px 5px rgba(228, 228, 228, 0.58); */
    box-shadow: inset -2px 3px 15px rgba(0, 0, 0, 0.05);
    width: 80%;
    height: 200px;
    text-align: center;
    border-radius: 30px;
    margin-left: 20px;
    padding: 5px;
    margin-bottom: 60px;
}

.all_lesson_page {
    margin-bottom: 50px;
    padding: 0;
}

.exo_wrap {
    margin-top: 50px;
}

.exo_content_enonce {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    /* box-shadow: 0px 12px #eaeaea; */
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 50px;
    font-size: 13px;
}

.enonce_button {
    background: white;
    color: #000;
    box-shadow: 0px 5px #000;
    border: 3px solid #000;
    border-radius: 50px;
    width: 200px;
    margin-bottom: 20px;
    height: 50px;
    text-align: center;
    font-weight: 600;
}

.correction_button {
    background: white;
    color: #f58220;
    box-shadow: 0px 5px #f58220;
    border: 3px solid #f58220;
    border-radius: 50px;
    width: 200px;
    margin-bottom: 20px;
    height: 50px;
    text-align: center;
    font-weight: 600;
}

.correction_button_video {
    background: white;
    color: #3747e4;
    box-shadow: 0px 5px #3747e4;
    border: 3px solid #3747e4;
    border-radius: 50px;
    width: 200px;
    margin-bottom: 20px;
    height: 50px;
    text-align: center;
    font-weight: 600;
    transition-duration: 0.3s;
}

.correction_button_video:hover {
    background: #3747e4;
    color: white;
}

.button_exo_next {
    text-decoration: none;
    color: #ffb803;
    float: left;
    margin-bottom: 20px;
}

.button_exo_next:hover,
.button_exo_next:focus {
    color: #f58220;
    text-decoration: none;
    cursor: pointer;
}

.button_exo_prev {
    text-decoration: none;
    color: #aaa;
    float: left;
    margin-bottom: 20px;
}

.button_exo_prev:hover,
.button_exo_prev:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.is_checked_exos {
    margin-top: -50px;
    float: left;
    margin-left: -40px;
}

.filter_bar {
    margin-top: 50px;
    width: 100%;
}

.filter_dropdown_difficulty {
    background: rgba(245, 130, 32, 0.3);
    color: black;
    border: none;
    border-radius: 25px;
    text-align: center;
    padding: 5px 15px;
}

.filter_dropdown_done_or_not {
    background: #f58220;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 5px;
    text-align: center;
    padding: 5px 15px;
}

.black_button {
    background: white;
    color: black;
    box-shadow: 0px 5px #444;
    border: 3px solid black;
    border-radius: 50px;
    width: 200px;
    /* margin-left: 50px; */
    margin-bottom: 50px;
    height: 55px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    float: right;
}

.black_button i {
    position: relative;
    left: -20px;
    font-size: 20px;
}

#filter_dropdown_list_done_or_not {}

.filter_dropdown_list_class {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    right: 0px;
}

.filter_element_difficulty {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.filter_element_difficulty:hover {
    color: #222;
    background-color: #eeeeee;
}

.filter_done_or_not {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.filter_done_or_not:hover {
    color: #222;
    background-color: #eeeeee;
}

.loading_wrapper {
    margin: auto;
}

.lds-ring {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #f58220;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #f58220 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.intro_bar {
    margin-top: 45px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {}

.video_frame {
    width: 100%;
    border-radius: 25px;
    height: 350px;
}

.sidebar_sommaire_title {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
    font-size: 20px;
}

.video_quizz_svg {
    fill: #a1a1a1;
}

.video_qiz_button {
    background-color: #fff;
    color: #222222;
    width: 100%;
    height: 45px;
    text-align: center;
    font-size: 14px;
    transition-duration: 0.2s;
    cursor: pointer;
    padding: 30px;
}

.video_first_button {
    /* border-bottom: 0.5px solid rgba(63, 63, 63, 0.1); */
    border-radius: 10px 10px 0px 0px;
}

.video_second_button {
    border-radius: 0px 0px 10px 10px;
}

.video_qiz_button:hover {
    background: #ecedff;
    color: #3747e4;
}

.video_qiz_button:hover .video_quizz_svg {
    fill: #303dc1;
}

.module_modify {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 10px;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin-top: 20px;
    background-color: rgba(99, 215, 254, 0.4);
}

.lire_cours_button {
    background: white;
    color: #f58220;
    box-shadow: 0px 5px #f58220;
    border: 3px solid #f58220;
    border-radius: 50px;
    width: 150px;
    margin-bottom: 50px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.ul_header_breadcrumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ul_header_breadcrumbs a {
    list-style-type: none;
    color: #292b2c;
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
}

.ul_header_breadcrumbs a:hover {
    color: grey;
}

.course_card {
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 25px;
    width: 30%;
    box-shadow: 0px 7px #eaeaea;
    margin-right: 3%;
    margin-bottom: 4%;
    margin-top: 25px;
}

.course_cards_wrapper {
    display: flex;
    /* flex-direction: row; */
    flex-flow: row wrap;
    font-size: 12px;
    /* justify-content: center; */
    width: 100%;
    margin-bottom: 150px;
}

.course_card img {
    height: 100px;
    margin-top: -50px;
}

.course_card_name {
    margin-top: 20px;
    font-weight: bold;
    display: block;
    font-size: 20px;
}

.course_card_etudier_button {
    background: white;
    color: black;
    box-shadow: 0px 5px #444;
    border: 3px solid black;
    border-radius: 50px;
    width: 150px;
    margin-top: 10px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.cute_number_course {
    list-style-type: none;
    padding: 10px 10px;
    border-radius: 20px;
    border: none;
    background: #d0d0d0;
    color: #6d6c6c;
    font-size: 11px;
    display: inline-block;
}

.cute_number_course_wrapper {
    padding: 20px;
}

.lesson_page_card {
    border: 1px solid #eaeaea;
    text-decoration: none;
    color: black;
    font-weight: bolder;
}

.progress {
    width: 50px;
    height: 50px;
    background: none;
    position: relative;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.ul_header_breadcrumbs_icon {
    float: left;
    max-width: 120px;
}

.ul_header_breadcrumbs_content {
    float: left;
    padding-left: 20px;
    width: 500px;
}

.ul_header_breadcrumbs_content_title {
    font-size: 30px;
    display: block;
}

.header_breadcrumbs {
    height: 100px;
}


/* classes used by mbark */

.checkout-select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
}

.primary-text-gradient {
    background: -webkit-linear-gradient(#ffb803, #ff7c06);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.payment-option {
    background-color: #fff;
    box-shadow: 0px 3px #e8e9ed;
    border-radius: 10px;
}

.payment-option-icon {
    width: 35px;
}

.disabled-step {
    background: #f2f2f2;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.orange-gradient {
    background: -webkit-linear-gradient(#ffb803, #ff7c06);
    color: white;
}

.selected-payment-option {
    background: -webkit-linear-gradient(#ffb803, #ff7c06);
    box-shadow: 0px 3px #c76902 !important;
    color: white;
}

.CourseIcons {
    height: 120px;
}

.onFocus {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.onFocus:focus {
    border: 2px solid #ffc432;
}

.invalid_submit {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.attempt_verif {
    text-align: center;
}

.ancher_send_phone_code {
    text-decoration: none;
    background: -webkit-linear-gradient(#ffb803, #ff7c06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    /* For the Enter another phone number */
}

.cursor_pointer {
    cursor: pointer;
}

.disabledInput {
    border: 1px solid grey;
    background-color: lightgrey;
    pointer-events: none;
}

.history_sidebar_titles {
    font-size: 12px;
    font-weight: lighter;
}

.history_sidebar_img {
    height: 40px;
}

#LockedUpIcon {
    text-align: center;
}

.history_sidebar_title {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
    font-size: 16px;
    border-bottom: 4px solid #f6a04b;
    color: #f58220;
    max-width: 160px;
    margin: 0 auto 30px auto;
}

.history_title {
    font-weight: bolder;
    font-size: 14px;
}

.history_img {
    top: -3px;
    position: relative;
}

.history-card {
    padding: 30px 20px 1px 20px;
    border-radius: 25px;
    color: black;
}

.history-card:hover {
    background-color: #ddd;
}

.single-sfwd-quiz header {
    display: none;
}

.single-sfwd-quiz footer {
    display: none;
}

.ancher_single_quiz {
    width: 90%;
    text-align: center;
}

.title_bank_account {
    font-size: 20px;
    font-weight: bolder;
}

.language-list {
    position: relative;
    list-style: none;
    display: block;
    margin-bottom: 5px;
}

.subtle-bar {
    width: 100%;
    height: 30px;
    background-color: #DCD5B9;
}

.onboarding_model {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 10px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(232, 244, 248, 0.4);
}

.modal_size {
    height: 500px;
}

.text-style-onboarding {
    display: block;
    background: -webkit-linear-gradient(#FFB803, #FF7C06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.onboarding_card {
    margin-top: 40px;
    text-align: center;
}

.language_dropdown_button {
    padding-right: 20px;
}

.language_dropdown {
    position: absolute;
    z-index: 9999999;
    padding-right: 20px;
    top: 50px; 
}

.language_dropdown_mobile {
    position: absolute;
    z-index: 9999999;
    padding-right: 20px;
    bottom: -70px;
    left: 0;
    right: 0;
    background-color: #000;
}

.language_dropdown_button_mobile {
    padding-right: 20px;
}

.text_language {
    color: #fff;
}

.icon_language_mobile {
    border: 2px solid white;
    border-radius: 50%;

}

.demo_title {
    font-size: 20px;
    opacity: 0.5;
    text-align: center;
    color: black;
    margin-top: 10px;
}

.msg_parent_demo_entry
{
    text-align: center;
}

.parent_entry_demo_card {
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 30px;
    padding: 70px;
    box-shadow: 0px 7px #e7e7e7;
}

a.red-btn {
    background: #ff0050;
    border-radius: 35.5px;
    color: #fff !important;
    box-shadow: 0px 5px #830029;
    text-align: center;
    font-weight: 600;
    padding: 10px 22px;
    font-family: 'League';
    margin-right: 5%;
    font-size: 12px;
}

.remove_coupon_web {
    cursor: pointer;
}

.remove_coupon_mobile {
    cursor: pointer;
}

.sym{
	color: white;
	float: left;
	border-radius: 20%;
	text-align: center;
	font-size: 14px;
	font-family: "league";
	padding: 5px 5px;
	/* margin-right: 20px; */
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
