/* ui matrial inputs */
.MuiInputBase-input:-webkit-autofill {
  height: 20px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
}

.MuiOutlinedInput-input:-webkit-autofill {
  background-color: transparent !important;
}

.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-outlined {
  transform: translate(14px, 15px) scale(1) !important;
}

.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(14px, -5px) scale(0.75) !important;
}

.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-shrink.MuiInputLabel-outlined.MuiFormLabel-filled.dropdown-label {
  display: none !important;
}

html[dir='rtl'] .MuiSelect-outlined.MuiSelect-outlined {
  font-weight: var(--font-regular);
  font-size: 16px !important;
}

html[dir='rtl'] .MuiSelect-outlined.MuiSelect-outlined {
  padding-right: 15px !important;
}

.MuiOutlinedInput-notchedOutline {
  border-color: transparent !important;
  background-color: transparent;
  /* color: black !important; */
}

/* checkbox input */
.custom-checkbox-container .checkbox-label > div {
  width: 145px;
  padding: 10px;
  height: 45px;
  border-radius: 30px;
  border: solid 1px #d7d7d7;
  cursor: pointer;
}

.custom-checkbox-container .checkbox-label > div span {
  font-size: 13px !important;
  text-align: center !important;
}

.custom-checkbox-container input[type='checkbox']:checked + .checkbox-label > div {
  background: #30c178 !important;
  color: #ffffff !important;
  border: none !important;
}

.custom-checkbox-container input[type='checkbox']:checked + .checkbox-label > div > span {
  color: #ffffff !important;
  font-weight: var(--font-regular);
}

.custom-checkbox-container input[type='checkbox'] .checkbox-label > div > span {
  color: #ffffff !important;
  font-weight: var(--font-regular);
}

.hidden-placeholder {
  visibility: hidden !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset !important;
}

.show-more-btn {
  width: 250px;
  height: 40px;
  border: 1px solid rgba(151, 151, 151, 0.18);
  border-radius: 10px;
  color: black !important;
}

.show-more-btn span {
  color: black !important;
  font-weight: var(--font-medium);
}

@media (max-width: 1400px) {
  .custom-checkbox-container .checkbox-label > div {
    width: 140px;
    height: 40px;
  }
}

@media (max-width: 1100px) {
  .error-message {
    font-size: 12px !important;
  }

  .custom-checkbox-container .checkbox-label > div {
    width: 125px;
    height: 40px;
  }

  .custom-checkbox-container .checkbox-label > div span {
    font-size: 10px !important;
    text-align: center !important;
  }
}

/* @media (max-width: 940px){
  .custom-checkbox-container .checkbox-label>div {
  width: 140px;
  height: 45px;
}
} */

@media (max-width: 550px) {
  .custom-checkbox-container .checkbox-label > div {
    width: 125px;
    height: 40px;
  }

  .custom-checkbox-container .checkbox-label > div span {
    font-size: 10px !important;
    text-align: center !important;
  }
}
