@media (max-width: 767px) {
    #CookieBanner {
        overflow-y: auto;
    }
}

#CookieBanner {
    max-height: 90vh; /* oder eine andere Höhe, die für Ihre Bedürfnisse geeignet ist */
    overflow-y: auto; /* erlaubt vertikales Scrollen, wenn der Inhalt überläuft */
}

.link-primary {
    color: #FF0055 !important;
}

.bg-green {
    background-color: #0b7e58;
}

.border-primary {
    border-color: #FF0055 !important;
}

.jq-toast-heading {
    font-family: Inter, sans-serif;
    font-size: 1.2em !important;;
}

.jq-toast-single {
    font-family: Inter, sans-serif;
    font-size: 1.1em;
}

.bg-primary {
    background-color: #FF0055 !important;
}

.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg, .apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg, .apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {
    fill: #FF0055 !important;
}

.dropdown-menu {
    --bs-dropdown-border-radius: 0.85rem;
}

[data-bs-theme=light] {
    --bs-app-bg-color: #f2f6ff;
    --bs-app-blank-bg-color: #ffffff;
    --bs-app-header-base-bg-color: #f2f6ff;
    --bs-app-header-sticky-bg-color: #F8F1EC;
    --bs-app-header-sticky-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
}


:root {
    --bs-link-color-rgb: 255, 0, 85;
    --bs-border-radius: 1em;
    --bs-success: white;
    --bs-text-primary: #ff206a;
    /*
    --bs-app-bg-color: #f2f6ff;
    --bs-info-light: #f2f6ff;
    --bs-link-color: #FF0055;
    --bs-app-header-base-bg-color: #f2f6ff;*/
}

.form-check-input:checked {
    background-color: #FF0055;
    border-color: #FF0055;
}

/* METRONIC STUFF */
.premium-btn :hover {
    background-color: #ff206a !important;
    display: block;
}

.premium-btn {
    background-color: #FF0055 !important;
    color: white;
}

.modal {
    --bs-modal-border-radius: 0.5rem !important;
}

.card {
    --bs-card-border-radius: 0.875rem;
    border-radius: var(--bs-card-border-radius) !important;
}

.btn-sm {
    --bs-btn-border-radius: .85rem;
    --bs-btn-font-size: 1rem !important;
}

.form-control {
    border-radius: 0.5rem !important;
}

#kt_app_header_container {
    height: 60px !important;
}

.auth-page .auth-side-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.app-header .app-container {
    /*background-color: #0c1427;*/
    background-color: #293241;
}

/*
.app-content {
    min-height: 84vh;
}*/

.table.td-centered td {
    vertical-align: middle;
    text-align: center;
}

.btn.dropdown-toggle {
    --bs-btn-padding-y: 0.55rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: 0.95rem;
    --bs-btn-border-radius: 0.25rem;
}

input:not([type='checkbox']):not([type='file']), .form-control {
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem !important;;
    border-radius: 0.85rem;
    min-width: 66px;
}

form .dropdown-toggle, form select {
    font-size: 0.95rem !important;
    padding: 0.63rem 0.75rem !important;
}

.content-right {
    text-align: right;
    white-space: nowrap;
}

.icon-sm {
    width: 15px;
    height: 15px;

    margin-bottom: 0.1rem !important;
}

th {
    font-weight: 500 !important;
}

.form-switch {
    cursor: pointer;
}

.scrollable {
    overflow: auto;
    max-height: 100%;
}

.bs-select-all, .bs-deselect-all {
    padding: 1px !important;
    height: auto;
    width: 50px !important;
    white-space: nowrap;
    margin-top: 5px;
}

.form-check-input {
    height: 20px;
    width: 20px;
    margin-top: 1px;
}

.form-label {
    min-height: 22px;
}

.content-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border-radius: 0.85rem;
}

.table-responsive {
    padding-right: 30px !important;
    width: 100%;
    scrollbar-width: auto;
}

.flipped {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg); /* IE 9 */
    -webkit-transform: rotateX(180deg);
}

.bootstrap-select.filter.show .inner.show {
    max-height: 222px !important;
}

.action-col {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.feather-help-circle {
    height: 16px;
    margin-bottom: 3px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.overlay {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay > h3 {
    margin-top: 3rem;
    text-align: center;
    color: white;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: auto;
    margin-top: 17%;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.overlay.show {
    visibility: visible;
    opacity: 1
}

.button-container {
    position: absolute;
    top: 2rem;
    right: 2.25rem;
}

.bulk-action-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 33% !important;
}

.bulk-action-container .dropdown-menu.show {
    width: 100% !important;
}

.dropdown-menu.inner.show[role="presentation"] {
    margin-bottom: 0 !important;
}

table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc {
    vertical-align: bottom;
}

.btn i {
    pointer-events: none;
}

.btn-reset-filter {
    height: 38px !important;
}

.btn-preview {
    width: 160px;
    text-align: left;
    margin-right: 1rem;
}

.readonly-overlay {
    position: absolute;
    z-index: 99999;
    width: 420px;
    height: 233px;
    background-color: transparent;
    top: 0;
}

.header-id-info {
    display: contents;
    font-weight: 100;
    font-size: 1rem;
    color: grey;
}

select[readonly] {
    pointer-events: none;
}

.trainingPlanDetailOverviewCard .btn svg {
    float: left;
    margin-top: 3px;
}

.highlighted {
    font-weight: bold;
}

.progression-block-row.pause {
    background-color: #969896;
}

.progression-block-row.normal {
    background-color: #FFA1bb;
}

.progression-block-row.deload {
    background-color: #addeb8;
}

#ModSubscription .tab-pane:not(.active.show),
#ModRecipe .tab-pane:not(.active.show),
#ModFood .tab-pane:not(.active.show) {
    display: none;
}

/* fix for missing HTML5 required error */
.bootstrap-select select {
    width: 1px !important;
}

.table {
    vertical-align: middle;
}

input[type=checkbox]:not(.switch) {
    background-size: 60% 60%;
}


/* Datatable */
.paginate_button.current {
    background-color: var(--default-primary-red);
}

.column-data-id-info {
    display: contents;
    font-weight: 100;
    font-size: 1rem;
    color: grey;
}

.checkbox-horizontal-center-with-textfields {
    margin-top: 35px
}

tr.odd, tr.even {
    vertical-align: middle;
}

/* Custom Loading for DataTables */
.overlay-datatable {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay-datatable > h3 {
    margin-top: 3rem;
    text-align: center;
    color: white;
}

.overlay-datatable.show {
    visibility: visible;
    opacity: 1
}

#footer {

}
