: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-family: 'Montserrat', sans-serif;
}

.main_container{
    max-width:746px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
}
.bg_blue:before{
    position: absolute;
    content: "";
    /* background: url(../../images/truth_dare/back_ground.png),linear-gradient(#5c9efe, #597eff)  no-repeat; */
    background: #ffffff;
    width:100%;
    top:0;
    bottom: 0;
    background-size: 100%;
    z-index: -2;
    left: 0;
}
.img-reponsive{
    max-width:100%;
}
.collapse-icon span{
    width: 28px;
    height: 3px;
    background: #588cff;
    display: block;
    border-radius: 10px;
    margin-bottom: 6px;
}
.collapse-icon span:first-child{
    width: 17px;
}
.collapse-icon span:last-child{
    width: 22px;
}
.menu_btn_logo{
    display: flex;
    padding: 15px;
}
.language-dropdown img{
    width: 30px;
}
.language-dropdown{
    position: relative;
}
.language-dropdown select{
    position: absolute;
    opacity: 0;
    right: 0;
    z-index: 9;
    width: 29px;
    height: 29px;
    top:0;
}
.menu_btn_logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}
.logo a{
    display: flex;
    max-width:150px;
}
.logo a img{
    width:100%;
    max-height: 30px;
}
.img-reponsive{
    max-width:100%;
}
#menu{
    /* opacity: 0; */
    z-index: -1;
    list-style: none;;
    transition: all 0.5s;
    position: absolute;
    padding-left:0;
}
footer{
    background: #efefef;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top:30px;
    color:#4a7dd7;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
footer ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    font-size:14px;
    justify-content: space-around;
    flex-wrap: wrap;
}
footer .social_link{
    justify-content: center;
}
footer .social_link li{
    margin-left: 10px;
    margin-right: 10px;
}
footer .social_link li a{
    font-weight: 600;
    color:#4a7dd7;
}
footer .social_link li img{
    width:25px;
}
.ins_btn{
    display: flex;
    justify-content: center;
}
.ins_btn button{
    background: #ffffff7a;
    padding: 8px ​20px;
    border: 0;
    border-radius: 40px;
    font-weight: 700;
    color: #ffff;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 8px 20px;
}
.ins_btn button span{
    border-bottom: 1px solid #fff;
}
.ins_btn button i{
    font-size: 24px;
    margin-left: 20px;
}
/*.ins_txt{
    display: none;
}*/
.menu_section_tord{
    padding-left:15px;
    padding-right:15px;
}
.ads_sec{
    margin-bottom: 20px;
}
.ins_img{
    margin-bottom: 30px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.input_box {
    text-align: center;
}
.input_box input{
    background: none;
    border: 1px solid #588cff;
    color: #000000;
    padding: 15px 30px;
    width: 80%;
    text-align: center;
    border-radius: 40px;
    font-weight: 700;
}
.input_box input::placeholder{
    color:#cccccc;
    font-weight: 400;
}
.continue_btn_div {
    text-align: center;
}
.ins_inp_sec .conti_new,.conti_new{
    width: 80%;
    padding: 15px 30px;
    background: #588cff;
    border: 1px solid #588cff;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    border-radius: 40px;
    box-shadow: 0 20px 28px #bbbbbb;
    position: relative;
}
.question_continue_btn.conti_new i{
    margin-right: 30px;
    line-height: 19px;
    position: absolute;
    right: 20px;
    top: 25px;
}
.ins_inp_sec{
    margin-bottom:25px;
}
.inst_sec{
    margin-bottom:20px;
}
.moretext {
    display: none;
}
.blog{
    background: #fff;
    border-radius: 30px;
    padding: 15px 20px;
    color: #6d6e71;
    margin-bottom:30px;
}
.blog h3{
    color: #001c65;
    font-size: 18px;
}
.read_more_btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
  }
