@import url('https://fonts.googleapis.com/css2?family=Poppins: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');   
   

nav1 li1 a {
    margin-left: 1.5rem;
    color: #070e20 !important;
}

body {
    font-family: "Poppins";
    background: url(../images/body_bg.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    font-size: 16px;
     position: relative;
    min-height: 100%;

     -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
          padding-bottom: 235px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
  }

nav li a {
    margin-left: 1.5rem;
    color: #070e20 !important;
}

nav li a.active {
    color: #f74f22 !important;
    font-weight: 600;
    border-bottom: 3px solid;
}

nav {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

nav a.button {
    background: #f74f22;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 20px !important;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
}

nav a.button img {
    width: 12pt;
    height: 12pt;
    margin-left: 10px;
    margin-top: 3px;
}

nav .navbar-toggler {
    border: none;
}

nav .navbar-toggler:focus {
    box-shadow: none;
}

header {
    background: url(../images/head_bg.png);
    background-repeat: repeat-x;
}

.top-logo {
    float: left;
    padding: 10px;
}

.top-user-btn {
    background: url(../images/usericon.svg);
    background-repeat: no-repeat;
    float: right;
    /*background-size: 100%;*/
    border: 0px;
    color: #fff;
    margin-top: 24px;
    font-size: 18px;
        padding: 10px 15px 10px 62px;
    margin-top: 30px;
        width: 300px;
        height: 52px;
        text-align: left;
}

header .form-select {
    width: 270px;
    float: right;
    margin-top: 30px;
    margin-right: 15px;
    background: #3940ad  url(../images/down-arrows2.png); 
    background-position: right center ;
    background-repeat:no-repeat;
    background-size:35px;
    color: #cbc8c8;
    border-radius: 25px;
    border: 0px;
    height: 47px;
    padding-left: 20px;

}

.right-logo {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 100px 0px 40px;
}

.right-logo img {
    width: 100%
}

.right-btn {
    text-align: center;
    padding: 30px 0px;
    width: 100%;
}

.right-btn img {
    width: 90%;
}

.right-box {
    width: 100%;
    height: auto;
    background: #4a4ac7;
    border: 5px solid #fff;
    margin-top: 50px;
}

.top-hadding {
    text-align: center;
    width: 100%;
}

.row_one {
    background: #6c52e9;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
}

.row_two {
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    background: #583ddb;
}

.box-title {
    background-image: url(../images/kwizz.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 250px;
    margin: 0px auto;
    padding: 1px 0px 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 57px;
}

.zoomInF {
  transition: transform .2s;
  margin: 0 auto;

  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

.top-layer{
    position: absolute;
    top: 5%;
    left: 70%;
}
.top-layer2{
    position: absolute;
    top: 15%;
    left: 70%;
}

.top-layer-win{
    position: absolute;
    top: -21%;
    left: 30%;
}


.zoomOutF {
  transition: transform .2s;
  margin: 0 auto;

  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1); 
}

 .pop-outer {
                background-color: rgba(0, 0, 0, 0.5);
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 9999;
            }
.pop-inner {
                background-color: #feb501;
                width: 450px;
                height: 150px;
                padding: 25px;
                margin: 20% auto;
                text-align: center;
                border-radius: 10px;
                border-top: 5px solid #dd5d34;
    }

    .pop-inner input{
    padding: 5px 10px;
    border: 1px solid #d1ae00;
    margin-top: 10px;
    }

    .pop-inner input:focus-visible{
        outline: none;
    }

    .pop-inner .submit_btn{
    background: #3434d4;
    padding: 8px 20px;
    color: #fff;
    border: none;
    display: unset;
    margin-left: -5px;
    font-size: 14px;
    text-transform: uppercase;
    }

    .pop-inner label{
            font-weight: 500;
    color: #090977;
    }

    .pop-inner form{
            /*margin: 10px;*/
    }
    .user-name-error{

        margin: 5px;
    color: red;
    margin-right: 134px;
    }


footer {
    border-top: 5px solid #3ad51d;
    width: 100%;
    height: auto;
    padding-top: 15px;
    margin-top: 50px;
    background: #3940ad;
    margin-bottom: -25px;
    position: absolute;
    bottom: 0;
}

.footer-menu {
    width: 100%;
    height: auto;
    float: none;
    /*padding-left: 11%;*/
    padding-left: 0%;
    text-align: center;
}

.footer-menu ul {
    margin: 15px 30px 10px;
    padding: 0px;
    /*float: left;*/
}

.footer-menu ul li {
    padding: 5px 6px;
    color: #fff;
    list-style: none;
    float: none;
    display: inline;
}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.copy-right-1 {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px 0px 30px
}

.copy-right-2 {
    color: #fff;
    text-align: center;
    width: 100%;
    border-top: 3px solid #f8cf00;
    padding: 20px 0px 20px
}

.right-btn a {
    cursor: pointer;
}

.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
}

.overflow {
    height: 630px;
}


/* Scrollbar Styling */

 ::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-track {
    background-color: #4a4ac7;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f8cf00;
}

.toggleSwitch span span {
    display: none;
}

.modal-popup-1{
        position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
        display: block;
    padding-left: 0px;
}

.btn {
    background-image: url(../images/btn-bg-new.png);
    background-repeat-y: no-repeat;
    font-size: 30px;
    font-weight: 700;
    padding: 10px;
    height: 79px;
    width: auto;
    color: #fff;
    text-shadow: 2px 2px #976868;
    position: relative;
}

.btn:before{
    background-image: url(../images/btn-bg-left.png);
    background-repeat: no-repeat;
    content: '';
    position:absolute;
    top:0px;
    left:-50px;
    width: 100%;
    height: 79px;
}

.btn:after{
    background-image: url(../images/btn-bg-right.png);
    background-repeat: no-repeat;
    content: '';
    position:absolute;
    top:0px;
    left: 99%;
    width: 63px;
    height: 79px;
}

.warning-txt{

    text-align: center;
}

.btn:hover{ color:#fff; }


/*.btn.small-btn {
    font-size: 25px;
    padding: 7px 0px;
    height: 62px;
    width: 343px;
}*/

.green-name {
    width: 20%;
    height: 70px;
    background-image: url(../images/green-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #7c430c;
    font-size: 20px;
    font-weight: 600;
    float: left;
    text-align: center;
    padding-top: 18px;
}

.green-content {
    font-size: 22px;
    font-weight: 500;
    background: #4940d7;
   /* border: 2px solid #2e288b;*/
    color: #ffffff;
    float: left;
    width: 100%;
    display: block;
    height: auto;
    align-items: center;
    padding: 8px 15px;
    text-align: center;
    text-shadow: 1px 0px #000000;
}

.setting-panel{ padding-top: 50px; }

.question_bg {
    background: url(../images/que-bar.png) no-repeat;
    background-size: auto 100%;
    margin-bottom: 30px;
    margin-top: -18px;
    text-align: center;
    padding: 15px 0px;
    background-repeat: round;
    /* max-height: 140px; */
    min-height: 75px;
}


@media only screen {
    .toggleSwitch {
        display: inline-block;
        height: 18px;
        position: relative;
        overflow: visible;
        padding: 0;
        margin-left: 20px;
        cursor: pointer;
        width: 40px
    }
    .toggleSwitch * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .toggleSwitch label,
    .toggleSwitch>span {
        line-height: 20px;
        height: 20px;
        vertical-align: middle;
    }
    .toggleSwitch input:focus~a,
    .toggleSwitch input:focus+label {
        outline: none;
    }
    .toggleSwitch label {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%;
    }
    .toggleSwitch input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }
    .toggleSwitch>span {
        position: absolute;
        left: -50px;
        width: 100%;
        margin: 0;
        padding-right: 50px;
        text-align: left;
        white-space: nowrap;
    }
    .toggleSwitch>span span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        width: 50%;
        margin-left: 80px;
        text-align: left;
        font-size: 0.9em;
        width: 100%;
        left: -18%;
        top: 2px;
        opacity: 0;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }
    .toggleSwitch a {
        position: absolute;
        right: 50%;
        z-index: 4;
        display: block;
        height: 100%;
        padding: 0;
        left: 2px;
        width: 18px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        background: url(../images/orenge-btn.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .toggleSwitch>span span:first-of-type {
        color: #fff;
        opacity: 1;
        left: 45%;
    }
    .toggleSwitch>span:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50px;
        top: -2px;
        background-color: #5041d2;
        border: 2px solid #5041d2;
        border-radius: 30px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 120px;
    }
    .toggleSwitch input:checked~a {
        left: 100%;
        margin-left: 32px;
        background: url(../images/orenge-btn.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .toggleSwitch input:checked~span:before {
        border-color: #5041d2;
        background: #7f74ff;
    }
    .toggleSwitch input:checked~span span:first-of-type {
        opacity: 0;
    }
    .toggleSwitch input:checked~span span:last-of-type {
        opacity: 1;
        color: #fff;
    }
    .toggleSwitch.xlarge {
        width: 80px;
        height: 36px;
    }
    .toggleSwitch.xlarge a {
        width: 60px;
        height: 60px;
        margin-top: -11px;
        margin-left: -5px;
    }
    .toggleSwitch.xlarge>span {
        height: 45px;
        line-height: 37px;
    }
    .toggleSwitch.xlarge input:checked~a {
        left: 32px;
    }
    .toggleSwitch.xlarge>span span {
        font-size: 18px;
    }
    .toggleSwitch.xlarge>span span:first-of-type {
        left: 50%;
    }
}

.modal-popup-1 h5 {
    width: 100%;
    text-align: center;
}

.modal-title img {
    width: 300px;
    margin-top: -60px;
}

.modal-popup-1 .modal-content {
    margin-top: 140px;
    border-radius: 50px;
    color: #fff;
    width: 550px;
    border-bottom: 10px solid #8360f8;
}

.modal-content-2 {
    width: 100%;
    border-radius: 25px;
    color: #fff;
    background: #715df6;
    -webkit-box-shadow: inset -23px 40px 53px -34px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset -23px 40px 53px -34px rgba(0, 0, 0, 0.35);
    box-shadow: inset -23px 40px 53px -34px rgba(0, 0, 0, 0.35);
}

.modal-content-3 {
    padding: 18px;
    border-radius: 41px;
    background: #fff url(../images/bg3.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.modal-popup-1 .btn-close {
    background: url(../images/close.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100%!important;
    position: absolute;
    right: -6px;
    top: -9px;
    opacity: 1;
}

.modal-popup-1 .modal-header {
    border-bottom: 0px;
}

.switch-box-main {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 45px;
}

.switch-box-main .switch-box1 {
    width: 36%;
    height: auto;
    float: left;
    font-size: 24px;
    font-weight: 600;
    display: flex;
}

.switch-box-main .switch-box {
    width: 34%;
    height: auto;
    float: right;
}

.switch-box1 img {
    width: 45px;
    height: 40px;
    margin-left: 20px;
}

.switch-box-main-btn {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    text-align: center;
}

.switch-box-main-btn img {
    width: 100%;
    height: auto;
}

/* .modal-popup-1 .modal-dialog {
    max-width: 401px;
} */

.modal-popup-1 .modal-body {
    padding: 30px 15px 15px;
}

.setting-modal .setting-content{
    height: 400px;
    font-family: "Lato";
    padding: 0 15px;
}

.setting-modal .terms h6{
    font-size: 17px;
    font-weight: 600;
}

.setting-modal .terms h6 span{
    font-size: 20px;
    margin-right: 5px;
}

.setting-modal .terms_ul{
    background: #453db4;
    -moz-box-shadow:   inset 0px 0px 38px rgb(0 0 0 / 26%);
   -webkit-box-shadow: inset 0px 0px 38px rgb(0 0 0 / 26%);
   box-shadow:         inset 0px 0px 38px rgb(0 0 0 / 26%);
    padding: 1rem 1rem 1rem 2rem;
    list-style-type: none;
    margin-bottom: 8px;
}

.setting-modal .terms_ul li{
    position: relative;
    margin-bottom: 0.4rem;
}

.setting-modal .terms_ul li::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f8cf00;
    position: absolute;
    left: -20px;
    top: 8px;
}

.setting-modal .modal-body {
    padding: 0 0 20px;
}

.setting-modal .modal-content-2{
    background-image: linear-gradient(#715df6, #ab68fe) !important;
    webkit-box-shadow: inset 0px 0px 40px rgb(83 31 177 / 67%);
    -moz-box-shadow: inset 0px 0px 40px rgb(83 31 177 / 67%);
    box-shadow: inset 0px 0px 40px rgb(83 31 177 / 67%);
}

.setting-modal .setting-content.scrollbar::-webkit-scrollbar-track {
    background: #453db4;
}

.setting-modal .setting-content.scrollbar::-webkit-scrollbar-thumb {
    background-color: #f8cf00;
}

.setting-modal .setting-content.scrollbar::-webkit-scrollbar {
    width: 8px;
}

.popup-title {
    background: url(../images/settings-button.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 13px 0px;
    width: 260px;
    margin: -54px auto 0px;
    font-weight: 600;
    font-size: 20px;
}

.score-section .row{
    padding: 50px 130px;
    font-family: "poppins" !important;
}

.score-section .score_content{
    text-align: center;
    position: relative;
}

.score-section .score_content input{
font-weight: 600;
    background: transparent;
    border: none;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    outline: none;
}

.score-section .score_content input:focus{
    border:none;
}

.score-section .score_content img{
    max-width: 100%;
}

.score-section .score_content h3{
    position: absolute;
    top: 5%;
    left: 25%;
    color: #bdd0eb;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    width: 50%;
    height: 45%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 4px #103962;
}

.score-section .score_content p{
    position: absolute;
    bottom: 14%;
    left: 25%;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    width: 50%;
    text-transform: uppercase;
}

.lang-btn .dropbtn {
    background-color: #3940ad;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: inset -23px 40px 53px -34px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset -23px 40px 53px -34px rgba(0, 0, 0, 0.35);
    box-shadow: inset -23px 40px 53px -34px rgba(0, 0, 0, 0.26);
}

.lang-btn .dropbtn img{
    width: 20px;
    margin-left:10px;
}

.lang-btn.dropdown {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 30px;
    margin-left: 12%;
}

.lang-btn .dropdown-content {
    display: none;
    position: absolute;
    right: 30px;
    background-color: #3940ac;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    border-radius: 0px px;
}

.lang-btn .dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.lang-btn .dropdown-content a:hover {background-color: #6c52e9}

.lang-btn.dropdown:hover .dropdown-content {
  display: block;
}

.set-btn{
    position: relative;
    margin-bottom: 3rem;
}

.warningTxt_div{
    position: absolute;
        width: 100%;
        margin-top:5px;
        color: #fff;
        font-size: 21px;
}

.txtIns{

    margin-bottom: 20px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 0px #000;
}

/*#warningTxt{
    background: #fff8f8;
    padding: 2px 10px;
    border-left: 5px solid #f45252;
}*/


/*-------playscreen css start------------*/

.play-screen-section{
    position: relative;
}

.click_avoider{
    position: absolute;
    background: transparent;
    height: 100%;
    width: 100%;
    top: 0;
}
.avoider-p{

	position: relative;
}

.play-screen-section .click_btn{
    display: inline-flex;
    padding: 13px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    /*border: 3px solid #5244cb;*/
    background-image: linear-gradient(#40bffe, #1f89f8);
    cursor: pointer;
    text-shadow: 1px 0px #000;
}

.play-screen-section .next_button .click_btn{
    float: right;
}

.play-screen-section .play_board{
    padding: 15px 15px 15px 15px;
    border-bottom: 3px solid #5a40ca;
    background-image: linear-gradient(#475dea, #5f58ed) !important;
    justify-content: space-between;
    position: relative;
}

.play-screen-section .play_btn{
   margin:0 2px;
   padding: 4px 15px;
    width: 210px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
   /*font-weight: 600;*/
    color: #fff;
    background: #4940d7;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
    box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
    background-image: linear-gradient(#4940d7 50%, #453db4 50%);
}

.play-screen-section .playnumb_btn{
    position: absolute;
    left: -80px;
    top: -14px;
    padding: 25px;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    background: #453db4;
    text-shadow: 2px 0px #000000;
}

.play-screen-section .playnumb_btn svg{
    position: absolute;
    top: -27px;
    left: -13px;
}

.play-screen-section .playrow-1{
    /*margin-left: 80px;*/
}

.play-screen-section .playrow-2{
    background: #453db4;
    padding: 20px 25px;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 25%);
    box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 25%);
}

.play-screen-section .playrow-2 p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.play-screen-section .playrow-2 img{
    width: 100%;
    max-height: 310px;
}

.play-screen-section .box {
    background-color: #524fd4;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 10px;
    position: relative;
    margin-left: 1rem;
    border: 4px solid #feb501;
  }

.play-screen-section .box.arrow-left:after {
    content: " ";
    position: absolute;
    left: -20px;
    top: 7px;
    border-top: 12px solid transparent;
    border-right: 20px solid #feb501;
    border-left: none;
    border-bottom: 12px solid transparent;
  }

.play-screen-section .green-content{
    display: flex;
    align-items: center;
  }

.play-screen-section .playrow-3 img{
    width: 60px;
    height: 60px;
}

.play-screen-section .playrow-3{
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-screen-section .playrow-2 .d-flex{
    justify-content: space-between;
    height: 68%;
    align-items: end;
}

.play-screen-section .inner-box{
    padding: 5px 30px;
    display: flex;
    align-items: center;
    min-height: 60px;
    background: #fff;
    color: #000;
    clip-path: polygon(3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
}

.play-screen-section .inner-box p{
    color: #000;
    margin-bottom: 0rem;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}

.play-screen-section .inner-box span {
   background: #19153c;
    color: #fff;
    text-align: center;
    min-width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    margin-top: 0px;
    border: 2px #feb501 solid;
    margin-right: 10px;
}

.play-screen-section .b_green{
    background-image: linear-gradient(#85e93e, #33d652);
    box-shadow: 0 4px 8px rgb(0 0 0 / 50%);
}

.play-screen-section .b_green h6{
    background: #4ba901;
}

.play-screen-section .b_green p{
    color: #206701;
}

.play-screen-section .colored_boxes{
    margin: 15px 0;
}

.play-screen-section .c_box{
    background-image: linear-gradient( #33b6ff, #2894fd);
    border-top: 7px solid #008feb;
    height: 70px;
    width: 10%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    justify-content: center;
    margin:0 2px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 30%);
    position: relative;
}

.play-screen-section .c_box span{
    background: #008feb;
    width: 30px;
    height: 7px;
    position: absolute;
    top: 0px;
}

.play-screen-section .c_box span::before {
    content: " ";
    position: absolute;
    left: -5px;
    top: 0px;
    border-top: 0px solid transparent;
    border-right: 5px solid #008feb;
    border-left: none;
    border-bottom: 7px solid transparent;
}

.play-screen-section .c_box span::after {
    content: " ";
    position: absolute;
    right: -5px;
    top: 0px;
    border-top: 0px solid transparent;
    border-right: none;
    border-left:  5px solid #008feb;
    border-bottom: 7px solid transparent;
}


.play-screen-section .c_box.bw{
    background-image: linear-gradient( #a4a4a4, #6f7983);
    border-top: 7px solid #6f7173
}
.play-screen-section .c_box.bw span{
    background: #6f7173;
}
.play-screen-section .c_box.bw span::before {
     border-right: 5px solid #6f7173;
}
.play-screen-section .c_box.bw span::after {
    border-left:  5px solid #6f7173;
}



.play-screen-section .c_box.sk{
    background-image: linear-gradient( #33b6ff, #2894fd);
    border-top: 7px solid #008feb;
}
.play-screen-section .c_box.sk span{
    background: #008feb;
}
.play-screen-section .c_box.sk span::before {
     border-right: 5px solid #008feb;
}
.play-screen-section .c_box.sk span::after {
    border-left:  5px solid #008feb;
}

.sk{
    background-image: linear-gradient( #33b6ff, #2894fd)!important;
}

.sk-border{
    border-color: #33b6ff!important;
}

.play-screen-section .c_box.gr{
    background-image: linear-gradient( #93ed3a, #25d256);
    border-top: 7px solid #48a500;
}
.play-screen-section .c_box.gr span{
    background: #48a500;
}
.play-screen-section .c_box.gr span::before {
    border-right: 5px solid #48a500;
}
.play-screen-section .c_box.gr span::after {
    border-left: 5px solid #48a500;
}

.gr{
    background-image: linear-gradient( #93ed3a, #25d256)!important; 
}
.gr-border{
    border-color: #93ed3a!important;
}


.play-screen-section .c_box.rd{
    background-image: linear-gradient( #f85757, #db2f2f);
    border-top: 7px solid #c73232;
}
.play-screen-section .c_box.rd span{
    background: #c73232;
}
.play-screen-section .c_box.rd span::before {
    border-right: 5px solid #c73232;
}
.play-screen-section .c_box.rd span::after {
    border-left: 5px solid #c73232;
}

.rd{
    background-image: linear-gradient( #f85757, #db2f2f)!important;
   
}

.rd-border{
    border-color: #f85757!important;
}

.play-screen-section .c_box.yl{
    background-image: linear-gradient( #ffeb01, #f59700);
    border-top: 7px solid #e19800;
}
.play-screen-section .c_box.yl span{
    background: #e19800;
}
.play-screen-section .c_box.yl span::before {
    border-right: 5px solid #e19800;
}
.play-screen-section .c_box.yl span::after {
    border-left: 5px solid #e19800;
}

.yl{
    background-image: linear-gradient( #ffeb01, #f59700)!important;
   
}

.yl-border{
    border-color: #ffeb01!important;
}

.play-screen-section .c_box.sb{
    background-image: linear-gradient( #00d8ff, #00b4fd);
    border-top: 7px solid #009bff;
}
.play-screen-section .c_box.sb span{
    background: #009bff;
}
.play-screen-section .c_box.sb span::before {
    border-right: 5px solid #009bff;
}
.play-screen-section .c_box.sb span::after {
    border-left: 5px solid #009bff;
}

.sb{
    background-image: linear-gradient( #00d8ff, #00b4fd)!important;
   
}
.sb-border{
    border-color: #00d8ff!important;
}

.play-screen-section .c_box.pk{
    background-image: linear-gradient( #fa89d6, #ec5bbc);
    border-top: 7px solid #db4ea7;
}
.play-screen-section .c_box.pk span{
    background: #db4ea7;
}
.play-screen-section .c_box.pk span::before {
    border-right: 5px solid #db4ea7;
}
.play-screen-section .c_box.pk span::after {
    border-left: 5px solid #db4ea7;
}

.pk{
    background-image: linear-gradient( #fa89d6, #ec5bbc) !important;
} 
.pk-border{
    border-color: #fa89d6!important;
}

.play-screen-section .c_box.pp{
    background-image: linear-gradient( #b677fc, #8043fc);
    border-top: 7px solid #6f2dee;
}
.play-screen-section .c_box.pp span{
    background: #6f2dee;
}
.play-screen-section .c_box.pp span::before {
    border-right: 5px solid #6f2dee;
}
.play-screen-section .c_box.pp span::after {
    border-left: 5px solid #6f2dee;
}

.pp{
    background-image: linear-gradient( #b677fc, #8043fc) !important;
}

.pp-border{
    border-color: #b677fc!important;
}

.play-screen-section .c_box.dp{
    background-image: linear-gradient( #f05780, #da2963);
    border-top: 7px solid #d92569;
}
.play-screen-section .c_box.dp span{
    background: #d92569;
}
.play-screen-section .c_box.dp span::before {
    border-right: 5px solid #d92569;
}
.play-screen-section .c_box.dp span::after {
    border-left: 5px solid #d92569;
}

.dp{
    background-image: linear-gradient( #f05780, #da2963)!important;
    
}

.dp-border{
    border-color: #f05780!important;
}

.play-screen-section .c_box.lg{
    background-image: linear-gradient( #61f2c6, #2bcfa4);
    border-top: 7px solid #17b493;
}
.play-screen-section .c_box.lg span{
    background: #17b493;
}
.play-screen-section .c_box.lg span::before {
    border-right: 5px solid #17b493;
}
.play-screen-section .c_box.lg span::after {
    border-left: 5px solid #17b493;
}

.lg{
    background-image: linear-gradient( #61f2c6, #2bcfa4)!important;
}

.lg-border{
    border-color: #61f2c6!important;
}

.play-screen-section .c_box.lp{
    background-image: linear-gradient( #be85fe, #a069fe);
    border-top: 7px solid #722fe1;
}
.play-screen-section .c_box.lp span{
    background: #722fe1;
}
.play-screen-section .c_box.lp span::before {
    border-right: 5px solid #722fe1;
}
.play-screen-section .c_box.lp span::after {
    border-left: 5px solid #722fe1;
}

.lp{
    background-image: linear-gradient( #be85fe, #a069fe)!important;
}

.lp-border{
    border-color: #be85fe!important;
}


 .img-right-box{
    margin-top: 27px; 
    position: relative;
    height: 100%;
    text-align: center;
}

 .img-right-box img{ width:100%; height:auto; border:5px solid #fff; 
    z-index: 1;
    position: relative;
}

.play-screen-section .inner-box.hover-class {    background:#3bb7fd;

    clip-path: polygon(3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%, 0% 50%); 
}

.play-screen-section .inner-box.correct-class {    background:#47db3b !important;
    clip-path: polygon(3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%, 0% 50%); 

}
 
.play-screen-section .inner-box.incorrect-class {    background:#ff0000 !important;
    clip-path: polygon(3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%, 0% 50%); 

}

.play-screen-section .inner-box.disable-class {    background:#d2c3c3 !important;
    clip-path: polygon(3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%, 0% 50%); 

}

.playrow-text{ float: left; }

.caption-text{    
    color: #fff;
    background: #5b58ec;
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
    text-shadow: 1px 0px #000;
    text-align: center;
    padding: 5px;
}

.questionTxt{color: #fbbe15; font-weight: 500;}


.img-title-block{
    color: #fff;
    text-align: center;
    padding: 10px 0px 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}


.message_box{
    background: #fff;
    padding: 20px;
    width: 50%;
    margin: auto;
    box-shadow: 0 3px 10px rgb(0 0 0 / 38%);
}

.message_box p{
    color: #070f87;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
}

.input_box{
    width: 90%;
    margin: 1rem auto;
}

.input_box form{
    font-size: 26px;
    font-weight: 600;
    background: #4940d7;
    /* border: 2px solid #2e288b; */
    color: #fdfa36;
    border-radius: 50px;
    padding: 20px 40px;
    text-align: center;
    position: relative;
    /* box-shadow: 0px 0px 10px #5c28bd inset;*/
}

.input_box input{
    background: #7860f7;
    color: #e9e9e9;
    font-size: 26px;
    font-weight: 600;
    border: none;
    /* text-align: center; */
    border-radius: 50px;
    padding: 3px 120px 3px 30px;
    margin-left: 2.5rem;
    width: 300px;
}

::placeholder {
  color: #e9e9e9;
}

.input_box .submit_btn{
    background: #2e288b;
    font-size: 15px;
    padding: 7px 20px;
    border-radius: 50px;
    position: absolute;
    right: 155px;
    top: 24px;
}

.input_box input:focus-visible{
    outline: none;
}

.quiz_result{
    text-align: center;
}

.quiz_result p{
    font-size: 48px;
    font-weight: 600;
    color: #fdfa36;
}

.quiz_result .result_icon img{
    width: 400px;
}

.quiz_result .result_logo img{
    width: 400px;
}

.quiz_result div div{
    margin: 10px 0;
}

.quiz_result .result_btns{
    display: flex;
    justify-content: space-around;
    margin: 20px 80px;
}

.result_btn{
    width: 300px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    border-radius: 50px;
    border: 3px solid #4641c9;
    background-image: linear-gradient(#85e93e, #33d652);
    box-shadow: 0 4px 8px rgb(0 0 0 / 50%);
    text-align: center;
    margin: auto;
    margin-top: 20px;
}

.result_btn.blue{
    background-image: linear-gradient( #33b6ff, #2894fd);
}

.result_btn.red{
    background-image: linear-gradient( #f85757, #db2f2f);
}

.result_btn.green{
    background-image: linear-gradient(#85e93e, #33d652);
}

.page_h{
    /*min-height: 59vh;*/
}



.popup {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.popup .input_box {
    width: 83%;
    margin: 2.5rem auto;
}

.popup .input_box form {
    border: 2px solid #967eff;
    box-shadow: 0px 0px 10px #5c28bd inset;
}

.popcard {
  background-color: white;
  margin: 10% auto;
  padding: 40px;
  width: 80%;
  text-align: center;
  font-size: 1.2rem;
  box-shadow: 0 2px 15px 0 black;
  animation: popup 0.5s;
  background: url(../images/body_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

@keyframes popup {
  from {
    opacity: 0;
  }
  to { 
    opacity: 1;
  }
}


html{
	height: 100%;
}



.showCorrect{

    margin:0 2px;
  padding: 4px 15px;
   width: 210px;
   text-align: center;
   border-radius: 50px;
   font-size: 20px;
  /*font-weight: 600;*/
   color: #fff;
   background: #4940d7;
   -webkit-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
   -moz-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
   box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);

   background-image: linear-gradient(#4940d7 50%, #47db3b 50%);
}

.showInCorrect{

     margin:0 2px;
  padding: 4px 15px;
   width: 210px;
   text-align: center;
   border-radius: 50px;
   font-size: 20px;
  /*font-weight: 600;*/
   color: #fff;
   background: #4940d7;
   -webkit-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
   -moz-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
   box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);

   background-image: linear-gradient(#4940d7 50%, #ff0000 50%);
}

.showWinPrize{

    margin:0 2px;
  padding: 4px 15px;
   width: 210px;
   text-align: center;
   border-radius: 50px;
   font-size: 20px;
  /*font-weight: 600;*/
   color: #fff;
   background: #4940d7;
   -webkit-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
   -moz-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
   box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);

   background-image: linear-gradient(#ffb100 50%, #ff9c00 50%);
}

.win-layer{

    position: absolute;
    top: 18%;
    left: 11%;
}


.terms ul{
    padding-left: 2rem;
}


.col_qno{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 10px 15px 25px;
    background: #1db5fd;
    align-items: center;
    vertical-align: middle;
    display: flex;
    border-radius: 10px;
}

.Incorrect_icon{
    background: #ff0000;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
}

.correct_icon{
    background: #36d435;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
}

.leaderb_row{padding:0 !important;}

.lrow_padding{padding: 15px 25px;}

.leader_scores .play_btn{
      padding: 4px 15px;
    width: 210px;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    background: #4940d7;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
    box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 15%);
    background-image: linear-gradient(#4940d7 50%, #453db4 50%);
}


.L-score{
        color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}




/*-------playscreen css end------------*/


@media screen and (max-width: 1399px){
    .score-section .score_content h3 {
        font-size: 36px;
    }

    .footer-menu {
        padding-left: 4%;
    }

    .top-logo img {
        width: 100%
    }
    header .form-select {
        margin-top: 24px;
    }
    .top-user-btn{
        margin-top: 18px;
    }
    .message_box{
        width: 60%;
    }
    .play-screen-section .play_btn {
        font-size: 20px;
    }   
    .play-screen-section .playrow-2 .d-flex {
        height: 46%;
    }
    .play-screen-section .box.arrow-left:after {
        top: 30%;
    }
    .input_box form {
        font-size: 20px;
    }    
}

@media screen and (max-width: 1199px){
    .score-section .score_content h3 {
        font-size: 30px;
    }
    .score-section .score_content p {
        bottom: 13%;
        font-size: 24px;
    }
    .footer-menu {
        padding-left: 0%;
    }
    .footer-menu ul {
        margin: 15px 5px 10px;
    }
    .footer-menu ul li {
        padding: 5px 12px;
    }
    .score-section .row {
        padding: 50px 100px;
    }
    header .form-select {
        /* width: 190px;
        float: right;
        margin-top: 0px;
        margin-right: 4px;
        height: 38px;
        padding-left: 20px;
        font-size: 12px; */
        width: 205px;
        font-size: 14px;
        margin-top: 18px;
    }
    .top-user-btn{
        margin-top: 12px;
    }
    .top-logo img{
        width:100%;
    }
    .quiz_result .result_btns {
        display: flex;
        justify-content: space-around;
        margin: 20px 0px;
    }
    .input_box, .message_box {
        width: 80%;
    }
    .input_box input{
        margin-left: 0;
        margin-top: 1rem;
    }
    .input_box .submit_btn {
        right: 31%;
        top: auto;
        bottom: 24px;
    }
     .play-screen-section .play_btn {
        padding: 8px 15px;
    }  
    .play-screen-section .playnumb_btn {
        padding: 22px;
    }
    .play-screen-section .playrow-2 p {
        font-size: 16px;
    }
    .play-screen-section .playrow-2 .d-flex {
        height: 64%;
    }
    .play-screen-section .inner-box h6::before {
        top: 2px;
        left: -7px;
        border-bottom: 31px solid transparent;
    }
    .play-screen-section .inner-box h6::after {
        top: 2px;
        right: -7px;
        border-bottom: 31px solid transparent;
    }
    .play-screen-section .c_box{
        font-size: 20px;
    }
    .play-screen-section .inner-box {
        padding: 5px 15px;
    }
}


@media screen and (max-width: 1167px) {
    body {
        background-size: auto 100%;
        font-size: 14px;
    }
    .row_one {
        background: #6c52e9;
        color: #fff;
        padding: 10px 25px;
        font-size: 15px;
    }
    .row_two {
        color: #fff;
        padding: 10px 25px;
        font-size: 15px;
    }
    .top-hadding img {
        width: 200px;
    }
    .overflow {
        height: 440px;
    }
    .right-btn {
        padding: 15px 0px 15px;
    }
    .footer-menu ul li {
        padding: 5px 15px;
    }
    .footer-menu ul {
        margin: 15px 30px 10px;
    }
}

@media screen and (max-width: 991px){
    .score-section .row {
        padding: 50px 0px;
    } 
    header {
        background-size: 100% 100%;
        height: 100px;
        padding: 8px 0;
    }
    .footer-menu ul li {
        float: none;
        display: inline;
        line-height: 2.5;
    }
    .footer-menu ul{
        float: none;
        text-align: center;
        margin: 15px 20px 10px;
    }
    .green-content {
        font-size: 17px;
    }
    .top-user-btn{
        padding: 10px 77px 15px;
    }
    header .form-select{
        margin-top: 2px;
        margin-right: 5px;
        height: 42px;
        margin-bottom: 10px;
    }
    .right-logo img {
        width: 70%;
    }
    .right-logo {
        padding: 40px 0px 40px;
    }
    .copy-right-2 {
    font-size: 13px;
    }
    .play-screen-section .c_box {
        font-size: 18px;
        height: 60px;
    }
    .quiz_result .result_btn {
        width: 225px;
        font-size: 18px;
    }
    .input_box .submit_btn {
        right: 25%;
    }
    .input_box form {
        padding: 20px;
        font-size: 18px; 
    }
    .quiz_result .result_icon img {
        width: 350px;
    }
    .quiz_result .result_logo img {
        width: 330px;
    }
    .quiz_result p {
        font-size: 36px;
    }
   
    .caption-text {
        font-size: 18px;
        line-height: 1.5;
    }
    .play-screen-section .playnumb_btn {
        padding: 20px;
        font-size: 35px;
        left: -70px;
    }
    .play-screen-section .play_board {
        padding: 15px 10px;
    }
    .play-screen-section .play_btn {
        font-size: 14px;
    }
    .play-screen-section .box.arrow-left:after {
        top: 35%;
    }
}

@media screen and (max-width: 767px) {
	body{padding-bottom: 250px}
    footer {
        bottom: auto;
    }
    .play-screen-section .playrow-2 img {
        width: auto;
    }
    header {
        height: 170px;
        padding: 0;
    }
    .top-user-btn {
        margin-top: 0px;
    }
    .btn{
        font-size: 22px;
        line-height: 2;
    }
    .score-section .score_content p {
        bottom: 16%;
    }
    .score-section .score_content h3 {
        left: 30%;
        width: 40%;
    }
    .play-screen-section .play_board{
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }
    .play-screen-section .play_btn {
        margin: 5px;
    }
    .score-section .score_content {
        margin-bottom: 30px;
    }
    .score-section .score_content:last-child {
        margin-bottom: 0px;
    }
    .modal-popup-1 .modal-content {
        width: 500px;
    }
    .play-screen-section .c_box{
        width: 18%;
        margin: 5px;
    }
    .play-screen-section .colored_boxes {
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }
    .input_box, .message_box {
        width: 100%;
    }
    .input_box .submit_btn {
        right: 22%;
    }
    .quiz_result .result_btns {
        flex-flow: wrap;
    }
    .play-screen-section .next_button .click_btn {
        float: inherit;
    }
}

 @media screen and (max-width: 599px) {
    .play-screen-section .inner-box {
        padding: 5px 10px;
    }
    .txtIns {
        font-size: 20px;
    }
    .caption-text, .play-screen-section .click_btn {
        font-size: 17px;
    }
    .modal-popup-1 .modal-content {
        width: auto;
    }
    .switch-box1 img {
        /* width: 45px;
        height: 40px !important; */
        margin-left: 0px;
    }
    .switch-box-main .switch-box {
        width: 53%;
    }
    .btn {
        font-size: 18px;
        line-height: 2;
        background-size: cover;
        height: 70px;
    }
    .btn:before{
        left: -46px;
        height: 68px;
        background-size: contain;
    }
    .btn:after{
        height: 68px;
    background-size: contain;
    }
    .setting-modal .setting-content {
        height: 330px;
    }
    .play-screen-section .c_box {
        width: 22%;
        margin: 5px;
    }
    .message_box {
        width: 100%;
    }
    .input_box form {
        font-size: 18px;
    }
    .play-screen-section .playrow-2 img {
        max-width: 100%;
        max-height: 100%;
    }
 }
   
 
 @media screen and (max-width: 480px) {
    .footer-menu ul li {
        display: block;
        line-height: 1.5;
    }
    .top-user-btn{
        width: 160px;
        padding: 5px 50px 15px;
    }
    header {
        height: 130px;
    }
    .row_one, .row_two {
        padding: 10px;
    }
    .input_box input {
        width: 100%;
    }
    .input_box .submit_btn {
        right: 8%;
    }
 }

/*// animations  //************************/




.pulse {
  animation: pulse 1s ease-in-out infinite;
 }

 .flash {
  animation: flash 3s ease-in-out infinite;
 }

  .shake {
  animation: shake 0.4s ease-in-out;
 }

.bounceInRight {
  animation: bounceInRight 1s ease-in-out;
 }

.bounceInLeft {
  animation: bounceInLeft 1s ease-in-out;
 }

 .bounceInDown {
  animation: bounceInDown 2s ease-in-out;
 }

  .flipInX {
  animation: flipInX 1s ease-in-out;
 }
   .flipInY {
  animation: flipInY 1s ease-in-out;
 }

   .zoomInDown {
  animation: zoomInDown 1s ease-in-out;
 }


   .zoomInUp {
  animation: zoomInUp 1s ease-in-out;
 }

    .swing {
  animation: swing 2s ease-in-out infinite;
 }

     .slideInDown {
  animation: slideInDown 1s ease-in-out ;
 }

      .zoomIn {
  animation: zoomIn 0.5s ease-in-out ;
 }

       .bounceInUp {
  animation: bounceInUp 2s ease-in-out ;
 }

        .bounce {
  animation: bounce 0.5s ease-in-out ;
 }

         .jello {
  animation: jello 0.3s ease-in-out ;
 }

 flip

          .flip {
  animation: flip 1s ease-in-out ;
 }




 
/*... circle progress bar*/

.item {
    position: relative;
    float: left;
}

.item h2 {
    text-align:center;
    position: absolute;
    line-height: 125px;
    width: 100%;
}

svg {
   -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
  transition: all 1s linear;
}


h3.question-no{
    text-align: center;
    font-weight: 600;
    background: #19153c;
    border-radius: 18px;
    display: inline-block;
    padding: 5px 16px;
    min-width: 60px;
    color: #fbbe15;
    border: 2px solid #fbbe15;
}
