/* ============================================================
                    ALLE MODALE STYLES
   ============================================================ */

/*Popups Modal*/
.modal-header {
  color: var(--softtec-dark-blue);
  font-size: var(--font-size-14) !important;
  padding-bottom: 2rem;
}

  .modal-header.st-popup-header:has(h3:empty) {
    display: none;
  }

  .modal-header.st-popup-header h3 {
    margin-bottom: 0;
  }

.modal-header, .modal-footer, .modal-content {
  border-color: var(--softtec-light-blue-shadow);
  border: 0;
}

.modal-content {
  width: unset !important;
}

.card-header .offer-header {
  margin-left: auto;
}

  .card-header .offer-header .st-dropdown-container {
    width: 20rem;
  }

.card-body.offer-body {
  padding-right: 1rem !important;
  overflow: auto;
  gap: 1rem;
}

.modal-footer {
  padding: 2rem 1rem 1rem 1rem;
  gap: 2rem;
  display: flex;
  justify-content: flex-end;
}

  .modal-footer > * {
    margin: 0;
  }

.card-header .offer-header .st-dropdown-container {
  width: 20rem;
}

.modal-content {
  min-width: 200px;
}


.modal-body {
  overflow: auto;
  max-height: 90vh !important;
  color: var(--softtec-medium-blue1);
  border-radius: 8px;
  padding: 0 1rem;
}

  .modal-body.upload-modal {
    max-height: 75vh !important;
  }

  .modal-body.invoice-payment-modal {
    padding: 0;
    margin: 1rem 0 0 0;
    height: 70vh;
    min-height: 70vh;
    max-height: 70vh;
    display: flex !important;
    flex-direction: column;
    gap: 2rem;
    border-radius: 0;
  }


@media (max-width: 677px) {
  .modal-body {
    max-height: 72vh !important;
  }
}

.report-modal-size {
  width: 50vw;
}

/*Card*/
.card-body.offer-body .contact-fields {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 2rem;
  width: 100%;
}

.widget-configuration-content {
  overflow: hidden;
  min-height: unset !important;
  display: flex;
  padding-right: 0;
}

.modal-title {
  font-size: var(--font-size-14) !important;
}

.modal-body > p {
  margin-bottom: 0;
}

.blazored-modal {
  max-height: 90vh;
  max-width: 90vw;
  min-width: 200px;
  min-height: 100px;
  padding: 1rem !important;
}

.small-popup.modal-content {
  max-height: 100% !important;
  width: 100% !important;
}

.large-popup.modal-content {
  width: 1100px !important;
}

.popup-body {
  background-color: #00305e0d !important;
}

.st-popup-header:empty, .st-popup-footer:empty, .st-popup-header .modal-title:empty {
  display: none;
}

.st-popup .k-header {
  font-weight: bold;
  color: var(--softtec-dark-blue);
}

.widget-card .k-grid-aria-root,
.st-popup .k-grid,
.st-popup .k-grid-aria-root {
  border-radius: 8px;
}

.st-popup .icon {
  height: 18px;
  margin-right: 10px;
}

.modal-body .k-grid .k-grid-aria-root {
  padding: 1rem;
}

.k-grid:has(.k-toolbar) > .k-grid-aria-root {
  padding: 0 1rem 1rem 1rem;
}

.card-body.widget-table .k-grid .k-grid-aria-root {
  padding: 1rem;
}

.size-medium {
  max-width: 60vw !important;
  min-width: unset;
  width: fit-content;
}

.real-size-medium {
  max-width: 500px;
  width: fit-content;
}

.yes-no-modal {
  max-width: 42.5rem;
  min-width: 42.5rem;
  margin: 2rem auto !important;
}

.size-large {
  max-width: 98vw !important;
}

.disabled {
  background-color: var(--softtec-disabled) !important;
}

.edit-modal.modal-body {
  padding: 0 .5rem 0 0;
  margin: 1rem 0;
  max-height: calc(90vh - 13rem) !important;
}

.edit-modal + .modal-footer {
  gap: 2rem;
  padding: .75rem 1.25rem;
}

.edit-modal .form-floating label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.res-invoice-modal .st-grid {
  overflow: auto;
  max-height: 75vh;
  border-radius: .8rem;
}

  .res-invoice-modal .st-grid tr {
    height: 5rem;
  }

@media (min-width: 1800px) {
  .assign-room-modal,
  .invoice-payment-modal {
    min-width: 107.77rem;
  }
}

/*restriction-list and price-list modal*/
.restrictions-list, .prices-list {
  display: flex;
  justify-content: start;
}