.bottom_dfp_ad {
    padding-top: 10px;    
    padding-bottom: 15px;
}
.bottom_dfp_ad div div,.top_ad div div{
    margin:auto;
}
.top_ads{
    display: flex;
    justify-content: center;
}
.foot_ads{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.static_ads{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
}

.footer_static_ad{
    margin-bottom:60px;
}
.read_more_btn a{
        color: #4eb3fc;
        display: block;
        justify-content: center;
        border: 1px solid;
        padding: 10px 20px;
        border-radius: 40px;
        text-decoration: none;
        font-weight: 700;
        display: flex;
    align-items: center;
}
.read_more_btn a:after{
    content: "\f107";
    font: normal normal normal 26px FontAwesome;
    margin-left:10px;
}
:focus {
    outline-width: 0;
}
.error_sec{
    text-align: center;
    color: #fff;
    margin-top: 4px;
}
.bg_perple:before,.bg_sky_blue:before{
    position: absolute;
    content: "";
    /* background: url(../../images/truth_dare/back_ground.png),linear-gradient(#d132ad, #9c3be9)  no-repeat; */
    background: #ffffff;
    width:100%;
    top:0;
    bottom: 0;
    background-size: 100%;
    z-index: -1;
    left: 0;
}
.bg_sky_blue:before{
    background:  url(../../images/truth_dare/back_ground.png),linear-gradient(#4daeff, #53c6ff,#4daeff)  no-repeat;
    background-size: 100%;
}
.bg_red.show:before,.bg_red:before{
    background: #ffffff;
    background-size: 100%;
    width:100%;
    top:0;
    bottom: 0;
    position: absolute;
    content: "";
    background-size: 100%;
    z-index: -1;
    left: 0;
}
.inst_head h1{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    /* font-style: italic; */
    color: #fff;
    margin-bottom:15px;
}
.create_que{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 600;
    text-align: center;
    max-width: 349px;
    font-size: 14px;
    line-height: 1.3;
}
.create_que h3{
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}
.ques_sec{
    background: #fff;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 2px 8px 30px #9a9a9a5e;
    margin-bottom: 30px;
    margin-top: 20px;
   
}
.ques_sec h3{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    overflow-x: scroll;
}
.que_option_list{
    display: none;
}
.ques_row{
    display: flex;
    width: 100%;
    -moz-box-shadow: inset 0 0 10px #beb9b9;
    -webkit-box-shadow: inset 0 0 10px #beb9b9;
    box-shadow: inset 0 0 10px #beb9b9;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.ques_row textarea{
    border:0;
}
.ques{
    width:100%;
}
.dafult_select{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    z-index: 9;
    font-weight: 700;
}
.count_no{
    margin-right:10px;
    font-weight: 700;
    color: #a09c9c;
    font-size: 14px;
}
.edit{
    font-size:26px;
    line-height: 1px;
}
.choose_option .que_option_list{
    display: block;
    position: absolute;
    background: #fff;
    width: 94%;
    left: 3%;
    right: 0;
    box-shadow: 2px 1px 7px #00000038;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 60px;
    z-index: 9;
}
.que_option_list ul{
    list-style: none;
    padding-left: 0;
    margin-bottom:0;
}
.que_option_list ul li{
    padding: 15px 10px;
    color: #808285;
    border-bottom: 1px solid #80828559;
    cursor: pointer;
    font-size:14px;
}
.choose_option{
    z-index: 9;
}

.ques_row.choose_option{
    border: 2px solid #4eb3fc;
    -moz-box-shadow: inset 0 0 0 #beb9b9;
    -webkit-box-shadow: inset 0 0 0 #beb9b9;
    box-shadow: inset 0 0 0 #beb9b9;
}

.mb_20{
    margin-bottom:20px;
}
/*=============================== share button_css ===================*/

.share-btn img{
    width: 23px;
    vertical-align: middle;
    float: left;
}

.whatsapp-btn {
    padding                     :   10px;
    border                      :   none;
    border-radius               :   10px;
    color                       :   #ffffff;
    width                       :   100%;
    margin-bottom               :   5px;
    background: #4ec071;
}

.whatsapp-btn img{
    width                       :   27px;
    vertical-align              :   middle;
    float: none;
    margin-right: 20px;
}

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

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

.facebook-btn,.facebook-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #ffffff;
    width                       :   45%;
    margin                      :   5px 0;
    display                     :   inline-block;
    background: #415b9b;
}

.messenger-btn,.messenger-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #ffffff;
    width                       :   45%;
    margin                      :   5px 0;
    display                     :   inline-block;
    margin-left:7.5%; 
    background: #4375f7;
}   

.snapchat-btn,.snapchat-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    width                       :   45%;
    margin                      :   5px 0;
    display                     :   inline-block;
    color: #58595b;
    background: #fff300;
}

.twitter-btn,.twitter-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #ffffff;
    width                       :   45%;
    margin                      :   5px 0;
    display                     :   inline-block;
    margin-left:7.5%; 
    background: #3ea6ee;
}

.instagram-btn,.instagram-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #ffffff !important;
    width                       :   45%;
    display                     :   inline-block;
    cursor                      :   pointer;
    background: linear-gradient(-45deg, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.Line-btn,.Line-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #58595b;
    width                       :   45%;
    margin                      :   5px 0;
    display                     :   inline-block;
    margin-left:7.5%; 
    background: #69bd49;
    color: #ffffff;
}

.kakao-btn,.kakao-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    width                       :   45%;
    margin                      :   5px 0;
    display                     :   inline-block;
    background: #f2dc2f;
    color: #000000;
}

.vk-btn,.vk-btn:hover {
    padding                     :   8px;
    border-radius               :   10px;
    color                       :   #ffffff;
    width                       :   45%;
    margin                      :   5px 0;
    display                     :   inline-block;   
    margin-left:7.5%; 
    background: #6694d2;
}
.tg-btn, .tg-btn:hover {
    padding: 8px;
    border-radius: 10px;
    width: 45%;
    margin: 5px 0;
    display: inline-block;
    background: #2BA0D2;
    color: #ffffff;
}
.tiktok-btn, .tiktok-btn:hover {
    padding: 8px;
    border-radius: 10px;
    width: 45%;
    margin: 5px 0;
    display: inline-block;
    background: #f1db2f;
    color: #000000;
    margin-left: 7.5%;
}
.more-plus-share {
    margin-top: 6px;
}
.more-plus-share .a2a_dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4px 0;
    color: #000;
    font-size: 14px;
    background: #F1DB2F;
    border-radius: 40px;
    padding: 10px 0!important;
    box-shadow: 2px 1px 11px #0003;
}
.more-plus-share .a2a_svg {
    width:23px;
    height:23px;
    margin-right: 20px !important;
}
.more-plus-share-mobile{
    display: none;
}
.share-btn a{
    text-decoration             :   none !important;
}

.share_text_page_que_share{
    color                       :   #000000;
}

