/** login page css **/

a {
    text-decoration: none;
}
a:hover,
a:hover {
    text-decoration: underline;
}

body {
    font-family: 'Nunito Sans' !important;
    overflow-x: hidden;
}

.navbar-light .navbar-brand {
    margin: 0;
}

.login-main-wrapper p,
.register-main-wrapper p,
.forgot-main-wrapper p {
    color: var(--color-light);
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.login-main-wrapper,
.register-main-wrapper,
.forgot-main-wrapper {
    max-width: 470px;
    width: 100%;
}

.form-check-input {
    width: 18px;
    height: 18px;
    background-color: rgba(23, 24, 49, 0.2);
    border: 1px solid #E4E5EA;
    margin: 3px;
}

.login-form-area .form-group label.white_color,
.register-form-area .form-group label.white_color,
.forgot-form-area .form-group label.white_color {
    color: var(--color-light);
}

.register-footer-wrapper a,
.login-main-wrapper a {
    color: var(--color-primary);
}

.checkbox_group label.form-check-label {
    margin-left: 4px;
    top: -1px;
    position: relative;
}

.register-form-area .checkbox_group label.form-check-label {
    top: 3px;
}

.checkbox_group label.form-check-label.white_color a {
    color: var(--color-primary);
    text-decoration: underline;
}

.btn.btn_submit {
    width: 76px;
    height: 48px;
    border-radius: 8px;
    padding: 10px 8px;
    background: var(--color-primary);
    margin: 0;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    transition: ease all 0.2s;
    letter-spacing: 0.05em;
}

.btn.btn_submit:hover,
.btn.btn_submit:focus {
    color: var(--color-primary);
    background: var(--color-light);
}

.register-main-wrapper .btn.btn_submit {
    width: 95px;
}

.login-footer-wrapper,
.register-footer-wrapper,
.forgot-footer-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

h5.login-footer-links,
h5.register-footer-links,
h5.forgot-footer-links {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    color: var(--color-light);
    margin: 0;
}

h5.login-footer-links a,
h5.register-footer-links a h5.forgot-footer-links a
{
    color: var(--color-primary);
}

p.large {
    font-size: 16px;
}

p.large2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

p.large3 {
    font-size: 18px;
}

.sucess_msg_full {
    max-width: 100%;
}

.new_password .btn.btn-primary.btn_submit {
    width: auto;
    padding: 0 16px;
}

.link_content,.link_content:hover,.link_content:focus {
    color: var(--color-primary);
}


@media screen and (max-width: 1366px) {
    .login-main-wrapper,
    .register-main-wrapper {
        margin: 50px 0 0;
    }
}


/** end login css **/


/** register css **/

.register-form-area .checkbox_group input.form-check-input {
    margin-top: 15px;
}


/** mobile **/

@media (max-width: 575px) {
    .navbar-brand img {
        width: 100px;
    }
    .navbar .container-fluid {
        padding: 0;
    }
    .navbar-links .navr-links {
        font-size: 11px;
        line-height: normal;
        margin: 0 20px 0 0;
    }
    .navbar-links .navr-links:last-child {
        margin-right: 0;
    }
    .login-caption .title,
    .register-caption .title,
    .forgot-caption .title {
        font-size: 25px;
    }
    .login-main-wrapper,
    .register-main-wrapper,
    .forgot-main-wrapper {
        padding: 0 5px;
    }
    .checkbox_group .col-sm-9 {
        position: relative;
    }
    .register-form-area .checkbox_group input.form-check-input {
        margin-top: 12px;
        position: absolute;
        left: 15px;
        top: 0;
    }
    .register-form-area .checkbox_group label.form-check-label {
        top: 3px;
        padding-left: 30px;
        line-height: normal;
        font-size: 13px;
    }
    .register-main-wrapper .btn.btn_submit {
        margin-top: 30px;
    }
    h5.login-footer-links,
    h5.register-footer-links,
    h5.forgot-footer-links {
        font-size: 15px;
    }
    p.large {
        font-size: 14px;
    }
}


/** edited css 29-march-22 **/

.profile-drop .item ul li:last-child {
    border-top: solid #434557 1px;
}

.profile-drop .item ul li a svg {
    margin-right: 11px;
    width: 22px;
    text-align: left;
    position: relative;
    top: -1px;
}


/** edited css 29-march-22 **/

.overflow_scroll .aside-content-wrapper {
  height: calc(100vh - 65px);
  overflow: auto;
}

.overflow_scroll .wrapper.with_footer .aside-content-wrapper {
  overflow: auto;
  position: relative;
  height: calc(100vh - 144px);
}

.top_profile_section {
    border-bottom: solid #434557 1px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.profile-information-blog {
    background: var(--grey-color);
    padding: 40px 64px;
    max-width: 734px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
}

.profile-drop .item ul li:last-child {
    border-top: solid #434557 1px;
}

.profile-drop .item ul li a svg {
    margin-right: 11px;
    width: 22px;
    text-align: left;
    position: relative;
    top: -1px;
}

.progress_bar .post p,
.progress_bar .rookie p {
    font-size: 12px;
    margin: 0;
    color: var(--color-light);
    line-height: 18px;
    margin-bottom: 2px;
}

.btn__badge {
    right: 12px;
}

.item.dropdown .btn__badge {
    right: 4px;
}

.reward_btn .item .dropdown-toggle::after {
    content: none;
}

.profile-information-blog h5 {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 24px 0;
    display: block;
}

.profile-information-blog img.flex-shrink-0 {
    margin-right: 32px;
}

.profile-information-blog p {
    color: var(--color-light-dark);
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.buttons.profiles {
    position: relative;
}

.buttons.profiles input[type="file"] {
    width: 135px;
    background: var(--color-primary);
    color: var(--text-light);
    height: 48px;
    border-radius: 8px;
    margin-right: 10px;
    display: none;
}

.buttons.profiles input {
    opacity: 0;
    visibility: hidden;
}

.buttons.profiles label {
    background: var(--color-primary);
    color: var(--text-light);
    width: 145px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-right: 10px;
}

.buttons.profiles button,
.buttons.profiles a {
    border: none;
    min-width: 86px;
    height: 48px;
    border-radius: 8px;
    color: var(--color-primary);
    background: transparent;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 700;
    border: solid var(--color-primary) 1px;
    padding: 0 16px;
}

.buttons.profiles button.default_btn {
    background: var(--color-primary);
    color: var(--text-light);
    margin-right: 10px;
}

div.buttons a.default_btn {
    min-width: 86px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 700;
    border: solid var(--color-primary) 1px;
    padding: 0 16px;
    background: var(--color-primary);
    color: var(--text-light);
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-decoration: none;
}

.form_section label.control-label {
    color: var(--color-light-dark);
    font-size: 14px;
    line-height: 21px;
}

.form_section .form-control {
    border: 1px solid #818496;
    background-color: transparent;
    padding: 5px 16px;
    border-radius: 8PX;
    color: var(--color-light);
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    font-weight: 300;
}

.form_section .form-control:focus {
    border-color: var(--color-primary);
}

.disable_field {
    position: relative;
}

.disable_field svg {
    position: absolute;
    right: 10px;
    top: 14px;
    right: 16px;
}

.form_section .form-control[disabled] {
    background: var(--border-dark);
    border-color: #434557;
    color: var(--color-light-dark);
    padding: 5px 40px 6px 16px;
}

.form_section .form-control.flag {
    background-image: url(../img/flag.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    padding-left: 54px;
}

span.doller_sign {
    position: absolute;
    left: 22px;
    top: 10px;
}

span.doller_sign svg {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
}

.form_section .form-control.dollor {
    padding-left: 48px;
}

.form_section hr {
    background: var(--color-light-dark);
    margin: 25px 0;
}

.buttons.profiles button.delete_btn {
    color: var(--color-danger);
    border-color: var(--color-danger);
}

.buttons.profiles a.delete_btn {
    color: var(--color-danger);
    border-color: var(--color-danger);
    display: inline-block;
    line-height: 46px;
    text-decoration: none;
}

.form_section .buttons button {
    margin-right: 10px;
}

.profile_default {
    width: 160px;
    height: 160px;
    background: rgba(69, 183, 149, 0.2);
    border-radius: 100%;
    margin-right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_default img {
    max-width: 100%;
    width: auto;
}

#change_password .modal-dialog {
    max-width: 560px;
}

.field_with_icon {
    position: relative;
}

/* .field_with_icon span.toggle-password {
    color: var(--color-light);
    position: absolute;
    right: 16px;
    top: 43px;
    width: auto;
} */

.field_with_icon span.toggle-password svg.eye_open {
    margin-top: -1px;
}

.eye_close {
    display: none;
}

.fa-eye-slash .eye_close {
    display: block;
    position: relative;
    top: 3px;
}

.fa-eye-slash .eye_open {
    display: none;
}

.toggle-password::before {
    display: none;
}

#change_password form.feedback_form input {
    color: var(--color-light);
}

#change_password .modal-footer {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: -15px;
    margin-bottom: 24px;
    padding-bottom: 0;
}

span.password_guide {
    color: var(--color-light-dark);
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-top: 3px;
}

#password_saved .modal-dialog.modal-dialog-centered.modal-md {
    max-width: 325px;
}

#password_saved .btn {
    background: var(--color-primary);
    color: var(--color-light);
}

#password_saved .modal-body {
    margin: 0;
    padding: 10px 0 10px 0;
}

#delete_my_account p,
#remove_profile_image p {
    color: var(--text-light);
    margin: 0;
}

span.password_guide+.toggle-password {
    bottom: inherit;
    top: 46px;
}

span.password_guide+.toggle-password.fa-eye-slash {
    bottom: inherit;
    top: 40px;
}


/** profile plugin **/

.image-container {
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    overflow: hidden;
    width: 100%;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.image-container::after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(../img/shape.png);
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.image-container::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(../img/image.png);
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.range-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    background: var(--border-dark);
    padding-bottom: 15px;
    border-radius: 0 0 4px 4px;
}

.range-container {
    align-items: center;
    display: flex;
    height: 1.5rem;
    width: 194px;
    margin: 0 10px;
}

.left {
    height: 1px;
    background-color: #818496;
}

.knob {
    height: 16px;
    width: 16px;
    border-radius: 9999px;
    background-color: #434557;
    cursor: pointer;
    border: solid var(--color-primary) 1px;
    box-shadow: 0px 0px 8px #ad26ff;
}

.right {
    flex: 1;
    height: 1px;
    background-color: #818496;
}

#upload_photo .modal-dialog {
    max-width: 560px;
    width: 100%;
}

@media (max-width: 767px) {
    .profile-information-blog {
        background: var(--grey-color);
        padding: 30px 30px;
        max-width: 734px;
        width: 100%;
        margin: 0 auto;
        border-radius: 8px;
    }
    .profile_default {
        width: 90px;
        height: 90px;
        margin-right: 20px;
    }
    .profile-information-blog p {
        margin-top: 0;
    }
    .top_profile_section .d-flex.position-relative {
        display: block !important;
        text-align: center;
    }
    .profile-information-blog img.flex-shrink-0 {
        width: 120px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .profile_default {
        width: 90px;
        height: 90px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .profile_default img {
        width: 45px;
    }
}


/** 30-march-2022 **/

.progress-bar {
    line-height: 16px;
}

.left-nav {
    z-index: 2;
}

@media (min-width: 992px) and (max-width: 1090px) {
    /** top section **/
    .progress_bar .post p,
    .progress_bar .rookie p {
        font-size: 11px;
    }
    .navbar-right-custom {
        min-width: 300px;
    }
    .progress_bar .post,
    .progress_bar .rookie {
        padding: 0 10px;
    }
    .notification-drop .item,
    .reward_btn .item {
        padding: 10px 5px;
    }
    .profile-drop {
        margin-left: 5px;
    }
    .profile-main-drop {
        padding-right: 15px;
    }
    .profile-main-drop .profile-content .title {
        font-size: 13px;
        line-height: 21px;
    }
}


/** resources page css **/

.searchbar_main {
    position: relative;
}

.searchbar_main button {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    padding: 11px 18px 0;
}

.searchbar_main input.form-control.cform-control {
    padding-left: 55px;
    color: #56586D;
}

.resources_blog {
    background-color: var(--grey-color);
    padding: 24px;
    border-radius: 8px;
    min-height: auto;
    margin-top: 24px;
    transition: ease all 0.5s;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
}

.resources_vendor {
    width: 64px;
    height: 64px;
    background: rgba(117, 37, 255, 0.1);
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    margin-right: 16px;
    transition: ease all 0.5s;
}

.resources_blog p {
    color: var(--text-light);
    margin: 10px 0 0 0;
}

.resources_vendor.orange {
    background: rgba(255, 105, 21, 0.2);
}

.resources_vendor.blue {
    background: rgba(38, 203, 255, 0.2);
}

label.youtube {
    background: rgba(255, 77, 38, 0.2);
    color: var(--color-light);
    font-size: 14px;
    line-height: 24px;
    width: 70px;
    border-radius: 16px;
    text-align: center;
    margin-top: 4px;
}

label.article {
    background: rgba(69, 183, 149, 0.2);
    color: var(--color-light);
    font-size: 14px;
    line-height: 24px;
    width: 70px;
    border-radius: 16px;
    text-align: center;
    margin-top: 4px;
}

label.blogpost {
    background: rgba(38, 203, 255, 0.2);
    color: var(--color-light);
    font-size: 14px;
    line-height: 24px;
    width: 70px;
    border-radius: 16px;
    text-align: center;
    margin-top: 4px;
}

.resources-content div>a {
    text-decoration: none;
}

.resources_blog::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/link_icon.svg);
    display: block;
    background-position: center center;
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
}

.resources_blog:hover,
.resources_blog:focus {
    background: var(--border-dark);
}

.resources_blog:hover::after,
.resources_blog:focus::after {
    opacity: 1;
    visibility: visible;
}


/** custom select box **/

@import url("//fonts.googleapis.com/css?family=Maven+Pro");
.wrap-drop {
    box-shadow: none;
    cursor: pointer;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    border: 1px solid #818496;
    height: 48px;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light-sec);
}

.wrap-drop.active {
    border-color: var(--color-primary);
    color: var(--color-light);
}

.wrap-drop::after {
    border: none;
    content: "";
    height: 8px;
    margin-top: 0;
    position: absolute;
    right: 16px;
    top: calc(50% - 4px);
    width: 14px;
    background-image: url(../img/arrow_select.svg);
    transform: rotate(180deg);
    transition: ease all 0.5s;
}

.wrap-drop .drop {
    background: var(--grey-color);
    left: auto;
    list-style: none;
    margin-top: auto;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    width: 100%;
    border-radius: 8px;
    margin-top: 1px;
    padding: 8px 0;
    transition: ease all 0.2s;
    overflow: hidden;
}

.wrap-drop .drop li a {
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: var(--color-light);
    text-decoration: none;
    height: 40px;
    float: left;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.wrap-drop .drop li:hover a {
    background: var(--border-dark);
    color: var(--text-light);
}

.wrap-drop.active::after {
    transform: rotate(0);
}

.wrap-drop.active .drop {
    opacity: 1;
    pointer-events: auto;
    max-height: 256px;
}


/** end custom select box **/

.wrap-drop .drop ul {
    display: none;
    position: absolute;
    top: 100%;
    background: var(--grey-color);
    left: 0;
    right: 0;
    z-index: 1;
    width: 224px;
    padding: 0;
}

.wrap-drop .drop ul li {
    padding: 0 20px 0 20px;
    border-bottom: none;
    height: 40px;
    margin: 8px 0;
    display: flex;
    align-items: center;
}

.wrap-drop .drop ul li a,
.wrap-drop .drop ul li span {
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: var(--color-light);
    text-decoration: none;
}

.wrap-drop .drop li a svg {
    margin-right: 11px;
    width: 22px;
    text-align: left;
    position: relative;
    top: -1px;
}

.wrap-drop span {
    color: var(--color-light);
}

.wrap-drop .drop li {
    display: flex;
    margin: 4px 0;
    float: left;
    width: 100%;
}

.wrap-drop .drop li:hover a,
.wrap-drop .drop li:focus a,
.wrap-drop .drop li.selected a {
    background: var(--border-dark);
}


/** resoureces popup css **/

.resources_form .modal-dialog {
    max-width: 922px;
}

.resources_form .modal-dialog .modal-content {
    background: var(--color-light);
    border: none;
    border-radius: 8px;
}

.resources_form h5.modal-title svg {
    margin-right: 15px;
}

.resources_form h5.modal-title {
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    line-height: 24px;
}

h5.modal-title a {
    color: #333442;
    font-weight: normal;
}

.modal-body .resources_Content {
    padding: 0 70px;
}

.modal-body .resources_Content .banner_blog {
    position: relative;
    margin-bottom: 15px;
}

.modal-body .resources_Content .banner_blog h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: var(--color-light);
}

.resources_Content p {
    margin-top: 0.5rem;
    color: #333442;
    margin-bottom: 1rem;
}

.resources_Content p.note {
    color: var(--color-light-dark);
}

ul.list_style1 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #333442;
    list-style: disc;
    padding-left: 20px;
}

p.danger_lable {
    background: rgba(255, 105, 21, 0.2);
    padding: 8px;
    border-radius: 4px;
}

.resources_Content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.modal-body .resources_Content .banner_blog img {
    width: 100%;
}

a.play_button {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

.video_section {
    position: relative;
    margin-bottom: 20px;
}

.video_section img {
    max-width: 100%;
    width: 100%;
}

.video_section::after {
    background: #0D0D14;
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.video_section a.play_button {
    z-index: 1;
}

.white_body {
    background: var(--color-light);
}

.model_content_fit_screen .modal-content {
    border: none;
    border-radius: 0;
}

.model_content_fit_screen .modal-body {
    max-width: 905px;
    margin: 0 auto;
}

.white_body li.breadcrumb-item {
    font-size: 14px;
    line-height: 21px;
    color: #333442;
}

.model_content_fit_screen .breadcrumb-item.active {
    color: var(--color-light-dark);
}

.model_content_fit_screen .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.model_content_fit_screen .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
}

.video_section label.video_time {
    background: rgba(255, 255, 255, 0.10);
    color: var(--color-light);
    width: 59px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    bottom: 16px;
    right: 24px;
    border-radius: 4px;
    z-index: 1;
}

p.empty_content {
    color: var(--color-light-dark);
}

/** comment child **/

.comment_child .comment_blog {
    background: var(--text-light);
    margin: 0 -16px;
    padding: 15px 16px 0;
    margin-top: 0;
}

.comment_child .comment_blog .comment_inner_section {
    border: none;
    padding-bottom: 0;
    display: block;
    width: 100%;
}

.comment_section .comment_field_input input[type="text"] {
    border: none;
    color: #333442;
    padding: 0;
}

.comment_field_input form {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.comment_field_input form button {
    background: transparent;
    border: none;
    padding: 0;
}

.preview_icon {
    width: 100%;
    text-align: center;
}

.preview_icon svg {
    max-width: 750px;
    width: 90%;
}


p.loading_progresing {
    background: rgba(158, 38, 255, 0.1);
    text-align: center;
    color: var(--color-light);
    padding: 30px 15px;
    margin: 0;
    position: relative;
}

p.loading_progresing::after {
    width: calc(100% - 16px);
    content: "";
    display: block;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    position: absolute;
    left: 8px;
    bottom: 5px;
}

p.loading_progresing::before {
    width: 50%;
    content: "";
    display: block;
    height: 4px;
    background: #B559FF;
    border-radius: 8px;
    position: absolute;
    left: 8px;
    bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .model_content_fit_screen .modal-body .resources_Content {
        padding: 0;
    }
    .resources_form .modal-dialog {
        padding: 1rem;
    }
    .modal-body .resources_Content .banner_blog h3 {
        font-size: 21px;
        line-height: normal;
    }
    .modal-body .resources_Content {
        padding: 0 40px;
    }
    .modal-body .resources_Content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .resources_Content p {
        font-size: 15px;
    }
    .modal-body .resources_Content {
        padding: 0;
    }
    .modal-body .resources_Content .banner_blog h3 {
        font-size: 18px;
        line-height: normal;
    }
    form.search_bar {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .resources_form .modal-dialog {
        padding: 1rem;
    }
    .white_body li.breadcrumb-item {
        font-size: 13px;
    }
}


/***** 31-march-2022 *****/


/** Randomiser page **/

.random-config-caption h3 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--text-light);
}

.randomister_content a:hover,
.resources-content a:hover,
.randomister_content a:focus,
.resources-content a:focus {
    text-decoration: none;
}

.border_btn_default {
    height: 48px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 48px;
    color: #B559FF;
    border-radius: 8px;
    border: solid #B559FF 1px;
    transition: ease all 0.5s;
    min-width: auto;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.03em;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
}

.main_btn_default {
    height: 48px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 48px;
    color: var(--color-light);
    border-radius: 8px;
    border: solid var(--color-primary) 1px;
    background: var(--color-primary);
    transition: ease all 0.5s;
    min-width: 75px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
}

a.main_btn_default.no_hover:hover {
    background: var(--color-primary);
    color: var(--color-light);
}

.randomister_popup .modal-content {
    background: var(--grey-color);
}

.main_btn_default:hover,
.main_btn_default:focus {
    text-decoration: none;
}

.border_btn_default:hover,
.border_btn_default:focus {
    background: var(--color-primary);
    color: var(--color-light);
    text-decoration: none;
}

.main_btn_default:hover,
.main_btn_default:focus {
    background: transparent;
    color: var(--color-primary);
    text-decoration: none;
}

.randomister_content .line-height_48 {
    line-height: 48px;
}

.randomister_blog h3 {
    font-size: 24px;
    color: var(--text-light);
    line-height: 36px;
}

.randomister_blog p {
    color: var(--color-light-dark);
}

.randomister_popup .modal-dialog {
    max-width: 733px;
}

.white-font p {
    color: var(--text-light);
    font-size: 16px;
}

.white-font ul li {
    color: var(--text-light);
    font-size: 16px;
}

.static_form {
    display: flex;
    justify-content: center;
}

.popup_section {
    padding: 32px 56px;
    background: var(--grey-color);
    max-width: 734px;
    float: none;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%), 0px 3px 25px rgb(0 0 0 / 56%);
}