.restrictions-list-fields, .prices-list-fields {
  display: flex;
  width: 100%;
  padding-right: 1rem;
  gap: 2rem;
}

  .restrictions-list-fields .st-datepicker,
  .prices-list-fields .st-datepicker {
    min-width: 25rem;
  }

.restrictions-list-categories, .prices-list-categories {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: auto;
  padding-right: 1rem;
  gap: 1rem;
}

.restrictions-list-fields > div {
  width: 100%;
}

@media (max-width: 955px) {
  .prices-list .prices-list-fields, .restrictions-list .restrictions-list-fields {
    flex-wrap: wrap;
  }
}

/*reservation document-upload-modal*/
.document-upload-modal .upload-card {
  min-width: 70vw !important;
  min-height: 240px !important;
}

  .document-upload-modal .upload-card .document-download-button {
    position: absolute !important;
    font-size: 1.7rem !important;
    top: 1.7rem !important;
    margin-left: 8.7vw;
  }

  .document-upload-modal .upload-card .upload-box {
    border: 2px dashed var(--softtec-dark-blue) !important;
    border-radius: 8px !important;
    background-color: var(--softtec-white) !important;
    padding: 2rem;
  }

.document-upload-modal {
  padding-top: 1rem;
}

  .document-upload-modal .k-upload .k-upload-button {
    margin-bottom: 2rem !important;
  }

  .document-upload-modal .picTxtbox {
    width: 14rem !important;
  }

  .document-upload-modal .upload-card .upload-box .white-box {
    background-color: transparent !important;
  }

  .document-upload-modal .upload-card .card-body {
    padding: 0 !important;
  }

.history-modal {
  width: 75vw;
  height: 75vh;
}

  .history-modal .st-page-content {
    flex: 1;
    overflow: hidden;
    display: flex;
    padding: 0;
  }

    .history-modal .st-page-content .st-grid {
      overflow: auto;
      border-radius: .8rem;
      background: var(--softtec-light-blue2);
      margin-top: 1rem;
    }

    .history-modal .st-page-content .st-grid-table {
      width: 100%;
    }


@media (max-width: 1050px) {
  .document-upload-modal .upload-card .card-body > div {
    grid-template-columns: 1fr 1fr 1fr !important;
  }

  .document-upload-modal .upload-card .document-download-button {
    margin-left: 11vw;
  }
}


