@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    box-sizing                      :   border-box;
    font-family                     :   'Montserrat', sans-serif; 
    font-family: 'Montserrat', sans-serif;  
}

html 
{ 
    margin                          :   0;
    padding                         :   0;
}

body
{
	margin                          :   0;
	padding                         :   0;
	text-align                      :   center;
    font-family                     :   'Montserrat', sans-serif;
    font-size                       :   14px;
   
}
.main_container{
    background: url(../../images/surpriseforu/paper_background.png);
    background-size: cover;
}
h2{
    margin-top                      :   10px!important;
}

input:focus, textarea:focus, select:focus, button:focus{
    outline                         :   none;
}

input:visited{
    text-decoration                 :   none;
}

:root 
{
  --background-color-blue           :   #89d5f8;
  --background-color-blue-hover     :   #008bcb;
  --middle-background-color         :   #72e5b6;
  --background-color-green          :   #01a864;
  --background-color-green-hover    :   #01a864;
  --background-color-yellow         :   #e4f158;
  --background-color-yellow-hover   :   #9aa800;
}

.color1{
    --middle-background-color       :   #72e5b6;
    --background-color              :   #01a864;
    --background-color-hover        :   #01a864;
}

.color2{
    --middle-background-color       :   #e1ee56;
    --background-color              :   #9aa800;
    --background-color-hover        :   #9aa800;
}

.color3{
    --middle-background-color       :   #89d5f8;
    --background-color              :   #008bcb;
    --background-color-hover        :   #008bcb;
}

.main_container
{
	max-width                   :   748px !important;
    position                    :   relative;
    padding                     :   0;
	margin-right                :   auto;
    margin-left                 :   auto;
    display                     :   flex;
    flex-direction              :   column;
    padding-right               :   0!important;
    padding-left                :   0!important;
}

.menubar
{
    border                      :   none;
    border-radius               :   0;
    background                  :   #fff;
}

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

.menubar ul li {
    transition                  :   all .2s;
    text-align                  :   center;
}

.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                         :   transparent;
  background                    :   #004daa;
  visibility                    :   none;
  opacity                       :   0;
  z-index                       :   -1;
  transition                    :   all .2s;

}
.menubar ul li :hover:after {
  opacity                       :   1;
  visibility                    :   visible;
  height                        :   100%;
}

.heading
{
    position                    :   relative;
	width                       :   100%;
    min-height                  :   50px;
    box-shadow: 2px 4px 8px #d9d9fe9c;
}           

.heading span           
{           
	display                     :   inline-block;
}           

.collapse-icon          
{           
    position                    :   absolute;
    cursor                      :   pointer;
    left                        :   5px;
	top                         :   9px;
    border-radius               :   5px;
    padding                     :   1px 4px;   
}           

.collapse-icon div          
{           
    width                       :   40px;
    height                      :   3px;
    background-color            :   #1877f2;
    margin                      :   5px 0;
    transition                  :   0.4s;
    border-radius               :   10px;
}  

#menu           
{           
    padding-inline-start        :   0;
    list-style-type             :   none;
    background                  :   #1877f2;
}           

.logo           
{           
	position                    :   relative;
    font-size                   :   18px;
    padding-top: 10px;
}           

.logo img           
{           
	width                       :   230px;
}           

.language-dropdown          
{           
	position                    :   absolute;
	right                       :   12px;
    top                         :   9px;
}
.language-dropdown {
	display                     :   inline-block;
} 
.language-dropdown select {
	position                    :   absolute; 
	right                       :   0px; 
	top                         :   0px; 
	width                       :   100%; 
	height                      :   100%; 
	opacity                     :   0; 
	cursor                      :   pointer;
}
.language-dropdown img{
	width                       :   27px;
	height                      :   27px;
}

.collapse-icon div:first-child{
    width                       :   35px;
}

.collapse-icon div:last-child{
    margin-bottom               :   0px;
    width                       :   25px;
}

footer{
    padding-top                 :   15px;
    color                       :   #000;
    border-radius               :   10px 10px 0 0;
    text-align                  :   center;
    font-size                   :   15px;
    margin-top: 40px;
}

footer p{
    margin-block-start          :   0;
}

.footer-img ul{
    padding-inline-start        :   0;
    margin-block-start          :   0;
    margin-block-end            :   0;
}

.footer-img li{
    list-style-type             :   none;
    display                     :   inline-block;
}

.footer-img img{
    width                       :   70%;
}

.footer-link a{
    color                       :   #000;
    text-decoration             :   none;
}

.footer-link ul{
    padding-inline-start        :   0;
    margin-block-start          :   0;
    margin-block-end            :   0;
    padding                     :   4px 0;
}

.footer-link li{
    list-style-type             :   none;
    display                     :   inline-block;
    margin                      :   0 3px;
}

.middle_conatainer{
    overflow-x                  :   hidden;
    padding                     :   10px;
}

.instruction_div{
    text-align                  :   left;
    background                  :   #fff;
    padding                     :   2px 20px;
    border-radius               :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
    margin-bottom               :   20px;
}

.instruction_div h1{
    margin-bottom               :   30px;
}

.instruction_div ul{
    list-style                  :   none;
    font-size                   :   18px;
    margin-left                 :   -18px;
}

.instruction_div li{
    background                  :   #f0f2f5;
    padding                     :   5px;
    position                    :   relative;
    border-radius               :   20px;
    margin-bottom               :   18px;
    margin-left                 :   -1em;
}

.instruction_numbering{
    background                  :   #1877f2;
    position                    :   absolute;
    top                         :   3px;  
    border-radius               :   20px;
    width                       :   30px;
    height                      :   30px;
    text-align                  :   center;   
    color                       :   #fff;
    padding                     :   2px 0 0 0;
    top                         :   14px;
    transform                   :   translateY(-50%);
}

.instruction_text{
    color                       :   #000;
    margin-left                 :   43px;
    display                     :   flex;
}

.region_div{
    margin                      :   10px auto;
    font-size                   :   18px;
    background                  :   #fff;
    border-radius               :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
}

.region_dropdown{
    cursor: pointer;
padding: 8px;
font-weight: normal;
border: 2px solid #f0f2f5;
border-radius: 5px;
text-align: center;
background: none;
width: 100%;
}

#country_selector {
    width                       :   100%;
    min-width                   :   160px;
    font-size                   :   18px;
    text-align                  :   left;
    list-style                  :   none;
    border-radius               :   5px 5px;
    display                     :   none;
}

.custom_dropdown_item {
    cursor                      :   pointer;
    padding                     :   8px;
    color                       :   white;
    font-weight                 :   normal;
    border                      :   2px solid #f0f2f5;
    border-radius               :   5px;
    text-align                  :   center;
}

.custom_dropdown_item:hover {
    background                  :   #f0f2f5;
}

.custom_dropdown_item_anchor {
    cursor                      :   pointer;
    color                       :   #000;
    font-weight                 :   normal;
    text-decoration             :   none;
}

.custom_dropdown_item_anchor:hover {
    color                       :   #000;
    text-decoration             :   none;
}

.name_div input{
    width                       :   60%;
    padding                     :   10px;
    text-align                  :   center;
    border-radius               :   10px;
    margin-top                  :   10px;
    font-size                   :   18px;
    background                  :   #f0f2f5;
    border                      :   none;
}

.name_div input:focus{
    box-shadow                  :   inset 0px 0px 10px rgba(0,0,0,0.3);
}

.continue_btn{
    border                      :   none;
    background                  :   #1877f2;
    margin                      :   10px 0 20px 0;
    padding                     :   8px;
    width                       :   60%;
    border-radius               :   10px;
    font-size                   :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
    color                       :   #fff;
    transition                  :   0.2s;
}

.continue_btn:active{
    transform                   :   scale(0.95);
}

.ui-tabs-panel{
    margin                      :   10px auto;
    font-size                   :   18px;
    background                  :   #fff;
    padding                     :   20px 10px 10px 10px;
    border-radius               :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
    max-width                       :   300px;
    height                      :   300px;
    position                    :   relative;
    overflow                    :   hidden;
    z-index                     :   0;
    width                   :   100%;
}
@-webkit-keyframes rotate {
    100% {
      -webkit-transform         :   rotate(1turn);
              transform         :   rotate(1turn);
    }
}

