:root 
{
  --yellow_gradent      :   linear-gradient(#ffda48, #ffcc00);
  --pink_gradent        :   linear-gradient(#fd308c, #fd0071);
  --white               :   #fff;
  --bg_color            :   #fdfdfd;
  --bg_gray             :   #ebebeb;
  --pink_light          :   #fe519e;
  --pink_dark           :   #fd0071;
  --yellow_light        :   #ffe169;
  --gray_mid            :   #9c9c9c;
  --error_color         :   #ef0000;
  --black               :   #000;
}
*{
    padding: 0;
    margin:0;
    font-size: 18px;
    font-family: 'Patrick Hand', cursive;
    font-weight: 600;
}
body{
    background: var(--bg_color);
    color:#000;
}
.main_container{
    max-width:746px;
    margin-left:auto;
    margin-right:auto;
}
.language-dropdown img{
    width:40px;
}

.menubar{
    position: relative;
    transition: all 1s;
}
.language-dropdown select{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    height: 40px;
}
.menubar.show .collapse-icon span{
    width: 45px;
}
.menubar.show .collapse-icon span:first-child{
    transform: rotate(43deg);
    margin-top: 14px;
}
.menubar.show .collapse-icon span:last-child{
    transform: rotate(-43deg);
    margin-top: -11px;
}
.menubar.show .collapse-icon span:nth-child(2){
    display: none;
}
/*#menu{
    list-style: none;
    margin-bottom: 0;
    padding-left: 60px;
    padding-bottom:20px;
    display: none;
}

#menu li a{
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    display: flex;
}
#menu li a:hover{
    text-decoration: none;
    color:#ffd200;
}
*/
.language-dropdown{
    position: relative;
}
.logo{
    width:170px;
}
.img-reponsive{
    max-width:100%;
}
.menu_btn_logo{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}
.collapse-icon span{
    margin-bottom: 5px;
    width: 45px;
    background: #000;
    height: 5px;
    display: block;
    border-radius: 36px;
    transition: all 0.5s;
}
.collapse-icon{
    width: 45px;
}
.collapse-icon span:first-child{
    width:35px;
}
.collapse-icon span:last-child{
    width:28px;
}
.menubar{
    background: #CC8EFE;
}
.menu_sec{
    background: url(../../images/what_if/background_dots.png) no-repeat !important;
    background-size: cover !important;
    background-position: bottom;
}
footer ul img {
    width: 35px;
}
footer{
    background: #CC8EFE;
    padding: 10px;
    text-align: center;
}
footer ul{
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left:0;
    flex-wrap: wrap;
}
footer ul a:hover{
    text-decoration: none;
}
.soc_list li{
    margin-left:8px;
    margin-right:8px;
}
.foot_menu_list li{
    margin-left:5px;
    margin-right:5px;
}
.color_list ul{
    display: flex;
    list-style: none;
    padding-left: 0;
    align-items: center;
    padding-bottom:30px;
    justify-content: center;
}
.mb_40{
    margin-bottom: 40px;
}
.menu_sec{
    margin-top: 40px;
}

.color_list ul li{
    width:30px;
    height:30px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    position: relative;
    border:2px solid #000;
    transition: all 0.4s;
}
.quiz_heading h3{
    margin:0;
    font-size: 30px;
    text-align: center;
}
.quiz_heading{
    margin-bottom: 50px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#country_selector{
    display: none;
}
.main_con_sec{
    padding-left:15px;
    padding-right:15px;
}
.inst_sec{
    border: 2px solid;
    padding: 15px;
    box-shadow: 4px 5px 2px #000;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.inst_sec ul{
    list-style: none;
}
.inst_sec ul li{
    padding-left:15px;
    position: relative;
    margin-bottom:5px;
}
.inst_sec ul li span.instruction_numbering{
    position: absolute;
    left:0;
}
.inst_sec h3{
    margin: 0;
    margin-top: -35px;
    text-align: center;
}
.inst_sec h3 span{
    box-shadow: 5px 5px 1px #000;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 23px;
    background: #fff;
    font-weight: 700;
    border-radius: 4px;
    position: relative;
}
.inst_sec h3 span::before,.inst_sec::before,.quiz_head_sec:before{
    content: "";
    position: absolute;
    width:5px;
    height:5px;
    border: 7px solid transparent;
    border-top: 9px solid #000;
    bottom: -21px;
    right: 10px;
}
.inst_sec::before{
    left: 20px;
    border: 11px solid transparent;
    border-top: 18px solid #000;
    bottom: -35px;
}
.inp_sec  #country_dropdown{
    padding: 8px 10px;
    width: 100%;
    background: #f5f5f5;
    border: 2px solid #36bbfc;
    color: #000;
    border-radius: 4px;
}
.error{
    display: none;
}
.error,.error_sec{
    color:#ff0000;
    text-align: center;
}
.inp_sec > div{
    margin-bottom: 15px;
}
.input_box input{
    padding: 8px 10px;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    border: 2px solid #36bbfc;
    border-radius: 4px;
}
.conti_new{
    box-shadow: 5px 5px 1px #000;
    padding: 8px 10px;
    color: #000;
    font-weight: 600;
    border: 2px solid;
    border-radius: 4px;
    margin-bottom: 0px;
    width:100%;
}
a.conti_new{
   display: block;
   text-align: center;
}
a.conti_new:hover{
    text-decoration: none;
    color: #000;
 }
.foot_ads_sec{
    display: flex;
    justify-content: center;
}
.purple_sec .lang-box,.purple_sec  .conti_new,.purple_sec .inst_sec h3 span,.purple,.purple_sec .quiz_head_sec,.purple_sec .ans_sec,.purple_sec nav,.purple_sec footer{
    background: #CC8EFE;  
}
.yellow_sec .lang-box,.yellow,.yellow_sec  .conti_new,.yellow_sec .inst_sec h3 span,.yellow_sec .quiz_head_sec,.yellow_sec .ans_sec,.yellow_sec nav,.yellow_sec footer{
    background: #fee101;   
}
.green_sec .lang-box,.green,.green_sec  .conti_new,.green_sec .inst_sec h3 span,.green_sec .quiz_head_sec,.green_sec .ans_sec,.green_sec nav,.green_sec footer{
    background: #11ee91;   
}
.pink_sec .lang-box,.pink,.pink_sec  .conti_new,.pink_sec .inst_sec h3 span,.pink_sec .quiz_head_sec,.pink_sec .ans_sec,.pink_sec nav,.pink_sec footer{
    background: #fda7cd;  
}

.quiz_head_sec{
    position: relative;
    padding: 10px 20px;
    box-shadow: 6px 6px 1px #000;
    margin-bottom: 30px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #000;
    border-radius: 3px;
}
.quiz_head_sec h3{
    margin: 0;
    font-size: 20px;
    text-align: center;
}
#questionNoList{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#questionNoList a{
    border: 2px solid #000;
    width: 27px;
    height: 28px;
    background: #f5f5f5;
    display: block;
    color: #000;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    box-shadow: 2px 2px 0px #000;
}
.cloud{
    fill: #01a5da;
}
.cloud2{
    fill: #fff;  
    stroke: #01a5da;
    width: 100px;
    height: 67px;
}
.edit_icon{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
    margin-top: 20px;
    position: relative;
    height: 67px;
}
.modal-dialog img{
    max-width: 100%;
}
#myModalInsta .modal-body,.modal-title,.instagram_share_popup{
    text-align: center;
}
.edit_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 13px;
    width: 52px;
    font-size: 13px;
    transform: translate(-50%, -50%);
}
.edit_txt span{
    font-size: 15px;
    text-align: center;
}
.buble_bg{
    margin-left: -15px;
    width:299px; height:230px;
}