/* UPLOADER */
.picTxtbox {
  background-color: var(--softtec-white);
  border-radius: 8px;
  width: 10rem;
  overflow: hidden;
  min-height: 10rem !important;
  height: auto !important;
}

  .picTxtbox img {
    width: 100% !important;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .picTxtbox div.img-headline {
    font-size: 1rem;
    width: 100%;
    padding: 0rem 0.5rem 0rem 0.5rem;
    margin: 0;
    border: 0;
  }

  .picTxtbox div.img-img-headline .form-control {
    margin: 0 !important;
    width: 100% !important;
  }

.img-headline .form-control:focus, .img-headline .form-control:hover {
  box-shadow: none !important;
}

.uploadBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

  .uploadBox .k-button {
    width: fit-content;
  }

/*-----------------------*/


/*Components*/
.k-grid-search {
  background-color: var(--softtec-light-blue2) !important;
}

.k-pager-numbers .k-link {
  color: var(--softtec-dark-blue);
}

.k-pager-wrap, .k-pager {
  border-color: var(--softtec-medium-blue1);
  color: var(--softtec-medium-blue1);
  background-color: var(--softtec-light-blue1);
}

.k-pager-numbers {
  gap: 1px;
}

  .k-pager-numbers .k-button-flat-primary,
  .k-pager-numbers .k-button-flat-primary::before,
  .k-pager-numbers .k-button-flat-primary::after {
    color: inherit !important;
  }

  .k-pager-nav.k-link:focus, .k-pager-refresh:focus, .k-focus.k-pager-nav.k-link, .k-focus.k-pager-refresh, .k-pager-numbers .k-link:focus, .k-pager-numbers .k-link.k-focus {
    box-shadow: unset;
  }

  .k-pager-numbers .k-link:hover, .k-pager-numbers .k-link.k-hover, .k-pager-nav.k-link:hover, .k-pager-refresh:hover, .k-hover.k-pager-nav.k-link, .k-hover.k-pager-refresh {
    color: var(--softtec-dark-blue);
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid var(--softtec-medium-blue2);
  }

  .k-pager-numbers .k-link.k-state-selected, .k-pager-numbers .k-link.k-selected {
    color: var(--softtec-dark-blue);
    font-weight: bold;
    background-color: var(--softtec-medium-blue2);
    border-radius: 5px;
  }

.k-i-search {
  padding-left: 5px;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
  color: var(--softtec-medium-blue1);
}

.k-popup {
  color: var(--softtec-dark-blue);
  box-shadow: 0 0 2px 2px var(--softtec-light-blue2);
  margin: .3rem;
  border-radius: 8px;
}

.k-columnmenu-item-wrapper {
  padding: 1rem;
}

.k-columnmenu-item {
  padding: 1rem 1rem 1rem 0;
}

  .k-columnmenu-item:hover {
    color: var(--softtec-dark-blue);
    background-color: transparent;
  }

  .k-columnmenu-item:hover, .k-columnmenu-item:focus {
    box-shadow: unset;
    cursor: unset
  }

.k-grid .k-grid-filter {
  color: var(--softtec-dark-blue);
}

  .k-grid .k-grid-filter:hover {
    background-color: var(--softtec-light-blue-shadow);
    color: var(--softtec-dark-blue);
    cursor: pointer;
    border-radius: 5px;
  }

  .k-grid .k-grid-filter:focus {
    box-shadow: unset;
  }

.k-grid-header .k-grid-filter.k-active, .k-grid-header .k-header-column-menu.k-active, .k-grid-header .k-grid-header-menu.k-active, .k-grid-header .k-hierarchy-cell .k-icon.k-active,
.k-grid-header .k-grid-filter:hover, .k-grid-header .k-header-column-menu:hover, .k-grid-header .k-grid-header-menu:hover, .k-grid-header .k-hierarchy-cell .k-icon:hover {
  background-color: var(--softtec-medium-blue2);
  border-radius: 0.5rem;
}

.k-grid-header .k-grid-filter:focus, .k-grid-header .k-grid-filter.k-focus, .k-grid-header .k-header-column-menu:focus, .k-grid-header .k-header-column-menu.k-focus, .k-grid-header .k-grid-header-menu:focus, .k-grid-header .k-grid-header-menu.k-focus, .k-grid-header .k-hierarchy-cell .k-icon:focus, .k-grid-header .k-hierarchy-cell .k-icon.k-focus {
  box-shadow: inset 0 0 0 2px var(--softtec-medium-blue2);
  border-radius: 0.5rem;
}

.k-detail-cell .col-2 {
  width: 100%;
  display: flex;
  column-gap: 2%;
}

.k-list, .k-list-filter {
  color: var(--softtec-dark-blue);
  padding: 1rem;
}

  .k-list-filter + .k-list {
    padding-top: 0;
  }

.k-list-item {
  margin: .5rem 0;
  padding: 0.5rem 1rem !important;
  color: var(--softtec-medium-blue1);
  border-radius: 25px;
  min-height: 30px
}

  .k-list-item:first-child {
    margin-top: 0 !important;
  }

  .k-list-item:last-child {
    margin-bottom: 0 !important;
  }

  .k-list-item.k-selected, .k-selected.k-list-optionlabel {
    background: transparent;
    color: var(--softtec-medium-blue1) !important;
    border-radius: 25px;
    border-color: transparent;
  }

    .k-list-item:hover, .k-list-optionlabel:hover, .k-list-item.k-hover, .k-hover.k-list-optionlabel, .k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
      background: var(--softtec-light-blue2);
      color: var(--softtec-medium-blue1) !important;
      border-radius: 25px;
    }

  .k-list-item:focus, .k-list-optionlabel:focus, .k-list-item.k-focus, .k-focus.k-list-optionlabel {
    box-shadow: unset;
  }

.k-list-optionlabel:first-child, .k-list-optionlabel:first-child:hover {
  margin: .5rem .5rem 0 .5rem;
}

li.k-list-item.k-selected::after {
  content: '\2714';
}

li.k-list-item.k-selected span {
  margin-right: auto;
}

.k-picker {
  border-color: transparent;
}

.k-grid .k-icon, .k-input-value-text {
  color: var(--softtec-dark-blue) !important;
}

.k-editor {
  border-color: transparent;
  border-radius: 8px;
}

  .k-editor.telerik-blazor .k-toolbar.telerik-blazor {
    border-color: var(--softtec-light-blue2);
    color: var(--softtec-medium-blue1);
    background-color: var(--softtec-white) !important;
    border-radius: 8px 8px 0 0;
  }

  .k-editor.telerik-blazor .k-button-group .k-button-solid .k-icon.k-button-icon {
    color: var(--softtec-white) !important;
  }

  .k-editor.telerik-blazor .k-button-group .k-button-solid {
    color: var(--softtec-white);
    background-color: var(--softtec-medium-blue1);
    border: 1px solid var(--softtec-dark-blue);
    height: 30px;
  }

    .k-editor.telerik-blazor .k-button-group .k-button-solid:not(:disabled):hover {
      color: var(--softtec-white) !important;
      background-color: var(--softtec-dark-blue);
      border: 1px solid var(--softtec-medium-blue1);
    }

