input {
  width: 100%;
  padding: 8px 20px;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: none;
  color: hsl(var(--input_placeholder));
  font-size: 14px;
  background: hsl(var(--bg_clr_white));
  min-height: 50px;
  box-shadow: 0px 3.66px 3.66px 0px #708aa70f;
  border: 0.91px solid #cbd4cd;
}

.input2,
select {
  width: 100%;
  padding: 8px 20px;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: none;
  color: hsl(var(--input_placeholder));
  font-size: 14px;
  /* background: hsl(var(--bg_clr_white)); */
  background: var(--clr_light_01) !important;
  min-height: 50px;
  box-shadow: 0px 3.66px 3.66px 0px #708aa70f;
  border: 0.91px solid #cbd4cd;
}
::placeholder{
  color: var(--clr_frm_dark_01) !important;
}
.input3,
.custom-select3 .select3.custom-select,
.textarea3 {
  display: block;
  width: 100% !important;
  padding: 8px 20px;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  /* color: var(--clr_frm_primary_01); */
  font-size: 14px;
  background: var(--clr_light_01) !important;
  min-height: 56px;
  border: 1px solid var(--clr_primary_23) !important;
  box-shadow: 0px 3.66px 3.66px 0px #708aa70f;
}
.textarea3 {
  height: 147px !important;
  min-height: 100% !important;
}
.input3::placeholder,
.custom-select3 .select3.custom-select .custom-select-trigger,
.textarea3::placeholder {
  /* color: var(--clr_frm_primary_01); */
  color: var(--clr_frm_dark_01);
}
.input_group > .form-select .custom-select.select3 {
  color: var(--clr_frm_primary_01);
}
.forms-field .input3,
.forms-field .custom-select3 .select3.custom-select,
.forms-field .textarea3 {
  font-size: 12px !important;
}

.select {
  position: relative;
}
.select select {
  padding-inline-end: 40px;
  position: relative;
}

.select i {
  position: absolute;
  right: 20px;
  bottom: 14px;
  color: hsl(var(--input_placeholder));
  cursor: pointer;
  font-size: 20px;
  z-index: 1;
}

.phone_number,
.front_icon,
.both_side,
.change_side {
  position: relative;
}

.ph_code {
  position: absolute;
  left: 0px;
  bottom: 10px;
  font-size: 14px;
  color: hsl(var(--input_placeholder));
  padding-inline: 20px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d0dbec;
}

.right_icon {
  position: absolute;
  right: 5px;
  bottom: -10px;
  padding-inline-start: 15px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  padding-inline-end: 15px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  font-weight: var(--font_weight_semiBold);
}

.change_side input {
  padding-inline-end: 90px;
}

.phone_number input {
  padding-inline-start: 90px;
}

.front_icon input {
  padding-inline-start: 44px;
}

.both_side input {
  padding-inline: 44px;
}

input::placeholder {
  color: hsl(var(--input_placeholder));
}

.input_2 {
  position: relative;
}
.input_2 input {
  padding-inline-end: 40px;
}
.input_2 i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--input_placeholder));
  cursor: pointer;
  font-size: 20px;
}
.input_label {
  font-size: 14px;
  margin-block-end: 8px;
  font-weight: var(--font_weight_semiBold);
  color: var(--para_text);
}
.input_label span {
  font-weight: var(--font_weight_regular);
}

/* form-select */
.form-select {
  width: 100%;
  padding: 0;
  padding-inline-start: 0 !important;
  /* padding-inline-end: 60px; */
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--input_placeholder);
  background: transparent;
  font-size: 16px;
  min-height: 70px;
  box-shadow: 0px 3.66px 3.66px 0px #708aa70f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input_group > .form-select .custom-select {
  color: var(--input_placeholder) !important;
  background: var(--input_background);
  font-size: 16px;
}

.form-select .arrow {
  position: absolute;
  top: 25px;
  right: 0;
}
/** Custom Select **/

