.__Shbu29839do{
    width: 200px;
}
.topbar .top-navbar{
    background-color: #fff;
}


.form__input {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.43;
    color: inherit;
    font-family: inherit;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    outline: none;
    resize: none;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
  }
  
  .form__group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  
  .form__group label {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }
  
  .form__group .form__control {
    transition: all 0.3s ease;
    border: 1px solid #9b9b9b;
    color: #5b5b5c;
    outline: none;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 0.375rem;
    padding: 0.75rem;
  }
  
  .form__group .form__control:focus {
    border: 1px solid #adadad !important;
  }
  
  input:disabled, select:disabled {
    background: #eee !important;
    cursor: not-allowed;
  }
  
.toggle-button-cover {
  display: table-cell;
  position: relative;
  width: 200px;
  height: 140px;
  box-sizing: border-box;
}

.button-cover {
  height: 100px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  /* margin: -20px auto 0 auto; */
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #fcebeb;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
  content: "NO";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 28px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 9px;
  padding: 9px 4px;
  background-color: #f44336;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
  content: "Yes";
  left: 42px;
  background-color: #0a8344;
}
div.dt-buttons{
  margin-bottom: 20px;
}
.text-red-500{
  color: #f44336;
}
#button-1 .checkbox:checked ~ .layer {
  background-color: #c0e2c5;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}

.__K8egdbS38uS2o{
  text-align: center;
    margin-top: 24px;
    font-weight: 600;
    color: #4e4e4e;
    font-size: 32px;

}
.__Xgg8gfv8wesbui{
  font-size: 24px;
  text-align: center;
  margin-top: 16px;
}
.YS93hdbi9282{
  width: 300px;
    text-align: center;
    margin: auto;
    border-radius: 35px;
}

@media(max-width:768px) {
    .auth-wrapper .auth-box{
        height: 100vh;
        margin: 0;
        padding-top: 49px;
        background: #fff;
    }
    .__K8egdbS38uS2o{
      font-size: 26px;
    }
}