 .rgf {
         background-image: url(/asset/img/login.png?v=5);
         background-size: cover;
     
    padding-bottom: 40px;
     }
     
     .rgfs {
         background-image: url(/asset/img/login_pa.jpg?v=5);
         background-size: cover;
     
    padding-bottom: 40px;
     }
     .rgfss {
         background-image: url(/asset/img/login_pbs.jpg?v=5);
         background-size: cover;
     
    padding-bottom: 40px;
     }
     .llog {
         width: 100px;
     }
     .rreet {
         box-shadow: 0 10px 13px 0 rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .07);
     }
     .zerv {
         color: #fff;
     }
     .ppterh {
         font-size: 21px;
         font-weight: 300
     }
     .imgss {
             width: 145px;
    margin-right: 10px;
    margin-top: 10px;
     }
     .dft {
             width: 170px;
    margin-left: -15px;

     }
     .bty {
             width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
     }
     .htryy {
         display: flex;
    
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
     }
     .tx {
             background: #fff;
    padding: 30px 25px;
             border-radius: 15px;
     }
     
     
     .aegf {
      color: #0018a8;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.4px;
     } 
 .input-container {
    position: relative;
   
}

.lab {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #00000085;
    font-size: 15px;
    transition: 0.2s ease all;
    pointer-events: none;
}

.grinput {
    width: 100%;
    padding: 10px;
       border: 2px solid transparent;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    position: relative;
}

.grinput:focus {
    border-color: transparent;
}