.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,.tg-btn,.tiktok-btn,.more-plus-share .a2a_dd {
    font-size                   :   14px;
    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,.tg-btn:hover,.tiktok-btn:hover,.more-plus-share .a2a_dd:hover,.more-plus-share-mobile:hover{
    background: #4eb3fc;
        border-color: #4eb3fc;
        color:#fff;
}
.snapchat-btn:hover .share_text_page_que_share{
    color:#fff;
}
.instagram-btn:hover{
    color:#fff  !important;
}
.share-btn{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.share-btn .btn{
    box-shadow: 2px 1px 11px #0003;
    border-radius: 40px !important;
}

/*============================== share buttin css end ============================*/
.cong_prize_img{
    display:block;
    justify-content: center;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.cong_prize_img img{
    max-width:150px;
    position: relative;
    z-index: 9;
}
.share_page_sec{
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    box-shadow: 0 20px 28px #bbbbbb;
}

.cong_txt{
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    color: #ffff;
    font-weight: 700;
    text-align: center;
}
.cong_sec{
    margin-top: 30px;
    position: relative;
    margin-bottom: -25px;
}
.cong_txt h2{
    font-weight: 700;
    text-shadow: 2px 1px #0000001c;
}
.cong_img{
    position: absolute;
    bottom: 0;
    max-width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    height: 100%;
    width: 100%;
}
.cong_img img{
    width:100%;
}
.cong_txt h2{
    font-size: 20px;
}
.logo a {
    display: flex;
    max-width: 170px;
}
.cong_txt{
    position: relative;
    z-index: 9;
    margin-top:15px;
}
.share_txt{
    color:#808285;
    text-align: center;
    font-weight: 600;
    margin-top:10px;
}
.share_txt h2{
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    color:#000;
}
.share_link_sec{
    display: flex;
}
.copy_btn .conti_new{
    background: #4eb3fc;
    border: 1px solid #4eb3fc;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
    font-size: 14px;
    display: flex;
    color: #fff;
    box-shadow: 0 0 0;
    align-items: center;
    justify-content: center;
    padding:10px 0;
}
.share_link_sec{
    box-shadow: inset 0px 1px 4px 1px #00000057;
    border-radius: 40px;
    align-items: center;
}
.share_txt_link{
    width: 60%;
    overflow: hidden;
    color: #808285;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.copy_txt_sec{
    text-align: center;
    margin-top: 5px;
    color: #4eb3fc;
    font-weight: 700;
    text-transform: capitalize;
}
.share_txt_link p{
    margin-bottom: 0;
    overflow: hidden;
}
.copy_btn{
    width:40%;
}
.copy_btn .conti_new img{
    width:20px;
    margin-left:7px;
}
.or_sec{
    display: flex;
    justify-content: center;
    font-weight: 300;
    margin-top:10px;
}
.conti_new i{
    float: right;
    font-size: 30px;
}
.res_que_list{
    list-style: none;
    padding-left: 0;
}
.res_list{
    border:1px solid #000000;
    padding: 10px 20px 10px 25px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 2px 7px 0px #80828561
    /* overflow-x: scroll; */
}
.res_list p{
    margin-bottom:0;
}
.res_que_no{
    position: absolute;
    left: 6px;
    color:#808285;
    font-weight: 600;
}
.res_que{
    color:#808285;
    margin-bottom: 5px;
}
.res_ans{
    display: flex;
    flex-direction: column;
}
.ans_txt{
    color: #4eb3fc;
    font-weight: 600;
}
.res_ans{
    color: #363636;
    font-weight: 700;
    
}
span.res_ans{
    display: block;
    overflow: auto;
    max-height: 65px;
} 
.res_que_list li:last-child .res_list{
    margin-bottom: 0;
}
.result_txt{
    text-align: center;
    margin-bottom: 30px;
}
.result_txt h1{
    margin:0;
    color:#000000;
    font-weight: 700;
    font-size: 28px;
} 
.result_txt h3{
    margin:0;
    color:#808285;
    font-size: 18px;
    font-weight: 600;
}
.result_page{
    padding-top:20px;
}
.inst_head{
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 14px;
}
.inst_head  h2{
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: #ef5b67;
}
.choose_option .conti_new{
    font-size: 36px;
    font-weight: 900;
    /* font-style: italic; */
}
.choose_option{
    margin-top:30px;
    margin-bottom:50px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.or_img_sec{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.or_img_sec img{
    width:40px;
}
.choose_head{
    text-align: center;
    color: #fff;
}
.choose_head h3{
    font-size: 24px;
    margin: 0;
    margin-bottom: 50px;
    font-weight: 700;
}
.choose_sec{
    margin-top:30px;
}
.progress_bar{
    position: relative;
    padding-top: 20px;
}
.prize_img{
    display: block;
    position: absolute;
    width: 30px;
    top: 4px;
    right: -8px;
}
.progress_bar ul{
    margin-bottom:0;
    list-style: none;
    padding-left: 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    box-shadow: inset 0 0 6px #00000040;
    
}
.progress_bar ul li{
    width:20%;
    height: 12px;
}
.progress_bar ul li.h-custom-tab-active{
    background: #4eb3fc;

}
.points,.select_point{
    text-align: right;
    position: absolute;
    top: -20px;
    width: 20%;
}
.select_point{
    top:17px;
}
.pointer{
    width:20px;
    height:20px;
    border-radius: 50%;
    display: inline-block;
    background: linear-gradient(45deg, #4eb3fc, #4a82fe);
}
.user_friend_que_sec{
    text-align: center;
    padding-top: 30px;
}
.user_friend_que_sec textarea,.user_friend_que_sec textarea::placeholder{
    color:#a7a9ac;
}
.user_friend_que_sec textarea{
    width: 98%;
    border:0;
    padding: 20px 10px;
    text-align: center;
   border-radius: 5px;
   color:#000;
   min-height: 80px;
   appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
-webkit-box-shadow: inset 0px 0px 4px -1px #ababab;
box-shadow: inset 0px 0px 8px -1px #ababab;
}

.skip,.skip a{
    color:#4eb3fc;
    text-decoration: underline;
    padding: 20px 0 5px 0;
}
.skip p,.skip a{
    margin:0;
    line-height: 1.3;
}
.user_frie_side .inst_head h1{
    margin-bottom:0;
}
.user_frie_side .menu_sec{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.ads_sec{
    max-width: 300px;
    margin-left:auto;
    margin-right:auto;
}

.true_img,.lie_img{
    display: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}
.btn_sec.selected .true_img,.btn_sec.selected .lie_img{
    display: block;
    position: absolute;
    left:10%;
}
.btn_sec.selected .true_img1{
    left: 50%;
    top: -56px;
    transform: translate(-50%,50%);
    width: 300px;
}
.btn_sec.selected .lie_img1{
    width: 300px;
    z-index: -1;
    left: 50%;
    top: -56px;
    transform: translate(-50%,50%);
}
.btn_sec.selected .lie_img2{
    bottom: -62px;
    width: 200px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.choose_option .btn_sec{
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}
.btn_sec.selected  .true_img2{
    width: 100px;
    left: 50%;
    transform: translate(-50%, 10px);
    top: -20px;
}
.choose_option.selected .conti_new{
    color: #4163b3;
    background: #ffffff2b;
    border: 1px solid #ffffff2b;
}
.choose_option.selected .btn_sec.selected  .conti_new{
    background: #000;
    border: 1px solid #000;
    color:#fff;
}
.img_bag_sec{
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:-64px;
}
.friendboard_table{
    background: #fff;
    margin-top: 80px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 20px 28px #bbbbbb;
}
.friendboard_table table img{
    width: 25px;
}
.friendboard_txt{
    text-align: center;
    color: #808285;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}
.friendboard_txt h3{
    margin:0;
    font-size:28px;
    font-weight: 700;
    color:#000;
} 
.table-striped > tbody > tr:nth-of-type(odd),.table-striped > tbody > tr:nth-of-type(even){
    background: #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border:1px solid #80828542;
    padding-right:5px;
}
.share_page .table tr th:last-child,.share_page .table tr td:last-child{
   /* border-left:0;*/
    width:25%;
    padding-right: 0;
}
.share_page .table tr th:nth-child(2),.share_page .table tr td:nth-child(2){
    border-right:0;
    width:25%;
    padding-right: 0;
}
.table tr th{
    color:#808285;
    font-weight: 400;
}
.share_page .table tr th:first-child, .share_page .table tr td:first-child{
    width:50%;
    padding-right: 0;
}
.table tr td:first-child a{
    font-weight: 900;
    color:#000;
    word-break: keep-all;
    white-space: normal;
}
.table tr td:last-child a{
    padding:0;
}
.table tr td:nth-child(2) a{
    color:#4eb3fc;
    font-weight: 700;
    text-decoration: underline;
}
.glyphicon-trash:before{
    content: "";
    background: url(../img/delete.png);
    width: 20px;
    height: 20px;
    display: block;
    background-size: 20px;
}
.crete_new {
    position: relative;
}
.crete_new .conti_new{
    font-size:14px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 36px;
}
.crete_new .conti_new img{
    width: 20px;
    float: right;
    margin-right: 0;
    position: absolute;
    right: 20px;
    top: 21px;
}
.delete_one{
    position: absolute;
    bottom: 16px;
    color: #ed3d44;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: block;
}
.user_fri_ins .table tr td:nth-child(2) a,.result_page .table tr td:nth-child(2) a{
    color:#000;
    text-decoration: none;
}
.result_page .table tr:first-child td:nth-child(2) a,.result_page .table tr:first-child td:nth-child(2) a:hover{
    color:#4eb3fc;
    text-decoration: underline;
}
.result_page .table tr:first-child td:first-child a span{
    color:#4eb3fc;
}
.result_page .cong_prize_img{
    position: relative;
}
.result_page .cong_sec{
    margin-bottom: 0;
}
.result_page .cong_txt{
    max-width: 300px;
    font-size: 16px;
    text-align: center;
}
.result_page .cong_img {
    position: absolute;
    bottom: 35px;
    max-width: 82%;
    left: 9%;
    transform: none;
}
#menu.show{
    background: #0009;
    z-index: 99;
    top: 0;
    width: 100%;
    bottom: 0;
    /* opacity: 1; */
}
#menu.in{
    position: relative;
}
#menu.show ul{
    background: #fff;
    width: 50%;
    padding: 15px;
    list-style: none;
    padding-top: 60px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}
#menu.show ul li{
    margin-bottom: 20px;
}
#menu.show ul li a{
    font-weight: 700;
    color: #4a7dd7;
}
.menubar.show .collapse-icon span{
    background: #588cff;
}
#menu.show ul.social_link{
    display: none;
}
.error{
    display: none;
}
.mb_15{
    margin-bottom: 15px;
}
.ins_txt{
    /* position: absolute;
    opacity: 0;
    z-index: -1; */
    max-width: 90%;
    margin: 0 auto;
    border: 1px solid #588cff;
    border-radius: 12px;
    padding-left: 10px;
}
.inst_list ul{
    list-style: decimal;
    padding-left: 15px;
}
.inst_sec.show{
    transform:all 0.4s;
    background: #ffffff7a;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}
.inst_sec.show .ins_btn button{
    background: none;
}
.main_container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100vh;
}
.inst_sec.show  .ins_txt{
    position: relative;
    opacity: 1;
    z-index: 9;
}
.inst_sec.show .ins_btn button i{
    transform: rotate(180deg);
}
.table img{
    width:20px;
}
.defaultHide{
    visibility: hidden;
}
.knows,#loadingDiv{
    /*display: none;*/
}
.knows{
    margin-top:10px;
}
.para,.user_fri_question,.user_dare_que,.show .user_truth_que{
    display: none;
}
.show .user_dare_que{
    display:block;
}
.truth_question_sec .choose_sec,.dare_question_sec .choose_sec,.truth_question_sec .dare_question,.dare_question_sec .truth_question{
    display: none;
}
.truth_question_sec .user_fri_question,.dare_question_sec .user_fri_question{
    display: block;
}
.modal-title{
    text-transform: uppercase;
    color: #010102;
    font-weight: 700;
    text-align: center;
}
.lang-box{
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    color: #010102;
    font-weight: 700;
    border-radius: 40px;
    box-shadow: 2px 3px 17px #08077273;
    text-align: center;
    margin-bottom:20px;
    overflow: hidden;
    cursor: pointer;
}
.result_page .table > thead > tr > th,.result_page .table > tbody > tr > td{
    width:25%;
}
.result_page .table > tbody > tr > td,.user_friend_ins .table > tbody > tr > td{
    font-weight: 700;
    color: #000;
}
.result_page .table > tbody > tr:first-child > td:nth-child(2),.share_page .table > tbody > tr > td:nth-child(2),.user_friend_ins .table > tbody > tr > td:nth-child(2){
    color: #4eb3fc;  
}
.share_page .table > tbody > tr > td:nth-child(2),.user_friend_ins .table > tbody > tr > td:nth-child(2){
    font-weight: 700;
}
.result_page .table > tbody > tr > td:first-child,.user_friend_ins .table > tbody > tr > td:first-child{
    font-weight: 900;
}
.result_page .table > thead > tr > th:first-child,.result_page .table > tbody > tr > td:first-child{
    width:50%;
    word-break: break-all;
    white-space: normal;
}
.share_page .table tr th, .share_page .table tr td{
    width:20%;
}
.share_page .table tr th:first-child, .share_page .table tr td:first-child{
    width:33.33%;
    word-break: break-all;
}
.glyphicon.glyphicon-trash{
    background: url(../../images/truth_dare/delete.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.ques_row textarea{
    background: none;
    width:82%;  
    font-size:14px;
    min-height: 38px;
}
textarea{
    resize: none;
}





@media(min-width:340px){
    .crete_new .conti_new img{
        right: 25px;
    }
}
@media(min-width:375px){
    .result_page .cong_img{
        max-width: 300px;
        left: 50%;
        transform: translate(-50%);
    }
    .delete_one{
        font-size: 14px;
    }
   
}
@media(min-width:480px){
    .choose_option .que_option_list{
        top:50px;
    }
}
/*============== remove css ===================*/
.checkmark{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
/*============== remove css ===================*/
.bg_red .bg_perple:before{
    background: url(../../images/truth_dare/back_ground.png),linear-gradient(#f65c60, #ef3640)  no-repeat;
    background-size: 100%;
}
.user_frie_side .question-card  .error{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 53px;
    color: red;
    font-weight: 600;
    background: none;
}
.user_frie_side .question-card {
    position: relative;
}
.user_que  .error{
    color: #fff ;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#menu {
    background: #0009;
    position: relative;
    z-index: 99;
    top: 0;
    width: 100%;
    bottom: 0;  
}
.main_menu {
    background: #fff;
    max-width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 10px;
    box-shadow: 0 20px 28px #0807724f;
}
.main_menu ul a {
    color: #4a7dd7;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px;
}
#menu.show ul.social_link {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    position: relative;
    padding-right: 20px;
    width:100%;
    margin-bottom:0;
}
.menubar ul.social_link li a {
    padding: 0;
    margin-left: 14px;
    margin-right: 14px;
}
.menubar .social_link img {
    width: 30px;
}
#menu.show ul   .social_link li{
    margin-bottom:0;
}
#menu.show ul{
    width:100%;
}
#menu.show ul{
    padding-top:25px;
}
.ques_row.user_side{
    flex-direction: column;
    box-shadow: inset 0 0 0 #beb9b9;
    border-radius: 0;
    padding:0;
}
.que_text_sec{
    display: flex;
    align-items: center;
    width: 100%;
    -moz-box-shadow: inset 0 0 6px #beb9b9a8;
    -webkit-box-shadow: inset 0 0 6px #beb9b9a8;
    box-shadow: inset 0 0 6px #beb9b9a8;
    border-radius: 7px;
    padding: 10px;
}
.ques_row.choose_option .que_text_sec{
    border: 2px solid #4eb3fc;
}

.que_text_sec > div{
    display: flex;
}
.que_option_list{
    position: absolute;
    opacity: 0;
    z-index: -1;
    display: none;
    /*transition: all 1s;*/
}
.choose_option .que_option_list{
    position: relative;
    width: 100%;
    left:0;
    top:0;
    opacity: 1;
    z-index: 9;
    border: 2px solid #4eb3fc;
    border-top:0;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    transition: 1s;
}
.ques_row.choose_option{
    border:0;
}
.choose_option {
    margin-top: 0;
    margin-bottom: 38px;
}
.que_text_sec{
    justify-content: space-between;
}
.user_truth_btn,.continue_btn_div{
    position: relative;
    z-index: 99;
}
body{
    font-size: 16px;
}
.friendboard_txt h3{
    display: none;
    word-break: break-all;
}
.friendboard h2{
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom:15px;
}
.friendboard_txt{
    margin:0;
}
.para{
    display: block;
}
.para ul{
    text-align: center;
    list-style: none;
    font-size: 16px;
}
.truth_question_sec .dare_heading,#loadingDiv{
    display: none;
}

.dare_heading,.truth_heading{
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    /* font-style: italic; */
}
.btn_sec.user_truth_que{
    position: relative;
    z-index: 9;
}
.footer_static_ad{
    margin-bottom:0;
    padding-bottom:60px;
}
.or_fq_page{
    text-transform: uppercase;
    background: #ff4468;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-17deg);
}
.menubar.show .collapse-icon span:first-child{
    width: 28px;
    transform: rotate(45deg);
    margin-top: 0;
}
.menubar.show .collapse-icon span:last-child{
    width: 28px;
    transform: rotate( -45deg );
    margin-top: -9px;
}
.menubar.show  .collapse-icon span:nth-child(2){
    display: none;
}
.share_page .table tr th:last-child, .share_page .table tr td:last-child{
    text-align: center;
}
.table > thead:first-child > tr > th{
    text-align: center;
}

/* #loadingDiv{
    height: 100vh;
    bottom: 0;
    align-items: center;
    color: #fff;
    z-index: 99999;
    position: relative;
} */

  .loader {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    transform: translate(0, -50%);
}

.loader-line-wrap {
    animation: 
		spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
	;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}
.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: hsl(0, 80%, 60%);
    height: 90px;
    width: 90px;
    top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
    border-color: hsl(60, 80%, 60%);
    height: 76px;
    width: 76px;
    top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
    border-color: hsl(120, 80%, 60%);
    height: 62px;
    width: 62px;
    top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
    border-color: hsl(180, 80%, 60%);
    height: 48px;
    width: 48px;
    top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
    border-color: hsl(240, 80%, 60%);
    height: 34px;
    width: 34px;
    top: 35px;
}

