@charset "UTF-8";
html, body {
  background: url("/resources/main/img/bg-2616f9618926f6eb933717c88eada426.webp") no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  html {
    height: 100%;
  }
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  body > div {
    flex-grow: 1;
  }
}
@media (max-width: 992px) {
  html, body {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .flex-direction-switch {
    flex-direction: column;
  }
}
/* Bootstrap overwritten styles */
.form-check-input:checked {
  background-color: #587f40;
  border-color: #2c6a22;
}

.form-check-input:focus {
  border-color: rgba(88, 127, 64, 0.8823529412);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(88, 127, 64, 0.4);
}

/* Ende Bootstrap overwritten styles */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 992px) {
  .container {
    flex: 1 0 auto;
    margin-top: 20vh;
    margin-bottom: 6vh;
  }
}
@media (max-width: 992px) {
  .container {
    flex: 1 0 auto;
    margin-top: 15vh;
    margin-bottom: 6vh;
  }
}
.card {
  margin-top: auto;
  margin-bottom: auto;
}

.card-header {
  padding-bottom: 0px !important;
}
.card-header h3 {
  margin-bottom: 0px !important;
}

.card-body {
  padding: 0px !important;
  margin: 0px !important;
}

.card-login {
  min-height: 450px;
  min-height: 40vh;
  width: 80vw;
}

.portal-btn {
  color: #fff;
  background-color: #587f40;
}
.portal-btn:hover {
  color: #fff;
  background-color: #496835;
  border-color: #496835;
}
.portal-btn:focus {
  color: #fff !important;
  background-color: #496835 !important;
  border-color: #496835 !important;
  box-shadow: 0 0 0 0.2rem rgba(54, 124, 43, 0.5) !important;
}
.portal-btn:active {
  color: #fff !important;
  background-color: #2f6b25 !important;
  border-color: #2f6b25 !important;
  box-shadow: 0 0 0 0.2rem rgba(54, 124, 43, 0.5) !important;
}

a {
  color: #587f40;
}