.k-nodata {
  color: var(--softtec-medium-blue1);
}

.k-loader-primary {
  color: var(--softtec-medium-blue1);
}

.k-input:focus-within {
  box-shadow: unset;
}

/*DatePicker , Calender*/
.k-datepicker {
  background-color: var(--softtec-white);
  padding-left: 1rem;
}

.k-calendar {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 8px;
}

  .k-calendar .k-nav-today, .k-calendar .k-calendar-nav-today {
    color: var(--softtec-dark-blue);
  }

.k-calendar-view .k-link {
  color: var(--softtec-dark-blue);
}

.k-calendar .k-calendar-td.k-state-selected .k-link, .k-calendar .k-calendar-td.k-selected .k-link {
  background-color: var(--softtec-medium-blue1);
  border-color: var(--softtec-dark-blue);
}

.k-calendar .k-calendar-td:hover .k-link, .k-calendar .k-calendar-td.k-state-hover .k-link, .k-calendar .k-calendar-td.k-hover .k-link {
  border-color: var(--softtec-dark-blue);
  color: var(--softtec-medium-blue1);
  background-color: var(--softtec-light-blue2);
}

.k-calendar-td.k-state-selected:hover .k-link, .k-calendar .k-calendar-td.k-selected:hover .k-link, .k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link, .k-calendar .k-calendar-td.k-selected.k-hover .k-link, .k-calendar .k-calendar-td.k-selected:hover .k-link, .k-calendar .k-calendar-td.k-selected.k-hover .k-link {
  color: var(--softtec-white) !important;
  background-color: var(--softtec-medium-blue1);
  border-color: var(--softtec-dark-blue);
}

.k-calendar-table {
  margin: 0 0 .5rem 0;
}

.k-button-flat-base {
  color: var(--softtec-dark-blue);
}

.k-calendar .k-calendar-th, .k-calendar .k-calendar-caption, .k-calendar .k-meta-header, .k-calendar .k-month-header {
  color: var(--softtec-dark-blue);
}

.card-body .k-grid buton {
  border: none
}

.k-i-calendar::before {
  font-family: 'FontAwesome';
  font-size: 1rem;
  /*the calendar icon in FontAwesome */
  content: '\f073';
  color: var(--softtec-medium-blue2);
}

.k-datepicker .k-button-solid-base {
  background-color: transparent;
  border-color: transparent !important;
  background-image: unset !important;
}

.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-state-focus, .k-calendar .k-nav-today.k-focus {
  color: var(--softtec-dark-blue);
}

.k-calendar .k-calendar-td.k-state-selected .k-link:hover {
  background-color: var(--softtec-dark-blue);
}

.k-grid-content {
  overflow-y: scroll;
  padding-right: 0.1em;
}

.k-grid-header {
  background-color: var(--softtec-light-blue2);
}

.traces-grid .k-grid-header {
  padding-right: 0;
}

.k-window {
  min-width: 360px !important;
  min-height: 180px !important;
  border-radius: 10px !important;
}

.k-window-titlebar {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  padding: 1.25rem 1rem;
  color: var(--softtec-dark-blue);
}

.k-actions {
  justify-content: end;
}

  .k-actions > .k-button {
    width: fit-content;
    padding: 1rem 2.5rem;
  }

.k-input {
  border: 1px solid var(--softtec-field-border-color);
  border-radius: 10px;
}

.k-window-actions {
  padding: 1rem;
  gap: 2rem;
}

.k-dialog-titlebar {
  background-color: var(--softtec-white);
}

.k-window-content, .k-form, .k-form-inline, .k-dialog-titlebar, .k-window {
  color: var(--softtec-dark-blue) !important;
}

.k-grid-header .k-grid-filter.k-state-active, .k-grid-header .k-grid-filter.k-active, .k-grid-header .k-header-column-menu.k-state-active, .k-grid-header .k-header-column-menu.k-active, .k-grid-header .k-hierarchy-cell .k-icon.k-state-active, .k-grid-header .k-hierarchy-cell .k-icon.k-active {
  background-color: var(--softtec-medium-blue1);
  border-radius: 5px;
}

  .k-grid-header .k-grid-filter.k-state-active .k-icon.k-i-filter {
    color: var(--softtec-white);
  }

.k-toolbar .k-input, .k-toolbar .k-picker {
  width: 100%;
  box-shadow: 0 0 2px 2px var(--softtec-light-blue2);
}

