 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
    #percentValue {
        font-size: 24px;
        margin-top: 10px;
    }
    .game-card-wrapper {
    margin-bottom: 40px;
}
.game_3rd_new_head{
    font-size: 40px;
    text-align: center;
}

.game-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    padding: 20px;
    transition: 0.3s ease-in-out;
}

.game-card:hover {
    transform: translateY(-5px);
}

   .course_puzzle {
        display: flex;
        justify-content: center;
    }
      .section-title {
        text-align: center;
        margin-top: 47px;
    }

    .main-heading {
        font-size: 25px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: -15px;
        -webkit-text-stroke: 0.5px black;
    }

    .sub-heading {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .percent-badge {
        display: inline-block;
        background: #f5f5f5;
        padding: 6px 14px;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 700;
        position: relative;
        margin-bottom: 12px;
        -webkit-text-stroke: 0.5px black;
    }

    .percent-badge::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f5f5f5;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }
  .ss_champion_material_new a#game_play_areas:hover{
        color: white !important;
        /* border : 1px solid rgb(253,253,153) !important; */
        border-radius: 20% !important;
        text-shadow: black 0px 0px 6px; 
        font-weight : 600;
    }

   .animate-letter { 
        display: inline-block; 
    }

    /* Bounce */
    .letter-bounce {
        animation: bounce 1s infinite ease-in-out;
    }
    @keyframes bounce {
        0% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
        100% { transform: translateY(0); }
    }

    /* Zigzag */
    .letter-zigzag {
        animation: zigzag 0.6s infinite linear;
    }
    @keyframes zigzag {
        0% { transform: translateX(0) rotate(0deg); }
        25% { transform: translateX(-5px) rotate(-5deg); }
        50% { transform: translateX(5px) rotate(5deg); }
        75% { transform: translateX(-3px) rotate(-3deg); }
        100% { transform: translateX(0) rotate(0deg); }
    }

    /* Round pop */
    .letter-round {
        animation: roundPop 1.2s infinite ease-in-out;
    }
    @keyframes roundPop {
        0% { transform: scale(1); border-radius: 0; }
        50% { transform: scale(1.2); border-radius: 50%; }
        100% { transform: scale(1); border-radius: 0; }
    }

   .progress-wrappers {
    position: relative;
    width: 100%;
    margin: 40px 0;
}

.progress-bars {
    width: 100%;
    height: 25px;
    border-radius: 25px;
    overflow: hidden;
    background: linear-gradient(to right,
        #ff0000 0%,
        #eb0000 5%,
        #d70000 10%,
        #bb0000 17%,
        #9f0000 24%,
        #00008f 25%,
        #0000d3 40%,
        #0000ef 45%,
        #0000ff 49%,
        #ffff00 50%,
        #d7d700 60%,
        #9f9f00 74%,
        #008f00 75%,
        #00a700 78%,
        #00d700 90%,
        #00db00 91%,
        #00ff00 99%
    );
}

.tooltips {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 6px 10px;
    color: white;
    text-shadow: black 0px 0px 6px; 
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    transition: left 0.3s ease;
}

.tooltip-arrows {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: #001bff; /* JS se change hoga */
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.ss_image_slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}
.ss_image_slider .owl-nav button.owl-prev {
    position: absolute;
    /* right: 100%; */
    left: -50px;
}   
.ss_image_slider .owl-nav button.owl-next {
    position: absolute;
    /* left: 100%; */
    right: -50px;
}   
.ss_image_slider .owl-nav button span {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    line-height: 1;
}
.ss_image_slider .owl-nav button {
    height: 35px;
    width: 30px;
    background: #4779cb !important;
}
.removeClassHere .accordion_body.childactive {
    display: block !important;
}

.removeClassHere .accordion_body {
    display: none !important;
}

.ss_mn_tab_div_sec {
    display: flex;
    flex-direction: column;
}

.ss_mn_tab_div_sec > .tabs-content {
    order: 2; 
}

.ss_mn_tab_div_sec > .tabs-content.active {
    order: 1; 
}

.ss_mn_tab_div_sec > .tabs-content {
    order: 2; 
}