.popup_header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}

.popup_header h4 {
    font-size: 16px;
    color: var(--text-light);
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.popup_header a {
    color: var(--color-primary);
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
}

.popup_content p {
    font-size: 16px;
    color: var(--text-light);
    opacity: 0.8;
    line-height: 24px;
    margin: 16px 0px;
    position: relative;
}

.video_audio_section img {
    width: 100%;
}

.popup_footer a.main_btn_default {
    margin-left: 0;
}

.popup_footer {
    margin-top: 24px;
}

a.border_btn_default.icon_btn {
    float: right;
    margin-right: 0px;
    line-height: 46px;
}

a.border_btn_default.icon_btn:hover,
a.border_btn_default.icon_btn:focus {
    background: transparent;
}

#video_audio_popup .popup_section,
#video_audio_popup .popup_section+.video_content {
    max-width: 992px;
    width: 100%;
}

.video_audio_section span.player_control {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

span.player_recording_btn {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    opacity: 0;
    transition: ease all 0.5s;
    visibility: hidden;
    transform: scale(0);
    border-radius: 8px;
}

.video_audio_section:hover span.player_recording_btn,
p.video_audio_section:focus span.player_recording_btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.video_content .accordion-collapse .accordion-body {
    opacity: 0.8;
}

.video_content .accordion-collapse .accordion-body p {
    line-height: 24px;
}

.prize-block-grid-inner {
    background: #3A3C51;
    border: solid transparent 1px;
}

.prize-block-grid-inner .prize-block-caption {
  position: relative;
}

.prize-block-grid-inner .dropdown button {
    background: rgba(13, 13, 20, 0.2);
    border-radius: 8px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.prize-block-grid-inner:hover, .prize-block-grid-inner:focus {
    box-shadow: 0px 0px 20px rgb(158 38 255 / 47%);
    border-color: var(--color-primary);
}

.lesson_sidebar ul li.hide_check::after {
    background-image: none;
}

/** accordion **/

.video_content button.accordion-button h4 {
    font-size: 16px;
    color: var(--text-light);
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    float: left;
}

.video_content button.accordion-button span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    float: right;
    color: var(--color-primary);
}

.video_content .accordion-button::after {
    position: absolute;
    width: 14px;
    background-size: cover;
    height: 8px;
    left: 29px;
    background-image: url(../img/accordian_arrow.svg);
    top: 38px;
}

.video_content button.accordion-button {
    background: var(--grey-color);
    border-radius: 8px !important;
    padding: 30px 30px 30px 60px;
}

.video_content .accordion-item {
    background: var(--grey-color);
    border-radius: 8px;
    border: none;
}

.video_content button.accordion-button {
    background: var(--grey-color);
    border-radius: 8px;
    display: block;
    box-shadow: none;
}

.video_content .accordion-collapse p {
    color: var(--text-light);
    line-height: normal;
    margin: auto;
}

.video_content .accordion-collapse .accordion-body {
    padding: 0 30px 30px 60px;
    margin: 0;
}

a.player_round_btn {
    position: relative;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

.player_round_btn_play {
    position: relative;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_audio_section {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: ease all 0.5s;
}

span.media_player_controls_timer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 40px;
}

.media_player_controls_timer span.controls_player {
    background: rgba(25, 26, 33, 0.8);
    border-radius: 8px;
    padding: 0 24px;
    display: block;
    float: left;
    min-height: 95px;
}

.media_player_controls_timer span.controls_player label {
    text-align: left;
    color: var(--text-light);
    opacity: 0.7;
    padding-top: 7px;
}

span.controls_player p.large_number {
    font-size: 35px;
    color: var(--color-light);
    opacity: 1;
    line-height: 36px;
    margin: 7px 0 27px 0;
}

.media_player_controls_timer span.controls_player span.left {
    background: transparent;
}

.media_player_controls_timer span.controls_player p {
    opacity: 1;
    margin-bottom: 0;
}

span.controls_player.col-sm-9 {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.media_player_controls_timer span.controls_player.col-sm-3 {
    width: 22%;
    margin-right: 3%;
    position: relative;
}

span.controls_player.left_timer {
    width: 165px;
}

span.controls_player.right_content {
    display: flex;
    width: 80%;
    justify-content: space-between;
    float: right;
    margin-left: 24px;
}

span.media_player_controls_timer .control-video {
    display: flex;
    justify-content: space-between;
}

.video_audio_section:hover>img,
.video_audio_section:focus>img,
.video_audio_section:hover .media_player_controls_timer,
.video_audio_section:focus .media_player_controls_timer {
    filter: blur(3px);
}

span.video_info_label {
    position: absolute;
    bottom: 24px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

span.video_info_label label {
    background: var(--color-light);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
}

.accordion-body img.img-fluid {
    width: 100%;
}

a.main_btn_default+a {
    margin-left: 24px;
}

a.main_btn_default + a:hover {
    text-decoration: none;
}

#review_submit h5.modal-title {
    color: var(--text-light);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 16px;
}

#review_submit .modal-content {
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
    height: 420px;
}

#review_submit .modal-header {
    padding-bottom: 0px;
}

.md-right_content {
    justify-content: flex-end;
}

.light_color {
    color: var(--color-light-dark);
}

.aside-title-area p.light_color {
    margin: 0 24px 0 0;
    line-height: 48px;
}

.score_info {
    padding: 20px 24px 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.score_info p {
    margin: 0;
    float: left;
    line-height: 32px;
}

.score_info p b {
    color: var(--color-light);
}

.score_info .green-text,
.green-text {
    color: #29b469;
}

a.report_btn {
    background: rgba(158, 38, 255, 0.1);
    border-radius: 4px;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #B559FF;
    font-weight: 700;
    float: right;
    text-decoration: none;
}

#video_report .modal-dialog,
#video_report1 .modal-dialog {
    max-width: 560px;
}

#video_report .modal-dialog .modal-content {
    border: none;
    border-radius: 8px;
}

p.score_total {
    background: rgba(69, 183, 149, 0.2);
    border-radius: 4px;
    color: var(--text-light);
    padding: 8px 16px;
    font-size: 14px;
}

.verbals {
    border: 1px solid #3A3C51;
    padding: 16px 21px 16px 16px;
    border-radius: 4px;
}

.verbals p {
    color: var(--text-light);
}

.progress_bar_verbals .progress {
    height: 2px;
    background: #ACAFBF;
}

.progress_bar_verbals .progress .progress-bar {
    background: #ACAFBF;
}

.progress_bar_verbals .progress .progress-bar.active {
    background: #29B469;
}

ul.process_number {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

ul.process_number li {
    display: flex;
    color: #7B7C8A;
    font-size: 12px;
    position: relative;
}

ul.process_number li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ACAFBF;
    position: absolute;
    left: 0px;
    top: -14px;
    border-radius: 100%;
}

ul.process_number li.active:after {
    background: #29B469;
}

ul.labels {
    display: flex;
    margin-top: 13px;
}

ul.labels li {
    padding: 0px 8px;
    background: #999;
    border-radius: 50px;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    color: var(--text-light);
    font-weight: normal;
}

ul.labels li {
    margin-right: 8px;
}

ul.labels li.red {
    background: rgba(227, 104, 104, 0.7);
}

ul.labels li.green {
    background: rgba(97, 180, 135, 0.7);
}

.process_number li.active.fixed_trag::before {
    content: "";
    background: linear-gradient(0deg, rgba(41, 181, 112, 0.2), rgba(41, 181, 112, 0.2)), #262836;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -4px;
    border: 1px solid #29B469;
    box-shadow: 0px 0px 8px #29b469;
    border-radius: 100%;
    top: -19px;
    z-index: 1;
}

ul.process_number li:last-child {
    right: -5px;
}

.video_report_details.error_red p.score_total {
    background: rgba(255, 77, 38, 0.2);
}

b.red-text {
    color: #FF5353;
}

.error_red .progress_bar_verbals .progress .progress-bar.active {
    background: #FF5353;
}

.error_red .process_number li.active.fixed_trag::before {
    border: 1px solid #FF5353;
    box-shadow: 0px 0px 8px #ff5353;
    background: linear-gradient(0deg, rgba(255, 83, 83, 0.2), rgba(255, 83, 83, 0.2)), #262836;
}

a.report_btn svg {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.error_red ul.process_number li.active:after {
    background: #FF5353;
}

.profile_img {
    position: relative;
    width: 80px;
    margin: 0 auto;
}

label.notification {
    width: 40px;
    height: 40px;
    color: var(--color-light);
    border: solid var(--color-success) 1px;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background: var(--border-dark);
    position: absolute;
    bottom: 0;
    right: -20px;
}

.leaderboard_profile {
    margin-top: 10px;
}

.profile_info {
    text-align: center;
}

.profile_info p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
}

.profile_info p b {
    color: var(--color-light);
}

.profile_info h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

#leaderboard_form .popup_section {
    width: 100%;
}

.table.leaderboard_table {
    padding-top: 0;
}

.leaderboard_table thead {
    padding: 0;
    color: #ACAFBF;
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    top: 0;
}

.leaderboard_table thead tr {
    padding: 0;
    border: none;
    box-shadow: none;
}

.table.leaderboard_table tr {
    border: none;
    padding: 0;
}

.leaderboard_table thead tr th {
    font-weight: normal;
    padding: 0;
}

.leaderboard_table tbody {
    color: var(--text-light);
    border: none;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}

.leaderboard_table tbody img {
    margin-right: 10px;
}

span.number {
    border: solid #26CBFF 1px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.table.leaderboard_table tr {
    border: none;
}

.table.leaderboard_table tr td,
.table.leaderboard_table tr th {
    border: none;
    padding: 9px 0;
}

.question_blog {
    background: var(--grey-color);
    max-width: 400px;
    width: 100%;
    height: 320px;
    border-radius: 16px;
    margin: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 0.25s;
}

.question_blog:hover,
.question_blog:focus,
.question_blog.active {
    background: #262836;
    border: 1px solid #BB66FF;
    transform: scale(1.2);
    box-shadow: 0px 0px 64px rgb(178 45 185 / 40%);
}

.question_section {
    max-width: 990px;
    margin: 0 auto;
    width: 100%;
    padding-top: 0;
}

.random_test .question_blog h3 {
    color: var(--color-light);
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.white_body .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.white_body .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
}

.white_body .breadcrumb-item.active {
    color: var(--color-light-dark);
}

.random_test label.form-check-label {
    color: #0D0D14;
    font-size: 16px;
    line-height: 24px;
}

.random_test .form-check {
    border: 1px solid #E4E5EA;
    padding: 21px 25px;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 922px;
}

p.large_style {
    font-size: 18px;
    line-height: 27px;
}

p.light_text {
    color: var(--color-light-dark);
}

.random_test .breadcrumb {
    margin-bottom: 1.5rem;
}

/** radio button **/

.custom_radio{
   margin: 20px;
}
.custom_radio input[type="radio"]{
  display: none;
}
.custom_radio input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  margin-right: 11em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
}
.custom_radio input[type="radio"] + label:before, 
.custom_radio input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: Times;
    border-radius: 50%;
    transition: all .3s ease;
    border: solid #E4E5EA 1px;
    background: transparent;
}
.custom_radio input[type="radio"] + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em transparent, inset 0 0 0 1em transparent;
}
.custom_radio input[type="radio"]:checked + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 3px white, inset 0 0 0 1em var(--color-primary);
}

.custom_radio input[type="radio"]:checked + label:after {
    border-color: var(--color-primary);
}

.yourself_text footer {
    min-height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding-left: 280px;
    background: var(--color-light);
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E4E5EA;
    left: 0;
}

body.overflow_scroll.yourself_tex .aside-content-wrapper.with_footer {
    height: calc(100vh - 130px) !important;
}

.yourself_text footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.yourself_tex .wrapper.full_section + footer {
    padding-left: 0;
    transition: ease all 0.5s;
}

a.main_btn_default.blue_color {
    background: var(--color-blue);
    border-color: var(--color-blue);
    color: var(--color-light);
}

a.main_btn_default.blue_color:hover,
a.main_btn_default.blue_color:focus {
   border-color: var(--color-blue);
   color: var(--color-blue);
   background: var(--color-light);
}

.form-check.custom_radio.right_ans {
    border-color: #29B469;
    background: rgba(69, 183, 149, 0.05);
}

.form-check.custom_radio.false_ans {
    border-color: #FF5353;
    background:  rgba(255, 77, 38, 0.05);
}

.form-check.custom_radio {
    border-color: #FF5353;
    background: rgba(255, 77, 38, 0.05);
}

.form-check.ans_submit_msg {
    background: rgba(69, 183, 149, 0.05);
    border: none;
    border-left: solid #29B469 4px;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 52px;
}

.incrrect_ans .form-check.ans_submit_msg {
    background: rgba(255, 77, 38, 0.05);
    border: none;
    border-left: solid #FF5353 4px;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 52px;
}

.form-check.ans_submit_msg img {
    margin-right: 12px;
    position: relative;
    top: -1px;
}

.pick_lectures li.breadcrumb-item,
.light_breadcrum li.breadcrumb-item {
    color: var(--color-light);
}

.pick_lectures li.breadcrumb-item.active,
.light_breadcrum li.breadcrumb-item.active {
    color: var(--color-light-dark);
}

.yourself_text.dark footer {
    background: #191a21;
    border-color: #3A3B51;
}

.form-check h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.form-check p {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 21px;
}

.random-config-caption h3 {
    color: var(--color-light);
}

.form-check.ans_submit_msg p {
  padding: 0;
  line-height: 51px;
}

.flashcard_week ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: center;
    border-top: 1px solid #E4E5EA;
}

.flashcard_week ul li {
    position: relative;
}

.flashcard_week ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #CBF2FF;
    display: block;
    margin: -12px auto 0;
    border-radius: 100%;
    background-image: url(../img/icon_lock.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.flashcard_week ul li a {
    font-size: 14px;
    color: var(--color-light-dark);
    line-height: 21px;
    margin-top: 0;
}

.flashcard_week ul li a:hover {
   text-decoration: none;
}

.flashcard_week ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #CBF2FF;
    display: block;
    margin: -12px auto 14px;
    border-radius: 100%;
    background-image: url(../img/icon_lock.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.flashcard_week {
    padding: 50px 80px 70px;
}

.flashcard_week ul li.active::before {
    background-color: #29B469;
    background-image: url(../img/check_icon.png);
}

.flascard_guide {
    max-width: 734px;
    min-height: 420px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 18px rgb(196 196 196 / 50%);
    border-radius: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 48px;
}

.flascard_guide p.large {
    font-size: 25px;
    color: var(--color-light-dark);
    line-height: 50px;
    margin: 0;
}

.flascard_guide h3 {
    color: #333442;
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
    margin: 0;
}

/** checkbox **/

.pick_lectures .form-group {
  display: block;
  margin-bottom: 15px;
}

.pick_lectures .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.pick_lectures .form-group label {
  position: relative;
  cursor: pointer;
}

.pick_lectures .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #E4E5EA;
    box-shadow: none;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 19px;
    border-radius: 4px;
    position: relative;
    top: -1px;
}

.pick_lectures .form-check.custom_check .form-group {
    margin: 0;
}

.pick_lectures .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--color-primary);
    top: 3px;
    border-radius: 3px;
    left: 0;
    background-image: url(../img/Checkmark.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.pick_lectures .form-check.custom_check {
    background: var(--grey-color);
    border-color: var(--grey-color);
    font-size: 18px;
    color: var(--text-light);
    font-weight: 700;
    max-width: 100%;
}

.pick_lectures .select_field label {
    color: var(--color-light) ;
}

.pick_lectures .select_field label::before {
    top: -1px;
    margin-right: 10px;
}

.pick_lectures .full.select_field .form-group {
    margin-right: 25px;
}

.pick_lectures .form-check.custom_check.lock_checkbox {
    background: #3A3C51;
    border-color: #3A3C51;
}

.pick_lectures .form-check.custom_check.lock_checkbox label::before {
    display: none;
}

.pick_lectures .form-check.custom_check.lock_checkbox svg {
    position: relative;
    top: -3px;
    margin-right: 19px;
    left: 1px;
}

.pick_lectures .full.select_field {
    display: flex;
}

.pick_lectures .full.select_field p.light_text {
    margin-right: 24px;
}

.white_text {
    color: var(--color-light);
}

.pick_lectures .full.select_field p {
    margin-right: 24px;
}

.pick_lectures .select_field .form-group input:checked + label:after {
    background-image: url(../img/Selection.png);
    top: 3px;
    background-position: center center;
}

ul.flascard_guide_controls {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

ul.flascard_guide_controls li {
    margin: 0 20px;
}

input#current_password[type="password"] + span svg.eye_open {
  display: none;
}

input#current_password[type="password"] + span svg.eye_close {
  display: block;
}

input#new_password[type="password"] + span svg.eye_open {
  display: none;
}

input#new_password[type="password"] + span svg.eye_close {
  display: block;
}

input#password_repeat[type="password"] + span svg.eye_open {
  display: none;
}

input#password_repeat[type="password"] + span svg.eye_close {
  display: block;
}

.space_between {
    justify-content: space-between;
}

.question_section a:hover, .question_section a:focus {
    text-decoration: none;
}


.random-config-caption h3 {
    color: var(--text-light);
}

/** courses **/

.no-sidebar .aside-content-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.no-sidebar header.header-main-inner {
    background: transparent;
}

.breadcrum_style2 p a {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.breadcrum_style2 p svg {
    margin-right: 20px;
}

.courses_blog {
    background: var(--grey-color);
    max-width: 920px;
    width: 100%;
    border-radius: 8px;
    margin: 24px auto;
    display: flex;
    transition: ease all .5s;
    border: solid transparent 1px;
    position: relative;
}

.courses_blog:hover,
.courses_blog:focus {
   box-shadow: 0px 0px 64px rgba(158, 38, 255, 0.47);
   border-color: var(--color-primary);
   transform: scale(1.05);  
   z-index: 1;
}

.courses_blog .course_image {
    margin-right: 24px;
}

.right_processbar {
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.random_test h3 {
    color: #333442;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 24px;
}

.courses_blog h3 {
    color: var(--text-light);
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 24px;
}

.courses_blog.small h3 {
    font-size: 18px;
    line-height: 27px;
}

.course_content {
    display: flex;
}

.courses_blog p {
    color: var(--color-light-dark);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.course_content .left_conent {
    color: var(--color-light-dark);
    font-size: 14px;
}

.course_content .left_conent a.main_btn_default {
    margin-right: 20px;
}

.cources h3 {
    font-size: 36px;
    color: var(--text-light);
    line-height: 50px;
    font-weight: 700;
    margin: 0;
}

.layout_width {
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
}

.accordion-body ul.list_style1 {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.accordion-body ul.list_style1 li {
    padding-top: 10px;
}

#new_courses p {
    color: var(--text-light);
    margin: 0;
}

#choose_your_date p {
    color: var(--text-light);
    margin: 0;
}

#date_confirm p {
    color: var(--text-light);
    margin: 0;
}

.modal-footer-left a.main_btn_default {
    margin-right: 10px;
}

/** calendar section **/

.month {
  padding: 70px 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
    color: var(--text-light);
    font-size: 14px;
    text-transform: none;
    line-height: 24px;
}

.month .prev {
  float: left;
}

.month .next {
  float: right;
}

.weekdays {
    margin: 0;
    padding: 0 24px;
    background-color: transparent;
}

.weekdays li {
    display: inline-block;
    width: 14.2%;
    color: var(--color-light-dark);
    text-align: center;
    font-size: 10px;
    line-height: normal;
    padding: 0;
    float: left;
    margin-bottom: 10px;
}

.days {
    padding: 0 24px;
    background: transparent;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 14.2%;
    text-align: center;
    margin: 2px 0;
    font-size: 14px;
    color: #818496;
    line-height: normal;
    float: left;
    padding: 3px 5px;
}

.days li .active {
    padding: 3px 8px;
    background: rgba(38, 203, 255, 0.2);
    width: 24px;
    border: solid #26CBFF 1px;
    border-radius: 5px;
    color: #26CBFF;
    position: relative;
}

.days li span.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 15px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #26CBFF;
}

