@font-face { font-family: 'Poppins'; src: url("../fonts/Poppins-Bold.eot"); src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Poppins'; src: url("../fonts/Poppins-Light.eot"); src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Poppins'; src: url("../fonts/Poppins-SemiBold.eot"); src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; }

@font-face { font-family: 'Poppins'; src: url("../fonts/Poppins-Medium.eot"); src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Poppins'; src: url("../fonts/Poppins-Regular.eot"); src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }

body {
    /* background-color: #e4e4e4; */
    background-size: cover;
    font-family: "Poppins", sans-serif; color: #28384c; font-size: 14px; line-height: 1.86; font-weight: 300; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative;
    /* margin-top: 10%; */
    margin-bottom: 50px;
    /* background-image: url(./images/quizzerynewlogo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     background-attachment: fixed; */
    

}


#question {
    /* background-color: #0094da;
    color: white;
    padding: 10px; */
    text-align: center;
    overflow: hidden;
    /* background-color: #5d4af498; */
    background-color: #7d67209f;
    /* background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); */
    --tw-bg-opacity: 0.05;
    border-width: 1px;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding: 1.5rem 1rem;
    box-shadow: rgb(0 0 0 / 25%) 0px 20px 40px;
    border-radius: 0.625rem;
    transition: box-shadow 0s ease 0s;
    color: white;
}
.headh4{
    color: #7B0909;
    background: #CC5A3C;
    border-radius: 10px;
    display:inline-block;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
}

#question h4{
    /* background-color: #9feaff;
    color: #0b0e21; */
    color: #fff;
    background: #d4af37;
    border-radius: 10px;
    display:inline-block;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
}

#question p{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 50px;
    padding-right: 50px;
}

#answers ul{
    list-style-type: none;
    padding: 0;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#answers li {
    /* background-color: #fff;*/
    border: 2px solid #0094da;
    /* min-height: 70px; */
    width: 48%;
    display: flex;
    margin-bottom: 30px;
    transition: color .3s ease, border-color .3s ease, transform .3s ease;
    cursor: pointer; 
    text-align: center;
    overflow: hidden;
    width: 48%;

    /* background-color: #9FEAFE; */
    /* background-color: #5E48F9; */
    background-color: #7d6720a2;
    --tw-bg-opacity: 0.05;
    border-width: 1px;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    /* padding: 1.5rem 1rem; */
    box-shadow: rgb(0 0 0 / 25%) 0px 20px 40px;
    border-radius: 0.625rem;
    transition: box-shadow 0s ease 0s;
    color: white;
}

#answers li span {
    
    /* background-color: #213a68; */
    /* background-color: #4B3795; */
    background-color: #7d6720;
    color: #fff;
    font-size: 30px;
    flex: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s ease;
}

#answers li p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    flex: calc(100% - 75px);
    margin: auto 20px;
    transition: color .3s ease;
}

#answers li:after{
    display: block;
}

#answers li:hover {
    transform: scale(1.03);
}

#answers li.right {
    border-color: #1ea55b;
    color: #1ea55b;
}

#answers li.right span {
    background-color: #1ea55b;
}

#answers li.right p {
    color: #1ea55b;
}

#answers li.wrong {
    border-color: #dc0a0a;
    color: #dc0a0a;
}

#answers li.wrong span {
    background-color: #dc0a0a;
}

#answers li.wrong p {
    color: #dc0a0a;
}

#submit {
    text-align: center;
    /* margin: 20px 0; */
}

.fancy-btn {
    border: 2px solid #7d6720;
    border-radius: 10px;
    background-color: #d4af37;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 75px;
    margin: 0 auto;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
}

/* .fancy-btn:hover {
    background-color: #fff;
    color: #0b0e21;
} */

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.popup h1 {
    background-color: #0094da;
    color: white;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin-top: 0;
}

.popup p {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px 10% 0;
}

.popup .fancy-btn{
    margin: 20px auto;
}

footer {
    background-color: #0b0e21;
    color: white;
    letter-spacing: 1px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
}

footer p {
    margin: 0;
}

footer small {
    margin-bottom: 10px;
}

footer span {
    color: crimson;
}

@media (max-width: 768px) {
    #question p {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #answers li {
        width: 100%;
    }
    
    #submit button {
        width: 100%;
    }
}
@media (max-width: 480px) {
    
    footer {
        padding: 5px;
    }
    
    footer small {
        display: none;
    }
}
.modal-wrapper{
    max-width: 600px;
    margin: auto;
}
.bg-light{
    background-color: #152b5391 !important;
}
.head{
    background-color: #152b53;
    background-color: #152b5391;
    color: white;
    /* position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; */
    /* margin-bottom: 6%; */
}
.box-wrapper{
    max-width: 600px;
    margin: auto;
}
.mtb{
    margin-top: 30px;
}
.btn-wallet{
    /* background: #213a68; */
    background-color: #d4af37;
    color: white;
    box-shadow: rgb(0 0 0 / 25%) 0px 20px 40px;
}
.heading{
    font-size: 19px;
    text-align: center;
    margin-bottom: 11px;
}


.card-box{
    overflow: hidden;
    /* background-color: #5d4af498; */
    /* background-color: #43091399; */
    background-color: #5748187c;
     /* background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); */
    --tw-bg-opacity: 0.05;
    border-width: 1px;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding: 1.5rem 1rem;
    box-shadow: rgb(0 0 0 / 25%) 0px 20px 40px;
    border-radius: 0.625rem;
    transition: box-shadow 0s ease 0s;
    color: white;
}
.card-txt{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 1.05rem;
    line-height: 1.4125rem;
    font-weight: 500;
}

