.dropdownSelectselect {
  border-color: #212529;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.2rem;
  padding: 5px30px5px10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.dropdownSelectselect::-ms-expand {
  display: none;
}

.dropdownSelect {
  position: relative;
}

.dropdownSelect {
  display: inline-block;
  content: "";
  border-top: 0.3emsolid;
  border-right: 0.3emsolidtransparent;
  border-bottom: 0;
  border-left: 0.3emsolidtransparent;
  position: absolute;
  top: 14px;
  right: 10px;
}

/* Adjust positioning for the dropdown when search input is shown */
.open-down.search-open {
  top: 40px;
}

.open-up.search-open {
  bottom: 40px;
}

/* Style for the search input */
.search-input {
  padding: 8px;
}

.search-input input {
  width: 100%;
  padding: 6px;
}

.search-input input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}


.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: #fbfdff;*/
  background-color: rgba(251, 253, 255, 0.7);
  /*opacity:0.5;*/
  top: 0;
  left: 0;
  z-index: 1070;
  max-height: calc(100vh);
  user-select: none;
}
.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  /* max-height: calc(100vh);*/
}
.cardDisabled .cardBg:before {
  background-color: rgba(255, 255, 255, 0.7);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.disable-option {
  color: rgb(170, 170, 170);
  font-weight: 400;
}

.flaticon-draw {
  cursor: pointer;
}

.flaticon-draw {
  color: #276AFF;
}

.flaticon-underline {
  text-decoration: underline !important;
}
