/* ============================================================
                 COMPONENTS - Cards, Inputs & Checkbox
   ============================================================ */

/*Card body and Header*/
.card-body:empty .card-header {
  border-radius: 8px;
}

.card-header.hover:hover {
  background-color: var(--softtec-light-blue1) !important;
  border-radius: 8px !important;
}

.card-body:not(:empty) .card-header.hover:hover {
  background-color: var(--softtec-light-blue1) !important;
  border-radius: 8px 8px 0 0;
}

.card-header span.icon {
  font-size: 1.4rem !important;
}

.card-body.grid-container-1.d-flex {
  display: flex !important;
}

/*--------------------------------------------------------------------------------*/
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  margin-right: 0;
}

  .row > *:last-child {
    padding-right: 0;
  }

.card-body.row {
  --bs-gutter-x: 2rem !important;
  --bs-gutter-y: 0;
}

  .card-body.row .form-floating > label {
    padding: 0.5rem 2rem !important;
  }

.navbar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.cards-container .row:not(:first-child), .custom .row:not(:first-child) {
  margin-top: 0;
}
/*if card has no header*/
.card > div:first-child.card-body {
  padding-top: 2rem;
}

.card-body, .k-card-body {
  padding: 0 2rem 2rem 2rem;
}

.scrollbar-space-r > .k-card-body {
  padding: 0 1rem 2rem 2rem;
}

.card-body:empty, .card-footer:empty {
  padding: 0;
}

.card-header, .k-card-header {
  padding: 2rem;
  color: var(--softtec-dark-blue);
}

  .card-header:empty, .k-card-header:empty {
    display: none !important;
  }

    .card-header:empty + .card-body, .k-card-header:empty + .k-card-body {
      padding: 2rem;
    }

.card-title, .k-card-title {
  margin: 0;
}

.card-footer, .k-card-footer {
  padding: 2rem;
  padding-top: 0;
  display: block;
}
/*nav link Padding*/
a.nav-link {
  padding: 1rem !important;
}
/*#endregion*/


/*INPUT STYLES*/
.daily-price-input {
  display: flex;
  align-items: center;
  width: 9rem;
}

.daily-price-input .h-3rem,
.daily-price-input .form-control .ant-input-number-input-wrap,
.daily-price-input .ant-input-number-input-wrap .ant-input-number-input {
  height: 2rem ;
}

  .daily-price-input .ant-input-number-input-wrap .ant-input-number-input {
    padding: 0 2px;
    text-align: right;
  }

.daily-price-input .form-control {
  height: 2rem;
  padding-top: 0 !important;
  background-color: transparent;
}
.datepicker-label-pair-input {
  position: absolute;
  z-index: 2;
  margin-left: 1.1rem;
  color: var(--softtec-dark-blue);
  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: var(--softtec-medium-blue1) !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: var(--softtec-white) !important;
}

.card.white-bg input.form-control:not(.packagePrice-input), .modal-body .white-bg input.form-control:not(.packagePrice-input),
.card.white-bg div.form-control.ant-input-number {
  background-color: var(--softtec-light-blue2) !important;
}

.card.white-bg .st-numberinput.white-bg-input input.form-control:not(.packagePrice-input) {
  background-color: var(--softtec-white) !important;
}

.search-input, .st-searchfield-input {
  color: var(--softtec-medium-blue1);
  height: 30px !important;
  border-radius: 25px !important;
  padding-left: 40px;
}

.form-control, .k-input-solid {
  height: 30px;
  color: var(--softtec-dark-blue);
  border: none;
  border-radius: 8px;
}

.ant-input-number {
  color: var(--softtec-dark-blue) !important;
  border: unset !important;
  border-radius: 8px !important;
}

.form-control.input-field.ant-input-number.border {
  border: 1px solid #dee2e6 !important;
  overflow: unset;
}

.form-control.input-field.ant-input-number .ant-input-number-handler-wrap {
  display: none;
}

.form-control.input-field.ant-input-number .ant-input-number-input {
  padding: 0;
  height: 2rem;
}

.no-label.st-number-input .form-control.input-field.ant-input-number .ant-input-number-input {
  padding: 0 .75rem;
  height: 3rem;
}

.form-control.input-field.ant-input-number.ant-input-number-disabled {
  background-color: var(--softtec-grey) !important;
  opacity: .65 !important;
}

.table-reservation-settings .form-check-input {
  border-color: #4c6e8e !important;
}

input.form-control:read-only, input.form-control:disabled {
  background-color: var( --softtec-disabled) !important;
  border: none;
  color: var(--softtec-dark-blue);
  cursor: not-allowed;
  pointer-events: unset !important;
  opacity: .65 !important;
}

  input.form-control:disabled + label {
    opacity: .65 !important;
  }

input.form-control.bg-white:read-only, input.form-control.bg-white:disabled {
  background-color: var( --softtec-white) !important;
}

input.form-control.transparent-bg:read-only, input.form-control.transparent-bg:disabled {
  background-color: transparent !important;
  opacity: 1 !important;
}

input[type=number] {
  -moz-appearance: textfield !important; /* Firefox */
  margin: 0 !important; /* Entfernt extra spacing */
}

.k-popup .k-input-solid {
  background-color: var(--softtec-light-blue2) !important;
}

.k-picker:hover, .k-picker.k-hover, .k-picker:focus, .k-picker.k-focus {
  box-shadow: unset;
  background-color: var(--softtec-light-blue2);
}

.k-dropdownlist {
  border-radius: 8px;
  border: 1px solid var(--softtec-field-border-color);
  background-color: var(--softtec-light-blue2);
}

.k-filter-menu-container .k-filter-and {
  background-color: var(--softtec-light-blue2);
}

