/* ============================================================
         GLOBAL STYLES - Textarea, Telerik, Scollbar usw.
   ============================================================ */


/*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);
}


.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: 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: 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;
}

.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-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;
  }

/*-------------------*/
/*Div*/
.main {
  overflow: hidden !important;
}

.scroll-div {
  height: 100%;
  overflow: auto;
}

/* Master- and Details- Page Container*/

.wrapper-container {
  height: 100vh;
  padding-right: 0.5rem;
}

.master-page {
  height: 100%;
  overflow: auto;
}

.masterpage-content {
  height: 100%;
  min-width: 255px;
}

/*-----------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*/
/*Telerik-grid + icons + search input + filter Menu + popup + dropdowns + input + scheduler */
.k-grid {
  border-color: transparent;
  border-radius: 8px;
}

  .k-grid tr.k-alt {
    background-color: var(--softtec-light-blue2);
  }

.modal-body .k-grid {
  border-color: var(--softtec-light-blue-shadow);
}

.k-grid-toolbar {
  border-radius: 8px 8px 0 0;
}

.k-pager-wrap {
  border-radius: 0 0 8px 8px;
  margin-top: .5rem;
  color: var(--softtec-medium-blue1);
  background-color: var(--softtec-light-blue2);
}

.k-pager-wrap, .k-grid-toolbar {
  background-color: var(--softtec-light-blue2);
  border-color: transparent;
  color: var(--softtec-medium-blue1);
}

  .k-grid-toolbar:not(.k-pager-wrap) {
    background-color: var(--softtec-white);
  }

/*----------------------------------*/
/*Telerik scheduler*/
.k-scheduler {
  color: var(--softtec-dark-blue);
  border-color: var(--softtec-light-blue1);
  border-radius: 8px;
}

.k-toolbar {
  border-radius: 8px 8px 0 0;
}

.k-scheduler-footer {
  color: var(--softtec-dark-blue);
  background-color: var(--softtec-light-blue1);
  border-radius: 0 0 8px 8px;
}

.k-scheduler-toolbar {
  border-color: rgba(0, 0, 0, 0.08);
  color: var(--softtec-dark-blue);
  background-color: var(--softtec-light-blue1);
}