.days li:hover {
    color: var(--color-light);
}

.days li .active_semi_active {
    padding: 3px 5px;
    background: rgba(38, 203, 255, 0.2);
    width: 24px;
    border-radius: 5px;
    color: var(--color-light);
}

.calendar_section {
    display: flex;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(38, 203, 255, 0.082) 0%, rgba(110, 191, 244, 0.0447917) 77.08%, rgba(70, 144, 213, 0) 100%);
    filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.09));
    border-radius: 6px;
    margin: 24px 0 0;
    padding-bottom: 30px;
    border: solid #26CBFF 1px;
}

div#choose_your_date .modal-dialog {
    max-width: 624px;
}

.month {
    padding: 30px 40px;
    width: 100%;
    background: transparent;
    text-align: center;
}

li.prev, li.next {
    position: relative;
    top: -2px;
}

.days li.active {
    padding-left: 0;
    padding-right: 0;
}

div#date_confirm a.main_btn_default + a {
    margin: 0;
}

.text-decoration_none,
.text-decoration_none:hover,
.text-decoration_none:focus {
   text-decoration: none;
}

label.notification_menu {
    background: #FF5353;
    font-size: 9px;
    color: var(--color-light);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    position: absolute;
    right: -4px;
    top: -5px;
}

.random_test .random-config-caption h3 {
    color: var(--text-light);
}

span.svg-child {
    position: relative;
}

/** course_blog **/

.course_blog {
    background: var(--border-dark);
    border-radius: 8px;
    overflow: hidden;
}

.course_blog img {
    width: 100%;
}

.course_detail {
    padding: 16px 24px;
}

.course_detail label {
    color: var(--text-light);
    font-size: 14px;
    line-height: 21px;
    width: 100%;
}

.course_detail .d-flex.position-relative > div {
    float: left;
    width: 100%;
}

.course_detail label span {
    float: right;
    color: var(--color-light-dark);
}

.course_detail h5 {
    color: var(--text-light);
    font-weight: 700;
    margin: 8px 0 0 0;
    font-size: 18px;
    line-height: 27px;
    float: left;
    width: 100%;
}

.course_detail h5 a {
    color: var(--text-light);
    text-decoration: none;
}

/** course left section **/

.lesson_sidebar {
    position: absolute;
    left: 0;
}

.lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 660px);
    margin-left: 660px;
    padding: 24px;
    height: calc(100vh - 65px);
}

.lesson_sidebar {
    background: var(--grey-color);
    padding: 24px 20px 24px 32px;
    float: left;
    margin-left: 280px;
    width: 380px;
    height: calc(100% - 65px);
    z-index: 1;
}

.lesson_sidebar ul li {
    color: var(--text-light);
    position: relative;
    margin-bottom: 32px;
}

.lesson_sidebar ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 100%;
    left: -29px;
    position: absolute;
    top: 90%;
}

.lesson_sidebar ul li small {
    font-size: 12px;
    color: var(--color-light-dark);
}

.lesson_sidebar ul li svg {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.lesson_sidebar ul li small {
    font-size: 12px;
    color: var(--color-light-dark);
    padding-left: 24px;
    line-height: normal;
}

.lesson_sidebar ul {
    border-left: solid var(--color-primary) 1px;
    padding-left: 26px;
    position: relative;
}

.lesson_sidebar ul li::after {
    background-image: url(../img/shape_check_small.png);
    content: "";
    display: block;
    background-color: #4e1f7a;
    height: 16px;
    border: 1px solid var(--color-primary);
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 16px;
    background-position: 2px 3px;
    position: absolute;
    left: -35px;
    top: 0px;
}

.lessons_sidebar_section .overflow_scroll .aside-content-wrapper {
    height: calc(100vh - 82px);
    overflow: auto;
}

.lessons_sidebar_section .modal-body {
    margin: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.lessons_sidebar_section .modal-body .resources_Content {
    padding: 0;
}

.video_section.hide_overlay::after {
    display: none;
}

.lessons_sidebar_section .modal-body .resources_Content:after {
    display: none;
}

.full_section .lesson_sidebar {
    margin-left: 0;
    transition: ease all 0.5s;
}

.lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 380px);
    margin-left: 380px;
}

.pagination_section_page {
    background: var(--text-light);
    padding: 0 25px;
    height: 64px;
}

.pagination_section_page p {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    color: #333442;
    letter-spacing: 0.05em;
}

.pagination_section_page p svg {
    position: relative;
    top: -2px;
}

.pagination_section_page {
    background: var(--text-light);
    padding: 24px 25px;
    height: 64px;
    margin: 0 -36px;
}

.pagination_section_page p a {
    color: #333442;
    text-decoration: none;
}

.pagination_section_page a.main_btn_default {
    margin-top: -20px;
}

.user_avtar {
    display: inline-flex;
    width: 100%;
}

.user_avtar img {
    margin-right: 15px;
    float: left;
    height: 40px;
    margin-top: 4px;
}

.comment_section input[type="text"] {
    width: 100%;
    border: 1px solid #ACAFBF;
    height: 48px;
    border-radius: 8px;
    padding: 12px 55px 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #ACAFBF;
}

.comment_section input[type="text"]:hover,
.comment_section input[type="text"]:focus,
.comment_section input[type="text"]:focus-visible {
    border-color: var(--color-primary);
    box-shadow: none;
}

.comment_blog {
    margin-top: 24px;
}

.comment_blog img {
    margin-top: 10px;
    margin-right: 15px;
    height: 40px;
}

.top_section h3.comment_name {
    font-size: 16px;
    margin: 0;
}

h3.comment_name span.date_time {
    color: #7B7C8A;
    font-size: 14px;
    font-weight: normal;
    margin-left: 15px;
}

.top_section p {
    margin: 0;
    line-height: 24px;
}