.k-grid-filter-popup .k-svg-icon svg {
  color: var(--softtec-dark-blue);
}

.k-spin-button .k-button-solid-base {
    padding-right: 10px;
}

.k-spin-button .k-button-solid-base svg{
  color: var(--softtec-white);
}

.k-filter-menu-container {
    gap: .5rem !important;
}

.k-icon.k-svg-i-calendar { /*Richtiges Kalendericon Dashboard Dokumentenversand Filter>DateInput*/
  -webkit-mask: none !important;
  mask: none !important;
  background-image: url("/icons/middle-blue/calendar_2.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1em 1em !important;
  width: 18px !important;
  height: 18px !important;
  background-size: 18px 18px !important;
}

.k-button-md.k-icon-button .k-button-icon.k-svg-icon.k-svg-i-calendar > svg {
  display: none !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 var(--softtec-light-blue-shadow);
      color: var(--softtec-dark-blue);
      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: var(--softtec-light-blue2) !important;
    border-color: transparent !important;
    color: var(--softtec-dark-blue);
  }

  .blazored-typeahead .blazored-typeahead__results {
    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 var(--softtec-light-blue-shadow);
  color: var(--softtec-dark-blue);
  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 var(--softtec-light-blue-shadow) !important;
  color: var(--softtec-dark-blue) !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: var(--softtec-dark-blue);
  cursor: pointer;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
  background-color: var(--softtec-grey) !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: var(--softtec-medium-blue1);
  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: var(--softtec-medium-blue1);
  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: var(--softtec-light-blue2);
  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;
}

.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: var(--softtec-dark-blue);
}

.st-dropdown-without-label {
  border-radius: 8px;
  border: 0px;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem !important;
  height: inherit;
  width: 100%;
  color: var(--softtec-dark-blue);
}

.st-dropdown-menu {
  color: var(--softtec-dark-blue);
  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: var(--softtec-dark-blue);
}

  .k-input-solid:focus, .k-input-solid.k-focus {
    color: var(--softtec-dark-blue);
    box-shadow: 0 0 2px 2px #a5b7c6;
  }

input:not(.form-control)::placeholder {
  color: var(--softtec-medium-blue1) !important;
}

.form-floating > .form-control[value=""] + label, .form-floating > .form-control:placeholder-shown + label:not(.st-dropdown-label) {
  color: var(--softtec-medium-blue1);
}

.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;
}

/*____________*/


/*Dropdown Schriftart, damit es auch in Firefox gut aussieht */
      select,
      select option {
        font-family: 'Montserrat', sans-serif;
      }

  /*-------------------------------------------------------------------------------------*/
  /*Telerik Datepicker*/
  .st-datepicker.k-input {
    margin: 0;
    height: 3rem;
    box-shadow: 0 0 1px 1px var(--softtec-light-blue-shadow) !important;
    border: none !important;
    border-radius: 8px;
  }

    .st-datepicker.k-input .k-input-inner {
      padding-inline: 0;
      height: 3rem;
    }

    .st-datepicker.k-input:hover {
      box-shadow: 0 0 2px 2px var(--softtec-light-blue-shadow) !important;
    }

    .st-datepicker.k-input .k-svg-i-calendar {
      display: none;
    }

    .st-datepicker.k-input .k-icon-button {
      background: none;
      background-color: var(--softtec-medium-blue1);
      background-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      background-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-image: url(/icons/dark-blue/calendar2.svg);
      mask-image: url(/icons/dark-blue/calendar2.svg);
      cursor: pointer;
      mask-size: 2rem;
      mask-position: center;
    }

/*-------------------------------------------------------------------------------------*/
/*antDesign input-number*/
.st-numberinput-input.ant-input-number {
  background: var(--softtec-white);
  width: 100%;
  border-radius: 8px;
}

.white-bg .st-numberinput-input.ant-input-number {
  background: #f2f5f7;
}

.st-numberinput-input.ant-input-number input:read-only, .st-numberinput-input.ant-input-number input:disabled {
  background-color: var(--softtec-disabled) !important;
  border: none;
  color: var(--softtec-dark-blue);
  cursor: not-allowed;
  pointer-events: unset !important;
  opacity: .65 !important;
}

.st-numberinput-input.ant-input-number input {
  height: unset;
  padding: 2px 0 0 5px;
  line-height: 1.25;
  color: var(--softtec-dark-blue);
}

.input-icon-right.currency-icon {
  height: 3rem;
  top: 0;
  z-index: 99;
  padding-top: .2rem;
}

.st-numberinput-input.ant-input-number input:focus .st-numberinput-input.ant-input-number,
.st-numberinput-input.ant-input-number input:hover .st-numberinput-input.ant-input-number {
  box-shadow: 0 0 2px 2px var(--softtec-light-blue-shadow);
  color: var(--softtec-dark-blue);
  border-color: transparent;
  outline: 0;
}

.st-numberinput-input.ant-input-number input:disabled + label {
  opacity: .65 !important;
}

.form-floating .st-numberinput-input.ant-input-number input:focus ~ label,
.form-floating .st-numberinput-input.ant-input-number input:not(:placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(.85) translateY(-.5rem) translateX(0.15rem);
}
.form-floating > .st-numberinput-input.ant-input-number input[value=""] + label,
.form-floating > .st-numberinput-input.ant-input-number input:placeholder-shown + label:not(.st-dropdown-label) {
  color: var(--softtec-medium-blue1);
}
/*--------------------------------------------------------------------------------------*/

/*switch-button (amount-component)*/
.st-amount {
  display: flex;
  background-color: var(--softtec-light-blue2);
  border-radius: 25px;
  height: 30px;
  column-gap: .2rem;
  width: fit-content;
}

