@import url("https://fonts.googleapis.com/css?family=Raleway:200");
@font-face {
	font-family: Avenir;
	src: url(fonts/AvenirWorld-Demi.woff2);
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
body {
    font-family: Avenir,sans-serif;
}
@font-face {
	font-family:Avenir;src:url(fonts/AvenirWorld.woff2);font-weight:400;font-style:normal;font-display:optional;
}

@font-face {
	font-family:Seol-Sans;src:url(https://static-assets.bamgrid.com/fonts/seol-sans/SeolSans-Medium-v4.feac37bc783c6ef3a83d7881715aa443.woff2);font-weight:300;font-style:normal;font-display:swap;
}

@font-face {
	font-family:Seol-Sans;src:url(fonts/seol-sans/SeolSans-Book-v4.woff2);font-weight:400;font-style:normal;font-display:optional;
}

body {
  background-color: #0f0f1a !important;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*flex-direction: column;*/
}

.digit-group input {
  width: 56px;
  height: 56px;
  background-color: #2e2e39;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  color: white;
  margin: 0 2px;
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  margin-top: 35%;
  text-align: center;
}
.logo {
    width: 205px;
    margin-bottom: 15px;
    /* margin-left:66px; */
}
.custbtn {
    margin-top: 30px;
    width: 100%;
    background-color: #042756 !important;
    border-color: #042756 !important;
    font-size: 14px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.tel {
    text-decoration: none;
    text-align: center;
    color: #1983e0;
    background: #042756;
    padding: 6px 31px;
    border-radius: 5px;
}
#overlay{	
/*  position: fixed;*/
  top: 0;
  z-index: 100;
  
  display: none;
/*  background: rgba(0,0,0,0.6);*/
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
.response {
    display: none;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
 
.digit-group {
    width: 100%;
}

.code-input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
    margin: 20px auto 28px;
}

.code-input-wrapper input {
    width: 56px;
    height: 56px;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #2e2e39;
    color: #ffffff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 56px;
    box-sizing: border-box;
}

.code-input-wrapper input:focus {
    outline: 2px solid #40e8ef;
    outline-offset: 1px;
}

.code-input-wrapper .splitter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    min-width: 14px;
    height: 46px;
    margin: 0 2px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
}

.custbtn {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
}

.support-section {
    margin-top: 28px;
}

.support-section a {
    display: block;
    text-decoration: none;
}

.need-help {
    margin-bottom: 3px;
    color: #91bee6;
    font-size: 14px;
}

.customer-service {
    color: #ffffff;
    font-size: 19px;
}
.otp_scrn {
   max-width: 500px;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    .prompt {
        width: 100%;
        max-width: 390px;
        /*margin: 0 auto;*/
        padding: 0 14px;
        box-sizing: border-box;
    }

    .code-input-wrapper {
        gap: 6px;
        margin-top: 18px;
        margin-bottom: 28px;
    }

    .code-input-wrapper input {
        flex: 1 1 0;
        width: auto;
        max-width: 38px;
        height: 44px;
        font-size: 22px;
        line-height: 44px;
    }

    .code-input-wrapper .splitter {
        flex: 0 0 12px;
        width: 12px;
        min-width: 12px;
        height: 44px;
        margin: 0;
        font-size: 20px;
    }
    .prompt { 
      margin-top: 50%;   
    }
}