.grinput:focus + .lab,
.grinput.has-content + .lab {
    top: -10px;
    left: 0px;
    font-size: 12px;
    color: #000000;
  
    padding: 0 5px;
}
     
     
     
      .checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
    padding-left: 3px;
    margin-top: 20px;
    font-size: 14px;
  }

  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:first-child {
        position: relative;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    transform: scale(1.2);
    border: 1.5px solid #2d32aa;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
    margin-right: 5px;
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
  }
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
     
     
input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 25px;
    left: 0;
    border-radius: 2px;
    top: 0;
    margin: 0;
        border: 2px solid #2d32aa;
}
     
     #submit-button {
         margin: 30px auto 30px 0;
    background-color: #00b8de;
    border: 1px solid #00b8de;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    letter-spacing: 2px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-weight: 400;
    width: auto;
    min-width: 180px;
     }  
     .dotr {
             height: 30px;
    filter: invert(1);
     }
     .brtbbtr {
             display: flex;
    justify-content: space-between;
    align-items: center;
     }
     
     .rgf::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.rgf > * {
    position: relative;
    z-index: 2; 
}
     .btettew {
             z-index: 222;
    position: relative;
    background: #fff;
    padding: 30px 10px;
     }
     .aagrf {
    font-size: 14px;
    color: #0018a8;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    
}
     .bterbntt {
         display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
     }
     a:hover {
         color: #00b8de;
     }
     
     .icbpi_login-load .dot-container, .nexi-loader .dot-container {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
     
     .icbpi_login-load,.nexi-loader {
  display: block;
  transition: opacity 2s linear;
  text-align: center;
  height: 40px;
  }
  .icbpi_login-load .dot-container,.nexi-loader .dot-container {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .icbpi_login-load .dot-container .dot,.nexi-loader .dot-container .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
  -webkit-animation: g-new-wave .8s ease-in-out 0s infinite both;
  animation: g-new-wave .8s ease-in-out 0s infinite both;
  }
  .icbpi_login-load .dot-container .dot:first-child,.nexi-loader .dot-container .dot:first-child {
  -webkit-animation-delay: -.45s;
  animation-delay: -.45s;
  background-color: #2d32aa;
  }
  .icbpi_login-load .dot-container .dot:nth-child(2),.nexi-loader .dot-container .dot:nth-child(2) {
  -webkit-animation-delay: -.28s;
  animation-delay: -.28s;
  background-color: #2d32aa;
  }
  .icbpi_login-load .dot-container .dot:nth-child(3),.nexi-loader .dot-container .dot:nth-child(3) {
  -webkit-animation-delay: -.15s;
  animation-delay: -.15s;
  background-color: #2d32aa;
  }
  .icbpi_login-load .dot-container.light .dot:first-child,.icbpi_login-load .dot-container.light .dot:nth-child(2),.icbpi_login-load .dot-container.light .dot:nth-child(3),.nexi-loader .dot-container.light .dot:first-child,.nexi-loader .dot-container.light .dot:nth-child(2),.nexi-loader .dot-container.light .dot:nth-child(3) {
  background-color: #fff;
  }
  .icbpi_login-load .dot-container.dot_form-field,.nexi-loader .dot-container.dot_form-field {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 15px;
  }
  @-webkit-keyframes g-new-wave {
  0%, 80%, to {
  -webkit-transform: translate3d(0,8px,0);
  transform: translate3d(0,8px,0);
  }
  40% {
  -webkit-transform: translate3d(-1px,0,0);
  transform: translate3d(-1px,0,0);
  }
  }
  @keyframes g-new-wave {
  0%, 80%, to {
  -webkit-transform: translate3d(0,8px,0);
  transform: translate3d(0,8px,0);
  }
  40% {
  -webkit-transform: translate3d(-1px,0,0);
  transform: translate3d(-1px,0,0);
  }
  }
     
     .vetrbe {
             justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
     }
     
     
     
     
     .aerv {
      z-index: 322220;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    margin: 0;
  display: none;
  }
     .aerv form {
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
     }
     .overeev {
         height: 100%;
    background-color: rgba(0, 0, 0, .7);
    -ms-flex-line-pack: center;
    align-content: center;
    overflow-y: scroll;
     }  
     .pop {
         text-align: center;
    background-color: #fff;
    box-shadow: 4px 8px 14px 0 rgba(0, 0, 0, .5);
    width: calc(100% - 130px);
    height: calc(100% - 130px);
    min-height: 580px;
    position: relative;
    top: 65px;
    left: 65px;
    padding: 80px 25px 0;
    font-family: KarbonRegular, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 65px;
     } 
     .krr {
             position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
     }
     .krr img {
             width: 25px;
    height: 25px;
     }
     .orbree {
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
     }
     .vbrer {
             font-size: 24px;
    margin-bottom: 15px;
    line-height: 26px;
     }
     .lleivee img {
             height: 45px;
    margin: 10px auto 30px;
     }
     
     .lleivee p {
             font-size: 18px;
    line-height: 22px;
     }
     .loginer {
         -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 40px calc(50% - 175px) 0;
    position: relative;
    width: 350px;
    min-height: 135px;
     }
     
     .tyr-code {
             height: 50px;
    font-size: 24px;
    font-weight: 600;
   
    margin-bottom: 40px;
     }
     .piewgner {
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
     }
     .piewgner input {
         text-align: center;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    border: 1px solid #fff;
    -webkit-appearance: none;
     }
     .sgrtton {
         display: block;
    background-color: #2d32aa;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: KarbonMedium, sans-serif;
    cursor: pointer;
    text-align: center;
    height: 40px;
    border: 1px solid #2d32aa;
    padding: 0 20px;
    width: 180px;
    margin: 0 auto;
    transition: background-color .2s linear, border-color .2s linear, color .2s linear;
    margin-bottom: 15px;
    letter-spacing: 2px;
    min-height: 50px;
     }
     .lsrbbsbrsbrsbsr {
         font-size: 12px;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
     }
     
     .lsrbbsbrsbrsbsr p {
         font-size: 12px;
    color: #000 !important;
     }
     
     .logOR{
         z-index: 3999999999990;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    margin: 0;
    display: none;
     }
     .PBER {
         color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
     }
     
     .PBER h1 {
         font-size: 24px;
    margin-bottom: 15px;
    line-height: 26px;
     }
     
     .PBER img {
             margin: 15px 0 30px;
         height: 45px;
     }
     .PBER p {
             font-size: 18px;
     }
     .lorgbtorm {
         -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
     }
     .inerer {
    background-color: #fff;
    color: #2d32aa;
    border: 1px solid #fff;
    margin-bottom: 0;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: KarbonMedium, sans-serif;
    cursor: pointer;
    text-align: center;
    height: 40px;
    padding: 0 20px;
    width: 180px;
    margin: 0 auto;
    transition: background-color .2s linear, border-color .2s linear, color .2s linear;
    margin-bottom: 15px;
    letter-spacing: 2px;
    min-height: 50px;
}
     .pope {
           background-color: #2d32aa;
    color: #fff;
    padding: 80px 20px 40px;
    width: 560px;
    height: 560px;
    top: calc(50% - 280px);
    left: calc(50% - 280px);
    margin: 0;
         text-align: center;
    box-shadow: 4px 8px 14px 0 rgba(0, 0, 0, .5);
    min-height: 580px;
    position: relative;
    
    padding: 80px 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 65px;
     }
     
     
     
     .bttb {
             margin-top: 30px;
     }
     
      
           .aad {
           display: flex;
    align-items: center;
               margin-bottom: 20px;
           }
           .aab {
           margin-right: 41px;
           }
           .rgrgyuu {
               margin: 0;
    font-size: 16px;
           }
     
     
     .ssil {
         color: #fff;
         font-weight: 600
     }
     
     .ssil:hover {
         color: #fff;
         font-weight: 600
     }
     
     
     
                  .business-nexi-login-form-submit {
    text-align: left;
    margin: 0 0 24px;
}
                    .business-nexi-login-form-submit .business-nexi-login-form-submit-button {
    cursor: pointer;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    border: 0;
    width: 100%;
    max-width: 300px;
    font-family: KarbonRegular, sans-serif;
    text-transform: uppercase;
    background-color: #0018ab;
    display: flex;
    align-items: center;
    border-radius: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 0;
    line-height: 17px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease;
}
                    .business-nexi-login-form-submit .business-nexi-login-form-submit-button .slide-icon#slide-custom-icon {
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
                    .business-nexi-login-form-submit .business-nexi-login-form-submit-button .slide-icon#slide-custom-icon img {
    width: 14px;
    height: 14px;
}
                    .business-nexi-login-form-submit .business-nexi-login-form-submit-button #slider-txt {
    padding: 5px 20px;
}
                    .business-nexi-login-form-submit .business-nexi-login-form-submit-button .slider-disabled {
    position: absolute;
    background-color: #fff;
    width: 100%;
    opacity: .8;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}
     
     .slider-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}