.k-overlay-light {
  background-color: var(--softtec-white);
}

/*Rechnunggsseite Verwendung */
.add-package-modal .st-datepicker {
  grid-column: span 2 !important;
}

.add-package-modal .st-datepicker-input.ant-picker,
.add-article-modal .st-datepicker-input.ant-picker {
  background-color: var(--softtec-light-blue2) !important;
}

.st-popup-content .k-animation-container {
  position: fixed;
}

.st-popup-content .st-grid.k-grid {
  min-height: 21rem;
}

.view-image-modal, .view-image-modal .modal-content {
  background-color: transparent !important;
  border: none !important;
  box-shadow: unset !important;
  height: fit-content;
  max-height: 88vh;
}

  .view-image-modal .modal-body {
    position: unset !important;
  }

.modal-body .upload-card .upload-box {
  padding: 2rem;
}

.invoice-payment-card {
  gap: 0 !important;
  padding-right: 0;
}

  .invoice-payment-card .card {
    min-width: 40rem;
  }

/*paylinks-modal*/
.paylinks-modal .form-control.valid {
  outline: unset !important;
}

/*Create CreditCard modal*/
.bm-container:has(.creditcard-modal) {
  z-index: 10001 !important;
}

.invoice-payment-card .k-listbox {
  width: 100%;
  height: 100%;
  min-height: auto;
}

  .invoice-payment-card .k-listbox .k-list-scroller {
    border: none !important;
    background: transparent;
  }

  .invoice-payment-card .k-listbox .k-list {
    padding: 0;
  }

.invoice-payment-card .k-list-content {
  border: none !important;
  flex: 1 1 auto;
  overflow-y: hidden;
  padding: 0;
}

.invoice-payment-card .k-listbox .k-list-scroller .k-list-content .k-list-ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5,1fr);
  margin-top: 2rem;
  padding-right: 3rem;
  width: fit-content;
}

.invoice-payment-card .k-listbox .k-list-item,
.invoice-payment-card .k-listbox .k-list-item.k-selected {
  background: transparent;
  color: unset !important;
  border-radius: 0;
  border-color: transparent;
  margin: 0;
  padding: 0 !important;
}

.invoice-payment-card .k-listbox li.k-list-item.k-selected::after {
  display: none;
}

.invoice-payment-card .editable .btn-payment-type.disabled:hover,
.invoice-payment-card .editable .btn-payment-type:hover {
  cursor: move !important;
}

.invoice-payment-card li.k-list-item.k-selected span {
  margin-right: 0;
}

.paylinks-modal .form-control.valid {
  outline: unset !important;
}

.paylinks-modal {
  min-height: 3.8rem;
}

.paylinks-modal .form-floating {
  height: 3rem;
}

.paylinks-modal .st-datepicker.ant-picker,
.paylinks-modal  .ant-input-number {
  background-color: var(--softtec-light-blue2) !important;
  border: 1px solid var(--softtec-field-border-color) !important;
}

.paylinks-modal .ant-picker-clear {
  background: var(--softtec-light-blue2);
}

.price-list-form {
  height: 406px !important;
}

@media(max-width: 1876px) {
  .invoice-payment-card .k-listbox .k-list-scroller .k-list-content .k-list-ul {
    grid-template-columns: repeat(4,1fr);
  }
}

@media(max-width: 1526px) {
  .invoice-payment-card .k-listbox .k-list-scroller .k-list-content .k-list-ul {
    grid-template-columns: repeat(3,1fr);
  }
}

