/* input[type="password"] {
  color: transparent;
} */



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

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

body, html {
	height: 100%;
  font-family: Poppins-Regular, sans-serif;
  padding: 0px;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #57b846;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
    cursor: default;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #999999;}
input:-moz-placeholder {color: #999999;}
input::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder {color: #999999;}

textarea::-webkit-input-placeholder {color: #999999;}
textarea:-moz-placeholder {color: #999999;}
textarea::-moz-placeholder {color: #999999;}
textarea:-ms-input-placeholder {color: #999999;}

.label100 {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 20px;
  color: #3E3E3E;
}


.client-label100 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 15px;
}

html[dir="rtl"] .client-label100 {
  text-align: right;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: lightgrey;
}

.wrap-login100 {
  width: 1000px;
  /*background-image:url(/branding/AuthFE/images/bg_stars.png);*/
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

/*==================================================================
[ Title div ]*/
.login100-div-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 70px 15px 70px 15px;
}

/* Title font ("Sign In") */
.login100-div-title-1 {
  font-family: Poppins-Bold, sans-serif;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

/* Top Image filter */
.login100-div-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(var(--main-color), 0.8);
}

.login100-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.login100-client-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
}

.label-input100 {
  font-family: Poppins-Regular, sans-serif;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  text-align: right;

  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px;

}

.labelError {
  color: red;
  font-weight: bold;
  padding-bottom: 20px;
}

/*---------------------------------------------*/
.pin100 {
  font-family: Poppins-Regular, sans-serif;
  font-size: 30px;
  color: #555555;
  line-height: 1.2;
  text-align: center;
  justify-content: center;

  display: flex;
  width: 265px;
  background: transparent;
  padding: 5px 5px;
    
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #eee;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}

.wrap-pin100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: center;
}

/*---------------------------------------------*/
.input100 {
  font-family: Poppins-Regular, sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: rgba(var(--main-color),1);
}

/*---------------------------------------------*/
input.input100 {
  height: 45px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Poppins-Regular, sans-serif;
  font-size: 15px;
  color: black;
  /* line-height: 2; */
  margin-bottom: 0px;

  display: flex;
  position: relative;
  padding-left: 26px;
  white-space:nowrap;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  font-size: 15px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:center;
  align-items:center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid black;
  left: 0;
  top: 50%;
  /*padding-bottom: 5px;*/
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

html[dir="rtl"] .label-checkbox100::before {
  left: unset;
  right: 0;
}
html[dir="rtl"] .label-checkbox100 {
  padding-left: unset;
  padding-right: 26px;
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: rgba(var(--main-color),1);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
}

.img-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
    
  justify-content:center;
  align-items:center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 130px;
  height: 50px;
  background-color: rgba(var(--main-color),1);
  border-radius: 5px;

  font-family: Poppins-Regular, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: rgba(var(--main-dark-color),1);
}

button:disabled,
button[disabled]{
  background-color: rgba(var(--main-color),.8);
  cursor: default;
}
.login100-form-btn:disabled,
.login100-form-btn[disabled]{
  background-color: rgba(var(--main-color),.8);
  cursor: default;
}

.img-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  min-width: 100px;
  height: 60px;
  background-color: rgba(var(--main-color),1);
  border-radius: 5px;

  font-family: Poppins-Regular, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.img-form-btn:hover {
  background-color: rgba(var(--main-dark-color),1);
}

.tr-separator {
  border-top: 2px solid;
  border-color: rgba(var(--main-dark-color),1);
}
.td-separator {
  height: 0px;
  border: 0px none;
  border-color: rgba(var(--main-dark-color),1);
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .login100-form {
    padding: 43px 15px 57px 117px;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding: 43px 15px 57px 15px;
  }

  .label-input100 {
    text-align: left;
    position: center;
    top: unset;
    left: 0px;
    width: 100%;
    padding: 0;
    bottom: 30px;
  }

  .label-input100-wide {
    text-align: left;
    position: center;
    top: unset;
    left: 0px;
    width: 100%;
    padding: 0;
    bottom: 30px;
  }

  #claimsTable td:last-child {
    display: flex;
    flex-direction: column-reverse;
  }

  #claimsTable td {
    width:100%;
    white-space:pre;
  }

  #claimsTable tr {
    border-bottom: 1px solid rgba(var(--main-color),1);
  }
  
  #tdSeparator {
    border: 0px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium, sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome, sans-serif;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.img {
    text-align: center;
    border-radius: 10%;
    background-color: rgba(var(--main-color),1);
    border: 0px solid rgba(var(--main-color),1);
}

.img:hover {
  /*background-color: rgba(var(--main-dark-color),1);*/
}

table {
    border: 2px solid rgba(var(--main-color),1);
}

.Link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.qrcode {
    padding-top: 20px;
    padding-bottom: 20px;
}

.loginErrorMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    color: red;
}

.waitLoaderIndicator {
  border: 5px solid #f3f3f3;
  border-top: 5px solid rgba(var(--main-color),1);
  border-bottom: 5px solid rgba(var(--main-color),1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin-top: 20px;
}

.pinPad-login100-div {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.header100 {
    /* JL font-family: FontAwesome;*/
    font-family: Poppins-Regular, sans-serif;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
}

.languageSelect {
    display: flex;
    justify-content: right;
    align-items: right;
    position: absolute;
    right: 0px;
    /* SQ: position: 0 0 0 0; */
}

html[dir="rtl"] .languageSelect {
  left: 0px;
  right: unset;
}

.closeImg {
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    /*position: 0 0 0 0;*/
    width: 30px;
    height: 30px;
    background-color: rgba(var(--main-color),1);
}

html[dir="rtl"] .closeImg {
  right: 0px;
  left: unset;
}

.closeImg:hover {
  /*
    top: -1px;
    left: -1px;
    width: 34px;
    height: 34px;
  */
  background-color: rgba(var(--main-dark-color),1);
}

.closeImg:active {
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
}

hr {
  display: block;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 10%;
  width: 80%;
  border-color: rgba(var(--main-color),1);
}

html[dir="rtl"] hr {
  margin-left: 0%;
  margin-right: 10%;
}

@media (min-width: 800px) {
  hr {
    margin-left: 1%;
    width: 98%;
  }
  html[dir="rtl"] hr {
    margin-left: 0%;
    margin-right: 1%;
  }
}


html[dir="rtl"] .label-input100 {
  left: 285px;
}

html[dir="rtl"] .label-input100-wide {
  left: 285px;
}

#claimsTable {
  margin: 0 0 30px 0;
  border: 0px;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}

#claimsTable td:first-child{
  width:1%;
}

#claimsTable td textarea {
  background-color: white;
  display: table-cell;
  vertical-align: center;
  width: 100%;
  resize: none;
  height: auto;
}

#claimsTable td label {
  white-space: nowrap;
  display: table-cell;
  vertical-align: center;
  width: 100%;
  resize: none;
  height: 28px;
  bottom: 3px;
  padding-bottom: 8px;
}

