@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Livvic", sans-serif;
  color: #444444;
  line-height: 1.6;
}

.content2 {
    padding: 0px;
    min-height: 100%;
    margin: 0 auto -50px;

}
html, body {
  height:100%!important;
      align-items: center!important;
      justify-content: center!important;
      margin: 0!important;
}
/* Container card */
.form-content {
    font-family: "Livvic", sans-serif;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  /* max-width: 650px; */
  width: 100%;
  /* text-align: center; */
  /* position: relative; */
  /* z-index: 2; */

}

.text-success{
  color:#45A52A!important;
}

/* Title */
.form-content h6 {
    font-family: "Livvic", sans-serif;
  font-weight: 600;
  color: #222;
  font-size: 1.1rem;
}

/* Text */
.form-content p,label {
    font-family: "Livvic", sans-serif;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Input fields */
.form-input {
  width: 100%;
  height:45px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 1rem;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  border-radius: 50px;
}

.form-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
}

/* Buttons */
/* .btn {
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
} */

.btn-success {
  background: linear-gradient(90deg, #007bff, #0056d2);
  border: none;
  width:100%;
}

.btn-success:hover {
  background: linear-gradient(90deg, #0056d2, #007bff);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 91, 255, 0.2);
}
.btn-airtel{
   background: linear-gradient(90deg, #007bff, #E41316);
}
.btn-airtel:hover{
   background: linear-gradient(90deg, #E41316, #007bff);
}

/* Centered helper text */
.text-center {
  color: #333;
  /* font-size: 0.9rem; */
}
.data-page {
    font-family: "Livvic", sans-serif;
  min-height: 100vh; /* Full screen height */
  display: flex;
  justify-content: center;
  /* align-items: center; */
   /* background: linear-gradient(to bottom, #EAF3F8 50%, #ffffff 50%); */
}

.swal-small-title {
  font-size: 20px !important;
  line-height: 1.4;
}
.input-wrapper {
    position: relative;
}

.input-wrapper .form-input {
    padding-right: 40px; /* space for icon */
}

.edit-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
}