.pink_sec  .done_icon .cloud2,.menu_sec.pink .done_icon .cloud2,body.pink .menu_sec.green .done_icon .cloud2,body.pink .menu_sec.yellow .done_icon .cloud2,body.pink .menu_sec.purple .done_icon .cloud2{
    fill: #fda7cd;  
    stroke: #000;
}
.yellow_sec  .done_icon .cloud2,.menu_sec.yellow .done_icon .cloud2,body.yellow .menu_sec.green .done_icon .cloud2,body.yellow .menu_sec.pink .done_icon .cloud2,body.yellow .menu_sec.purple .done_icon .cloud2{
    fill: #fee101;  
    stroke: #000;
}
.green_sec  .done_icon .cloud2,.menu_sec.green .done_icon .cloud2,body.green .menu_sec.yellow .done_icon .cloud2,body.green .menu_sec.pink .done_icon .cloud2,body.green .menu_sec.purple .done_icon .cloud2{
    fill: #11ee91;  
    stroke: #000;
}
.purple_sec  .done_icon .cloud2,.menu_sec.purple .done_icon .cloud2,body.purple .menu_sec.green .done_icon .cloud2,body.purple .menu_sec.yellow .done_icon .cloud2,body.purple .menu_sec.pink .done_icon .cloud2{
    fill: #CC8EFE;  
    stroke: #000;
}
.buble_img_sec img{
    position: absolute;
    top: 32px;
    left: 0px;
    width: 290px;
    max-width: 282px;
}
.cricle_row{
    max-width: 350px;
    border: 2px solid #01a5da;
    border-radius: 5px;
    background: #fff;
}
.card_body{
    max-width: 380px;
    margin-bottom: 40px;
}
.card_body,.cricle_row{
    margin-left: auto;
    margin-right: AUTO;
}
.btn_bg_img{
    background: url(../../images/what_if/question_bg.png) no-repeat;
    background-size: cover;
    padding: 10px;
    min-height: 170px;
    padding-top: 80px;
    background-position: center;
}
.cricle_edit{
    padding: 5px 10px;
}

.cricle_edit .question_txt textarea,.cricle_edit textarea{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    min-height: 130px;
    font-weight: 700;
    border: 0;
    resize: none;
    box-shadow: inset 0px 1px 9px 3px #00000024;
    border-radius: 7px;
    font-size: 20px;
}
.cricle_edit textarea{
    box-shadow: inset 0 0 0 #0000006b;
}
#questionNoList .h-custom-tab-active a{
    background: #01a5da;
    color:#fff;
}
.cricle_edit .question_txt h3 span{
    font-size: 20px;
    line-height: 1.4;
}
/*=============================== share button_css ===================*/

.share-btn img{
    width                       :   10%;
    vertical-align              :   middle;
    float: left;
}

.whatsapp-btn {
    background                  :   #fff;
    padding                     :   10px;
    border                      :   none;
    border-radius               :   0;
    color                       :   #000;
    width                       :   100%;
    margin-bottom               :   5px;
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
}

.whatsapp-btn img{
    width                       :   5%;
    vertical-align              :   middle;
}

.whatsapp-btn a:hover{
        background-color: #14a1cc;
        border-color: #00c3ff;
    color                       :   #000!important;
    text-decoration             :   none;
}

.whatsapp-btn:hover {
    color                       :   #000;
}

.tiktok-btn .tiktok-btn:hover{
    background: #fff;
    padding: 10px;
    border: none;
    border-radius: 0;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
}
.facebook-btn,.facebook-btn:hover {
    padding                     :   8px;
    background: #fff;
    border-radius               :   0;
    color                       :   #000;
    /* width                       :   49%; */
    margin                      :   5px 0;
    display                     :   inline-block;
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
    width: 100%;
    
}

.messenger-btn,.messenger-btn:hover {
    background: #0166ff;
    border: 1px solid #0048ca;
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #000;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
    background: #fff;
    border-radius               :   0;
    width: 100%;
}

.snapchat-btn,.snapchat-btn:hover {
    padding                     :   8px;
    /* border-radius               :   10px; */
    /* width                       :   49%; */
    margin                      :   5px 0;
    display                     :   inline-block;
    background: #fff70f;
    border: 1px solid #dbd300;
    color: var(--black);
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
    background: #fff;
    border-radius               :   0;
}

.twitter-btn,.twitter-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #000000;
    /* width                       :   49%; */
    margin                      :   5px 0;
    display                     :   inline-block;
    background: #000000;
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
    background: #ffffff;
    border-radius               :   0;
}

.instagram-btn,.instagram-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #000!important;
    width                       :   49%;
    display                     :   inline-block;
    cursor                      :   pointer;
    background: linear-gradient(to right, #da784a, #b33475);
    border: 1px solid #8b004c;
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
    background: #fff;
    border-radius               :   0;
    margin: 5px 0;
}

.Line-btn,.Line-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #000;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
    background: #00b900;
    border: 1px solid #095f09;
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
    background: #fff;
    border-radius               :   0;
}

.kakao-btn,.kakao-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
    background: #fae301;
    border: 1px solid #b4ad6f;
    color: var(--black);
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
    background: #fff;
    border-radius               :   0;
}

.vk-btn,.vk-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #000;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
    background: #6c9dd3;
    border: 1px solid #567291;
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
    background: #fff;
    border-radius               :   0;
  
}
.tg-btn {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #000;
    width                       :   49%;
    margin                      :   4px 0;
    display                     :   inline-block;
    border: 2px solid #36BBFC;
    box-shadow: 0px 2px 5px rgba(204, 142, 254, 0.25);
    background: #fff;
    border-radius               :   0;
  
}
.tiktok-btn{
    background: #fff;
    padding: 10px;
    border-radius: 0;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
    border: 2px solid #36bbfc;
    box-shadow: 2px 4px 8px #0000004a;
}
.share-btn a{
    text-decoration             :   none !important;
}

.share_text_page_que_share{
    color                       :   #000;
}

.share-btn{
    margin                      :   10px 20px 20px 20px;
}

.share-btn-area{
    display                     :  inline;
}
.share-btn{
    margin-left:0;
    margin-right:0;
}
.whatsapp-btn,.vk-btn,.kakao-btn,.Line-btn,.instagram-btn,.twitter-btn,.snapchat-btn,.messenger-btn,.facebook-btn,.tiktok-btn,.tg-btn,.more-plus-share {
    font-size:   18px;
    font-weight: 600;
} 
.whatsapp-btn:hover,.facebook-btn:hover,.messenger-btn:hover,.vk-btn:hover,.kakao-btn:hover,.Line-btn:hover,.instagram-btn:hover,.twitter-btn:hover,.snapchat-btn:hover,.tiktok-btn:hover,.tg-btn:hover,.more-plus-share .a2a_dd:hover  {
    background: #14a1cc;
        border-color: #00c3ff;
        color:#fff;
}
#myModalTiktok{
    text-align: center;
}
.snapchat-btn:hover .share_text_page_que_share{
    color:#fff;
}
.instagram-btn:hover{
    color:#fff !important;
}
.share-btn img{
    width:20px;
}
.share-btn-area{
    display: flex;
    justify-content: space-between;
}
.share-btn-area > a{
    width: 49%;
}
.more-plus-share{
    /* margin: 4px 0; */
}
.more-plus-share .a2a_dd{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #36BBFC;
    padding: 10px 0!important;
    font-size: 18px;
    color: #000;
    background: #ffffff;
}
.more-plus-share .a2a_svg{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.more-plus-sharemobile{
    margin-top: 5px;
    display: none;
}
.more-plus-share-mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #36BBFC;
    padding: 10px 0!important;
    font-size: 18px;
    color: #000;
    background: #ffffff;
}
.more-plus-share-mobile:hover{
    background: #14a1cc;
    border-color: #00c3ff;
    color: #fff;
}
.more-plus-share i{
    background: rgb(1, 102, 255);
    color: #fff;
    font-size: 19px;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 5px;
}
/*============================== share buttin css end ============================*/


