.app-header {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.float-add {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 1000;
}

.select2-dropdown {
  z-index: 9999; /* Or any value higher than the overlapping element */
}

.select2-selection {
  height: 100% !important;
}

.select2-selection__rendered {
  line-height: 37px !important;
}

.select2-selection__arrow {
  height: 100% !important;
}

.full-currency .select2 {
  width: 100% !important;
}

.date-form {
  border: 0px !important;
  width: 100px;
  padding-right: 0px;
  text-align: right;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}