@media(max-width: 1176px) {
  .invoice-payment-card .k-listbox .k-list-scroller .k-list-content .k-list-ul {
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width: 826px) {
  .invoice-payment-card .k-listbox .k-list-scroller .k-list-content .k-list-ul {
    grid-template-columns: repeat(1,1fr);
  }
}

/*#region Price-list Modals*/
.price-list-color-picker {
  display: flex;
  gap: 1rem;
  width: 6rem;
  padding: .5rem 1rem;
  color: var(--softtec-medium-blue1);
}

.pricelist-switcher.red-green-switcher.readonly {
  height: 2rem;
  padding: 0 .3rem;
  width: 4rem;
}

.price-list-color-picker .st-themePicker {
  width: 2rem !important;
  height: 2rem !important;
}

.price-list-info-modal .color-rec {
  border-radius: .8rem;
  height: 3rem;
  width: 25.9rem;
  flex-grow: 1;
  background-color: white;
}

.price-list-info-modal .card-title {
  font-size: var(--font-size-14) !important;
}

.price-list-modal .st-grid tr th {
  font-weight: normal;
  font-family: var(--font-medium);
  background-color: var(--softtec-light-blue2);
}

.price-list-modal .st-grid {
  overflow: auto;
}

  .price-list-modal .st-grid tr th {
    white-space: nowrap;
  }

  .price-list-modal .st-grid tr td {
    white-space: nowrap;
  }

  .price-list-modal .st-grid tr th:first-child {
    border-top-left-radius: 8px;
  }

  .price-list-modal .st-grid tr th:last-child {
    border-top-right-radius: 8px;
  }

  .price-list-modal .st-grid tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }

  .price-list-modal .st-grid tr:last-child td:not(:first-child) {
    width: 19rem !important;
    min-width: 19rem !important;
  }

  .price-list-modal .st-grid tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }

  .price-list-modal .st-grid tr td .st-numberinput-input.ant-input-number {
    height: 2rem;
  }

    .price-list-modal .st-grid tr td .st-numberinput-input.ant-input-number input:not(:disabled) {
      border: 1px solid var(--softtec-field-border-color);
      height: 2rem;
    }

  .price-list-modal .st-grid tr td .st-amount {
    background-color: transparent;
  }

.price-list-modal .st-numberinput-input.ant-input-number input:read-only,
.price-list-modal .st-numberinput-input.ant-input-number input:disabled {
  background-color: var(--softtec-grey) !important;
  height: 2rem;
}

.price-list-overview-modal {
  height: 90vh !important;
}

  .price-list-overview-modal .st-numberinput-input.ant-input-number,
  .price-list-overview-modal .st-numberinput-input.ant-input-number input:read-only,
  .price-list-overview-modal .st-numberinput-input.ant-input-number input:disabled {
    background-color: transparent !important;
  }

.price-list-modal .ant-input-number-input {
  border-radius: 8px !important;
}

.price-list-modal .st-amount {
  column-gap: 1rem;
}

  .price-list-modal .st-amount .st-switch-button {
    width: 5rem;
  }

.price-list-modal.price-list-modal:not(.price-list-overview-modal) .st-amount .position-relative.w-100 {
  width: 10rem !important;
  max-width: 10rem;
}

.price-list-modal .st-amount .st-switch-button-input + label {
  padding: 0 !important;
  font-weight: 700;
  font-size: var(--font-size-15) !important;
}

.pricelist-switcher .red-green-switcher.st-switch-button.readonly .st-switch-button-input-left:checked + label,
.price-list-modal .red-green-switcher.st-switch-button.readonly .st-switch-button-input-left:checked + label {
  background-color: var(--softtec-switch-light-green) !important;
}

.pricelist-switcher .red-green-switcher.st-switch-button.readonly .st-switch-button-input-right:checked + label,
.price-list-modal .red-green-switcher.st-switch-button.readonly .st-switch-button-input-right:checked + label {
  background-color: #dc8b80 !important;
}

.price-list-modal {
  min-width: 71.2rem;
}

  .price-list-modal.price-list-modal-height {
    height: fit-content;
  }

.price-list-modal-content {
  height: 100%;
  min-height: 15rem;
  min-width: 74rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.price-list-modal .card:first-child .card-body .position-relative:first-child {
  max-width: 39.2rem;
}

.fixed-header {
  position: sticky;
  top: 0;
  z-index: 3;
}

.price-list-modal:not(.price-list-overview-modal) ::-webkit-scrollbar:vertical {
  width: 1.7rem;
  height: 1.7rem;
}

.price-list-modal:not(.price-list-overview-modal) ::-webkit-scrollbar-thumb:vertical {
  border-left: .5rem var(--softtec-white) solid !important;
  border-right: .5rem var(--softtec-white) solid !important;
}

.price-list-modal:not(.price-list-overview-modal) ::-webkit-scrollbar-track:vertical {
  margin-top: 3.9rem;
}

.price-list-package-prices-modal-header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.price-list-overview-modal .st-grid tr th:first-child,
.price-list-overview-modal .st-grid tr td:first-child,
.price-list-package-prices-modal .st-grid tr th:first-child,
.price-list-package-prices-modal .st-grid tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 18rem !important;
}


.price-list-overview-modal .st-grid tr td:first-child,
.price-list-package-prices-modal .st-grid tr td:first-child {
  background-color: var(--softtec-white);
}

.price-list-overview-modal .st-grid tr:nth-child(even) td:first-child,
.price-list-package-prices-modal .st-grid tr:nth-child(even) td:first-child {
  background-color: var(--softtec-light-blue2);
}


.price-list-package-prices-modal .st-grid tr td:first-child {
  background-color: inherit;
}