.top_ads_sec{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.buble_sec{
    position: relative;
    margin-top:20px;
    margin-bottom:20px;
}
.buble_sec h3{
    font-weight: 600;
    position: absolute;
    top: 50px;
    text-align: center;
    left: 48%;
    transform: translate(-50%, 0);
    width: 179px;
    font-size: 20px;
    max-height: 114px;
    overflow: scroll;
    overflow-x: hidden;
}
.share_con{
    padding-left:15px;
    padding-right:15px;
    margin-bottom: 40px;
}
.share_sec{
    border: 2px solid #36bbfc;
    border-radius: 5px;
    margin-bottom: 20px;
}
.copy_btn{
    width: 100px;
    background: #36bbfc;
    color: #fff;
    border: 0;
    padding: 8px 10px;
    font-weight: 600;
}
.inp_sec{
    background: #f5f5f5;
    padding: 12px;
}
.copy_link{
    margin-bottom:20px;
    text-align: center;
    color: #ff0d0d;
    display: none;
}
.glyphicon-trash:before{
    content: "";
    min-width: 30px;
    height: 30px;
    background: url(../../images/what_if/delete.png) no-repeat;
    display: block;
    background-size: 25px;
}
table td img{
    width: 40px;
}
.friendboard_div{
    border: 2px solid #36bbfc;
    margin-bottom: 30px;
    border-radius: 3px;
}
.friendboard_div #ustats{
    background: #36bbfc;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.friendboard_div #ustats h2{
    margin: 0;
    font-size: 24px;
}
.scoreboard_div{
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.table-striped > tbody > tr:nth-of-type(odd){
    background: none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    vertical-align: middle;
}
table td a,table td { 
    color: #000;
    text-align: center;
} 
table td:first-child{
    text-align: left;
}
tbody tr{
    border-bottom: 2px solid #00000047;
}
tbody tr:last-child{
    border-bottom: 0 solid #00000047;
}
.friendboard_div .para ul{
    list-style: none;
    padding-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.other-user-stats{
    background: #fff;
}
.user_friend_board{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-top: 30px;
}
.result_page{
    margin-top: 30px;
}
.question_txt h3{
    font-weight: 700;
    margin: 5px 0;
}
.user_f_q_btn{
    min-height: 9px;
    padding-top: 26px;
}
.opetion_list{
    list-style: none;
    padding-left: 0;
    padding-top:5px;
}
.opetion_list li{
    border: 2px solid #36bbfc;
    margin-bottom: 10px;
} 
.opetion_list li  span{
    display: block;
    padding: 8px;
    background: #fff;
} 
.opetion_list li.red  span{
    background: #36bbfc;
    
}
.opetion_list li.red  a{
    color: #fff;
}
.opetion_list li  textarea{
    box-shadow: inset 1px 1px 9px #0000006b;
    text-align: left;
    border: 0;
    resize: none;
    padding: 10px 15px;
    height: 50px;
    min-height: 50px;
    border-radius: 0;
    width: 100%;
    margin-bottom: -5px;
    color: #000;
    font-weight: 400;
}
.dont_ans{
    padding: 0;
    background: none;
    border: 0;
    text-decoration: underline;
    margin: 10px auto 30px;
    display: flex;
}
.res_con{
    background: #36bbfc;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 3px;
}
.res_con h3{
    margin:0;
    font-size: 20px;
}
.res_sec .btn_sec{ 
    padding-left:15px;
    padding-right:15px;
}
.res_buble h3{
    top: 54px;
    font-size: 18px;
    line-height: 1.3;
}
.view_ans_heading{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.view_ans_txt h3{
    margin: 0;
    font-size: 20px;
}
.view_ans_txt{
    position: absolute;
    top: 75px;
    margin: 0;
    width: 165px;
    left: 43%;
    transform: translate(-50%, -14px );
    text-align: center;
}
.ans_list{
    padding-left: 15px;
    padding-right: 15px;
}
.que_sec{
    border: 1px solid #000;
    border-radius: 3px;
    padding: 5px;
    display: flex;
    justify-content: center;
    background: #fff;
}
.ans_sec{
    border: 1px solid #000;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    padding: 12px 15px;
    font-weight: 700;
    margin-top: -1px;
    text-align: center;
}
.ans_list_sec{
    margin-bottom: 15px;
}
.view_que{
    width: 75%;
    padding-left: 35px;
    text-align: center;
    position: relative;
}
.view_que_no{
    position: absolute;
    top: 0;
    left: 0;
}
.ans_list{
    padding-top: 30px;
    padding-bottom: 20px;
}
.buble_img_sec{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.dropdown_item a{
    border: 2px solid #36bbfc;
    display: block;
    background: #f5f5f5;
    color: #000;
    text-align: center;
    padding: 8px;
}
.modal-content #loadingDiv .loading_bar{
    text-align: center;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#loadingDiv, .defaultHide{
    display:none;
    text-align: center;
}
#loadingDiv{
    bottom: 0;
    align-items: center;
    color: #000000;
    z-index: 99999;
    position: relative;
    font-size: 14px;
}

  .loader {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}
.delete_span,.edit_icon.edit.done .edit_span.buttonNonClicable{
    display: none;
}
.edit_icon.edit.done .delete_span{
    display: block;
}
.btn_sec.done_icon button{
    background: #f5f5f5;
    pointer-events: none;
}
.delete_btn.conti_new{
    background: #ff0000 !important;
    color:#fff;
    font-weight: 400;
    border:1px solid #000;
}

.menubar
{
    border                      :   none;
}

.menubar a
{
    color                       :   #000;
    text-decoration             :   none;
    display                     :   block;
    padding                     :   10px;
}

.menubar ul li {
    transition                  :   all .2s;
    padding-left:60px;
}

.menubar ul li a {
    position                    :   relative;
    z-index                     :   1;
}


.menubar ul li a:hover {
    color                       :   #fff;
    text-decoration             :   none;
}

  
.menubar ul li :after {
  display                       :   block;
  position                      :   absolute;
  top                           :   0;
  left                          :   0;
  bottom                        :   0;
  right                         :   0;
  margin                        :   auto;
  width                         :   100%;
  height                        :   1px;
  content                       :   '.';
  color                         :   #fff;
  visibility                    :   none;
  opacity                       :   0;
  z-index                       :   -1;
  transition                    :   all .2s;

}
.menubar ul li :hover:after {
  opacity                       :   1;
  visibility                    :   visible;
  height                        :   100%;
}
#menu           
{           
    padding-inline-start        :   0;
    list-style-type             :   none;
} 
.footer_static_ad{
    margin-bottom:0;
    padding-bottom:70px;
}
.footer_static_ad.footer_120{
    padding-bottom:120px;
}
.opetion_list li:last-child{
    border:0;
    text-align: center;
    padding: 8px;
}
.opetion_list li:last-child span{
    display: inline;
    border-bottom: 2px solid #000;
    padding: 0 ;
    background: none;
}
.opetion_list li a:hover{
    text-decoration: none;
}
.opetion_list li:last-child span a,.opetion_list li a,.opetion_list li a:hover{
    color:#000;
}
.scoreboard_div table th,.scoreboard_div table td{
    text-align: center;
}
/*.scoreboard_div table th:first-child,.scoreboard_div table td:first-child{
    text-align: left;
}*/
.conti_new:active, .lang-box:active,.copy_btn:active {
    transform: scale(0.95);
}
.share_con .buble_bg{
    margin-left: auto;
    margin-right: auto;
}
.share_con  .buble_img_sec img{
    left: 20px;
}
.share_con  .buble_sec h3,.res_page .buble_sec h3{
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.opetion_list li.red a:hover{
    color:#fff;
}

@media (min-width: 375px) { 
    .share-btn img {
        width: 28px;
    }
}
@media (min-width: 480px) { 
    .que_sec{
        padding:12px;
    }
}
@media (min-width: 600px) {
    table td a, table td{
        text-align: left;
    }
    .menu_sec{
        background-size: 100% 100%;
    }
}
.grid.pages{
    padding: 20px;
    text-align: center;
    min-height: 77vh;
}
.menubar ul li :hover:after {
    opacity: 0;
}
.lang-box{
    box-shadow: 5px 5px 1px #000;
    padding: 8px 10px;
    color: #000;
    text-align: center;
    margin-bottom:15px;
}
.main_container.pink,.main_container.green,.main_container.purple,.main_container.yellow,body.yellow,body.purple,body.green,body.pink,.menu_sec.pink,.menu_sec.green,.menu_sec.purple,.menu_sec.yellow{
    background: none;
}
.main_container.purple nav,.main_container.purple .inst_sec h3 span,.main_container.purple .lang-box,.main_container.purple .conti_new,.main_container.purple  .quiz_head_sec, .main_container.purple .ans_sec,.main_container.purple footer{
    background: #CC8EFE;
}
.main_container.yellow nav,.main_container.yellow .inst_sec h3 span,.main_container.yellow .lang-box,.main_container.yellow .conti_new,.main_container.yellow  .quiz_head_sec, .main_container.yellow .ans_sec,.main_container.yellow footer{
    background: #fee101;
}
.main_container.green nav,.main_container.green .inst_sec h3 span,.main_container.green .lang-box,.main_container.green .conti_new,.main_container.green  .quiz_head_sec, .main_container.green .ans_sec,.main_container.green footer{
    background: #11ee91;
}
.main_container.pink nav,.main_container.pink .inst_sec h3 span,.main_container.pink .lang-box,.main_container.pink .conti_new,.main_container.pink  .quiz_head_sec, .main_container.pink .ans_sec,.main_container.pink footer{
    background: #fda7cd;
}
.main_container.pink .color_list ul li.pink,.main_container.green .color_list ul li.green,.main_container.purple .color_list ul li.purple,.main_container.yellow .color_list ul li.yellow{
    border: 2px solid #000;
    width: 35px;
    height: 35px;
}
.main_container.pink  .color_list ul li.pink:before,.main_container.green  .color_list ul li.green:before,.main_container.purple  .color_list ul li.purple:before,.main_container.yellow  .color_list ul li.yellow:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

body.purple nav,body.purple .inst_sec h3 span,body.purple .lang-box,body.purple .conti_new,body.purple  .quiz_head_sec, body.purple .ans_sec,body.purple footer{
    background: #CC8EFE;
}
body.yellow nav,body.yellow .inst_sec h3 span,body.yellow .lang-box,body.yellow .conti_new,body.yellow  .quiz_head_sec, body.yellow .ans_sec,body.yellow footer{
    background: #fee101;
}
body.green nav,body.green .inst_sec h3 span,body.green .lang-box,body.green .conti_new,body.green  .quiz_head_sec, body.green .ans_sec,body.green footer{
    background: #11ee91;
}
body.pink nav,body.pink .inst_sec h3 span,body.pink .lang-box,body.pink .conti_new,body.pink  .quiz_head_sec, body.pink .ans_sec,body.pink footer{
    background: #fda7cd;
}
body.pink .color_list ul li.pink,body.green .color_list ul li.green,body.purple .color_list ul li.purple,body.yellow .color_list ul li.yellow{
    border: 2px solid #000;
    width: 35px;
    height: 35px;
}
body.pink  .color_list ul li.pink:before,body.green  .color_list ul li.green:before,body.purple  .color_list ul li.purple:before,body.yellow  .color_list ul li.yellow:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
body.purple .main_container.purple nav,body.purple .main_container.yellow nav,body.purple .main_container.green nav,body.purple .main_container.pink nav,
body.purple .main_container.purple .inst_sec h3 span,body.purple .main_container.yellow .inst_sec h3 span,body.purple .main_container.green .inst_sec h3 span,body.purple .main_container.pink .inst_sec h3 span,
body.purple .main_container.purple .lang-box,body.purple .main_container.yellow .lang-box,body.purple .main_container.pink .lang-box,body.purple .main_container.green .lang-box,
body.purple .main_container.purple .conti_new,body.purple .main_container.pink .conti_new,body.purple .main_container.yellow .conti_new, body.purple .main_container.green .conti_new,
body.purple .main_container.purple  .quiz_head_sec,body.purple .main_container.yellow  .quiz_head_sec,body.purple .main_container.pink  .quiz_head_sec,body.purple .main_container.green  .quiz_head_sec,
body.purple .main_container.purple .ans_sec,body.purple .main_container.yellow .ans_sec,body.purple .main_container.green .ans_sec,body.purple .main_container.pink .ans_sec,
body.purple .main_container.purple footer,body.purple .main_container.yellow footer,body.purple .main_container.pink footer,body.purple .main_container.green footer{
    background: #CC8EFE;
}
body.yellow .main_container.purple nav,body.yellow .main_container.yellow nav,body.yellow .main_container.green nav,body.yellow .main_container.pink nav,
body.yellow .main_container.purple .inst_sec h3 span,body.yellow .main_container.yellow .inst_sec h3 span,body.yellow .main_container.green .inst_sec h3 span,body.yellow .main_container.pink .inst_sec h3 span,
body.yellow .main_container.purple .lang-box,body.yellow .main_container.yellow .lang-box,body.yellow .main_container.pink .lang-box,body.yellow .main_container.green .lang-box,
body.yellow .main_container.purple .conti_new,body.yellow .main_container.pink .conti_new,body.yellow .main_container.yellow .conti_new, body.yellow .main_container.green .conti_new,
body.yellow .main_container.purple  .quiz_head_sec,body.yellow .main_container.yellow  .quiz_head_sec,body.yellow .main_container.pink  .quiz_head_sec,body.yellow .main_container.green  .quiz_head_sec,
body.yellow .main_container.purple .ans_sec,body.yellow .main_container.yellow .ans_sec,body.yellow .main_container.green .ans_sec,body.yellow .main_container.pink .ans_sec,
body.yellow .main_container.purple footer,body.yellow .main_container.yellow footer,body.yellow .main_container.pink footer,body.yellow .main_container.green footer{
    background: #fee101;
}
body.green .main_container.purple nav,body.green .main_container.yellow nav,body.green .main_container.green nav,body.green .main_container.pink nav,
body.green .main_container.purple .inst_sec h3 span,body.green .main_container.yellow .inst_sec h3 span,body.green .main_container.green .inst_sec h3 span,body.green .main_container.pink .inst_sec h3 span,
body.green .main_container.purple .lang-box,body.green .main_container.yellow .lang-box,body.green .main_container.pink .lang-box,body.green .main_container.green .lang-box,
body.green .main_container.purple .conti_new,body.green .main_container.pink .conti_new,body.green .main_container.yellow .conti_new, body.green .main_container.green .conti_new,
body.green .main_container.purple  .quiz_head_sec,body.green .main_container.yellow  .quiz_head_sec,body.green .main_container.pink  .quiz_head_sec,body.green .main_container.green  .quiz_head_sec,
body.green .main_container.purple .ans_sec,body.green .main_container.yellow .ans_sec,body.green .main_container.green .ans_sec,body.green .main_container.pink .ans_sec,
body.green .main_container.purple footer,body.green .main_container.yellow footer,body.green .main_container.pink footer,body.green .main_container.green footer{
    background: #11ee91;
}
body.pink .main_container.purple nav,body.pink .main_container.yellow nav,body.pink .main_container.green nav,body.pink .main_container.pink nav,
body.pink .main_container.purple .inst_sec h3 span,body.pink .main_container.yellow .inst_sec h3 span,body.pink .main_container.green .inst_sec h3 span,body.pink .main_container.pink .inst_sec h3 span,
body.pink .main_container.purple .lang-box,body.pink .main_container.yellow .lang-box,body.pink .main_container.pink .lang-box,body.pink .main_container.green .lang-box,
body.pink .main_container.purple .conti_new,body.pink .main_container.pink .conti_new,body.pink .main_container.yellow .conti_new, body.pink .main_container.green .conti_new,
body.pink .main_container.purple  .quiz_head_sec,body.pink .main_container.yellow  .quiz_head_sec,body.pink .main_container.pink  .quiz_head_sec,body.pink .main_container.green  .quiz_head_sec,
body.pink .main_container.purple .ans_sec,body.pink .main_container.yellow .ans_sec,body.pink .main_container.green .ans_sec,body.pink .main_container.pink .ans_sec,
body.pink .main_container.purple footer,body.pink .main_container.yellow footer,body.pink .main_container.pink footer,body.pink .main_container.green footer{
    background: #fda7cd;
}

body.pink .main_container.pink .color_list ul li.pink,
body.yellow .main_container.pink .color_list ul li.yellow,
body.purple .main_container.pink .color_list ul li.purple,
body.green .main_container.pink .color_list ul li.green{
    border: 2px solid #000;
    width: 35px;
    height: 35px;
}

body.pink .main_container.yellow .color_list ul li.yellow,
body.pink .main_container.green .color_list ul li.green,
body.pink .main_container.purple .color_list ul li.purple,
body.yellow .main_container.pink .color_list ul li.pink,
body.yellow .main_container.green .color_list ul li.green,
body.yellow .main_container.purple .color_list ul li.purple,
body.green .main_container.pink .color_list ul li.pink,
body.green .main_container.yellow .color_list ul li.yellow,
body.green .main_container.purple .color_list ul li.purple,
body.purple .main_container.pink .color_list ul li.pink,
body.purple .main_container.green .color_list ul li.green,
body.purple .main_container.yellow .color_list ul li.yellow{
    width: 30px;
    height: 30px;
}
body.pink .main_container.yellow .color_list ul li.yellow:before,
body.pink .main_container.green .color_list ul li.green:before,
body.pink .main_container.purple .color_list ul li.purple:before,
body.yellow .main_container.pink .color_list ul li.pink:before,
body.yellow .main_container.green .color_list ul li.green:before,
body.yellow .main_container.purple .color_list ul li.purple:before,
body.green .main_container.pink .color_list ul li.pink:before,
body.green .main_container.yellow .color_list ul li.yellow:before,
body.green .main_container.purple .color_list ul li.purple:before,
body.purple .main_container.pink .color_list ul li.pink:before,
body.purple .main_container.green .color_list ul li.green:before,
body.purple .main_container.yellow .color_list ul li.yellow:before{
	display:none;
}
.pink .buble_bg  ,.menu_sec.pink .buble_bg  ,body.pink .menu_sec.green .buble_bg  ,body.pink .menu_sec.yellow .buble_bg  ,body.pink .menu_sec.purple .buble_bg  {
    fill: #fda7cd;  
}
.yellow  .buble_bg  ,.menu_sec.yellow .buble_bg  ,body.yellow .menu_sec.green .buble_bg  ,body.yellow .menu_sec.pink .buble_bg  ,body.yellow .menu_sec.purple .buble_bg  {
    fill: #fee101;  
}
.green  .buble_bg  ,.menu_sec.green .buble_bg  ,body.green .menu_sec.yellow .buble_bg  ,body.green .menu_sec.pink .buble_bg  ,body.green .menu_sec.purple .buble_bg  {
    fill: #11ee91;  
}
.purple  .buble_bg  ,.menu_sec.purple .buble_bg  ,body.purple .menu_sec.green .buble_bg  ,body.purple .menu_sec.yellow .buble_bg  ,body.purple .menu_sec.pink .buble_bg  {
    fill: #CC8EFE;  
}
.all_ads.bottom_ad.custom_ad img{
    margin-left:auto;
    margin-right:auto;
}
.all_ads.bottom_ad.custom_ad{
    padding-top:0px;
    padding-bottom:20px;
}

/*================== Loader =================*/
 #loadingDiv  .quizSaveLoading{ 
    margin-top: 30px;
}
#loadingDiv{
    min-height: 40vh;
    position: relative;
    margin-bottom: 300px;
}  
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
  }