.st-switch-button {
  background: var(--softtec-medium-blue2);
  border-radius: 25px;
  height: 30px;
  padding: 0 .4rem 0 .5rem;
  white-space: nowrap;
  display: flex;
  width: fit-content;
}

.st-switch-button.readonly {
  background-color: var(--softtec-disabled) !important;
}

.st-switch-button-label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  position: relative;
  text-align: center;
  height: 20px;
  min-width: 20px;
  margin: .5rem 0;
  width: 50%;
}

.st-switch-button.readonly .st-switch-button-label {
  cursor: not-allowed;
}

.st-switch-button-input {
  display: none;
}

  .st-switch-button-input + label {
    cursor: pointer;
    color: var(--softtec-white);
    padding: 0.1rem 1.5rem;
  }

.red-green-switcher.st-switch-button .st-switch-button-input + label {
  padding: 0;
}

.st-switch-button-input.st-switch-button-input-left + label {
  border-right: 0;
}

  .st-switch-button-input.st-switch-button-input-left + label:after {
    left: 100%;
  }

.st-switch-button-input.st-switch-button-input-right + label:after {
  left: -100%;
}

.st-switch-button-input:checked + label {
  cursor: default;
  color: var(--softtec-white);
  transition: color 200ms;
  background-color: var(--softtec-dark-blue);
  font-weight: 700;
}

.tippy-box[data-theme~='grid-preferences-popup'] .tippy-content .st-switch-button-input:checked + label {
  font-family: var(--font-bold);
}

.st-switch-button-input:checked + label:after {
  left: 0;
}

.st-switch-button.readonly:not(.pricelist-switcher) .st-switch-button-input:checked + label {
  color: #fff;
  opacity: .65;
  background: #8ea9c4 !important;
}

.red-green-switcher.st-switch-button.switcher-green-bg {
  background-color: var(--softtec-green);
}

.red-green-switcher.st-switch-button.switcher-red-bg {
  background-color: var(--softtec-switch-red);
}

.red-green-switcher.st-switch-button .st-switch-button-input-left:checked + label {
  background-color: var(--softtec-switch-light-green);
}

.red-green-switcher.st-switch-button .st-switch-button-input-right:checked + label {
  background-color: #dc8b80;
}