#claimsTable td:nth-child(2) {
  width:1%;
}

#selectAllButton {
  margin-top: 5px;
}

#Consent {
  width: 100%;
}

.labelForTableCheckboxes {
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9em;
}

html[dir="rtl"] .labelForTableCheckboxes {
  float: right;
  padding-right: 10px;
}

input.mrzfield {
  font-family: 'Courier New', Courier, Monospace;
  height: 100%;
}
textarea.mrzfield {
  font-family: 'Courier New', Courier, Monospace;
}

html[dir="rtl"] textarea.mrzfield {
  text-align: left;
  direction: ltr;
}

.i18n {
  position: relative;
  /*display: inline-block;*/
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(var(--main-color),1);
  border-radius: 5px;
}
.i18n-content {
  font-family: Poppins-Regular, sans-serif;
  display: none;
  position: absolute;
  /*
  left: 100%;
  right: auto;
  */
  color: rgba(var(--main-color),1);
  border: 5px rgba(var(--main-dark-color),1);
  border-radius: 5px;
  min-width: 160px;
  background-color: #F9F9F9;
  box-shadow: 0px 8px 16px 0px rgba(var(--main-dark-color),0.4);
  padding: 10px 10px;
  z-index: 1;
}
.i18n:hover {
  background-color: rgba(var(--main-dark-color),1);
}
.i18n:hover .i18n-content {
  display: block;
}


