/*STYLES WIE CARDS/INPUTS USW*/


/*INPUT STYLES*/

.datepicker-label-pair-input {
  position: absolute;
  z-index: 2;
  margin-left: 1.1rem;
  color: #00305e;
  font-size: 11px !important;
}

.pair-input-field .ant-picker-input > input {
  margin-top: 14px;
}

.st-searchfield {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.table-tools .st-searchfield {
  min-width: 15rem;
  max-width: 22rem;
}

input[type="search"]::placeholder {
  color: #4c6e8e !important;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(52%) saturate(5795%) hue-rotate(195deg) brightness(96%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(10%) sepia(52%) saturate(5795%) hue-rotate(195deg) brightness(96%) contrast(105%);
}

.st-amount.white-bg input.form-control, input.white-bg.form-control, .st-singledropdown-input .st-singledropdown-input-togglebutton, .st-multidropdown-input-selectedvalues .st-multidropdown-input-togglebutton {
  background: white !important;
  background-color: white !important;
}

.card.white-bg input.form-control:not(.packagePrice-input), .modal-body .white-bg input.form-control:not(.packagePrice-input) {
  background-color: #f2f5f7 !important;
}

.card.white-bg .st-numberinput.white-bg-input input.form-control:not(.packagePrice-input) {
  background-color: white !important;
}

.search-input, .st-searchfield-input {
  color: #4c6e8e;
  height: 30px !important;
  border-radius: 25px !important;
  padding-left: 40px;
}

.info-icon {
  height: 1.5rem;
  min-width: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px !important;
}

.icon-info {
  border: 1px solid var(--softtec-medium-blue1);
  padding: 2px 5px;
  border-radius: 50%;
  height: 1.5rem;
  min-width: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px !important;
}


.info-icon span {
  font-size: var(--font-size-9) !important;
}

.text-center .form-control {
  text-align: center;
}

.form-control, .k-input-solid {
  height: 30px;
  color: #00305e;
  border: none;
  border-radius: 8px;
}

.ant-input-number {
  color: #00305e !important;
  border: unset !important;
  border-radius: 8px !important;
}

input.form-control:read-only, input.form-control:disabled {
  background-color: #cdcdcd !important;
  border: none;
  color: #00305e;
  cursor: not-allowed;
  pointer-events: unset !important;
  opacity: .65 !important;
}

  input.form-control:disabled + label {
    opacity: .65 !important;
  }

input.form-control.transparent-bg:read-only, input.form-control.transparent-bg:disabled {
  background-color: transparent !important;
  opacity: 1 !important;
}

.k-popup .k-input-solid {
  background-color: #f2f5f7 !important;
}

.blazored-typeahead {
  border: 1px solid var(--softtec-field-border-color) !important;
  border-radius: 8px !important;
}

  .blazored-typeahead:focus-within {
    box-shadow: unset !important;
  }

  .blazored-typeahead input {
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
  }

    .blazored-typeahead input:focus {
      box-shadow: 0 0 2px 2px #a5b7c6;
      color: #00305e;
      border-color: transparent;
      outline: 0;
    }

  .blazored-typeahead .blazored-typeahead__active-item,
  .blazored-typeahead .blazored-typeahead__result:hover,
  .blazored-typeahead .blazored-typeahead__result:focus {
    border-radius: .8rem;
    background-color: #f2f5f7 !important;
    border-color: transparent !important;
    color: #00305e;
  }

  .blazored-typeahead .blazored-typeahead__results {
    background-color: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: .8rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin-top: .2rem;
    border: none;
    display: grid;
    gap: 0.5rem;
  }

.res-details .blazored-typeahead .blazored-typeahead__results {
  min-width: 61vw !important;
}

.card-body.offer-body .blazored-typeahead .blazored-typeahead__results {
  min-width: 100% !important;
  max-width: 100% !important;
}

  .res-details .blazored-typeahead .blazored-typeahead__results .blazored-typeahead__result,
  .card-body.offer-body .blazored-typeahead .blazored-typeahead__results .blazored-typeahead__result {
    word-break: break-all;
  }

.blazored-typeahead .blazored-typeahead__results .blazored-typeahead__results-footer:empty {
  display: none;
}

.blazored-typeahead .blazored-typeahead__results .blazored-typeahead__notfound {
  display: grid;
  gap: 0.5rem;
}

.blazored-typeahead .blazored-typeahead__results .hover-dblue:hover {
  font-weight: 700;
}

.form-control:focus, .form-control:hover {
  box-shadow: 0 0 2px 2px #a5b7c6;
  color: #00305e;
  border-color: transparent;
  outline: 0;
}

.ant-input-number:not(:disabled):not(.ant-input-number-disabled):hover, .ant-input-number:focus, .ant-input-number-focused {
  box-shadow: 0 0 2px 2px #a5b7c6 !important;
  color: #00305e !important;
  border-color: transparent !important;
  outline: 0;
}

input:disabled, input:disabled ~ .spinner-button {
  opacity: .8 !important;
  cursor: not-allowed;
  background-color: transparent;
}

input:not(:disabled) ~ .spinner-button:not(:disabled):hover {
  background-color: #00305e;
  cursor: pointer;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
  background-color: #cfcfcf !important;
  border: unset;
}

.grid-container-room-search-bar .ant-input-number .ant-input-number-handler-wrap {
  display: none;
}

.st-textbox-input {
  cursor: default;
}
/*datepicker*/

.calendar-button {
  position: absolute;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.2rem !important;
  z-index: 0;
  background-color: red;
  color: #4c6e8e;
  border-radius: 0 8px 8px 0;
}



.st-time-picker {
  width: 100%;
}

  .st-time-picker input[type="time"],
  input[type="time"] {
    position: relative;
  }

    .st-time-picker input[type="time"]::-webkit-calendar-picker-indicator,
    input[type="time"]::-webkit-calendar-picker-indicator {
      color: transparent;
      background: none;
      z-index: 1;
      cursor: pointer;
    }

    .st-time-picker input[type="time"]:before,
    input[type="time"]:before {
      background: none;
      display: block;
      font-family: 'FontAwesome-regular';
      content: '\f017';
      width: 15px;
      height: 20px;
      position: absolute;
      top: 0.2rem !important;
      font-size: 2rem;
      right: 1rem;
      color: var(--softtec-medium-blue1);
    }
/*CUSTOM STYLES container, card.. */
.cards-container {
  height: 100%;
  color: #4c6e8e;
  display: grid;
  grid-template-columns: auto;
  gap: 1rem;
  padding: 0 0.5rem 0 1rem;
}

  .cards-container:has(.cardPage), .cards-container:has(.price-calendar) {
    padding: 0 1rem 0 1rem;
  }

.card, .k-card {
  margin: 0;
  background-color: #f2f5f7;
  border-radius: 8px;
  padding: 0;
  border: 0;
}

.inline-elments .card-body {
  display: flex;
  column-gap: 1rem;
}

.card-header, .k-card-header, .card-footer .check-white-box {
  min-height: 30px;

  border-radius: 8px;
}

.card-header, .card-footer, .k-card-header, .k-card-footer {
  margin: 0;
  background-color: transparent !important;
  border-bottom: none;
  border-top: none;
  display: inline-flex;
  padding: 2rem;
  flex-wrap: wrap !important;
}


/*used in cashjournal-page */
.blue-header {
  background-color: #1b3b58 !important;
  border-radius: 8px 8px 0 0 !important;
  color: #fff !important;
}

.card-title, .k-card-title {
  vertical-align: middle;
  margin: 0;
}

.widget-card .k-card-title,
.details-div .card-title {
  font-size: var(--font-size-14) !important;
  color: var(--softtec-dark-blue) !important;
}

.card-footer, .d-block .card-header, .k-card-footer, .k-card-header {
  display: block;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: 3rem;
  line-height: 1.25;
  margin-bottom: 0px !important;
}

  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1rem;
    padding-bottom: 0;
  }

