* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  padding: 15px;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

nav {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

nav .logo img {
  height: 30px;
}

.button-sign {
  padding: 10px 70px;
  outline: none !important;
  border: none !important;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  font-weight: 600;
}

.button-sign-blue {
  padding: 10px 70px;
  outline: none !important;
  border: none !important;
  background: #1E90FF !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
}



.main {
  content: '';
  background: #1E90FF;
  height: 400px;
  border-radius: 10px;
}

.main .content {
  padding-top: 35px;
}

.main .content h1 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.main .content p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.form-box {
  width: 35%;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 35px auto 0px;
  padding: 30px;
  border-radius: 10px;
}

.form-box-new {
  background: #fff;
  width: 80%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 35px auto 0px;
  padding: 30px;
  border-radius: 10px;
}

.varify-box {
  background: #f3f9ff;
  padding: 10px 10px;
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}

.varify-box img {
  height: 20px !important;
}

.varify-box ul {
  display: flex;
  padding-left: 0px;
  margin-bottom: 0px;
}

.varify-box ul li h5 {
  margin-bottom: 0px;
}

.form-box-new img {
  height: 100px;
}

.form-box h3 {
  font-size: 22px;
  font-weight: 700;
}

.form-box p {
  font-size: 14px;
  padding-top: 3px;
  color: #475569;
}

form label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 3px;
  color: #0F172A;
}

form :where(input, select) {
  width: 100%;
  outline: none !important;
  border: 2px solid #CBD5E1;
  border-radius: 5px;
  padding: 5px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}

.form-group {
  margin-bottom: 10px;
}

.submit {
  padding: 6px 70px;
  outline: none !important;
  border: none !important;
  background: #1E90FF !important;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  width: 100%;
}

.submit-social {
  padding: 6px 70px;
  outline: none !important;
  border: 1px solid #0F172A !important;
  background: none !important;
  border-radius: 10px;
  font-weight: 600;
  color: #475569;
  margin-top: 10px;
  width: 100%;
}

.verify {
  text-align: center;
  margin: 10px 0px;
}

.submit-social img {
  height: 20px;
}

.otp {
  padding: 20px 100px;
}

.check-img {
  height: 100px;
}

.set-profile {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.set-profile img {
  height: 100px;

}

.set-profile .edit {
  position: absolute;
  right: 0;
  height: 25px;
  bottom: 0px;
}

.Upload Video {
  position: relative;
}

.position-button {
  position: absolute;
  right: 18px;
  height: 45px;
}

.attach-file {
  border: 2px solid #CBD5E1;
  border-radius: 5px;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  nav {
    padding: 10px;
    width: 100%;
  }

  body {
    padding: 0px;
  }

  .button-sign {
    padding: 10px;
  }

  .main .content h1 {
    font-size: 26px;
  }

  .form-box {
    width: 93%;
    padding: 20px;
  }

  .main {
    height: 100vh;
    padding-bottom: 15px;
    border-radius: inherit;
    overflow-y: scroll;
  }

  .submit-social {
    padding: 6px;
  }

  .otp {
    padding: 20px 0px;
  }

  .form-box-new {
    width: 94%;
  }

  .form-box-new .button-sign-blue {
    padding: 10px 0px;
    outline: none !important;
    border: none !important;
    background: #1E90FF !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    margin-left: 0px;
    /* margin-top: 20px; */
    width: 100%;
  }

  .form-box-new .button-sign {
    padding: 10px 0px;
    outline: none !important;
    border: none !important;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
  }



}

.status-indicator {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  /* Rounded border for the whole indicator */
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid;
  /* Border that matches the color of each status */
}

.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.divider {
  width: 1px;
  height: 24px;
}

.status-text {
  padding: 5px 10px;
}

/* Success (Active) Styles */
.status-indicator-success {
  border-color: #e0f7e9;
  color: #28a745;
}

.status-indicator-success .icon-container {
  background-color: #e0f7e9;
}

.status-indicator-success .icon {
  background-color: #28a745;
}

.status-indicator-success .divider {
  background-color: #e0f7e9;
}

/* Warning (Pending) Styles */
.status-indicator-warning {
  border-color: #fff3cd;
  color: #e08f31;
}

.status-indicator-warning .icon-container {
  background-color: #fff3cd;
}

.status-indicator-warning .icon {
  background-color: #ffc107;
}

.status-indicator-warning .divider {
  background-color: #fff3cd;
}

.status-indicator-danger {
  border-color: #f8d7da;
  color: #dc3545;
}

.status-indicator-danger .icon-container {
  background-color: #f8d7da;
}

.status-indicator-danger .icon {
  background-color: #dc3545;
}

.status-indicator-danger .divider {
  background-color: #f8d7da;
}

/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}