.instruction_div {
     padding: 15px;
     padding-top: 40px;
     position: relative;
     margin-top: 20px;
     box-shadow: 0px 2px 16px #dfe1e4;
     text-align: left;
     background: #fff;
     border-radius: 20px;
     margin-bottom: 20px;
}
 .instruction_div:before {
     content: "";
     background: url(https://holaquiz.com/public/images/surpriseforu/hearts.png);
     left: 50%;
     bottom: -17px;
     width: 41px;
     height: 37px;
     position: absolute;
     background-size: 100%;
     transform: translate(-50%, 0);
}
 .instruction_div h1 {
     position: absolute;
     width: 100%;
     text-align: center;
     top: -17px;
     margin: 0;
     background: url(https://holaquiz.com/public/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(https://holaquiz.com/public/images/surpriseforu/tape.png);
     padding: 6px 20px;
     background-size: 100%;
     color: #fff;
}
 .innerlang {
     display: none;
}
 .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(https://holaquiz.com/public/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;
}
 .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: 50px;
}
 .share_link_div {
     padding-left: 0;
     padding-right: 0;
}
 .share_link_div {
     background: #fff;
     border-radius: 20px;
     padding: 10px;
}
 .bar1:after {
     content: " ";
     background-color: white;
     width: 28px;
     height: 2px;
     display: block;
}
 .bar2:after {
     content: "";
     background-color: white;
     width: 19px;
     height: 2px;
     display: block;
     top: 5px;
     position: relative;
}
 .bar3:after {
     content: " ";
     background-color: white;
     width: 28px;
     height: 2px;
     display: block;
     top: 10px;
     position: relative;
}
 .bar1hover:after {
     content: " ";
     background-color: white;
     width: 19px;
     height: 2px;
     display: block;
     transform: rotate(310deg);
     transition-timing-function: linear;
}
 .bar2hover:after {
     content: "";
     background-color: white;
     width: 19px;
     height: 2px;
     display: block;
     position: relative;
     transform: rotate(45deg);
     transition-timing-function: linear;
}
 .bar3hover {
     display: none;
}
 .mobilemenucontainer {
     visibility: hidden;
     opacity: 0;
     width: 0px;
     height: 0px;
     transition-property: opacity, text-shadow;
     transition-duration: .3s;
     transition-timing-function: linear;
}
 .quizbox {
     display: none;
}
 @media only screen and (max-width: 600px) {
    /* share.php */
     span.shareurl {
         height: 7rem;
         width: 90.333333%;
    }
     .block1 {
         width: 102%;
    }
    /*dashboard.php*/
     .block2 {
         width: 12%!important;
    }
     span.shareurl2 {
         height: 7rem;
         width: 85.333333%;
    }
     .quizcontainer{
         width:95%!important;
    }
     .max-w-logowidth{
         max-width: 10rem!important;
         margin-left: -20px!important;
    }
}
 input[type="radio"] {
     display: none;
}
 iframe#\:1\.container {
     display: none;
}
 body{
     top:0px!important;
}
 #goog-gt-tt{
     opacity: 0!important;
}
 .language-dropdown select {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 100%;
     opacity: 0;
     cursor: pointer;
     height: 40px;
}
 .language-dropdown{
     position: relative;
}
 .language-dropdown img {
     width: 34px;
}
/*-sharepage-*/
 .play_continue_btn_div {
     transition: all 0.3s ease-in-out 0s;
     position: relative;
     z-index:3;
}
 .play_continue_btn_div::after {
     content: '';
     width: 15px;
     height: 15px;
     border-radius: 100%;
     border: 6px solid #1374e6;
     position: absolute;
     z-index: -1;
     top: 48%;
     left: 50%;
     transform: translate(-50%, -50%);
     animation: ring 1.5s infinite;
}
 .play_continue_btn_div:hover::after, .play_continue_btn_div:focus::after {
     animation: none;
     display: none;
}
 @keyframes ring {
     0% {
         width: 15px;
         height: 15px;
         opacity: 1;
    }
     100% {
         width: 150px;
         height: 150px;
         opacity: 0;
    }
}
/*-Dashboard-*/
 .play_continue_btn_div_d {
     transition: all 0.3s ease-in-out 0s;
     position: relative;
     z-index:3;
}
 .play_continue_btn_div_d::after {
     content: '';
     width: 25px;
     height: 25px;
     border-radius: 100%;
     border: 6px solid #1374e6;
     position: absolute;
     z-index: -1;
     top: 48%;
     left: 50%;
     transform: translate(-50%, -50%);
     animation: ring2 1.5s infinite;
}
 .play_continue_btn_div_d:hover::after, .play_continue_btn_div:focus::after {
     animation: none;
     display: none;
}
 @keyframes ring2 {
     0% {
         width: 25px;
         height: 25px;
         opacity: 1;
    }
     100% {
         width: 200px;
         height: 200px;
         opacity: 0;
    }
}
 .homeform input{
     z-index:2;
}
 h3.optionscs {
     font-size: 22px;
     font-family: arial;
     margin-top: 15px;
     font-weight: bold;
}
 .play_continue_btn_div_home{
     transition: all 0.3s ease-in-out 0s;
     position: relative;
     z-index:3;
}
 .play_continue_btn_div_home::after {
     content: '';
     width: 30px;
     height: 30px;
     border-radius: 100%;
     border: 6px solid #1374e6;
     position: absolute;
     z-index: -1;
     top: 48%;
     left: 50%;
     transform: translate(-50%, -50%);
     animation: ring1 1.5s infinite;
}
 .play_continue_btn_div_home:hover::after, .play_continue_btn_div:focus::after {
     animation: none;
     display: none;
}
 @keyframes ring1 {
     0% {
         width: 30px;
         height: 30px;
         opacity: 1;
    }
     100% {
         width: 300px;
         height: 300px;
         opacity: 0;
    }
}
 .bg-quizbg {
     background-image: url('assets/images/quizbg.png');
}
 .bg-bgimg{
     background-color: #ffffff;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23f7e1e1' fill-opacity='0.3'%3E%3Cpath fill-rule='evenodd' d='M11 0l5 20H6l5-20zm42 31a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM0 72h40v4H0v-4zm0-8h31v4H0v-4zm20-16h20v4H20v-4zM0 56h40v4H0v-4zm63-25a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM53 41a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-30 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-28-8a5 5 0 0 0-10 0h10zm10 0a5 5 0 0 1-10 0h10zM56 5a5 5 0 0 0-10 0h10zm10 0a5 5 0 0 1-10 0h10zm-3 46a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM21 0l5 20H16l5-20zm43 64v-4h-4v4h-4v4h4v4h4v-4h4v-4h-4zM36 13h4v4h-4v-4zm4 4h4v4h-4v-4zm-4 4h4v4h-4v-4zm8-8h4v4h-4v-4z'/%3E%3C/g%3E%3C/svg%3E");
}
 .max-w-screen-md{
     max-width: 768px;
}
 .pagination{
     gap:15px!important;
     grid-template-columns: repeat(9, minmax(0, 05fr))!important;
}
 @media only screen and (min-width : 992px) {
     .pagination{
         gap:20px!important;
         grid-template-columns: repeat(10, minmax(0, 1fr))!important;
    }
}
/* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {
     .pagination{
         gap:40px!important;
         grid-template-columns: repeat(10, minmax(0, 1fr))!important;
    }
}
 .spacing{
     padding-left: 5px;
     padding-right: 5px;
}
 .option-container .single-option{
     width:100%!important;
     max-width:43%!important;
}
 .overlay {
     overflow-y:scroll;
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgba(0, 0, 0, 0.7);
     transition: opacity 500ms;
     visibility: hidden;
     opacity: 0;
}
 .overlay:target {
     visibility: visible;
     opacity: 1;
     z-index:10;
}
 .popup {
     margin: 70px auto;
     padding: 20px;
     background: #fff;
     border-radius: 5px;
     width: 30%;
     position: relative;
     transition: all 5s ease-in-out;
}
 .popup h2 {
     margin-top: 0;
     color: #333;
     font-family: Tahoma, Arial, sans-serif;
}
 .popup .close {
     position: absolute;
     top: 20px;
     right: 30px;
     transition: all 200ms;
     font-size: 30px;
     font-weight: bold;
     text-decoration: none;
     color: #333;
}
 .popup .close:hover {
     color: #06D85F;
}
 .popup .content {
     max-height: 30%;
     overflow: auto;
}
 @media screen and (max-width: 700px){
     .box{
         width: 70%;
    }
     .popup{
         width: 70%;
    }
}
 .popcontainer{
     margin-top:25px!important;
}
.get-quiz-otpion{
    justify-content: center;
}

.single-option:nth-child(-n + 2){
    margin-top: 0px;
}
.single-option{
        margin-top: 5px;
}

.quiz-options-single{
     margin-top: 5px;
    
}
.quiz-options-single:nth-child(-n + 2){
      margin-top: 0px;
    
}
.quizcontainer .text-white {
    color: black;
}
.quizcontainer .bg-red-400{
    color: white;
}
.single-share-button{
    display: inline-flex;
    width: 100%;
}

.mainquizcontainer{
    padding-right: 15px; 
    padding-left: 15px;
    margin-right: auto; 
    margin-left: auto;
    
}
.quizcontainer{
position: relative;
width: 100%; 
min-height: 1px; 
padding-right: 15px; 
padding-left: 15px;
}

.customquizgap{
    gap:6px;
}
.customquizgap .transition-all{
    box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #ffffff!important;
}
.quizbox{
    padding:7px;
}
.quehed{
    font-weight: bolder;
}
.boxborder{
        border: 2px solid #76f4dd;
}
.innercontainer {
    margin-left: 20px;
    margin-right: 20px;
}