.ss_mn_tab_div_sec > .tabs-content.parent-active {
    order: 1; 
}
.ss_temp_title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}
.ss_temp_titles {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}
.ss_temp_titless {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}
.ss_parent_mn_tab_div{
    display: flex;
    flex-direction: column;
    position: relative;
}
.ss_parent_mn_tab_div .removeClassHere, .ss_parent_mn_tab_div > div {
    order: 2; 
}
.ss_parent_mn_tab_div .removeClassHere.active{
order: 1; 
}

.ss-progress-container {
    width: 300px;
    height: 5px;
    background: #f2f2f2;
    border-radius: 20px;
    position: relative;
    margin-bottom: -22px;
}

.ss-progress-containers {
    width: 300px;
    height: 10px;
    background: #f2f2f2;
    border-radius: 20px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 33px;
}

.ss-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #c48f56, #dca76d, #b58e5a, #7fa4e6, #3b82f6);
    border-radius: 20px;
    position: relative;
    transition: width 0.8s ease;
    box-shadow: 0 0 6px rgba(196, 143, 86, 0.6);
}

.ss-progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 20px;
}

.ss-tooltip {
    position: absolute;
    top: -30px;
    left: 0;
    background: linear-gradient(180deg, #3a3a3a, #2a2a2a);
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    transition: left 0.8s ease;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.35);
    transform: translateX(-50%); 
    
}

/* Tooltip glossy shine */
.ss-tooltip::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    right: 3px;
    height: 40%;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 3px;
}

/* Tooltip arrow */
.ss-tooltip::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;       /* keep center */
    transform: translateX(-50%);  /* keep centered under tooltip */
    border-width: 6px;
    border-style: solid;
    border-color: #2a2a2a transparent transparent transparent;
}

.ss-progress-containerses{
    display:flex;
    justify-content : center;
}
.tab-content-list .accordion_head.ss_cours_acc_proge {
    background: transparent !important;
    color: #000;
}
.ss_acc_main_prnt_active {
    position: relative;
}

.ss_acc_main_prnt_active:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    right: 0;
    background: #9bb8d0;
}

