@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap");

body {
  font-family: "Teko", sans-serif;
}

.my-container {
  position: relative;
  max-width: 600px;
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  z-index: 100000 !important;
}

.form {
  margin-top: 30px;
}

.form .page {
  display: none;
}

.form .page.active {
  display: block;
}

.form .page .field {
  width: 100%;
  margin-bottom: 20px;
}

.form .page .field label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #666;
}

.form .page .field input[type="text"],
.form .page .field input[type="number"],
.form .page .field input[type="email"],
.form .page .field input[type="date"],
.form .page .field select,
.form .page .field textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
  transition: border-color 0.3s ease;
}

.form .page .field input:focus,
.form .page .field select:focus,
.form .page .field textarea:focus {
  border-color: #fd914f;
}

.form .page .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}

.form .page .btns button {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.form .page .btns .prev {
  background: #94a3b8;
}

.form .page .btns .next,
.form .page .btns .submit {
  background: #fd914f;
}

.form .page .btns button:hover {
  opacity: 0.8;
}

.progress-bar {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 40px 0;
  user-select: none;
  background-color: #fff;
}

.progress-bar .step {
  position: relative;
  text-align: center;
  width: 100%;
}

.progress-bar .step p {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 8px;
}

.progress-bar .step .bullet {
  position: relative;
  height: 30px;
  width: 30px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: 0.3s;
}

.progress-bar .step .bullet.active {
  border-color: #fd914f;
  background: #fd914f;
}

.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #999;
  line-height: 26px;
}

.progress-bar .step .bullet.active span {
  color: #fff;
}

.progress-bar .step:not(:last-child) .bullet::before,
.progress-bar .step:not(:last-child) .bullet::after {
  position: absolute;
  content: "";
  bottom: 11px;
  right: -110px;
  height: 3px;
  width: 100px;
  background: #ddd;
}

.progress-bar .step .bullet.active::after {
  background: #fd914f;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.alert {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 15px;
  display: none;
}

.alert.error {
  background: #fee2e2;
  color: #000;
  border: 1px solid #fecaca;
  display: block;
}

.alert.success {
  background: #dcfce7;
  color: #16a34a;
  border: 1px solid #bbf7d0;
  display: block;
}

@media (max-width: 480px) {
  .form .page .btns {
    flex-direction: column-reverse;
    width: 100%;
  }

  .form .page .btns button {
    width: 100%;
  }
}

label {
  font-size: 20px;
  font-weight: 400 !important;
  color: #000 !important;
}

/*  */

#setting .inner_card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  margin-bottom: 50px;
}

#setting .inner_card .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 20px;
}

#setting .inner_card i {
  font-size: 30px;
  color: #d92c27;
}

/*  */

.check-border {
  border: 1px solid #e2e2e2; /* Default border */
  padding: 5px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: border-color 0.3s;
}

.check-border.active {
  border-color: #fd914f; /* Red border when active */
}

.check-border label {
  padding-top: 10px;
}

.card-button {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.card-button div a {
  display: inline-block;
  background-color: #fd914f;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 16px;
  transition: background-color 0.3s;
}

.card-button div a:hover {
  background-color: #dd722f;
}

 
#ctfb1 li a{
  font-size: 20px;
}

    /* Default hamburger hidden on desktop */
.hamburger {
    display: none;
    font-size: 28px;  
    background: none;
    border: none;
    color: #fd914f;
    margin: 10px;
    cursor: pointer;
    padding-top: 20px;
}
 
/* Dropdown hidden by default */
.dropdown-menu {
    display: none;
}

/* Dropdown visible */
.dropdown-menu.show {
    display: block;
}
  

/* Responsive styles: Mobile view */
@media (max-width: 768px) {
    .hamburger {
        display: block;
    } 
    .dash-nav {
        display: none;
        flex-direction: column;
        background-color: #fff;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        border: 1px solid #ddd;
        padding: 20px;
        gap: 10px;
        width: 100%;
    }

    .dash-nav .links {
        width: 100%;
    }

    .dash-nav .btn,
    .dash-nav .btn-bg,
    .dash-nav a,
    .dropdown-toggle,
    .dropdown-item {
        width: 100%;
        text-align: left;
        color: #000 !important;   /* Force black text color */
        background-color: transparent;
    }

    .dropdown-menu {
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        padding: 10px;
    }

    .dropdown-item:hover {
        background-color: #eee;
    }
}

/* Responsive styles */
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .dash-nav {
        display: none;
        position: relative;
        top: 60px;
        left: 10px;
        right: 10px; 
        z-index: 999;
        border: 1px solid #ddd;
        padding: 20px;
    }

    .dash-nav.show {
        display: flex;
    }
}

.large-placeholder::placeholder {
  font-size: 1.1em;  
  color: #999;  
}
   .large-placeholder  {
  font-size: 1.1em;  
  color: #999;  
}
 