html,
body {
  height: 100%;
}

body {
  background-color: #F7F7F7;
}

p{
  margin-bottom: 0 ;
}
.contact-txt-bold{
  font-weight: 700;
  font-family: 'Muli';
}
.contact-txt{
  font-family: 'Muli';
}
.green-tick {
  width: 50px;
}
.contact{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.loader-img {
  height: 50px;
  display: none;
}

.loader {
  position: fixed;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  top: 0;
  left: 0;
}

.main {
  min-height: 100svh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.iti {
  width: 100%;
}

.password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.select2-selection__placeholder {
  font-family: 'Muli';
  font-size: 1.1rem;
  color: #635C5F !important;
  line-height: 1.5 !important;
}

.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #bababa;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}

.password-box {
  position: relative;
}

i {
  padding-right: 15px;
}

.password-toggle-icon i:hover {
  color: #000;
}

.select2-selection__arrow {
  margin: 10px;
}

button:disabled,
button[disabled] {
  background-color: #8bac80;
  cursor: not-allowed;
}

.select2-selection--single {
  height: auto !important;
  border: 1px solid #dee2e6 !important;
}

.select2-selection--single:focus {
  border-color: #5DAA45 !important;
  box-shadow: 0 0 0 0.1rem rgba(93, 170, 69, 0.1) !important;
}

.select2-selection__rendered {
  font-family: 'Muli';
  font-size: 1.1rem;
  color: #635C5F !important;
  line-height: 1.5 !important;
  box-sizing: border-box;
  padding: 10px;
}

.select2-results__option--highlighted {
  background-color: #5DAA45 !important;
}

.select2 {
  width: 100% !important;
}

.invalid-input {
  margin: 0 0 0 8px;
  color: #c74854;
  font-family: 'Muli';
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.invalid-input:empty {
  display: none;
}

.button-close {
  position: relative;
}

input {
  font-family: 'Muli';
  font-size: 1.1rem !important;
}

.select2-container--default .select2-selection--single {
  border-radius: .375rem !important;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dddddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9b9b9b;
}

.alert-danger {
  display: flex;
  align-items: center;
}

.danger {
  display: flex;
  align-items: center;
}

.alert-text {
  font-weight: 500;
}

.iti__search-input:focus {
  outline-color: #5DAA45;
}

.form-select option:hover {
  font-family: 'Muli' !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #595C5F !important
}

.iti__globe {
  opacity: .6;
}

#alert {
  margin-top: 10px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  max-width: 510px;
  display: flex;
  align-items: center;

}

.select-group {
  height: auto;
}

.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  margin: 0 0 20px 0;
}

form {
  display: flex;
  flex-direction: column;
}

.form-button {
  background-color: #5DAA45;
  border-radius: .375rem;
  width: 100%;
  height: 48px;
  border: none;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Muli';
}

.form-group {
  padding: 0 5px 0 5px;
  position: relative;
}

h1 {
  color: #6d7275;
  font-family: 'Muli';
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

.form-row {
  display: flex;
  justify-content: space-between;
}

.row-gap {
  row-gap: 1.85rem;
}

.container {
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px #E1E1E1;
  box-shadow: 0 0 15px #E1E1E1;
  max-width: 900px;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .container {
    padding: 2rem 2rem;
  }

  .main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.checkbox {
  font-weight: 400;
}

.form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-control:focus {
  border-color: #5DAA45;
  box-shadow: 0 0 0 0.1rem rgba(93, 170, 69, 0.1);
}

.select2-selection.select2-selection--single:focus-visible,
input:focus-visible {
  outline-color: #5DAA45 !important;
}

.form-group:focus-visible {
  outline: none !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.confirm-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
}
a {
  color: #5DAA45;
  text-decoration: none;
  font-family: "Muli";
  font-weight: 400;
}

a:hover {
  opacity: 0.8;
  color: #5DAA45;
  text-decoration: underline;
}
.confirm-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  width: 90%;
  margin-inline: auto;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .confirm-section {
    width: 50%;
  }
}
.btn-close:focus{
box-shadow: none ;
}
.modal-content {
  border: 1px solid #eaeaea;
  border-radius: .9rem;
  outline: 0;
}
.modal-content > .modal-header{
  display: flex;
  justify-content: flex-end;
}
.modal-content > .modal-header > button{
  background-color: transparent;
  border: 0;
  line-height: 1;
}
.modal-content .modal-title.h4{
  color:#666666!important;
  margin-bottom: 1rem;
}
.modal-content > .modal-header > button > span{
  font-size: 1.35rem;
  color: #666666!important;
}
.modal-content > .modal-header{
  border-bottom: 0!important;
}
.modal-content > .modal-footer{
  border-top: 0!important;
  display: flex;
  justify-content: center;
}
.verification-wrapper{
  min-width: 52%;
}
#password-message { 
  display: none; 
  background: #ffffff; 
  color: #000; 
  position: absolute; 
  text-align: left; 
  z-index: 99;
  left: 0;
  border: 1px solid #eaeaea;
  padding: 10px;
  border-radius: 7px;
} 
.modal-title{
  font-family: 'Muli';
}
#password-message p { 
  font-size: 14px;
  font-family: 'Muli';
  font-weight: 400;
} 

#password-message p:not(:last-child) { 
  margin-bottom: 5px;
} 

.valid:before { 
  color: green; 
  position: relative; 
  content: "✔"; 
  padding-right: 5px;
  padding-left: 5px;
} 

.invalid:before { 
  color: red; 
  position: relative; 
  content: "✖"; 
  padding-right: 5px;
  padding-left: 5px;
} 

/* Error message style */
.error-msg { 
  color: red; 
  font-size: 14px; 
  margin-top: 4px; 
}

.input-icon {
  position: absolute;
  z-index: 9;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.input-icon > svg {
  width: 20px;
  fill: #818181;
}
.contact > svg {
  fill: #818181;
  margin-right: 4px;
}

.form-group:has(.input-icon) input {
  padding-left: 52px;
}