.red-green-switcher-wrapper {
  background-color: var(--softtec-white);
  border-radius: 8px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

/*----------------------------------------------------------------*/
/*tag*/
.st-tag-input {
  display: flex;
  width: 100%;
}

.st-input-add-tag-button {
  background: var(--softtec-medium-blue1);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}

.st-tag-menu-list {
  max-height: 130px;
  overflow: scroll;
}

.st-tag-menu-item {
  height: 30px;
  margin: 1rem 1rem 1rem 0;
  display: flex;
  padding: 0 0 0 1rem;
  align-items: center;
  background: var(--softtec-light-blue1);
  overflow: hidden;
  border-radius: 8px;
  color: var(--softtec-medium-blue1);
  cursor: pointer;
}

.st-tag-menu-item-button {
  margin-left: auto;
  color: var(--softtec-medium-blue1);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

  .st-tag-menu-item-button:hover {
    color: var(--softtec-dark-blue);
  }
/*-------------------------------------------------------------------------------------*/
/*Number input Spinner*/
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.spinner-button {
  position: absolute;
  right: 0;
  top: 1px;
  border: none;
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  width: 2rem;
  text-align: center;
  height: 1.5rem;
  font-size: xx-small !important;
  padding: 0.2rem;
  margin-right: 0.1rem;
  cursor: pointer;
}

  .spinner-button:not(:disabled):hover {
    background-color: var(--softtec-dark-blue);
  }

  .spinner-button:disabled {
    background-color: var(--softtec-disabled);
    cursor: not-allowed;
    opacity: 1;
  }

.inc-button {
  border-radius: 0 8px 0 0;
}

.dec-button {
  top: 1.4rem;
  border-radius: 0 0 8px 0;
  border-top: 1px solid var(--softtec-white) !important;
}
/*----------------------------------*/

/*selected cell in DateRangePicker*/
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner, .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner, .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: var(--softtec-white);
  background: var(--softtec-medium-blue1) !important;
}

/*Start OLD STComponent*/

.st-btn {
  width: 180px;
  min-width: 180px;
  height: 30px;
  border-radius: 25px;
  transition: all 0.2s;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
}

.number-input-hide-arrows::-webkit-outer-spin-button,
.number-input-hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.st-number-input-inc {
  top: 1px;
  border-radius: 0 8px 0 0;
}

.st-number-input-dec {
  top: 1.4rem;
  border-radius: 0 0 8px 0;
  border-top: 1px solid white !important;
}

.st-number-input-spinner-button {
  position: absolute;
  right: 0;
  color: white;
  width: 2rem;
  text-align: center;
  height: 1.5rem;
  font-size: xx-small !important;
  padding: 0.2rem;
  margin-right: 0.1rem;
  cursor: pointer;
  border: none;
}

  .st-number-input-spinner-button:disabled {
    background-color: var(--softtec-disabled);
    cursor: not-allowed;
    opacity: 1;
    color: var(--softtec-dark-blue);
    pointer-events: unset !important;
  }

.small-st-decimal-input {
  padding: 1px !important;
  font-size: 1.1rem !important;
  text-align: center;
}

.ant-picker {
  height: 30px;
  border-radius: 8px !important;
}

.st-daterange-with-label .ant-picker .ant-picker-input {
  padding-top: 1.2rem;
}

.st-daterange-with-label .ant-picker .ant-picker-range-separator {
  padding-top: 0.6rem;
}

.st-daterange-without-label .ant-picker .ant-picker-input {
  padding-top: 4px;
}

.st-daterangepicker-label {
  font-size: 1.05rem !important;
  padding-top: 0px !important;
}

.ant-picker-range .ant-picker-active-bar {
  background: var(--softtec-medium-blue1) !important;
}
/*Textarea*/
/*class of the container of the textarea*/
.st-textarea {
  background-color: var(--softtec-white);
  border-radius: 8px;
  padding: 1rem .5rem 1rem 1rem;
  display: flex !important;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
  width: 100%;
  min-width: calc(100% - 4rem);
}
.st-textarea-label {
  width: 100%;
  line-height: normal;
}

.card-body.reservation-infos .st-textarea-label, .card-body.contact-infos .st-textarea-label {
  padding: 1rem 0 0 1rem;
}

.k-textarea, .st-textarea-input {
  background-color: var(--softtec-white);
  padding: 4.5rem 1rem 2rem 2rem;
}

.k-textarea {
  border-radius: 8px;
}

  .k-textarea.k-input-md .k-input-inner {
    padding: 0 1rem 0 0;
  }

.st-textarea-input {
  width: 100%;
  padding: 0 .5rem 0 0;
  flex-grow: 1;
}

.card-body.contact-infos .st-textarea-input {
  min-height: 50px;
  height: unset;
}

  .card-body.contact-infos .st-textarea-input:disabled {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent !important;
  }

textarea.st-textarea-input:disabled:hover {
  cursor: not-allowed;
}

.card-body.contact-infos .st-textarea.disabled {
  background-color: transparent !important;
  margin: 0;
  border-radius: 0;
  padding: 0;
}

.st-textarea:focus-within, .k-textarea:focus-within {
  box-shadow: 0 0 2px 2px var(--softtec-light-blue-shadow) !important;
}

.st-textarea-input:focus {
  border-color: transparent;
  outline: 0;
}

.k-textbox {
  padding: 0 .5rem;
}

.k-textarea textarea, .st-textarea-input {
  border: none;
  color: var(--softtec-dark-blue);
}

.k-textbox {
  padding: 0 .5rem;
}

.k-textarea textarea, .st-textarea-input {
  border: none;
  color: var(--softtec-dark-blue);
}


.k-toolbar {
  padding: 1rem;
}

.k-editor-content {
  padding-right: 1rem;
  margin: 1rem 0;
  word-break: break-word;
}

  .k-editor-content > .ProseMirror {
    padding: 0 0.5rem 1rem 1rem;
  }

.st-textarea-new {
  white-space: pre-line;
  overflow: auto;
  min-height: 100px !important;
  padding-top: 20px !important;
  background: white;
}

.st-textarea-new-no-label {
  white-space: pre-line;
  overflow: auto;
  min-height: 100px !important;
  padding-top: 5px !important;
}

.st-textarea-new::-webkit-scrollbar-track {
  background-color: var(--softtec-white);
  border-radius: 0px 10px 0px 0px;
}

.st-textarea-new::-webkit-scrollbar-thumb {
  border-color: var(--softtec-white) !important;
}

.st-textarea-new::-webkit-scrollbar-corner {
  background-color: var(--softtec-white) !important;
  border-radius: 0px 0px 10px 0px;
}

textarea::-webkit-scrollbar-corner {
  background-color: var(--softtec-white) !important;
  border-radius: 0px 0px 10px 0px;
}

.st-textarea-wrapper > form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  background-color: var(--softtec-white);
  height: auto;
  padding: 0px;
  padding: 0px 0px 0px 10px;
  width: 95%;
  transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
  border-radius: 5px 0 0 0;
}

.st-textarea-wrapper > .form-floating > .form-control:focus ~ label,
.st-textarea-wrapper > .form-floating > .form-control:not(:placeholder-shown) ~ label,
.st-textarea-wrapper > .form-floating > .form-select ~ label {
  opacity: 1;
  background-color: #fff;
  height: auto;
  padding: 0px 0px 0px .75rem;
  width: calc(100% - 0.6rem);
  transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
  border-radius: 10px 0 0 0;
  margin-top: .1rem;
}

.st-textarea-wrapper > .form-floating > .form-control:not(:placeholder-shown) ~ label {
  padding: 4px 0 3px .75rem;
  width: calc(100% - 1rem);
  margin-top: 0;
  line-height: 1.2rem;
}

.st-textarea-wrapper > .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1;
  background-color: #fff;
  height: auto;
  padding: 0px;
  padding: 0px 0px 0px 10px;
  width: 100%;
  transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
  border-radius: 5px 0 0 0;
}

.st-checkbox-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 3rem;
}

  .st-checkbox-wrapper > .st-checkbox-img {
    height: 1.6rem;
  }

.st-number-input > .st-input-icon-left + input { /*Wenn Icon auf der linken Seite vom Input vorhanden, dann padding-left beim INPUT einfügen*/
  padding-left: 2.5rem;
}

.st-number-input > .st-input-icon-left ~ .st-number-input-label { /*Wenn Icon auf der linken Seite vom Input vorhanden, dann padding-left beim LABEL einfügen*/
  padding-left: 2.5rem;
}

.st-input-percent {
  position: absolute;
  border-radius: 8px;
  padding: 0 1rem;
  right: .1rem;
  top: 0rem;
  background-color: inherit;
  height: 3rem;
  align-items: center;
  display: flex;
}

.st-grid.multiple-checkbox-grid tr.k-master-row > td:first-child > span {
  display: none;
}

.st-grid.multiple-checkbox-grid tr.k-master-row > td:first-child::before {
  content: "\f0c8";
  font-family: 'FontAwesome-regular';
  color: var(--softtec-medium-blue1);
  font-size: 1.7rem;
  margin-left: 1px;
}