.form-floating > .form-select {
  padding: 0;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
}
.custom-select sources {
  width: auto;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  padding: 5px 20px;
  border-radius: 10px;
  background: var(--input_background);
  color: var(--input_placeholder);
  /* display: inline-block; */
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  /* padding: 0 84px 0 22px; */
  /* font-size: 22px; */
  font-weight: 300;
  /* color: #fff; */
  line-height: 60px;
  /* background: #5c9cd8; */
  border-radius: 4px;
  cursor: pointer;
}
.custom-select-trigger span {
  white-space: nowrap;
  width: calc(100% - 20px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0px;
  margin-top: -1px;
  border-bottom: 2px solid var(--clr_dark_01);
  border-right: 2px solid var(--clr_dark_01);
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-select.opened {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-options {
  position: absolute;
  display: block;
  top: 60px;
  left: 0;
  right: 0;
  min-width: 100%;
  color: var(--input_placeholder) !important;
  background: var(--input_background);
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: none;
  max-height: 200px;
  overflow: auto;
}
.custom-options:before {
  position: absolute;
  display: block;
  content: "";
  /* bottom: 100%; right: 25px;
  width: 7px; height: 7px; */
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  /* font-size: 18px; */
  /* font-weight: 700; */
  /* color: #b5b5b5; */
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-family: "Sharp Sans Bold";
  margin-block: 12px;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  color: var(--clr_primary_hover);
}
.custom-option.not-hover {
  color: inherit !important;
  font-family: "Sharp Sans Light";
  font-size: 13px;
}
.custom-option.not-hover:hover {
  color: inherit !important;
}
.icon-show,
.icon-hide {
  cursor: pointer;
}
.forms-field .input3,
.forms-field .custom-select3,
.forms-field .custom-select3 .select3 {
  min-height: 41px !important;
  box-shadow: none;
}
.forms-field .input3 {
  display: block !important;
}
.forms-field .custom-select3 .select3 .custom-select-trigger {
  line-height: 24px;
  font-family: "Sharp Sans Medium";
}
.custom-select3 .custom-select.select3.opened {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: var(--clr_light_01) !important;
  box-shadow: none;
}
.custom-select3 .custom-select.select3.opened .custom-options {
  top: 38px;
  /* background: var(--clr_light_01) !important;
  border: 1px solid var(--clr_frm_primary_06); */
  background: var(--clr_light_01) !important;
  border: 1px solid var(--clr_primary_23) !important;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-inline: -1px;
}
.custom-select3 .custom-select.select3.opened .custom-options:before {
  display: none;
}
.custom-select3 .custom-select.select3 .custom-options .custom-option {
  /* color: var(--clr_frm_primary_01); */
  color: var(--clr_frm_dark_01);
  font-weight: var(--fw_medium);
  font-family: "Sharp Sans Medium";
  margin-block: 12px;
}
.input-field-select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.input-field-select .form-select {
  width: 100%;
  max-width: 60px;
}
.input-field-select
  .form-select.small-select
  .custom-select-wrapper
  .custom-select {
  padding: 7px 11px;
}
.form-select.small-select
  .custom-select-wrapper
  .custom-select
  .custom-select-trigger
  span {
  width: 100%;
  overflow: visible;
}
.input-field-select
  .form-select.small-select
  .custom-select-wrapper
  .custom-select
  .custom-option {
  padding-inline: 11px;
}

/* multiselect */
.select2-dropdown.select2-dropdown--below {
  position: relative;
  top: 6px;
  border: 1px solid var(--clr_frm_primary_06);
  border-radius: 10px;
  border-top: 1px solid var(--clr_frm_primary_06) !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.select2-results__options {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.select2-container--default .select2-results > .select2-results__options {
  padding: 10px;
}
.select2-results__option {
  font-family: "Gilroy", sans-serif;
  font-weight: var(--fw_bold);
  font-size: 10px;
  background: var(--clr_frm_primary_06_01);
  border-radius: 100px;
  color: var(--clr_frm_primary_01);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: var(--clr_frm_primary_06_01) !important;
  color: var(--clr_primary_09) !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  font-family: "Gilroy", sans-serif;
  font-weight: var(--fw_bold);
  font-size: 12px;
  background-color: var(--clr_frm_primary_02) !important;
  border: 1px solid var(--clr_frm_primary_02) !important;
  border-radius: 100px !important;
  color: var(--clr_light_01);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 15px;
  padding: 4px 12px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: var(--clr_light_01) !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  background: var(--clr_light_01) !important;
  border: 1px solid var(--clr_primary_23) !important;
  /* border: 1px solid var(--clr_frm_primary_06) !important; */
  border-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  /* background: var(--clr_frm_primary_13) !important; */
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  border: 1px solid var(--clr_frm_primary_06) !important;
  border-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 100%;
  padding-block: 8px !important;
}
.select2-hidden-accessible {
  min-height: 0;
}
.form-select.custom-multiselect {
  height: 100%;
  min-height: 100%;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  gap: 11px !important;
  flex-wrap: wrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 0 !important;
  margin-right: 0 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 12px !important;
  color: #c9931b !important;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.custom-options::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
}

/* register-select */
.custom-select3.register-select .select3.custom-select {
  box-shadow: none;
}
.register-select {
  min-height: 56px;
}
.register-select .custom-select-trigger {
  line-height: 38px !important;
  font-weight: var(--fw_medium);
  font-family: "Sharp Sans Medium";
}
/* another phone code */
.tel-code-select.input-field-select .form-select{
  max-width: 90px;
}
.tel-code-select.input-field-select .form-select select{
  text-align: center;
  padding-inline-start: 7px;
}
.disbable-field{
  background: #ede6e6 !important;
}