@keyframes rotate {
    100% {
      -webkit-transform         :   rotate(1turn);
              transform         :   rotate(1turn);
}

}.ui-tabs-panel::before {
    content                     :   '';
    position                    :   absolute;
    z-index                     :   -2;
    left                        :   -50%;
    top                         :   -50%;
    width                       :   200%;
    height                      :   200%;
    background-color            :   #1877f2;
    background-repeat           :   no-repeat;
    background-size             :   50% 50%, 50% 50%;
    background-position         :   0 0, 100% 0, 100% 100%, 0 100%;
    /* background-image            :   -webkit-gradient(linear, left top, left bottom, from(#399953), to(#399953)), -webkit-gradient(linear, left top, left bottom, from(#fbb300), to(#fbb300)), -webkit-gradient(linear, left top, left bottom, from(#d53e33), to(#d53e33)), -webkit-gradient(linear, left top, left bottom, from(#377af5), to(#377af5));
    background-image            :   linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5); */
    background-image            :   linear-gradient(#1877f2, white);
    -webkit-animation           :   rotate 4s linear infinite;
            animation           :   rotate 4s linear infinite;
}

.ui-tabs-panel::after {
    content                     :   '';
    position                    :   absolute;
    z-index                     :   -1;
    left                        :   6px;
    top                         :   6px;
    width                       :   calc(100% - 12px);
    height                      :   calc(100% - 12px);
    background                  :   white;
    border-radius               :   15px;
}   

.question_number{
    background                  :   #1877f2;
    color                       :   #fff;
    padding                     :   2px 5px;
    border-radius               :   20px;
    width                       :   30px;
    height                      :   30px;
    position                    :   absolute;
    top                         :   5px;
    left                        :   46%;
}

.fa-pencil-square-o{
    position                    :   absolute;
    right                       :   20px;
    top                         :   30px;
}

.fa-check-square-o{
    position                    :   absolute;
    right                       :   20px;
    top                         :   30px; 
}

.hlist{
    background                  :   #f0f2f5;
    list-style                  :   none;
    font-size                   :   22px;
    padding                     :   20px;
    border-radius               :   20px;
    width                       :   100%;
    height                      :   100%;
    display                     :   flex;
    align-items                 :   center;
}

.hlist a{
    color                       :   #000;
}

.next_btn{
    border                      :   none;
    background                  :   #1877f2;
    margin                      :   10px 0 20px 0;
    padding                     :   8px;
    width                       :   40%;
    border-radius               :   10px;
    font-size                   :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
    color                       :   #fff;
    transition                  :   0.2s;
}

.next_btn:active{
    transform                   :   scale(0.95);
}

.bottom_ad {
    margin                      :   0 auto;
    margin-top: 40px;
}

.ad_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.share_link_div{
    background                  :   #fff;
    border-radius               :   20px;
    padding                     :   10px;
}

.share_link_div p{
    font-size                   :   18px;
}

.error{
    color                       :  #ff6850;
    font-size                   :   18px;
    margin                      :   10px auto 0 auto;
}

.link{
    border                      :   none;
    width                       :   60%;
    padding                     :   10px;
    text-align                  :   center;
    background                  :   #f0f2f5;
    margin                      :   auto;
    border-radius               :   10px;
    color                       :   #0166ff;
    font-size                   :   18px;
}

.copy_btn{
    border                      :   none;
    background                  :   #1877f2;
    margin-top                  :   10px;
    padding                     :   8px;
    width                       :   60%;
    border-radius               :   10px;
    font-size                   :   20px;
    color                       :   #fff;
    transition                  :   0.2s;
}

.copy_btn:active {
    transform                   :   scale(0.95);
}

.link-copied {
    color                       :   rgb(255, 0, 0);
    margin                      :   20px auto 0 auto;
    font-size:16px;
}

.share-btn{
    margin-top                  :   15px;
}

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

.whatsapp-btn {
    background                  :   #20c47a;
    padding                     :   10px;
    border                      :   2px solid #fff;
    border-radius               :   10px;
    color                       :   #fff!important;
    font-size                   :   16px;
    width                       :   100%;
    margin-bottom               :   5px;
}

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

.whatsapp-btn a:hover{
    color                       :   #fff!important;
    text-decoration             :   none;
}

.whatsapp-btn:hover {
    background-color            :   #14a1cc;
    border-color                :   #00c3ff;
    color                       :   #fff;
}
.tg-btn{
    border-radius: 10px;
    font-size: 16px;
}
.tg-btn:hover{
    background: #14a1cc;
}
.tiktok-btn{
  border-radius: 10px;
  font-size: 16px;
}
.tiktok-btn:hover{
    background: #14a1cc;
}
.tiktok-btn img{ 
    width: 25px;
    margin-right: 5px;
}
.facebook-btn {
    background                  :   #3b5998;
    padding                     :   8px;
    border                      :   2px solid #fff;
    border-radius               :   10px;
    color                       :   #fff!important;
    font-size                   :   16px;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
}

.facebook-btn:hover {
    background-color            :   #14a1cc;
    border-color                :   #00c3ff;
    color                       :   #fff;
}

.messenger-btn {
    background                  :   #0166ff;
    padding                     :   8px;
    border                      :   2px solid #fff;
    border-radius               :   10px;
    color                       :   #fff!important;
    font-size                   :   16px;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
}

.messenger-btn:hover {
    background-color            :   #14a1cc;
    border-color                :   #00c3ff;
    color                       :   #fff;
}

.share-btn a{
    text-decoration             :   none !important;
}

.whatsapp-btn a{
    color                       :   #fff!important;
}

.facebook-btn a{
    color                       :   #fff!important;
}

.messenger-btn a{
    color                       :   #fff!important;
}

.snapchat-btn {
    border                      :   none;
    background                  :   #fff70f;
    padding                     :   8px;
    border                      :   2px solid #fff;
    border-radius               :   10px;
    color                       :   #000;
    font-size                   :   16px;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
    cursor                      :   pointer;
}

.snapchat-btn:hover {
    background-color            :   #14a1cc;
    border-color                :   #00c3ff;
    color                       :   #fff;
}



.twitter-btn:hover {
    background-color            :   #14a1cc;
    border-color                :   #00c3ff;
    color                       :   #fff;
}

.instagram-btn {
    background                  :   linear-gradient(to right, #db7a48 , #b33376);
    padding                     :   10px;
    border                      :   2px solid #fff;
    border-radius               :   10px;
    color                       :   #fff!important;
    font-size                   :   16px;
    width                       :   49%;
    display                     :   inline-block;
    cursor                      :   pointer;
}

.instagram-btn:hover {
    background                  :   #14a1cc;
    border-color                :   #00c3ff;
    color                       :   #fff;
}

.Line-btn {
    background                  :   #00b900;
    padding                     :   8px;
    border                      :   2px solid #fff;
    border-radius               :   10px;
    color                       :   #fff!important;
    font-size                   :   16px;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
}

.Line-btn:hover {
    background-color            :   #14a1cc;
    border-color                :   #00c3ff;
    color                       :   #fff;
}

.kakao-btn {
    background                  :   #fae301;
    padding                     :   8px;
    border                      :   2px solid #fff;
    border-radius               :   10px;
    color                       :   #000;
    font-size                   :   16px;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
}

.kakao-btn:hover {
    background-color            :   #14a1cc;
    border-color                :   #00c3ff;
    color                       :   #fff;
}

.vk-btn {
    background                  :   linear-gradient(to right, #14a1cc , #14a1cc);
    padding                     :   8px;
    border                      :   2px solid #fff;
    border-radius               :   10px;
    color                       :   #fff!important;
    font-size                   :   16px;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
}

.vk-btn:hover {
    background-color            :   #14a1cc;
    border-color                :   #00c3ff;
    color                       :   #fff;
}
.more-plus-share{
    margin-top: 8px;
}
.more-plus-share .a2a_dd{
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: none;
    border: 1px solid #4f4aff;
    color: #58595b !important;
    font-weight: 700;
    padding: 10px 0!important;
    font-size: 16px;
}
.more-plus-share .a2a_svg{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.more-plus-share .a2a_dd:hover{
    background: #14a1cc;
}
.more-plus-sharemobile{
    margin-top: 5px;
    display: none;
}
.more-plus-share-mobile{
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: none;
    border: 1px solid #4f4aff;
    color: #58595b !important;
    font-weight: 700;
    padding: 10px 0!important;
    font-size: 16px;
}
.more-plus-share-mobile:hover{
    background: #14a1cc;
}
.more-plus-share i{
    background: rgb(1, 102, 255);
    color: #fff;
    font-size: 19px;
    padding: 4px;
    border-radius: 4px;
    margin-right: 5px;
}
.close-btn {
    background                  :   #d90000 !important;
    color                       :   #fff !important;
}

.scoreboard_btn{
    border                      :   none;
    background                  :   #1877f2;
    margin                      :   10px 0;
    padding                     :   8px;
    width                       :   60%;
    border-radius               :   10px;
    font-size                   :   20px;
    color                       :   #fff;
    transition                  :   0.2s;
}

.scoreboard_btn:active {
    transform                   :   scale(0.95);
}

.friendboard{
    background                  :   #fff;
    padding                     :   10px;
    border-radius               :   20px;
    margin-bottom               :   20px;
    font-size                   :   18px;
}

/* id pin section  */
.share_top_sec{
    max-width: 568px;
   margin-left: auto;
   margin-right: auto;
   border-radius: 20px;
   background: #fff;
   box-sizing: border-box;
   padding: 8px 14px;
   margin-bottom: 20px;
   margin-top: 20px;
   border: 1px solid #4f4aff;
   box-shadow: 2px 2px 4px #0002;
       }
   .share_top_con {
   font-size: 18px;
   color: #414443;
   text-align: center;
   padding-top: 8px;
   padding-bottom: 14px;
   font-weight: 500;
}
.share_ss_sec {
   background: #dbdada1a;
   border: 1px solid #4f4aff;
   border-radius: 20px;
   padding: 15px;
   position: relative;
   margin-bottom: 20px;
}
.share_ss_sec ul {
   padding-left: 12%;
   font-size: 16px;
   color: #292929;
   margin:5px 0;
}
.share_ss_sec ul li {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-bottom: 15px;
   color: #101010;
   font-weight: 500;
   font-size: 17px;
   line-height: 16px;
}
.share_ss_sec ul li:last-child{
    margin-bottom: 0;
}
.share_ss_sec ul li img {
   margin-right: 8px;
   width: 20px;
}
.share_ss_sec ul li span {
   color: #4f4aff;
   padding-left: 10px;
   display: flex;
}
@media(max-width:550px){
    .share_top_con {
        font-size: 14px;
        padding-top: 4px;
    }
    .share_ss_sec {
        margin-bottom: 14px;
    }
    .share_ss_sec ul {
        padding-left: 5%;
    }
    .share_ss_sec ul li {
        font-size: 14px;
    }
    .share_ss_sec ul li span {
        font-size: 14px;
        padding-left: 7px;
    }
}

.scoreboard_table{
    background                  :   #f0f2f5;
    border-radius               :   20px;
    margin-bottom               :   0px!important;
}

.scoreboard_div th{
    text-align: center;
background: #1877f2;
color: #fff;
}

.scoreboard_div th:first-child {
    background: #1877f2;
    border-radius: 20px 0 0 0;
}


.scoreboard_div th:last-child {
    background: #1877f2;
    border-radius:0 20px 0 0px;
}

.scoreboard_div td a{
    color                       :   #000;
}

.table > tbody > tr > td{
    border-top                  :   none!important;
}

.table_heading{
    color                       :   #fff;
    font-size                   :   18px;
}

.table_heading td:first-child{
    background                  :   #1877f2;
    border-radius               :   20px 0 0 0;
}

.table_heading td:nth-child(2) {
    background                  :   #1877f2;
    border-radius               :   0;
}

.table_heading td:last-child{
    background                  :   #1877f2;
    border-radius               :   0 20px 0 0;
}

.snapchat_ss{
    width                       :   100%;
}

.delete_btn {
    border                      :   none;
    background                  :   #ff2624;
    margin                      :   10px 0;
    padding                     :   8px;
    color                       :   #fff;
    width                       :   60%;
    border-radius               :   10px;
    font-size                   :   20px;
    transition                  :   0.2s;
}

.delete_btn:active {
    transform                   :   scale(0.95);
}

.highlight{
    background                  :   #fff;
}

.userfreind_input{
    background                  :   #fff;
    padding                     :   15px;
    border-radius               :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
    margin-bottom               :   20px;
}

.para{
    background                  :   #1877f2;
    color                       :   #fff;
    border-radius               :   20px;
    margin                      :   10px 0;
    padding                     :   8px;
    font-size                   :   18px;
}

.para ul{
    list-style                  :   none;
    padding-inline-start: 0;
    margin-bottom:0!important;
}

.view{
    background                  :   #f0f2f5;
    list-style                  :   none;
    font-size                   :   22px;
    padding                     :   20px 10px 10px 10px;
    border-radius               :   20px;
    width                       :   100%;
    height                      :   100%;
}

.view a{
    color                       :   #000;
}

.view a:hover{
    text-decoration             :   none;
    color                       :   #000;
}

.view_answer{
    background                  :   #fff;
    border-radius               :   20px;
    width                       :   100%;
    padding                     :   10px;
    margin-top                  :   20px;
    max-height                  :   100px;
    overflow                    :   auto;
    word-break                  :   break-word;
}

.lang_suggestion{
    background                  :   #1877f2;
    color                       :   #fff;
    padding                     :   10px;
    border                      :   2px solid white;
    border-radius               :   5px;
    font-size                   :   18px;
}

.congrats{
    width                       :   300px;
    height                      :   250px;
    position                    :   relative;
    margin                      :   auto;
    margin-top                  :   20px;
}

.congrats img{
    width                       :   100%;
    height                      :   100%;
}

.congrats p{
    position                    :   absolute;
    top                         :   35%;
    padding                     :   0 60px;
    color                       :   #1877f2;   
    font-size                   :   28px;
}

.user_hlist{
    background                  :   #f0f2f5;
    list-style                  :   none;
    font-size                   :   22px;
    padding                     :   20px 10px 10px 10px;
    border-radius               :   20px;
    width                       :   100%;
    height                      :   100%;
    word-wrap: break-word;
}

.user_hlist a{
    color                       :   #000;
}

.user_hlist a:hover{
    text-decoration             :   none;
    color                       :   #fff;
}

.user_hlist_options{
    background                  :   #fff;
    width                       :   100%;
    padding                     :   5px;
    border-radius               :   20px;
    margin-top                  :   20px;   
    position                    :   relative;
    display                     :   flex;
    justify-content             :   center; 
}

.user_hlist_options input{
    border                      :   none;
    font-size                   :   16px;
    text-align                  :   center;
}

.user_hlist_options input:focus{
    color                       :   #1877f2;
}

.user_ui-tabs-panel{
    margin                      :   10px auto;
    font-size                   :   18px;
    background                  :   #fff;
    padding                     :   20px 10px 10px 10px;
    border-radius               :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
    max-width                       :   314px;
    position                    :   relative;
    overflow                    :   hidden;
    z-index                     :   0;
    width:100%;
    
}
@-webkit-keyframes rotate {
    100% {
      -webkit-transform         :   rotate(1turn);
              transform         :   rotate(1turn);
    }
}

@keyframes rotate {
    100% {
      -webkit-transform         :   rotate(1turn);
              transform         :   rotate(1turn);
}

}.user_ui-tabs-panel::before {
    content                     :   '';
    position                    :   absolute;
    z-index                     :   -2;
    left                        :   -50%;
    top                         :   -50%;
    width                       :   200%;
    height                      :   200%;
    background-color            :   #1877f2;
    background-repeat           :   no-repeat;
    background-size             :   50% 50%, 50% 50%;
    background-position         :   0 0, 100% 0, 100% 100%, 0 100%;
    /* background-image            :   -webkit-gradient(linear, left top, left bottom, from(#399953), to(#399953)), -webkit-gradient(linear, left top, left bottom, from(#fbb300), to(#fbb300)), -webkit-gradient(linear, left top, left bottom, from(#d53e33), to(#d53e33)), -webkit-gradient(linear, left top, left bottom, from(#377af5), to(#377af5));
    background-image            :   linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5); */
    
    background-image            :   linear-gradient(#1877f2, white);
    -webkit-animation           :   rotate 4s linear infinite;
            animation           :   rotate 4s linear infinite;
}

.user_ui-tabs-panel::after {
    content                     :   '';
    position                    :   absolute;
    z-index                     :   -1;
    left                        :   6px;
    top                         :   6px;
    width                       :   calc(100% - 12px);
    height                      :   calc(100% - 12px);
    background                  :   white;
    border-radius               :   15px;
}   


.friend_option{
    background                  :   #fff;
    border-radius               :   15px;
    padding                     :   8px;
    color                       :   #1877f2;
    margin                      :   10px 0;
    font-size                   :   18px;
}

.friend_option:hover{
    background                  :   #1877f2;  
    color                       :   #fff!important;
}

.friend_option a:hover{ 
    color                       :   #fff!important;
}

.main-div{
    background                  :   #e3e3e3!important;
}

.friend_next_btn{
    border                      :   none;
    background                  :   #1877f2;
    margin                      :   10px auto;
    padding                     :   8px;
    width                       :   40%;
    border-radius               :   10px;
    font-size                   :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
    color                       :   #fff;
    display                     :   none;
}

.hlist li{
    overflow                    :   auto;
    max-height                  :   150px;
}

li[contenteditable=true] {
    box-shadow                  :   inset 0px 1px 4px #666;
    border-radius               :   20px;
    padding                     :   10px;
}
.lieditable {
    box-shadow                  :   inset 0px 1px 4px #666;
    border-radius               :   20px;
    padding                     :   10px;
}
.lang-box{
    background: #1877f2;
color: #fff;
padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
padding-right: 10px;
padding-left: 10px;
border: 2px solid white;
border-radius: 5px;
font-size: 18px;
}
.lang-box-new a{
    background: #ff6850;
    border: 2px solid white;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    display: block;
}
.lang-box-new a:hover{
    text-decoration: none;
}
.view_ui-tabs-panel{
    margin                      :   10px auto;
    font-size                   :   18px;
    background                  :   #fff;
    padding                     :   20px 10px 10px 10px;
    border-radius               :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
    width                       :   300px;
    height                      :   300px;
    position                    :   relative;
}

.create_new_quiz{
    border                      :   none;
    background                  :   #1877f2;
    margin                      :   10px 0 20px 0;
    padding                     :   8px;
    width                       :   60%;
    border-radius               :   10px;
    font-size                   :   20px;
    box-shadow                  :   0px 5px #dfe1e4;
    color                       :   #fff;
    transition                  :   0.2s;
}

.create_new_quiz:active{
    transform                   :   scale(0.95);
}

@keyframes glowing {
    0% { 
        box-shadow              :   0 0 -10px #ffff00; 
    }
    20% {
        box-shadow              :   0 0 10px #ff0000; 
    }
    40% { 
        box-shadow              :   0 0 20px #0000ff;
    }
    60% { 
        box-shadow              :   0 0 20px #fb0094; 
    }
    80% { 
        box-shadow              :   0 0 10px #fb7100; 
    }
    100% { 
        box-shadow              :   0 0 -10px #ffff00; 
    }
}

.create_new_quiz {
  animation                     :   glowing 5000ms linear infinite;
}


@media(max-width:480px){
    .name_div input{
        width                   :   100%;
    }
    .continue_btn{
        width                   :   95%;
    }
    .next_btn{
        width                   :   80%;
    }
    .link{
        width                   :   100%;
    }
    .copy_btn{
        width                   :   100%;
    }
    .scoreboard_btn{
        width                   :   100%;
    }
    .delete_btn {
        width                   :   100%;
    }
    .friend_next_btn{
        width                   :   80%;
    }
    .create_new_quiz{
        width                   :   95%; 
    }
}

button.create_new_quiz{
    display: flex;
    align-items: center;
    justify-content: center;
}
button.create_new_quiz i{
    padding-left: 10px;
}

.bottom_dfp_ad {   
    padding-bottom: 75px;
}
.top_ad {  
    padding-bottom: 0px;
    margin-bottom: 40px;
}
.user_scoreboard .top_ad{
margin-bottom:40px

}
.result .top_ad{
margin-bottom:15px;
}
/* .share_quiz .top_ad{
padding-bottom:10px!important
} */
.bottom_dfp_ad div div,.top_ad div div{
    margin:auto;
}
.ad_box div {
    margin: auto;
}
/*.custom_ad{
    margin-top: 45px;
}
.page-wrap-div{
    margin-top: 80px;
}*/


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
  }
  #loadingDiv, .defaultHide{
    display:none;
}

#loadingDiv{
    justify-content: center;
    align-items: center;
}
.next_btn { margin: 10px auto 20px auto;}
.hlist textarea{ 
    width: 100%;
background: none;
border: none;
text-align: center;
resize: none;
}

.pages{
    display: flex;
min-height: 80vh;
flex-direction: column;
margin: 0 10px;
}

.view li{
    overflow: auto;
    max-height: 100px;
    word-break: break-word;
}

.view::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.view::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
}

/* Handle */
.view::-webkit-scrollbar-thumb {
    background: rgb(7, 7, 7); 
    border-radius: 10px;
}

/* Handle on hover */
.view::-webkit-scrollbar-thumb:hover {
    background: #009eb3; 
}

textarea::-webkit-scrollbar {
    width: 5px;
}

/* Track */
textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
}