.link.inp_sec{
    /*white-space: nowrap;*/
    overflow: hidden;
    text-align: center;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    animation: animate 1.2s ease-in-out infinite;
  }
  
  @keyframes animate {
    0%,
    10%,
    100% {
      height: 40px;
      width: 40px;
    }
    65% {
      height: 70px;
      width: 70px;
    }
  }
  
.loading span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    animation: rotate 1.2s linear both infinite;
  }
  
  @keyframes rotate {
    0%,
    30% {
      transform: rotate(0);
    }
    65% {
      transform: rotate(-40deg);
    }
    100% {
      transform: rotate(-90deg);
    }
  }
  
  .loading  span:nth-child(1) {
    top: 0;
    left: 0;
    background: #55d462;
  }
  
  .loading  span:nth-child(2) {
    top: 0;
    right: 0;
    background: #8675e5;
  }
  
  .loading  span:nth-child(3) {
    bottom: 0;
    left: 0;
    background: #d84c77;
  }
  
  .loading span:nth-child(4) {
    bottom: 0;
    right: 0;
    background: #fd9a3f;
  }
  .loading_img_sec{
    height: 160px;
    position: relative;
  }
  [dir=rtl] .inst_sec ul li{
    padding-right: 15px;
    padding-left: 0;
  }
  [dir=rtl] .inst_sec ul li span.instruction_numbering{
    left: auto;
    right: 0;
  }
  [dir=rtl] .opetion_list li textarea{
      text-align: right;
  }