html[dir="rtl"] .i18n {
  right: 0px;
  left: unset;
}
html[dir="rtl"] .i18n-content {
  /*
  left: auto;
  right: 100%;
  */
}

.menu-separator {
  display: block;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  width: 90%;
  border-color: rgba(var(--main-dark-color),1);
}
html[dir="rtl"] .menu-separator {
  margin-left: 0%;
  margin-right: 0%;
}

.menu-option {
  cursor:  pointer;
  line-height: 1.9em;
}
html[dir="rtl"] .menu-option {
  text-align: right;
}

.footer {
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  color: rgba(var(--main-color),1);
}
.footer,a {
  font-weight: bold;
  color: rgba(var(--main-color),1);
}

.footer,a:hover {
  text-decoration: none;
  color: rgba(var(--main-dark-color),1);
}
.legal{
  font-size: 0.7em;
  font-weight: normal;
  color: rgba(var(--main-color),1);
  cursor: default;
}
.face {
  border-radius: 5px;
}
html[dir="rtl"] .face {
  float: right;
}

.text-checkbox100 {
  font-weight: bold;
}

#loginCAN {
  text-align: center;
}


.handsImage
{
    position:relative;
    width:100%;
    height:auto;
}

.redDotFinger
{
    position: absolute;
    width: 4%;
    height: auto;
    opacity: 0.7;
}

.fingerLThumb
{
    top: 50%;
    left: 41%;
}

.fingerLIndex
{
    top: 5.5%;
    left: 30.3%;
}

.fingerLMiddle
{
    top: 1%;
    left: 19.3%;
}

.fingerLRing
{
    top: 5.5%;
    left: 9%;
}

.fingerLLittle
{
    top: 24%;
    left: 2%;
}

.fingerRThumb
{
    top: 50%;
    left: 56.5%;
}

.fingerRIndex
{
    top: 5.5%;
    left: 67%;
}

.fingerRMiddle
{
    top: 0;
    left: 78.3%;
}

.fingerRRing
{
    top: 5%;
    left: 88.3%;
}

.fingerRLittle
{
    top: 22%;
    left: 95%;
}

.handsZone
{
  max-width: 600px;
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}


.scopeLeft {
}
.scopeCenter {
  display: none;
}
.scopeRight {
}

.scopeUL {
  width: 80%;
  text-align: left;
}
html[dir="rtl"] .scopeUL {
  width: 80%;
  text-align: right;
}

@media (min-width: 1024px) {
  .wrap-login100 {
    width: 80%;
  }
  .scopeLeft {
    width: 45%;
    float: left;
    margin-top: 10px;
  }
  .scopeRight {
    width: 45%;
    float: right;
    margin-top: 10px;
  }
  .client-label100 {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
  }
  html[dir="rtl"] .scopeLeft { float: right;}
  html[dir="rtl"] .scopeRight { float: left;}
}