.slider {
  background: linear-gradient(to right, #4aa8eb 0%, #0022aa 0%);
  border-radius: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  font-weight: bold;
  transition: background 0.3s ease;
  overflow: hidden;
}

.slider-text {
  pointer-events: none;
  transition: opacity 0.2s ease;
  position: relative;
  z-index: 1;
}

.slider-handle {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;

  /* Add background image */
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12.8 12.7\'%3e%3cpath d=\'M12.7 6.3l-.2-.4L7 .3a.7.7 0 0 0-.9 0 .7.7 0 0 0 0 .9l5.1 5.1-5.1 5.1a.7.7 0 0 0 0 .9.6.6 0 0 0 .9 0l5.5-5.5a.8.8 0 0 0 .2-.5z\' fill=\'%232d32aa\'/%3e%3cpath d=\'M6.9 6.3l-.2-.4L1.2.3a.7.7 0 0 0-.9 0 .7.7 0 0 0 0 .9l5.1 5.1-5.1 5.1a.7.7 0 0 0 0 .9.6.6 0 0 0 .9 0l5.5-5.5a.8.8 0 0 0 .2-.5z\' fill=\'%232d32aa\'/%3e%3c/svg%3e');
  background-size: 25%; /* Adjust size as needed */
  background-repeat: no-repeat;
        background-position: center;
}
.slider-inactive {
  opacity: 0.5; /* Adjust the opacity as needed */
  pointer-events: none; /* Prevent mouse events */
}
     
    @media screen and (max-width: 1300px) { 
     
     .zerv {
         display: none;
     }
      .tx {
         width: 100%; 
        }
        .htryy {
    width: 100%;
    max-width: 100%;
        }
         .bttb {
             margin-top: 0px;
     }
        .rgf {
    background: #fff;
        }
        .rgf::before {
   
    background-color: rgb(255 255 255 / 50%);
        }
        .rreet {
    box-shadow: 0;
    background: #10c1e9;
}
        
     }
     
         .hh {
            font-weight: 600;
    font-family: sans-serif;
    text-align: center;
    margin-top: 80px;
    font-size: 25px;
         margin-bottom: 40px;}
     .pp {
     height: 400px;
    background: #0eb5db;
    color: #fff;
    padding: 50px;
    margin: 20px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    font-size: 25px;
             padding-bottom: 20px;
     }
     .zs {
         font-size: 19px;
     }
     .ht {
             margin-bottom: 0;
    line-height: 28px;
    font-weight: 200;
     }
     .h55 {
             margin-top: 50px;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
     }
     .ss {
         background: #32c6a5;
     }
     .gt {
         display: flex;
         margin-bottom: 100px;
         flex-wrap: wrap;
     }
     .rr {
         background: #5d76e6;
     }
     .eew {
    transition: all 0.3s ease;
}
     .acc {
    transition: all 0.3s ease;
}
     .eew:hover {
         
    margin: 10px;
         padding: 60px;
         padding-top: 30px;
    margin-top: -10px;
         height: 420px;
     }
     .eew:hover > .acc {
         opacity: 1;
     }
     .acc {
             background: #fff;
    padding: 7px 40px;
    border-radius: 90px;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 2px;
    color: #2d32aa;
    margin-top: 20px;
opacity: 0;
     }
     .ffe {
     height: 50px;
    width: 100%;
    background: #131757;
    margin: 0;
    min-width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
     }
     .ap { 
     color: #fff;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    margin-top: -5px;}
     .stst {
         background: #121658;
    padding: 0px 8px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    transform: rotate(270deg);
    color: #ffff;
    border-radius: 90px;
     }
     .aa {
         color: inherit;
    text-decoration: none;
    text-align: inherit;
     }
     
     
    
       @media screen and (max-width: 1300px) { 
           .qq {
               width: 100%;
           }
           .pp {
    height: auto;
    
    color: #fff;
    padding: 50px;
    margin: 20px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    border-radius: 10px;
    font-size: 25px;
    padding-bottom: 20px;
    align-content: flex-start;
}
           
           .eew:hover {
         
   margin: 20px;
         padding: 50px;
         padding-top: 50px;
    margin-top: 0px;
         height: auto;
               padding-bottom: 20px;
     }
    .eew:hover > .acc {
         opacity: 0;
     }
           .aa {
               text-align: justify;
           }
     }
     
     
     
     