.formInput:has(.invalid-input:not(.d-none)) div {
    border-color: #C30734 !important;
}
.formInput:has(.invalid-input:not(.d-none)) label{
    color: #C30734 !important;
}
.verfication-code-container:has(.invalid-input:not(.d-none)) div input {
    border-color: #C30734 !important;
    color : #C30734 !important;
}

body .select2-container .select2-selection--multiple,
body .select2-container .select2-selection--single {
  border-radius: 8px;
  height: 60px!important;
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6 !important;
}
body .datatable-header .select2-container .select2-selection--multiple,
body .datatable-header .select2-container .select2-selection--single {
  height: 46px!important;
  border: 1px solid #eee
}
.loginForm .select2-container {
  width: 100%!important
}
.select2-results__option {
  text-align: start
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-size: 9.6px;
  position: relative;
  top: 1px;
  font-weight: 300
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a5a5a5;
  font-size: 12px;
  position: relative;
  top: 1px;
  font-weight: 400
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: unset;
  right: 1px;
  width: 30px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none
}
.select2-container--default .select2-selection--single {
  position: relative;
  padding-right: 30px
}
.select2-container--default .select2-selection--single::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url("../imgs/downarrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none
}
.select2-container--open .select2-dropdown {
  left: 0;
  top: 5px;
  border-top: 1px solid #9d9d9d!important;
  border-radius: 4px!important;
  font-size: 12px;
  padding: 8px
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
  border-radius: 4px;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58268 17.4998C13.9549 17.4998 17.4993 13.9554 17.4993 9.58317C17.4993 5.21092 13.9549 1.6665 9.58268 1.6665C5.21043 1.6665 1.66602 5.21092 1.66602 9.58317C1.66602 13.9554 5.21043 17.4998 9.58268 17.4998Z' stroke='%23949494' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3327 18.3332L16.666 16.6665' stroke='%23949494' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat: no-repeat!important;
  background-position: right 10px center!important;
  background-size: 16px!important;
  padding-right: 30px
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #0E96EF
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #0E96EF
}
input::-webkit-input-placeholder {
  color: #A5A5A5;
}

input::-moz-placeholder {
  color: #A5A5A5;
}

input:-ms-input-placeholder {
  color: #A5A5A5;
}

input::placeholder {
  color: #A5A5A5;
}