@keyframes spin {
    0%, 15% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
  /** END of square5 */
  /*-----------------------------------------------------------------------*/

  .done{
      display: none;
      font-size: 26px;
      line-height: 1px;
  }
  .choose_option .done.dare_question_sec .truth_heading{
      display: none;
  }
  
  .choose_option .done{
    display: flex;
}
#menu.collapse.in{
    /* opacity: 1; */
}
#menu.collapse.in ul.social_link,ul.social_link{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 0;
    position: relative;
    padding-right: 20px;
    width: 100%;
    list-style: none;
    margin-bottom: 0;
}

#menu ul{
    list-style: none;
    padding-top:25px;
    padding-bottom:15px;
}
#menu ul li{
    margin-bottom: 20px;
    text-align: center;
}
.modal-body img{
    max-width:100%;
}
.modal-body{
  text-align: center;  
}
form .modal-body {
    text-align: left;
}
form .modal-body .input-group-append{
    position: relative;
    margin-bottom: 15px;
}
form .modal-body i{
    position: absolute;
    top: 10px;
    left: 10px;
}
form .modal-body input{
    padding-left: 25px;
}
.conti_new:active,.lang-box:active{
    transform: scale(0.95);
}
.td_cat_page:before{
    position: absolute;
    content: "";
    /* background: url(../../images/truth_dare/back_ground.png),linear-gradient(#5c9efe, #597eff)  no-repeat; */
    width:100%;
    top:0;
    bottom: 0;
    background-size: 100%;
    z-index: -2;
    left: 0;    
}
.td_homepage .content_area{
    box-shadow: 0px 10px 10px #0000004f;
    border-radius: 20px;
    overflow: hidden;
}
.td_homepage h1{
    text-align: center;
    font-size: 26px;
}
.td_homepage h1 a{
    color: #fff;
    font-weight: 700;
}
.td_homepage a.btn{
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 23px 15px;
    box-shadow: 0 20px 28px #0807724f;
}
.td_homepage{
    margin-bottom:20px;
}
.td_homepage a.btn:active{
    transform: scale(0.95);
}
.container{
    max-width:100%;
}
.td_homepage img{
    margin-left:auto;
    margin-right:auto;
}
.grid.pages:before{
    position: absolute;
    content: "";
    /* background: url(../../images/truth_dare/back_ground.png),linear-gradient(#5c9efe, #597eff) no-repeat; */
    width: 100%;
    top: 0;
    bottom: 0;
    background-size: 100%;
    z-index: -2;
    left: 0;
}
.grid.pages{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    color:#6d6e71;
    margin-bottom: 20px;
    box-shadow: 0px 1px 4px #ccc;
}
.grid.pages h4,.grid.pages h3,.grid.pages h2{
    font-size: 30px;
    font-weight: 800;
    color: #000;
}
.grid.pages ul,.grid.pages ol{
    text-align: left;
    padding-left: 15px;
}
.grid.pages  strong{
    display: block;
    text-align: center;
    width: 100%;
    color:#001c65;
}
.col_sm_2{
    text-align: center;
}
.table tr td{
    text-align: center;
}
.table > thead:first-child > tr:first-child > th{
    border-top:1px solid #80828542;
}
.loader h5{
    margin-top:107px;
}
.td_homepage h1 a:hover{
    text-decoration: none;
}
.td_homepage h1 a:focus{
    border:0;
    outline: 0cm;
}
.grid.pages a{
    word-break: break-all;
}
.result_page .table > thead > tr > th, .result_page .table > tbody > tr > td,.user_friend_ins .table > thead > tr > th, .user_friend_ins .table > tbody > tr > td{
    width:50%;
    word-break: break-all;
    white-space: normal;
}
.share_page .table tr th, .share_page .table tr td{
    width:33.33%;   
}