/*
  [dir=rtl] .scoreboard_div table th:first-child, [dir=rtl] .scoreboard_div table td:first-child{
      text-align: center;
  }*/
  [dir=rtl] .share-btn-area {
    flex-direction: row-reverse;    
  }
  [dir=rtl] .link.inp_sec{
    display: flex;
    justify-content: flex-end;
  }
  .instagram-btn, .instagram-btn:hover{
      overflow: hidden;
  }
  [dir=rtl] .instagram-btn, [dir=rtl] .instagram-btn:hover{
      padding-left:0;
  }
  [dir=rtl]  .share-btn .instagram-btn img{
    position: relative;
    width: 30px;
    padding:0 4px;
    background: #fff;
  }
  [dir=rtl] .view_que{
    padding-left: 0;
    padding-right: 35px;
  }
  [dir=rtl] .view_que_no{
    left: auto;
    right: 0;
  }
  @media (min-width: 375px) { 
    [dir=rtl]  .share-btn .instagram-btn img{
        width: 38px;
    }
}
.bottom_ad{
    margin-top: 0px;
    margin-bottom: 40px;
}
.adv-ads-txt{
    font-size: 10px!important;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'roboto',sans-serif;
    text-align: center!important;
    opacity: 0.5;
}
/*floating ad css*/
.static_ads{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 999;
    width: 320px;
    height: 65px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.static_ads.sticky_h100 {
    height: 115px;
}
.static_ads .adv-ads-txt{
    position: absolute;
    top: 0;
}
@media(max-width:480px){
    .static_ads{
        width:100%;
    }
}

/* idpin section styling  */
.continue_btn_div{
    padding-bottom: 0px;
}
.share_top_sec{
    padding:25px;
    margin-top:20px;
border: 2px solid #36BBFC;
background: white;


}
.share_top_con{
    padding-bottom: 18px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}
.share_ss_sec{
    width: 80%;
    margin: 0 auto 10px;
    background: #FFFFFF;
    border: 1px solid #36BBFC;
    box-shadow: -4px -4px 11px rgba(0, 0, 0, 0.06), 4px 4px 11px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding:32px 32px 15px 32px;
    display: flex;
    justify-content: center;
}
.share_ss_sec ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-top: 5px;
}
.share_ss_sec ul li{
    display: flex;
    margin-bottom: 8px;
}
.share_ss_sec ul li, .share_ss_sec ul li span{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    word-break: break-word;
}
.share_ss_sec ul li span{
    font-weight: 400;
}
.share_ss_sec ul li img{
    margin-right:8px;
    width:11px;
    height: 12px;
    margin-top:5px;
}
.share_ss_sec ul li:last-child span{
    color:#1DAFE8;
}

