* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --heading-font: 25px;
    --button-bg-light: #cadffb;
}

.theme-icons {
    fill: var(--color-primary);
}

.error-bg-icon {
    fill: var(--color-bg); 
}
.check-bg-icon {
    fill: var(--color-bg); 
}
.pass-bg-icon {
    fill: var(--color-bg);  
}
.error-icons {
    fill: var(--color-error-text);
}
.doc-type-icons-bg {
    fill: var(--color-doc-type-bg);
}
.doc-type-icons-plate {
    fill:  var(--color-doc-type-plate);
}
.doc-type-icons-edge {
    fill: var(--color-doc-type-edge);
}
.doc-type-icons-text {
    fill: var(--color-doc-type-icons-text);
}
.doc-type-face {
    fill: var(--color-doc-type-face);
}
.doc-type-face-edge {
    fill: var(--color-doc-type-face-edge);
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

h1, h2, h3, h4{
    color: var(--color-text);
    text-align: var(--text-align);
    margin: 10px 0px 10px 0px;
    padding: 0px;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 18px;
    font-weight: var(--text-primary-weight);
}
h5, h6 {
    text-align: var(--text-align);
    margin: 10px 0px 10px 0px;
    padding: 0px;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 14px;
    font-weight: var(--text-secondary-weight);
}
p {
    text-align: var(--text-align);
    font-weight: var(--text-secondary-weight);
    font-size: 1rem;
    color: var(--color-text-secondary);
}

span {
    color: var(--color-text-secondary);
    text-align: var(--text-align);
    font-weight: var(--error-text-weight);
}

a {
    color: var(--color--secondary);
}
.bootbox-body p {
    color: var(--color-text-secondary) !important;
}

/* Body style */

.bootbox-body .row img {
    width: 90px;
    height: 80px;
    object-fit: contain;
}

.bootbox-body {
    color: var(--color-text);
    overflow-y: scroll; 
    max-height:400px;
}

.line-breaker {
    padding: 15px;
    position: relative;
    z-index: 1;
}

.loading-message{
    text-align: center;
    color: var(--color-text);
    font-weight: 700;
}

.custom-select {
    background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='black' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat !important;
}

#desktop-container .bar-code-innercontent h5 {
    color: var(--color-text-secondary);
}


body {
    font-family: var(--text-font-family);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    text-align: left;
    padding: 0px;
    margin: 0;
    margin-bottom: 60px;
    background-color: var(--color-bg);
}

/* herader style*/

header {
    padding: 10px 21px !important;
    background: var(--color-bg-shade);
    box-shadow:var(--box-shadow);
}

.header-inner-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skiptranslate.goog-te-gadget span {
    display: none;
}

select.goog-te-combo {
    border: 0px;
}


/* Process to kyc screen 1 */
section {
    padding-top: 30px;
    padding-right: 21px;
    padding-bottom: 21px;
    padding-left: 21px;
    text-align: var(--text-align);
}
.text-warning  {
    display: flex;
    margin-left: 0px !important;
    color: var(--color-error-text) !important;
    text-align: var(--text-align) !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
}

.text-warning span{
    padding-top: 4px;
    padding-bottom: 4px;
    color: var(--color-error-text) !important;
}

.text-warning path {
    fill: var(--color-error-icon) !important;
}

.text-center {
    text-align: center;
}

.processbutton-blue-text {
    color: white !important;
    text-decoration: none;
}

.kyc-process {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    text-align: var(--text-align);
    flex-direction: column;
}

.kyc-process > * {
  margin-bottom: 5px;
}

.button-container{
    cursor: pointer;
    margin: 20px 0;
    position: relative;
}
button {
    display: flex;
    margin: auto;
    height: 50px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    font-size: 16px;
    min-width: var(--button-size) !important;
    cursor: pointer;
    font-weight: var(--button-font-weight) !important;
    overflow: hidden;
    border-radius: var(--button-border-radius) !important;
    background: var(--color-button-bg) !important;
    border: var(--button-border) !important;
    box-shadow: var(--button-shadow) !important;
  }
  button:hover {
    background: var(--color-primary) !important;
  }
  button:active {
    background: var(--color-primary) !important;
  }
button.secondary {
      background: var(--color-button-secondary-bg) !important;
      border: var(--button-secondary-border);
      box-shadow: var(--button-secondary-shadow) !important;
    }

  .button__text,
  .button__icon {
    display: inline-flex;
    align-items: center;
    color: var(--color-button-text);
    padding: 0 10px;
    height: 100%;
    font-weight: var(--button-font-weight) !important;
    margin-left: auto;
}