.bot_ads{
    padding-bottom:20px;
}
.bot_ads .container-fluid{
    padding:0;
}
.ads_sec{
        display: flex;
    justify-content: center;
}
.bot_ads{
    /*margin-left:15px; */
}   
.top_ad .ad_box > div{
    margin-left: auto !important;
}
#menu ul.social_link{
    padding-top:0;
    padding-left:15px;
}
.collapse.show{
    display:none  !important; 
}

.show.collapse.in{
    display:block  !important;
}
.collapse.in {
    display: block;
    visibility: visible;
}

.show {
    display: block !important;
}
/* .collapse.in{
    display:block  !important;
} */
@media(min-width:480px){
    .ads_sec{
        max-width:100%;
    }
    .bot_ads{
        margin-left:-6px; 
    }   
}
@media(min-width:500px){
    .bot_ads {
        margin-left: -2px;
    }
}
.modal-body  .errorMsg{
    color:red;
}
.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;
}
.defaultHide{
    display:block;
}
.cong_txt h2 span{
    font-size:24px;
    margin-bottom:5px;
}
.cong_prize_img:before{
    content: " ";
    position: absolute;
    width: 150px;
    background: url(../../images/truth_dare/cup_shadow.png);
    top: 14px;
    height: 150px;
    background-size: 100%;
    z-index: 8;
    right: -18px;
}
.copy_txt{
    font-size:14px;
    font-weight: 700;
}
.ins_img.user_friend_ins_page {
    max-width: 300px;
}
.choose_option .conti_new{
    border-radius: 80px;
    font-size: 33px;
    width: 300px;
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.points strong{
    font-size: 20px;
}
.error{
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    margin-top: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: red;
    font-size: 14px;
}
.user_que .error{
    border-radius: 10px;
    color: red;
}
footer ul.social_link{
    padding-left:20px;
}
.modal-footer{
    padding-bottom:40px;
}
.skip a:active{
    font-weight: 700;
}
.que_option_list ul li:active,.que_option_list ul li:hover{
    color:#000;
    font-weight: 600;
    background: #80828514;
}
.table tr td a,.table tr td a:hover,.table tr td:nth-child(2) a{
    text-decoration: none;
}
.all_ads.bottom_ad.custom_ad{
    /* display: flex; */
    padding-bottom: 20px;
    padding-top:20px;
}
.user_frie_side .ques_sec{
 padding-top:30px;   
}
.user_friend_ins .table > tbody > tr > td:nth-child(2){
    color: #000;
}
.share-btn .btn{
    overflow: hidden;
}
.edit_icon{
    width: 25px;
    text-align: center;
}
.true_img1{
    left: 50%;
    top: -56px;
    transform: translate(-50%,50%);
    width: 300px;
}
.lie_img1,.lie_img2,.btn_sec.selected .true_img2,.true_img2,.true_img1,.btn_sec.selected .true_img1{
    display: block;
    position: absolute;
}
.btn_sec.selected .true_img2,.true_img2{
    width: 140px;
    left: 50%;
    transform: translate(-50%, 10px);
    top: -30px;
}
.lie_img1{
    width: 300px;
    z-index: -1;
    left: 50%;
    top: -56px;
    transform: translate(-50%,50%);
}
.lie_img2{
    bottom: -62px;
    width: 200px;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media(min-width:500px){
    /* .true_img1,.btn_sec.selected .true_img1{
        top: -73px;
    }
    .lie_img1,.btn_sec.selected .lie_img1{
        top: -50px;
    }
    .lie_img2,.btn_sec.selected .lie_img1{
        width: 54%;
        left: 26%;
    }
    .btn_sec.selected .true_img2,.true_img2{
        width: 170px;
        left: 50%;
        transform: translate(-50%, 10px);
        top: -30px;
    } */
}
[dir=rtl] .inst_list ul{
    padding-left: 0;
    padding-right: 15px;
}
[dir=rtl] .ins_btn button i{
    margin-right: 20px;
    margin-left: 0;
}
[dir=rtl] .prize_img{
    left: -8px;
    right: auto;
}
[dir=rtl] .points,[dir=rtl] .select_point{
    display: flex;
    justify-content: flex-end;
}
[dir=rtl] .points{
        direction: ltr;
}
[dir=rtl] .points strong{
    line-height: 20px;
}
[dir=rtl] .res_list{
    padding: 10px 30px 10px 25px;
}
[dir=rtl] .res_que_no{
    right:6px;
}
/*[dir=rtl] .ins_btn button{
    flex-direction: row-reverse;
}*/
[dir=rtl] .ins_btn button i{
    margin-right: 20px;
    margin-left: 0; 
}
[dir=rtl] .points{
    justify-content:flex-start;
}
[dir=rtl].count_no{
    margin-right:0;
    margin-left:10px;
}

.take .middle_area:before{
    background: #4daeff;
}

/**********khempal css ******************/
.play-page-headng{
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-page-headng  h2{
    display: flex;
    color: #588cff;
    width: 250px;
    align-items: center;
    justify-content: center;
}
.us-inspage .ins_txt {
    padding:20px;
}
.us-inspage h3{
    margin-top:0;
}
.us-inspage .inst_list ul{
    margin-bottom: 0;
}
.us-inspage h3{
    margin-top:0;
    color: #000000;
}
.recover-quiz{
    padding-top: 20px;
}
.recover-quiz-inner{
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    border-radius: 12px;
    box-shadow: 0px 0px 3px 1px #ccc;
}
.recover-quiz-inner h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
}

.recover-quiz-inner p{
    font-size: 11px;
}
.recover-quiz-inner p span{
    display: block;
}
.recover-submit-btn{
    padding-top: 10px;
}
.recover-submit-btn .recover_new{
    width: 90%;
    padding: 15px 20px;
    background: #588cff;
    border: 1px solid #588cff;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    border-radius: 40px;
    box-shadow: 0 20px 28px #0807724f;
    position: relative;
}
.play-page-ads{
    margin-top: 40px;
}
.play-page-ads img{
    width:100%;
}
.choose_option .conti_new{
    background: #ffffff;
    color: #000000;
    border: 0;
    padding: 5px 15px;
    font-size: 40px;
    line-height: 1.3;
}
.choose_head h3{
    color: #588cff;
}
.ins_inp_sec .conti_new, .conti_new{
    width: 280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-fried-result{
    max-width: 90%;
    margin: 0 auto;
}
.user-friend-subbtn input.conti_new{
    width:80%;
}
.user-friend-start{
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-friend-start h2{
    color: #588cff;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.friend-board-table{
    max-width: 90%;
    margin: 80px auto 35px;
}
.friend-board-table .img_bag_sec{
    width: 60px;
}
.user-friends-results {position: relative;}
.user-friends-results .ufci{
    width:100%;
}
.user-friends-results .congrts-txt{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    margin-top: 0;
    margin-bottom: 0;
}
.user-friends-results .congrts-txt h2{
    color: #000000;
}
.user-friends-results .congrts-txt h2 span{
    font-size: 35px;
    color: #588cff;
    display: block;
    margin-bottom: 10px;
}
.user-friends-results .cong_txt{
    color: #000000;
    font-size: 20px;
}
.uft .img_bag_sec{
    width:60px;
}
.friendboard-usertable .table-responsive{
    border: 0;
}
.friendboard-usertable .table thead tr th{
    border-top: 0;
    text-align: center;
}
.friendboard-usertable .table thead tr th:first-child {
    border-left: 0;
}
.friendboard-usertable .table > thead:first-child > tr:first-child > th{
    border-top: 0;
}
.friendboard-usertable .table thead tr th:last-child {
    border-right: 0;
}
.friendboard-usertable .table tr td {
    text-align: center;
}
.friendboard-usertable .table tr td:first-child {
    border-left: 0;
}
.friendboard-usertable .table tr td:last-child {
    border-right: 0;
}
tbody tr:last-child > td {
    border-bottom: 0;
}
.usp .share_txt_link{
    padding: 15px 10px;
    width: 100%;
    height: auto;
    color: #4eb3fc;
    text-align: center;
}
.usp-link-copied .copy_txt{
    color: #f0564e;
    font-weight: 500;
}
.usp-cpy-btn {
    width: auto;
}
.usp-cpy-btn .conti_new {
    width: auto;
    margin: 0 auto;
    padding: 10px 20px;
}
.usp-delete-btn .conti_new{
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
    border: 0;
    color: #000000;
}
.share_page_sec{
    border:1px solid #cccccc;
}
.usp-delete-btn .tdsp-btnn button{
   background: #588cff;
   color: #ffffff;
}
.crdtial-sec{
    background: #fff;
    box-shadow: 0 20px 28px #0807724f;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    padding: 15px 5px 20px;
    margin-bottom: 30px;
}
.crdtial-sec-head{
    font-size: 13px;
    font-weight: 700;
}
.crdtial-sec-txt{
    font-size: 12px;
}
.crdtial-sec-idpw-txt{
    font-size: 14px;
    font-weight: 700;
}
.crdtial-sec-idpw-code{
    width: 125px;
    display: inline-block;
    padding: 11px;
    border-radius: 22px;
    font-weight: 700;
    color: #588cff;
    border: 1px solid #588cff;
    background: #f1f1f1;
}
.crdtial-sec-idpw{
    padding-top: 15px;
}
.uslp{
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.uslp .ufci{
    width:100%;
}
.uslp .menu_sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.uslp .menu_sec .cong_sec {
    margin-top: 0;
    margin-bottom: 0;
}
.uslp .menu_sec .cong_sec .cong_txt{
    margin-top: 0;
}
.uslp .menu_sec .cong_sec .cong_txt h2{
    margin-top: 0;
}
.uslp .cong_txt h2{
    color: #000000;
}
.uslp .cong_txt h2 span{
    font-size: 35px;
    color: #588cff;
    display: block;
    margin-bottom: 10px;
}
.uslp  .middle_div {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}
.uslp .friendboard_table{
    margin-left: 15px;
    margin-right: 15px;
}
.play-page .conti_new{
    width:80%;
}
.quespge .inst_head h1{
    color: #588cff;
    width: 250px;
    margin: 0 auto;
}
.quespge .ques_sec{
 box-shadow: none;
 background: none;
 margin-top: 0;
 padding-top: 0;
}
.edit_icon.edit{
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    height: 25px;
    font-weight: bold;
}
.choose_option .que_option_list{
    z-index: -1;
}
.edit_icon.done{
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    height: 25px;
    font-weight: bold;
    text-align: center;
    z-index: 10;
    padding-left: 3px;
}
.edit_icon.done i{ 
line-height: 0.8;
}
.quespge .create_que p{
    color:#000000;
    font-weight: 700;
}
.dare-sec .inst_head h1{
    color: #ef5b66;
    width: 250px;
    margin: 0 auto;
}
.dare-sec .ques_sec{
    box-shadow: none;
    background: none;
    margin-top: 0;
    padding-top: 0;
} 
.edit-right-img i {
    font-size: 1.5em;
}

.edit-right-img{
    position:absolute;
    right:10px;
}
.none{
    display: none;
}
.active{
    display: block;
}
.choose_option .count_no{
    color: #000000;
}
.uqpus{
    margin-bottom: 30px;
    padding-bottom: 0;
}
.uqpus-error{
    margin-top:20px;
}
.uqpus-sb{
    margin-top:10px;
}
.copy{
    display: none;
}
.sharpge-sec{
    margin-bottom: 10px;
}
.usp{
    margin-bottom: 15px;
}
.or_sec p{
    margin-bottom: 0;
}

.buttonNonClicable{
    pointer-events: none;
    filter: grayscale(100%);
}
.buttonNonClicable2{
    pointer-events: none;
    filter: grayscale(100%);
}
.tabskr .para #nonAttemptUserStatsDiv{
    border: 1px solid #588cff;
    padding: 10px 0;
    border-radius: 5px;
}
.sharepage-congratsimg{
    position: relative;
}
h1.td-homepage-heading{
    margin: 30px 0;
}
.td-homepage-heading span a{
   color:#000000;
}
.td-new-content-area{
    box-shadow: none;
}
.td-new-content-area a img{
    border-radius: 15px;
}
.td-homepage-startbtn{
    color: #fff;
    background-color: #4b78db;
}
.inst_head .truth_heading{
    color: #588cff;
}
.inst_head .dare_heading{
    color: #ef5b66;
}
.user-login-input{
    margin-bottom: 15px;
}
.user-login-input input{
    border-color: #a7a6a6;
    width:280px;
}
.user-login-input label{
    color: #a7a6a6;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.login_page .errorMsg{
    text-align: center;
    color: #ff0031;
    padding-top: 15px;
}
.login_page .btn_sec{
    margin-top: 20px;
}
.user-login-input.user-login-bottom{
    margin-bottom: 0px;
}
.user_ques_page_heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.user_ques_page_heading h2{
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*******this below css uses in common Sign In form********/
.signin .main_container{
    justify-content: normal;
}
.signin .main_container .fa-user, .fa-lock{
    display: none;
}
.signin .main_container .input-group-append{
    margin-bottom: 15px;
}
.signin .main_container .input-group-append input{
    background: none;
    color: #000000;
    padding: 30px 30px;
    border-color:1px solid #a7a6a6;
    width: 280px;
    text-align: center;
    border-radius: 40px;
    font-weight: 700;
    margin: 0 auto;
}
.signin .main_container .input-group-append .errorMsg{
    text-align: center;
    color: #ff0031;
    padding-top: 15px;
}
.signin .main_container button{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    padding: 15px 30px;
    background: #588cff;
    border: 1px solid #588cff;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    border-radius: 40px;
    box-shadow: 0 20px 28px #bbbbbb;
    position: relative;
}
.signin .main_container button:focus{
    outline: none;
}
.signin .main_container form .middle_area{
    margin-top: 80px;
}
.signin .main_container form .middle_area .login_heading{
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
}
.share-page-recver-note{
    padding-top: 20px;
}

@media(max-width:480px){

    .more-plus-share-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 2px 1px 11px #0003;
        width: 100%;
        color: #000;
        font-size: 14px;
        background: #F1DB2F;
        border-radius: 40px;
        padding: 9px 0!important;
        border: 0;
        font-weight: 600;
    }
   
}

.more-plus-share i {
    background: rgb(1, 102, 255);
    color: #fff;
    font-size: 15px;
    padding: 4px;
    border-radius: 4px;
    margin-right: 20px;
}