.price-list-overview-modal .white-box ::-webkit-scrollbar-track:horizontal,
.price-list-package-prices-modal .white-box ::-webkit-scrollbar-track:horizontal {
  margin-left: 22.5rem;
}

.price-list-overview-modal .st-tabcontrol + div.card {
  border-top-left-radius: 0;
}

.price-list-overview-modal .st-tabcontrol .st-tabcontrol-header-active {
  background-color: var(--softtec-dark-blue);
  color: var(--softtec-white);
}

.price-list-overview-modal .st-tabcontrol .st-tabcontrol-header-active,
.price-list-overview-modal .st-tabcontrol .st-tabcontrol-header-inactive,
.price-list-overview-modal .st-sub-tabcontrol-header-inactive {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid var(--softtec-light-blue2);
  border-right: 1px solid var(--softtec-white);
  height: 3rem;
}

.price-list-overview-modal hr {
  color: var(--softtec-transparent-medium-blue1);
  margin: 0;
  height: 2px;
}

.price-list-overview-modal .accordion hr:last-child {
  display: none;
}

.price-list-overview-modal .accordion-button,
.price-list-overview-modal .accordion-button:not(.collapsed) {
  color: var(--softtec-dark-blue);
  background-color: transparent;
  box-shadow: unset;
  padding: 0;
  cursor: pointer;
}

  .price-list-overview-modal .accordion-button::after {
    margin-left: unset;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: unset;
    color: var(--softtec-medium-blue1);
    font-family: 'FontAwesome';
    font-size: var(--font-size-20) !important;
    content: '\f107';
  }

  .price-list-overview-modal .accordion-button:not(.collapsed)::after {
    color: var(--softtec-medium-blue1);
  }

.price-list-overview-modal .st-switch-button-input:checked + label {
  background-color: var(--softtec-medium-blue1);
  opacity: 1;
}

.pricelist-switcher.red-green-switcher.readonly {
  height: 2rem;
  padding: 0 .3rem;
  width: 4rem;
}

.pricelist-switcher.red-green-switcher.switcher-green-bg.readonly {
  opacity: .8;
  background-color: var(--softtec-green) !important;
  gap: .2rem;
}

.pricelist-switcher.red-green-switcher.readonly .st-switch-button-label {
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
  margin: .2rem 0;
}

  .pricelist-switcher.red-green-switcher.readonly .st-switch-button-label > span {
    font-size: var(--font-size-10) !important;
  }

.pricelist-switcher.red-green-switcher.switcher-red-bg.readonly {
  opacity: .8;
  background-color: var(--softtec-switch-red) !important;
  justify-content: space-between;
}

.price-list-modal .card-title {
  color: var(--softtec-dark-blue);
  font-size: var(--font-size-14) !important;
}

@media (max-width: 980px) {
  .price-list-modal {
    min-width: 35rem;
  }

  .price-list-modal-content {
    min-width: unset;
  }
}

@media (max-width: 500px) {
  .price-list-modal .card:first-child .card-body .position-relative:first-child {
    max-width: 100%;
  }

  .price-list-modal .card:first-child .card-body {
    flex-direction: column;
  }
}
/*#endregion*/

/*payment modal reservation*/
.secure-field--actions {
  border-radius: 50%;
  border: 1px solid var(--softtec-dark-blue);
  height: 8rem;
  width: 8rem;
  padding: 1rem;
}

.secure-field--action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.secure-field--card-icon__recognized-card {
  width: 6rem;
}

#card-number-container, #cvv-container {
  height: 4.4rem;
}

.modal-payment .st-datepicker.ant-picker {
  margin-top: 2px;
  box-shadow: 0 0 1px 1px var(--softtec-light-blue-shadow);
}

.modal-payment .form-floating > input {
  box-shadow: 0 0 1px 1px var(--softtec-light-blue-shadow) !important;
  border: none !important;
}

  .modal-payment .form-floating > input:hover {
    box-shadow: 0 0 2px 2px var(--softtec-light-blue-shadow) !important;
    border: none !important;
  }

.modal-payment iframe {
  height: 4.4rem !important;
}

/*--------------------------------------------------------------------------------------------------*/

/*slider in Split-Modal*/

.splited-slider {
  border-radius: .8rem;
  display: flex;
}

  .splited-slider > span {
    text-align: center;
    color: var(--softtec-medium-blue1);
    font-size: 1rem !important;
    height: 1.5rem;
    border-radius: .8rem 0 0 .8rem;
    min-width: fit-content;
  }

