:root {
    --light-blue: #085196;
    --light-green: #007a35;
    --secondary: #ddd;
  }
  
  body {
    color: #111;
    font-family: 'Graphik Regular, sans-serif'
  }
  
  .font-regular {
    font-family: 'Graphik Regular', sans-serif !important;
  }
  .custom_profile_tabs li {
    min-height:75px;
  }
  .custom_profile_tabs li a{
    height:100%;
	display:flex;
	flex-direction:column !important;
	justify-content:center !important;
  }
  .fw-14 {
    font-size: 14px;
  }
  .fw-16{
    font-size: 16px;
  }
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  /* html{
    font-size: 62.5%;
  } */
  .popup_links{
    color: #085196 ;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
  }
  .login_btn{
   
    max-width: 130px;
    text-align: center;
  }
  .login_btn_block{
    padding: 8px 30px!important;
  }
  .common-btn {
    background-color: #085196;
    color: #fff;
    font-size: 1.8rem;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
  
   
  }
  .signin_title{
    font-size: 1.5rem;
    font-weight: bold;
   font-size: 20px;
   line-height: 1.2;
  }
  .modal_text{
    margin: 8px 0;
  }
  
  .signin_modal .modal-dialog .modal-content .modal-body{
    padding: 36px!important;
    border-radius: 0;
  }
  .input_wrap{
    margin-bottom: 20px;
  }
  .custom_input{
    padding: 8px 16px;
    border-radius: 4px;
  }
  
  .purpose_text{
    color: #085196;
    font-size: 16px;
    font-weight: bold;
  }
  
  
  
  .custom_input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0;
    border-radius: 0;
    resize: none;
    border: none;
    outline: none;
    background: transparent;
    transition: all 0.2s ease;
    padding-block: 6px;
  }
  
  .input_wrap {
    position: relative;
    height: 4rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--secondary);
    display: flex;
    align-items: center;
  
  }
  
  .form-label {
    position: absolute;
    font-family: 'Graphik Regular', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    top: 8px;
    left: 0;
    width: 100%;
    color: #111;
    transition: top 0.3s ease;
  }
  
  .custom_input::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  
  .custom_input:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  
  .custom_input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  
  .custom_input:not(:-moz-placeholder-shown).custom_input:not(:focus)~.form-label {
    top: -0.75rem;
    left: 0;
    font-size: 16px;
    z-index: 9;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .custom_input:not(:-ms-input-placeholder).custom_input:not(:focus)~.form-label {
    top: -0.75rem;
    left: 0;
    font-size: 16px;
    z-index: 9;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .custom_input:focus~.form-label,
  .custom_input:not(:placeholder-shown).custom_input:not(:focus)~.form-label {
    top: -18px;
    left: 0;
    font-size: 12px;
    z-index: 9;
    transition: all 0.2s ease;
    color: var(--light-blue);
    font-weight: 600;
  }
  
  .custom_input.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    padding-block: 6px;
  
  }
  
  .form-icon {
    position: absolute;
    right: 0;
    z-index: 2;
    color: #111111c9;
  }
  
  .custom_input.form-control:focus+.form-icon {
    color: var(--light-blue);
  }
  
  select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding-block: 12px;
    outline: none;
    background-image: none;
  
  }
  
  .country {
    position: relative;
  }
  
  .country:after {
    content: '\f107';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    z-index: 3;
  }
  
  .country select {
    padding-inline: 5px;
  }
  
  .country select option {
    line-height: 1.5;
  
  }
  
  .signin_modal .modal-dialog .modal-content {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  
  .signin_modal .modal-dialog .modal-content .modal-body {
    padding: 24px !important;
    border-radius: 0;
  }
  
  .signin_modal .modal-dialog .modal-content.modal-header {
    display: block;
    /* flex-shrink: 0;
      align-items: center;
      justify-content: space-between; */
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .signin_modal .modal-dialog .modal-content .modal-header {
    padding: 8px;
    background-color: var(--light-blue);
    color: #fff;
    text-align: center;
    display: block;
  
  }
  
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  .modal-body {
    scrollbar-width: auto;
    scrollbar-color: var(--light-blue) #ffffff;
  }
  
  /* Chrome, Edge, and Safari */
  
  
  .signup-dark-bg {
    background-color: var(--light-blue);
    height: 100%;
  }
  .close_btn{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
    background: yellow;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(25%, -30%);
  }
  .close_btn i{
    color: black;
    font-size: 18px;
  
  }
  .purpose_text{
    color: #085196;
    font-size: 16px;
    font-weight: bold;
  }
  .hints_wrap{
    padding-block: 24px;
    padding-block: 16px;
  }
  .hints_wrap ul li{
  
    color: var(--light-green);
  
  }
  .change_psw_img{
    max-width: 75%;
  }
.note-text li {
  position: relative;
  margin-bottom: 4px;
  margin-left: 12px;
  font-size: 14px;
  list-style:disc;
} 
  .note-text li:before{
  position: absolute;
  display:none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 800;
  width: 22px;
  height: 22px;
  background: var(--light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  left: 0;

  top: 50%;
  transform: translateY(-50%);
}
  
  @media(max-width:600px){
    .close_btn {
      transform: translate(-10%, 10%);
      width: 30px;
      height: 30px;
      opacity: .8;
  }
  }
  @media(min-width:576px){
    .modal-sm {
      max-width: 350px;
  }
  }
  @media(min-width:768px){
    .sign-up-img-box img{
      width:90%;
    }
  }