@media print {
  .bd-print-none {
    border: none !important;
  }
}

.modal {
  z-index: 999 !important;
}

.modal-backdrop {
  z-index: 998 !important;
}

.form-floating .ant-select-selector {
  height: 58px !important;
  border-radius: 0 !important;
  overflow-y: auto;
}

.form-floating .ant-select-selection-placeholder {
  color: #000 !important;
}

.validation-input-text {
  position: absolute;
  bottom: 0;
  left: 23px;
}

.form-floating input[type="search"] {
  /* background-color: #000 !important; */
  font-size: 16px !important;
  height: 56px !important;
  padding-top: 1.625rem !important;
  padding-bottom: 0.625rem !important;
}

.form-floating .ant-select-selection-item,
.form-floating .ant-select-selection-placeholder {
  font-size: 16px !important;
  line-height: 20px !important;
  padding-top: 1.625rem !important;
  padding-bottom: 0.625rem !important;
}

.form-floating:first-child .ant-select-selector {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.form-floating:last-child .ant-select-selector {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.form-floating .ant-select-selection-item-content {
  position: relative;
  top: -18px !important;
  height: 18px !important;
  font-size: 14px;
}
