<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.otp {
    display: flex;
    justify-content: center;
}

.otp input[text], .otp input[number] {
    margin: 10px;
    min-height: 45px;
    height: 45px;
    border: none;
    border-radius: 5px;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

#signature {
    width: 100%;
    min-height: 196px;
    height: auto;
    border: solid 3px #198754;
    box-shadow: inset 1px 1px 1px #000;
}

#signature canvas {
    min-height: 196px;
}

#launcher-frame {
    bottom: 10px;
    left: -50px;
}

#kycOtpTimeContainer {

#kycOtpTime {
    position: relative;
    text-align: center;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}

}

#kycOtpTimeLabel {
    position: relative;
    top: -7rem;
}


/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {
    #kycOtpTimeLabel {

    }
}

/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {
    #kycOtpTimeLabel {

    }
}

/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
    #kycOtpTimeLabel {

    }
}

/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {
    #kycOtpTimeLabel {

    }
}

/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {
    #kycOtpTimeLabel {

    }
}</pre></body></html>