.st-grid.multiple-checkbox-grid tr.k-master-row.k-selected > td:first-child::before {
  content: "\f14a";
  font-family: 'FontAwesome';
  color: var(--softtec-medium-blue1);
  font-size: 1.7rem;
  margin-left: 1px;
}

.st-grid.multiple-checkbox-grid .k-checkbox:indeterminate {
  font-size: 1.1rem;
  border-width: 0;
}

.st-grid.multiple-checkbox-grid .k-checkbox {
  border-color: var(--softtec-medium-blue1) !important;
  border-width: 2px;
  border-radius: 3px;
}

  .st-grid.multiple-checkbox-grid .k-checkbox:checked {
    border-color: transparent !important;
  }

/*================= NEW ST COMPONENTS ====================*/

/*Hide html arrows content Number Input*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.position-relative {
  position: relative;
}

.st-text-input-button-right {
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  font-weight: 900;
  background-color: transparent !important;
  opacity: 1;
  padding: 0.7rem 1rem;
  border: none;
  width: fit-content;
  min-width: 30px;
  height: 30px;
  line-height: unset;
}

  .st-text-input-button-right:disabled {
    color: var(--softtec-disabled);
    opacity: .65;
    cursor: not-allowed;
    border-radius: 0 8px 8px 0;
  }

.st-input-icon-left {
  position: absolute;
  left: 0.4rem;
  top: 0.75rem;
  text-align: center;
  background-color: transparent;
  color: var(--softtec-medium-blue1);
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem !important;
  padding: 0;
  border: none;
}

.icon-blue {
  color: var(--softtec-medium-blue1);
}

.icon-blue-selectable {
  color: var(--softtec-medium-blue1);
}

  .icon-blue-selectable:hover {
    color: var(--softtec-dark-blue);
  }

  .icon-blue-selectable:disabled {
    color: var(--softtec-disabled);
  }

.st-btn-blue {
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  border-color: var(--softtec-medium-blue1);
}

.st-btn-blue-selectable {
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  border-color: var(--softtec-medium-blue1);
}

  .st-btn-blue-selectable:hover {
    background-color: var(--softtec-dark-blue);
  }

.st-btn-white-selectable {
  background-color: var(--softtec-white);
  color: var(--softtec-medium-blue1);
  border-color: var(--softtec-medium-blue1);
}

  .st-btn-white-selectable:hover {
    background-color: var(--softtec-medium-blue1);
    color: var(--softtec-white);
  }
/*----END ST COMPONENTS-----------*/

/* webkit */

input[type='date'] {
  -webkit-appearance: unset;
}

input::-webkit-date-and-time-value {
  padding-top: 1rem !important;
  text-align: left !important;
}

/*#region Upload Card*/
.upload-card .k-listbox {
  width: 100%;
  height: 100%;
  min-height: auto;
  flex: 1;
  width: 100%;
  grid-column: span 2;
}

  .upload-card .k-listbox .k-list-scroller {
    border: none !important;
    background: transparent;
  }

  .upload-card .k-listbox .k-list {
    padding: 0;
  }

.upload-card .k-list-content {
  border: none !important;
  flex: 1 1 auto;
  overflow-y: hidden;
  padding: 0;
}

.upload-card .k-listbox .k-list-scroller .k-list-content .k-list-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.upload-card .k-listbox .k-list-item,
.upload-card .k-listbox .k-list-item.k-selected {
  background: transparent;
  color: unset !important;
  border-radius: 0;
  border-color: transparent;
  margin: 0;
  padding: 0 !important;
  height: 25rem;
}

.upload-card .k-listbox li.k-list-item.k-selected::after {
  display: none;
}

@media (max-width: 1400px) {
  .upload-card .k-listbox {
    grid-column: unset;
  }
}

/*#endregion*/

/*#region Upload Card*/
.upload-card .k-listbox {
  width: 100%;
  height: 100%;
  min-height: auto;
  flex: 1;
  width: 100%;
  grid-column: span 2;
}

  .upload-card .k-listbox .k-list-scroller {
    border: none !important;
    background: transparent;
  }

  .upload-card .k-listbox .k-list {
    padding: 0;
  }

.upload-card .k-list-content {
  border: none !important;
  flex: 1 1 auto;
  overflow-y: hidden;
  padding: 0;
}

.upload-card .k-listbox .k-list-scroller .k-list-content .k-list-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.upload-card .k-listbox .k-list-item,
.upload-card .k-listbox .k-list-item.k-selected {
  background: transparent;
  color: unset !important;
  border-radius: 0;
  border-color: transparent;
  margin: 0;
  padding: 0 !important;
  height: 25rem;
}

.upload-card .k-listbox li.k-list-item.k-selected::after {
  display: none;
}

@media (max-width: 1400px) {
  .upload-card .k-listbox {
    grid-column: unset;
  }
}
/*#endregion*/

/* CHECK BOXES */
.form-check {
  padding-left: 0 !important;
}

.form-check-input {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-top: 0 !important;
  margin-left: 0 !important;
  border-color: var(--softtec-dark-blue) !important;
}

.k-grid .k-checkbox {
  height: 1.5rem;
  width: 1.5rem;
}

.k-checkbox:indeterminate, .k-checkbox.k-indeterminate {
  background-image: unset;
  background-color: var(--softtec-medium-blue1) !important;
  text-align: center;
}

  .k-checkbox:indeterminate::after {
    content: "\f068";
    font-family: 'FontAwesome';
    color: white;
  }

.k-checkbox {
  box-shadow: none !important;
  border-color: var(--softtec-medium-blue1) !important;
}