/* Handle */
textarea::-webkit-scrollbar-thumb {
    background: rgb(7, 7, 7); 
    border-radius: 10px;
}

/* Handle on hover */
textarea::-webkit-scrollbar-thumb:hover {
    background: #009eb3; 
}

#myP a{
    color:#000!important;
}
.instruction_div[dir=rtl]{
    text-align: right ;
}

.instruction_div[dir=rtl] ul{
    margin-right: -18px;
    text-align: right;
    margin-left: 0;
}
.instruction_div[dir=rtl] .instruction_text {
    margin-right: 43px;
    margin-left: 0;
}
.instruction_div[dir=rtl] li{
    margin-right: -1em;
    margin-left: 0;
}

.input-group-append {
    display: grid;
    width: 70%;
    margin: 10px auto !important;
    grid-template-columns: 8% 92%;
    grid-template-rows: auto auto;
}

#modalLoginForm .modal-header{
    background:#1877f2;
    color: #fff;
}

#modalLoginForm .close{
    color: #fff;
    opacity: 1;
    margin-top: -25px;
}

.md-form i {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 18px;
    opacity: 0.7;
}

.md-form input{
    padding: 20px 35px;
}
 
.login_btn{
    width: 100%;
    background:#1877f2;
    color: #fff!important;
    border: none;
}

