@import url("https://fonts.googleapis.com/css?family=Nunito");

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.color-aqua {
    color: aqua;
}

body {
    display: block !important;
    background: #EEEEEE;
}
.no-border-select {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    padding: 8px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.error-box-main {
      width: 100vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-content: center;
}
.error-box-main-canvas {
    text-align: center;
}
<style nonce="r4nd0mN0nc3V@lue" >

body {
    background: #EEEEEE !important;
}

.form-group {
    background: #fff !important;
    border-radius: 12px;
    border: 1px solid #ddd !important;
    padding: 16px;
    margin-top: 20px;
    position: relative;
}

    .form-group .card-type {
        position: absolute;
        top: 40px;
        right: 20px;
    }

    .form-group .icon-info {
        position: absolute;
        top: 40px;
        right: 20px;
        opacity: 0.5;
    }

.info-text {
    position: absolute;
    width: 140px;
    height: auto;
    background: #000;
    z-index: 1;
    border-radius: 12px;
    color: #fff;
    padding: 10px;
    visibility: hidden;
    right: 60px;
    bottom: 0px;
}

.form-group .icon-info:hover ~ .info-text {
    visibility: visible;
}

.info-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    margin-left: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}





.form-group .form-label {
    color: #101010;
    font-size: 12px;
    font-weight: 400;
}

.form-group input {
    width: 100%;
    background-color: #fff;
    color: #101010;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; outline: none;
    border: 0;
}
    .form-group input::placeholder {
        font-weight: 400 !important;
        font-size: 14px !important;
    }



button {
    background-color: #1D1D1B;
    border-radius: 16px;
    width: 100%;
    padding: 15px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    color: #00F659;
    font-weight: 600;
    border: none;
}

    button:disabled {
        background-color: #f5f5f5;
        color: #aaa;
        cursor: not-allowed;
        border: 1px solid #ccc;
    }


.btn-border {
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    padding: 15px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    color: #1D1D1B;
    font-weight: 600;
    border: none;
    border: 1px solid #1D1D1B;
}
.loading {
    display: none;
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba( 0,0,0,0.2);
    }

.error {
    color: red;
}

.header-bg {
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 7px;
}

.page-heading {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-family: 'Nunito',serif;
    line-height: 22px;
    color: #000;
}
.page-text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-family: 'Nunito',serif;
    color: #8B8B8B;
    margin-bottom: 15px;
    padding-top: 15px;
}

.custom-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

.custom-loader-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

.custom-loader-canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .custom-loader-canvas.position-up {
        margin-top: -20px;
    }

    .custom-loader-canvas img {
        width: 100px;
    }

.temp-canvas {
    max-width: 600px;
    margin: 0 auto;
}

.font-400 {
    font-weight: 400;
}

.font-700 {
    font-weight: 700;
}

.color-d5d {
    color: #5D5D5D;
}

.border-top {
    border-top: 1px solid #DDD;
}


.color-4040 {
    color: #404040
}

.qr-layout {
    background-color: #fff;
    padding: 30px;
   
}
.qr-box {
    padding: 25px;
    border-radius: 14px;
    border: 10px solid #00F659;
}
.mb-0 {
    margin-bottom: 0;
}

.icon-information {
    width: 16px;
    height: 16px;
    background: url('../images/icon-info.svg') no-repeat center center;
    display: inline-block;
    background-size: 100%;
    vertical-align: text-bottom;
    margin-right: 5px;
}
