/*
.form-content{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
    border-radius: 5%;
}
.form-input{
  height: 40px;
  width: 100%;
  border: 1px solid #E8E9E9;
  border-radius: 10px;
  padding-left: 15px;
}
.btn-block{
    width: 100%;
}
.btn-success{
    background-color: #0B5ED7!important;
    border-color: #0B5ED7!important;
}
.btn-success:hover{
    background-color: #0EAACB!important;
    border-color: #0EAACB!important;
} */


/* Container card */
.form-content {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  /* padding: 40px;
  max-width: 450px;
  width: 100%; */
  /* text-align: center; */
  /* position: relative; */
  /* z-index: 2; */

}


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

/* Title */
.form-content h6 {
  /* font-weight: 600; */
  color: #222;
  /* font-size: 1.1rem; */
}

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

/* Input fields */
.form-input {
  width: 100%;
  height:50px;
  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;
}

.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);
}

/* Centered helper text */
.text-center {
  color: #333;
  /* font-size: 0.9rem; */
}
/* .data-page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #EAF3F8 50%, #ffffff 50%);
} */
/* NAVBAR DETAILS */
.custom-navbar {
  background: #EAF3F8;
  padding: 12px 0;
  /* border-bottom: 1px solid #eee; */
}

.custom-navbar .logo {
  height: 40px;
}

.nav-list {
  list-style: none;
  gap: 20px;
}

.nav-link {
  text-decoration: none;
  color: #333;
  /* font-weight: 400; */
  transition: color 0.3s ease, border-bottom 0.3s ease;
  padding-bottom: 4px;
}

.nav-link:hover {
  color: #45A52A;
  /* border-bottom: 2px solid #007bff; */
}

.nav-link.active {
  color: #45A52A !important;
  /* font-weight: 600; */
  /* border-bottom: 2px solid #007bff; */
}


/* #############################################################FORM LABLE############################################################## */
.form-group {
  position: relative;
  margin-top: 20px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  /* border: 2px solid #28a745; */
  border-radius: 4px;
  outline: none;
  font-size: 15px!important;
}

.form-group label {
  position: absolute;
  top: 10px;
  left: 12px;
  /* color: #666; */
  background: #fff;
  padding: 0 4px;
  transition: 0.3s ease;
  pointer-events: none;
  font-size: 14px!important;
}

/* Move label on focus or when input has text */
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: -10px;
  left: 10px;
  /* font-size: 13px; */
  color: #007bff;
}
.table{
    font-size: 12px!important;
}
.telco-img{
    opacity: 0.3;
    width: 40%;
}

