label{
  font-weight: bolder;
 color: black;
 font-size: 15px;
}
.dropdown-toggle{
color: black;
}

.dropdown-toggle:hover{
  color: black;
}
.dropdown-toggle:focus{
  color: black;
}
.dropdown-toggle:visited{
color: black;
}
.my-account-title {
    text-align: center;
    
  }
  .form-section {
    padding: 20px;
    border: 1px solid #CED0BB;
    border-radius: 5px;
  }
  .btn-custom {
    background-color: #3C4619;
    color: #fff;
    border-radius: 50px;
   height: 55px;
  }
  .btn-custom:hover{
    color: white;
  }

  .spacing-custom {
    margin-left: 20px; /* Adjust the value as needed */
  }


  /* eye password view css */
  .password-wrapper {
    position: relative;
    color: #CED0BB;
  }

  .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(17%);
    color:#556b2f ;
    cursor: pointer;
  }

  .container-fluid .form-control {
  background-color: white;
  border:1px solid #CED0BB;
}
.lost_pass{
  color: #6A6E49;
  font-weight: bold;
}

a:hover{
  color: #6A6E49;
 
}


#eyeIcon {
  filter: invert(65%) sepia(12%) saturate(446%) hue-rotate(59deg) brightness(97%) contrast(84%);
}


.custom-radio {
  border: 1px solid #CED0BB;
  appearance: none; 
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
}

/* Style for the checked state */
.custom-radio:checked {
  background-color: #3C4619;
  border: 1px solid #CED0BB;
}

/* Inner circle for the checked state */
.custom-radio:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #3C4619;
  border-radius: 50%;
}

.privaayc_color{
  color: #6A6E49;
}

.header-right .country-list{
  font-size: small;
  position: relative;
}
.navbar .navdd{
  display: none;
}

.form-check .wouldlike{
  font-size: 14px;
}

.form-check .yourpersonal{
  font-size: 13px;
}

.footer .kakagg{
  width: 100%;
  height: 120px;
}
.footer-bootom .rowww{
  width: 100%;
}

.container-fluid .ghgh{
  width: 100%;
  height: 10px;
}

.enteryourmail{
  height: 45px;
  width: 100%;
  margin-top: 15px;
  border-radius: 10px;
}