.login_btn:hover, .login_btn:active, .login_btn:focus{
    border: none;
    background: #1877f2;
    width: 100%;
    color: #fff;
    outline:none;
}

.input-group-append {
    position: relative;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.login_div {
    margin-top: 15px;
    width:60%;
    margin:100px auto;
}

.login_heading{
    text-align:center;
    font-size:20px;
}

.login_div .input-group-append {
    position: relative;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.login_div .input-group-append i {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 18px;
    opacity: 0.7;
}

.button_login{
    border: none;
    background:#FF6850;
    margin-top: 10px;
    padding: 8px;
    width: 60%;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
}

.button_login:hover, .button_login:active, .button_login:focus{
    border: none;
    background: #1877f2;
    margin-top: 10px;
    padding: 8px;
    width: 60%;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    outline:none;
}

.login_div .input-group-append input {
    padding: 20px 35px;
}

.login_div .errorMsg, .errorMsg {
    color: #ff6850;
}
.user_friend_side .error{
    font-size:16px;
}
@media(max-width:767px){
    .login_div {
        width:100%;
        padding: 20px;
    }
    .main_container{
        width:100%;
    }
}

.middle_conatainer[dir="rtl"] .modal-body input{
	text-align:right;
}
.middle_conatainer[dir="rtl"] .modal-body .md-form i{
	right: 10px;
    left: auto;
}

.login_page[dir="rtl"] .input-group-append i{
    right: 12px;
    left:auto;
}
.share_div[dir="rtl"] th:last-child{
    border-radius: 20px 0px 0 0px;
}
.share_div[dir="rtl"] th:first-child{
    border-radius: 0px 20px 0 0;
}
.user_hlist_options{
    min-height: 42px;
}
.middle_conatainer > h3{
    font-weight: 700;
    font-size:26px;
}
.congrats p{
    padding: 0 30px;
}
.congrats img{
    height: auto;
}
.instruction_div h1{
    font-size:28px;
}

.bottom_ad, .container-fluid{
    padding-right: 0;
padding-left: 0;
}
.friend_option:hover a{
    color:#fff;
}
.friend_option a{
    width: 100%;
    display: flex;
    justify-content: center;
}
.user_hlist_options input{
    font-size:18px;
}
.user_hlist_options{
    border-radius: 15px;
}
.container.main_container{
    min-height: 100vh;
    justify-content: space-between;
}
.main_container.container:before,.main_container.container:after{
    display: none;
}
/*=========================== s4u 2.2 ==================================*/
.footer-link ul{
    display: flex;
    justify-content: space-around;
}
.footer-link a{
    color: #4f4aff;
    font-weight: 600;
}
.footer_static_ad{
    display: flex;
    flex-direction: column;
}
.footer-img {
    order:2;
    margin-top: 10px;
    margin-bottom: 10px;    
}
.custom_dropdown_item{
    border: 2px solid #4f4aff91;
}
.bottom_dfp_ad{
    padding-bottom: 25px;
}
.choose_qus .top_ad {
    padding-bottom: 0px;
}
.footer-link{
    order:1;
}
.footer_static_ad > p{
    order:3;
    font-weight: 500;
}
.footer-img li{
    margin-left: 10px;
    margin-right: 10px;
}
.instruction_div li{
    background: none;
    color: #4f4aff;
    padding: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.instruction_numbering{
    background: none;
    color: #4f4aff;
}
.instruction_text{
    color: #4f4aff;
    margin-left: 30px;
}
.instruction_div{
    padding: 15px;
    padding-top: 40px;  
    position: relative;
    margin-top: 20px;
    box-shadow: 0px 2px 16px #dfe1e4;
}
.instruction_div h1{
    position: absolute;
    width: 100%;
    text-align: center;
    top: -17px;
    margin: 0;
    background: url(../../images/surpriseforu/spiral.png);
    background-size: 115px;
    background-repeat-y: no-repeat;
    background-position: 0 5px;
    width:90%;
    margin-left: 0%;
    font-weight: 700;
    font-size: 20px;
}
.instruction_div h1 span{
    background: url(../../images/surpriseforu/tape.png);
    padding: 6px 20px;
    background-size: 100%;
    color: #fff;
}
.instruction_div:before{
    content: "";
    background: url(../../images/surpriseforu/hearts.png);
    left:50%;
    bottom: -17px;
    width: 41px;
    height: 37px;
    position: absolute;
    background-size: 100%;
    transform: translate(-50%,0);
}
.region_div{
    background:none ;
    box-shadow: 0 0;
    margin-bottom:0;
    padding: 0 20px;
}
.enter_name_inputbox{
    padding: 0 20px 20px;
}
.middle_conatainer{
    padding:0px 30px;
    margin-top: 40px;
}
.region_dropdown,.name_div input{
    background: #fff;
    border: 3px solid #4f4aff;
    border-radius: 10px;
    padding: 10px;
    color: #4f4aff;
    width:100%;
}
::placeholder{
    color: #4f4aff;
}
.caret{
    float: right;
    background: #fff;
    border: 3px solid;
    width: 13px;
    height: 13px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    margin-right:5px;
    margin-top: 2px;
}
.continue_btn_div{
    padding:0 20px;
}
.continue_btn{
    margin-top:0;
}

.continue_btn,.org_btn{
    background: #ff6850;
    width: 100%;
    font-weight: 700;
    box-shadow: 2px 7px 14px #ff685099;
    border-radius: 12px;
    padding: 15px 20px;
}
a.org_btn{
    display: block;
    margin: 20px 0;
    margin-bottom: 30px;
}
a.org_btn:hover{
    color: #ffffff;
    text-decoration: none;
}
footer{
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px -7px 2px #0001;
}
footer *,.con_img h1,.share_img_sec h2{
    color:#4f4aff;
}
.footer-img img{
    width:35px;
}
.con_img{
    padding-bottom:50px;
    background: url(../../images/surpriseforu/string.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 20px;
    padding-bottom: 70px;
    margin-bottom: 42px;
    padding-top: 0;
}   
.con_img h1,.share_img_sec h2{
    font-size: 24px;
    font-weight: 700;
}
.share_div{
    background: #fff;
    padding: 40px 15px 15px;
    border: 1px solid #4f4aff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #0002;
    position: relative;
    margin-bottom: 10px;
}
.plr_0{
    padding-left:0;
    padding-right:0;
}
.org_btn i{
    float: right;
    font-size: 30px;
}
.copy_btn{
    background: #ff6850;
    background: #ff6850;
    width: 36%;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-right: 5px;
    font-weight: 700;
}
.copy_btn img{
    width:24px;
}
.d_flex{
    display: flex;
}
.share_link_div{
    padding-left:0;
    padding-right:0;
}
.link{
    text-overflow: ellipsis;
    width: 64%;
    color:#808285;
    border: 1px solid #ff6850;
    background: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -7px;
    overflow: hidden;
    display: inline-block;
}
.link span{
    max-height: 23px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    word-break: break-all;
}
.tap{
    position: absolute;
    width: 100%;
    top: -30px;
    margin: 0px;
    font-size: 28px;
    left: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%
}
.tap span{
    margin-left: auto;
    background: url(../../images/surpriseforu/tape.png) no-repeat;
    background-size: cover;
    padding: 10px 20px 20px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    width: auto;
    margin-right: auto;
}
.instruction_div .user_fri_head{
    background: none;
}
.user_fri_head span{
    position: relative;
}
.user_fri_head span:before,.user_fri_head span:after{
    left: -65px;
    content: "";
    position: absolute;
    top: 50%;
    width: 70px;
    height: 30px;
    background: url(../../images/surpriseforu/left_leave.png);
    background-size: 100%;
    transform: translate(0, -50%);
}
.user_fri_head span:after{
    background: url(../../images/surpriseforu/right_leave.png);
    background-size: 100%;
    right: -68px;
    left:auto;
}
.userfreind_input{
    padding: 0;
    box-shadow: 0 0 0;
}
.user_fri_table{
    margin-top:30px;
}
.user_fri_table .friendboard{
    border: 1px solid #4f4aff;
    border-radius: 10px;
    box-shadow: 2px 1px 4px #0002;
    position: relative;
    padding-top: 30px;  
}

#ustats{
    position: absolute;
    display: flex;
    text-align: center;
    left: 0;
    width: 100%;
    top: -25px;
}
#ustats h2,.user_ques_head span{
    font-size: 20px;
    margin: 0;
    margin-top: 0 !important;
    padding: 10px 20px;
    background: url(../../images/surpriseforu/tape.png);
    background-size: cover;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    word-break: break-word;
}
.logo a{
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}
.language-dropdown{
    top:12px;
}
.logo img{
   /* width:100%; */
}
.user_ques_head{
    margin-bottom: 20px;
}
.para{
    background: none;
    color: #363636;
    font-weight: 900;
    font-size: 16px;
}
.ui-tabs-panel::before,.user_ui-tabs-panel::before{
    display:none;
}
.list_col{
    flex-direction: column;
    background: #ffff;
    flex-direction: column;
    border: 1px solid #4f4aff;
    padding:15px;
    padding-top:70px;
    margin-bottom:0;
}
.ui-tabs-panel{
    background: none;
    padding:0;
    height:auto;
    border-radius: 0;
    box-shadow: 0 0 0 #0001;
}
.hlist li{
    width: 100%;
}
.hlist textarea{
    font-size: 20px;
    color: #4f4aff;
    font-weight: 700;
}
.question_btn button{
    width:100%;
    margin-top:25px;
    margin-bottom:0;
    font-size: 20px;
    font-weight: 700;
    background: #ff6850;
    padding: 15px 22px;
}
.question_btn button i{
    float: right;
    font-size: 28px;
}
#quesId{
    position: absolute;
    right: 10px;
    top: 70px;
    font-weight: 700;
    color: #ff6850;
    text-decoration: underline;
}
#quesId.done {
    color:#4f4aff;
}