.selectedNoHighlight .k-checkbox {
  width: 1.5rem;
  height: 1.5rem;
}

.selectedNoHighlight td,
.selectedNoHighlight .k-grid tbody tr:not(.k-detail-row):hover,
.selectedNoHighlight .k-grid tbody tr:not(.k-detail-row).k-state-hover,
.selectedNoHighlight .k-grid td.k-state-selected,
.selectedNoHighlight .k-grid td.k-selected,
.selectedNoHighlight .k-grid tr.k-state-selected > td,
.selectedNoHighlight .k-grid tr.k-selected > td {
  background-color: white !important;
}

.form-check-input:checked, .k-checkbox:checked {
  background-color: var(--softtec-medium-blue1) !important;
  box-shadow: none !important;
  border-color: var(--softtec-medium-blue1) !important;
}

.k-checkbox + label:hover {
  cursor: pointer;
}

.form-check-input:focus, .k-checkbox:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.form-check-input:hover, .form-check > label:hover {
  cursor: pointer;
}

.st-checkbox, .checkbox-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}

  .st-checkbox .st-checkbox-input-right {
    margin-left: auto !important;
  }

  .st-checkbox .st-checkbox-input-left {
    margin-right: auto !important;
  }

.st-grid .st-checkbox .st-checkbox-input-left, .k-grid tbody tr td .st-checkbox .st-checkbox-input-left {
  margin: 0 !important;
}

.st-grid .st-checkbox, .k-grid tbody tr td .st-checkbox {
  justify-content: left;
}

.st-checkbox {
  height: 3rem;
}

.st-checkbox-label {
  white-space: nowrap;
}

.st-label, .st-singledropdown-input-noselectedvalue-label label, st-multidropdown-input-noselectedvalue-label label {
  color: var(--softtec-medium-blue1);
  width: 100%;
}

.st-checkbox-label:empty {
  display: none;
}

.form-check-input label:hover {
  cursor: pointer;
  font-weight: 700;
}


.st-checkbox-indeterminate {
  background-color: var(--softtec-medium-blue1);
  background-image: url('/icons/white/minus.svg') !important;
  background-size: 0.9rem;
}

/*-------------------*/
/*STTabControl */
.st-tabcontrol .st-tabcontrol-header-inactive, .st-sub-tabcontrol-header-inactive {
  border-radius: 8px 8px 0 0;
  background-color: var(--softtec-medium-blue2);
  color: var(--softtec-white);
  height: 40px;
  margin-bottom: -1px;
  border-bottom: none;
  border: 1px solid var(--softtec-light-blue);
}

.st-sub-tabcontrol-header-inactive {
  border-radius: 8px 8px 0 0;
  background-color: var(--softtec-medium-blue2);
  color: var(--softtec-white);
  height: 40px;
  margin-bottom: -1px;
  border-bottom: none;
  border: 1px solid var(--softtec-white);
}

.st-tabcontrol-header-inactive:focus, .st-tabcontrol .st-tabcontrol-header-inactive:hover,
.st-tabcontrol .st-sub-tabcontrol-header-inactive:focus, .st-tabcontrol .st-sub-tabcontrol-header-inactive:hover {
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  font-weight: 700;
  height: 40px;
  border-radius: 8px 8px 0 0;
}

.st-tabcontrol .st-tabcontrol-header-active {
  background-color: var(--softtec-white);
  color: var(--softtec-dark-blue);
  font-weight: 700;
  height: 40px;
  border-radius: 8px 8px 0 0;
}

.st-tabcontrol button a {
  text-transform: capitalize;
}

.st-sub-tabcontrol .st-tabcontrol-header-active {
  background-color: var(--softtec-light-blue2);
  color: var(--softtec-dark-blue);
  font-weight: 700;
}

.st-page-content {
  padding: 2rem;
  background-color: var(--softtec-white);
  border-radius: 0 1rem 1rem 1rem;
}

.st-sub-tabcontrol + .st-page-content {
  background-color: var(--softtec-light-blue-2);
}

.st-page-content.bg-lightblue2 .form-control, .st-page-content.bg-lightblue2 .st-amount {
  background-color: var(--softtec-light-blue2);
}

.st-themePicker {
  border: 1px solid var(--softtec-grey) !important
}
/*-------------------------------------------------------------------------------------------------------*/
.st-toprow {
  background-color: var(--softtec-light-blue2);
  height: 50px !important;
  padding: 1rem !important;
  z-index: 97 !important;
  margin-bottom: 1rem;
  min-width: fit-content;
  width: 100%;
}
/*----------------------------------*/
/* BREADCRUMBS */
.breadcrumb-item {
  background-color: transparent !important;
}

.breadcrumb {
  background-color: transparent !important;
  margin: 0 0 0 1rem;
  padding: 0;
}

.st-breadcrumb {
  min-width: 110px;
  line-height: 1.2rem;
  word-break: break-word;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb a {
  text-decoration: none;
  color: var(--softtec-dark-blue) !important;
}

.breadcrumb-item {
  text-decoration: none;
  color: var(--softtec-dark-blue) !important;
}

  .breadcrumb-item.active {
    font-weight: 700;
    color: var(--softtec-dark-blue) !important;
  }

    .breadcrumb-item.active:hover {
      color: var(--softtec-dark-blue) !important;
    }

  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: var(--softtec-dark-blue);
    content: "-";
  }

/*------------------------------------------------------------------*/