.ss_cours_acc_proge.head-active .plusminus {
  font-size: 40px;
    line-height: 21px;
    position: relative;
    align-items: flex-start;
}
.accordion_head.ss_main_tab_sec.active .plusminus {
    align-items: flex-start;
    line-height: 20px;
    font-size: 35px;
}
.head-active span.plusminus:before {
    content: "";
    width: 52%;
    height: 3.2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ss_main_tab_sec.active .plusminus {
    position: relative;
}
.ss_main_tab_sec.active .plusminus:before {
    content: "";
    width: 56%;
       height: 2.8px;
    background: #fff;
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
}


.ss_acc_main_prnt_active table thead th {
    background: #2e66c2;
    color: #000;
}

table.table.table-bordered.align-middle.text-center {}

.ss_acc_main_prnt_active table tr td:nth-child(1) {
    background: #2e66c2;
    color:#000;
}

.ss_acc_main_prnt_active table tr td:nth-child(2) {
    background: #fff;
}

.ss_parent_mn_tab_div .removeClassHere.active .childactive{
    width: 65%;
}
.ss_parent_mn_tab_div .tooltipBox, .ss_parent_mn_tab_div .tooltipBox .tooltip-arrows {
    background: #000 !important;
}
.ss_acc_main_prnt_active .ss_video_box_div.ss_top {
    width: 80%;
    margin: auto;
}


.test_bodykrk {
    padding-top: 50px !important;
}

.accordion_body .ss_parent_mn_tab_div .test_bodykrk {
    padding-top: 50px !important;
}
.ss_temp_video_viv .ss_top {
    order: 1;
    margin-top: 9px !important;
}


.item.ss_temp_video_viv .ss_middle {
    order: 2;
}

.item.ss_temp_video_viv .ss_lowear {
    order: 3;
}

  .ss_show_hide .accordion_body {
    display: none !important;
}
.accordion_body.childactive {
    padding: 0 !important;
    border: 0 !important;
        width: 100%;
    margin: auto;
    padding-left: 27px !important;
}
.accordion_body {
    background: #fff;
    border: 3px solid #87b3df;
    border-top: 0;
    padding: 21px 27px !important;
        border-radius: 0 0 20px 20px;
}
.tab-content-list .accordion_head {
    border: 0;
    border-bottom: 2px solid #9bb8d0 !important;
    font-weight: 400;
    position: relative;
    font-size: 15px;
}
.tab-content-list .accordion_head.ss_cours_acc_proge{
    z-index: 9;
}
.ss_main_tab_sec {
    border: 3px solid #87b3df ! IMPORTANT;
}
.ss_cours_acc_proge_name img {
    width: 15px;
}
.ss_cours_acc_proge_name {
    display: flex;
    align-items: center;
    gap: 12px;
        width: 45%;
}

.ss_tab_play_icon {
   width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #07fa26;
    border: 1.7px solid #fff;
}

.ss_play_lock_mn_dv {
    width: 40px;
    height: 40px;
    background: #9bb8d0;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: -32px;
}

 .ss_tab_play_icons {
   background: red;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-left: 0;
    border: 2px solid #fff;
}

.ss_show_hide .ss_tab_play_icons img {
    filter: brightness(0) invert(1);
}

.ss_show_hide .ss_tab_play_icons .ss_play_icon_incourses {
    display: none;
}

.ss_tab_play_icon .ss_luck_icon_incourses {
    display: none;
}
.ss_cours_kurs {
    color: #636b6f;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
}
.ss_1st_accord_head_dv {
    margin-bottom: 34px;
}
.ss_1st_accord_head_dv .progress-bars {
    height: 9px;
}
.ss_cours_date{
    margin-bottom: 65px;
    font-size: 30px;
}
.solution-container {
    margin-bottom: 40px;
}

.ss_new_lebl{
    font-size: 18px;
}



.game-card-wrapper .material_wrapper[data-color="yellow"],
.game-card-wrapper .material_wrapper[data-color="blue"],
.game-card-wrapper .material_wrapper[data-color="red"],
.game-card-wrapper .material_wrapper[data-color="green"],
.game-card-wrapper .material_wrapper[data-color="violet"],
.game-card-wrapper .material_wrapper[data-color="orange"],
.game-card-wrapper .material_wrapper[data-color="gray"],
.game-card-wrapper .material_wrapper[data-color="light blue"],
.game-card-wrapper .material_wrapper[data-color="dark blue"],
.game-card-wrapper .material_wrapper[data-color="dark yellow"],
.game-card-wrapper .material_wrapper[data-color="dark gold"],
.game-card-wrapper .material_wrapper[data-color="dark green"],
.game-card-wrapper .material_wrapper[data-color="dark orange"],
.game-card-wrapper .material_wrapper[data-color="dark pink"],
.game-card-wrapper .material_wrapper[data-color="dark red"],
.game-card-wrapper .material_wrapper[data-color="golden"],
.game-card-wrapper .material_wrapper[data-color="medium green"],
.game-card-wrapper .material_wrapper[data-color="pink"] {
    margin-bottom: 60px;
}

.ss_material_image_new {
    width: auto !important;
}

.ss_light_right_btn .material_wrapper[data-color="light blue"], .ss_light_right_btn .material_wrapper[data-color="yellow"], .ss_light_right_btn .material_wrapper[data-color="gray"],
.ss_light_right_btn .material_wrapper[data-color="dark yellow"], .ss_light_right_btn .material_wrapper[data-color="medium green"], .ss_light_right_btn .material_wrapper[data-color="red"]{
    margin-bottom: 54px !important;
}


.ss_light_right_btn .ss_material_image_new {
    width: auto;
}
.themes-container {
    margin-bottom: 0px;
}


.ss_champion_material_new {
    margin-bottom: 0 !IMPORTANT;
}
.themes-container .material_holder .material_wrapper {
    flex: 0 1 48% !important;
}
.material_folder {
    margin-bottom: 20px;
}

.ss_new_cours_head .temp_header_sec img{
    width: 100%;
}
.ss_new_cours_head .temp_footer_sec img{
      width: 100%;
      margin-top: -1px;
}

.childactive .ss_cours_acc_proge {
    margin-left: 20px;
    margin-bottom: 0px;
}
.ss_membership_lock .ss_play_icon_incourses {
    display: none !important;
}


.temp_header_sec{
    display: none;
}

    
.ss_new_cours_head .ss_image_slider .owl-nav button span {
    font-size: 32px;
    line-height: 0;
    color: #fff;
    /* line-height: 1; */
    position: relative;
    top: -3px;
}
.ss_new_cours_head .ss_image_slider .owl-nav button {
    height: 50px;
    width: 50px;}
.temp_header1_sec img {
    width: 100%;
}

.ss_main_tab_sec.active {
    border-radius: 20px 20px 0 0;
}

.ss_1st_accord_head_dv .progress-wrappers {
    position: relative;
    width: 60%;
    margin: 40px auto;
}
.ss_image_slider .item {
    width: 96%;
    margin: auto;
}
.accordion_head.ss_cours_acc_proge.parent_tab_sec {
     border-top: 5px solid #9bb8d0 !important;
    border-bottom: 0px !important;
    border-left: 5px solid #9bb8d0 !important;
    border-right: 5px solid #9bb8d0 !important;
        padding: 15px 28px 15px;
        position: relative;
}
.parent_tab_sec.head-active.active {
    border-bottom: 0px solid #e5e5e5 !important;
}
.parent_tab_sec.head-active:after {
    content: "";
    position: absolute;
    width: 43px;
    height: 5px;
    left: 0;
    background: #9bb8d0;
    bottom: 0;
}

.parent_tab_sec .edit-lists {
    position: absolute;
    left: -23px;
    background: #9bb8d0;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    justify-content: center;
}
.plusminus {
   float: right;
    font-size: 20px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    line-height: 14px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    padding: 0;
    font-size: 25px;
    align-items: center;
    background: #2e66c2;
}

.ss_parent_mn_tab_div:after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 16px;
    background: #9bb8d0;
    z-index: 0;
    top: 0px;
}
.accordion_head{
        margin: 0 0 0px 0;
}

