
@font-face {
      font-family: Bariol;
      src: url(../font/Bariol_Regular.otf);
      font-weight: normal;
  }

      @font-face {
      font-family: Bariol;
      src: url(../font/Bariol_Bold.otf);
      font-weight: bold;
  }

*, *:before, *:after {margin: 0;padding: 0;font-family: Bariol;line-height: 1.65;color: #707070;letter-spacing: 0.7px;}

body{
 /* background: url(../images/background.png) no-repeat center center fixed;
    -webkit-background-size: cover; 
    -moz-background-size: cover;   
    -o-background-size: cover;     
    background-size: cover; */
   
   background: white;
}

.logmod {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
 /* background: rgba(0, 0, 0, 0.2);*/
  z-index: 1;
}
.logmod::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__wrapper {
  display: block;
  background: white;
  position: relative;
  max-width: 400px;
  border-radius: 4px;
  /*box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);*/
  margin: 0px auto;
}

.container-login{
  padding: 15px 20px;
     border-radius:0 0 5px 5px;
} 

.logmod__container {
  overflow: hidden;
  width: 100%;
  background: #FFF;
}
.logmod__container_ais{
  margin-bottom: 70px;
}
.logmod__container::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__tab {
  position: absolute;
  height: 0;
  /* overflow: hidden; */
  opacity: 0;
  visibility: hidden;
  /* display:none; */
}
.logmod__tab.show {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 100%;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
}
.logmod__tab-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.logmod__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logmod__tabs::after {
  clear: both;
  content: "";
  display: table;

}
.logmod__tabs li.current a {
  background: #FFF;
  color: #E796A1;
  border-bottom: solid #E796A1;
  border-width: 2px;
}
.logmod__tabs li a {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  background: #FFF;
  line-height:80px;
  height: 64px;
  text-decoration: none;
  color: #D2D8D8;
  text-transform: uppercase;
  /*font-weight: 700;*/
  font-size: 17px;
  cursor: pointer;
  border-bottom: solid #D2D8D8;
  border-width: 2px;
  transition: 1s;
}
/*.logmod__tabs li a:focus {
  outline: dotted 1px;
}*/
.logmod__heading {
  text-align: center;
  padding: 12px 0 12px 0;
}
.logmod__heading-subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 48px;
}

.tab-content {
  width: 100%;
  height: auto;
}

.tab-signin{
  width: 100%;
  margin: 0;
  height: auto;
}

.social-login-button-group{
  margin-top: 20px;
}

.form-sigin{
  margin-bottom: 15px;
}

.tab-footer{
  width: 100%;
  /*max-width: 350px;*/
  margin: 0 auto;
}

.link, .link:visited{
 color:#E796A1;
}

.link-term, .link-term:visited{
  font-weight: bold;
  color: gray;
}

.link:hover, .link-term:hover{
  color:#D2D8D8;
}

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

.button-fb{
    width: 100%;
  display: inline-block;
  color: white;
  border: solid #4065B4;
  border-width: 10px 20px 8px;
  /*font-weight: bold;*/
  border-radius: 6px;
  font-size: 17px;
  text-decoration:none;
  background: #4065B4;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(64, 101, 180, 0.2);
  font-family: -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif !important;
}

.button-fb img{
  margin-right: 3px;
  position: relative;
  top: -2px;
}

.button {
  width: 100%;
  display: inline-block;
  color: white;
  border: solid #E796A1;
  border-width: 10px 20px 8px;
  /*font-weight: bold;*/
  border-radius: 6px;
  font-size: 19px;
  letter-spacing: 1.5px;
  text-decoration:none;
  background: #E796A1;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(231, 150, 161, 0.2) ;
}

.button-command{
    width: 100%;
  display: inline-block;
  color: #E796A1 !important;
  border: solid #FAE7E5;
  border-width: 10px 20px 8px;
  /*font-weight: bold;*/
  border-radius: 6px;
  font-size: 19px;
  letter-spacing: 1.5px;
  text-decoration:none;
  background: #FAE7E5;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(250, 231, 229, 0.2);
}

.button:active, .button-fb:active, .button-command:active  {
  background: lightgray;
  border: solid lightgray;
  box-shadow: 0px 4px 6px rgba(211, 211, 211, 0.2) ;
  border-width: 10px 20px 8px;
}
.button:hover, .button:visited, .button:link, .button-fb:hover, .button-fb:visited, .button-fb:link ,.button-command:hover, .button-command:visited, .button-command:link{
  text-decoration:none;
  color: white;
}

#split-line { 
  margin: 30px 3px 30px 3px;
  position: relative; 
  height: 1px; 
  background-color: lightgray; 
  color: #fff;
  }

.label-or { 
  position: absolute;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  top: -12px;
  z-index: 2;
  font-size: 16px;
  background-color: white;
  text-align: center;
  padding: 0 5px;
  color: #ccc;
  font-weight: 200;
}

.term{
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
}

#spanAlertMessage{
  color:#AB433F;
}

