@font-face {
    font-family: 'Rubik';
    src: url('/web2/onPremise/fonts/Rubik-Regular.woff') format('woff'), url('/web2/onPremise/fonts/Rubik-Regular.woff2') format('woff2'), url('/web2/onPremise/fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/web2/onPremise/fonts/Rubik-Medium.woff') format('woff'), url('/web2/onPremise/fonts/Rubik-Medium.woff2') format('woff2'), url('/web2/onPremise/fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html,
body {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

html {
    position: relative;
    width: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
    background: #F5F5F7;
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #202020;
    overflow: auto;
}


/* 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;
}


/* Chrome Textbox Autofill Remove */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}


/* Animation to detect autofill */

@keyframes onAutoFillStart {}

@keyframes onAutoFillCancel {}

input:-webkit-autofill {
    animation-name: onAutoFillStart;
    animation-duration: 1ms;
}


/* don't show the x for text inputs */

::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}


/* don't show the eye for password inputs */

::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
    color: #191C1F;
    line-height: 1.2;
    margin: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3,
h4 {
    font-weight: normal;
    margin: 0 0 5px 0;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

a {
    color: #005EFE;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #202020;
    transition: all 0.3s ease 0s;
}

.urlButton {
    margin-right: 10px;
}

p {
    font-size: 18px;
    margin: 0 0 10px 0;
}

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

.main {
    padding: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
}

.content-panel {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    z-index: 1;
    width: 100%;
}

.mainContent {
    position: relative;
    width: 100%;
}

.mainContentInner {
    padding: 20px 0;
}

.iFrame .mainContentInner {
    padding: 0;
}

.logoTop {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    z-index: 9;
}

.iFrame .logoTop {
    display: none;
}

.logo-container {
    display: flex;
    width: 100%;
}

.logoSinglePage {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 12px 12px;
    margin: 0 auto;
}

.logoSinglePage img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 60px;
}

.eachPageContainer {
    padding: 0 20px;
    max-width: 1300px;
    margin: 0 auto;
}

.iFrame .eachPageContainer {
    padding: 0;
}

.eachPageContainer img {
    max-height: 54vh;
}

.eachGroupContainerLessSpace {
    margin: 0 0 25px 0;
}

.button {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    background-color: #1D191F;
    color: #fff;
    margin: 0;
    border-radius: 12px;
    padding: 12px 20px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: all 0.1s ease 0s;
    letter-spacing: 0.5px;
}

.button:hover {
    transition: all 0.1s ease 0s;
    opacity: 0.9;
}

.resendOtp {
    text-align: right;
    color: #005EFE;
    margin: 8px 0;
    cursor: pointer;
}

.formContainerHeight {
    margin: 1vw 0 0 0;
}

.iFrame .formContainerHeight {
    margin: 0;
}

.formFeildsContainer {
    width: 100%;
    position: relative;
    max-width: 460px;
    text-align: left;
    margin: 0 auto;
}

.formFeildsTextContainer {
    padding: 20px 0;
    max-width: 480px;
}

.txtSmall {
    font-size: 14px;
}

.error-message {
    color: #f00;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.formFeildsContainerInner .success-msg {
    color: #05AF66;
    font-size: 15px;
}

.eachTextarea {
    border-width: 0;
    color: #202020;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    padding: 12px 12px;
    margin: 0 auto;
    resize: none;
    width: 100%;
    outline: none;
    background: none;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
}

.landingPageEachText {
    margin: 16px 0;
}

.landingPageEachText.noMargin {
    margin: 0;
}

.landingPageEachText.loginFrgtBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formInst {
    margin: -4px 0;
    font-size: 14px;
}

.captchaContainer {
    margin: 16px 0;
    background: #fff;
    padding: 2px 12px;
    border-radius: 12px;
}

.eachCaptcha {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.captchaImage {
    display: flex;
    background: #fff;
    width: 150px;
    height: 40px;
}

.refreshIcons {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    background: #005EFE;
    border-radius: 100px;
    cursor: pointer;
}

.captchaInput {
    background: #fff;
    border-width: 0;
    color: #202020;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    padding: 8px;
    resize: none;
    width: 100%;
    max-width: 150px;
    outline: none;
    border: 1px solid #d0d0d0;
}

.otpText {
    line-height: 1.4;
}

.otpText span {
    margin: 0;
    font-weight: bold;
}

.otpBox {
    margin: 20px 0;
}

.resendOTP {
    margin-top: 12px;
    font-size: 14px;
}

.resendOTP.otpActive {
    text-decoration: underline;
    cursor: pointer;
}

.mobileDeviceScreen {
    max-width: 460px;
    margin: 0 auto;
    line-height: 1.4;
}

.fill {
    fill: #fff;
    stroke: none;
}

.adeachPageContainer {
    max-width: 560px;
    margin-top: 25vh;
}

.adfont {
    font-size: 20px;
    line-height: 1.5;
}

.adcolor {
    color: #f00;
    margin-top: 10px;
}


/* -----  Check Box CSS Start  ----- */

.chkBxLbl {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.chkBxLbl input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}

.checkmark {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    transition: all 0.1s ease;
    position: relative;
}

.chkBxLbl:hover .checkmark {
    box-shadow: 0 0 2px 2px #d9d9d9;
}

input:checked~.checkmark {
    background-color: #1D191F;
    transition: all 0.1s ease;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chkBxLbl input:checked~.checkmark:after {
    display: block;
}

.chkBxLbl .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chkBxLbl .checkLabel {
    display: inline-block;
    vertical-align: middle;
    color: #6e6e6e;
    font-size: 16px;
}

.formGroup .success-msg {
    color: #05AF66;
}

.fontSml {
    color: #6e6e6e;
    font-size: 12px;
    margin: 0 0 7px 0;
}

.fontMedium {
    color: #6e6e6e;
    font-size: 14px;
    margin: 5px 0 0 0;
}

.noDisplay {
    display: none;
}

.foriFrame {
    display: none;
}

.iFrame .foriFrame {
    display: block;
}

.spinnerWholePage {
    position: absolute;
    top: 80px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    background: #ffffff url("/web2/openChat/assets/images/spinner.gif?v=@@version") center center no-repeat;
}


/* -----  QR Code css Start  ----- */

.imgQRCode {
    width: 100%;
    max-width: 256px;
}

.otpBox {
    max-width: 360px;
    display: flex;
    justify-content: space-between;
}

.otpInput {
    color: #000;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    resize: none;
    text-align: center;
    background-color: #fff;
    outline: none;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    position: relative;
}

.otpInput:focus-within {
    border-color: #1961ac;
}

.button.btnDisabled {
    pointer-events: none;
    opacity: 0.5;
}


/* -----  QR Code css End  ----- */