.top_section svg {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.comment_inner_section {
    border: 1px solid #E4E5EA;
    border-radius: 8px;
    padding: 16px;
}

.comment_footer {
    margin: 0 -16px;
    border-top: 1px solid #E4E5EA;
    padding: 0 18px;
}

.comment_footer p {
    margin: 12px 0 0 0;
}

.comment_footer p svg {
    margin-right: 10px;
}

.comment_footer p a {
    color: #ACAFBF;
}

.lessons_sidebar_section .breadcrum {
    display: flex;
    justify-content: space-between;
}

form.comment_box_field {
    width: 100%;
    position: relative;
}

form.comment_box_field button {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

label.trainer_label {
    background: rgba(158, 38, 255, 0.2);
    width: 87px;
    height: 24px;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    font-weight: normal;
    margin-left: 12px;
}

.learning_video_section {
    max-width: 542px;
    margin: 0 auto;
    width: 100%;
}

.training_video_info {
    border: 1px solid #E4E5EA;
    border-radius: 0 0 16px 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

.video_post_section {
    display: flex;
}

.video_post_section p {
    margin: 0 0 0 20px;
}

.video_post_section p svg {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.video_info h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333442;
    margin: 0;
    line-height: 24px;
}

.video_info p {
    margin: 0;
    color: #7B7C8A;
    font-size: 12px;
    line-height: 18px;
}

.video_upload_info {
    display: flex;
}

.video_upload_info img {
    margin-right: 10px;
    height: 40px;
}

.video_blog .video_section {
    margin-bottom: 0;
}

.video_blog {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.video_blog .video_section::after {
    display: none;
}

.video_blog .video_section label.video_time {
    left: 24px;
    right: inherit;
}

.border_btn_default.red_btn {
    border-color: #FF5353;
    background: transparent;
}

.border_btn_default.red_btn:hover,
.border_btn_default.red_btn:focus {
    background: transparent;
}

/** reviewer review **/

.minus_blank_space {
    margin-top: -35px;
}

.video_post_section {
    border-radius: 8px;
    max-width: 922px;
    width: 100%;
    margin: 0 auto;
}

.video_post_section .video_blog {
    border-radius: 8px 8px 0 0;
}


label.video_time {
    background: rgba(255, 255, 255, 0.10);
    color: var(--color-light);
    width: 59px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    bottom: 16px;
    left: 24px;
    border-radius: 4px;
}

.single_video label.video_time {
    background: var(--color-light);
    color: #191a21;
    width: auto;
    padding: 0 8px;
}

.single_video label.video_time + label {
    right: 24px;
    left: inherit;
}

.offwhite_color h3 {
    color: var(--text-light);
}

.tabbar_head {
    border-bottom: solid #262836 1px;
}

.tabbar_head ul li a {
    color: var(--text-light);
    font-size: 14px;
    line-height: 24px;
}

.tabbar_head ul li a.nav-link {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    border-bottom: solid transparent 1px;
    border-radius: 0;
    margin-bottom: -1px;
    text-decoration: none;
    padding: 7px 0;
    margin-right: 32px;
}

.white_body .tabbar_head ul li a.nav-link {
    color: #7B7C8A;
}

.tabbar_head ul.nav-pills li a.nav-link.active {
    background: transparent;
    border-bottom: solid var(--color-primary) 1px;
    position: relative;
}

.white_body .tabbar_head ul.nav-pills li a.nav-link.active {
    color: #333442;
}

.white_body .tabbar_head ul.nav-pills li a.nav-link.active::after {
    box-shadow: none;
}

.white_body .tabbar_head {
    border-bottom: solid #E4E5EA 1px;
}

.tabbar_head ul.nav-pills li a.nav-link.active::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    box-shadow: 0px 1px 8px #ad26ff;
    top: 8px;
    position: relative;
    left: 0;
}

h3.backtopage {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

h3.backtopage a {
    color: var(--text-light);
}

h3.backtopage a:hover,
h3.backtopage a:focus {
    text-decoration: none;
}

.tab-content .accordion {
    max-width: 922px;
    margin: 0 auto;
    width: 100%;
}

.video_thumb img {
    width: 100%;
}

.training_video_info .video_post_section {
  background: transparent;
  width: auto;
  margin: 0;
}

.video_post_info {
    padding: 15px 24px;
    display: flex;
    justify-content: space-between;
    background: var(--grey-color);
    border-radius: 0 0 8px 8px;
}

.video_post_info .score_info {
    padding: 0;
    width: auto;
}

.video_post_info .score_info p.light_color {
    margin-right: 24px;
}

.verbals_section {
    border: 1px solid #3A3C51;
    min-height: 150px;
    border-radius: 8px;
    padding: 16px 24px;
}

.verbals_section h5 {
    color: var(--text-light);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.verbals_section p {
    color: var(--text-light);
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 48px;
    position: relative;
}

span.tooltip_hover {
    position: absolute;
    width: 150px;
    left: -60px;
    top: -48px;
    background: #434557;
    padding: 8px 16px;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    color: var(--text-light);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.5s;
}

span.tooltip_hover::after {
    width: 12px;
    height: 12px;
    display: block;
    background: #434557;
    content: "";
    position: absolute;
    left: calc(50% - 9px);
    transform: rotate(45deg);
}

.score_label ul,.default_label ul {
    margin: 0 12px;
}

.score_label ul li {
    float: left;
    width: 40px;
    height: 48px;
    background: transparent;
    text-align: center;
    border: 1px solid var(--color-buttons);
    border-radius: 8px;
    margin: 0 8px 0 8px;
    color: var(--color-buttons);
    font-size: 14px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
}

.score_label ul li:hover,
.score_label ul li:focus {
    background: var(--color-buttons);
    color: var(--text-light);
}

.default_label ul li {
    float: left;
    border: solid #ccc 1px;
    text-align: center;
    color: var(--color-light);
    font-size: 14px;
    line-height: 24px;
    padding: 4px 12px;
    margin: 5px 8px;
    transition: ease all 0.5s;
    border-radius: 100px;
}

.default_label ul.green_label li {
    border-color: rgba(97, 180, 135, 0.7);
}

.default_label ul.green_label li:hover,
.default_label ul.green_label li:focus,
.default_label ul.green_label li.active {
    background: rgba(97, 180, 135, 0.7);
}

.default_label ul.red_label li {
    border-color: rgba(227, 104, 104, 0.7);
}

.default_label ul.red_label li:hover,
.default_label ul.red_label li:focus,
.default_label ul.red_label li.active {
    background:  rgba(227, 104, 104, 0.7);
}

.default_label ul.align_fix {
    margin-left: 41px;
    position: relative;
    top: 0;
}

.verbals_section p.basic_tooltip:hover a span.tooltip_hover {
    opacity: 1;
    visibility: visible;
}

.white_color {
 color: var(--text-light);   
}

#delete_recording p {
    padding: 0 25px;
}

.final_evalution .labels {
  background: rgba(69, 183, 149, 0.2);
  color: var(--color-light);
  padding: 4px 16px;
  float: left;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
  margin-bottom: 25px;
}

.prize-block-caption .prize-points {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: var(--text-light);
}

.form_section .form-control[type="date"] {
    text-transform: uppercase;
    background-image: url(../img/calender.png);
    background-repeat: no-repeat;
    background-position: 18px 10px;
    padding-left: 55px;
    color: rgba(255,255,255,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form_section .form-control[type="time"] {
    text-transform: uppercase;
    background-image: url(../img/clock_icon.png);
    background-repeat: no-repeat;
    background-position: 18px 10px;
    padding-left: 55px;
    color: rgba(255,255,255,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.evaluation_section {
    background: #262836;
    max-width: 687px;
    padding: 32px 48px;
    margin: 0 auto;
    border-radius: 8px;
}

.evaluation_section ul li {
    position: relative;
    color: var(--color-light);
    line-height: 24px;
    font-size: 16px;
    margin: 36px 0;
    padding-left: 64px;
}

.evaluation_section ul li::after {
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid #26CBFF;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    filter: drop-shadow(0px 0px 8px rgba(38, 203, 255, 0.7));
    border-radius: 100%;
}

.evaluation_section ul li:nth-child(1)::after {
    content: "1";
}

.evaluation_section ul li:nth-child(2)::after {
    content: "2";
}

.evaluation_section ul li:nth-child(3)::after {
    content: "3";
}

.evaluation_section ul li:nth-child(4)::after {
    content: "4";
}

.evaluation_section ul li:nth-child(5)::after {
    content: "5";
}

.evaluation_section ul li:nth-child(6)::after {
    content: "6";
}

.evaluation_section ul li a {
    color: var(--color-primary);
}

.evaluation_section p.large {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

p.feedback_status.dark_blue {
    background: rgba(38, 203, 255, 0.05);
    color: var(--color-light);
    text-align: center;
    margin: 0;
    padding: 16px 0;
    border-radius: 8px;
}

ul.labels li.red {
    background: rgba(227, 104, 104, 0.7);
}

ul.labels li.green {
    background: rgba(97, 180, 135, 0.7);
}

label.blue {
    background: #1B8EB3;
}

label.dark_blue {
    background: rgba(38, 203, 255, 0.2);
}

label.dark_red {
    background: rgba(255, 105, 21, 0.2);
}

label.dark_green {
    background: rgba(69, 183, 149, 0.2);
}

.evaluation_section label {
    color: var(--color-light);
    border-radius: 16px;
    font-size: 14px;
    padding: 4px 12px;
    margin-right: 10px;
    margin-top: 10px;
}

#book_secction h3 {
    font-size: 24px;
}

/** footer fixed css **/

footer {
  min-height: auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-left: 280px;
  left: 0;
}

.dark_footer {
  background: var(--grey-color);
}

.bottom_control_video {
    position: relative;
    background: var(--grey-color);
    display: flex;
    padding: 8px 10px;
    justify-content: space-between;
    height: 65px;
}

a.video_btn_control.next svg {
    transform: rotate(180deg);
}

a.video_btn_control svg {
    width: 11px;
}

a.video_btn_control {
    color: var(--text-light);
    font-size: 12px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

a.video_btn_control.button {
    background: var(--color-primary);
    width: 156px;
    text-align: center;
    height: 48px;
    border-radius: 8px;
}

a.video_btn_control.button:hover,
a.video_btn_control.button:focus {
    text-decoration: none;
}

.wrapper.full_section+footer {
    padding-left: 0;
    transition: ease all 0.5s;
}

.overflow_scroll .aside-content-wrapper.with_footer {
  height: calc(100vh - 130px) !important;
  position: relative;
  overflow-x: hidden;
}

.score_label {
    position: relative;
}

.prize-block-grid-inner .prize-block-caption h3 span {
    font-size: 14px;
}

.prize-block-caption h5.prize-points {
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px;
}

.progress.tin {
    height: 4px;
    width: calc(100% - 40px);
}

.progress.tin .progress-bar {
    background: #26CBFF;
    padding: 0;
}

.progress.tin .progress-bar span {
    position: absolute;
    right: 25px;
}

.questions_trainer.form-check.custom_radio.pick_lectures {
    padding: 7px 55px 0;
    margin: 0;
}

.questions_trainer.pick_lectures .form-group label:before {
    margin-right: 10px;
}

.yourself_text.lessons_sidebar_section .aside-content-wrapper {
    height: calc(100vh - 142px);
}

.white_body .video_blog .video_section p {
    color: #F9F9FB;
    position: absolute;
    top: 24px;
    z-index: 2;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    left: 24px;
}

/*** end reviewer review **/

h3.heading_1 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  color: #333442;
  font-weight: 700;
}

.video_upload_section {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-light);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    height: 210px;
    background-size: 100% 100%;
    border-radius: 8px;
}

.video_upload_section p {
    margin: 0;
}

.video_upload_section.record_video {
    background-image: url(../img/recorder_bg.png);
}

.video_upload_section.upload_video {
    background-image: url(../img/upload_bg.png);
}

.video_upload_section.record_video a {
    color: var(--color-light);
    text-decoration: none;
}

.video_upload_section p svg {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.file_upload_section {
    border: 1px dashed #ACAFBF;
    height: 50vh;
    margin-top: 24px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file_upload_section p {
    font-size: 18px;
    line-height: 27px;
}

.file_upload_section p a {
    color: var(--color-primary);
}

.file_upload_section p + p + p {
    font-size: 14px;
    color: #7B7C8A;
    line-height: normal;
    margin: 0;
}

.file_upload_inner label {
    color: var(--color-primary);
}

/** toggle swich **/

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    margin-right: 6px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(158, 38, 255, 0.4);
    -webkit-transition: .4s;
    transition: .4s;
    border: solid var(--color-primary) 1px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100%;
}

input:checked + .slider {
  background-color: var(--color-primary);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--color-primary);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(23px);
}

.label_swich {
    font-size: 14px;
    line-height: 28px;
    color: #333442;
}

.sort_field .wrap-drop.sort_select {
    max-width: 166px;
    width: 100%;
    float: left;
}

.sort_field {
    float: right;
}

.sort_field p.white_color {
    margin: 0 15px 0 0;
    float: left;
    line-height: 48px;
}

.sort_field {
    float: right;
    width: 240px;
    display: flex;
    justify-content: flex-end;
}

.sort_select.wrap-drop.active .drop {
    height: auto;
}

.trainers_list {
    background: #262836;
    border-radius: 8px;
    padding: 40px 40px;
    min-height: 128px;
}

.trainers_list:hover,
.trainers_list:focus,
.trainers_list.active {
    background: #3A3C51;
}

.aside-tiles-item.grey_block {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.aside-tiles-item.grey_block .shadow-shape {
    display: none;
}

.trainers_name h4 {
    line-height: 40px;
    font-size: 18px;
    padding-left: 15px;
}

.slider.round {
  border-radius: 34px;
}


/** home page **/

.student_home_page {
    background: url(../img/home_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.student_home_page .no-sidebar header.header-main-inner {
    background: #0D0D14;
}

.student_home_page .aside-tiles-item {
    background: rgba(38, 203, 255, 0.1);
    border-radius: 8px;
    padding: 24px 24px;
    position: relative;
    height: 100%;
}

.student_home_page .shadow-shape {
    position: absolute;
    top: -10px;
    left: 0;
}

.student_home_page h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

.aside-tiles-item label {
    color: #F9F9FB;
}

span.info_label {
    background: #29B469;
    padding: 0;
    float: right;
    height: 30px;
    width: 40px;
    border-radius: 4px;
    margin-left: 10px;
    line-height: 30px;
    text-align: center;
    margin-top: -5px;
    color: var(--color-light);
  }

.pick_lectures .form-group label {
    position: relative;
    cursor: pointer;
    color: #7B7C8A;
}

.pick_lectures .form-group input[type="checkbox"]:checked + label {
    color: var(--color-light);
}

.pick_lectures ul.green_checkbox_layout .form-group input:checked + label:after {
    background-color: #29B469;
}

a.calendar_icon {
    position: absolute;
    right: 24px;
}

.profile_info_icon ul {
    display: flex;
    margin-top: 45px;
    justify-content: space-around;
}

.profile_info_icon ul li {
    margin: 0 15px;
    position: relative;
}

.student_home_page .aside-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

p.hover_show {
    background: #434557;
    color: #F9F9FB;
    width: auto;
    height: 34px;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    margin: 12px 0 0 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: -30px;
    left: 2px;
    padding: 0 10px;
  }

p.hover_show::after {
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    background: #434557;
    left: 50%;
    top: -6px;
    transform: rotate(45deg);
}


.profile_info_icon ul li:hover p.hover_show, .profile_info_icon ul li:focus p.hover_show {
    visibility: visible;
    opacity: 1;
}

.question_blog_full {
    background: #262836;
    border-radius: 8px;
    padding: 24px;
    transition: ease all 0.5s;
}

.question_blog_full:hover,
.question_blog_full:focus {
   background: #3A3C51;
}

.question_blog_full p span {
    margin-left: 10px;
}

.question_blog_full p {
    color: #F9F9FB;
}

.full_section {
    max-width: 100%;
}

.white_body h3.backtopage a {
    color: #000;
}

.white_body h3.backtopage a svg {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.single_video_feedback {
    max-width: 733px;
    margin: 0 auto;
}

.video_blog.single_full_video::after {
    background: rgba(13, 13, 20, 0.8);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.video_blog.single_full_video a.play_button {
    z-index: 2;
}

.video_blog.single_full_video h3.white_color {
    color: var(--color-light);
}

.video_blog.single_full_video p {
    color: var(--color-light);
}

.video_blog.single_full_video label.video_time {
    right: 24px;
    left: auto;
    z-index: 11;
    bottom: 20px;
}

.video_details_form.form_section textarea.form-control.cform-control {
    border-color: #ACAFBF;
    height: 144px;
    padding: 12px 16px;
    line-height: normal;
}

.video_details_form.form_section .form-control.cform-control {
    border: 1px solid #ACAFBF;
}

.aside-content-wrapper.white_body.with_footer footer .bottom_control_video,
.aside-content-wrapper.white_body.with_footer footer {
    background: #F9F9FB;
}

.video_blog.single_full_video .training_video_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 11;
    border: none;
}

.white_body a.video_btn_control {
   color: #333442;
   font-weight: 700;
}

.aside-content-wrapper.white_body.with_footer a.video_btn_control.next svg {
    transform: rotatey(0);
}

/** select css **/

/** select section style **/

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
    position: relative;
    z-index: 1;
}
  .custom-select-wrapper select {
    display: none;
  }
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #818496;
    background-color: transparent;
    padding: 0 16px;
    border-radius: 8PX;
    color: var(--color-light);
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    font-weight: 300;
    transition: ease all 0.5s;
}

.custom-select-trigger:hover,
.custom-select-trigger:focus {
    border-color: var(--color-primary);
}
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid var(--color-light);
        border-right: 1px solid var(--color-light);
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 0;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
    background: var(--border-dark);
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    padding: 8px 0;
}
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
   .custom-option {
        position: relative;
        display: block;
        padding: 0 16px;
        border-bottom: none;
        font-size: 16px;
        font-weight: normal;
        color: var(--text-light);
        line-height: 40px;
        cursor: pointer;
        transition: all .4s ease-in-out;
    }
    .custom-option:hover,
    .custom-option:focus {
         background: #434557;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }

    button.icon_button {
    position: absolute;
    right: 19px;
    background: transparent;
    border: none;
    padding: 0;
    line-height: normal;
    top: 17px;
}

.courses_blog.small .dropdown {
  position: absolute;
  right: 19px;
  top: 17px;
}

label.courses_label {
    position: absolute;
    background: var(--color-light);
    left: 0;
    font-size: 14px;
    color: #0D0D14;
    line-height: 24px;
    padding: 0px 18px 0px 16px;
    border-radius: 0px 4px 4px 0px;
    top: 16px;
}

/** white bg select **/

.aside-content-wrapper.white_body .custom-select-wrapper {
    width: 308px;
    float: right;
    height: 24px;
}

.aside-content-wrapper.white_body .custom-select-wrapper span.custom-select-trigger {
    color: #000;
}

.aside-content-wrapper.white_body .custom-select-trigger:after {
    border-color: #000;
}

/** default table **/

table.table.default_table_theme {
    background: #262836;
    border-radius: 8px;
    /* overflow: hidden; */
    min-width: 1000px;
}

table.table.default_table_theme thead {
    background: #3A3C51;
    border-radius: 8px;
    font-size: 12px;
}

table.table.default_table_theme thead th {
    color: #F9F9FB;
    text-transform: uppercase;
    padding: 13px 12px;
    border: none;
    line-height: 18px;
}

table.table.default_table_theme thead th svg {
    position: relative;
    top: 0px;
    margin-left: 15px;
}

table.table.default_table_theme input.form-check-input {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

table.table.default_table_theme tbody td, table.table.default_table_theme tbody th {
    color: #F9F9FB;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    padding: 16px 12px;
    border: none;
}

table.table.default_table_theme ul.labels {
    margin: 0;
}

td.status_dot svg {
    margin-left: 10px;
}

.evaluations_dropdown .wrap-drop .drop {
    height: auto;
}

#add_tag .modal-dialog {
    max-width: 560px;
}

.responsive-table {
    overflow: auto;
    border-radius: 8px 8px;
}

td.status_dot svg {
    margin-right: 10px;
    position: relative;
    top: -2 px;
}

table.table.default_table_theme tr:hover, table.table.default_table_theme tr:focus, table.table.default_table_theme tr.active {
    background: linear-gradient(0deg, rgba(158, 38, 255, 0.1), rgba(158, 38, 255, 0.1)), #262836;
}

.resources_blog p small {
    font-size: 12px;
    color: #7B7C8A;
}

.resources_blog p.time_resources svg {
    position: relative;
    top: -1px;
}

p.time_resources {
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-size: 12px;
    padding: 10px 15px;
    color: #F9F9FB;
    margin-bottom: 20px;
}

.resources_blog.give_feedback p.time_resources {
    background: rgba(158, 38, 255, 0.1);
    color: #B559FF;
    display: flex;
    justify-content: center;
    font-weight: 700;
}

.resources_blog p.time_resources svg {
    position: relative;
    margin-right: 8px;
}

.resources_hide_hover .resources_blog:hover,
.resources_hide_hover .resources_blog:focus {
    background: var(--grey-color);
}

.resources_hide_hover .resources_blog::after {
    display: none;
}

/** toggle bar tab **/

.toggle_tabbar ul.nav.nav-pills {
    width: 100%;
    display: flex;
    padding: 0;
    flex-wrap: initial;
}

.toggle_tabbar ul.nav.nav-pills li.nav-item a {
    border: solid var(--color-primary) 1px;
    color: var(--color-primary);
    text-decoration: none;
    padding: 11px 18px;
}

.toggle_tabbar ul.nav.nav-pills li.nav-item a.active {
    background: var(--color-primary);
    color:  var(--text-light);
} 

.toggle_tabbar ul.nav.nav-pills li {
    width: 50%;
    text-align: center;
}

.toggle_tabbar ul.nav.nav-pills li:nth-child(1) a {
    border-radius: 4px 0 0 4px;
}

.toggle_tabbar ul.nav.nav-pills li:nth-child(2) a {
    border-radius: 0 4px 4px 0;
}

a.link_btn {
    color: #B559FF;
    text-decoration: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 4px;
}
.form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.radio_btn_option .form-check.custom_radio {
    padding: 0;
    margin: 0;
    position: relative;
}

.radio_form_style {
    display: flex;
}

.radio_form_style .radio_button_section {
    position: relative;
    margin-right: 20px;
}

.radio_form_style .radio_button_section .form-check.custom_radio {
    padding: 0;
    margin: 0;
}

.radio_form_style .custom_radio input[type="radio"] + label {
    color: var(--color-light);
    font-size: 14px;
    padding: 0 0px 0 30px;
    line-height: 30px;
}

#give_feedback .modal-dialog.modal-dialog-centered {
    max-width: 735px;
    width: 100%;
}

/** Video Grid css start **/

.video_thumb {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.video_thumb img {
    width: 100%;
}

a.play_button {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

.video_detail {
    background: var(--grey-color);
    border-radius: 0 0 8px 8px;
    padding: 24px 24px;
    height: 88px;
}

.video_detail .d-flex {
    align-items: center;
}

.video_detail p {
    color: var(--color-light-dark);
}

.video_detail h5 {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.video_detail p {
    color: var(--color-light-dark);
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    position: relative;
}

.video_detail img+div {
    margin-top: -1px;
}

.video_detail p span::after {
    width: 4px;
    height: 4px;
    background: #c4c4c4;
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
}

.video_detail p span {
    position: relative;
    padding: 0 0 0 14px;
    margin-left: 10px;
}

label.video_time {
    background: rgba(255, 255, 255, 0.10);
    color: var(--color-light);
    width: 59px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    bottom: 16px;
    left: 24px;
    border-radius: 4px;
}

.video_blog {
    margin-bottom: 20px;
    margin-top: 5px;
}

/** video grid end **/

p.time_resources.green {
    background: rgba(69, 183, 149, 0.2);
}

p.time_resources.blue {
    background: rgba(38, 203, 255, 0.2);
}

@media (min-width: 1353px) {
    #video_audio_popup .popup_section,
    #video_audio_popup .popup_section+.video_content {
        max-width: 100%;
        width: 992px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    span.media_player_controls_timer {
        padding: 24px 25px;
    }
    span.controls_player p.large_number {
        font-size: 32px;
    }

/** courses sidebar section **/

.lesson_sidebar {
    background: var(--grey-color);
    padding: 24px 20px 24px 20px;
    margin-left: 280px;
    width: 270px;
}

.lesson_sidebar ul li {
    font-size: 13px;
}

.lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 550px);
    margin-left: 550px;
    padding: 24px 10px;
    height: calc(100vh - 65px);
}

.lessons_sidebar_section .modal-body .resources_Content .banner_blog h3 {
    font-size: 25px;
    line-height: normal;
}  

.lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 270px);
    margin-left: 270px;
}

.pagination_section_page {
    margin: 0;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    /** media controls **/
    span.media_player_controls_timer {
        width: 100%;
        padding: 15px 15px;
    }
    .control-video {
        display: flex;
    }
    .media_player_controls_timer span.controls_player {
        padding: 0 15px 10px;
        min-height: auto;
    }
    .media_player_controls_timer span.controls_player p {
        font-size: 11px;
        line-height: normal;
    }
    .media_player_controls_timer span.controls_player p.large_number {
        font-size: 28px;
    }
    span.controls_player.right_content {
        margin-left: 15px;
    }
    a.player_round_btn {
        width: 30px;
        height: 30px;
    }
    a.player_round_btn {
        left: calc(50% - 15px);
    }
    .md-right_content {
        justify-content: flex-start;
    }
    .flashcard_week {
        padding: 30px 0px 50px;
    }
    .flascard_guide h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .courses_blog .course_image img {
        width: 100%;
    }
    .courses_blog .course_image {
        margin-right: 24px;
        width: 380px;
    }
    .courses_blog .course_image {
        width: auto;
    }
    .courses_blog h3 {
        color: var(--text-light);
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .courses_blog p {
        font-size: 14px;
        line-height: 21px;
    }
    .progress-circle {
        width: 65px;
        height: 65px;
    }
    .progress-circle span {
        font-size: 16px;
        width: 59px;
        height: 59px;
        margin-left: -30px;
        margin-top: -29px;
    }
    .course_content .left_conent {
        margin-bottom: 20px;
    }

/** courses sidebar section **/

.lesson_sidebar {
    background: var(--grey-color);
    padding: 24px 20px 24px 20px;
    margin-left: 280px;
    width: 180px;
}

.lesson_sidebar ul li {
    font-size: 13px;
}

.lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 460px);
    margin-left: 460px;
    padding: 24px 0;
    height: calc(100vh - 65px);
} 

.lessons_sidebar_section .modal-body .resources_Content .banner_blog h3 {
    color: #333442;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    margin-top: 15px;
} 

.pagination_section_page {
    margin: 0;
}  

.lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 180px);
    margin-left: 180px;
}

.pagination_section_page {
    margin: 0;
}

.course_blog {
    margin-bottom: 25px;
}

.video_post_info {
    display: block;
}

.video_post_info .score_info {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.video_post_info .score_info p.light_color {
    margin: 0;
    font-size: 13px;
}

a.report_btn {
    font-size: 11px;
}

.video_post_info .score_info {
    margin-top: 10px;
}

.d-flex.score_label {
    display: block !important;
}

.d-flex.default_label {
    display: block !important;
}

.score_label ul, .default_label ul {
    margin: 0;
}

.score_label ul li {
    margin: 5px;
}

.default_label ul.align_fix {
    margin-left: 0;
}

.video_post_section p {
    margin: 0;
}

p.basic_tooltip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.profile_info_icon ul {
    padding-left: 0;
    padding-right: 0;
}

.profile_info_icon ul {
    padding: 0;
}

}

@media (max-width: 767px) {
    .pagination_section_page a.main_btn_default {
        display: none;
    }
    .flashcard_week {
        padding: 30px 0px 50px;
    }
    .flashcard_week ul li a {
        font-size: 12px;
        margin-top: 0;
    }
    .flascard_guide {
        width: 90%;
    }
    .flascard_guide h3 {
        font-size: 28px;
        padding: 0 10px;
    }
    .yourself_tex footer {
        padding-left: 0;
    }
    .popup_section {
        padding: 28px 24px;
    }
    .buttons {
        display: flex;
    }
    .buttons a {
        margin: -1px 8px;
    }
    .main_btn_default {
        padding: 0 12px;
    }
    .aside-title-area .title {
        font-size: 20px;
        line-height: 24px;
    }
    #video_audio_popup .popup_section,
    #video_audio_popup .popup_section+.video_content {
        width: 100%;
    }
    span.media_player_controls_timer {
        width: 100%;
        padding: 15px 15px;
    }
    .control-video {
        display: flex;
    }
    .media_player_controls_timer span.controls_player {
        padding: 0 15px 10px;
        min-height: auto;
    }
    .media_player_controls_timer span.controls_player p {
        font-size: 11px;
        line-height: normal;
    }
    .media_player_controls_timer span.controls_player p.large_number {
        font-size: 28px;
    }
    span.controls_player.right_content {
        margin-left: 15px;
    }
    a.player_round_btn {
        width: 30px;
        height: 30px;
    }
    a.player_round_btn {
        left: calc(50% - 15px);
    }
    .media_player_controls_timer span.controls_player label {
        font-size: 14px;
    }
    .md-right_content {
        justify-content: flex-start;
    }
    .aside-title-area p.light_color {
        display: none;
    }
    ul.labels li {
        margin-right: 5px;
    }
    ul.labels li {
        padding: 1px 5px 0;
        font-size: 11px;
    }
    .leaderboard_table tbody {
        font-size: 13px;
    }
    .table.leaderboard_table tr td,
    .table.leaderboard_table tr th {
        border: none;
        padding: 9px 5px;
    }
    span.number {
        border: solid #26CBFF 1px;
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        line-height: 28px;
        margin-top: 5px;
    }
    .question_blog {
        width: 80%;
        height: 280px;
        margin: 20px 10%;
    }
    .yourself_text.dark footer {
        padding-left: 0;
    } 

    .custom_radio input[type="radio"] + label {
       padding-left: 50px;
       margin-right: 0;
       padding-right: 0;
    }
    .flascard_guide {
        padding: 0 20px;
    }
    .flascard_guide h3 {
        font-size: 25px;
        line-height: normal;
    }
    .cources .d-flex h3 {
        font-size: 24px;
        line-height: normal;
        font-weight: 700;
        margin: 0;
        width: 190px;
    }

    .courses_blog {
        display: block;
    }

    .courses_blog .course_image {
        margin-right: 0;
    }

    .courses_blog .course_image img {
        width: 100%;
        border-radius: 8px;
        height: auto;
    }

    .course_content {
        display: block;
        padding: 0 25px;
    }

    .course_content .left_conent {
        width: 100%;
        margin-bottom: 20px;
    }

    .courses_blog.small .left_conent, .courses_blog.small .left_conent p {
        margin: 0;
    }

    .course_content {
        display: block;
        padding: 0 25px 25px;
    }

    .course_content .left_conent a.main_btn_default {
        margin-right: 15px;
    }

    .calendar_section {
        display: grid;
    }

    .month {
        padding: 30px 30px;
    }

    .weekdays {
        padding: 0 10px;
    }

    .days {
        padding: 0 10px;
    }

/** lesson sidebar **/


.lesson_sidebar {
    margin-left: 0;
    width: 120px;
    position: fixed;
    height: 100%;
    padding: 24px 10px 24px 10px;
}  

.lesson_sidebar ul {
    font-size: 14px;
}

.lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 10px 0px;
    height: calc(100vh - 65px);
}

.lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 10px 0;
    height: calc(100vh - 65px);
}

.lesson_sidebar ul {
    border-left: solid var(--color-primary) 1px;
    padding-left: 15px;
    position: relative;
    font-size: 12px;
}

.lesson_sidebar ul li::before {
    left: -18px;
}

.lesson_sidebar ul li::after {
    left: -24px;
}

.lesson_sidebar ul li svg {
    margin-right: 4px;
}

.lesson_sidebar ul li svg {
    display: none;
}

.lesson_sidebar ul li small {
    font-size: 11px;
    padding-left: 0;
}

/* .lessons_sidebar_section .left-nav,.small_header .left-nav {
    height: calc(100vh - 64px);
} */

.lessons_sidebar_section .modal-body .resources_Content .banner_blog h3 {
    color: #333442;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    margin-top: 15px;
}

.resources_Content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.lessons_sidebar_section .resources_Content h3 {
    font-size: 1rem;
}

.lessons_sidebar_section .resources_Content p {
    font-size: 14px;
}

.comment_blog {
    display: block !important;
}

.comment_blog img {
    margin-top: 10px;
    margin-right: auto;
    height: 40px;
    margin-left: auto;
    margin-bottom: 5px;
    display: flex;
}

h3.comment_name span.date_time {
    font-size: 12px;
    margin-left: 0;
    float: left;
    width: 100%;
    margin-top: 8px;
}

.pagination_section_page {
    margin: 0;
    padding: 24px 10px;
}

.comment_child .comment_blog {
    padding: 15px 0 10px;
}

.pagination_section_page p a {
    font-size: 13px;
}

.comment_section input[type="text"] {
    font-size: 13px;
}

.course_blog {
    margin-bottom: 25px;
}

.training_video_info {
    padding: 15px;
}

.training_video_info {
    display: block !important;
}

.video_upload_info img {
    margin-right: 10px;
    height: 40px;
}

.video_info h3 {
    margin: 0;
}

.video_upload_info {
    margin-bottom: 15px;
}

.video_post_section p {
    margin: 0 20px 0 0;
}

.video_blog .video_section::after {
    border-radius: 8px 8px 0 0;
}

.video_blog .video_section label.video_time {
    left: 10px;
    right: inherit;
    bottom: 10px;
    font-size: 14px;
}

.aside-title-area.md-right_content a.main_btn_default + a {
    margin-top: 0;
}

.video_post_info {
    display: block;
}

.video_post_info .score_info {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.video_post_info .score_info p.light_color {
    margin-right: 0;
    font-size: 13px;
}

a.report_btn {
    font-size: 11px;
}

footer {
   padding-left: 0;
}

.d-flex.score_label {
    display: block !important;
}

.d-flex.default_label {
    display: block !important;
}

.score_label ul, .default_label ul {
    margin: 0;
}

.score_label ul li {
    margin: 5px;
}

.default_label ul.align_fix {
    margin-left: 0;
}

.video_post_section p {
    margin: 0;
}

p.basic_tooltip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.overflow_scroll .wrapper.with_footer .aside-content-wrapper {
   padding-bottom: 50px;
}

.yourself_text footer {
  padding-left: 0;

}

span.info_label {
    float: right;
    height: 22px;
    width: 40px;
    border-radius: 4px;
    line-height: 22px;
    margin-top: 0;
}

.profile_info_icon ul li svg {
    width: 60px;
}

.profile_info_icon ul {
    padding: 0;
}

.profile_info_icon ul li {
    margin: 0 10px;
}

p.hover_show {
    left: -44px;
}

}

@media (max-width : 480px) {

    .video_audio_section span.player_control img {
        max-height: 120px;
    }

    .pick_lectures .form-group {
        font-size: 14px;
    }

/** login page css **/

a {
    text-decoration: none;
}

a:hover,
a:hover {
    text-decoration: underline;
}

body {
    font-family: 'Nunito Sans';
    overflow-x: hidden;
}

.navbar-light .navbar-brand {
    margin: 0;
}

.login-main-wrapper p,
.register-main-wrapper p,
.forgot-main-wrapper p {
    color: var(--color-light);
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.login-main-wrapper,
.register-main-wrapper,
.forgot-main-wrapper {
    max-width: 470px;
    width: 100%;
}

.form-check-input {
    width: 18px;
    height: 18px;
    background-color: rgba(23, 24, 49, 0.2);
    border: 1px solid #E4E5EA;
    margin: 3px;
}

.login-form-area .form-group label.white_color,
.register-form-area .form-group label.white_color,
.forgot-form-area .form-group label.white_color {
    color: var(--color-light);
}

.register-footer-wrapper a,
.login-main-wrapper a {
    color: var(--color-primary);
}

.checkbox_group label.form-check-label {
    margin-left: 4px;
    top: -1px;
    position: relative;
}

.register-form-area .checkbox_group label.form-check-label {
    top: 3px;
}

.checkbox_group label.form-check-label.white_color a {
    color: var(--color-primary);
    text-decoration: underline;
}

.btn.btn_submit {
    width: 76px;
    height: 48px;
    border-radius: 8px;
    padding: 10px 8px;
    background: var(--color-primary);
    margin: 0;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    transition: ease all 0.2s;
    letter-spacing: 0.05em;
}

.btn.btn_submit:hover,
.btn.btn_submit:focus {
    color: var(--color-primary);
    background: var(--color-light);
}

.register-main-wrapper .btn.btn_submit {
    width: 95px;
}

.login-footer-wrapper,
.register-footer-wrapper,
.forgot-footer-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

h5.login-footer-links,
h5.register-footer-links,
h5.forgot-footer-links {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    color: var(--color-light);
    margin: 0;
}

h5.login-footer-links a,
h5.register-footer-links a h5.forgot-footer-links a
{
    color: var(--color-primary);
}

p.large {
    font-size: 16px;
}

p.large2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

p.large3 {
    font-size: 18px;
}

.sucess_msg_full {
    max-width: 100%;
}

.new_password .btn.btn-primary.btn_submit {
    width: auto;
    padding: 0 16px;
}

.link_content,.link_content:hover,.link_content:focus {
    color: var(--color-primary);
}


@media screen and (max-width: 1366px) {
    .login-main-wrapper,
    .register-main-wrapper {
        margin: 50px 0 0;
    }
}


/** end login css **/


/** register css **/

.register-form-area .checkbox_group input.form-check-input {
    margin-top: 15px;
}


/** mobile **/

@media (max-width: 575px) {
    .navbar-brand img {
        width: 100px;
    }
    .navbar .container-fluid {
        padding: 0;
    }
    .navbar-links .navr-links {
        font-size: 11px;
        line-height: normal;
        margin: 0 20px 0 0;
    }
    .navbar-links .navr-links:last-child {
        margin-right: 0;
    }
    .login-caption .title,
    .register-caption .title,
    .forgot-caption .title {
        font-size: 25px;
    }
    .login-main-wrapper,
    .register-main-wrapper,
    .forgot-main-wrapper {
        padding: 0 5px;
    }
    .checkbox_group .col-sm-9 {
        position: relative;
    }
    .register-form-area .checkbox_group input.form-check-input {
        margin-top: 12px;
        position: absolute;
        left: 15px;
        top: 0;
    }
    .register-form-area .checkbox_group label.form-check-label {
        top: 3px;
        padding-left: 30px;
        line-height: normal;
        font-size: 13px;
    }
    .register-main-wrapper .btn.btn_submit {
        margin-top: 30px;
    }
    h5.login-footer-links,
    h5.register-footer-links,
    h5.forgot-footer-links {
        font-size: 15px;
    }
    p.large {
        font-size: 14px;
    }
}


/** edited css 29-march-22 **/

.profile-drop .item ul li:last-child {
    border-top: solid #434557 1px;
}

.profile-drop .item ul li a svg {
    margin-right: 11px;
    width: 22px;
    text-align: left;
    position: relative;
    top: -1px;
}


/** edited css 29-march-22 **/

.overflow_scroll .aside-content-wrapper {
  height: calc(100vh - 65px);
  overflow: auto;
}

.overflow_scroll .wrapper.with_footer .aside-content-wrapper {
  overflow: auto;
  position: relative;
  height: calc(100vh - 144px);
}

.top_profile_section {
    border-bottom: solid #434557 1px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.profile-information-blog {
    background: var(--grey-color);
    padding: 40px 64px;
    max-width: 734px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
}

.profile-drop .item ul li:last-child {
    border-top: solid #434557 1px;
}

.profile-drop .item ul li a svg {
    margin-right: 11px;
    width: 22px;
    text-align: left;
    position: relative;
    top: -1px;
}

.progress_bar .post p,
.progress_bar .rookie p {
    font-size: 12px;
    margin: 0;
    color: var(--color-light);
    line-height: 18px;
    margin-bottom: 2px;
}

.btn__badge {
    right: 12px;
}

.item.dropdown .btn__badge {
    right: 4px;
}

.reward_btn .item .dropdown-toggle::after {
    content: none;
}

.profile-information-blog h5 {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 24px 0;
    display: block;
}

.profile-information-blog img.flex-shrink-0 {
    margin-right: 32px;
}

.profile-information-blog p {
    color: var(--color-light-dark);
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.buttons.profiles {
    position: relative;
}

.buttons.profiles input[type="file"] {
    width: 135px;
    background: var(--color-primary);
    color: var(--text-light);
    height: 48px;
    border-radius: 8px;
    margin-right: 10px;
    display: none;
}

.buttons.profiles input {
    opacity: 0;
    visibility: hidden;
}

.buttons.profiles label {
    background: var(--color-primary);
    color: var(--text-light);
    width: 145px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-right: 10px;
}

.buttons.profiles button,
.buttons.profiles a {
    border: none;
    min-width: 86px;
    height: 48px;
    border-radius: 8px;
    color: var(--color-primary);
    background: transparent;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 700;
    border: solid var(--color-primary) 1px;
    padding: 0 16px;
}

.buttons.profiles button.default_btn {
    background: var(--color-primary);
    color: var(--text-light);
    margin-right: 10px;
}

div.buttons a.default_btn {
    min-width: 86px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 700;
    border: solid var(--color-primary) 1px;
    padding: 0 16px;
    background: var(--color-primary);
    color: var(--text-light);
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-decoration: none;
}

.form_section label.control-label {
    color: var(--color-light-dark);
    font-size: 14px;
    line-height: 21px;
}

.form_section .form-control {
    border: 1px solid #818496;
    background-color: transparent;
    padding: 5px 16px;
    border-radius: 8PX;
    color: var(--color-light);
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    font-weight: 300;
}

.form_section .form-control:focus {
    border-color: var(--color-primary);
}

.disable_field {
    position: relative;
}

.disable_field svg {
    position: absolute;
    right: 10px;
    top: 14px;
    right: 16px;
}

.form_section .form-control[disabled] {
    background: var(--border-dark);
    border-color: #434557;
    color: var(--color-light-dark);
    padding: 5px 40px 6px 16px;
}

.form_section .form-control.flag {
    background-image: url(../img/flag.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    padding-left: 54px;
}

span.doller_sign {
    position: absolute;
    left: 22px;
    top: 10px;
}

span.doller_sign svg {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
}

.form_section .form-control.dollor {
    padding-left: 48px;
}

.form_section hr {
    background: var(--color-light-dark);
    margin: 25px 0;
}

.buttons.profiles button.delete_btn {
    color: var(--color-danger);
    border-color: var(--color-danger);
}

.buttons.profiles a.delete_btn {
    color: var(--color-danger);
    border-color: var(--color-danger);
    display: inline-block;
    line-height: 46px;
    text-decoration: none;
}

.form_section .buttons button {
    margin-right: 10px;
}

.profile_default {
    width: 160px;
    height: 160px;
    background: rgba(69, 183, 149, 0.2);
    border-radius: 100%;
    margin-right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_default img {
    max-width: 100%;
    width: auto;
}

#change_password .modal-dialog {
    max-width: 560px;
}

.field_with_icon {
    position: relative;
}

.field_with_icon span.toggle-password {
    color: var(--color-light);
}

.field_with_icon span.toggle-password svg.eye_open {
    margin-top: -1px;
}

.eye_close {
    display: none;
}

.fa-eye-slash .eye_close {
    display: block;
    position: relative;
    top: 3px;
}

.fa-eye-slash .eye_open {
    display: none;
}

.toggle-password::before {
    display: none;
}

#change_password form.feedback_form input {
    color: var(--color-light);
}

#change_password .modal-footer {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: -15px;
    margin-bottom: 24px;
    padding-bottom: 0;
}

span.password_guide {
    color: var(--color-light-dark);
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-top: 3px;
}

#password_saved .modal-dialog.modal-dialog-centered.modal-md {
    max-width: 325px;
}

#password_saved .btn {
    background: var(--color-primary);
    color: var(--color-light);
}

#password_saved .modal-body {
    margin: 0;
    padding: 10px 0 10px 0;
}

#delete_my_account p,
#remove_profile_image p {
    color: var(--text-light);
    margin: 0;
}

span.password_guide+.toggle-password {
    bottom: inherit;
    top: 46px;
}

span.password_guide+.toggle-password.fa-eye-slash {
    bottom: inherit;
    top: 40px;
}


/** profile plugin **/

.image-container {
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    overflow: hidden;
    width: 100%;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.image-container::after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(../img/shape.png);
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.image-container::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(../img/image.png);
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.range-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    background: var(--border-dark);
    padding-bottom: 15px;
    border-radius: 0 0 4px 4px;
}

.range-container {
    align-items: center;
    display: flex;
    height: 1.5rem;
    width: 194px;
    margin: 0 10px;
}

.left {
    height: 1px;
    background-color: #818496;
}

.knob {
    height: 16px;
    width: 16px;
    border-radius: 9999px;
    background-color: #434557;
    cursor: pointer;
    border: solid var(--color-primary) 1px;
    box-shadow: 0px 0px 8px #ad26ff;
}

.right {
    flex: 1;
    height: 1px;
    background-color: #818496;
}

#upload_photo .modal-dialog {
    max-width: 560px;
    width: 100%;
}

@media (max-width: 767px) {
    .profile-information-blog {
        background: var(--grey-color);
        padding: 30px 30px;
        max-width: 734px;
        width: 100%;
        margin: 0 auto;
        border-radius: 8px;
    }
    .profile_default {
        width: 90px;
        height: 90px;
        margin-right: 20px;
    }
    .profile-information-blog p {
        margin-top: 0;
    }
    .top_profile_section .d-flex.position-relative {
        display: block !important;
        text-align: center;
    }
    .profile-information-blog img.flex-shrink-0 {
        width: 120px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .profile_default {
        width: 90px;
        height: 90px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .profile_default img {
        width: 45px;
    }
}


/** 30-march-2022 **/

.progress-bar {
    line-height: 16px;
}

.left-nav {
    z-index: 2;
}

@media (min-width: 992px) and (max-width: 1090px) {
    /** top section **/
    .progress_bar .post p,
    .progress_bar .rookie p {
        font-size: 11px;
    }
    .navbar-right-custom {
        min-width: 300px;
    }
    .progress_bar .post,
    .progress_bar .rookie {
        padding: 0 10px;
    }
    .notification-drop .item,
    .reward_btn .item {
        padding: 10px 5px;
    }
    .profile-drop {
        margin-left: 5px;
    }
    .profile-main-drop {
        padding-right: 15px;
    }
    .profile-main-drop .profile-content .title {
        font-size: 13px;
        line-height: 21px;
    }
}


/** resources page css **/

.searchbar_main {
    position: relative;
}

.searchbar_main button {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    padding: 11px 18px 0;
}

.searchbar_main input.form-control.cform-control {
    padding-left: 55px;
    color: #56586D;
}

.resources_blog {
    background-color: var(--grey-color);
    padding: 24px;
    border-radius: 8px;
    min-height: auto;
    margin-top: 24px;
    transition: ease all 0.5s;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
}

.resources_vendor {
    width: 64px;
    height: 64px;
    background: rgba(117, 37, 255, 0.1);
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    margin-right: 16px;
    transition: ease all 0.5s;
}

.resources_blog p {
    color: var(--text-light);
    margin: 10px 0 0 0;
}

.resources_vendor.orange {
    background: rgba(255, 105, 21, 0.2);
}

.resources_vendor.blue {
    background: rgba(38, 203, 255, 0.2);
}

label.youtube {
    background: rgba(255, 77, 38, 0.2);
    color: var(--color-light);
    font-size: 14px;
    line-height: 24px;
    width: 70px;
    border-radius: 16px;
    text-align: center;
    margin-top: 4px;
}

label.article {
    background: rgba(69, 183, 149, 0.2);
    color: var(--color-light);
    font-size: 14px;
    line-height: 24px;
    width: 70px;
    border-radius: 16px;
    text-align: center;
    margin-top: 4px;
}

label.blogpost {
    background: rgba(38, 203, 255, 0.2);
    color: var(--color-light);
    font-size: 14px;
    line-height: 24px;
    width: 70px;
    border-radius: 16px;
    text-align: center;
    margin-top: 4px;
}

.resources-content div>a {
    text-decoration: none;
}

.resources_blog::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/link_icon.svg);
    display: block;
    background-position: center center;
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
}

.resources_blog:hover,
.resources_blog:focus {
    background: var(--border-dark);
}

.resources_blog:hover::after,
.resources_blog:focus::after {
    opacity: 1;
    visibility: visible;
}


/** custom select box **/

@import url("//fonts.googleapis.com/css?family=Maven+Pro");
.wrap-drop {
    box-shadow: none;
    cursor: pointer;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    border: 1px solid #818496;
    height: 48px;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light-sec);
}