.text-only{
    margin-left:0;
}

.close {
    color: #ff0000 !important;
    min-width: fit-content !important;
    font-size: 30px;
    box-shadow: 0px 0px 0px 0px #9a9a9a !important;
    border : 0px dashed #4c4c4c !important;
    background: transparent !important;
}

.button__icon {
    background: rgba(0, 0, 0, 0.08);
}
.button__icon svg{
    width: 30px;
    height: 30px;
  }
button svg path{
        fill: var(--color-bg);
}
button.secondary svg path{
    fill: var(--color--secondary);
}
button.secondary span{
    color:var(--color-button-secondary-text);
}

/* sStyling inputs */

input[type="file"] {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0;
    filter: alpha(opacity=50);  /* Opacity for IE8 and lower */
    zoom: 1;
  }

  /* check Box */

  input[type=checkbox] + label {
    display: block;
    cursor: pointer;
    padding: 0.2em;
  }
  
  input[type=checkbox] {
    display: none;
  }
  
  input[type=checkbox] + label:before {
    content: "\2714";
    border: var(--checkbox-border);
    border-radius: 0.2em;
    display: inline-block;
    width: var(--checkbox-size);
    height: var(--checkbox-size);
    padding-left: 0.1em;
    padding-bottom: 0.3em;
    margin-right: 0.4em;
    vertical-align: -15%;
    color: transparent;
    transition: .2s;
  }
  
  input[type=checkbox] + label:active:before {
    transform: scale(0);
  }
  
  input[type=checkbox]:checked + label:before {
    background-color: var(--checkbox-color);
    border-color: var(--checkbox-color);
    color: var(--checkmark-color);
  }
  
  input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
  }
  
  input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
  }

.file-uploader{
    background-color: #0366d6;
}

.kyc-process h6, .go-wallet.text-center h6 {
    font-weight: var(--text-secondary-weight);
}

.go-wallet.text-center h6 {
    color: var(--color-text-secondary)
}

.playstore-btn.text-center h3 {
    margin-bottom: 14px;
}

.playstore-btn-link img {
    width: 90%;
}

.playstore-btn-link {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
}

.go-wallet {
    margin: 40px 0;
}

/* navbar brand*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */

.img-doctype {
    width: 50%;
}

#upload-front-photo-label {
    font-weight: 800 !important;
}

.btn-primary {
    color: var(--color-bg);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}



/* langauge selector */

select#language-ddl {
    border: 0px;
    font-size: 17px;
    font-weight: var(--text-secondary-weight);
    color: var(--color-text-secondary);
}

select#language-ddl option {
    font-size: 13px;
}

div#language-container img {
    width: 25px;
    margin-right: 11px;
}

select#language-ddl {
    border: 0px;
    outline: unset;
    color: var(--color-text-secondary);
    background: var(--color-bg-shade);
}

div#language-container {
    display: flex;
}

.footercontentbox h4 {
    font-size: 25px;
    box-sizing: border-box;
    line-height: 1;
    color: #0b71f5;
    font-weight: 700 !important;
}

.footercontentbox span {
    font-size: 0.9rem;
    font-weight: 700;
    font-family: var(--text-font-family);
    line-height: 1;
    color: var(--color-text);
}

/* page Loader css */

.loader-section {
    height: 100vh;
    position: fixed;
    z-index: 99;
    background: #ffffffde;
    width: 100%;
    top: 0px;
}

.loader-inner {
    position: absolute;
    transform: translate(0px, -50%);
    top: 50%;
    margin: auto;
    text-align: center;
    width: 100%;
}

.loader-inner h6 {
    font-family: var(--text-font-family);
    padding-top: 3px;
    font-size: 17px;
    font-weight: 600;
}

.lorder-cir {
    position: relative;
}

.lorder-cir span {
    width: 55px;
    height: 55px;
    background: #0000;
    display: inline-block;
    border-radius: 42px;
    border: 6px solid var(--button-bg-light);
    border-left: 6px solid #03a9f4;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* bar code section */
section.barcode-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*padding: 24px 0;*/
}

.bar-code-innercontent h2 {
    font-family: var(--text-font-family);
    font-size: var(--heading-font);
}

.bar-code-innercontent h1 {
    font-family:var(--text-font-family);
}

.bar-code-innercontent p {
    font-family: var(--text-font-family);
    color: var(--color-text-secondary);
    font-weight: 500;
    font-size: 20px;
}

