.myprofile .content {
  width: calc(100% - 300px);
  padding-left: 5px;
}
.myprofile .form-container {
  max-width: 100%;
  background: #fff;
}
.myprofile .avatar-upload {
  margin: 10px auto 30px auto;
}
.myprofile .sidebar ul li button {
  width: 100%;
  padding: 10px 12px;
  text-align: left;
  font-size: 14px;
  color: #000000;
  background-color: #f5f5f5;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 500;
}
.myprofile .content .heading-content {
  text-align: left;
}
.myprofile .content .form-container .heading-container .heading-content p {
  font-size: 12px;
  color: #f10000;
}
.myprofile .content .form-container .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.myprofile .content .form-container .form-group.inputGroup .wrap-radio-type {
  display: flex;
  gap: 8px;
  align-items: center;
}
.myprofile .content .form-container .form-group.inputGroup input[type=radio] {
  margin-bottom: 10px;
}
.myprofile .content .form-container .form-group.inputGroup .radio-input-group {
  display: flex;
  gap: 5px;
}
.myprofile .content .form-container .form-group textarea {
  font-size: 14px;
  padding: 10px;
}
.myprofile .content input[type=submit], .myprofile .content button[type=submit] {
  width: 100%;
  border: none;
  padding: 12px 15px;
  background: #f09204;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 4px;
}

.form-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
  background-color: #f9f9f9;
  font-family: "Arial", sans-serif;
}
.form-container .heading-container {
  text-align: left;
  margin-bottom: 20px;
}
.form-container .heading-container .heading-content h2 {
  margin-bottom: 5px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}
.form-container .heading-container .heading-content p {
  font-size: 14px;
  color: #777;
}
.form-container .heading-container .heading-content span {
  color: red;
  font-weight: bold;
}
.form-container .form-group {
  margin-bottom: 10px;
}
.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.form-container .form-group input[type=text],
.form-container .form-group select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  color: #000000;
}
.form-container .form-group input[type=text]::-moz-placeholder, .form-container .form-group select::-moz-placeholder {
  color: #aaa;
}
.form-container .form-group input[type=text]::placeholder,
.form-container .form-group select::placeholder {
  color: #aaa;
}
.form-container .dob-group select,
.form-container .weight-group select {
  flex: 1;
}
.form-container .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 8px;
}
.form-container .radio-group label {
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.form-container .radio-group input[type=radio] {
  accent-color: #4caf50;
  transform: scale(1.2);
}

.hobbies_form_wrapper .section-title {
  font-size: 16px;
  margin: 25px 0 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hobbies_form_wrapper .section-title .icon {
  font-size: 18px;
}
.hobbies_form_wrapper .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin-bottom: 15px;
}
.hobbies_form_wrapper .checkbox-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s;
}
.hobbies_form_wrapper .checkbox-group label:hover {
  background: #e0e0e0;
}
.hobbies_form_wrapper input[type=text] {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.hobbies_form_wrapper input[type=text]:focus {
  border-color: #007bff;
  outline: none;
}
.hobbies_form_wrapper hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ddd;
}
.hobbies_form_wrapper .button-group .button {
  padding: 10px 24px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s, color 0.3s;
  box-sizing: border-box;
}
.hobbies_form_wrapper .button-group .button.clear {
  margin-bottom: 20px;
  font-size: 12px;
  text-decoration: underline;
  border-radius: 0;
}
.hobbies_form_wrapper .button-group .button.clear:hover {
  background-color: #d32f2f;
}
.hobbies_form_wrapper .alert-message {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  color: red;
}

.horoscope-gallery-wrapper p {
  text-align: left;
}
.horoscope-gallery-wrapper button[type=submit] {
  margin-top: 30px;
}

.myApp-custom-modal .myApp-modal-content {
  max-width: 400px;
  padding: 30px;
  background: linear-gradient(135deg, #ffffff, #f2cf73);
  height: 650px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}
.myApp-custom-modal .myApp-modal-content .forgot-view .site-logo {
  position: absolute;
  top: 83px;
  right: 30px;
}
.myApp-custom-modal .myApp-modal-content .forgot-view .wrap-text {
  position: relative;
  bottom: 50px;
}
.myApp-custom-modal .myApp-modal-content .forgot-view h2 {
  font-size: 45px;
  text-align: left;
}
.myApp-custom-modal .myApp-modal-content .forgot-view p {
  text-align: left;
}
.myApp-custom-modal .tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.myApp-custom-modal .tab-buttons .tab-btn {
  padding: 10px 20px;
  margin: 0 5px;
  border: none;
  border-radius: 20px;
  background: #eee;
  cursor: pointer;
  font-weight: 600;
}
.myApp-custom-modal .tab-buttons .tab-btn.active {
  background: #402f90;
  color: white;
}
.myApp-custom-modal .tab-content {
  display: none;
}
.myApp-custom-modal .tab-content.d-none {
  display: none;
}
.myApp-custom-modal .tab-content.active {
  display: block;
}
.myApp-custom-modal .login-view .site-logo {
  text-align: right;
  width: 100%;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 40px;
  padding: 0;
}
.myApp-custom-modal .login-view .welcome {
  margin: 80px 0;
}
.myApp-custom-modal .login-view .welcome h2 {
  text-align: left;
  margin: 0px !important;
  font-size: 45px;
}
.myApp-custom-modal .login-view .welcome p {
  text-align: left;
  font-size: 14px;
  color: #7a7a7a;
}
.myApp-custom-modal input[type=text],
.myApp-custom-modal input[type=email],
.myApp-custom-modal input[type=url],
.myApp-custom-modal input[type=password],
.myApp-custom-modal input[type=search],
.myApp-custom-modal input[type=number],
.myApp-custom-modal input[type=tel],
.myApp-custom-modal input[type=range],
.myApp-custom-modal input[type=date],
.myApp-custom-modal input[type=month],
.myApp-custom-modal input[type=week],
.myApp-custom-modal input[type=time],
.myApp-custom-modal input[type=datetime],
.myApp-custom-modal input[type=datetime-local],
.myApp-custom-modal input[type=color],
.myApp-custom-modal textarea {
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}

footer .registerform .lets-begin {
  background: #fff;
  position: relative;
  bottom: 30px;
  right: 0;
  left: 0;
  max-width: 991px;
  margin: auto;
  padding: 20px 20px;
  border-radius: 10px;
}
footer .registerform .lets-begin .form-row {
  display: block;
}
footer .registerform .lets-begin .form-group {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  footer .registerform .lets-begin {
    margin-top: 30px;
  }
}/*# sourceMappingURL=custom.css.map */