* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: sans-serif;
  }
  .main {
    max-width: 500px;
    margin: auto;
    padding: 15px;
  }
  .clear{
    clear: both;
  }
  .image_brand {
    text-align: center;
  }
  .image_brand img {
    width: 200px;
    padding: 15px 0;
  }
  .log_con {
    text-align: center;
    padding-bottom: 12px;
    padding-top: 20px;
  }
  .log_con_p {
    text-align: center;
    font-size: 13px;
    color: #8f8f8f;
  }
  .form {
    display: flex;
    justify-content: center;
    padding: 60px 0 10px 0;
  }
  .form form {
    width: 100%;
  }
  .input_container_parent {
    /* width: 280px; */
    position: relative;
  }
  .input_container_parent .label {
    position: absolute;
    left: 10px;
    top: 14px;
    transition: all 0.2s;
    padding: 0 2px;
    color: #b3b3b3;
    background: #fff;
  }
  .text_input {
    padding: 0.8rem;
    width: 100%;
    height:50px;
    border: 2px solid #8a8a8aa8;
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
    outline: none;
    transition: all 0.3s;
    /*color: #ff5b5b;*/
  }
  .label::before {
    content: "";
    height: 5px;
    background-color: #272530;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: -1;
  }
  .text_input:focus {
    border: 2px solid #fd7f0a;
  }
  .text_input:focus + .label,
  .filled {
    top: -10px;
    color: #fd7f0a;
    font-size: 14px;
  }
  .text_input:not(:placeholder-shown) + .label {
    top: -10px;
    color: #fd7f0a;
    font-size: 14px;
  }
  .text_input::placeholder {
    font-size: 16px;
    opacity: 0;
    transition: all 0.3s;
  }
  .text_input:focus::placeholder {
    opacity: 1;
    animation-delay: 0.2s;
  }
  .no-below_p {
    text-align: left;
    font-size: 12px;
    color: #575757;
  }
  .validation_d {
    height: 10px;
    width: 100%;
    /* background-color: red; */
  }
  .valid_no {
    display: none;
  }
  .login_button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 20px 15px;
    color: #fff;
    background-color: #fd7e14;
    border: none;
    font-size: 15px;
    margin-top: 142px;
  }
  .terms_log {
    font-size: 11px;
    margin-top: 15px;
  }
  .terms_log a {
    text-decoration: underline;
  }
  .prev_page{
    height: 15px;

  }
  /* setprofile.html */
  .gender-container {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    height: 77px;
  }

  .gender-option {
    border: 2px solid transparent;
    margin: 10px;
    cursor: pointer;
    padding: 10px;
    background-color: #fff;
    transition: border-color 0.2s ease-in-out;
    height: 72px;
    width: 72px;
    border-radius: 12px;
  }

  .gender-image {
    max-width: 100px;
    max-height: 100px;
  }

  .gender-option:hover {
    border-color: #007bff;
  }

  .selected-gender {
    margin-top: 20px;
    font-weight: bold;
    font-size: 10px;
    color: #ccc;
  }
  .gender_p {
    margin-bottom: 20px;
  }
  .setprofile_h2 {
    margin-top: 25px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .setprofile_p {
    font-size: 12px;
    color: #9c9c9c;
  }
  /* Add this CSS to your existing stylesheet or a separate CSS file */
  .calendar-container {
    position: relative;
  }
  .hide_sp {
    display: none;
  }
  #male {
    background: url(https://demo.hostdaddy.net.in/omkar/omkar/img/dashboard/male.jpeg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #female {
    background: url(https://demo.hostdaddy.net.in/omkar/omkar/img/dashboard/female.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .prefer_{
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
  }
  /* setprofile.html end */