.kiosk-icons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  align-items: start;
}
.kiosk-grid-methods {
  display: grid;
  width: 95%;
  margin: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  grid-auto-rows: auto;
  align-items: start;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .kiosk-grid-methods {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}

.kiosk-with-bg {
  /*background-image:url(/branding/AuthFE/images/bg_stars.png);*/
   background: none;
}

.label100-title-kiosk {
  color: rgba(var(--main-dark-color), 0.8);
  font-size: x-large;
  font-weight: bold;
}

.kiosk-btn-method {
  float: left;
  padding: 0 0 0 0;
  min-width: 0;
}
html[dir="rtl"] .kiosk-btn-method {
  float: right;
}
.kiosk-btn-method:hover {
  background-color: inherit;
}

.kiosk-div-method {
  /*min-height: 120px;*/
  height: 100%;
  width: 100%;
  background-color: rgba(var(--main-color),1);
  margin: 0px;
  padding: 15px;
  border-radius: .3em;
  cursor: pointer;
}


.kiosk-divIcon-method {
  float: left;
  width: 100px;
  height: 100%;
}
html[dir="rtl"] .kiosk-divIcon-method {
  float: right;
}
.kiosk-divText-method {
  text-align: left;
  padding: 0px 10px 0px 90px;
}
html[dir="rtl"] .kiosk-divText-method {
  text-align: right;
  padding: 0px 10px 0px 10px;
}
.kiosk-lbl-method {
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: block;
}
.kiosk-p-method {
  font-size: 16px;
  color: white;
  font-weight: normal;
}
.kiosk-fa-icon {
  font-size: 28px;
}
@media (max-width: 1250px) {
  .kiosk-lbl-method {
    font-size: 16px;
  }
  .kiosk-p-method {
    font-size: 14px;
  }
  .kiosk-fa-icon {
    font-size: 28px;
  }
}

/* smart phones */
@media (max-width: 500px) {
  .login100-div-title {
    background-size: contain;
  }
  .login100-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #hrDiv {
    margin-left: 2%;
    width: 96%;
  }
  .login100-client-div {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .login100-form-btn {
    min-width: initial;
    margin-top: 5px;
  }
  .label100 {
    font-size: 12px;
  }
  html[dir="rtl"] .label100 {
    text-align: right;
  }
  .kiosk-div-method {
    padding: 10px;
  }
  .kiosk-icons-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .kiosk-fa-icon {
    font-size: 20px;
  }
  .kiosk-divIcon-method {
    height: auto;
  }
  .kiosk-divText-method {
    float: left;
    padding: 0;
    max-width: initial;
    width: 100%;
  }
  .kiosk-p-method {
    font-size: 10px;
  }
  .client-label100 {
    font-size: 12px;
  }
  ul, li {
    font-size: 12px;
  }
  .footer, a {
    font-size: 12px;
  }
  .nomargin {
    margin: 0;
    font-weight: bold;
  }
  .label-checkbox100::before {
    width: 10px;
    height: 10px;
  }
  .label-checkbox100 {
    font-size: 12px;
  }
  #claimsTable tr {
    border-top: 1px solid rgba(var(--main-color),1);
    border-bottom: 0;
  }
  .underline {
    border-bottom: 0 !important;
    border-top: 0 !important;
  }
  .tdpicture {
    display: table-cell !important;
  }
  #claimsTable td label {
    white-space: normal;
    overflow-wrap: anywhere;
    height: unset;
  }
  html[dir="rtl"] #claimsTable td label {
    text-align: right;
  }
  #claimsTable td:nth-child(2) {
    width: unset;
  }
  .labelForTableCheckboxes {
    font-size: 12px;
  }
}

html[ua*='iPhone'] #mrz, html[ua*='Android'] #mrz {
  display: none;
}

/*
from util.css
*/
.m-b-18 {margin-bottom: 18px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-30 {margin-bottom: 30px;}


html[ua*='iPhone'] #CAN, html[ua*='Android'] #CAN {
  margin-right: 20px;
  margin-left: 20px;
}

#labelHintAFAuth {
  font-style: italic;
}

#timerHintAFAuth {
  font-family: monospace;
}

.center{
  text-align: center;
}

.m-rl-30 {
  padding-left: 70px;
  padding-right: 70px;
}

.otpInput{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