.bar-code-innercontent {
    width: 100%;
    margin: auto;
    text-align: center;
}


.barcode-container {
    text-align: center;
    padding: 30px;
}

.barcode-container img {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    width: 50%;
}

#redirect-qrcoder {
    text-align: center;
    padding: 30px;
}

#redirect-qrcoder img {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 50%;
}

/* Term & condition */

.kyc-process.text-center h3 {
    font-size: 23px;
    text-align: var(--text-align) !important;
}

.kyc-process.text-center p {
    font-size: 15px;
    margin-left: 0px !important;
    margin-bottom: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.kyc-process.text-center form label {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: var(--text-secondary-weight);
    padding-left: 5px;
    margin-bottom: 10px;
}

.kyc-process.text-center form label a {
    color: var(--color-link-text);
    font-style: italic;
    font-weight: bold;
    text-decoration-line: revert;
}

.kyc-process.text-center .form-check {
    text-align: left;
    padding: 4px 0px 3px 4px;
}

.next-btn a {
    width: 72%;

}

/* Document type */

li.active-list {
    border: 1px solid #0b71f5;
}

li.active-list .display-check {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
}

li.active-list label {
    color: #0b71f5;
}


div.documenttype li {
    position: relative;
    list-style: none;
    background-color: var(--selection-color-bg);
    padding: 12px 20px;
    margin-bottom: 18px;
    font-weight: bold;
    color: var(--color-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--selection-shadow);
    border: var(--selection-border);
    border-radius: var(--selection-border-radius);
}

div.documenttype li img.profe {
    width: 68px;
    height: 46px;
    object-fit: contain;
}

.display-check {
    display: none;
}

div.documenttype li label {
    font-size: 19px;
}

li.active-list {
    border-radius: var(--selection-border-radius-active) !important;
    border: var(--selection-border-active) !important;
    color: var(--color-text-secondary) !important;
    background-color: var(--selection-color-bg-active) !important;
}

ul.documenttype {
    padding-bottom: 2px;
}

/* Submit photo */

.submit-photo img {
    width: 112px;
    padding-bottom: 4%;
}

.processbutton-blue.next-btn.up-btn label {
    width: 72%;
}

.footer-content {
    text-align: center;
    padding-bottom: 20px;
}

/* Instruction */
ul.Instruction-list li {
    list-style: none;
    display: flex;
    align-items: center;
    font-family: var(--text-font-family);
}

ul.Instruction-list {
    text-align: left;
    padding-top: 21px;
}

ul.Instruction-list li img {
    width: 90px;
    height: 80px;
    object-fit: contain;
}

ul.Instruction-list li p {
    padding-left: 21px;
    font-size: 15px;
    width: 80%;
    color: var(--heading-color);
}

.kyc-process.Instruction {
    text-align: left;
    font-family: var(--text-font-family);
}

.kyc-process.Instruction h5 {
    font-size: 21px;
    color: var(--heading-color);

}

/* Uploaded images */

.submit-picture img {
    width: 81%;
    height: 150px;
    object-fit: contain;
}

.submit-picture {
    padding: 10px 10px;
    border: var(--submit-border);
    border-radius: var(--submit-border-radius);
}

.submit-picture h5 {
    font-size: 19px !important;
    padding-top: 10px;
}

.submit-picture p {
    font-size: 14px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*re-upload video*/

a#play_button img {
    width: 10%;
}

a#play_button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    top: 50%;
    margin: auto;
    transform: translate(0px, -50%);
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: var(--text-font-family);
}

div#video_container {
    position: relative;
}

.thankspage {
    text-align: center;
    font-family: 'Nunito';
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thankspage img {
    width: 23%;
}

.thankspage h3 {
    padding: 17px 0 0 0;
    font-size: 31px;
    font-weight: 700;
}

.thankspage .success-text {
    font-size: 16px;
}

/*  */


#phone-input, input[type="text"], .form-input {
    color: var(--input-text-color);
    background-color: var(--input-text-bg-color);
    border-radius: var(--input-text-radius);
    border: var(--input-text-border);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-text);
    opacity: 0.5; /* Firefox */
}

input:focus{
    outline:var(--input-text-border-active);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--color-text);
  -webkit-box-shadow: 0 0 0px 1000px var(--input-text-bg-color) inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Validation css */

.kyc-process.kyc-form {
    text-align: left;
}
.kyc-process.kyc-form h3{
    font-size: 22px;
}

.form-group .form-label {
    color: var(--color-text-secondary);
    font-size: 15px;
}

