/* Ensure select2 dropdowns for college, hostel, pg use full width */
.input_box .select2-container {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.input_box .select2-selection--single {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  border: none;
  background: transparent;
  padding-left: 35px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

body {
    margin: 0;
    height: 100%;
    
    /* background: url("../images/yuva_register.jpeg"); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom;
   background-attachment: fixed;
    
  }
  .backgroundBodyImage {
    background: url("../images/yuva_register.jpeg");
    background-attachment: fixed; 
    background-repeat: no-repeat;
  }

  .heading {
    color: white;
    font-size: 22px;
    font-weight: 500;
  }

  .heading p {font-size: 1rem !important;}

  .content_box {
    max-width: 450px;
    height: auto;
    /* position: absolute;
    top: 100px;
    right: 10%;*/
    background: whitesmoke;
padding: 20px;

  }



  .content_box h5 {
    color: #fe8625;
    font-size: 1rem;
    font-weight: 500 !important;
    border-bottom: 1px solid #fe8625;
    padding-bottom: 10px;
  }

  .modal-header {border-bottom: 0;}

  .modal-body h5{color: #fe8625;
    font-size: 1rem;
    text-align: center;
  }

  header {
    width: 100%;
    height: auto;
    background-color: #fe8625;
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .small_view_header {
    position: relative;
    height: 130px;
    background-image:linear-gradient(#ffffff00, white),url("/static/prabodhan/images/yuva_register.jpeg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .small_view_header_image {
    height: auto;
    width: auto;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1111;
  }

  .form_box {
    height: auto;
    width: auto;
    position: relative;
  }

  .form_box .input_label {
    height: auto;
    width: auto;
    position: absolute;
    top: -8px;
    left: 15px;
    background: whitesmoke;
    z-index: 1;
  }

  .form_box h2 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500 !important;
  }

  .input_box {
    height: auto;
    width: 100%;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-color: white;
  }



  .iconBox {
      position: absolute;
      top:50%;
      transform:translateY(-50%);
      left:10px
  }

.iconBox[data-multipleSelect="multipleInterest"]{
    top:10% !important;transform: translateY(10%);
  }

  .landmarkSearchBlock {
      position: absolute;
      top:0;
      right: 0;
      background-color:  #FFF3E9;
      width:100px;
      height: 100%;
      border:0;
      cursor: pointer;
  }

  .searchLandmarkBlock {
      position: absolute;
      top:50%;
      left:50%;
      transform: translate(-50%,-50%);

  }

  .searchLandmarkBlock i ,.searchLandmarkBlock span{color:#FF8625;}

  .iconBox i {color:#B9B9B9;}

  .form_box .input_label h2::after {
    content: "*";
    color:black
  }

  /* Add here to remove asterik */
  #id_note::after, #id_interest::after , #label_line1::after , #label_line2::after {
    content: "";
  }

  .form_box .input_box .text_input {
    border: 0;
    padding-left: 35px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .text_input[data-selectCategory="category"] {
      appearance: none;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
      background-repeat: no-repeat;
      background-position-x: right;
      background-position-y: center;
      background-color: white;
  }

    .text_input[data-selectDate="dob"] {
      appearance: none;
      background-repeat: no-repeat;
      background-position-x: right;
      background-position-y: center;
      background-color: white;
      padding-left: 20px !important;
  }
  .input_box  select:required:invalid {
    color: #bbb9bb;
  }

  .input_box select option {
    color: black;
  }


  .event_box {
    height: auto;
    width: 100%;
    border: 1px solid #bbb9bb;
    border-radius: 23px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .event_box img {
    width: 95%;
    height: 7rem;
    align-self: center;
    margin-top: 0.5rem;
  }
  .event_box .inner-wrap {
    width: 85%;
    margin: 0.7rem;
  }
  .event_box .inner-wrap p {
    font-size: 12px;
  }
  .event_title,
  .volunteer_count {
    color: #ff9900;
    padding-left: 0.2rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .more_events {
    color: #ff9900;
    font-weight: 600;
    font-size: 1rem;
    float: right;
  }

  .more_events:hover {
    color: #ff9900;
  }

  .more_events:focus {
    outline: none;
    box-shadow: none;
  }

  .modal-content {
    max-width: 900px;
    border: none;
    border-radius: 1.5rem;
  }

  .form_box .input_box .text_input::placeholder {
    color: #bbb9bb;
  }

  .form_box .input_box .text_input:focus-visible {
    outline: none;
  }

  .form_box .input_box .text_input:focus {
    outline: none;
  }

  .form_box .input_box .text_input:nth-child(2) {
    border-left: 1px solid #bbb9bb;
  }

  .chosen-select {
    border: 1px solid #bbb9bb;
  }

  #animal {
    border-top: 0 !important;
  }

  .caret_down {
    position: absolute;
    top: 8px;
    right: 6px;
  }

  .submit_button {
    background-color: #fe8625;
    color: white;
    text-align: center;
    width: 70%;
    border: 1px transparent;
    border-radius: 8px;
    transition: 0.2s;
  }

  .submit_button:hover{
      transform: scale(0.99);
  }

  #home {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 36px;
  }

  .fa-home {
    font-size: 25px;
    margin-left: 25px;
  }

  .logo_text {
    line-height: 0;
    margin-left: 20px;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
  }

  .c-modal {position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    background: #000000bd;
    z-index: 99;
    display: none;
  }

  .main_div {
    background-color: whitesmoke;
  }

  .c-modal-container {position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);background: white;min-width: 400px;padding:20px;}
  .c-modal-title {color:#FF8625;margin-top: 20px;font-size: 1rem;text-align: center; }
  .c-modal-container button {position: absolute;top:5px;right: 0;}
  @keyframes john {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0.6;
    }

    80% {
      opacity: 0.8;
    }

    100% {
      opacity: 1;
    }
  }

  @media screen and (max-width: 992px) {
    .fa-home {
      font-size: 40px;
      margin-left: 0;
    }
    .content_box {
        width: 100%;
        right: 0;
        top:120px;
        z-index: 5;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
      }
      .content_box h5 {font-size: 0.95rem;}
    .onTopRssImage {position: absolute;z-index: 5;padding: 0;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      top: 0px;}
    .c-modal-container {min-width: 80%;}
    .text_input[data-selectDate="dob"] {
          padding-left: 35px !important;
      }
      .iconBox[data-multipleSelect="multipleInterest"]{
        top:15% !important;transform: translateY(15%);
      }
  }
  @media screen and (max-width: 768px){
    .content_box {
        width: 100%;
        max-width: 768px;
        
        
      }
      .form_box .input_label {
        position: relative;
        left:0
      }
  }
.errorlist {
list-style: none;
padding: 0;
margin-bottom: -4px;
}
.form_errors {}

div.help {
margin-top: 0;
font-size: 11px;
color: #999;
margin-bottom: 0;
padding-bottom: 0;
}
