.container {
    padding-left: 15px;
    padding-right: 15px;
}
.logo1 img {

   width: 100px;
   height: 100px;
   margin: 0 auto;
   display: block;
}
/* ==========================================================================
   #FONT
   ========================================================================== */
.font-robo {
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}

.enter_number {
    position: relative;
    background: #fff;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-top: 25px;
}
.enter_number h4 {
    color: #878D92;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    border-right: 1px solid #DDE2E3;
    padding: 0px 10px;
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enter_number_otp {
    background: #FBF2E2;
    border: 1px solid #D8D8D8;
}
.enter_number input.number_input {
    width: 100%;
    height: 30px;
    border: none;
    outline: none;
    padding: 0px 10px;
    font-size: 18px;
    color: #17151C;
    display: flex;
    font-weight: bold;
    align-items: center;
}

.edit_number_btn img {
    width: 20px;
    border-radius: 0px;
}
.enter_number_otp h5 {
    font-size: 18px;
    color: #000;
    padding: 5px 10px;
    width: 100%;
    font-weight: bold;
    margin: 0;
    border: none;
}
.edit_number_btn img.bjpsadyata {
    display: block;
    /*width: 96px */

    margin: 0px auto;
    width: 25px;
    border-radius: 10px;
}


.otp_input {
    margin: 25px 0px;
}
.otp_input div {
    justify-content: space-between;
}
.otp_input div input {
    width: 45px !important;
    height: 45px !important;
    background: #fff;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 8px;
}

.resendlink {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: bold;
    display: flex;
    margin: 25px 0px 0px auto;
    text-decoration: none;
    justify-content: flex-end;
}

.resendlink span.timer {
    color: #F15600;
    margin-left: 5px;
    font-weight: 500;
}
.container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 20px 0px 12px 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #878D92;
    font-size: 12px;
    font-weight: 400;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #17151C;
    border-radius: 4px;
}



.container_check input:checked ~ .checkmark {
  background-color: #17151C;
  border-color: #17151C;
}