button:focus{
    outline: none !important;
}



.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }
  
  .walletAddress{
    border: 2px solid #7d6720;
    transition: color .3s ease, border-color .3s ease, transform .3s ease;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    margin: auto;
    overflow: hidden;
    /* background-color: #9FEAFE; */
    color: fff(0, 0%, 99%);
    background: #d4af37;
    --tw-bg-opacity: 0.05;
    font-weight: 600;
    border-width: 1px;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding: 10px;
     box-shadow: rgb(0 0 0 / 25%) 0px 20px 40px;
    border-radius: 0.625rem;
    transition: box-shadow 0s ease 0s;
   }

  .timer{
    /* color: #0b0e21;
    background: #9feaff; */
    color: #fff;
    background: #d4af37;
    border: 1px solid #7d6720;
    height: 45px;
    padding: 0 8px;
    border-radius: 5px;
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 153px;
}

  .time_left_txt{
    font-weight: 600;
    font-size: 17px;
    user-select: none;
    margin-right: 6px;
}

  .timer_sec{
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    width: 50px;
    color: #3c4164;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    /* background: #343a40;
    border: #343a40; 
    border: 1px solid #3c4164;*/
    user-select: none;
}


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

 
.successfull{
    background: green !important;
}
.fail{
    background: red !important;
}
.disabled{
    pointer-events: none;
}
  .icon{
    height: 26px;
    width: 26px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 24px;
}
 .icon.tick{
    color: #23903c;
    border-color: #23903c;
    background: #d4edda;
}
  .icon.cross{
    color: #a42834;
    background: #f8d7da;
    border-color: #a42834;
}
.dot.active{
  
    background-color: green;
 }
.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
  }
  .liveBox{
    /* color: #0b0e21;
    background: #9feaff; */

    color: #fff;
    background: #d4af37;
    border: 1px solid #7d6720;
    height: 45px;
    padding: 0 8px;
    border-radius: 5px;
 
   }

   .modal-content{
     
    color: white;
    background-color: #635219;

   }
   .modal-header{
       border-bottom: none;
   }
   .modal-footer{
    border-top: none;
}
.modal-body{
    display: flex;
    align-items: center;
}
.modal-body img{
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.mobile-points-section{
    display: flex;
    justify-content: space-around;
    align-items: center;    
    color: #fff;
    background: #d4af37;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 8px;
    display: none;
	margin: 0 auto;
}


.pointsmobile{
    /* color: #7B0909;
    background: #CC5A3C;
    border: 1px solid #b8daff;
    height: 45px;
    padding: 0 8px;
    border-radius: 5px;
    display: flex; */
    align-items: center;
    font-weight: bold; 
}
.desktop{
    display: flex;
}
.mobileWallet{
    display: block;
}
.img-wrapper,.mob-image{
    /* display: none; */
}
.img-wrapper{
    z-index: -111;
    height: 100vh;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}
.mob-image{
    display: block;
    opacity: 0.4;
    /* width: 100vw; */
    /* height: 59vh; */
    height: 100vh;
}

@media screen and (max-width: 600px) {
    .mobileWallet{
        display: none !important;
    }
    /* body{
        background-image: none;
    } */
    .img-wrapper{
        display: none;
        /* height: 100vh;
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center; */
    }
    /* .mob-image{
        display: block;
        width: 100%;
         height: 100vh;
    } */
    #answers li {
        margin-bottom: 20px;
    }
    #answers li:nth-child(4) {
        margin-bottom: 0;
    }
    .btn-sections{
        display: flex;
    }
    .mobile-points-section{
        display: flex;
    }
    .desktop{
        display: none !important;
    }
    .mtb{
        margin-top: 10px;
    }
    #question{
        padding: 10px 1rem;
    }
    #answers ul{
        margin-top: 12px;
    }
    .walletAddress{
        width: 100%;
        line-break: anywhere;
    }
    .wrap-details{
        flex-direction: column;
        align-items: center;
    }
    #question p{
        font-size: 13px;
        margin-top: 1rem;
    }
    .fancy-btn{
        font-size: 16px;
        padding: 10px;
    }
}


/* /dropdown */
.centering {
	display: none;
    width: 100px;
    height: auto;
    /* margin: auto; */
    background-image: linear-gradient(to right, #d4af37 0%, #7d6720 100%);
  }
  
  .custom-select {
    width: 100%;
    position: relative;
    /* margin: 20px 0; */
    background: transparent;
    line-height: unset;
    padding: 0;
    border: none;
  }
  
  .custom-select select {
    display: none;
  }
  
  .selected-item {
    background: transparent;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
  }
  
  .selected-item:after {
    font-family: FontAwesome;
    content: "▼";
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 5px;
    transition: 0.5s;
  }
  
  .arrowanim.selected-item:after {
    transform: rotate(180deg);
  }
  
  .item {
    /* background: #be0071; */
    background-image: linear-gradient(to right, #d4af37 0%, #7d6720 100%);

    padding: 5px 20px;
    color: #fff;
    border-top: 1px solid transparent;
    cursor: pointer;
  }
  
  .item:hover {
    background: #d4af37 ;
  }
  
  .all-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  
  .all-items-hide {
    display: none;
  }
  
  .sdf {
    border: 1px solid red;
  }