.wrap-drop.active {
    border-color: var(--color-primary);
    color: var(--color-light);
}

.wrap-drop::after {
    border: none;
    content: "";
    height: 8px;
    margin-top: 0;
    position: absolute;
    right: 16px;
    top: calc(50% - 4px);
    width: 14px;
    background-image: url(../img/arrow_select.svg);
    transform: rotate(180deg);
    transition: ease all 0.5s;
}

.wrap-drop .drop {
    background: var(--grey-color);
    left: auto;
    list-style: none;
    margin-top: auto;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    width: 100%;
    border-radius: 8px;
    margin-top: 1px;
    padding: 8px 0;
    transition: ease all 0.2s;
    height: 0;
    overflow: hidden;
}

.wrap-drop .drop li a {
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: var(--color-light);
    text-decoration: none;
    height: 40px;
    float: left;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.wrap-drop .drop li:hover a {
    background: var(--border-dark);
    color: var(--text-light);
}

.wrap-drop.active::after {
    transform: rotate(0);
}

.wrap-drop.active .drop {
    opacity: 1;
    pointer-events: auto;
    max-height: 256px;
}


/** end custom select box **/

.wrap-drop .drop ul {
    display: none;
    position: absolute;
    top: 100%;
    background: var(--grey-color);
    left: 0;
    right: 0;
    z-index: 1;
    width: 224px;
    padding: 0;
}

.wrap-drop .drop ul li {
    padding: 0 20px 0 20px;
    border-bottom: none;
    height: 40px;
    margin: 8px 0;
    display: flex;
    align-items: center;
}

.wrap-drop .drop ul li a,
.wrap-drop .drop ul li span {
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: var(--color-light);
    text-decoration: none;
}

.wrap-drop .drop li a svg {
    margin-right: 11px;
    width: 22px;
    text-align: left;
    position: relative;
    top: -1px;
}

.wrap-drop span {
    color: var(--color-light);
}

.wrap-drop .drop li {
    display: flex;
    margin: 4px 0;
    float: left;
    width: 100%;
}

.wrap-drop .drop li:hover a,
.wrap-drop .drop li:focus a,
.wrap-drop .drop li.selected a {
    background: var(--border-dark);
}


/** resoureces popup css **/

.resources_form .modal-dialog {
    max-width: 922px;
}

.resources_form .modal-dialog .modal-content {
    background: var(--color-light);
    border: none;
    border-radius: 8px;
}

.resources_form h5.modal-title svg {
    margin-right: 15px;
}

.resources_form h5.modal-title {
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    line-height: 24px;
}

h5.modal-title a {
    color: #333442;
    font-weight: normal;
}

.modal-body .resources_Content {
    padding: 0 70px;
}

.modal-body .resources_Content .banner_blog {
    position: relative;
    margin-bottom: 15px;
}

.modal-body .resources_Content .banner_blog h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: var(--color-light);
}

.resources_Content p {
    margin-top: 0.5rem;
    color: #333442;
    margin-bottom: 1rem;
}

.resources_Content p.note {
    color: var(--color-light-dark);
}

ul.list_style1 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #333442;
    list-style: disc;
    padding-left: 20px;
}

p.danger_lable {
    background: rgba(255, 105, 21, 0.2);
    padding: 8px;
    border-radius: 4px;
}

.resources_Content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.modal-body .resources_Content .banner_blog img {
    width: 100%;
}

a.play_button {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

.video_section {
    position: relative;
    margin-bottom: 20px;
}

.video_section img {
    max-width: 100%;
    width: 100%;
}

.video_section::after {
    background: #0D0D14;
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.video_section a.play_button {
    z-index: 1;
}

.white_body {
    background: var(--color-light);
}

.model_content_fit_screen .modal-content {
    border: none;
    border-radius: 0;
}

.model_content_fit_screen .modal-body {
    max-width: 905px;
    margin: 0 auto;
}

.white_body li.breadcrumb-item {
    font-size: 14px;
    line-height: 21px;
    color: #333442;
}

.model_content_fit_screen .breadcrumb-item.active {
    color: var(--color-light-dark);
}

.model_content_fit_screen .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.model_content_fit_screen .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
}

.video_section label.video_time {
    background: rgba(255, 255, 255, 0.10);
    color: var(--color-light);
    width: 59px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    bottom: 16px;
    right: 24px;
    border-radius: 4px;
    z-index: 1;
}

p.empty_content {
    color: var(--color-light-dark);
}

/** comment child **/

.comment_child .comment_blog {
    background: var(--text-light);
    margin: 0 -16px;
    padding: 15px 16px 0;
    margin-top: 0;
}

.comment_child .comment_blog .comment_inner_section {
    border: none;
    padding-bottom: 0;
    display: block;
    width: 100%;
}

.comment_section .comment_field_input input[type="text"] {
    border: none;
    color: #333442;
    padding: 0;
}

.comment_field_input form {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.comment_field_input form button {
    background: transparent;
    border: none;
    padding: 0;
}

.preview_icon {
    width: 100%;
    text-align: center;
}

.preview_icon svg {
    max-width: 750px;
    width: 90%;
}


p.loading_progresing {
    background: rgba(158, 38, 255, 0.1);
    text-align: center;
    color: var(--color-light);
    padding: 30px 15px;
    margin: 0;
    position: relative;
}

p.loading_progresing::after {
    width: calc(100% - 16px);
    content: "";
    display: block;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    position: absolute;
    left: 8px;
    bottom: 5px;
}

p.loading_progresing::before {
    width: 50%;
    content: "";
    display: block;
    height: 4px;
    background: #B559FF;
    border-radius: 8px;
    position: absolute;
    left: 8px;
    bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .model_content_fit_screen .modal-body .resources_Content {
        padding: 0;
    }
    .resources_form .modal-dialog {
        padding: 1rem;
    }
    .modal-body .resources_Content .banner_blog h3 {
        font-size: 21px;
        line-height: normal;
    }
    .modal-body .resources_Content {
        padding: 0 40px;
    }
    .modal-body .resources_Content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .resources_Content p {
        font-size: 15px;
    }
    .modal-body .resources_Content {
        padding: 0;
    }
    .modal-body .resources_Content .banner_blog h3 {
        font-size: 18px;
        line-height: normal;
    }
    form.search_bar {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .resources_form .modal-dialog {
        padding: 1rem;
    }
    .white_body li.breadcrumb-item {
        font-size: 13px;
    }
}


/***** 31-march-2022 *****/


/** Randomiser page **/

.random-config-caption h3 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--text-light);
}

.randomister_content a:hover,
.resources-content a:hover,
.randomister_content a:focus,
.resources-content a:focus {
    text-decoration: none;
}

.border_btn_default {
    height: 48px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 48px;
    color: #B559FF;
    border-radius: 8px;
    border: solid #B559FF 1px;
    transition: ease all 0.5s;
    min-width: auto;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.03em;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
}

.main_btn_default {
    height: 48px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 48px;
    color: var(--color-light);
    border-radius: 8px;
    border: solid var(--color-primary) 1px;
    background: var(--color-primary);
    transition: ease all 0.5s;
    min-width: 75px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
}

a.main_btn_default.no_hover:hover {
    background: var(--color-primary);
    color: var(--color-light);
}

.randomister_popup .modal-content {
    background: var(--grey-color);
}

.main_btn_default:hover,
.main_btn_default:focus {
    text-decoration: none;
}

.border_btn_default:hover,
.border_btn_default:focus {
    background: var(--color-primary);
    color: var(--color-light);
    text-decoration: none;
}

.main_btn_default:hover,
.main_btn_default:focus {
    background: transparent;
    color: var(--color-primary);
    text-decoration: none;
}

.randomister_content .line-height_48 {
    line-height: 48px;
}

.randomister_blog h3 {
    font-size: 24px;
    color: var(--text-light);
    line-height: 36px;
}

.randomister_blog p {
    color: var(--color-light-dark);
}

.randomister_popup .modal-dialog {
    max-width: 733px;
}

.white-font p {
    color: var(--text-light);
    font-size: 16px;
}

.white-font ul li {
    color: var(--text-light);
    font-size: 16px;
}

.static_form {
    display: flex;
    justify-content: center;
}

.popup_section {
    padding: 32px 56px;
    background: var(--grey-color);
    max-width: 734px;
    float: none;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%), 0px 3px 25px rgb(0 0 0 / 56%);
}

