.SIBA-modal-box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #00000082;
    display: none;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
   justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}
.SIBA-modal-box.open{
    display: flex;
}
.SIBA-main-modal {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    width: 400px;
    display: block;
    margin: 10px;
    max-width: 750px;
}

@media screen and (max-width:500px){
    .SIBA-main-modal {
        width: 350px;
    }

}
.SIBA-phone-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    border-radius: 10px;
    border:solid 1px #c5c7cb;
    gap: 10px;
    margin-top:20px;
    margin-bottom:20px;
}

.SIBA-phone-box input[type=text]{
    border: none;
    outline: none;
    background-color: transparent;
    direction: ltr;
    border: 0;
  border-left: solid 1px #c5c7cb;
  border-radius: 0;

}

.SIBA-phone-box input[type=text]:focus{
    border-bottom: 1px solid #c5c7cb;
    border-radius: 0;
}

.SIBA-login-field button {
    background: #043ccc;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    color: white;
    fill: white;
    border: none;
    outline: none;
    border-radius: 10px;
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
    gap: 10px;
    padding: 12px 24px;
    font-weight: 900;

}
/*button.SIBA-close-modal {*/
/*    padding: 0;*/
/*    outline: none!important;*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    font-size: 12px;*/
/*    border: none!important;*/
/*    position: absolute;*/
/*    top: -17px;*/
/*    right: 0;*/
/*    color: white;*/
/*    background-color: red!important;*/
/*    align-items: center;*/
/*    width: 100px;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    border-radius: 20px 20px 0 20px;*/
/*    padding: 5px;*/
/*    font-family: unset;*/
/*}*/
.SIBA-modal-title{
    width: 100%;
    text-align: center;
    display: block;

    
    font-size: 22px;
    font-weight: 500;
    color: #28292c;
    margin-bottom: 20px ;
    padding: 0;
}
.SIBA-subtitle , .SIBA-login-form label{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}
.SIBA-login-field button svg{
    display: none;
}
.SIBA-main-modal form.loading button svg{
    display: block;
}
.SIBA-login-message {
    padding-bottom: 10px;
    padding-top: 10px;
    color: rgb(255, 77, 84);
    border-radius: 10px;
    display: none;
}
.SIBA-login-message.active{
    display: flex;
}


.SIBA-code-box {
    
    display: flex;
    justify-content: center;
    gap: 10px;
    direction: ltr;
}
.SIBA-code-box input[type=tel]{
    background: #efefef;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: none;
    text-align: center;
    direction: ltr;
    font-size: 30px;
    color: #043ccc;
}
.SIBA-code-box input[type=tel]:focus{
    border-bottom: 2px solid #2666cf;
    outline: none;

    
}


.SIBA-under-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}


.SIBA-confirm-box {
    display: flex;
    gap: 20px;
}

.SIBA-main-modal .SIBA-login-code{
    display: none;
}
.SIBA-main-modal.verify .SIBA-login-code{
    display: block;
}

.SIBA-main-modal.verify .SIBA-login-form{
    display: none;
}
 
.SIBA-resend{
    opacity: 1;
    color:rgb(0, 191, 111) ;
    cursor: not-allowed;
}

.SIBA-success {
    position: fixed;
    background-color: #ffffffe6;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: fixed;
    display: block;
    top: 0;
    z-index: 99999999;
    width: 100vw;
    right: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p.SIBAlogin-success-title {
    font-size: 20px;
    color: #00BF6F;
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: bold;
}
p.SIBAlogin-success-subtitle {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    color: #00a827;
    fill: #00a827;
}

.SIBA-login-field button[disabled]{
    filter: grayscale(1);
    cursor: not-allowed;
}


.SIBA-checkicon{
    width: 70px;
    height: 30px;
    display: none;
}

.SIBA-checkicon.correct{
    display: block;
}


.SIBA-resendbox {
    display: flex;
    gap: 10px;
    background-color: #F0FDF4;
    color: rgb(0, 191, 111) ;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
}

.SIBA-resendbox.active {
    opacity: 1;
    width: 100%;
    text-align: center;
    background-color: rgb(0, 191, 111) !important;
    color:#fff;
    cursor: pointer;
}
.SIBA-resendbox.active a{
    cursor: pointer;
    color:#fff !important;
}
.SIBA-resend{
    color:rgb(0, 191, 111);
}
.SIBA-resendbox.active span{
    display: none;
}
.SIBA-resend:hover {
  color: rgb(0, 191, 111);
}
.logged-in .SIBA-main-modal{
    display: none;
}
span.SIBA-countdown {
    display: flex;
    justify-content: center;
}
input#SIBAphoneinput {
    width: 100%;
}
/* --------------------------- form logo style img -------------------------- */
.SIBA-login-form-logo img , .SIBA-login-form-logo-code img{
    display: flex;
align-self: center;
}
.SIBA-login-form-logo , .SIBA-login-form-logo-code{
    display: flex;
    flex-direction: column;
}
.SIBA-logo-back{
    text-align: center;
      display: flex;
  align-items: center; /* Centers items vertically */
  justify-content: center;
  gap:3%;
      margin-bottom: 20px;
}
.SIBA-logo{
max-height: 50px;
}