/*Tag*/
span.st-tag {
  align-items: center;
  display: flex;
  background-color: var(--softtec-white);
  width: 100%;
  height: 30px;
  padding: 0 1rem;
  gap: 1rem;
  border-radius: 0.8rem;
  align-items: center;
  justify-content: space-between;
}

  span.st-tag:hover {
    box-shadow: 0 0 2px 2px var(--softtec-light-blue-shadow);
  }

    span.st-tag:hover .fa-solid:not(.icon-hover), span.st-tag:hover .fa-regular:not(.icon-hover) {
      color: var(--softtec-medium-blue2);
    }

  span.st-tag .fa-solid, span.st-tag .fa-regular {
    top: 0;
  }

/*-------------------*/
.card-body .st-grid tr th, .k-card-body .st-grid tr th {
  height: 30px;
  font-weight: 700;
}

.st-grid tr td, .st-grid tr th {
  text-align: left;
  height: 30px;
  vertical-align: middle;
  width: 180px;
}

.st-grid-table tr td, .st-grid-table tr th {
  width: fit-content;
  white-space: nowrap;
  text-align: left;
  color: var(--softtec-medium-blue1);
}

.st-grid .form-floating {
  background-color: transparent;
  margin: 0;
}

.st-grid {
  margin: 0;
}
.widget-container .st-grid .k-toolbar-item,
.modal-body .st-grid .k-toolbar-item,
.k-tilelayout-item-body .st-grid .k-toolbar-item {
  width: 100%;
}

.card-body.widget-table .table-body {
  max-height: 646px;
}

.telerik-editor-verdana-12 div.k-editor-content div.k-content > p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px !important;
}

div.k-editor-content div.k-content > p {
  font-family: var(--font-medium);
  font-size: var(--font-size-14) !important;
  color: var(--softtec-medium-blue1);
}

.st-color-picker {
  height: 3rem;
  color: var(--softtec-dark-blue);
  border: none;
  border-radius: 8px;
  background-color: var(--softtec-white);
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 .75rem;
  border: 1px solid var(--softtec-light-blue1);
  align-items: center;
}

  .st-color-picker .k-picker-solid {
    background-color: transparent;
    flex: 1;
  }

  .st-color-picker .k-icon-picker .k-input-inner {
    justify-content: end;
  }

  .st-color-picker .k-input-inner .k-color-preview {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
  }

  .st-color-picker .k-input-inne .k-svg-icon {
    color: var(--softtec-medium-blue1);
  }

  .st-color-picker .k-picker:hover {
    background-color: transparent;
  }

  .st-color-picker .k-picker-solid.k-valid {
    border-color: transparent;
    align-items: center;
  }

  /*Table st-grid*/