.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_check input:checked ~ .checkmark:after {
  display: block;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.next_pagebtn_disable.next_pagebtn {
    background: #878D92;
    pointer-events: none;
    cursor: none;
}
.next_pagebtn span {
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.next_pagebtn_disable.next_pagebtn img.active_arrow {
    display: none;
}
.next_pagebtn img {
    width: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
}
.next_pagebtn {
    text-decoration: none;
    background: #F5821F;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}
.next_pagebtn img.active_arrow {
    display: flex;
}


.filldetail_flex {
    position: relative;
    padding: 10px 0px;
}
.filldetail_flex h5 {
    text-align: center;
    margin: 0px auto;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user_profile_main {
    border-bottom: 1px solid #E9E8F2;
}
.user_profile_div {
    width: 120px;
    height: 120px;
    margin: 20px auto;
    position: relative;
    /* overflow: hidden; */
    border-radius: 100px;
}

.user_profile_div img.user_img {
    width: 120px;
    height: 120px;
    margin: 0px auto;
    border-radius: 100px;
    display: block;
}
.upload_btn img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.upload_btn {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.user_name {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin: 20px auto 40px auto;
    font-weight: bold;
}

.form-container {
  max-width: 400px;
  margin: auto;
  background: #fff;
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

form h3 {
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

/* Form Groups */
.form-group {
  margin-bottom: 25px;
}

label {
  display: block;
  font-size: 0.9rem;
  color: #555;
  font-weight: bold;
  margin-bottom: 5px;
}

input,
select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9rem;
}

input:focus,
select:focus {
  outline: none;
  border-color: #ff6700;
  box-shadow: 0 0 5px rgba(255, 103, 0, 0.5);
}

input[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}


/* Address Section */
h3 {
  font-size: 1rem;
  color: #444;
  margin-bottom: 15px;
}

select {
  font-size: 0.9rem;
}
/* ==========================================================================
   #GRID
   ========================================================================== */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-2 {
  width: -webkit-calc((100% - 60px) / 2);
  width: -moz-calc((100% - 60px) / 2);
  width: calc((100% - 60px) / 2);
}

@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

button {
  outline: none;
  background: none;
  border: none;
}

/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */
.page-wrapper {
  min-height: 100vh;
}

body {
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

/* ==========================================================================
   #BACKGROUND
   ========================================================================== */
.bg-blue {
  background: url(../images/sadyatabg.jpg) no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  padding-bottom: 150px;
}

/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-100 {
  padding-top: 25px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-100 {
  padding-bottom: 100px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.wrapper {
  margin: 0 auto;
}

.wrapper--w680 {
  max-width: 680px;
}

/* ==========================================================================
   #BUTTON
   ========================================================================== */
.btn {
  line-height: 40px;
  display: inline-block;
  padding: 0 25px;
  cursor: pointer;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 700;
}

.btn--radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn--green {
  background: #57b846;
}

.btn--red {
  background: #FF0000;
  text-decoration: none;
}

.btn--green:hover {
  background: #4dae3c;
}

/* ==========================================================================
   #DATE PICKER
   ========================================================================== */
td.active {
  background-color: #2c6ed5;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  border: 1px solid #e0e0e0;
  margin-top: 5px;
}

.daterangepicker::after, .daterangepicker::before {
  display: none;
}

.daterangepicker thead tr th {
  padding: 10px 0;
}

.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
  outline: none;
}

/* ==========================================================================
   #FORM
   ========================================================================== */
input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

.input-group {
  position: relative;
  margin-bottom: 15px;
 
}

.input-icon {
  position: absolute;
  font-size: 18px;
  color: #ccc;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.label {
    font-weight: 500;
    margin-left: 5px;
}
.input--style-1 {
  padding: 9px 0;
  color: #666;
  margin-top: 15px;
  border-radius: 10px;
}

.input--style-1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}

.input--style-1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
  opacity: 1;
}

.input--style-1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
  opacity: 1;
}

.input--style-1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}

.input--style-1:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */
.select--no-search .select2-search {
  display: none !important;
}

.rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 34px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-left: 0;
  color: #555;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 32px;
  right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Material-Design-Iconic-Font";
  content: '\f2f9';
  font-size: 18px;
  color: #ccc;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  overflow: hidden;
}

/* ==========================================================================
   #TITLE
   ========================================================================== */
.title {
    text-align: center;
    margin-bottom: 25px;
    font-weight: revert;
    font-size: 26px;
    
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;

}

/* ==========================================================================
   #CARD
   ========================================================================== */
.card {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: red;
  background: url(../images/sadyatabg.jpg) no-repeat;
  background-size: 100% 100%;
}

.card-1 {
 
  justify-content: center;
  align-items: center;
}

.card-1 .card-heading {
  background: url("../images/bg-head-02.jpeg") center center/cover no-repeat;
  padding-top: 210px;
  background-size: 100% 100%;
  border-radius: 10px;
  width: 100%;
  /*margin-left: 2.5%;
  margin-top: 2.5%;*/
}

.card-1 .card-body {
  /*padding: 0 90px;*/
  padding-top: 55px;
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .card-1 .card-body {
    /*padding: 0 40px;*/
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.form-check-label {
    margin-left: 10px;
    font-size: 14px;
}

.text-danger{
  color: red;
  margin-left: 10px;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 45px;
}

.custom-file-input {
    font-size: 16px;
    color: transparent;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 14px;
    width: 100%;
    height: 100%;
}

.custom-file-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-align: center;
    color: #333;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
}

.custom-file-input:focus + .custom-file-label,
.custom-file-input:hover + .custom-file-label {
    border-color: #57b846;
    box-shadow: 0 0 0 0.2rem rgba(87, 184, 70, 0.25);
}

.custom-file-input:focus {
    outline: none;
}

.custom-file-input:invalid + .custom-file-label {
    background-color: #f8d7da;
    color: #721c24;
}

.custom-file-input:valid + .custom-file-label {
    background-color: #d4edda;
    color: #155724;
}


.avatar-upload {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 3px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
}

.avatar-upload input[type="file"] {
    display: none;
}

.avatar-preview {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.avatar-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.mobile-number {
  margin-top: 25px;
  border-bottom: 1px solid #dbdbd7;
  padding-bottom: 25px;
}
.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    margin-right: 10px; /* Adjust space between checkbox and label */
}

.form-check-label {
    font-size: 14px;  /* Adjust the font size if needed */
}


.username_formbg {
    border: 1px solid #C3C9D5;
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0px 0.75rem;
    border-radius: 8px;
    background-color: white;
    margin-bottom: 25px;
}
.selectgend_arrow {
    position: relative;
}

.gender_select {
    width: 70px;
    height: 40px;
    background: none;
    display: flex;
    outline: none;
    justify-content: flex-start;
    align-items: center;
    color: red;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    /* background: none; */
    appearance: none;
    position: relative;
    z-index: 2;
    padding: 0px 18px 0px 10px;
    font-weight: 700;
}
.selectgend_arrow img {
    position: absolute;
    width: 10px;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

input.userfullname {
    border: none;
    color: #080625;
    font-size: 16px;
    font-weight: 600;
}


/* General Form Group Styling */


label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

/* D.O.B and Age Group */
.dob-age-group {
  display: flex;
  gap: 15px; /* Spacing between D.O.B and Age inputs */
}

/* D.O.B Input */
.dob-input-wrapper {
  flex: 2; /* Adjust width proportion for D.O.B */
}

.dob-input {
  position: relative;
}

.dob-input input {
  width: 100%;
  padding: 10px;
  padding-right: 40px; /* Space for calendar icon */
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.dob-input input:focus {
  outline: none;
  border-color: #ff6700;
  box-shadow: 0 0 5px rgba(255, 103, 0, 0.5);
}

.icon-calendar {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #ff6700;
  pointer-events: none;
}

/* Age Input */
.age-input-wrapper {
  flex: 1; /* Adjust width proportion for Age */
}

.age-input-wrapper input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.age-input-wrapper input:focus {
  outline: none;
  border-color: #ff6700;
  box-shadow: 0 0 5px rgba(255, 103, 0, 0.5);
}

/* Gender Section */
.gender-section {
  margin-bottom: 20px;
}

.gender-section label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: #555;
}

/* Gender Buttons Container */
.gender-buttons {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  background: linear-gradient(90deg, #f8f9fc, #ffd9b5);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Individual Buttons */
.gender-btn {
  flex: 1;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.gender-btn:hover {
  background: #ffd9b5;
}

.gender-btn.active {
  background: #ff6700;
  color: #fff;
  border-color: #ff6700;
}

/* Smooth hover transition for better UX */
.gender-btn:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(255, 103, 0, 0.5);
}

.checkbox_bg {
    background: #F7F7FC;
    margin-bottom: 30px;
    padding: 5px 20px;
    margin-top: 60px;
}