.edit.done .delete_span,.edit .edit_span{
    display: block;
}
.edit .delete_span,.edit.done .edit_span{
    display: none;
}
.ques_no_list span{
    position: relative;
    left:0;
    padding: 2px 0;
    top:0;
    background: #80808061;
    width: 24px;
    display: block;
    height: 24px;
}
.ques_no_list{
    list-style: none;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    position: relative;
    padding-top: 10px;
}
.ques_no_list li a{
    position: relative;
    display:block;
}
.ques_no_list li a:before{
    content: " ";
    position: absolute;
    width:98%;
    height: 2px;
    background: #80808061;
    top: 50%;
    right: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
}
.ques_no_list li.h-custom-tab-active a span,.ques_no_list li.h-custom-tab-active a::before{
    background: #1877f2;
    opacity: 1;
}
/*.ques_no_list li.h-custom-tab-active:last-child a span{
    background: #ff6850;
}*/
.ui-tabs-panel::after{
    display: none;
}
.hlist.list_col.disable{
    border: 1px solid gray;
}
.hlist.list_col.disable *{
    filter: grayscale(100%);
}
.snapchat-btn,.facebook-btn,.messenger-btn,.twitter-btn,.Line-btn,.instagram-btn,.kakao-btn,.vk-btn,.whatsapp-btn,.tg-btn,.tiktok-btn{
    background: none;
    border: 1px solid #4f4aff;
    color:#58595b !important;
    font-weight: 700;
}
.twitter-btn {
    background                  :   #ffffff;
    padding                     :   10px;
    border-radius               :   10px;
    color                       :   #000000;
    font-size                   :   16px;
    width                       :   49%;
    margin                      :   5px 0;
    display                     :   inline-block;
}
.share-btn img {
    width: 24px;
    float: left;
}
.snapchat-btn,.facebook-btn,.messenger-btn,.twitter-btn,.Line-btn,.instagram-btn,.kakao-btn,.vk-btn,.tg-btn,.tiktok-btn{
    width:47%;
    padding:8px 5px;
    margin: 8px 0 0;
}
.facebook-btn,.snapchat-btn,.instagram-btn,.kakao-btn,.tg-btn{
    float:left;
}
.Line-btn,.messenger-btn,.twitter-btn,.vk-btn,.tiktok-btn{
    float: right;
}
.share-btn-area{
    display: flow-root;
}
.share-btn >a{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 5px;
    margin-bottom: 0px;
}
.share-btn{
    display: flex;
    flex-direction: column;
}
.delete_btn{
    background: none;
    border: 1px solid #4f4aff;
    color: #4f4aff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px;
    width:100%;
}
.or_text{
    margin-top:25px;
    margin-bottom:0;
}
.mb_60{
    margin-bottom: 60px;
}
.link-copied{
    margin-top:5px;
    color:#ff6850;
    font-weight: 700;
}
.table-responsive > .table > thead > tr > th{
    background: none;
    color: #808285;
    font-weight: 500;
    border: 1px solid #80828562;
    border-top: 1px solid #fff;
    
}
.other-user-stats{
    margin-left:-25px;
    margin-right:-25px;
}
.table > tbody > tr > td{
    border: 1px solid #80828562;
}
.scoreboard_table,.user_friend_side .user_ui-tabs-panel:after{
    border-radius: 0;
    background: none;
}
.table > tbody > tr > td,.table > tbody > tr > td:first-child a{
    background: none;
    text-decoration: none;
    color:#363636;
    font-weight: 900;
}
.table > tbody > tr > td a{
    color:#4f4aff;
    text-decoration: underline;
    border:0;
    background: none;
}
.friendboard{
    margin-bottom: 0;
    padding-bottom:0;
}
.table-striped > tbody > tr:nth-of-type(odd),.table-striped > tbody > tr:nth-of-type(even){
    background: none;
}
.delete_sec{
    color: #ff6850;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 0;
}
.delete_sec img{
    width: 23px;
    margin-right: 10px;
}
.view_ui-tabs-panel{
    background: none;
    height: auto;
    box-shadow: 0 0 0;
    width: auto;
    padding:0;
}
.view_ui-tabs-panel .question_number{
    background: none;
    color: #c2c5c8;
    font-weight: 700;
    font-size: 24px;
    left: 0;
    width: auto;
    top: 0;
}
.view_ui-tabs-panel .view{
    background: none;
    text-align: left;
    padding:0;
    padding-left:40px;
}
.view_ui-tabs-panel .view .view_answer{
    padding: 0;
    margin-top: 0;
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 20px;
    color: #4f4aff;
    background: none;
}
.view_ui-tabs-panel .view a{
    color:#808285;
    font-weight: 600;
    font-size: 20px;
}
.view_result_head .friend_name span{
    color: #4f4aff;
    padding-bottom: 14px;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: center;
    word-break: break-all;
}
.view_result_head .friend_name{
    margin-bottom:40px;
}
.view_result_head .friend_name span:before{
    content: "";
    width: 100%;
    height:12px;
    background: url(../../images/surpriseforu/spiral_line.png);
    position: absolute;
    bottom:0;
}
.view_result_box,.user_hlist{
    background: #ffff;
    flex-direction: column;
    border: 1px solid #4f4aff;
    padding: 15px;
    border-radius: 20px;    
    margin-bottom: 30px;
}
.blub_sec{
    display: block;
    text-align: center;
}
.blub_sec img{
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}
.menubar .collapse-icon{
    z-index: 999;
}
#menu{
    background: #0009;
    position: relative;
    z-index: 99;
    top: 0;
    width:100%;
    bottom: 0;
}
.bottom_ad.custom_ad{
    padding-bottom:0px;
}
ul.social_icons{
    margin-bottom: 0;
}
.main_menu{
    background: #fff;
    max-width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 0;
    box-shadow: 2px 4px 8px #0000003b;
}
.main_menu ul a{
    color:#4f4aff;
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
}
.main_menu ul{
    list-style: none;
    padding-left: 0;
}
.social_icons{
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    padding-right: 20px;
}
.main_menu ul.social_icons{
    padding-left: 20px;
}
.social_icons:before{
    content:"";
    position: absolute;
    background: url(../../images/surpriseforu/spiral_line_blue.png);
    width:100%;
    left:0;
    top:2px;
    height: 18px;
    background-size: 100%;
    background-repeat:no-repeat;background-repeat:repeat-x;
}
.social_icons img{
    width:30px;
}
.menubar ul.social_icons li a{
    padding:0;
    margin-left:5px;
    margin-right:5px;
}
.user_friend_side{
    padding-left:0;
    padding-right:0;
}
.user_friend_side .user_ui-tabs-panel{
    box-shadow: 0 0 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
}
#continue_btn.user_friend_next_btn{
    display: block !important;
    width: 100%;
    margin-top:0;
    background: #ff6850;
    font-weight: 600;
    max-width: 300px;
}
#continue_btn.user_friend_next_btn i,.continue_btn i {
    float: right;
    font-size: 28px;
}
.user_friend_side textarea{
    border:0;
    text-align: center;
    padding: 17px 10px 28px;
    color:#c2c5c8;  
}
.user_friend_side textarea::placeholder{
    color:#c2c5c8; 
}
.user_friend_side #myP a{
    font-weight: 700;
    color: #4f4aff !important;
}
.user_hlist_options{
    -moz-box-shadow:    inset 0 0 10px #0003;
   -webkit-box-shadow: inset 0 0 10px #0003;
   box-shadow:         inset 0 0 10px #0003;
   border-radius: 10px;
}
.user_friend_side .user_hlist{
    margin-bottom: 0;
}
.skip{
    font-size: 13px;
    font-weight: 700;
    color: #4f4aff;
    text-decoration: underline;
    margin-top: 15px;
}
.skip a{
    color: #4f4aff;
}
.no_background ul{
    margin-bottom:0;
    padding-top: 3px;
    overflow: hidden;
    padding-bottom: 3px;
}
.no_background{
    padding: 23px 10px 25px;
    background: url(../../images/surpriseforu/cloud.png);
    margin-bottom: 23px;
    background-size: 100%;
    background-repeat:no-repeat;background-repeat:repeat-x;
    background-position: center;
}
.ques_no_list li.h-custom-tab-active:first-child a::before{
    height:0;
}
.user_friend_side .user_ui-tabs-panel{
    margin-left: 0;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
}
.user_friend_side  .error{
    display: block;
    position: absolute;
    width: 88%;
    bottom: 68px;
}
.top_div.con_img{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.top_div.con_img h2,.user_friend_result_page .congrats{
    color: #4f4aff;
    font-size: 20px;
    font-weight: 700;
    word-break: break-word;
}
.user_friend_result_page .congrats p{
    font-size:20px;
    position: relative;
}
.user_friend_result_page .congrats{
    width:100%;
    height:auto;
}
.user_friend_result_page .continue_btn_div{
    margin-bottom: 45px;
}
.continue_btn_div .btn{
   white-space:normal;
}
.continue_btn_div a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.continue_btn_div a i{
    padding-left: 20px;
}
.mt_20{
    margin-top:20px;
}
.result_page .table > tbody > tr > td,.result_page .table > thead > tr > th,.user_fri_table .table > tbody > tr > td,.user_fri_table .table > thead > tr > th{
    border:0;
}
.result_page h3{
    font-size: 20px;
    color: #808285;
    opacity: 0.8;
}
.result_page  .table-responsive > .table > thead > tr > th{
    color: #ff6850;
    border-bottom:2px soild #ff6850;
    text-decoration: underline;
}
.buttonNonClicable{
    pointer-events: none;
}
.user_fri_table .other-user-stats{
    margin-left:0;
    margin-right:0;
}

.user_friend_input .error{
    margin-bottom: 14px;
    /*font-weight: 600;*/
}
.user_hlist .skip a:hover {
    text-decoration: none;
    color: #4f4affbd;
}
.user_friend_side textarea{
    color: #363636;
    font-weight: 600;
}
.view_ui-tabs-panel .view .view_answer span{
    color: #808285;
    font-weight: 400;
    margin-right: 10px;
}
.vk-btn,.kakao-btn{
    margin-bottom: 0;
}
/*  #nonAttemptUserStatsDiv{
    margin-top:-20px;
}*/
.lang-box {
    background: #ff6850;
}
.view_ui-tabs-panel .view .view_answer{
    border-radius: 0;
    max-height:100%;
}
.bottom_dfp_ad{
    margin-bottom: 0px;
    margin-left: -20px;
}
.user_friend_side h2{
    word-break: break-word;
}

.share_div .table-responsive > .table,.share_div .table-responsive > .table thead, .result_page .table-responsive > .table,.result_page .table-responsive > .table thead,.result_page .table-responsive > .table tbody,.user_fri_table .table-responsive > .table thead,.user_fri_table .table-responsive > .table tbody{
    /* display: flex; */
    width: 100%;
    flex-direction: column;
}
.share_div .table-striped > tbody > tr,.share_div .table-striped > thead > tr,.result_page .table-striped > tbody > tr,.result_page .table-striped > thead > tr,.user_fri_table .table-striped > tbody > tr,.user_fri_table .table-striped > thead > tr{
    display: flex;
    width: 100%;
}
.share_div .table-striped > tbody > tr td,.share_div .table-striped > thead > tr th,.result_page .table-striped > tbody > tr td,.result_page .table-striped > thead > tr th,.user_fri_table .table-striped > tbody > tr td,.user_fri_table .table-striped > thead > tr th{
    width:50%;
    text-align: center;
    word-break: break-all;
    white-space: normal;
}
.share_div .table-striped > tbody > tr td,.share_div .table-striped > thead > tr th{
    width:33.33%;
}
.share_div.result_page .table-striped > tbody > tr td,.share_div.result_page .table-striped > thead > tr th{
    width:50%;
}
.user_friend_head_user{
    word-break: break-word;
}
.top_heading > h1{
    padding-bottom: 20px;
    padding-top: 0px;
    margin: 0;
    font-size:24px;
}
.instruction_div[dir=rtl] h1 span,.instruction_div h1 span{
    position: relative;
    z-index: 9;
    background-size: cover;
}
.instruction_div[dir=rtl]   h1{
    display: flex;
    justify-content: center;
}
.page-wrap-div[dir=rtl] #questionNoList{
    padding-right:0;
}
.share_div[dir=rtl] .link{
    margin-left: -12px;
    margin-right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.copy_btn{
    font-size:11px;
}
.copy_btn img{
    width:20px;
}
.page-wrap-div[dir=rtl] .ques_no_list span{
    width: 23px;
    height: 23px;
    font-size: 14px;
}
.collapse-icon[aria-expanded="true"] div:first-child{
    width: 33px;
    transform: rotate(38deg);
    margin-top: 15px;
}
.collapse-icon[aria-expanded="true"] div:last-child{
    width: 32px;
    transform: rotate(-46deg );
    margin-top: -10px;
}
.collapse-icon[aria-expanded="true"] .bar2{
    display: none;
}
.share-btn a{
    overflow: hidden;
}all_ads middle_ad
[dir=rtl] .scoreboard_div th:first-child,[dir=rtl]  .scoreboard_div th:last-child{
    border-radius: 0 0 0 0;
}
[dir=rtl]  .instagram-btn{
    flex-direction: row-reverse;
    overflow: hidden;
    padding-left: 33px;
    text-align: center;
    position: relative;
}
[dir=rtl]  .instagram-btn img{
    position: absolute;
    margin-left: -25px;
    padding: 11px;
    width: 40px;
    background: #fff;
    top: 0;
    left: 20px;
}
[dir=rtl]  .question_btn button i{
    display: none;
}
[dir=rtl] .view_ui-tabs-panel .view{
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
}
textarea{
    resize: none;
}
[dir=rtl] .view_ui-tabs-panel .question_number{
    left:auto;
    right:0;
}
.all_ads.middle_ad {
    margin-bottom: 20px;
}
.share_div.result_page{
    margin-top: 30px;
}
@media(min-width:375px){
    .copy_btn{
        font-size:14px;
    }
    .copy_btn img{
        width:24px;
    }
    .bottom_dfp_ad{
        margin-left:auto;
    }
}
.menubar ul.social_icons li a:hover,.menubar #menu ul.social_icons li a:hover{
    background: none;
}
.menubar ul.social_icons li :after{
    display: none; 
}
@media(min-width:499px){
    .con_img{
        background-size: 73%;
        padding-bottom: 85px;
    }
    .share_img_sec{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .share_img_sec .top_div{
        padding-left: 10%;
        padding-right: 10%;
    }
    .snapchat-btn, .facebook-btn, .messenger-btn, .twitter-btn, .Line-btn, .instagram-btn, .kakao-btn, .vk-btn{
        margin: 8px 0 0;
    }
    .share-btn >a{
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .top_ad{
        margin-left:-20px;
    }
    .blog .all_ads.top_ad{
        margin-left:0px;
    }
    .bottom_dfp_ad,.all_ads.bottom_ad.bottom_dfp_ad{
        margin-left:-20px;              
    }   
    .share_div .all_ads.top_ad{
        margin-left:-35px;
    }
    .buddy_home_page + .all_ads.bottom_ad.bottom_dfp_ad{
        margin-left: auto;
    }
    .blog .all_ads.bottom_ad.bottom_dfp_ad{
        margin-left: auto;
    }
    .home .all_ads.bottom_ad.bottom_dfp_ad{
        margin-left: auto;
    }
    .buddy_home_page{
        padding-top: 10px;
    }
    
    /* .all_ads.middle_ad {
        min-height: 95px;
    } */
}

@media(max-width:479px){
    /*.top_ad,.bottom_ad{
        min-height: 300px;
    }*/
    
}
/* .messenger-btn:hover,.facebook-btn:hover,.twitter-btn:hover,.snapchat-btn:hover,.instagram-btn:hover,.Line-btn:hover,.kakao-btn:hover,.vk-btn:hover,.whatsapp-btn:hover{
    color:#fff  !important;
} */
@media (min-width: 992px){
    .container {
       max-width: 970px; 
       width: 100%; 
    }
}
.content_area{
    background: #fff;
    padding: 40px 15px 15px;
    border: 1px solid #4f4aff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #0002;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}
.mx_auto{
    margin-left:auto;
    margin-right:auto;
}
.main_area .org_btn,.main_area .org_btn:hover {
    background: #ff6850;
    width: 100%;
    font-weight: 600;
    box-shadow: 2px 7px 14px #ff685099;
    border-radius: 12px;
    padding: 15px 20px;
    color:#fff;
    font-size: 24px;
}
.content_area a h1,.content_area  a:hover h1{
    color: #58595b;
    text-decoration: none;
    font-size: 24px;
}
.grid.pages{
	width: 82%;
    margin-left: auto;
}
.s4u_homepage h1{
    position: absolute;
    top: -20px;
    margin: 0;
    width: 100%;
    left: 0;
    color: #fff;
    font-weight: 700;
}
.s4u_homepage h1 span{
    background: url(../../images/surpriseforu/tape.png);
    background-position: center;
    color: #ffff;
    padding: 10px 15px 10px;
    background-size: cover;
    background-repeat:no-repeat;background-repeat:repeat-x;
    position: relative;
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.s4u_homepage{
    padding-bottom: 30px;
}
.s4u_homepage .content_area {
    box-shadow: 2px 6px 16px #4f4aff9e;
    border:0;
    margin-bottom:20px;
    background: none;
}
.s4u_homepage h1:before{
    position: absolute;
    content: "";
    width:100%;
    background: url(../../images/surpriseforu/spiral.png);
    height: 50px;
    background-size: 104px;
    top: 5px;
    left: 0;
    background-repeat:no-repeat;background-repeat:repeat-x;
}
.s4u_homepage .content_area:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    background: url(../../images/surpriseforu/hearts.png);
    background-size: 50px;
    transform: translate(-50%, 0);
    bottom: -24px;
}
.user_friend_side textarea{
    min-height:125px;
}
.logo a{
    padding:0;
    max-width:204px;
}
.choose_qus .hlist textarea{
    min-height: 117px;
}
.facebook-btn, .snapchat-btn, .instagram-btn, .kakao-btn{
    overflow: hidden;
}
.user_fri_table .all_ads.middle_ad,.user_friend_result_page + .all_ads.middle_ad{
    padding-bottom: 20px;
}
.ad_box > div{
    height: 100% !important;
}

/*======================== new home page =================*/
.quizs_sec h2 span{
    background: url(../../images/surpriseforu/tape.png);
    background-position: center;
    color: #ffff;
    padding: 25px 2px 27px;
    min-width: 266px;
    display: block;
    background-repeat: no-repeat;
    background-size: 87%;
    font-family: 'Poppins', sans-serif;
}
.quizs_head{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #215AC5;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.quizs_link_btn{
    padding: 15px 15px 0;
}
.quizs_link_btn button{
    min-width: 202px;
    min-height: 49px;
    background: #FE6850;
    color: #fff;
    border: #FE6850;
    box-shadow: 12px 12px 40px #FE685087;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}
.quizs_sec h2{
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
}
.quizs_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quizs_cont_block{
    margin-bottom: 40px;
    padding: 15px;
    box-shadow: 0px -1px 19px #0005;
    border-radius: 30px;
    width: 48%;
    position: relative;
}
.quizs_cont_block:before,.blog_cont_block:before{
    content: "";
    position: absolute;
    top: -11px;
    width: 92%;
    height: 22px;
    background: url(../../images/surpriseforu/spiral.png);
    background-repeat: repeat;
    background-size: 122px;
    left: 4%;
}
.all_quiz_sec{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
}
.all_quiz_sec button{
    background: #FE6850;
    border: #FE6850;
    min-width: 129px;
    padding: 10px;
    min-height: 42px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 9px;
    text-align: center;
    box-shadow: 5px 5px 20px #FE6850D6;
}
.blog_cont_block{
    margin-bottom: 40px;
    padding: 20px 10px;
    box-shadow: 0px -1px 19px #0005;
    border-radius: 30px;
    width: 48%;
    position: relative;
    background: #fff;
}
.blog_head_sec{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
}
.blog_head{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin:0;
}
.blog_con_sec{
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.blog_read_more_btn a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    width: 140px;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 20px;
    border-radius: 10px;
    background: #ff6850;
    color:#ffffff;
}


.scroll_up{
    position: fixed;
    width:70px;
    height:44px;
    background: #4F4AFF;
    box-shadow: 5px 5px 25px #4F4AFF7A;
    border-radius: 8px;
    font-size: 55px;
    line-height: 0;
    color: #fff;
    bottom: 75px;
    right: 10px;
    display: none;
    z-index: 99;
}
.scroll_up i{
    line-height: 40px;
}
.quizs_img{
    border-radius: 20px;
    overflow: hidden;
}
@media(max-width:500px){
    .quizs_cont_block,.blog_cont_block{
        width: 95%;
    }
    .quizs_block{
        justify-content: center;
    }
    .quizs_sec h2{
        font-size: 25px;
    }
}

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

.bd-main{
    background: #ffffff;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow:0 0 10px 5px #ccc;
    position:relative;
    margin-bottom: 30px;
}
.bd-main::before{
    content: "";
    background: url(../../images/surpriseforu/spiral.png);
    height: 38px;
    position: absolute;
    left: 0;
    background-size: 170px;
    background-repeat-y: no-repeat;
    background-position: 0px 5px;
    width: 95%;
    top: -25px;
    margin-left: 10px;
}
.bd-inner{
    padding: 40px 22px;
}
.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;
}
.bd-heading{
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.bd-share-btn img{
    width: 18px;
}
.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: #215AC5;
    font-size: 12px;
    padding-left: 10px;
}
.bd-inner .a2a_kit{
    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;
}
@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;
}
.adv-ads-txt{
    font-size: 10px!important;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'roboto',sans-serif;
    text-align: center!important;
    opacity: 0.7;
}
/*floating ad css*/
.footer_static_ad, footer {
    padding-bottom: 70px;
}
.footer_static_ad.footer_120 {
    padding-bottom: 120px;
}
.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 .adv-ads-txt{
    position: absolute;
    top: 0;
}
.static_ads.sticky_h100 {
    height: 115px;
}
@media(max-width:480px){
    .static_ads{
        width:100%;
    }
}

/* recover section styling  */
.recover-quiz{
    padding: 0 20px;
    margin-top:5px;
}
.recover-quiz-inner{
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #4F4AFF;
border-radius: 9px;
padding:30px;
text-align: center;
}
.recover-quiz-inner h3{
    color: #363636;
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    margin:0;
}
.recover-quiz-inner p{
    padding: 10px 0 18px;
}
.recover-quiz-inner p, .recover-quiz-inner span{
    color: #363636;
    font-size: 17px;
    line-height: 22px;
    font-weight:500;
}
.recover-quiz-inner span{
    display: inline-block;
}
.recover-submit-btn p{
    padding:0;
    margin:0;
} 
.recover-submit-btn a button{
    background: #FF6850;
box-shadow: 0px 3px 6px #FF6850;
border-radius: 11px;
border:none;
width:78%;
padding:5px;
color:white;
min-height: 59px;
font-size: 20px;
line-height: 24px;
font-weight: 600;

}
.sync_quiz .recover-quiz{
    padding:0 0;
    margin-top: 30px;
}

@media(max-width:480px) {
    .recover-quiz-inner{
        padding:20px;
    }
    .recover-quiz-inner h3{
        font-size: 19px;
        line-height: 22px;
    }
    .recover-quiz-inner p, .recover-quiz-inner span{
        font-size: 14px;
        line-height: 18px;
    }
    .recover-submit-btn a button{
        min-height: 52px;
        font-size: 17px;
        line-height: 22px;
        width:99%;
    }
    .recover-quiz-inner p{
    padding: 10px 0 10px;
}
.recover-submit-btn p{
    padding:0;
    margin:0;
} 

}


/***Replace buttons and icons css  ***/
.view_btn_with_txt{
    font-size: 14px;
}
#frbrd_btn_with_href{
    display: inline-block;
    margin-bottom: 40px;
}
.delete_quiz_btns{
    display: flex;
    justify-content: center;
}
.delete_quiz_popup .modal-header{
    padding: 8px;
}
.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: 20px;
}
.custom-vignate-btn{
    background: #ff6850;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
 }
 a.custom-vignate-btn{
     color: #ffffff;
 }
 a.custom-vignate-btn:hover{
     color: #ffffff;
     text-decoration: none;
 }

 .buddy_home_page{
    padding-top: 40px;
 }