.st-grid {
  color: var(--softtec-dark-blue);
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
  .st-grid:has(tr:first-child.k-grid-norecords) {
    min-height: 12.5rem;
  }

  .st-grid tr {
    padding: 0;
    border-bottom-width: 0;
  }

    .st-grid tr td {
      padding: 0 1rem;
      vertical-align: middle !important;
    }

    .st-grid tr th {
      padding: 1rem;
      color: var(--softtec-medium-blue1) !important;
      font-weight: 500;
      font-size: inherit;
    }

.k-grid .k-edit-cell, .k-grid .k-command-cell, .k-grid .k-grid-edit-row td {
  padding: 1rem;
}

table.st-grid, .st-grid-table {
  border-collapse: collapse;
}

.st-grid td {
  border: 0;
}

.st-grid tr:first-child th {
  border-top: 0;
}

.st-grid tbody.k-table-tbody tr:nth-child(even),
.st-grid tbody tr:nth-child(even) {
  color: var(--softtec-medium-blue1);
  background-color: var(--softtec-light-blue2);
}

.st-grid thead tr th,
.st-grid thead.k-table-thead tr {
  background-color: var(--softtec-light-blue2);
}

  .st-grid thead tr th, .st-grid thead.k-table-thead tr th, .st-grid thead tr th span, .st-grid thead.k-table-thead tr th span {
    border-color: var(--softtec-white);
    font-weight: 500;
    font-family: 'Montserrat-Medium', 'Montserrat-Regular', sans-serif;
  }

    .st-grid thead tr th .k-column-title {
      color: var(--softtec-medium-blue1);
    }

.st-grid tbody tr:hover td {
  background-color: #00305e26 !important;
  color: var(--softtec-dark-blue);
}

.st-grid tr td:last-child, .st-grid tr th:last-child {
  border-right: 0;
}

.st-grid tbody tr:hover, .st-grid tbody tr:focus {
  cursor: pointer;
}

.st-grid tbody.k-table-tbody tr:nth-child(odd),
.st-grid tbody tr:nth-child(odd) {
  color: var(--softtec-medium-blue1);
  background-color: var(--softtec-white);
}

.k-grid td.k-state-selected, .k-grid td.k-selected, .k-grid tr.k-state-selected > td, .k-grid tr.k-selected > td {
  background-color: rgba(0,48,94,0.3) !important;
}

.k-grid tbody tr:not(.k-detail-row):hover, .k-grid tbody tr:not(.k-detail-row).k-state-hover {
  background-color: #00305e26 !important;
}

.k-grid tr > td {
  vertical-align: top;
}

.card-body .st-grid, .st-grid.white-space {
  background-color: var(--softtec-white);
  border-radius: 8px;
  padding: 1rem;
  border-color: var(--softtec-light-blue2);
}

.st-grid tbody.k-table-tbody tr td,
.card-body .k-grid tr td {
  border-color: var(--softtec-light-blue2);
}

.st-grid tbody.k-table-tbody tr:nth-child(even) td,
.card-body .k-grid tr:nth-child(even) td {
  border-color: var(--softtec-white);
}

.k-grid .k-grid-header, .k-grid .k-grid-header .k-grid-header-wrap {
  border-radius: 8px 8px 0 0;
}

.k-grid .k-grid-container {
  border-radius: 0 0 8px 8px;
}

.k-grid-header, .k-header, th.k-header, .k-grid-header-wrap, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-grid td, .k-grid-footer, .k-grid-footer-wrap, .k-grid-content-locked, .k-grid-footer-locked, .k-grid-header-locked, .k-filter-row > td, .k-filter-row > th {
  border-color: transparent;
}

.card-body .st-grid table tr td, .card-body .st-grid table tr th {
  border-color: #f2f5f7;
}

.card-body .k-grid tr:nth-child(odd) .form-control,
.card-body .st-grid tr:nth-child(odd) .ant-input-number,
.card-body div.st-grid .st-grid-table tbody tr:nth-child(odd) .st-amount .form-control
.card-body div.st-grid .st-grid-table tbody tr:nth-child(odd) .st-amount .ant-input-number,
.card-body .k-grid tr:nth-child(odd) .st-multidropdown-input-selectedvalues,
.card-body .st-grid.k-grid tr:nth-child(odd) .k-input-solid,
.card-body .st-grid.k-grid tr:nth-child(odd) .k-input-inner,
.card-body .k-grid tr:nth-child(odd) .st-multidropdown-input-togglebutton,
.card-body .main-container .grid-container-5:nth-child(odd) .form-control,
.card-body .main-container .grid-container-5:nth-child(odd) .k-datepicker,
.st-page-content div.content-row:nth-child(odd) .ant-input-number,
.st-page-content div.content-row:nth-child(odd) .form-control,
.card-body .k-grid tr:nth-child(odd) .st-singledropdown-input-selectedvalues,
.card-body .k-grid tr:nth-child(odd) .st-singledropdown-input-togglebutton,
.package-prices-row:nth-child(odd) .package-prices-column .k-dropdownlist.k-picker.k-picker-solid,
.package-prices-row:nth-child(odd) .package-prices-column .form-control,
.package-prices-row:nth-child(odd) .package-prices-column .ant-input-number,
.table-row:nth-child(even) .form-control, .table-row:nth-child(even) .st-amount .ant-input-number,
.table-row:nth-child(even) .k-input-solid, .card-body div.st-grid .st-grid-table tbody tr:nth-child(odd) .ant-input-number
.table-row:nth-child(even) .form-control, .table-row:nth-child(even) .st-amount .form-control,
.table-row:nth-child(even) .k-input-solid, .card-body div.st-grid .st-grid-table tbody tr:nth-child(odd) .form-control,
.card-body .main-container .grid-container-3:nth-child(even):not(:disabled) .form-control,
.card-body .st-grid tbody tr:nth-child(odd) .form-select, .card-body .st-grid tbody tr:nth-child(odd) .st-datepicker .ant-picker {
  background-color: var(--softtec-light-blue2);
}

.package-prices-row:nth-child(even) .package-prices-column .k-dropdownlist.k-picker.k-picker-solid,
.card-body div.st-grid .st-grid-table tbody tr:nth-child(even) .st-amount,
.card-body div.st-grid .st-grid-table tbody tr:nth-child(even) .form-control,
.card-body div.st-grid .st-grid-table tbody tr:nth-child(even) .ant-input-number,
.card-body .st-grid.k-grid tr:nth-child(even) .k-input-inner,
.card-body .st-grid.k-grid tr:nth-child(even) .k-input-solid,
.card-body .main-container .grid-container-3:nth-child(odd):not(:disabled) .form-control,
.card-body div.st-grid tbody tbody tr:nth-child(even) .form-select.st-dropdown-without-label,
.card-body div.st-grid tbody.k-grid-table tr:nth-child(even) .st-datepicker .ant-picker {
  background-color: var(--softtec-white);
}

.k-grid .multi-drop-down-list {
  position: relative !important;
  padding-top: 1px;
}

  .k-grid .multi-drop-down-list .form-control .st-label {
    border: none !important;
  }

.card-body .k-grid th {
  color: var(--softtec-medium-blue1);
  font-weight: 700;
}

.st-grid td:has(.form-control), .st-grid td:has(.form-select), .st-grid td:has(.btn) {
  padding: 1rem !important;
}

.st-datepicker.ant-picker {
  border-radius: .8rem !important;
  color: var(--softtec-medium-blue1) !important;
  border: none !important;
  padding-left: .75rem !important;
  padding-right: 1rem !important;
  height: 3rem;
}

  .st-datepicker.ant-picker input {
    color: var(--softtec-medium-blue1) !important;
    border: none !important;
    line-height: normal;
  }

.ant-picker-input > input {
  color: var(--softtec-medium-blue1) !important;
}

  .ant-picker-input > input:hover {
    border: none !important;
  }

.st-datepicker.ant-picker:hover {
  box-shadow: 0 0 2px 2px var(--softtec-light-blue-shadow) !important;
  color: var(--softtec-dark-blue) !important;
  border-color: transparent !important;
  outline: 0;
}

.st-datepicker.ant-picker:focus, .ant-picker-focused {
  border: none;
  box-shadow: none !important;
}

.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
  background: var(--softtec-medium-blue1) !important;
  border-radius: 2.5rem;
}


.cash-desk-page .position-relative {
  min-width: 20rem;
}

.checkbox-height-auto .st-checkbox {
  height: auto;
}


.k-grid-norecords .k-table-td {
  position: sticky;
  left: calc(50% - 8rem);
  max-width: 15rem;
  display: flex;
  align-items: center;
}

.st-grid tbody tr.k-grid-norecords:hover, .st-grid tbody tr.k-grid-norecords:hover td {
  background-color: unset !important;
  cursor: unset !important;
  color: var(--softtec-medium-blue1) !important;
}