.page-content-header{
  padding: 0;
  color: white;
  background:url(../images/background.png) no-repeat center center;
  -webkit-background-size: cover; /* For WebKit*/
  -moz-background-size: cover;    /* Mozilla*/
  -o-background-size: cover;      /* Opera*/
  background-size: cover;
 /* height: 140px;*/
  text-align: center;
  /*border-radius:5px 5px 0 0;*/
}

.page-content-header-login{
  height: 140px;
}

.page-content-header:before{
  display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

  .header-logo{
    background: url(../images/headerLogo.png) no-repeat center center;
    min-height: 100px;
  }

  .header-logo-login{
    background: url(../images/headerLogo.png) no-repeat center center;
    height: 100%;
  }

  .page-user-info{
    text-align: right;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color:rgba(255, 255, 255, 0.5);
    min-height: 44px;
  }

  .no-user-info{
    background: none;
  }

  .title-user-info{
    margin-right: 5px;
  }

 .main-content{
   width: 94%;
   margin: 10px auto;
   /*height: 350px;*/
   max-width: 400px;
 }

 .content-redeem{
   text-align: center;
   padding: 0px 10px;
   min-width: 280px;
   margin-top: 100px;
 }

 .content-result{
  text-align: center;
  padding: 25px 10px;
 }

 .content-forget{
   width: 90%;
   margin: 10px auto;
   text-align: center;
  padding: 25px 10px;
 }

 .content-forget img{
   margin: 0 0 20px 0;
 }

 .content-forget p{
   font-size: 16px;
   margin: 0 0 30px 0;
 }

 #imagePackThumbnail{
   margin: 10px 10px 40px 10px;
   width: 100px;
   height: 100px;
 }

 .button-logout{
   margin-right:10px;
 }


 /* loading overlay */
 #overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255,255,255,0.8);
      /*filter:alpha(opacity=50);
      /*-moz-opacity:0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;*/
      z-index: 10000;
      }

      #divLoading{
      
      position: fixed;
      top: 250px;
      left: 50%;
      width: 100px;
      height: 60px;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      text-align: center;
      
      }

      #labelLoading{
            letter-spacing: 0.7px;
            margin-top: 10px;
            color: #696969;
            font-size: 15px;
            font-weight: bold;
      }
     .input-lg{
        font-size:16px
      }
    .form-control{
      box-shadow:none;
      -webkit-box-shadow:none;
    }

    .button-option{
   margin-top: 35px;
 }

 #imageProfile{
   width:28px;
   height:28px;
   margin-right: 5px;
 }

@media all and (max-width:380px) and (max-height:680px){

   .content-result{
  text-align: center;
  padding: 0px 10px 25px 10px;
 }

 #imagePackThumbnail{
   margin: 10px 10px 15px 10px;

 }

 .button-option{
   margin-top: 15px;
 }

  .logmod__tabs li a{
        height: 40px;
    line-height: 35px;
  }
}



#webview-login #split-line{
  margin: 20px 3px;
}
#webview-login .term{
  margin-top : 0px;
}
#webview-login .tab-content{
  padding-top:5px;
}
#webview-login .tab-signin{
  padding-top:5px;
}

#webview-login #login-information{
  padding:0 10px;
  margin-top:25px;
  text-align:center;
}

#webview-login .container-login{
  padding:0 20px 8px 20px;
}

@media all and (max-width:380px) and (max-height:680px){
  #webview-login #login-information{
    margin-top:10px;
  }
}

.underline{
  text-decoration:underline;
}
.blur{
  filter: blur(10px);
}

.relative {
  position : relative !important;
}

.absolute-center{
  position : absolute !important;
  top     : 0;
  left    : 0;
  right   : 0;
  bottom  : 0;
}

#icon-header{
  height: 94px;
  top: 2px;
}
#icon-header img{
  height:0;
  opacity: 0;
  margin:auto;
    width: 110px;
}
#icon-header img.show {
  height:100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-in-out;
}

#appleid-signin{
  height: 46px;
  font-weight: bold;
  letter-spacing: -4px;
  font-size: 17px;
}

.text-bold{
  font-weight: bold;
}
.content-redeem h4{
  margin: 15px 0;
}

/* -------------------- FOR AIS REDEEM PAGE --------------------  */

.hidden{
  display: none;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

@keyframes spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    opacity: 1;
  }
}


#ais-confirm-otp-button-group button{
  width: 48%;
  display: inline-block;
}
.confirm-otp-button{
  float: right;
}
.confirm-otp-back-button{
  float: left;
}

.ais-redeem-content button:disabled{
  background-color: #cacaca;
  background: #cacaca;
  border-color: #cacaca;
}

.confirm-otp-back-button,
.confirm-otp-back-button:hover,
.confirm-otp-back-button:active{
  color: #E796A1;
  background-color: white;
  border: 2px solid #E796A1;
  padding: 7px;
}

.ais-invalid-feedback,
.ais-confirm-otp-invalid-feedback{
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #dc3545;
  margin-top: 5px;
  text-align: left;
}

.ais-otp-input-information {
  font-size: 10px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 5px;
}

#content-result-ais-pack-list{
  width: fit-content;
  margin: 25px auto;
  font-size: 18px;
}

#ais-redeem-success-content{
  margin-top: 25px;
}
/* -------------------- /FOR AIS REDEEM PAGE --------------------  */