@media(max-width:767px){
    .custom-vignate-btn-main{
       margin: 20px 20px;
    }
}


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


.bd-inner[dir="rtl"] .bd-heading{
    text-align: right;
}
.bd-inner[dir="rtl"] .bd-para{
    text-align: right;
}


/**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 #4F4AFF;
    animation: prixClipFix 2s linear infinite ;
  }
  .loaderquiz::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #ff6850;
  }

  @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%)}
  }

  .playnext-quiz{
    display: block;
    margin: 30px 0;
    margin-bottom: 50px;
    background: #ff6850;
    color: #ffffff;
    border: 0;
  }
  .playnext-quiz:hover{
   text-decoration: none;
   color: #ffffff;
}


/*** seo blog css***/
.seo_blog_sec{
    text-align: initial;
    padding: 10px;
    padding-top: 25px;
    .seo_quizs_block{
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
        padding-bottom: 20px;
    }
    .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;
    }
  }


  .user-quiz-title{
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #4f4aff;
    line-height: 42px;
    padding-top: 20px;
    position: relative;
}
.user-quiz-title::after{
    content: "";
    width: 150px;
    height: 2px;
    background: #ff6850;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/****snapchat-btn-full-width****/
.share-btn{
    .snap-chat-full-width{
        width: 100%;
        margin-bottom: 5px;
        display: block;
        text-align: center;
        padding: 10px;
    }
    }
    
    .enable-snapchat-d-none{
        display: none;
    }
    
    .enable-snapchat-btn-group{
        display: flex;
        justify-content: space-between;
        .more-plus-share{
            width: 47%;
            margin: 6px 0 0 5%;
            i{
                font-size: 13px;
            }
        }
    }
    .enable-snapchat-btn-twitter{
        width: 47%;
        a{
            width:100%;
            margin-left: 0;
        }
    }



    /*  */
 .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: #FF512F;
    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;
}