.popup_header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}

.popup_header h4 {
    font-size: 16px;
    color: var(--text-light);
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.popup_header a {
    color: var(--color-primary);
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
}

.popup_content p {
    font-size: 16px;
    color: var(--text-light);
    opacity: 0.8;
    line-height: 24px;
    margin: 16px 0px;
    position: relative;
}

.video_audio_section img {
    width: 100%;
}

.popup_footer a.main_btn_default {
    margin-left: 0;
}

.popup_footer {
    margin-top: 24px;
}

a.border_btn_default.icon_btn {
    float: right;
    margin-right: 0px;
    line-height: 46px;
}

a.border_btn_default.icon_btn:hover,
a.border_btn_default.icon_btn:focus {
    background: transparent;
}

#video_audio_popup .popup_section,
#video_audio_popup .popup_section+.video_content {
    max-width: 992px;
    width: 100%;
}

.video_audio_section span.player_control {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

span.player_recording_btn {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    opacity: 0;
    transition: ease all 0.5s;
    visibility: hidden;
    transform: scale(0);
    border-radius: 8px;
}

.video_audio_section:hover span.player_recording_btn,
p.video_audio_section:focus span.player_recording_btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.video_content .accordion-collapse .accordion-body {
    opacity: 0.8;
}

.video_content .accordion-collapse .accordion-body p {
    line-height: 24px;
}

.prize-block-grid-inner {
    background: #3A3C51;
    border: solid transparent 1px;
}

.prize-block-grid-inner .prize-block-caption {
  min-height: 140px;
  position: relative;
}

.prize-block-grid-inner:hover, .prize-block-grid-inner:focus {
    box-shadow: 0px 0px 20px rgb(158 38 255 / 47%);
    border-color: var(--color-primary);
}

.lesson_sidebar ul li.hide_check::after {
    background-image: none;
}

/** accordion **/

.video_content button.accordion-button h4 {
    font-size: 16px;
    color: var(--text-light);
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    float: left;
}

.video_content button.accordion-button span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    float: right;
    color: var(--color-primary);
}

.video_content .accordion-button::after {
    position: absolute;
    width: 14px;
    background-size: cover;
    height: 8px;
    left: 29px;
    background-image: url(../img/accordian_arrow.svg);
    top: 38px;
}

.video_content button.accordion-button {
    background: var(--grey-color);
    border-radius: 8px !important;
    padding: 30px 30px 30px 60px;
}

.video_content .accordion-item {
    background: var(--grey-color);
    border-radius: 8px;
    border: none;
}

.video_content button.accordion-button {
    background: var(--grey-color);
    border-radius: 8px;
    display: block;
    box-shadow: none;
}

.video_content .accordion-collapse p {
    color: var(--text-light);
    line-height: normal;
    margin: auto;
}

.video_content .accordion-collapse .accordion-body {
    padding: 0 30px 30px 60px;
    margin: 0;
}

a.player_round_btn {
    position: relative;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

.player_round_btn_play {
    position: relative;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_audio_section {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: ease all 0.5s;
}

span.media_player_controls_timer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 40px;
}

.media_player_controls_timer span.controls_player {
    background: rgba(25, 26, 33, 0.8);
    border-radius: 8px;
    padding: 0 24px;
    display: block;
    float: left;
    min-height: 95px;
}

.media_player_controls_timer span.controls_player label {
    text-align: left;
    color: var(--text-light);
    opacity: 0.7;
    padding-top: 7px;
}

span.controls_player p.large_number {
    font-size: 35px;
    color: var(--color-light);
    opacity: 1;
    line-height: 36px;
    margin: 7px 0 27px 0;
}

.media_player_controls_timer span.controls_player span.left {
    background: transparent;
}

.media_player_controls_timer span.controls_player p {
    opacity: 1;
    margin-bottom: 0;
}

span.controls_player.col-sm-9 {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.media_player_controls_timer span.controls_player.col-sm-3 {
    width: 22%;
    margin-right: 3%;
    position: relative;
}

span.controls_player.left_timer {
    width: 165px;
}

span.controls_player.right_content {
    display: flex;
    width: 80%;
    justify-content: space-between;
    float: right;
    margin-left: 24px;
}

span.media_player_controls_timer .control-video {
    display: flex;
    justify-content: space-between;
}

.video_audio_section:hover>img,
.video_audio_section:focus>img,
.video_audio_section:hover .media_player_controls_timer,
.video_audio_section:focus .media_player_controls_timer {
    filter: blur(3px);
}

span.video_info_label {
    position: absolute;
    bottom: 24px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

span.video_info_label label {
    background: var(--color-light);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
}

.accordion-body img.img-fluid {
    width: 100%;
}

a.main_btn_default+a {
    margin-left: 24px;
}

a.main_btn_default + a:hover {
    text-decoration: none;
}

#review_submit h5.modal-title {
    color: var(--text-light);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 16px;
}

#review_submit .modal-content {
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
    height: 420px;
}

#review_submit .modal-header {
    padding-bottom: 0px;
}

.md-right_content {
    justify-content: flex-end;
}

.light_color {
    color: var(--color-light-dark);
}

.aside-title-area p.light_color {
    margin: 0 24px 0 0;
    line-height: 48px;
}

.score_info {
    padding: 20px 24px 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.score_info p {
    margin: 0;
    float: left;
    line-height: 32px;
}

.score_info p b {
    color: var(--color-light);
}

.score_info .green-text,
.green-text {
    color: #29b469;
}

a.report_btn {
    background: rgba(158, 38, 255, 0.1);
    border-radius: 4px;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #B559FF;
    font-weight: 700;
    float: right;
    text-decoration: none;
}

#video_report .modal-dialog,
#video_report1 .modal-dialog {
    max-width: 560px;
}

#video_report .modal-dialog .modal-content {
    border: none;
    border-radius: 8px;
}

p.score_total {
    background: rgba(69, 183, 149, 0.2);
    border-radius: 4px;
    color: var(--text-light);
    padding: 8px 16px;
    font-size: 14px;
}

.verbals {
    border: 1px solid #3A3C51;
    padding: 16px 21px 16px 16px;
    border-radius: 4px;
}

.verbals p {
    color: var(--text-light);
}

.progress_bar_verbals .progress {
    height: 2px;
    background: #ACAFBF;
}

.progress_bar_verbals .progress .progress-bar {
    background: #ACAFBF;
}

.progress_bar_verbals .progress .progress-bar.active {
    background: #29B469;
}

ul.process_number {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

ul.process_number li {
    display: flex;
    color: #7B7C8A;
    font-size: 12px;
    position: relative;
}

ul.process_number li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ACAFBF;
    position: absolute;
    left: 0px;
    top: -14px;
    border-radius: 100%;
}

ul.process_number li.active:after {
    background: #29B469;
}

ul.labels {
    display: flex;
    margin-top: 13px;
}

ul.labels li {
    padding: 0px 8px;
    background: #999;
    border-radius: 50px;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    color: var(--text-light);
    font-weight: normal;
}

ul.labels li {
    margin-right: 8px;
}

ul.labels li.red {
    background: rgba(227, 104, 104, 0.7);
}

ul.labels li.green {
    background: rgba(97, 180, 135, 0.7);
}

.process_number li.active.fixed_trag::before {
    content: "";
    background: linear-gradient(0deg, rgba(41, 181, 112, 0.2), rgba(41, 181, 112, 0.2)), #262836;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -4px;
    border: 1px solid #29B469;
    box-shadow: 0px 0px 8px #29b469;
    border-radius: 100%;
    top: -19px;
    z-index: 1;
}

ul.process_number li:last-child {
    right: -5px;
}

.video_report_details.error_red p.score_total {
    background: rgba(255, 77, 38, 0.2);
}

b.red-text {
    color: #FF5353;
}

.error_red .progress_bar_verbals .progress .progress-bar.active {
    background: #FF5353;
}

.error_red .process_number li.active.fixed_trag::before {
    border: 1px solid #FF5353;
    box-shadow: 0px 0px 8px #ff5353;
    background: linear-gradient(0deg, rgba(255, 83, 83, 0.2), rgba(255, 83, 83, 0.2)), #262836;
}

a.report_btn svg {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.error_red ul.process_number li.active:after {
    background: #FF5353;
}

.profile_img {
    position: relative;
    width: 80px;
    margin: 0 auto;
}

label.notification {
    width: 40px;
    height: 40px;
    color: var(--color-light);
    border: solid var(--color-success) 1px;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background: var(--border-dark);
    position: absolute;
    bottom: 0;
    right: -20px;
}

.leaderboard_profile {
    margin-top: 10px;
}

.profile_info {
    text-align: center;
}

.profile_info p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
}

.profile_info p b {
    color: var(--color-light);
}

.profile_info h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

#leaderboard_form .popup_section {
    width: 100%;
}

.table.leaderboard_table {
    padding-top: 0;
}

.leaderboard_table thead {
    padding: 0;
    color: #ACAFBF;
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    top: 0;
}

.leaderboard_table thead tr {
    padding: 0;
    border: none;
    box-shadow: none;
}

.table.leaderboard_table tr {
    border: none;
    padding: 0;
}

.leaderboard_table thead tr th {
    font-weight: normal;
    padding: 0;
}

.leaderboard_table tbody {
    color: var(--text-light);
    border: none;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}

.leaderboard_table tbody img {
    margin-right: 10px;
}

span.number {
    border: solid #26CBFF 1px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.table.leaderboard_table tr {
    border: none;
}

.table.leaderboard_table tr td,
.table.leaderboard_table tr th {
    border: none;
    padding: 9px 0;
}

.question_blog {
    background: var(--grey-color);
    max-width: 400px;
    width: 100%;
    height: 320px;
    border-radius: 16px;
    margin: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 0.25s;
}

.question_blog:hover,
.question_blog:focus,
.question_blog.active {
    background: #262836;
    border: 1px solid #BB66FF;
    transform: scale(1.2);
    box-shadow: 0px 0px 64px rgb(178 45 185 / 40%);
}

.question_section {
    max-width: 990px;
    margin: 0 auto;
    width: 100%;
    padding-top: 0;
}

.random_test .question_blog h3 {
    color: var(--color-light);
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.white_body .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.white_body .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
}

.white_body .breadcrumb-item.active {
    color: var(--color-light-dark);
}

.random_test label.form-check-label {
    color: #0D0D14;
    font-size: 16px;
    line-height: 24px;
}

.random_test .form-check {
    border: 1px solid #E4E5EA;
    padding: 21px 25px;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 922px;
}

p.large_style {
    font-size: 18px;
    line-height: 27px;
}

p.light_text {
    color: var(--color-light-dark);
}

.random_test .breadcrumb {
    margin-bottom: 1.5rem;
}

/** radio button **/

.custom_radio{
   margin: 20px;
}
.custom_radio input[type="radio"]{
  display: none;
}
.custom_radio input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  margin-right: 11em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
}
.custom_radio input[type="radio"] + label:before, 
.custom_radio input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: Times;
    border-radius: 50%;
    transition: all .3s ease;
    border: solid #E4E5EA 1px;
    background: transparent;
}
.custom_radio input[type="radio"] + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em transparent, inset 0 0 0 1em transparent;
}
.custom_radio input[type="radio"]:checked + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 3px white, inset 0 0 0 1em var(--color-primary);
}

.custom_radio input[type="radio"]:checked + label:after {
    border-color: var(--color-primary);
}

.yourself_text footer {
    min-height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding-left: 280px;
    background: var(--color-light);
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E4E5EA;
    left: 0;
}

body.overflow_scroll.yourself_tex .aside-content-wrapper.with_footer {
    height: calc(100vh - 130px) !important;
}

.yourself_text footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.yourself_tex .wrapper.full_section + footer {
    padding-left: 0;
    transition: ease all 0.5s;
}

a.main_btn_default.blue_color {
    background: var(--color-blue);
    border-color: var(--color-blue);
    color: var(--color-light);
}

a.main_btn_default.blue_color:hover,
a.main_btn_default.blue_color:focus {
   border-color: var(--color-blue);
   color: var(--color-blue);
   background: var(--color-light);
}

.form-check.custom_radio.right_ans {
    border-color: #29B469;
    background: rgba(69, 183, 149, 0.05);
}

.form-check.custom_radio.false_ans {
    border-color: #FF5353;
    background:  rgba(255, 77, 38, 0.05);
}

.form-check.custom_radio {
    border-color: #FF5353;
    background: rgba(255, 77, 38, 0.05);
}

.form-check.ans_submit_msg {
    background: rgba(69, 183, 149, 0.05);
    border: none;
    border-left: solid #29B469 4px;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 52px;
}

.incrrect_ans .form-check.ans_submit_msg {
    background: rgba(255, 77, 38, 0.05);
    border: none;
    border-left: solid #FF5353 4px;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 52px;
}

.form-check.ans_submit_msg img {
    margin-right: 12px;
    position: relative;
    top: -1px;
}

.pick_lectures li.breadcrumb-item,
.light_breadcrum li.breadcrumb-item {
    color: var(--color-light);
}

.pick_lectures li.breadcrumb-item.active,
.light_breadcrum li.breadcrumb-item.active {
    color: var(--color-light-dark);
}

.yourself_text.dark footer {
    background: #191a21;
    border-color: #3A3B51;
}

.form-check h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.form-check p {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 21px;
}

.random-config-caption h3 {
    color: var(--color-light);
}

.form-check.ans_submit_msg p {
  padding: 0;
  line-height: 51px;
}

.flashcard_week ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: center;
    border-top: 1px solid #E4E5EA;
}

.flashcard_week ul li {
    position: relative;
}

.flashcard_week ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #CBF2FF;
    display: block;
    margin: -12px auto 0;
    border-radius: 100%;
    background-image: url(../img/icon_lock.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.flashcard_week ul li a {
    font-size: 14px;
    color: var(--color-light-dark);
    line-height: 21px;
    margin-top: 0;
}

.flashcard_week ul li a:hover {
   text-decoration: none;
}

.flashcard_week ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #CBF2FF;
    display: block;
    margin: -12px auto 14px;
    border-radius: 100%;
    background-image: url(../img/icon_lock.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.flashcard_week {
    padding: 50px 80px 70px;
}

.flashcard_week ul li.active::before {
    background-color: #29B469;
    background-image: url(../img/check_icon.png);
}

.flascard_guide {
    max-width: 734px;
    min-height: 420px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 18px rgb(196 196 196 / 50%);
    border-radius: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 48px;
}

.flascard_guide p.large {
    font-size: 25px;
    color: var(--color-light-dark);
    line-height: 50px;
    margin: 0;
}

.flascard_guide h3 {
    color: #333442;
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
    margin: 0;
}

/** checkbox **/

.pick_lectures .form-group {
  display: block;
  margin-bottom: 15px;
}

.pick_lectures .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.pick_lectures .form-group label {
  position: relative;
  cursor: pointer;
}

.pick_lectures .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #E4E5EA;
    box-shadow: none;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 19px;
    border-radius: 4px;
    position: relative;
    top: -1px;
}

.pick_lectures .form-check.custom_check .form-group {
    margin: 0;
}

.pick_lectures .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--color-primary);
    top: 3px;
    border-radius: 3px;
    left: 0;
    background-image: url(../img/Checkmark.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.pick_lectures .form-check.custom_check {
    background: var(--grey-color);
    border-color: var(--grey-color);
    font-size: 18px;
    color: var(--text-light);
    font-weight: 700;
    max-width: 100%;
}

.pick_lectures .select_field label {
    color: var(--color-light) ;
}

.pick_lectures .select_field label::before {
    top: -1px;
    margin-right: 10px;
}

.pick_lectures .full.select_field .form-group {
    margin-right: 25px;
}

.pick_lectures .form-check.custom_check.lock_checkbox {
    background: #3A3C51;
    border-color: #3A3C51;
}

.pick_lectures .form-check.custom_check.lock_checkbox label::before {
    display: none;
}

.pick_lectures .form-check.custom_check.lock_checkbox svg {
    position: relative;
    top: -3px;
    margin-right: 19px;
    left: 1px;
}

.pick_lectures .full.select_field {
    display: flex;
}

.pick_lectures .full.select_field p.light_text {
    margin-right: 24px;
}

.white_text {
    color: var(--color-light);
}

.pick_lectures .full.select_field p {
    margin-right: 24px;
}

.pick_lectures .select_field .form-group input:checked + label:after {
    background-image: url(../img/Selection.png);
    top: 3px;
    background-position: center center;
}

ul.flascard_guide_controls {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

ul.flascard_guide_controls li {
    margin: 0 20px;
}

input#current_password[type="password"] + span svg.eye_open {
  display: none;
}

input#current_password[type="password"] + span svg.eye_close {
  display: block;
}

input#new_password[type="password"] + span svg.eye_open {
  display: none;
}

input#new_password[type="password"] + span svg.eye_close {
  display: block;
}

input#password_repeat[type="password"] + span svg.eye_open {
  display: none;
}

input#password_repeat[type="password"] + span svg.eye_close {
  display: block;
}

.space_between {
    justify-content: space-between;
}

.question_section a:hover, .question_section a:focus {
    text-decoration: none;
}


.random-config-caption h3 {
    color: var(--text-light);
}

/** courses **/

.no-sidebar .aside-content-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.no-sidebar header.header-main-inner {
    background: transparent;
}

.breadcrum_style2 p a {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.breadcrum_style2 p svg {
    margin-right: 20px;
}

.courses_blog {
    background: var(--grey-color);
    max-width: 920px;
    width: 100%;
    border-radius: 8px;
    margin: 24px auto;
    display: flex;
    transition: ease all .5s;
    border: solid transparent 1px;
    position: relative;
}

.courses_blog:hover,
.courses_blog:focus {
   box-shadow: 0px 0px 64px rgba(158, 38, 255, 0.47);
   border-color: var(--color-primary);
   transform: scale(1.05);  
   z-index: 1;
}

.courses_blog .course_image {
    margin-right: 24px;
}

.right_processbar {
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.random_test h3 {
    color: #333442;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 24px;
}

.courses_blog h3 {
    color: var(--text-light);
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 24px;
}

.courses_blog.small h3 {
    font-size: 18px;
    line-height: 27px;
}

.course_content {
    display: flex;
}

.courses_blog p {
    color: var(--color-light-dark);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.course_content .left_conent {
    color: var(--color-light-dark);
    font-size: 14px;
}

.course_content .left_conent a.main_btn_default {
    margin-right: 20px;
}

.cources h3 {
    font-size: 36px;
    color: var(--text-light);
    line-height: 50px;
    font-weight: 700;
    margin: 0;
}

.layout_width {
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
}

.accordion-body ul.list_style1 {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.accordion-body ul.list_style1 li {
    padding-top: 10px;
}

#new_courses p {
    color: var(--text-light);
    margin: 0;
}

#choose_your_date p {
    color: var(--text-light);
    margin: 0;
}

#date_confirm p {
    color: var(--text-light);
    margin: 0;
}

.modal-footer-left a.main_btn_default {
    margin-right: 10px;
}

/** calendar section **/

.month {
  padding: 70px 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
    color: var(--text-light);
    font-size: 14px;
    text-transform: none;
    line-height: 24px;
}

.month .prev {
  float: left;
}

.month .next {
  float: right;
}

.weekdays {
    margin: 0;
    padding: 0 24px;
    background-color: transparent;
}

.weekdays li {
    display: inline-block;
    width: 14.2%;
    color: var(--color-light-dark);
    text-align: center;
    font-size: 10px;
    line-height: normal;
    padding: 0;
    float: left;
    margin-bottom: 10px;
}

.days {
    padding: 0 24px;
    background: transparent;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 14.2%;
    text-align: center;
    margin: 2px 0;
    font-size: 14px;
    color: #818496;
    line-height: normal;
    float: left;
    padding: 3px 5px;
}

.days li .active {
    padding: 3px 8px;
    background: rgba(38, 203, 255, 0.2);
    width: 24px;
    border: solid #26CBFF 1px;
    border-radius: 5px;
    color: #26CBFF;
    position: relative;
}

.days li span.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 15px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #26CBFF;
}