.ant-slider.st-slider, .splited-slider {
  margin: 0;
  padding: 0;
  height: 1.5rem;
  width: 18rem !important;
  background-color: var(--softtec-light-blue2);
}

  .ant-slider.st-slider .ant-slider-track {
    height: 1.5rem;
    background-color: var(--softtec-light-blue2);
    border-radius: .8rem 0 0 .8rem;
    left: -1px !important;
  }

  .ant-slider.st-slider .ant-slider-rail, .splited-slider > span:nth-child(2) {
    background-color: var(--softtec-medium-blue1);
    height: 1.5rem;
    border-radius: .8rem;
  }

  .splited-slider > span:nth-child(2) {
    border-radius: 0 .8rem .8rem 0;
    color: var(--softtec-white);
  }

  .ant-slider.st-slider .ant-slider-handle {
    background-color: var(--softtec-medium-blue2);
    height: 1.8rem;
    width: 1rem;
    border-radius: .8rem;
    margin-top: -.15rem;
    border: solid 1px var(--softtec-dark-blue);
  }

  .ant-slider.st-slider:hover .ant-slider-track {
    background-color: var(--softtec-light-blue-shadow);
  }

  .ant-slider.st-slider:hover .ant-slider-rail {
    background-color: var(--softtec-dark-blue);
  }

  .ant-slider.st-slider:hover .ant-slider-handle:not(.ant-tooltip-open), .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
    border-color: var(--softtec-medium-blue1);
  }

.slider-titles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .5rem;
}

  .slider-titles > span {
    font-size: 1rem !important;
    color: var(--softtec-medium-blue1);
  }

/*Sourcecode-Modal */

.sourcecode-modal .icon-select-element-wrapper {
  background: var(--softtec-light-blue2);
  border-radius: 1rem;
  position: relative;
  width: 20rem;
  gap: 1rem;
  height: 16.5rem;
}

  .sourcecode-modal .icon-select-element-wrapper.selected,
  .sourcecode-modal .icon-select-element-wrapper:hover {
    background: var(--softtec-light-blue2);
    background-color: var(--softtec-light-blue-shadow);
    cursor: pointer;
    border-radius: 1rem;
  }

.sourcecode-modal .icon-select-description-wrapper {
  height: 10rem;
  width: 10rem;
  background-color: var(--softtec-white);
}

.sourcecode-modal .icon-select-description-img {
  height: 8rem;
  width: 7rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

  .sourcecode-modal .icon-select-description-img.smaller-icon {
    height: 6rem;
  }


.icon-selected-dot {
  height: 15px;
  width: 15px;
  background-color: var(--softtec-green);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.icon-selected-dot-ckeck {
  color: var(--softtec-white);
  bottom: 1px;
  position: relative;
  left: 2px;
  width: 8px;
  height: 8px;
}

.sourcecode-modal .icon-selected-dot {
  right: 1.2rem;
}

.sourcecode-modal .icon-select-element-title {
  margin: 0;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', sans-serif;
}

.sourcecode-modal .icon-select-element-wrapper.selected .icon-select-element-title {
  color: var(--softtec-dark-blue);
}

.assign-room-modal .card-header .card-title {
  font-size: var(--font-size-14) !important;
}

.invoice-doc-modal {
  overflow: hidden !important;
}

/*---------------------------------------*/
.reservation-info-content, .contact-info-content {
  display: grid !important;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 1rem !important;
  padding-left: 1rem;
  height: inherit;
  width: 100%;
}

.res-info-popup .reservation-info-content {
  padding-left: 0;
  padding-right: .5rem;
  grid-template-columns: 1fr;
}

  .res-info-popup .reservation-info-content .info-content {
    background-color: var(--softtec-white);
    border-radius: .8rem;
    display: flex;
    gap: 1rem;
    padding: 1rem;
    height: 100%;
  }

    .res-info-popup .reservation-info-content .info-content > div {
      width: 50%;
    }

    .res-info-popup .reservation-info-content .info-content .res-info-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--softtec-medium-blue1);
      color: var(--softtec-white);
      border-radius: 50%;
      width: 20px;
      height: 20px;
    }

      .res-info-popup .reservation-info-content .info-content .res-info-icon:hover {
        background-color: var(--softtec-dark-blue);
        cursor: pointer;
      }

.res-info-icon > img {
  height: 1.2rem;
}
/*----------------------------*/
.note-popup {
  max-width: 45rem;
}

  .note-popup .modal-footer {
    justify-content: center;
  }

.res-info-modal {
  width: 80vw !important;
  max-width: 110rem !important;
}

.res-info-modal .modal-content {
  padding: 1rem;
}


@media(max-width: 520px) {
  .res-info-modal {
    width: 90vw !important;
  }
}