.form-group .form-input {
    width: 100%;
    height: 42px;
    padding: 9px;
}

.form-group {
    margin: 0px;
}

.input-group {
    position: relative;
    display: flex;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    -o-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    /* width: !important; */
}

/* fotter selector */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
}

.footer-content {
    text-align: center;
}

.footer-content img {
    width: 29px;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.footercontentbox {
    text-align: left;
    padding-left: 8px;
}



/* Sticky footer styles
-------------------------------------------------- */

#camera {
    height: 100%;
    width: 100%;
}

@media (orientation: landscape) {
    .camera-button-container {
        left: -60px;
        position: absolute;
        top: 45%;
    }
}

@media (orientation: portrait) {
    .camera-button-container {
        width: 100%;
        margin-top: calc(90vw * 2/3.3 + 15px);
    }
/*
    .camera-button-container button img {
        transform: rotate(90deg)
    }*/
}

#take-photo-btn,
#proof-of-address-take-photo-btn {
    z-index: 205;
    position: relative;
}

.camera-container {
    /* top: 0; */
    /* height: 100vh; */
    display: none;
    flex-flow: column;
    z-index: 1000;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;

    background-color: black;
    bottom: 0;
}

#proof-of-address-camera {
    transform: scale(1);
    width: 100%;
    height: auto;
}

.close-icon {
    position: absolute;
    top: 5%;
    right: 10%;
    z-index: 1000;
    padding: 10px;
}

@media (orientation: landscape) {
    #photo-cam-wrapper {
        position: relative;
        height: 100vh;
    }
    #proof-of-address-photo-cam-wrapper {
        position: relative;
        height: 100vh;
    }
}

@media (orientation: portrait) {
    #photo-cam-wrapper {
        position: relative;
        width: 100%;
    }
    #proof-of-address-photo-cam-wrapper {
        position: relative;
        width: 100%;
    }
}

.rotate-90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.id-card-box-info {
    text-align: center;
    width: 100vh;
    position: absolute;
    /* top: 60%; */
    right: 5%;
    z-index: 10;
    /* transform-origin-x: 100%; */
    /* -webkit-transform-origin-x: 100%; */
    transform-origin: 100%;
}

.check-space {
    margin-right: 15px;
}

#photo-cam-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 0px 500px rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    background: transparent;
    border: 1px solid #fff;
    z-index: 1;
}

#proof-of-address-photo-cam-overlay {
    position: absolute;
    left: 10%;
    bottom: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.proof-of-address-result-document {
    max-height: 6em;
    overflow: hidden;
}

.proof-of-address-result-document__icon {
    height: 6em;
}

.proof-of-address-result-document__filename {
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (orientation: landscape) {
    .photo-cam-overlay-aspect {
        aspect-ratio: 6 / 4;
        height: 75vh;
    }
}

@media (orientation: portrait) {
    .photo-cam-overlay-aspect {
        width: 90%;
        height: calc(90vw * 2/3.3);
    }

    #proof-of-address-photo-cam-overlay {
        left: 50%;
        bottom: 10%;
        width: 90%;
    }
}

/*For Safari < 15 */
@supports not (aspect-ratio: 6 / 4) {
    .photo-cam-overlay-aspect {
        width: 60%
    }
}

#video-cam-wrapper {
    height: 85vh;
}

#video-cam {
    width: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#video-cam-overlay {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 90vw;
    max-width: 85vh;
    max-height: 90vw;
    box-shadow: 0px 0px 0px 500px rgb(0 0 0 / 80%);
    border-radius: 65% 65% 80% 80%;
    background: transparent;
    border: 1px solid #fff;
    z-index: 1;
}

@media (max-height: 610px) {
    #video-cam-overlay {
        top: 40%;
    }
}

#record-video-btn {
    z-index: 205;
    position: fixed;
    bottom: 10vh;
}

#video-timer-container {
    color: white;
    position: relative;
    z-index: 205;
    bottom: 10vh;
}

#video-timer-container.text-light {
    text-align: center !important;
}

#video-timer {
	display: inline-block;
}

@media (max-height: 500px) {
    #video-cam-overlay {
        top: 38%;
    }

    #record-video-btn {
        bottom: 15vh;
    }

    #video-timer-container {
        bottom: 15vh;
    }
}

.whitespace-nowrap {
    white-space: nowrap;
}


.bootbox-body .row p {
    margin-left: 0px;
    margin-right: 15px;
    width: 60%;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: block;
    text-align: left;
}