.days li:hover {
    color: var(--color-light);
}

.days li .active_semi_active {
    padding: 3px 5px;
    background: rgba(38, 203, 255, 0.2);
    width: 24px;
    border-radius: 5px;
    color: var(--color-light);
}

.calendar_section {
    display: flex;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(38, 203, 255, 0.082) 0%, rgba(110, 191, 244, 0.0447917) 77.08%, rgba(70, 144, 213, 0) 100%);
    filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.09));
    border-radius: 6px;
    margin: 24px 0 0;
    padding-bottom: 30px;
    border: solid #26CBFF 1px;
}

div#choose_your_date .modal-dialog {
    max-width: 624px;
}

.month {
    padding: 30px 40px;
    width: 100%;
    background: transparent;
    text-align: center;
}

li.prev, li.next {
    position: relative;
    top: -2px;
}

.days li.active {
    padding-left: 0;
    padding-right: 0;
}

div#date_confirm a.main_btn_default + a {
    margin: 0;
}

.text-decoration_none,
.text-decoration_none:hover,
.text-decoration_none:focus {
   text-decoration: none;
}

label.notification_menu {
    background: #FF5353;
    font-size: 9px;
    color: var(--color-light);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    position: absolute;
    right: -4px;
    top: -5px;
}

.random_test .random-config-caption h3 {
    color: var(--text-light);
}

span.svg-child {
    position: relative;
}

/** course_blog **/

.course_blog {
    background: var(--border-dark);
    border-radius: 8px;
    overflow: hidden;
}

.course_blog img {
    width: 100%;
}

.course_detail {
    padding: 16px 24px;
}

.course_detail label {
    color: var(--text-light);
    font-size: 14px;
    line-height: 21px;
    width: 100%;
}

.course_detail .d-flex.position-relative > div {
    float: left;
    width: 100%;
}

.course_detail label span {
    float: right;
    color: var(--color-light-dark);
}

.course_detail h5 {
    color: var(--text-light);
    font-weight: 700;
    margin: 8px 0 0 0;
    font-size: 18px;
    line-height: 27px;
    float: left;
    width: 100%;
}

.course_detail h5 a {
    color: var(--text-light);
    text-decoration: none;
}

/** course left section **/

.lesson_sidebar {
    position: absolute;
    left: 0;
}

.lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 660px);
    margin-left: 660px;
    padding: 24px;
    height: calc(100vh - 65px);
}

.lesson_sidebar {
    background: var(--grey-color);
    padding: 24px 20px 24px 32px;
    float: left;
    margin-left: 280px;
    width: 380px;
    height: calc(100% - 65px);
    z-index: 1;
}

.lesson_sidebar ul li {
    color: var(--text-light);
    position: relative;
    margin-bottom: 32px;
}

.lesson_sidebar ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 100%;
    left: -29px;
    position: absolute;
    top: 90%;
}

.lesson_sidebar ul li small {
    font-size: 12px;
    color: var(--color-light-dark);
}

.lesson_sidebar ul li svg {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.lesson_sidebar ul li small {
    font-size: 12px;
    color: var(--color-light-dark);
    padding-left: 24px;
    line-height: normal;
}

.lesson_sidebar ul {
    border-left: solid var(--color-primary) 1px;
    padding-left: 26px;
    position: relative;
}

.lesson_sidebar ul li::after {
    background-image: url(../img/shape_check_small.png);
    content: "";
    display: block;
    background-color: #4e1f7a;
    height: 16px;
    border: 1px solid var(--color-primary);
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 16px;
    background-position: 2px 3px;
    position: absolute;
    left: -35px;
    top: 0px;
}

.lessons_sidebar_section .overflow_scroll .aside-content-wrapper {
    height: calc(100vh - 82px);
    overflow: auto;
}

.lessons_sidebar_section .modal-body {
    margin: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.lessons_sidebar_section .modal-body .resources_Content {
    padding: 0;
}

.video_section.hide_overlay::after {
    display: none;
}

.lessons_sidebar_section .modal-body .resources_Content:after {
    display: none;
}

.full_section .lesson_sidebar {
    margin-left: 0;
    transition: ease all 0.5s;
}

.lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 380px);
    margin-left: 380px;
}

.pagination_section_page {
    background: var(--text-light);
    padding: 0 25px;
    height: 64px;
}

.pagination_section_page p {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    color: #333442;
    letter-spacing: 0.05em;
}

.pagination_section_page p svg {
    position: relative;
    top: -2px;
}

.pagination_section_page {
    background: var(--text-light);
    padding: 24px 25px;
    height: 64px;
    margin: 0 -36px;
}

.pagination_section_page p a {
    color: #333442;
    text-decoration: none;
}

.pagination_section_page a.main_btn_default {
    margin-top: -20px;
}

.user_avtar {
    display: inline-flex;
    width: 100%;
}

.user_avtar img {
    margin-right: 15px;
    float: left;
    height: 40px;
    margin-top: 4px;
}

.comment_section input[type="text"] {
    width: 100%;
    border: 1px solid #ACAFBF;
    height: 48px;
    border-radius: 8px;
    padding: 12px 55px 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #ACAFBF;
}

.comment_section input[type="text"]:hover,
.comment_section input[type="text"]:focus,
.comment_section input[type="text"]:focus-visible {
    border-color: var(--color-primary);
    box-shadow: none;
}

.comment_blog {
    margin-top: 24px;
}

.comment_blog img {
    margin-top: 10px;
    margin-right: 15px;
    height: 40px;
}

.top_section h3.comment_name {
    font-size: 16px;
    margin: 0;
}

h3.comment_name span.date_time {
    color: #7B7C8A;
    font-size: 14px;
    font-weight: normal;
    margin-left: 15px;
}

.top_section p {
    margin: 0;
    line-height: 24px;
}