@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .no-mobile {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .only-mobile-sm {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .no-mobile-sm {
    display: none !important;
  }
}
.hidden {
  display: none;
}

.visible {
  display: block;
}

.row {
  margin: 0px;
}

canvas {
  width: 100%;
  height: auto;
}

.pointer {
  cursor: pointer;
}

.grabber {
  cursor: grab;
}

.form-group-padding {
  padding: 0.375rem 0 0.375rem 0;
}

.nowrap {
  white-space: nowrap;
}

.message-box {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
}

.portal-sidebar li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.portal-sidebar li a {
  height: 3rem;
  display: flex;
  align-items: center;
}

.circle-img {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

.circle-img img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
}

@media (max-width: 992px) {
  .portal-page {
    background-color: rgba(224, 234, 251, 0.9411764706);
    width: 100vw;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .portal-page {
    background-color: rgba(224, 234, 251, 0.9411764706);
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    width: 93vw;
    min-height: 93vh;
    border-radius: 10px;
  }
}
.main-page-col {
  flex-grow: 1;
  max-width: 100%;
}

.min-h-100 {
  min-height: 100%;
}

.emphasized {
  background-color: #fff;
  border-radius: 10px;
}

.emphasized-soft {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.075);
}

a.sorted {
  text-decoration: none;
}

.sorted-desc::before {
  content: "▼ ";
}

.sorted-asc::before {
  content: "▲ ";
}

.float-pageable-bar {
  float: right !important;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ms-20 {
  margin-left: 20px;
}

.me-20 {
  margin-right: 20px;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.fs-10 {
  font-size: 0.6rem !important;
}

.ps-0 {
  padding-left: 0px !important;
}

.pe-0 {
  padding-right: 0px !important;
}

.underline-on-hover:hover {
  text-decoration: underline;
}

.shadow-on-hover {
  border-radius: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease-in-out;
}

.shadow-on-hover:hover {
  box-shadow: 0 0 15px rgba(60, 150, 60, 0.5);
}

.d-none-not-important {
  display: none;
}

.table > thead > tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.table-div {
  overflow-x: auto;
}

.table-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.filter-container {
  background-color: #587f40;
  color: white;
}

@media (min-width: 576px) {
  .filter-col-1 {
    width: 30%;
  }
  .filter-col-2 {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .filter-col-1 {
    width: 45%;
  }
  .filter-col-2 {
    width: 55%;
  }
}
.col-selector-popup {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 200px;
}

.col-selector-popup label {
  margin: 5px 0;
}

/*DASHBOARD*/
.sidebar-unfold {
  background-color: rgba(224, 234, 251, 0.9411764706);
  border-radius: 0px 10px 10px 0px;
  margin-top: 20px;
  height: 80px;
  width: 40px;
}

.w-0 {
  width: 0px !important;
}

.sidebar-mobile {
  min-width: 90px;
}

.nav-link {
  color: #212529;
}
.nav-link:hover {
  color: var(--bs-link-hover-color) !important;
}

@media (max-width: 992px) {
  .menu-section {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .menu-section {
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .dashboard {
    background-color: rgba(224, 234, 251, 0.9411764706);
    border-radius: 10px;
  }
  .dashboard.col {
    background-color: #fff;
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .dashboard {
    background-color: rgba(224, 234, 251, 0.9411764706);
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    width: 93vw;
    min-height: 93vh;
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .col-dash-content-full {
    width: 100% !important;
  }
}
.big-bars div:not(.showSubBarsDiv) {
  min-height: 160px;
  background-color: #fff;
  height: 18vh;
  border-radius: 10px;
  padding-left: 2rem;
  padding-top: 1rem;
}
.big-bars div:not(.showSubBarsDiv):hover {
  cursor: pointer;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
}

.big-bars-sm > div:not(.showSubBarsDiv, .msg-placeholder) {
  background-color: #fff;
  border-radius: 10px;
}
.big-bars-sm > div:not(.showSubBarsDiv, .msg-placeholder):hover {
  cursor: pointer;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
}
.big-bars-sm > div:not(.sub-bar, .showSubBarsDiv, .msg-placeholder) {
  min-height: 10vh;
  padding-left: 2rem;
}
.big-bars-sm > div:not(.sub-bar, .showSubBarsDiv, .msg-placeholder) span:first-child {
  padding-top: 1rem;
}
.big-bars-sm div.sub-bar {
  height: 9vh;
  margin-left: 3rem;
  padding-left: 2rem;
  padding-top: 1rem;
}

.circle_green {
  height: 10px;
  width: 10px;
  margin-left: 3px;
  background: green;
  border-radius: 50%;
  display: inline-block;
}

.dash-box-header {
  font-size: 1.3rem;
  font-weight: 380;
  line-height: 1.2;
}

.dash-container {
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .dash-box {
    flex: 1;
    height: 40vh;
  }
}
@media (max-width: 992px) {
  .dash-box {
    width: 100%;
    min-height: 35vh;
    max-width: 100%;
  }
  .dash-box:last-child {
    margin-bottom: 50px;
  }
}
/* Flippable card */
.card-flip {
  transform-style: preserve-3d;
  transition: all 0.5s ease;
}

.front {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}

.flipCard {
  transform: rotateY(180deg);
}

@media (min-width: 992px) {
  .footer {
    height: 20px;
    background-color: #333;
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .footer {
    display: none;
  }
}
/* Menu Flex wrap */
.menu-wrap > :last-child {
  flex-grow: 2;
}

.menu-wrap > * {
  flex-basis: calc(50% - 1.6rem);
  margin: 0.8rem;
}
.menu-wrap > *.dash-item > * {
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu-wrap > * {
    flex-basis: calc(100% - 1rem);
  }
}
.drag-over {
  border: solid 3px #587f40;
}

.dash-item {
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
}

.dash-item.shadow:hover {
  cursor: pointer;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
}

.item-header {
  font-size: 1.7rem;
  font-weight: 380;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .main-dash {
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .main-dash {
    min-height: calc(100% - 20px);
  }
}
@media (max-width: 992px) {
  .menu-page-main {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .col-dash-sidebar {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-dash-content {
    flex: 1 0 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 992px) {
  .col-dash-sidebar {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-dash-content {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .menu-item-page {
    padding-right: 1rem;
  }
}
/* APPOINTMENTS */
@media (max-width: 992px) {
  .main-box {
    background-color: rgba(224, 234, 251, 0.9411764706);
    width: 100vw;
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .main-box {
    background-color: rgba(224, 234, 251, 0.9411764706);
    margin-top: 7vh;
    margin-bottom: 7vh;
    width: 90vw;
    min-height: 85vh;
    border-radius: 10px;
  }
}
/* CHECKOUT */
.checkout-page {
  min-height: 85%;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .appointment-grid {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .checkout-form {
    height: 100%;
  }
  .col-left {
    flex: 0 0 auto;
    width: 66.66666667%;
    padding-left: 0px;
  }
  .col-left .left-inner {
    height: 50%;
    min-height: 50%;
    margin-bottom: 1.5rem;
    height: calc(50% - 1.5rem);
    min-height: calc(50% - 1.5rem);
  }
  .col-right {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-right: 0px;
    margin-bottom: 1.5rem;
  }
  .col-right .right-inner {
    height: 100%;
    min-height: 100%;
  }
}
@media (max-width: 992px) {
  .col-left {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-left .left-inner {
    height: 100%;
    min-height: 40vh;
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
    min-height: calc(40vh - 1.5rem);
  }
  .col-right {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-right .right-inner {
    height: 100%;
    min-height: 40vh;
  }
  .no-mb-mobile {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 1150px) and (min-width: 992px) {
  .add-padding-sidebar {
    padding-left: 20px;
  }
}
.section-header {
  font-weight: bold;
  letter-spacing: 0.7px;
  color: rgba(88, 127, 64, 0.8823529412);
}

.section-header-xl {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.7px;
  color: rgba(88, 127, 64, 0.8823529412);
}

@media (min-width: 992px) {
  .section-header-xxxl {
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.7px;
    color: rgba(88, 127, 64, 0.8823529412);
  }
  .section-header-xxl {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.7px;
    color: rgba(88, 127, 64, 0.8823529412);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .section-header-xxxl {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.7px;
    color: rgba(88, 127, 64, 0.8823529412);
  }
  .section-header-xxl {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.7px;
    color: rgba(88, 127, 64, 0.8823529412);
  }
}
@media (max-width: 576px) {
  .section-header-xxxl {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.7px;
    color: rgba(88, 127, 64, 0.8823529412);
  }
  .section-header-xxl {
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    color: rgba(88, 127, 64, 0.8823529412);
  }
}
.search-header-bar div {
  height: 100%;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
}
.search-header-bar:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 992px) {
  .checkout-row-2 {
    flex-direction: column;
  }
  .checkout-row-2 div {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .attribOptionsDiv {
    padding-left: 70px;
  }
}
.shadow-hover:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
}

.active-timerecording {
  color: #fff !important;
  background-color: #496835 !important;
  border-color: #496835 !important;
}

@media (max-width: 992px) {
  .time-recorder-div {
    flex-direction: column;
  }
  .time-recorder-div div {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .time-recorder-div div:not(:last-child) {
    border-bottom: 2px solid white;
  }
}
@media (min-width: 992px) {
  .time-recorder-div div {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .time-recorder-div div:not(:last-child) {
    border-right: 2px solid white;
  }
}
.inline-input {
  display: inline-block;
}

.centerLoad {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
}

.loadTableForImage {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  width: 100%;
}

.portal-tabs {
  background-color: inherit;
  border: 0 !important;
}

.portal-tab {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  cursor: pointer;
}
.portal-tab:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.portal-tab:not(.active) {
  background-color: rgba(255, 255, 255, 0.7);
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.notification {
  position: absolute;
  top: -10px; /* Einstellbar, um die Position zu verschieben */
  right: -10px; /* Einstellbar, um die Position zu verschieben */
  width: 24px; /* Größe des roten Punkts */
  height: 24px; /* Größe des roten Punkts */
  background-color: red;
  border-radius: 50%; /* Erzeugt die Kreisform */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Farbe der Nummer */
  font-size: 14px; /* Größe der Nummer */
}

.notification-number {
  display: block;
}/*# sourceMappingURL=portal.css.map */