.disabled-link {
    pointer-events: none;
}

.modal-loading .modal-content {
    opacity: 0.6 !important;
    height: 100%;
}

.modal-dialog .modal-content {
    background-color:var(--color-bg);
}

.modal-loading .modal-dialog {
    height: 100%;
    margin: 0 auto !important;
}

.validation-modal-message .modal-dialog {
    max-width: 90%;
    min-width: 85%;
}

.validation-modal-message .bootbox-close-button {
    margin-left: 4px;
}

@media (min-width: 576px) {

    .validation-modal-message .modal-dialog {
        min-width: 350px !important;
        max-width: 350px !important;
        margin: 0 auto !important;
    }

    .modal-loading .modal-dialog {
        max-width: 500px;
        margin: 0 auto !important;
    }
}

.modal-loading .modal-body {
    padding: 0 !important;
}

.modal-footer .bootbox-accept {
    padding: 14px 20px;
    width: max-content;
    text-decoration: none;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    width: 82%;
    border: var(--button-border);
    box-shadow: var(--button-shadow);
}
.btn-primary:hover {
    color: var(--color-button-text);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.validation-modal-message {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

}

.validation-modal-message .modal-body {
    text-align: center;
    padding: 30px;
}

.line-height-two {
    line-height: 2;
}

.photo-instructions .modal-title {
    font-size: 14px !important;
}

.photo-instructions .modal-body {
    padding: 0 !important;
}
.modal-title-body h5{
    text-align: var(--text-align-popup) !important;
}

.modal-title-body .instruction {
    font-size: 20px;
    text-align: left !important;
    font-weight: var( --text-primary-weight) !important;
}

.modal-title-body .modal-title {
    font-weight: var(--text-secondary-weight) !important;
}
.modal .modal-header .modal-title {
    color: var(--color-text-secondary) !important;
}

.iti--allow-dropdown {
    width: 100%;
}

@media (min-width:319px) {
    .header-inner-div {
        height: 30px;
    }

    .img-doctype {
        height: 25%;
    }
}

/* start media queary */
/*------------------- PHONE SCREEN START-------------------*/
@media (min-width:480px) {
    div .main-divsection {
        width: 348px;
        margin: auto;
        padding-bottom: 20px;
        background: var(--color-bg);
    }

    #redirect-qrcoder img {
        width: 100%;
    }

    .bar-code-innercontent h2 {
        font-size: 30px;
    }

    .bar-code-innercontent p {
        font-size: 16px;
    }

    .logo-div img {
        width: 60%;
    }

    div#language-container img {
        margin-right: 1px;
        object-fit: contain;
        width: 18px;
    }

    select #language-ddl {
        font-size: 14px;
    }

    .form-group .form-input {
        width: 100%;
        height: 42px;
        margin-top: 11px;
        padding: 9px;
    }
}

@media (max-width:768px) {
    .logo-div img {
        width: 60%;
    }

    div#language-container img {
        margin-right: 1px;
        object-fit: contain;
        width: 18px;
    }

    select#language-ddl {
        font-size: 14px;
    }
}


@media (min-width:576px) {
    div.main-divsection {
        width: 348px;
        margin: auto;
        padding-bottom: 20px;
        background: var(--color-bg);
    }

    .barcode-container img {
        width: 100%;
    }

    .bar-code-innercontent h2 {
        font-size: 30px;
    }

    .bar-code-innercontent p {
        font-size: 16px;
    }

    .logo-div img {
        width: 60%;
    }

    div#language-container img {
        margin-right: 1px;
        object-fit: contain;
        width: 18px;
    }

    select#language-ddl {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .barcode-container img {
        width: 80%;
    }

    .bar-code-innercontent h2 {
        font-size: 30px;
    }

    .bar-code-innercontent p {
        font-size: 16px;
    }

    .logo-div img {
        width: 60%;
    }

    div#language-container img {
        margin-right: 1px;
        object-fit: contain;
        width: 18px;
    }

    select#language-ddl {
        font-size: 14px;
    }
}

.custom-loading-dialog {
    opacity: 0.7;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-loading-content {
    box-shadow: none;
    flex: 1;    
}
.custom-loading-content .modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.back-submit, small {
    font-weight: var(--text-primary-weight) !important;
    font-size: 23px;
}
.front-submit, small {
    font-weight: var(--text-primary-weight) !important;
    font-size: 23px;
}

.error-message-icon {
    min-width: 40px;
    min-height: 40px;
}

.successfully-submitted-text {
    font-weight: 100;
}