.st-time-picker.form-floating > .form-control:focus, .st-time-picker.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.3rem;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(.85) translateY(-.5rem) translateX(0.15rem);
}

.form-floating > label {
  padding: 0.5rem 0.75rem;
}

.st-dropdown {
  border-radius: 8px;
  border: 0px;
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
  padding-right: 2.5rem !important;
  height: inherit;
  width: 100%;
  color: #00305e;
}

.st-dropdown-without-label {
  border-radius: 8px;
  border: 0px;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem !important;
  height: inherit;
  width: 100%;
  color: #00305e;
}

.st-dropdown-menu {
  color: #00305e;
  padding-right: 0.5rem;
  max-height: 130px;
  overflow: auto;
}

.st-dropdown-menu-item {
  border-radius: 8px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin: 0.25rem 0;
}

.st-dropdown-menu .st-dropdown-menu-item:first-child, .st-dropdown-menu .st-enumdropdown-menu-item:first-child {
  margin-top: 0;
}

.st-dropdown-input {
  border-radius: 8px;
  cursor: default;
}

.form-floating > label, .k-input-solid {
  color: #00305e;
}

  .k-input-solid:focus, .k-input-solid.k-focus {
    color: #00305e;
    box-shadow: 0 0 2px 2px #a5b7c6;
  }

input:not(.form-control)::placeholder {
  color: #4c6e8e !important;
}

.form-floating > .form-control[value=""] + label, .form-floating > .form-control:placeholder-shown + label:not(.st-dropdown-label) {
  color: #4c6e8e;
}

.form-floating label {
  white-space: nowrap;
}

.grid-container-6 .st-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-center label {
  -webkit-transform-origin-x: unset;
}

.st-datepicker, .st-textinput, .st-amount, .st-dropdown, .st-numberinput, .st-tags-container {
  position: relative;
}
/*-------------------------------------------------------------------------------------*/