.parent-active.removeClassHere:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #9bb8d0;
    width: 5px;
    height: 100%;
}
.parent-active{
    position: relative;
}
.parent-active .ss_acc_main_prnt_active:after {
    display: none;
}

button {
    position: relative;
}

.ss_alret_popup {
        position: absolute;
    bottom: 109%;
    left: 0;
    transform: translateX(-50%);
    background: #2f95ce;
    padding: 21px 12px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    z-index: 999;
    width: 300px;
    text-align: center;
    border-radius: 20%;
}
.ss_alret_popup .alert_avatar {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion_body {
    overflow: visible;
}
.ss_popup_audio {
    display: grid;
    grid-template-columns: 2fr 8fr;
    gap: 10px;
}
.ss_popup_audio .alert_avatar img {
    width: 35px;
}
.ss_alret_popup .register_popup {
    background: #fff;
    border-radius: 5px;
}
.ss_btn_wrap{
    position:relative;
    right:24px;
}
.ss_btn_wrap button{
     background: #2e66c2;
    border: 1px solid #2e66c2;
}

.start_test {
       right: 24px;
    background: #2e66c2;
    border: 1px solid #2e66c2;
}
.progress-wrappers.ss_new_progress_wrapper {
    margin: 0 auto;
    width: 30%;
    margin-bottom: -35px;
}

.progress-wrappers.ss_new_progress_wrapper .progress-bars {
    height: 6px;
}

.progress-wrappers.ss_new_progress_wrapper .tooltips{
    padding: 5px 18px;
    font-size: 11px;
    top: -37px;
    margin-left: -9px;
}

.ss_parent_mn_tab_div .btn-primary {
    color: #fff;
    background-color: #2e66c2;
    border-color: #2e66c2;
    margin-top: 13px;
}
.tooltips:before {
        content: "";
    position: absolute;
    background: #ffffff40;
   width: 68%;
    height: 15px;
    left: 0;
    right: 0;
    margin: auto;
    top: 4px;
    border-radius: 2px;
    z-index: 1;
}
.tooltips span{
    position: relative;
    z-index: 999;
}

.removeClassHere.active .ss_acc_main_prnt_active .childactive .progress-wrappers.ss_new_progress_wrapper{
    margin-bottom: 30px;
    margin-top: 45px;
}

.accordion_body.childactive table {
    display: inline-table;
    width: 95%;
    margin-top: 0 !important;
}
.ss_acc_body_imgdv img {
    width: 95%;
}

.ss_top_progrss_sec .tooltips:before{
background: #b7b7b761;
    width: 88%;
    height: 15px;
}
.ss_temp_rating_btn button {
    background: transparent;
    border: 1px solid #87b3df;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
}
.ss_temp_rating_btn {
    text-align: right;
    position: absolute;
    right: 16px;
}

.ss_temp_rating_btn ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.ss_temp_rating_btn i {
    color: #2e66c2;
}
/* Popup background */
.popupModal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.popup-content {
    background: #fff;
    width: 500px;
    max-width: 90%;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    text-align: center;
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 39px;
    cursor: pointer;
    color: #4a7ed4 !important;
    opacity: 1;
}

.star-rating {
    direction: rtl; /* ye trick hai */
    display: inline-flex;
    gap: 5px;
}

.star-rating input {
    display: none;
}

.star-label {
    font-size: 32px;
    color: #ccc; /* regular star */
    cursor: pointer;
    transition: 0.2s;
}

/* Hover effect */
.star-label:hover,
.star-label:hover ~ .star-label {
    color: #4a7ed4;
}

/* Click (checked) effect */
.star-rating input:checked ~ .star-label {
    color: #4a7ed4;
}

.feedback-textarea{
    width: 100%;
    height: 120px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 14px;
    font-size: 15px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.ss_temp_rait_popup .ss_progss_sec{
        padding-top: 0px !important;
}

.ss_acc_main_prnt_active .owl-carousel{
    width: 70%;
    margin: auto;
}
.removeClassHere.active .ss_acc_main_prnt_active .childactive .owl-carousel {
    width: 100%;
}





/******admin template bar css*****/

      .switch {
                width: 160px;
                position: relative;
                height: 40px;
                text-align: center;
                transition: all 0.2s ease;
                border-radius: 2px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .switch label {
                cursor: pointer;
                color: #fff;
                width: 50%;
                line-height: 40px;
                font-size: 2em;
                transition: all 0.2s ease;
                background: #4779cb;
                border: 1px solid #ededed;
            }

            .ss_temp_pagn{
                text-align: center;
            }
            /* .questions-grids {
                margin-top: 50px;
            } */
            label[for="plus"] {
                left: 0px;
            }
            label[for="minus"] {
                right: 0px;
            }
            #plus:checked ~ .switch label[for="plus"] {
                background: #4caf50;
            }
            #minus:checked ~ .switch label[for="minus"] {
                background: #e91e63;
            }
            #minus:checked ~ .switch span {
                background: #fff;
                margin-left: -8px;
            }

            #plus:checked ~ .switch label[for="plus"] {
                color: #fff;
            }
            #minus:checked ~ .switch label[for="minus"] {
                color: #fff;
            }

            #plus:checked ~ .switch span {
                margin-left: -8px;
            }
            .pdf-views {
                /* width: 726px;
                height: 1104px;
                background: url("/images/qutemplates.jpg"); */
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                border: 0px solid #e0e0e0;
                margin: 0 auto;
                position:relative;

            }
            .pdf-views h2 {
                font-size: 38px;
                font-weight: 600;
            }
            .questgrid h3 {
                display: flex;
                flex-wrap: wrap;
                font-size: 27px;
                font-weight: 500;
            }
            .questanswer {
                display: none;
                font-size: 18px;
                margin-top: 10px;
            }
            span.questNo {
                font-weight: 600;
                color: #3f67af;
                font-size: 28px;
                margin-right: 7px;
            }
            .pdf-views .owl-carousel .owl-item img {
                width: auto;
                margin: 0 auto;
            }
            .pdf-book .owl-nav {
                position: absolute;
                top: 50%;
                width: 100%;
            }
           .pdf-book .owl-nav button span {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    line-height: 1;
}
            .pdf-book .owl-nav button {
                  height: 35px;
                    width: 30px;
                background: #4779cb !important;
            }
            .pdf-book .owl-nav button.owl-prev {
                position: absolute;
/*                right: 100%;*/
                left : -3px;
            }
            .pdf-book .owl-nav button.owl-next {
                position: absolute;
/*                left: 100%;*/
                right: -3px;
            }
            .template-pdfs-row{
                /* display: flex; */
                align-items: center;
                justify-content: center;
            }
            .questgrid .owl-item{
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
            }
            .question-videos video {
                position: absolute;
                right: 0;
                left: 0;
                top: 35%;
                margin: 0 auto;
            }
            .owl-video-frames {
/*                max-height: 150vh;*/
                overflow-y:auto ;
                width: 100%;
                position: relative;
            }
            .iframe-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 80%;
                height: 100%;
                background: transparent;
                
            }


         .ss_vide_main_div_sc{
            min-height: 1000px;
                padding-top: px;
    padding-bottom: 0px;
         }


            .ss_temp_video_viv{
                text-align: center;
                
            }
         .ss_temp_video_viv #myVideo {
      width: 55% !important;
    height: auto !important;
    border: 1px solid #e5e5e5;
    padding: 0;
}
             /* .ss_temp_video_viv{
                margin: 40px 0;
             } */
            .ss_temp_show_video {
       background-size: cover;
    background-repeat: round;
        max-width: 780px;
    margin: auto;
        border-radius: 0px;
        min-height: 1000px;
            margin-bottom: -1px;
}