.view-answer-rewarded{
    background: #ff6850 !important;
    padding: 1px 4px;
    color: #ffffff !important;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none !important;
    img{
        width: 15px!important;
    }
}
.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;
        }
    }
    .scoreboardsec .table-heading span:nth-child(3) {
        width: 70px;
        margin-right: 10px;
    }
    .scoreboardsec ul li span:nth-child(3) {
        width: 70px;
        margin-right: 10px;
    }
}


/**social profing css***/
.user-quiz-played-number{
    font-size: 20px;
    padding-top: 20px;
    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;
}

.share-btn-area.enable-snapchat-d-none{
    display: none;
}

.enable-snapchat-btn-group{
    display: flex;
    .more-plus-share{
        width: 47%;
        margin: 8px 0px 0;
        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: 14px;
    background: #F1DB2F;
    border-radius: 10px;
    padding: 9px 0 !important;
    color: #58595b;
    font-weight: 700;
}

.a2any_shareplus-minus {
    padding: 8px;
    border-radius: 10px;
    color: #000000;
    width: 45%;
    margin: 5px 0 0 8.5%;
    display: inline-block;
    background: #F1DB2F;

    @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: 10px;
    color: #000000;
    width: 47%;
    margin: 8px 0 0;
    display: inline-block;
    background: #F1DB2F;
    color: #58595b;
    font-weight: 700;

    @media (max-width:767px) {
        margin: 8px 0 0;
    }
}
.share-btn-area.share-show-more-btns{
    display: none;
}
.share-btn-area{
    .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;
    }
}