.SIBA-subtitle, .SIBA-login-form label{
    font-size: 16px;
    color: #797979;
    margin-top: 10px ;
    margin-bottom: 10px ;
}

.SIBA-close-modal {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3%;
  top: 4%;
}

.svg-close {
  height: 100%;
  width: 100%;
  stroke: #797979 ;
  stroke-width:4;
}
.SIBA-close-modal:hover .svg-close {

  stroke: #1b1b1b ;
}

.bg-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewbox='0 0 40 40'%3E%3Cpath d='M 10,10 L 30,30 M 30,10 L 10,30' stroke='black' stroke-width='4' stroke-linecap='butt' /%3E%3C/svg%3E");
  background-size: 100%;
}

.open .SIBA-main-modal{
  min-width: 33%;
  min-height: 45%;
  align-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.SIBA-main-modal > div:not([class]){
    width: 80%;
}
.SIBA-logo-back{
    width: 100% !important;
}
.inp-cbx{
    background-color: #FEFCE8 !important;
    border-radius: 1px !important;
}


.license-elementorSIBA{
  text-align: center;
  color: #1b1b1b;
  font-size:11px;
  margin-top: 20px;
}
.license-elementorSIBA a{
  color: #E98A28;

}














.mobile-seting {
    margin-bottom: 20px;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
      align-items: center;
  justify-content: space-evenly;
}
.edit-phone-number {
      padding: 0 !important;
    line-height: normal !important;
  border: 0 !important;
    background: 0 !important;
    cursor: pointer !important;
    line-height: 48px !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    background: transparent !important;
}
.icon-edit {
    color: rgb(0, 191, 111);
    font-size: 18px;
    vertical-align: middle;
}

.edit-phone-number span{
  color: rgb(0, 191, 111) !important;
    margin-right: 14px !important;
    font-weight: 400 !important;
}

.SIBA-login-result{
  margin-bottom: 0;
}



.SIBA-confirm-box{
    margin-top: 20px;
}







.box_bg_SIBA{
  background-color: rgba(0, 191, 111, 0.1);
  padding: 10px 24px;
  border-radius: 10px;
  min-height: 22vh;
  align-content: center;
}
.box_SIBA{
    display: flex;
  align-items: center;
}


.SIBAloader {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #00BF6F;
  box-shadow: 32px 0 #00BF6F, -32px 0 #00BF6F;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: #F0FDF4;
    box-shadow: 32px 0 #F0FDF4, -32px 0 #00BF6F;
  }
  50% {
    background-color: #00BF6F;
    box-shadow: 32px 0 #F0FDF4, -32px 0 #F0FDF4;
  }
  100% {
    background-color: #F0FDF4;
    box-shadow: 32px 0 #00BF6F, -32px 0 #F0FDF4;
  }
}
      





.SIBA-resendbox a , .SIBA-resendbox span , .edit-phone-number span , .SIBA-main-modal button{
    font-weight: 600 !important;
}


















@media only screen and (max-width: 768px) {

    .SIBA-modal-title{
        font-size: 16px;
    }
    .SIBA-logo {
        max-height: 35px;
    }
    .SIBA-subtitle, .SIBA-login-form label {
      font-size: 13px;
    }
    .SIBA-login-message {
      font-size: 12px;
      padding-top: 0px;
    }
    .SIBA-resend {
      font-size: 12px 
    }
    .SIBA-login-field button {
        font-size: 12px !important;
      }
    span.SIBA-countdown{
        font-size: 12px !important;
      }
    .box_SIBA{
        display: block;
        text-align: center;
    }
    .box_SIBA svg{
        width: 50px;
        height: 50px;
    }
    p.SIBAlogin-success-title {
          font-size: 13px;
        padding: 5px 12px;
    }
    .SIBAloader {
          width: 12px;
          height: 12px;
          border-radius: 3px;
          margin-top: 10px;
    }
}