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

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Molle&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');

html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    background-color: #010C4A;
    background-position: top center;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    font-size: 15px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    overflow-y: visible !important;
}
.poppins {
    font-family: "poppins", sans-serif;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.logo {
    text-align: center;
}
.logo img{
    height: 70px;
    display: inline;
}
.content-container {
    text-align: center;
    margin: 20px;
    min-height: calc(100% - 150px);
}
.box-white {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 50px;
    text-align: center;
    color: #000;
    margin: 20px 0;
}
.group-num .number {
    font-size: 28px;
    color:#fff;
    font-weight: bold;
    background-color:orange;
    /* width: 70px;
    height: 70px; */
    border-radius: 25px;
    padding: 14px;
}


.container {
    width: 420px;
}
.btn-next {
    background-color: #FF9051;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    width: 300px;
    padding: 14px 0;
    border-radius: 12px;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}
.btn-next.floating {
    position: relative;
    z-index: 2;
    transform: translateY(-50px);
}
.btn-next:disabled,
.btn-next[disabled]{
    background-color: #FFD4BC;
}


.reload-btn {
    text-align: center;
    background: #eee;
    padding: 10px;
    color: rgb(61, 61, 61);
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 230px;
    display: inline-block;
    cursor: pointer;
}
#myCanvas {
    width:320px !important;
    height: 320px !important;
    left: calc(50% - 160px) !important;
    top: 190px !important;
}
p {
    padding: 8px 0;
    color: #4A4A4A;
}
.list-number {
    list-style: decimal;
    text-align: left;
    margin: 0 50px;
}
.phone {
    background-color: #000;
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding: 10px 10px;
    border-radius: 100px;
    color: #fff;
    position: relative;
}
.phone .icon {
    height: 35px;
    position: absolute;
}
.frameimg {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    background-color: #000;
}
.frameimg img{
    width: 100%;
}
.img-blur {
    filter: blur(20px);
  -webkit-filter: blur(20px);
}
.hide {
    display: none;
}
.back-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 20px;
    cursor: pointer;
    z-index: 3;
}
.refresh-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
}
.quiz-math {
    margin: 30px 0;
}
.quiz-math .flex {
    margin-bottom: 10px;
}
.quiz-math img{
    height: 50px;
}
.quiz-math input {
    border: 2px solid grey;
    height: 40px;
    border-radius: 8px;
    width: 80px;
    text-align: center;
    margin-top: 5px;
}
.border-green {
    border-color: green !important;
}
.border-red {
    border-color: red !important;
}
.puzzle-area {
    width: 320px;
    height: 320px;
}
.camera {
    display: none;
    
}
.camera-box {
    position: fixed;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
}
.camera-box iframe {
    border: 0;
    width: 100%;
    height: 90%;
    overflow: hidden;
}
#preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.footer {
    position: relative;
    width: 90%;
    padding-bottom: 15px;
    bottom: 10px;
    left: 5%;
}
.footer .foot-logo {
    height: 30px;
}
.footer .foot-ig {
    height: 20px;
}
.cam-1 {
    position: absolute;
    z-index: 10;
}


#my-qr-reader {
    padding: 20px !important;
    border: 1.5px solid #b2b2b2 !important;
    border-radius: 8px;
}

#my-qr-reader img[alt="Info icon"] {
    display: none;
}

#my-qr-reader img[alt="Camera based scan"] {
    width: 100px !important;
    height: 100px !important;
}

button {
    padding: 10px 20px;
    border: 1px solid #b2b2b2;
    outline: none;
    border-radius: 0.25em;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #008000ad;
    transition: 0.3s background-color;
}

/* button:hover {
    background-color: #008000;
} */

#html5-qrcode-anchor-scan-type-change {
    text-decoration: none !important;
    color: #1d9bf0;
}

video {
    width: 100% !important;
    border: 1px solid #b2b2b2 !important;
    border-radius: 0.25em;
}
#my-qr-reader img {
    filter: invert(1); 
}
.my-qr-reader__dashboard_section_csr {
    color: #fff;
}
#html5-qrcode-select-camera {
    height: 40px;
}