.share-show-more-btns.active-block{
    display: block;
}
.share-show-more-fbbtn.display-inline{
    display: inline-block;
    width: 47%;
}
.active-inlineblock{
    display: inline-block;
}
.show-moreminus-btm-btns.active-flex{
    display: flex;
    justify-content: space-between;
}

.facebook-btn{
    padding: 8px;
    background: #ffffff;
    border-radius: 10px;
    color: #000000;
    width: 100%;
    margin: 8px 0 0;
    display: block;
    box-shadow: 0px 1px 4px #D8D2C4;
    float: none;
}
@media (max-width:767px) {
    .facebook-btn{
        margin: 8px 0 0;
    }
}

.Line-btn,.messenger-btn{
  float: none;
}

.share-btn-area {
    display: flex;
    justify-content: space-between;
}
.fbm-messengr-btn{
    width: 47%;
    .messenger-btn{
        width: 100%;
    }
}


.link {
    width: 100%;
    border-top-right-radius:10px;
    border-bottom-right-radius: 10px; 
    span{
        max-height: none;
    }
    .copy_btn{
        margin-right: 0;
    }
    @media (max-width:767px) {
        .copy_btn{
            font-size: 10px;
        }
    }
}

.bdysecret-scoreboard{
    margin-bottom: 50px;
}