.temp_header_sec img {
    width: 100%;
}
.ss_video_only {
    min-height: 1105px;
}

.ss_mth_temp_view{
        background: #f7f7f7;
}
       
.temp_footer_sec img{
 width: 100%;
}

.questions-grids {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

.questions-grids .owl-item img {
    width: 100%  !important;
}
.questions-grids {
    width: 100%;
    margin: 0 auto;
}
     .ss_audio_only {
    min-height: 800px !important;
}

.ss_audio_only .ss_vide_main_div_sc {
    min-height: 800px !important;
}
.ss_audio_only .ss_vide_main_div_sc {
    padding: 100px 25px 0;
}



.ss_video_only .ss_temp_video_viv {
    margin: 50px 0 0;
    padding-top: 0px;
}

.ss_templates_mainsec {
    max-width: 780px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.item.ss_temp_video_viv video {
    width: 495px;
    margin-top: 0;
    height: 282px;
    position: relative;
}
.ss_temp_video_viv {
        min-height: 1109px;
    padding: 135px 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 795px;
}
.ss_video_box_div {
    margin-top: 15px;
}

.ss_only_audio_bx{
        padding: 170px 0 72px;
}
.ss_only_audio_inner_bx {
    width: 44%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 61px;
    position: relative;
}
.ss_only_audio_inner_bx audio {
    height: 30px;
}
.ss_only_audio_bx .ss_only_audio_inner_bx:last-child {
    margin-bottom: 0;
}
/* .ss_img_slid_inner_bx {
    margin-bottom: -5px;
} */
.ss_vide_main_div_sc + .temp_footer_sec {
    margin: -1px 0 0 0;
}

.ss_temp_video_viv {
    display: flex;
    flex-direction: column;
}

.ss_temp_video_viv .ss_top {
    order: 1;
}


.item.ss_temp_video_viv .ss_middle {
    order: 2;
}

.item.ss_temp_video_viv .ss_lowear {
    order: 3;
}
.ss_only_audio_inner_bx {
    min-height: 30px;

}


.ss_acc_main_prnt_active .removeClassHere.active .accordion_body.test_bodykrk{
   display: block !important;
    border: 0 !important;
    width: 65%;
    margin: auto;
    padding: 0 !important;
    padding-top: 50px !important;
}

.ss_prograssbar_blank_div{
    height: 40px;
    position: absolute;
    width: 100%;
    background: #00000000;
    top: -35px;
}
.themes-container .material_holder .material_wrapper .material_image {
    margin: 0 40px 20px;
}
/********Courses Template Page*******/

.progress span{
    padding: 0 12px;
}

.ss_cours_acc_proge .skill-label {
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
        height: fit-content;
}
.ss_cours_acc_proge{
  position: relative;
}
.ss_label_with_radio label {
    display: block;
    text-align: center; /* span à¤•à¥‹ center à¤®à¥‡à¤‚ à¤°à¤–à¤¨à¥‡ à¤•à¥‡ à¤²à¤¿à¤ */
}

.ss_label_with_radio input {
    display: block;
    margin: 0 auto 8px; 
        width: 20px;
    height: 20px;
}

.ss_label_with_radio span {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    color: #4a8be3;
    border-radius: 16px;
    border: 3px solid;
    border-image: linear-gradient(145deg, #ffe08a, #f4c43d) 1;
}
.ss_cours_result_tbl table {
    display: inline-table !important;
}
.row.gy-2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.ss_cours_multiple_option label {
    display: inline-block;
        padding: 8px 11px;
    width: 150px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    color: #4a8be3;
    border: 3px solid;
    border-image: linear-gradient(145deg, #ffe08a, #f4c43d) 1;
    border-radius: 5px;
}

.ss_cours_multiple_option {
    border-radius: 5px;
}

.ss_cours_multiple_option input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 0;
}


.removeClassHere.active .ss_acc_main_prnt_active .childactive {
    padding-top: 40px !important;
}

.material_wrapper[data-color="yellow"] .play_btn {
    border-color: #c2c23d !important;
    color: #c2c23d !important;
}

.ss_champion_material_new a#game_play_areas:hover {
    /* border-color: #000 !important; */
    border: 1px solid #000!important;
}

.ss_champion_material_new a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}




/***********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
        .mainBar_change .progress-bars.gradientBars {
        width: 100% !important;
    }
        body.games-units-course .ss_cours_kurs {
        font-size: 17px !important;
    }
    body.games-units-course .ss_cours_date {
        font-size: 18px;
        margin-top:0;
    }
   
    .accordion_body{
            padding: 21px 15px !important;
    }
    .plusminus{
            font-size: 17px;
            width: 20px;
    height: 20px;
    }
    .parent_tab_sec .edit-lists{
            width: 30px;
    height: 30px;
    left: -15px;
        line-height: 16px;
    }
    .ss_play_lock_mn_dv{
            width: 32px;
    }
    .accordion_body.childactive{
            padding-left: 0px !important;
    }
    .ss_1st_accord_head_dv .progress-wrappers {
    width: 80%;
}
.parent_tab_sec.head-active:after{
        width: 16px !important;

}
.ss_cours_acc_proge_name img {
    width: 12px;
}
.ss_tab_play_icon {
    width: 20px;
    height: 20px;
}
    .ss_play_lock_mn_dv {
        left: -17px;
    }
        .ss_play_lock_mn_dv {
    width: 30px !important;
    height: 30px;
}
.tooltips{
    font-size: 10px;
}
.ss_new_cours_head .ss_image_slider .owl-nav button {
    height: 20px;
    width: 20px;
}
.ss_new_cours_head .ss_image_slider .owl-nav button span {
    font-size: 25px;}
    .ss_image_slider .owl-nav button.owl-prev {
    left: -20px;
    }
    .ss_image_slider .owl-nav button.owl-next {
    right: -33px;
}
.ss_label_with_radio span{
     padding: 0px 6px;
    font-size: 12px;
    border: 2px solid;
}
.ss_label_with_radio input{
    width: 15px;
    height: 15px;
}
.row.gy-2{
        gap: 10px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 3px;
}
.ss_label_with_radio span{
            font-size: 10px;
}
    .ss_parent_mn_tab_div .btn-primary {
        margin-left: 0 !important;
    }
    .themes-container .material_holder .material_wrapper .material_image {
    margin: 0 2px 20px !important;
}

body.games-units-course .game_3rd_new_head {
    font-size: 25px !important;
    margin-bottom: 0;
}
    body.games-units-course h2 {
        margin: 0px 0px 12px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px){
    .ss_acc_main_prnt_active .removeClassHere.active .accordion_body.test_bodykrk{
        width: 80%;
    }
    .accordion_body.childactive table{
        width: 100%;
    }
        body.games-units-course .ss_cours_kurs {
                font-size: 22px !important;
        margin-bottom: 20px;
    }
    .ss_material_image_new{
        width: 100% !important;
    }
    .ss_champion_material_new .row {
    display: flex;
}
span.user_progress {
    font-size: 18px !important;
}

    body.games-units-course .game_3rd_new_head {
        font-size: 35px !important;
        margin-bottom: 5px;
        margin-top: 30px;
    }
        body.games-units-course .ss_cours_date {
        font-size: 22px;
        margin-top: 0;
    }
    .material_holder.championship_material.ss_champion_material_new .game-card-wrapper .material_wrapper{
        min-height: 840px;
    }
    
 }
@media only screen and (min-width: 767px) and (max-width: 1023px){}
@media only screen and (min-width: 1024px) and (max-width: 1300px){}


@media (max-width:1200px) {
    .ss_parent_mn_tab_div span.ss_get_text {
    text-align: left;
    margin-left: 15px;
}
.ss_play_lock_mn_dv {
    margin-left: -35px;
    position: absolute;
}
}

@media (max-width:990px) {
    .ss_parent_mn_tab_div .btn-primary {
    margin-left: 40px;
}
.mainBar_change .progress-bars.gradientBars {
    height: 10px;
    width: 100%;
    margin: 0 auto;
}
}




