.k-link, .k-link:hover {
  color: var(--softtec-dark-blue);
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.k-scheduler table, .k-scheduler thead, .k-scheduler tfoot, .k-scheduler tbody, .k-scheduler tr, .k-scheduler th, .k-scheduler td, .k-scheduler div, .k-scheduler > * {
  border-color: var(--softtec-light-blue1);
}

.k-scheduler-footer .k-rounded-md {
  border-radius: 25px;
}

.k-scheduler .k-button-group .k-button-solid-base, .k-scheduler-footer .k-button-solid-base {
  border-color: unset;
  height: 3rem;
  color: var(--softtec-white);
  background-color: var(--softtec-medium-blue1);
}

  .k-scheduler .k-button-group .k-button-solid-base.k-selected, .k-scheduler .k-button-group .k-button-solid-base.k-selected {
    background-color: var(--softtec-dark-blue);
  }

.k-scheduler .k-button-group .k-button-solid:hover {
  color: var(--softtec-white);
  background-color: var(--sofftec-dark-blue);
  border-color: var(--softtec-light-blue2);
}

.k-scheduler .k-button-solid-base .k-button-icon.k-icon.k-i-clock, .k-scheduler .k-button-solid-base .k-icon.k-i-arrow-60-left.k-button-icon, .k-scheduler .k-button-solid-base .k-icon.k-i-arrow-60-right.k-button-icon, .k-scheduler-toolbar .k-button-group.k-scheduler-navigation .k-button-solid-base .k-button-icon.k-icon {
  color: var(--softtec-white);
}

.k-scheduler .k-button-solid-base:hover, .k-scheduler .k-button-solid-base.k-hover {
  background-color: var(--softtec-dark-blue);
  font-weight: bold;
}

/*-------------------------------------------------------------------------------------*/
/*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
}
/*-------------------------------------------------------------------------------------------------------*/

/*#region SCROLL-BAR STYLE */
/* width */
::-webkit-scrollbar {
  width: 1.7rem;
  height: 1.7rem;
}

select::-webkit-scrollbar,
.k-card ::-webkit-scrollbar, .no-border-scrollbar::-webkit-scrollbar, .widget-container ::-webkit-scrollbar, .price-calendar::-webkit-scrollbar,
.modal-content ::-webkit-scrollbar, .k-editor ::-webkit-scrollbar, .k-textarea ::-webkit-scrollbar {
  width: 0.7rem;
  height: 0.7rem;
}

.st-textarea ::-webkit-scrollbar {
  width: 1.7rem;
  height: 1.7rem;
}

.history-modal .st-page-content .st-grid::-webkit-scrollbar,
.st-grid ::-webkit-scrollbar, .dashboard-table ::-webkit-scrollbar, .invoice-table-container ::-webkit-scrollbar {
  width: 2.7rem;
  height: 2.7rem;
}

.res-invoice-modal ::-webkit-scrollbar {
  width: 2.7rem !important;
  height: 2.7rem !important;
}

.invoice-payment-card ::-webkit-scrollbar {
  width: 2rem;
  height: 2rem;
}

.hide-scrollbar::-webkit-scrollbar:horizontal {
  scrollbar-width: none;
  height: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

.k-card ::-webkit-scrollbar-thumb, .modal-content ::-webkit-scrollbar-thumb, .grid-container ::-webkit-scrollbar-thumb,
.k-editor ::-webkit-scrollbar-thumb, .k-textarea ::-webkit-scrollbar-thumb, .widget-container ::-webkit-scrollbar-thumb {
  border: 0 !important;
}

.history-modal .st-page-content .st-grid::-webkit-scrollbar-track,
.st-grid ::-webkit-scrollbar-track, .dashboard-table ::-webkit-scrollbar-track, .invoice-table-container ::-webkit-scrollbar-track {
  background: var(--softtec-light-blue2);
}

.res-invoice-modal ::-webkit-scrollbar-track {
  background: var(--softtec-light-blue2) !important;
}

/* Handle */
.no-border-scrollbar::-webkit-scrollbar-thumb {
  border: 0 !important;
}

::-webkit-scrollbar-thumb {
  background: var(--softtec-medium-blue2);
  border-radius: 8px;
}

  ::-webkit-scrollbar-thumb:vertical, .st-textarea ::-webkit-scrollbar-thumb:vertical {
    border-right: 5px var(--softtec-white) solid;
    border-left: 5px var(--softtec-white) solid;
  }

  ::-webkit-scrollbar-thumb:horizontal, .st-textarea ::-webkit-scrollbar-thumb:horizontal {
    border: 0;
    border-top: 5px var(--softtec-white) solid;
    border-bottom: 5px var(--softtec-white) solid;
  }

.res-info-popup .scrollbar-lightblue-border .st-textarea ::-webkit-scrollbar-thumb:vertical {
  border-right: 5px var(--softtec-light-blue2) solid !important;
  border-left: 5px var(--softtec-light-blue2) solid !important;
}

.res-info-popup .scrollbar-lightblue-border .st-textarea ::-webkit-scrollbar-thumb:horizontal {
  border: 0;
  border-top: 5px var(--softtec-light-blue2) solid !important;
  border-bottom: 5px var(--softtec-light-blue2) solid !important;
}

.card ::-webkit-scrollbar-thumb, .k-card ::-webkit-scrollbar-thumb, .st-daterange-wrapper ::-webkit-scrollbar-thumb {
  border-color: var(--softtec-light-blue2);
}

select::-webkit-scrollbar-thumb {
  border-color: var(--softtec-white);
}

.history-modal .st-page-content .st-grid::-webkit-scrollbar-thumb:vertical,
.st-grid ::-webkit-scrollbar-thumb:vertical, .res-invoice-modal ::-webkit-scrollbar-thumb:vertical, .dashboard-table ::-webkit-scrollbar-thumb:vertical, .invoice-table-container ::-webkit-scrollbar-thumb:vertical {
  border: 1rem var(--softtec-light-blue2) solid !important;
  border-radius: 25px;
  border-top-width: 4px !important;
  border-bottom-width: 4px !important;
  background: var(--softtec-medium-blue2);
}

.history-modal .st-page-content .st-grid::-webkit-scrollbar-thumb:horizontal,
.st-grid ::-webkit-scrollbar-thumb:horizontal, .res-invoice-modal ::-webkit-scrollbar-thumb:horizontal, .dashboard-table ::-webkit-scrollbar-thumb:horizontal, .invoice-table-container ::-webkit-scrollbar-thumb:horizontal {
  border: 1rem var(--softtec-light-blue2) solid !important;
  border-radius: 25px;
  border-left-width: 4px !important;
  border-right-width: 4px !important;
  background: var(--softtec-medium-blue2);
}

.tippy-box[data-theme~='category-info-popup'] .tippy-content ::-webkit-scrollbar-thumb,
.scrollbar-white ::-webkit-scrollbar-thumb {
  background-color: var(--softtec-white);
}

.card-white-small ::-webkit-scrollbar-thumb, .st-textarea ::-webkit-scrollbar-thumb {
  border-color: var(--softtec-white);
}

.card-medium-blue1 ::-webkit-scrollbar-thumb {
  border-color: var(--softtec-medium-blue1);
}

.scrollbar-lightblue-border ::-webkit-scrollbar-thumb {
  border-color: var(--softtec-light-blue2);
}

.k-textarea ::-webkit-scrollbar-thumb {
  border-color: var(--softtec-medium-blue2);
}

.card-blue ::-webkit-scrollbar-thumb, .scrollbar-lightblue1 ::-webkit-scrollbar-thumb {
  background: var(--softtec-light-blue2);
}

.history-modal .st-page-content .st-grid::-webkit-scrollbar-track:vertical {
  margin-top: 3.9rem;
}

.history-modal .st-page-content .st-grid::-webkit-scrollbar-track:horizontal {
  margin-top: 3.9rem;
  border-radius: .8rem;
}

.st-daterange-table-wrapper::-webkit-scrollbar-track:vertical {
  margin-top: 8.7rem;
}

.st-daterange-table-wrapper::-webkit-scrollbar-track:horizontal {
  margin-left: 18.8rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.st-grid ::-webkit-scrollbar-corner, .res-invoice-modal ::-webkit-scrollbar-corner, .dashboard-table ::-webkit-scrollbar-corner {
  background: var(--softtec-light-blue2);
}

.invoice-payment-card ::-webkit-scrollbar-thumb:vertical {
  border: 0;
  border-left: 5px var(--softtec-white) solid !important;
  border-right: 5px var(--softtec-white) solid !important;
  background-color: var(--softtec-medium-blue1);
}

/*#endregion*/


/* DROP-DOWN STYLE */
.st-splitbuttondropdown-togglebutton {
  border: 0;
  min-width: 30px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

  .st-splitbuttondropdown-togglebutton.btn-white {
    border: 1px solid var(--softtec-medium-blue1);
  }

  .st-splitbuttondropdown-togglebutton:disabled {
    border-left: 1px solid var(--softtec-white);
  }

.st-splitbuttondropdown-button {
  width: 150px;
  border-right: 1px solid var(--softtec-white);
  margin-right: 1px;
}

.selectedOption {
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
}

  .selectedOption:hover {
    background-color: var(--softtec-medium-blue1);
    color: var(--softtec-white);
  }

select option[disabled]:first-child {
  display: none;
}

select option:hover {
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
}

.st-buttondropdown-menu {
  border-radius: 8px;
  border: 0;
}

.st-buttondropdown > .st-button {
  width: 150px;
}

.st-buttondropdown-menu .st-button {
  min-width: 5.5rem !important;
  display: block;
  width: 100% !important;
  border: unset !important;
  text-align: left !important;
}

.btn-small.fa-solid, .btn-small.fa-regular {
  display: flex;
  align-items: center;
  justify-content: center;
}


.st-textdropdown-menu-item, .st-enumdropdown-menu-item {
  padding: .5rem 1rem;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  word-break: break-word;
  min-height: 30px;
}

  .st-textdropdown-menu-item:hover, .st-enumdropdown-menu-item:hover {
    background: var(--softtec-light-blue2);
    color: var(--softtec-medium-blue1) !important;
    padding: .5rem 1rem;
    cursor: pointer;
  }

  .st-textdropdown-menu-item.selected, .st-enumdropdown-menu-item.selected {
    background: var(--softtec-light-blue2);
    padding: .5rem 1rem;
    color: var(--softtec-medium-blue1) !important;
  }

    .st-textdropdown-menu-item.selected::after, .st-enumdropdown-menu-item.selected:after {
      content: '\2714';
      font-family: FontAwesome;
      color: var(--softtec-medium-blue1) !important;
    }
/*----------------------------------*/
/* STTopRow*/
.st-toprow-buttons > div, .st-toprow-buttons > button:not(:last-child) {
  margin-right: 1rem;
}

.st-toprow-buttons > button {
  width: 180px;
}

.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: "-";
  }


/*------------------------------------------------------------------*/
/*Ant-Blazor*/
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--softtec-dark-blue) !important;
}

.ant-tabs-tab:hover {
  color: var(--softtec-dark-blue) !important;
}

.ant-tabs-ink-bar ant-tabs-ink-bar-animated {
  background: var(--softtec-dark-blue) !important;
}

.ant-tabs-ink-bar {
  background: var(--softtec-dark-blue) !important;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: var(--softtec-dark-blue) !important;
}

/*------------------------------------------------------------------*/


.form-control.inline-elments .icon-hover, .form-control.inline-elments span.fa-solid, .form-control.inline-elments span.fa-regular {
  margin-left: auto;
}

.form-control.inline-elments {
  align-items: center;
  display: flex;
}
/*-------------------*/
/*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;
}

/* UPLOAD PICTURE WHITE BOX */
.white-box {
  background-color: var(--softtec-white);
  border-radius: 8px;
  height: 100%;
  padding: 1rem 0 1rem 0;
  overflow: hidden;
  position: relative;
}
/*Upload Input*/
.uploadBox .custom-file-upload {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.file-upload-box {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  align-items: center;
  justify-content: center;
  background-color: var(--softtec-white);
  border-radius: 8px;
}

.upload-btn-blue, .k-upload-button {
  border-radius: 25px;
  width: 50px;
  height: 28px;
  background-color: var(--softtec-medium-blue1);
  border-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-upload .k-upload-button {
  min-width: 12rem;
  height: 30px;
  margin: 0 auto;
}

.upload-btn-blue:hover, .k-upload-button:hover {
  background-color: var(--softtec-dark-blue);
}

.k-upload {
  border-style: none;
}

  .k-upload .k-dropzone {
    background-color: transparent;
    flex-direction: column;
    gap: 8px;
  }

  .k-upload .k-upload-files .k-file-single {
    width: auto;
    display: flex;
    justify-content: center;
    gap: 6rem;
    margin: 0 auto;
  }

  .k-upload .k-upload-files .k-file {
    padding: 16px 0px 20px 0px !important;
  }

.k-upload-status, .k-upload-files {
  display: none !important;
}

.grid-col-span2 {
  grid-column: span 2;
}

.k-upload-files {
  display: none !important;
}

/*----------------------------------------------------------------*/


/*Invoice*/

.st-invoice-items-grid {
  color: var(--softtec-dark-blue);
  height: 100%;
  width: 100%;
}

  .st-invoice-items-grid:not(.splited-items-grid) thead {
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .st-invoice-items-grid th:not(:last-child) {
    border-right: 1px solid var(--softtec-light-blue1);
  }

  .st-invoice-items-grid tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--softtec-light-blue1);
  }

  .st-invoice-items-grid tbody:not(:first-child):not(:last-child) tr.light-blue1-bg {
    border-bottom: 1px solid var(--softtec-white);
  }

  .st-invoice-items-grid tbody tr.light-blue1-bg td {
    border-right: 1px solid var(--softtec-white);
  }

  .st-invoice-items-grid td, .st-invoice-items-grid th {
    width: fit-content;
  }

  .st-invoice-items-grid button {
    width: fit-content;
    min-width: fit-content;
    background-color: transparent;
    border: none;
  }

    .st-invoice-items-grid button:disabled {
      background-color: transparent !important;
      color: grey !important;
    }

  .st-invoice-items-grid .st-buttondropdown button {
    display: flex;
    justify-content: center;
  }

  .st-invoice-items-grid tr td {
    vertical-align: middle !important;
    padding: 0 1rem;
    white-space: nowrap;
  }

  .st-invoice-items-grid tr th {
    color: var(--softtec-medium-blue1) !important;
    font-weight: bold;
    font-size: inherit;
    padding: 0 1rem;
  }

.st-invoice-items-grid {
  border-collapse: collapse;
}

  .st-invoice-items-grid td {
    border: 0;
    border-right: 1px solid var(--softtec-white);
    height: 100%;
  }

  .st-invoice-items-grid tbody tr td:nth-child(2) {
    min-width: 8rem;
    word-break: inherit !important;
  }

  .st-invoice-items-grid tbody tr td {
    border-color: var(--softtec-light-blue1);
  }

  .st-invoice-items-grid tr.no-data-row {
    background-color: var(--softtec-light-blue1);
  }

  .st-invoice-items-grid tr td:last-child, .st-invoice-items-grid tr th:last-child {
    border-right: 0;
  }

  .st-invoice-items-grid.splited-items-grid tr td:last-child {
    padding-top: .5rem;
  }

  .st-invoice-items-grid tr:first-child th {
    border-top: 0;
    white-space: nowrap;
    height: 35px;
  }

  .st-invoice-items-grid thead tr, .st-invoice-items-grid thead tr td {
    height: fit-content;
    background-color: var(--softtec-white);
  }

  .st-invoice-items-grid tbody tr:hover, .st-invoice-items-grid tbody tr:focus {
    cursor: pointer;
  }

  .st-invoice-items-grid tr td .fa-solid, .st-invoice-items-grid tr td .fa-regular {
    line-height: unset !important;
  }

.splited-items-grid tr:first-child th, .splited-items-grid tr td {
  height: 2rem;
}

.splited-items-grid thead tr th {
  background-color: var(--softtec-light-blue2);
}

.d-flex.flex-grow > div {
  flex-grow: 1;
  align-self: flex-start;
}

.d-flex.flex-grow:not(.info-box):not(.price-list-categories) > div {
  flex-basis: calc(50% - 1rem);
}

/*-------------------------------------------------------------*/


/*credit cards contact page*/
.contact-creditcards .cards-container {
  padding: 0 !important;
}

.contact-creditcards .card-body {
  padding: 0 !important;
}

.contact-creditcards .credit-card-container {
  height: 100% !important;
}

.contact-creditcards .credit-card,
.contact-creditcards .new-credit-card {
  height: 100% !important;
  min-height: 12rem;
  max-height: unset !important;
  width: 100% !important;
  max-width: unset !important;
}

/*grid in contact page*/
.st-grid .k-grid-table tr.k-master-row td.k-hierarchy-cell .k-icon {
  color: var(--softtec-medium-blue1) !important;
  font-size: 1.4rem !important;
  justify-content: center;
  display: flex;
}

.st-grid .details-grid table td.k-detail-cell {
  padding: 0.4rem;
  border-color: var(--softtec-light-blue2);
  columns: 12 !important;
}

.st-grid .k-i-minus::before {
  content: '\f077' !important;
  font-family: 'FontAwesome';
}

.st-grid .k-i-plus::before {
  content: '\f078' !important;
  font-family: 'FontAwesome';
}

.st-grid .k-grid-header .k-header {
  vertical-align: middle !important;
}

.st-grid .k-grid-header .k-cell-inner .k-link {
  justify-content: left;
}

.k-grid-header {
  padding-right: 0.1rem;
  overflow-y: scroll;
}

.margin-around .k-grid-header {
  padding-right: 0.1rem;
  overflow-y: auto;
}

.margin-around .k-grid-content {
  padding-right: 0.1rem;
  overflow-y: auto;
}

.st-grid th.k-hierarchy-cell::before {
  content: "\f0c1" !important;
  font-family: 'FontAwesome';
}

.st-grid:not(.report-grid):not(.reservations-grid) .k-grid-table .k-detail-row td.k-detail-cell .k-grid-header-wrap table th.k-header:first-child::before {
  content: "\f0c1" !important;
  font-family: 'FontAwesome';
}

.st-grid .k-grid.details-grid {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.st-grid td.k-detail-cell tr, .st-grid td.k-detail-cell tr td {
  background-color: transparent !important;
  color: var(--softtec-dark-blue);
}

.k-detail-row.k-table-row .k-table-td.k-detail-cell {
  height: fit-content;
}

.k-i-arrow-60-down::before {
  content: "\f078";
  font-family: 'FontAwesome';
  color: var(--softtec-dark-blue);
}

.k-i-arrow-60-up::before {
  content: "\f077";
  color: var(--softtec-dark-blue);
  font-family: 'FontAwesome';
}

.k-picker-solid {
  background-image: unset;
}

.package-prices-column button .k-icon.k-i-trash {
  color: var(--softtec-dark-blue);
}
/*----------------------------------------------------------------*/

/*Space when ther is scrollbar STYLES*/
.scrollbar-space-10 {
  padding: 1rem 0.5rem 1rem 1rem;
}

.modal-content {
  width: unset !important;
}

/*Demo*/
.bm-container {
  /*!!!do not exceed 9998 if higher tooltips will not be shown correctly!!!*/
  z-index: 9997 !important;
}

.blazored-typeahead__input-mask-wrapper {
  background-color: var(--softtec-white);
  border-radius: 8px;
}

.disable-ant-numberinput-controls .ant-input-number-handler-wrap, .st-numberinput-input.ant-input-number .ant-input-number-handler-wrap {
  display: none !important;
}

.blazored-typeahead__clear {
  color: var(--softtec-medium-blue1) !important;
}

  .blazored-typeahead__clear:hover {
    color: var(--softtec-dark-blue) !important;
    font-weight: bold;
  }


.st-text-overflow-dots {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* ************************** Reservierungsseite 2 neu ********************** */

.icon-select-element-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 110px;
  height: 100px;
}

.icon-select-element-title {
  margin-bottom: 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: inherit;
}

.icon-select-description-wrapper {
  position: relative;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}

.icon-select-description {
  position: absolute;
  font-weight: bold;
  user-select: none;
}
/*automatic item booking*/
.itembooking-calculation .st-grid .st-number-input .form-control {
  text-align: right;
}

.itembooking-calculation .st-grid .st-datepicker {
  width: 100%;
}

.charge-groups-grid .red-border .position-relative .form-control.valid,
.card-body.age-to-red-border .position-relative:nth-child(2) .form-control.valid,
.itembooking-calculation .red-border .position-relative .form-control.valid {
  outline: none;
}

.charge-groups-grid .red-border .position-relative:has(.form-control),
.card-body.age-to-red-border .position-relative:nth-child(2) .form-control {
  border: 1px solid red !important;
  border-radius: 8px;
}

.itembooking-calculation .st-grid .st-datepicker .ant-picker-range {
  width: 100%;
}

.charge-groups-grid td .position-relative:has(.validation-message:not(:empty)),
.itembooking-calculation .st-grid td .position-relative:has(.validation-message:not(:empty)) {
  height: 100%;
  display: grid;
  align-content: center;
  margin: 1rem 0;
}

.charge-groups-grid td .form:first-child,
.itembooking-calculation .st-grid td .form:first-child {
  display: grid;
  height: 100%;
  align-items: start !important;
}

@media (max-width: 968px) {
  input::-webkit-date-and-time-value {
    text-align: left !important;
  }
}

@media (max-width: 677px) {
  .modal-body {
    max-height: 72vh !important;
  }
}

.w-200 {
  width: 20rem;
}

.note-popup {
  max-width: 45rem;
}

  .note-popup .modal-footer {
    justify-content: center;
  }

.error-msg {
  color: red !important;
}

.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(--sofftec-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;
  }

.grid-column-span-row {
  grid-column-start: 1;
  grid-column-end: -1;
}


.reservation-ticker-header-fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

  .reservation-ticker-header-fields .refresh-icon {
    -webkit-mask-image: url('/icons/refresh.svg');
    mask-image: url('/icons/refresh.svg');
    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;
    height: 3rem;
    width: 1.8rem;
    -webkit-mask-size: 2.5rem;
    mask-size: 2.5rem;
    -webkit-mask-position: center;
    mask-position: center;
    display: flex;
  }

    .reservation-ticker-header-fields .refresh-icon:hover {
      cursor: pointer;
      opacity: .7;
    }

  .reservation-ticker-header-fields > div {
    flex: 1;
  }

.widget-card .reservation-ticker-header-fields {
  width: 33rem;
}

.widget-card .valid.modified {
  outline: none;
}

.history-container {
  height: 3rem;
  padding: .2rem 1rem .2rem .4rem;
  border-radius: 1rem;
  color: var(--softtec-white);
  background-color: var(--softtec-transparent-dark-blue);
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  margin-right: .5rem;
}

  .history-container .st-switch-button {
    height: 2.4rem;
    padding: 0 .2rem;
    width: 4.6rem;
  }

  .history-container .st-switch-button-input + label {
    padding: 0;
  }

  .history-container .st-switch-button-label {
    margin: .2rem 0;
  }

.room-status-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 auto;
}

@media (max-width: 1585px) {
  .room-status-container {
    gap: 1rem;
  }
}

.widget-status-dropdown {
  display: flex;
  align-items: center;
  position: relative;
}

  .widget-status-dropdown > .status-badge {
    position: absolute;
    z-index: 1;
    left: .6rem;
  }

  .widget-status-dropdown .form-select {
    padding-left: 4rem !important;
    min-width: 18rem;
  }

.widget-card .k-grid-md .k-grid-header .k-grid-header-menu,
.dashboard-table .k-grid-md .k-grid-header .k-grid-header-menu {
  bottom: 0;
  top: 0;
  margin: auto;
}

.widget-fields {
  gap: 1rem;
  display: flex;
  align-items: center;
}

.k-card-header .widget-fields {
  flex-wrap: wrap;
}

  .k-card-header .widget-fields > form,
  .k-card-header .widget-fields > div {
    flex: 1;
  }

    .k-card-header .widget-fields > form:first-child:not(:last-child) > div:not(.st-switch-button),
    .k-card-header .widget-fields > div:first-child:not(:last-child):not(.st-switch-button ) {
      min-width: 16rem;
    }

/*#region Validation for all type of fields (ex: fields on detailspage, modals etc..)*/
.form-fields .invalid,
.form-fields .valid,
.form-fields .valid.modified:not([type=checkbox]),
.form-fields .valid.modified:not([type=checkbox]):not([type=radio]),
.page-container #main-container .valid.modified:not([type=checkbox]):not([type=radio]) {
  outline: unset;
}

.form-fields .invalid {
  border-color: var(--softtec-field-border-color) !important;
}

.form-fields .extra-validation-message,
.form-fields .show-validation-msgs,
.form-fields .validation-message {
  display: none;
}

.form-fields .validation-errors {
  padding: 0;
  margin: 0;
}

.show-validation .form-fields .show-validation-msgs,
.show-validation .form-fields .extra-validation-message,
.show-validation .form-fields .show-validation-msgs .validation-message {
  display: block;
}

  .show-validation .form-fields .show-validation-msgs:not(:has(.validation-message)),
  .show-validation .form-fields .extra-validation-message:empty,
  .form-fields .show-validation-msgs .validation-message:empty,
  .form-fields .show-validation-msgs:empty,
  .form-fields .show-validation-msgs:has(.validation-message:empty),
  .show-validation .form-fields .show-validation-msgs:has(.validation-message:empty),
  .show-validation .form-fields .show-validation-msgs .validation-message:empty,
  .show-validation .form-fields .show-validation-msgs:empty,
  .show-validation .form-fields .show-validation-msgs .validation-message[data-msg=" "]::before {
    display: none !important;
  }

.show-validation .form-fields .invalid-value.border,
.show-validation .form-fields .invalid-value.ant-picker,
.show-validation .form-fields .invalid-value .form-select,
.show-validation .form-fields .invalid-value.k-datepicker,
.show-validation .form-fields .invalid-value .st-typeahead .blazored-typeahead,
.show-validation .form-fields .invalid-value .border,
.show-validation .form-fields .st-datepicker:has(.validation-message:not(:empty)) .border,
.show-validation .form-fields .position-relative:has(.validation-message:not(:empty)) .border,
.show-validation .form-fields .invalid-value .position-relative .border,
.show-validation .form-fields .invalid-range .ant-picker-range {
  border: 1px solid var(--softtec-red) !important;
}

.form-fields .st-datepicker:has(.validation-message:not(:empty)) .border:hover,
.form-fields .position-relative:has(.validation-message:not(:empty)) .border:hover {
  border: 1px solid transparent !important;
}

.show-validation .form-fields .position-relative:has(.validation-message:not(:empty)) .st-checkbox-wrapper label:after,
.show-validation .form-fields .st-checkbox:has(.validation-message:not(:empty)) label:after,
.show-validation .form-fields .checkbox-invalid label:after {
  font-family: 'FontAwesome';
  /*the calendar icon in FontAwesome */
  content: '\f071';
  color: var(--softtec-red);
  margin-left: 1rem;
  font-size: 1.6rem;
}
/*#endregion*/

.ant-notification {
  z-index: 9999 !important;
}

.k-drag-clue {
  padding: 0;
}

  .k-drag-clue * {
    display: flex;
    gap: .5rem;
    background-color: var(--softtec-field-border-color) !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
  }

    .k-drag-clue *::after {
      content: '';
      display: none;
    }

.daily-package-price-input {
  border: 1px solid var(--softtec-field-border-color);
  height: 2.2rem !important;
  padding-top: 0 !important;
  text-align: right !important;
}

body:has(.widget-container .clipboard-card) .page-container {
  margin-bottom: calc(40vh + 2rem);
}

/*#region  antDesign Notification */
.ant-notification-notice {
  padding: 1.5rem;
}

.ant-notification-notice-close {
  color: var(--softtec-medium-blue1) !important;
  top: 1.8rem !important;
  right: .2rem !important;
}

  .ant-notification-notice-close:hover {
    color: var(--softtec-dark-blue) !important;
  }

.ant-notification-notice-description {
  color: var(--softtec-medium-blue1);
  margin-left: 3.6rem !important;
}
/*#endregion*/


/*#region AntDesign ant-picker-range*/
.ant-picker-range .ant-picker-suffix {
  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/middle-blue/calendar_2.svg');
  mask-image: url('/icons/middle-blue/calendar_2.svg');
  background-color: var(--softtec-medium-blue1);
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 1.8rem;
  width: 1.8rem;
  -webkit-mask-position-x: right;
  -webkit-mask-position-y: center;
}

.ant-picker-range .anticon-close-circle .icon {
  margin-right: 0;
  margin-left: .5rem;
}

.anticon {
  width: 2rem;
}

.anticon-calendar svg {
  display: none !important;
}

.st-datepicker-input.ant-picker {
  padding: 1rem .7rem !important;
}

.ant-picker-suffix .anticon-calendar {
  mask-image: url('/icons/middle-blue/calendar_2.svg');
  background-color: var(--softtec-medium-blue1);
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 1.9rem;
  width: 1.9rem;
  -webkit-mask-position-x: right;
  -webkit-mask-position-y: center;
}

.active-nav-menu-item {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: var(--softtec-white) !important;
  border-radius: 4px;
}

.highlight-detailinfo .k-editor {
  border: 1px solid var(--softtec-light-blue1) !important;
}