@media(max-width:767px){
    .share_top_sec{
        padding:15px 10px;
    }
    .share_top_con{
        width: 100%;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .share_ss_sec{
        width:100%;
        padding:10px 5px;
    }
    .share_ss_sec ul li img{
        margin-top:4px;
        width:9px;
        height:9px;
    }
    .share_ss_sec ul li, .share_ss_sec ul li span{
        font-size: 14px;
        line-height: 16px;
    }  
}

/* sigin section */
.container.main_container{
    min-height: 75vh;
}
.signin form{
    background: #FFFFFF;
border: 2px solid #36BBFC;
margin:20% auto;
max-width:499px;
padding:25px;
}
.signin form .login_div{
    width:83.6%;
    margin:0 auto;
}
.login_heading{
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 400;
}
.input-group-append{
    /* display: flex; */
    margin-bottom: 10px;
border-radius: 5px;
/* height:45px; */
margin-right: 0!important;
margin-left: 0 !important;
margin-top:0!important;
position: relative;
}
.form-control{
    min-height:43px;
    box-shadow: none;
}
.input-group-append i{
    width: 45px;
    height:43px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #CC8EFE;
    border: 1px solid #36BBFC;
    font-size: large;
    padding:0 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0 !important;
    position: absolute;
    
}
.input-group-append input{
    border:none;
    font-size: 16px;
    font-weight: 400;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: -2px -2px 7px rgba(0, 0, 0, 0.06), 2px 2px 11px rgba(0, 0, 0, 0.06);
    border: 1px solid #36BBFC;
    padding-left:55px;
}
.login_div .errorMsg{
    font-size: 16px;
    font-weight: 400;
    color: #FF5B58;
    margin-top:2px;
    text-align: center;

}
.input-group-append input::placeholder{
    color:#000000;
}
.login_div button{
    width:100%;
    margin-top:4px;
    background: #CC8EFE;
border: 1px solid #36BBFC;
box-shadow: 5px 4px 0px #000000;
border-radius: 5px;
font-weight: 600;
font-size: 16px;
line-height: 22px;
padding:10.5px 5px;
margin-bottom: 25px;
}
.login_div button:active,.login_div button:focus,.login_div button:hover{
    background: #CC8EFE;
}



/* recover quiz section styling  */
.recover-quiz{
    margin-top:40px;
    margin-bottom: 10px;
    padding:0 15px;
}
.recover-quiz-inner{
    max-width: 534px;
    width:100%;
    box-shadow: 4px 5px 2px #000;
     margin:0 auto;
     border: 2px solid #000000;
    border-radius: 3px;
    background: white;
    text-align: center;
    padding:14px 18px 18px;
}
.recover-quiz-inner h3{
    margin:0;
    font-size: 22px;
    line-height: 30px;
    color:#000;
    font-weight: 400;
}
.recover-txt-sec{
 
    padding: 5px 0 12px;
}
.recover-txt-sec p,.recover-txt-sec span{
    font-size: 18px;
    line-height: 25px;
    color:#000000;
    opacity: 0.6;
    font-weight: 400;
    margin:0;
}
.recover-txt-sec span{
    display: inline-block;
}
.recover-submit-btn a{
    text-decoration: none;
}
.purple .middle_conatainer.purple .recover-submit-btn a button, .purple .input-group-append i, .purple .login_div button{
        background: #CC8EFE!important;
}
.yellow  .middle_conatainer.yellow .recover-submit-btn a button, .yellow .input-group-append i, .yellow .login_div button{
    background: #fee101!important;
}
.green .middle_conatainer.green .recover-submit-btn a button, .green .input-group-append i, .green .login_div button{
    background: #11ee91!important;
}
.pink .middle_conatainer.pink .recover-submit-btn a button, .pink .input-group-append i, .pink .login_div button{
    background: #fda7cd!important;
}
.recover-submit-btn a button{
    border: 2px solid #000000;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 27px;
    color:#000000;
    font-weight: 600;
    box-shadow: 4px 5px 2px #000;
    width:92.4%;
    margin:0 auto;
    padding:8px 5px;
}
.sync_quiz .recover-quiz{
    margin-top: 0;
}
@media (max-width:480px){
  
    .recover-quiz-inner {
        padding:13px;
    }
    .recover-quiz-inner h3{
        font-size: 20px;
        line-height: 27px;
    }
    .recover-txt-sec p,.recover-txt-sec span{
        font-size: 14px;
        line-height: 19px;
    }
    .recover-submit-btn a button{
        width:89.8%;
        font-size: 18px;
        line-height: 25px;
    }
}


/*****lang popup with href css ****/
.lang-box-new a{
    background: #CC8EFE;
    box-shadow: 5px 5px 1px #000;
    padding: 8px 10px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}

/***Replace buttons and icons css  ***/

.delete_quiz_btns{
    display: flex;
    justify-content: center;
}
.delete_quiz_popup .modal-header{
    padding: 8px;
    text-align: center;
}
.delete_quiz_btns .btn{
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    padding: 7px 12px;
    text-shadow: none;
    border: 2px solid #ccc;
    color: #000000;
    width: 100px;
    margin: 0 10px;
}
.delete_quiz_btns a.btn{
    background: #ff5200;
    color: #ffffff;
    border: 0;
}


/*custom-vignate-btn*/
.custom-vignate-btn-main{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.custom-vignate-btn{
   background: #CC8EFE;
   box-shadow: 5px 5px 1px #000;
   border: 0;
   padding: 10px 20px;
   border-radius: 5px;
   color: #000000;
   border: 2px solid #000000;
   border-radius: 4px;
}
a.custom-vignate-btn{
    color: #000000;
}
a.custom-vignate-btn:hover{
    color: #000000;
    text-decoration: none;
}
.quessecwhatif .top_ad{
    padding-top: 40px;
}
.play .top_ad{
    padding-bottom: 40px;
}
.sync_quiz .top_ad{
    padding-bottom: 40px;
}
.view_stats .top_ad{
    padding-bottom: 40px;
}
@media(max-width:767px){
    .custom-vignate-btn-main{
       margin-bottom: 40px;
    }
}

/* add css for popup top spaces*/
.modal.in .modal-dialog{
    padding-top:130px;
}


/* ====================== home page =================*/
.quizs_sec h2 {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
}

.quizs_sec h2 span {
    font-size: 40px;
    color: #144D50;
    font-weight: 500;
    position: relative;
}

.quizs_sec h2 span::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 4.5px;
    background: #EF8450;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -5px;
}

.quizs_cont_block {
    width: 49%;
    background: #EEEBE2 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 20px #00000029;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}

.quizs_img {
    margin-bottom: 14px;
}

.quizs_link_btn {
    padding-top: 14px;
    padding-bottom: 11px;
}

.quizs_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    background: #144D50;
    border-radius: 10px;
    padding: 16px 38px;
    margin-bottom: 15px;
}

.quizs_head {
    font: normal normal bold 22px/22px Poppins;
    letter-spacing: 0.22px;
    color: #144D50;
}

.quizs_link_btn button {
    min-width: 210px;
    min-height: 50px;
    background: #EF8450 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: #EF8450;
    font: normal normal bold 21px Poppins;
    letter-spacing: 0.21px;
    color: #FFFFFF;
}

.quizs_head_sec {
    min-height: 52px;
    margin-bottom: 10px;
}

.all_quiz_sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.all_quiz_sec button {
    min-width: 118px;
    min-height: 34px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    font: normal normal bold 14px Poppins;
    letter-spacing: 0.14px;
    color: #FFFFFF;
    background: none;
}

.quizs_sec {
    padding-top: 20px;
}

.blog_sec .quizs_block {
    background: #EEEBE2 0% 0% no-repeat;
}

.blog_sec .all_quiz_sec button {
    color: #144D50;
    border: 2px solid #144D50;
}

.blog_sec .quizs_cont_block {
    background: #E5E5E5 0% 0% no-repeat;
}

.blog_sec .quizs_img {
    border-radius: 10px;
    overflow: hidden;
}

.blog_sec .quizs_img img {
    width: 100%;
}

.blog_sec .quizs_head_sec,
.blog_sec .quizs_cont_sec,
.blog_sec .quizs_link_btn {
    padding-left: 15px;
    padding-right: 15px;
}

.blog_sec .quizs_head_sec {
    font: normal normal bold 18px Poppins;
    letter-spacing: 0.18px;
    color: #144D50;
    position: relative;
}

.blog_sec .quizs_head_sec p {
    margin-bottom: 0;
}

.blog_sec .quizs_head_sec:before {
    width: 27px;
    height: 5px;
    background: #EF8450;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -5px;
    content: "";
    position: absolute;
}

.blog_sec .quizs_cont_sec {
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.blog_sec .quizs_link_btn a {
    font-family: Poppins;
    letter-spacing: 0.1px;
    border-radius: 4px;
    color: #FFFFFF;
    background: #CC8EFE;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    width: 140px;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 5px 5px 1px #000;
    padding: 8px 10px;
    color: #000;
    font-weight: 600;
    border: 2px solid;
    border-radius: 4px;
    margin-bottom: 0px;
}

.blog_sec .quizs_link_btn {
    padding-top: 0;
}

.scroll_up {
    width: 58px;
    height: 37px;
    background: #134B4E 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 25px #134C4F82;
    border: 3px solid #FFFFFF;
    border-radius: 8px;
    opacity: 1;
    text-align: center;
    position: fixed;
    bottom: 75px;
    right: 10px;
    z-index: 99;
    display: none;
}

.scroll_up i {
    font-size: 50px;
    line-height: 0.5;
    font-weight: bold;
    color: #fff;
}

@media(max-width:500px) {
    .quizs_sec h2 span {
        font-size: 23px;
    }

    .quizs_sec h2 span::before {
        width: 50px;
    }

    .quizs_block {
        padding: 16px 16px;
        justify-content: center;
    }

    .quizs_cont_block {
        width: 100%;
    }

    .quizs_head_sec {
        min-height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/**********blog detail page******************/

.bd-main {
    background: #eeeeee;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px 5px #ccc;
    position: relative;
    padding: 21px 25px;
    margin-bottom: 20px;
}

.bd-inner {
    background: #ffffff;
    border-radius: 15px;
}

.bd-main-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.bd-heading-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 34px;
}

.bd-heading {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    color: #144D50;
}

.bd-share-btn img {
    width: 18px;
}

.bd-para {
    padding: 0 34px;
}

.bd-para img {
    width: 100%;
}

.bd-share-btn {
    position: relative;
}

.bd-share-popup {
    position: absolute;
    width: 155px;
    right: 0;
    top: 0;
    background: #ffffff;
    padding: 10px 0 10px 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px;
    display: none;
}

.bd-close-popup {
    text-align: right;
    line-height: 0;
    padding-right: 5px;
}

.bd-close-popup img {
    width: 10px;
}

.bd-share-click {
    text-align: left;
    padding-bottom: 10px;
}

.bd-share-click span {
    color: #144D50;
    font-size: 12px;
    padding-left: 10px;
}

.bd-inner .a2a_kit {
    padding: 0 34px;
    margin-top: 20px;
}

.bd-para {
    text-align: left;
}

.bd-para h2 {
    font-size: 25px;
}

.bd-para h3 {
    font-size: 19px;
}

.bd-para h4 {
    font-size: 16px;
}

.top_ads p,
.foot_ads p {
    margin: 0;
    color: #134B4E;
}

@media(max-width:767px) {
    .bd-inner {
        padding: 40px 10px;
    }

    .bd-para h2 {
        line-height: 30px;
    }
}


.blogs_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.show_more {
    margin-left: auto;
}

.show_less {
    margin-right: auto;
}



/**customise loader ***/

.loaderquizmain{
    text-align: center;
    margin-top: 30px;
}
.loaderquiz {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: inline-block;
  }
  .loaderquiz::before , .loaderquiz::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #14A1CC;
    animation: prixClipFix 2s linear infinite ;
  }
  .loaderquiz::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #14A1CC;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  }

  .create-new-quiz-btn{
    margin-bottom: 30px;
  }

  .create-new-quiz-btn a:hover{
    color: #ffffff;
  }



  /*  */
.reward_confirm_modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 300px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.reward_confirm_modal .reward_modal_dialog {
    margin: auto;
    padding: 25px;
    background-color: white;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 385px;
    border-radius: 20px;
    height: 170px;
}
.reward_modal_dialog > p{
    font-weight: 700;
    font-size: 18px;
    
}

.reward_confirm_modal .closeButton,
.reward_confirm_modal .rewardButtons {
    display: block;
    text-align: center;
    justify-content: center;
    margin-top: 23px;
}

.rewardButtons input[type="button"] {
    width: 150px;
}

.reward_confirm_modal .closeButton {
    position: absolute;
    right: -10px;
    top: -30px;
    z-index: 9;
}

.reward_confirm_modal input[type="button"] {
    padding: 0.5rem;
    border: none;
    border-radius: 4px;
    /* margin: 4px; */
    color: white;
}

.reward_confirm_modal .rewardButtons {
    display: flex;

    .yesButton {
        width: 150px;
    }

    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.reward_confirm_modal .yesCheckbox {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reward_confirm_modal .yesCheckbox input[type="checkbox"] {
    margin-top: 0;
}

.reward_confirm_modal .yesCheckbox label {
    padding-left: 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.reward_confirm_modal .yesButton {
    background: #144D50;
    display: flex;
    /* padding-left: 10px; */
    align-items: center;
    border-radius: 5px;
    /* display: inline-block; */
    /* margin-top: 17px; */
    /* margin-right: 20px; */
}

.reward_confirm_modal .yesButton input[type="button"] {
    background: none;
}

.reward_confirm_modal .noButton {
    display: inline-block;
    position: relative;
    top: 0px;
}

.reward_confirm_modal .noButton input[type="button"] {
    border: 1px solid #000000;
    color: #000000;
}

.closeButton input[type="button"] {
    width: 32px;
    border-radius: 50% !important;
    background: rgb(237 7 7) !important;
    font-weight: 800;
}
.load-mor-ans {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.view-answer-rewarded{
    background: #36bbfc;
    padding: 5px 10px;
    color: #ffffff!important;
    border-radius: 5px;
    img{
        width:17px;
    }
}
.check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .check-group label {
    position: relative;
    cursor: pointer;
  }
  
  .check-group label:before {
    content:'';
    -webkit-appearance: none;
    border: 2px solid #2DC38C;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background: #2DC38C;
    border-radius: 5px;
  }
  
  .check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .reward_confirm_modal[dir="rtl"] .check-group input:checked + label:after {
    right: 14px;
    left: auto;
}
@media(max-width:767px) {
    .reward_confirm_modal .reward_modal_dialog {
        width: 340px;
    }

    .rewardButtons input[type="button"] {
        width: 115px;
    }

    .reward_confirm_modal .rewardButtons {
        .yesButton {
            width: 115px;
        }
    }
}



 /*** seo blog css***/
 .seo_blog_sec{
    background: #ffffff;
    text-align: initial;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 10px;
    margin-top: 40px;
    .seo_blog_head{
        font-size: 35px;
        padding-bottom: 20px;
        color: #000000;
        line-height: 100%;
    }
    .seo_blog_title{
        font-size: 30px;
        padding-bottom: 20px;
        color: #000000;
        line-height: 35px;
    }
  }
  
  .seo_blog_desc{
    h2{
      font-size: 25px;  
    }
    h3{
        font-size: 20px;  
    }
    h4{
        font-size: 18px;  
    }
    p{
        font-size: 16px;
        margin-bottom: 5px;
    }
    ul{
        padding-left: 15px;
        list-style: disc;
    }
  }

  /***social profing css***/
  .user-quiz-played-number{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom:10px;
    span{
        padding-right: 5px;
        font-weight: 700;
    }
}


/**nudge effect **/
.nudge-effect-quiz {
    animation: animate-shake 2s ease-in-out infinite;
}

@keyframes nudge-effect-quiz {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animate-shake {
    0%,
    10%,
    65%,
    100% {
      transform: rotate(0deg) scale(1.0);
    }
  
    30%,
    40% {
      transform: rotate(-1deg) scale(1);
    }
  
    35%,
    45% {
      transform: rotate(1deg) scale(1);
    }
}



/****snapchat-btn-full-width****/
.snap-chat-full-width{
    width: 100%;
    margin-bottom: 5px;
}

.enable-snapchat-d-none{
    display: none;
}

.enable-snapchat-btn-group{
    display: flex;
    .more-plus-share{
        width: 49%;
        margin: 5px 0px;
        i{
            font-size: 17px;
        }
    }
}
.enable-snapchat-btn-twitter{
    width: 49%;
    a{
        width:100%;
        margin-left: 0;
        display: block;
    }
}


/*share page enhancement css***/


.more-plus-share .a2any_share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4px 0;
    color: #000;
    font-size: 18px;
    background: #F1DB2F;
    border-radius: 0;
    padding: 10px 0 !important;
    box-shadow: 0px 1px 4px #D8D2C4;
}

.a2any_shareplus-minus {
    font-size: 18px;
    padding: 8px;
    border-radius: 10px;
    color: #000000;
    width: 45%;
    margin: 5px 0 0 8.5%;
    display: inline-block;
    background: #F1DB2F;
    box-shadow: 0px 1px 4px #D8D2C4;

    @media (max-width:767px) {
        margin: 5px 0 0 7.5%;
    }
}

.link {
    background: rgba(255, 255, 255, 0.92);
    /* border: 1px solid #EB5757; */
    box-sizing: content-box;
    /* border-radius: 10px; */
    padding: 0;
    color: #6B757C;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: space-between;

    span{
        padding-left: 10px;
        text-align: left;
    }
    @media (max-width:767px) {
        span{
            font-size: 12px;
            overflow: hidden;
        }
    }
}

.a2any_shareplus-minus {
    padding: 8px;
    border-radius: 0px;
    color: #000000;
    width: 49%;
    margin: 5px 0;
    display: inline-block;
    background: #F1DB2F;
    box-shadow: 0px 1px 4px #D8D2C4;

    @media (max-width:767px) {
        margin: 5px 0;
    }
}
.share-show-more-btns{
    display: none;
}
.share-show-more-fbbtn{
    display: none;
}
.show-moreplus-btn{
    padding-left: 10px!important;
    i{
    background: rgb(1, 102, 255);
    color: #fff;
    font-size: 19px;
    padding: 4px;
    border-radius: 0px;
    margin-right: 5px;
    }
}

.active-block{
    display: flex;
}
.display-inline{
    display: inline;
}
.active-inlineblock{
    display: inline-block;
}
.active-flex{
    display: flex;
    justify-content: space-between;
}

.facebook-btn{
    padding: 8px;
    background: #ffffff;
    border-radius: 0px;
    color: #000000;
    /* width: 49%; */
    margin: 5px 0;
    display: block;
    box-shadow: 0px 1px 4px #D8D2C4;
}
@media (max-width:767px) {
    .facebook-btn,
    .facebook-btn:hover {
        margin: 5px 0;
        border-color: #415D95;
    }
}
.link.inp_sec{
    position: relative;
    padding: 10px;
}
.copy_btn{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
}