

#myForm {
  margin: 5% auto;
  padding: 0%;
  width: 330px;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
#some_div {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
}
.image {
  width: 150px;
  height: 50px;
}

.images {
  width: 100px;
  height: 100px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity as needed */
  backdrop-filter: blur(8px);
  /* Adjust the blur amount as needed */
  z-index: 1;
}

/* .unlockAC {

  font-weight: 600;
  font-size: small;
  text-decoration: none;
  color: #06867b !important;
  border: 1px solid #06867b !important;
  border-radius: 0.4rem;

} */



.custom-link-style {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  float: left;
  color: #219b90 !important;
  /* Text color */

  border: none;
  background: none;
  padding-left: 22px;
  padding-top: 3px;
}

/* button#unlockButton {

  border: none;
  background: #fff;
  cursor: not-allowed;
}

button#unlockButton.enabled {
/
  border: none;
  cursor: pointer;
  color: black !important;
  background: #fff;
} */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
}

select option {
  /* Background color of options */
  color: #07877B;
  /* Text color of options */
  font-size: 14px;
  /* Font size of options */

  /* Adjust the height of each option */
  padding: 10px;

}

/* Style the hover state of options */
select option:hover {
  background-color: green;
  /* Maintain the background color on hover */
  color: white;
  /* Maintain the text color on hover */
}

.arrow-down {
  position: absolute;
  top: calc(50% - 2px);
  /* Adjust the position of the arrow vertically */
  right: 25px;
  /* Adjust the position of the arrow horizontally */
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  /* Adjust the color of the arrow */
}

#unlockButton {
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  color: #06867b;
  border: 1px solid #06867b;
  background-color: transparent;
  /* Ensures the button is transparent initially */
  /* Changes cursor to indicate disabled state */
}

#unlockButton:disabled{
  border: 1px solid #06867b90;
  cursor: not-allowed;
  color: #06867b90; 
}


.btn-round {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* Makes the button round */
  width: 34px;
  /* Set the width and height to make it a circle */
  height: 34px;
  padding: 0;
  /* Removes extra padding */
  font-size: 22px;
  /* Adjust the font size of the arrow */
  position: relative;
  background-color: #fff;
  /* Background color */
  transition: transform 0.2s ease-in-out;
  /* Optional: Add a smooth transition effect */
  outline: none;
  border: none;
}



.btn-round:focus {
  outline: none;
  border: none;
  /* To remove any default border */
}

.arrow {
  position: relative;
  top: 43%;
  left: 50%;
  color: #06867b !important;
  transform: translate(-50%, -50%);
}

.errorBox {
  width: 330px;
  min-height: 32px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  background-color: #fee5e4;
  border-radius: 3px;
  /* padding: 2px 4px 2px 4px; */
  padding: 0.4rem;
  margin: 0% auto;

  color: #F64E4B;
  display: flex;
  align-items: center;
  justify-content: center;

}

#username-error,
#panNumber-error,
#emailAddress-error,
#Phone-error {
  position: absolute;
  font-size: 13px;
  bottom: -24px;

  font-size: 13px;
  bottom: -20px;
  color: red;
}

.popup {
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

form {
  width: 390px;
  padding: 18px;
}

form label {
  font-weight: bold;
}

#toast-container>div {
  opacity: 1;
}

/* Reduce label size and change color to black */
.form-check-label {
  font-weight: normal !important;
  /* Remove boldness */
  font-size: smaller;
  /* Adjust the size as needed */
  color: black !important;
  /* Set label color to black */
}

/* Change radio button color to blue when checked */
.form-check-input:checked {
  background-color: #06867b !important;
  /* Change background color to blue when checked */
  border-color: #06867b !important;
  /* Change border color to blue when checked */
}

.form-check-input {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.did-floating-label-content {
  position: relative;
  margin-top: 16px;
}

.did-floating-label {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.borderinfo {
  display: flex;
  justify-content: center;
  align-items: center;

}

.borderinfo a {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #06867b;

  text-align: center;
}

.did-floating-input {
  font-size: 12px;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  background: #fff;
  color: #323840;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}

.did-floating-input:focus,
.did-floating-input:not(:placeholder-shown) {
  outline: none;
  border-color: #06867b;
  /* Change border color when focused or not placeholder-shown */
}

.did-floating-input:focus~.did-floating-label,
.did-floating-input:not(:placeholder-shown)~.did-floating-label {
  top: -14px;
  font-size: 13px;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
  top: -14px;
  font-size: 13px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
  top: -14px;
  font-size: 13px;
}

.did-floating-select[value=""]:focus~.did-floating-label {
  top: -14px;
  font-size: 13px;
}


.did-error-input .did-floating-input,
.did-error-input .did-floating-select {
  border: 2px solid #9d3b3b;
  color: #9d3b3b;
}

.did-error-input .did-floating-label {
  font-weight: 600;
  color: #9d3b3b;
}


.input-group {
  display: flex;
}

.input-group .did-floating-input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  padding-left: 0;
}

.input-group-append {
  display: flex;
  align-items: center;
  /*   margin-left:-1px; */
}

.input-group-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 34px;
  color: #323840;
  padding: 0 5px 0 20px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #3d85d8;
  border-radius: 4px 0 0 4px;
  border-right: none;
}




.card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: all 0.2s ease-in-out;
  line-height: 25px;

}

.headingDiv {
  display: flex;
  justify-content: center;
}

/* Hide the number input spinner */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}



.logoutOptions {
  z-index: 2;
  display: block;
  flex-direction: column;
  width: auto;
  height: fit-content;
  background-color: white;
  font-size: small;
}

.hoverEffect:hover {
  /* background-color:#d32f2f; */
  cursor: pointer;
  color: darkslateblue;
}

a {
  text-decoration: none
}

form label {
  font-weight: bold;
}


.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1.2rem !important;
}

@media only screen and (min-width: 200px) and (max-width: 374px) {
  .genBtn {
    font-size: 9px;
    height: 30px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 330px) {

  /* Adjust styles for screens with a maximum width of 330px and maximum height of 612px */
  .did-floating-label,
  did-floating-select {
    font-size: 10px;
    /* Adjust font size for this specific screen size */
  }

  .did-floating-input:focus~.did-floating-label,
  .did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -14px;
    font-size: 10px;
  }

  .did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -14px;
    font-size: 10px;
  }

  .did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -14px;
    font-size: 10px;
  }

  .did-floating-select[value=""]:focus~.did-floating-label {
    top: -14px;
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .genBtn {
    font-size: 12px;
    height: 30px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

  /* Adjust styles for screens with a maximum width of 330px and maximum height of 612px */
  .did-floating-label,
  did-floating-select {
    font-size: 11px;
    /* Adjust font size for this specific screen size */
  }

  .did-floating-input:focus~.did-floating-label,
  .did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -14px;
    font-size: 11px;
  }

  .did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -14px;
    font-size: 11px;
  }

  .did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -14px;
    font-size: 11px;
  }

  .did-floating-select[value=""]:focus~.did-floating-label {
    top: -14px;
    font-size: 11px;
  }

  .genBtn {
    font-size: 9px;
    height: 30px;
  }
}