.top_section svg {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.comment_inner_section {
    border: 1px solid #E4E5EA;
    border-radius: 8px;
    padding: 16px;
}

.comment_footer {
    margin: 0 -16px;
    border-top: 1px solid #E4E5EA;
    padding: 0 18px;
}

.comment_footer p {
    margin: 12px 0 0 0;
}

.comment_footer p svg {
    margin-right: 10px;
}

.comment_footer p a {
    color: #ACAFBF;
}

.lessons_sidebar_section .breadcrum {
    display: flex;
    justify-content: space-between;
}

form.comment_box_field {
    width: 100%;
    position: relative;
}

form.comment_box_field button {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

label.trainer_label {
    background: rgba(158, 38, 255, 0.2);
    width: 87px;
    height: 24px;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    font-weight: normal;
    margin-left: 12px;
}

.learning_video_section {
    max-width: 542px;
    margin: 0 auto;
    width: 100%;
}

.training_video_info {
    border: 1px solid #E4E5EA;
    border-radius: 0 0 16px 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

.video_post_section {
    display: flex;
}

.video_post_section p {
    margin: 0 0 0 20px;
}

.video_post_section p svg {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.video_info h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333442;
    margin: 0;
    line-height: 24px;
}

.video_info p {
    margin: 0;
    color: #7B7C8A;
    font-size: 12px;
    line-height: 18px;
}

.video_upload_info {
    display: flex;
}

.video_upload_info img {
    margin-right: 10px;
    height: 40px;
}

.video_blog .video_section {
    margin-bottom: 0;
}

.video_blog {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.video_blog .video_section::after {
    display: none;
}

.video_blog .video_section label.video_time {
    left: 24px;
    right: inherit;
}

.border_btn_default.red_btn {
    border-color: #FF5353;
    background: transparent;
}

.border_btn_default.red_btn:hover,
.border_btn_default.red_btn:focus {
    background: transparent;
}

/** reviewer review **/

.minus_blank_space {
    margin-top: -35px;
}

.video_post_section {
    border-radius: 8px;
    max-width: 922px;
    width: 100%;
    margin: 0 auto;
}

.video_post_section .video_blog {
    border-radius: 8px 8px 0 0;
}


label.video_time {
    background: rgba(255, 255, 255, 0.10);
    color: var(--color-light);
    width: 59px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    bottom: 16px;
    left: 24px;
    border-radius: 4px;
}

.single_video label.video_time {
    background: var(--color-light);
    color: #191a21;
    width: auto;
    padding: 0 8px;
}

.single_video label.video_time + label {
    right: 24px;
    left: inherit;
}

.offwhite_color h3 {
    color: var(--text-light);
}

.tabbar_head {
    border-bottom: solid #262836 1px;
}

.tabbar_head ul li a {
    color: var(--text-light);
    font-size: 14px;
    line-height: 24px;
}

.tabbar_head ul li a.nav-link {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    border-bottom: solid transparent 1px;
    border-radius: 0;
    margin-bottom: -1px;
    text-decoration: none;
    padding: 7px 0;
    margin-right: 32px;
}

.white_body .tabbar_head ul li a.nav-link {
    color: #7B7C8A;
}

.tabbar_head ul.nav-pills li a.nav-link.active {
    background: transparent;
    border-bottom: solid var(--color-primary) 1px;
    position: relative;
}

.white_body .tabbar_head ul.nav-pills li a.nav-link.active {
    color: #333442;
}

.white_body .tabbar_head ul.nav-pills li a.nav-link.active::after {
    box-shadow: none;
}

.white_body .tabbar_head {
    border-bottom: solid #E4E5EA 1px;
}

.tabbar_head ul.nav-pills li a.nav-link.active::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    box-shadow: 0px 1px 8px #ad26ff;
    top: 8px;
    position: relative;
    left: 0;
}

h3.backtopage {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

h3.backtopage a {
    color: var(--text-light);
}

h3.backtopage a:hover,
h3.backtopage a:focus {
    text-decoration: none;
}

.tab-content .accordion {
    max-width: 922px;
    margin: 0 auto;
    width: 100%;
}

.video_thumb img {
    width: 100%;
}

.training_video_info .video_post_section {
  background: transparent;
  width: auto;
  margin: 0;
}

.video_post_info {
    padding: 15px 24px;
    display: flex;
    justify-content: space-between;
    background: var(--grey-color);
    border-radius: 0 0 8px 8px;
}

.video_post_info .score_info {
    padding: 0;
    width: auto;
}

.video_post_info .score_info p.light_color {
    margin-right: 24px;
}

.verbals_section {
    border: 1px solid #3A3C51;
    min-height: 150px;
    border-radius: 8px;
    padding: 16px 24px;
}

.verbals_section h5 {
    color: var(--text-light);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.verbals_section p {
    color: var(--text-light);
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 48px;
    position: relative;
}

span.tooltip_hover {
    position: absolute;
    width: 150px;
    left: -60px;
    top: -48px;
    background: #434557;
    padding: 8px 16px;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    color: var(--text-light);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.5s;
}

span.tooltip_hover::after {
    width: 12px;
    height: 12px;
    display: block;
    background: #434557;
    content: "";
    position: absolute;
    left: calc(50% - 9px);
    transform: rotate(45deg);
}

.score_label ul,.default_label ul {
    margin: 0 12px;
}

.score_label ul li {
    float: left;
    width: 40px;
    height: 48px;
    background: transparent;
    text-align: center;
    border: 1px solid var(--color-buttons);
    border-radius: 8px;
    margin: 0 8px 0 8px;
    color: var(--color-buttons);
    font-size: 14px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
}

.score_label ul li:hover,
.score_label ul li:focus {
    background: var(--color-buttons);
    color: var(--text-light);
}

.default_label ul li {
    float: left;
    border: solid #ccc 1px;
    text-align: center;
    color: var(--color-light);
    font-size: 14px;
    line-height: 24px;
    padding: 4px 12px;
    margin: 5px 8px;
    transition: ease all 0.5s;
    border-radius: 100px;
}

.default_label ul.green_label li {
    border-color: rgba(97, 180, 135, 0.7);
}

.default_label ul.green_label li:hover,
.default_label ul.green_label li:focus,
.default_label ul.green_label li.active {
    background: rgba(97, 180, 135, 0.7);
}

.default_label ul.red_label li {
    border-color: rgba(227, 104, 104, 0.7);
}

.default_label ul.red_label li:hover,
.default_label ul.red_label li:focus,
.default_label ul.red_label li.active {
    background:  rgba(227, 104, 104, 0.7);
}

.default_label ul.align_fix {
    margin-left: 41px;
    position: relative;
    top: 0;
}

.verbals_section p.basic_tooltip:hover a span.tooltip_hover {
    opacity: 1;
    visibility: visible;
}

.white_color {
 color: var(--text-light);   
}

#delete_recording p {
    padding: 0 25px;
}

.final_evalution .labels {
  background: rgba(69, 183, 149, 0.2);
  color: var(--color-light);
  padding: 4px 16px;
  float: left;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
  margin-bottom: 25px;
}

.prize-block-caption .prize-points {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: var(--text-light);
}

.form_section .form-control[type="date"] {
    text-transform: uppercase;
    background-image: url(../img/calender.png);
    background-repeat: no-repeat;
    background-position: 18px 10px;
    padding-left: 55px;
    color: rgba(255,255,255,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form_section .form-control[type="time"] {
    text-transform: uppercase;
    background-image: url(../img/clock_icon.png);
    background-repeat: no-repeat;
    background-position: 18px 10px;
    padding-left: 55px;
    color: rgba(255,255,255,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.evaluation_section {
    background: #262836;
    max-width: 687px;
    padding: 32px 48px;
    margin: 0 auto;
    border-radius: 8px;
}

.evaluation_section ul {

}

.evaluation_section ul li {
    position: relative;
    color: var(--color-light);
    line-height: 24px;
    font-size: 16px;
    margin: 36px 0;
    padding-left: 64px;
}

.evaluation_section ul li::after {
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid #26CBFF;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    filter: drop-shadow(0px 0px 8px rgba(38, 203, 255, 0.7));
    border-radius: 100%;
}

.evaluation_section ul li:nth-child(1)::after {
    content: "1";
}

.evaluation_section ul li:nth-child(2)::after {
    content: "2";
}

.evaluation_section ul li:nth-child(3)::after {
    content: "3";
}

.evaluation_section ul li:nth-child(4)::after {
    content: "4";
}

.evaluation_section ul li:nth-child(5)::after {
    content: "5";
}

.evaluation_section ul li:nth-child(6)::after {
    content: "6";
}

.evaluation_section ul li a {
    color: var(--color-primary);
}

.evaluation_section p.large {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

p.feedback_status.dark_blue {
    background: rgba(38, 203, 255, 0.05);
    color: var(--color-light);
    text-align: center;
    margin: 0;
    padding: 16px 0;
    border-radius: 8px;
}

ul.labels li.red {
    background: rgba(227, 104, 104, 0.7);
}

ul.labels li.green {
    background: rgba(97, 180, 135, 0.7);
}

label.blue {
    background: #1B8EB3;
}

label.dark_blue {
    background: rgba(38, 203, 255, 0.2);
}

label.dark_red {
    background: rgba(255, 105, 21, 0.2);
}

label.dark_green {
    background: rgba(69, 183, 149, 0.2);
}

.evaluation_section label {
    color: var(--color-light);
    border-radius: 16px;
    font-size: 14px;
    padding: 4px 12px;
    margin-right: 10px;
    margin-top: 10px;
}

#book_secction h3 {
    font-size: 24px;
}

/** footer fixed css **/

footer {
  min-height: auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-left: 280px;
  left: 0;
}

.dark_footer {
  background: var(--grey-color);
}

.bottom_control_video {
    position: relative;
    background: var(--grey-color);
    display: flex;
    padding: 8px 10px;
    justify-content: space-between;
    height: 65px;
}

a.video_btn_control.next svg {
    transform: rotate(180deg);
}

a.video_btn_control svg {
    width: 11px;
}

a.video_btn_control {
    color: var(--text-light);
    font-size: 12px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

a.video_btn_control.button {
    background: var(--color-primary);
    width: 156px;
    text-align: center;
    height: 48px;
    border-radius: 8px;
}

a.video_btn_control.button:hover,
a.video_btn_control.button:focus {
    text-decoration: none;
}

.wrapper.full_section+footer {
    padding-left: 0;
    transition: ease all 0.5s;
}

.overflow_scroll .aside-content-wrapper.with_footer {
  height: calc(100vh - 130px) !important;
  position: relative;
  overflow-x: hidden;
}

.score_label {
    position: relative;
}

.prize-block-grid-inner .prize-block-caption h3 span {
    font-size: 14px;
}

.prize-block-caption h5.prize-points {
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px;
}

.progress.tin {
    height: 4px;
    width: calc(100% - 40px);
}

.progress.tin .progress-bar {
    background: #26CBFF;
    padding: 0;
}

.progress.tin .progress-bar span {
    position: absolute;
    right: 25px;
}

.questions_trainer.form-check.custom_radio.pick_lectures {
    padding: 7px 55px 0;
    margin: 0;
}

.questions_trainer.pick_lectures .form-group label:before {
    margin-right: 10px;
}

.yourself_text.lessons_sidebar_section .aside-content-wrapper {
    height: calc(100vh - 142px);
}

.white_body .video_blog .video_section p {
    color: #F9F9FB;
    position: absolute;
    top: 24px;
    z-index: 2;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    left: 24px;
}

/*** end reviewer review **/

h3.heading_1 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  color: #333442;
  font-weight: 700;
}

.video_upload_section {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-light);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    height: 210px;
    background-size: 100% 100%;
    border-radius: 8px;
}

.video_upload_section p {
    margin: 0;
}

.video_upload_section.record_video {
    background-image: url(../img/recorder_bg.png);
}

.video_upload_section.upload_video {
    background-image: url(../img/upload_bg.png);
}

.video_upload_section.record_video a {
    color: var(--color-light);
    text-decoration: none;
}

.video_upload_section p svg {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.file_upload_section {
    border: 1px dashed #ACAFBF;
    height: 50vh;
    margin-top: 24px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file_upload_section p {
    font-size: 18px;
    line-height: 27px;
}

.file_upload_section p a {
    color: var(--color-primary);
}

.file_upload_section p + p + p {
    font-size: 14px;
    color: #7B7C8A;
    line-height: normal;
    margin: 0;
}

.file_upload_inner label {
    color: var(--color-primary);
}

/** toggle swich **/

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    margin-right: 6px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(158, 38, 255, 0.4);
    -webkit-transition: .4s;
    transition: .4s;
    border: solid var(--color-primary) 1px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100%;
}

input:checked + .slider {
  background-color: var(--color-primary);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--color-primary);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(23px);
}

.label_swich {
    font-size: 14px;
    line-height: 28px;
    color: #333442;
}

.sort_field .wrap-drop.sort_select {
    max-width: 166px;
    width: 100%;
    float: left;
}

.sort_field {
    float: right;
}

.sort_field p.white_color {
    margin: 0 15px 0 0;
    float: left;
    line-height: 48px;
}

.sort_field {
    float: right;
    width: 240px;
    display: flex;
    justify-content: flex-end;
}

.sort_select.wrap-drop.active .drop {
    height: auto;
}

.trainers_list {
    background: #262836;
    border-radius: 8px;
    padding: 40px 40px;
    min-height: 128px;
}

.trainers_list:hover,
.trainers_list:focus,
.trainers_list.active {
    background: #3A3C51;
}

.aside-tiles-item.grey_block {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.aside-tiles-item.grey_block .shadow-shape {
    display: none;
}

.trainers_name h4 {
    line-height: 40px;
    font-size: 18px;
    padding-left: 15px;
}

.slider.round {
  border-radius: 34px;
}


/** home page **/

.student_home_page {
    background: url(../img/home_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.student_home_page .no-sidebar header.header-main-inner {
    background: #0D0D14;
}

.student_home_page .aside-tiles-item {
    background: rgba(38, 203, 255, 0.1);
    border-radius: 8px;
    padding: 24px 24px;
    position: relative;
    height: 100%;
}

.student_home_page .shadow-shape {
    position: absolute;
    top: -10px;
    left: 0;
}

.student_home_page h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

.aside-tiles-item label {
    color: #F9F9FB;
}

span.info_label {
    background: #29B469;
    padding: 0;
    float: right;
    height: 32px;
    width: 51px;
    border-radius: 4px;
    margin-left: 15px;
    line-height: 32px;
    text-align: center;
    margin-top: -5px;
    color: var(--color-light);
}

.pick_lectures .form-group label {
    position: relative;
    cursor: pointer;
    color: #7B7C8A;
}

.pick_lectures .form-group input[type="checkbox"]:checked + label {
    color: var(--color-light);
}

.pick_lectures ul.green_checkbox_layout .form-group input:checked + label:after {
    background-color: #29B469;
}

a.calendar_icon {
    position: absolute;
    right: 24px;
}

.profile_info_icon ul {
    display: flex;
    margin-top: 45px;
    justify-content: space-around;
}

.profile_info_icon ul li {
    margin: 0 15px;
    position: relative;
}

.student_home_page .aside-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

p.hover_show {
    background: #434557;
    color: #F9F9FB;
    width: 141px;
    height: 34px;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    margin: 12px 0 0 0;
    position: absolute;
    left: -30px;
    visibility: hidden;
    opacity: 0;
}

p.hover_show::after {
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    background: #434557;
    left: 50%;
    top: -6px;
    transform: rotate(45deg);
}


.profile_info_icon ul li:hover p.hover_show, .profile_info_icon ul li:focus p.hover_show {
    visibility: visible;
    opacity: 1;
}

.question_blog_full {
    background: #262836;
    border-radius: 8px;
    padding: 24px;
    transition: ease all 0.5s;
}

.question_blog_full:hover,
.question_blog_full:focus {
   background: #3A3C51;
}

.question_blog_full p span {
    margin-left: 10px;
}

.question_blog_full p {
    color: #F9F9FB;
}

.full_section {
    max-width: 100%;
}

.white_body h3.backtopage a {
    color: #000;
}

.white_body h3.backtopage a svg {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.single_video_feedback {
    max-width: 733px;
    margin: 0 auto;
}

.video_blog.single_full_video::after {
    background: rgba(13, 13, 20, 0.8);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.video_blog.single_full_video a.play_button {
    z-index: 2;
}

.video_blog.single_full_video h3.white_color {
    color: var(--color-light);
}

.video_blog.single_full_video p {
    color: var(--color-light);
}

.video_blog.single_full_video label.video_time {
    right: 24px;
    left: auto;
    z-index: 11;
    bottom: 20px;
}

.video_details_form.form_section textarea.form-control.cform-control {
    border-color: #ACAFBF;
    height: 144px;
    padding: 12px 16px;
    line-height: normal;
}

.video_details_form.form_section .form-control.cform-control {
    border: 1px solid #ACAFBF;
}

.aside-content-wrapper.white_body.with_footer footer .bottom_control_video,
.aside-content-wrapper.white_body.with_footer footer {
    background: #F9F9FB;
}

.video_blog.single_full_video .training_video_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 11;
    border: none;
}

.white_body a.video_btn_control {
   color: #333442;
   font-weight: 700;
}

.aside-content-wrapper.white_body.with_footer a.video_btn_control.next svg {
    transform: rotatey(0);
}

/** select css **/

/** select section style **/

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
    position: relative;
    z-index: 1;
}
  .custom-select-wrapper select {
    display: none;
  }
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #818496;
    background-color: transparent;
    padding: 0 16px;
    border-radius: 8PX;
    color: var(--color-light);
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    font-weight: 300;
    transition: ease all 0.5s;
}

.custom-select-trigger:hover,
.custom-select-trigger:focus {
    border-color: var(--color-primary);
}
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid var(--color-light);
        border-right: 1px solid var(--color-light);
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 0;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
    background: var(--border-dark);
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    padding: 8px 0;
}
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
   .custom-option {
        position: relative;
        display: block;
        padding: 0 16px;
        border-bottom: none;
        font-size: 16px;
        font-weight: normal;
        color: var(--text-light);
        line-height: 40px;
        cursor: pointer;
        transition: all .4s ease-in-out;
    }
    .custom-option:hover,
    .custom-option:focus {
         background: #434557;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }

    button.icon_button {
    position: absolute;
    right: 19px;
    background: transparent;
    border: none;
    padding: 0;
    line-height: normal;
    top: 17px;
}

.courses_blog.small .dropdown {
  position: absolute;
  right: 19px;
  top: 17px;
}

label.courses_label {
    position: absolute;
    background: var(--color-light);
    left: 0;
    font-size: 14px;
    color: #0D0D14;
    line-height: 24px;
    padding: 0px 18px 0px 16px;
    border-radius: 0px 4px 4px 0px;
    top: 16px;
}

/** white bg select **/

.aside-content-wrapper.white_body .custom-select-wrapper {
    width: 308px;
    float: right;
    height: 24px;
}

.aside-content-wrapper.white_body .custom-select-wrapper span.custom-select-trigger {
    color: #000;
}

.aside-content-wrapper.white_body .custom-select-trigger:after {
    border-color: #000;
}

/** default table **/

table.table.default_table_theme {
    background: #262836;
    border-radius: 8px;
    overflow: hidden;
    min-width: 1000px;
}

table.table.default_table_theme thead {
    background: #3A3C51;
    border-radius: 8px;
    font-size: 12px;
}

table.table.default_table_theme thead th {
    color: #F9F9FB;
    text-transform: uppercase;
    padding: 13px 12px;
    border: none;
    line-height: 18px;
}

table.table.default_table_theme thead th svg {
    position: relative;
    top: 0px;
    margin-left: 15px;
}

table.table.default_table_theme input.form-check-input {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

table.table.default_table_theme tbody td, table.table.default_table_theme tbody th {
    color: #F9F9FB;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    padding: 16px 12px;
    border: none;
}

table.table.default_table_theme ul.labels {
    margin: 0;
}

td.status_dot svg {
    margin-left: 10px;
}

.evaluations_dropdown .wrap-drop .drop {
    height: auto;
}

#add_tag .modal-dialog {
    max-width: 560px;
}

.responsive-table {
    overflow: auto;
    border-radius: 8px 8px;
}

td.status_dot svg {
    margin-right: 10px;
    position: relative;
    top: -2 px;
}

table.table.default_table_theme tr:hover, table.table.default_table_theme tr:focus, table.table.default_table_theme tr.active {
    background: linear-gradient(0deg, rgba(158, 38, 255, 0.1), rgba(158, 38, 255, 0.1)), #262836;
}

.resources_blog p small {
    font-size: 12px;
    color: #7B7C8A;
}

.resources_blog p.time_resources svg {
    position: relative;
    top: -1px;
}

p.time_resources {
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-size: 12px;
    padding: 10px 15px;
    color: #F9F9FB;
    margin-bottom: 20px;
}

.resources_blog.give_feedback p.time_resources {
    background: rgba(158, 38, 255, 0.1);
    color: #B559FF;
    display: flex;
    justify-content: center;
    font-weight: 700;
}

.resources_blog p.time_resources svg {
    position: relative;
    margin-right: 8px;
}

.resources_hide_hover .resources_blog:hover,
.resources_hide_hover .resources_blog:focus {
    background: var(--grey-color);
}

.resources_hide_hover .resources_blog::after {
    display: none;
}

/** toggle bar tab **/

.toggle_tabbar ul.nav.nav-pills {
    width: 100%;
    display: flex;
    padding: 0;
    flex-wrap: initial;
}

.toggle_tabbar ul.nav.nav-pills li.nav-item a {
    border: solid var(--color-primary) 1px;
    color: var(--color-primary);
    text-decoration: none;
    padding: 11px 18px;
}

.toggle_tabbar ul.nav.nav-pills li.nav-item a.active {
    background: var(--color-primary);
    color:  var(--text-light);
} 

.toggle_tabbar ul.nav.nav-pills li {
    width: 50%;
    text-align: center;
}

.toggle_tabbar ul.nav.nav-pills li:nth-child(1) a {
    border-radius: 4px 0 0 4px;
}

.toggle_tabbar ul.nav.nav-pills li:nth-child(2) a {
    border-radius: 0 4px 4px 0;
}

a.link_btn {
    color: #B559FF;
    text-decoration: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 4px;
}
.form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.radio_btn_option .form-check.custom_radio {
    padding: 0;
    margin: 0;
    position: relative;
}

.radio_form_style {
    display: flex;
}

.radio_form_style .radio_button_section {
    position: relative;
    margin-right: 20px;
}

.radio_form_style .radio_button_section .form-check.custom_radio {
    padding: 0;
    margin: 0;
}

.radio_form_style .custom_radio input[type="radio"] + label {
    color: var(--color-light);
    font-size: 14px;
    padding: 0 0px 0 30px;
    line-height: 30px;
}

#give_feedback .modal-dialog.modal-dialog-centered {
    max-width: 735px;
    width: 100%;
}

/** Video Grid css start **/

.video_thumb {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.video_thumb img {
    width: 100%;
}

a.play_button {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

.video_detail {
    background: var(--grey-color);
    border-radius: 0 0 8px 8px;
    padding: 24px 24px;
    height: 88px;
}

.video_detail .d-flex {
    align-items: center;
}

.video_detail p {
    color: var(--color-light-dark);
}

.video_detail h5 {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.video_detail p {
    color: var(--color-light-dark);
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    position: relative;
}

.video_detail img+div {
    margin-top: -1px;
}

.video_detail p span::after {
    width: 4px;
    height: 4px;
    background: #c4c4c4;
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
}

.video_detail p span {
    position: relative;
    padding: 0 0 0 14px;
    margin-left: 10px;
}

label.video_time {
    background: rgba(255, 255, 255, 0.10);
    color: var(--color-light);
    width: 59px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    bottom: 16px;
    left: 24px;
    border-radius: 4px;
}

.video_blog {
    margin-bottom: 20px;
    margin-top: 5px;
}

/** video grid end **/

p.time_resources.green {
    background: rgba(69, 183, 149, 0.2);
}

p.time_resources.blue {
    background: rgba(38, 203, 255, 0.2);
}

@media (min-width: 1353px) {
    #video_audio_popup .popup_section,
    #video_audio_popup .popup_section+.video_content {
        max-width: 100%;
        width: 992px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    span.media_player_controls_timer {
        padding: 24px 25px;
    }
    span.controls_player p.large_number {
        font-size: 32px;
    }

/** courses sidebar section **/

.lesson_sidebar {
    background: var(--grey-color);
    padding: 24px 20px 24px 20px;
    margin-left: 280px;
    width: 270px;
}

.lesson_sidebar ul li {
    font-size: 13px;
}

.lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 550px);
    margin-left: 550px;
    padding: 24px 10px;
    height: calc(100vh - 65px);
}

.lessons_sidebar_section .modal-body .resources_Content .banner_blog h3 {
    font-size: 25px;
    line-height: normal;
}  

.lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 270px);
    margin-left: 270px;
}

.pagination_section_page {
    margin: 0;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    /** media controls **/
    span.media_player_controls_timer {
        width: 100%;
        padding: 15px 15px;
    }
    .control-video {
        display: flex;
    }
    .media_player_controls_timer span.controls_player {
        padding: 0 15px 10px;
        min-height: auto;
    }
    .media_player_controls_timer span.controls_player p {
        font-size: 11px;
        line-height: normal;
    }
    .media_player_controls_timer span.controls_player p.large_number {
        font-size: 28px;
    }
    span.controls_player.right_content {
        margin-left: 15px;
    }
    a.player_round_btn {
        width: 30px;
        height: 30px;
    }
    a.player_round_btn {
        left: calc(50% - 15px);
    }
    .md-right_content {
        justify-content: flex-start;
    }
    .flashcard_week {
        padding: 30px 0px 50px;
    }
    .flascard_guide h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .courses_blog .course_image img {
        width: 100%;
    }
    .courses_blog .course_image {
        margin-right: 24px;
        width: 380px;
    }
    .courses_blog .course_image {
        width: auto;
    }
    .courses_blog h3 {
        color: var(--text-light);
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .courses_blog p {
        font-size: 14px;
        line-height: 21px;
    }
    .progress-circle {
        width: 65px;
        height: 65px;
    }
    .progress-circle span {
        font-size: 16px;
        width: 59px;
        height: 59px;
        margin-left: -30px;
        margin-top: -29px;
    }
    .course_content .left_conent {
        margin-bottom: 20px;
    }

/** courses sidebar section **/

.lesson_sidebar {
    background: var(--grey-color);
    padding: 24px 20px 24px 20px;
    margin-left: 280px;
    width: 180px;
}

.lesson_sidebar ul li {
    font-size: 13px;
}

.lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 460px);
    margin-left: 460px;
    padding: 24px 0;
    height: calc(100vh - 65px);
} 

.lessons_sidebar_section .modal-body .resources_Content .banner_blog h3 {
    color: #333442;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    margin-top: 15px;
} 

.pagination_section_page {
    margin: 0;
}  

.lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 180px);
    margin-left: 180px;
}

.pagination_section_page {
    margin: 0;
}

.course_blog {
    margin-bottom: 25px;
}

.video_post_info {
    display: block;
}

.video_post_info .score_info {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.video_post_info .score_info p.light_color {
    margin: 0;
    font-size: 13px;
}

a.report_btn {
    font-size: 11px;
}

.video_post_info .score_info {
    margin-top: 10px;
}

.d-flex.score_label {
    display: block !important;
}

.d-flex.default_label {
    display: block !important;
}

.score_label ul, .default_label ul {
    margin: 0;
}

.score_label ul li {
    margin: 5px;
}

.default_label ul.align_fix {
    margin-left: 0;
}

.video_post_section p {
    margin: 0;
}

p.basic_tooltip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.profile_info_icon ul {
    padding-left: 0;
    padding-right: 0;
}

.profile_info_icon ul {
    padding: 0;
}

}

@media (max-width: 767px) {
    .pagination_section_page a.main_btn_default {
        display: none;
    }
    .flashcard_week {
        padding: 30px 0px 50px;
    }
    .flashcard_week ul li a {
        font-size: 12px;
        margin-top: 0;
    }
    .flascard_guide {
        width: 90%;
    }
    .flascard_guide h3 {
        font-size: 28px;
        padding: 0 10px;
    }
    .yourself_tex footer {
        padding-left: 0;
    }
    .popup_section {
        padding: 28px 24px;
    }
    .buttons {
        display: flex;
    }
    .buttons a {
        margin: -1px 8px;
    }
    .main_btn_default {
        padding: 0 12px;
    }
    .aside-title-area .title {
        font-size: 20px;
        line-height: 24px;
    }
    #video_audio_popup .popup_section,
    #video_audio_popup .popup_section+.video_content {
        width: 100%;
    }
    span.media_player_controls_timer {
        width: 100%;
        padding: 15px 15px;
    }
    .control-video {
        display: flex;
    }
    .media_player_controls_timer span.controls_player {
        padding: 0 15px 10px;
        min-height: auto;
    }
    .media_player_controls_timer span.controls_player p {
        font-size: 11px;
        line-height: normal;
    }
    .media_player_controls_timer span.controls_player p.large_number {
        font-size: 28px;
    }
    span.controls_player.right_content {
        margin-left: 15px;
    }
    a.player_round_btn {
        width: 30px;
        height: 30px;
    }
    a.player_round_btn {
        left: calc(50% - 15px);
    }
    .media_player_controls_timer span.controls_player label {
        font-size: 14px;
    }
    .md-right_content {
        justify-content: flex-start;
    }
    .aside-title-area p.light_color {
        display: none;
    }
    ul.labels li {
        margin-right: 5px;
    }
    ul.labels li {
        padding: 1px 5px 0;
        font-size: 11px;
    }
    .leaderboard_table tbody {
        font-size: 13px;
    }
    .table.leaderboard_table tr td,
    .table.leaderboard_table tr th {
        border: none;
        padding: 9px 5px;
    }
    span.number {
        border: solid #26CBFF 1px;
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        line-height: 28px;
        margin-top: 5px;
    }
    .question_blog {
        width: 80%;
        height: 280px;
        margin: 20px 10%;
    }
    .yourself_text.dark footer {
        padding-left: 0;
    } 

    .custom_radio input[type="radio"] + label {
       padding-left: 50px;
       margin-right: 0;
       padding-right: 0;
    }
    .flascard_guide {
        padding: 0 20px;
    }
    .flascard_guide h3 {
        font-size: 25px;
        line-height: normal;
    }
    .cources .d-flex h3 {
        font-size: 24px;
        line-height: normal;
        font-weight: 700;
        margin: 0;
        width: 190px;
    }

    .courses_blog {
        display: block;
    }

    .courses_blog .course_image {
        margin-right: 0;
    }

    .courses_blog .course_image img {
        width: 100%;
        border-radius: 8px;
        height: auto;
    }

    .course_content {
        display: block;
        padding: 0 25px;
    }

    .course_content .left_conent {
        width: 100%;
        margin-bottom: 20px;
    }

    .courses_blog.small .left_conent, .courses_blog.small .left_conent p {
        margin: 0;
    }

    .course_content {
        display: block;
        padding: 0 25px 25px;
    }

    .course_content .left_conent a.main_btn_default {
        margin-right: 15px;
    }

    .calendar_section {
        display: grid;
    }

    .month {
        padding: 30px 30px;
    }

    .weekdays {
        padding: 0 10px;
    }

    .days {
        padding: 0 10px;
    }

/** lesson sidebar **/


.lesson_sidebar {
    margin-left: 0;
    width: 120px;
    position: fixed;
    height: 100%;
    padding: 24px 10px 24px 10px;
}  

.lesson_sidebar ul {
    font-size: 14px;
}

.lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 10px 0px;
    height: calc(100vh - 65px);
}

.lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 10px 0;
    height: calc(100vh - 65px);
}

.lesson_sidebar ul {
    border-left: solid var(--color-primary) 1px;
    padding-left: 15px;
    position: relative;
    font-size: 12px;
}

.lesson_sidebar ul li::before {
    left: -18px;
}

.lesson_sidebar ul li::after {
    left: -24px;
}

.lesson_sidebar ul li svg {
    margin-right: 4px;
}

.lesson_sidebar ul li svg {
    display: none;
}

.lesson_sidebar ul li small {
    font-size: 11px;
    padding-left: 0;
}

/* .lessons_sidebar_section .left-nav,.small_header .left-nav {
    height: calc(100vh - 64px);
} */

.lessons_sidebar_section .modal-body .resources_Content .banner_blog h3 {
    color: #333442;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    margin-top: 15px;
}

.resources_Content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.lessons_sidebar_section .resources_Content h3 {
    font-size: 1rem;
}

.lessons_sidebar_section .resources_Content p {
    font-size: 14px;
}

.comment_blog {
    display: block !important;
}

.comment_blog img {
    margin-top: 10px;
    margin-right: auto;
    height: 40px;
    margin-left: auto;
    margin-bottom: 5px;
    display: flex;
}

h3.comment_name span.date_time {
    font-size: 12px;
    margin-left: 0;
    float: left;
    width: 100%;
    margin-top: 8px;
}

.pagination_section_page {
    margin: 0;
    padding: 24px 10px;
}

.comment_child .comment_blog {
    padding: 15px 0 10px;
}

.pagination_section_page p a {
    font-size: 13px;
}

.comment_section input[type="text"] {
    font-size: 13px;
}

.course_blog {
    margin-bottom: 25px;
}

.training_video_info {
    padding: 15px;
}

.training_video_info {
    display: block !important;
}

.video_upload_info img {
    margin-right: 10px;
    height: 40px;
}

.video_info h3 {
    margin: 0;
}

.video_upload_info {
    margin-bottom: 15px;
}

.video_post_section p {
    margin: 0 20px 0 0;
}

.video_blog .video_section::after {
    border-radius: 8px 8px 0 0;
}

.video_blog .video_section label.video_time {
    left: 10px;
    right: inherit;
    bottom: 10px;
    font-size: 14px;
}

.aside-title-area.md-right_content a.main_btn_default + a {
    margin-top: 0;
}

.video_post_info {
    display: block;
}

.video_post_info .score_info {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.video_post_info .score_info p.light_color {
    margin-right: 0;
    font-size: 13px;
}

a.report_btn {
    font-size: 11px;
}

footer {
   padding-left: 0;
}

.d-flex.score_label {
    display: block !important;
}

.d-flex.default_label {
    display: block !important;
}

.score_label ul, .default_label ul {
    margin: 0;
}

.score_label ul li {
    margin: 5px;
}

.default_label ul.align_fix {
    margin-left: 0;
}

.video_post_section p {
    margin: 0;
}

p.basic_tooltip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.overflow_scroll .wrapper.with_footer .aside-content-wrapper {
   padding-bottom: 50px;
}

.yourself_text footer {
  padding-left: 0;

}

span.info_label {
    float: right;
    height: 22px;
    width: 40px;
    border-radius: 4px;
    line-height: 22px;
    margin-top: 0;
}

.profile_info_icon ul li svg {
    width: 60px;
}

.profile_info_icon ul {
    padding: 0;
}

.profile_info_icon ul li {
    margin: 0 10px;
}

p.hover_show {
    left: -44px;
}

}

@media (max-width : 480px) {

    .video_audio_section span.player_control img {
        max-height: 120px;
    }

    .pick_lectures .form-group {
        font-size: 14px;
    }

}
}