body .toast-index {
    z-index: 1056;
}

.material-icons {
    vertical-align: middle;
}

.logo-wrapper img {
    max-width: 80%;
    max-height: 40px;
}

.login-image {
    min-height: 100vh;
    max-height: 100vh;
}

.logo.login-page {
    margin: 0 auto;
    max-width: 450px;
}

.img-login-logo {
    max-width: 100%;
}

.page-wrapper.compact-wrapper li .sidebar-link > .menu-icon {
    line-height: 24px;
    font-size: 24px;
    color: var(--bs-secondary);
    margin-right: 10px;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    vertical-align: -7px;
}

.page-wrapper.compact-wrapper li .sidebar-link.active i {
    color: var(--theme-default);
}

.select2.select2-container span.dropdown-wrapper {
    display: none;
}

.form-floating .select2-selection {
    padding-top: 1.625rem !important;
}

/** xs and down */
@media (max-width: 575.98px) {
    .page-wrapper.compact-wrapper .page-header {
        height: 53px;
    }
}

/** sm and up */
@media (min-width: 576px) {
    .page-wrapper.compact-wrapper .page-header {
        height: 63px;
    }
}

/** sm and down */
@media (max-width: 767.98px) {
}

/** md and up */
@media (min-width: 768px) {
}

/** md and down */
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down .modal-content {
        min-height: 100vh;
    }
}

/** lg and up */
@media (min-width: 992px) {
    .page-wrapper.compact-wrapper .page-header {
        height: 80px;
    }
}

/** lg and down */
@media (max-width: 1199px) {
    .visual-button i.material-icons {
        line-height: 40px;
    }

    .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
        margin-right: 15px;
        border-right: 1px solid #ddd;
        padding-right: 15px;
        display: block;
        position: unset;
    }

    .page-wrapper.compact-wrapper .page-header.close_icon {
        margin-left: 0px;
        width: calc(100% - 0px);
    }

    .sidebar-wrapper .back-btn {
        display: inline-block;
        float: right;
        font-size: 20px;
        top: 20px;
        position: absolute;
        right: 26px;
        cursor: pointer;
    }
}

/** xl and up */
@media (min-width: 1200px) {
    .visual-button i.material-icons {
        line-height: 45px;
    }
}


.danger .svg-fill {
    fill: var(--bs-danger);
}

.info .svg-fill {
    fill: var(--bs-info);
}

.floating-buttons-bottom-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.flaoting-buttons-stacked {
   display: grid;
} 

.flaoting-buttons-stacked .btn, .flaoting-buttons-stacked button {
    margin-bottom: 10px;
}


.btn, .btn i.material-icons {
    line-height: 24px;
}

.tabs-page-header {
    border-radius: 5px;
}

.tabs-page-header .nav-link {
    padding: 15px 20px;
    border-right: 1px solid black;
    background: #fff;
}

.tabs-page-header .nav-link:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabs-page-header .nav-link:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0;
}

.tabs-page-header .nav-link.active {
    background: var(--bs-secondary);
    color: #fff;
}

.tabs-page-header .nav-link.active span {
    vertical-align: middle;
    margin-left: 5px;
}

.tabs-page-header .nav-link i {
    vertical-align: middle;
}

.filter-badge {
    border: 1px solid var(--bs-secondary);
}
.filter-badge.active {
    border: 2px solid var(--bs-primary);
}

.dataTable .btn.button-light-primary.btn-sm {
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-flex;
}

.dataTable .btn.button-light-primary.btn-sm:last-child {
    margin-right: 0;
}
 
.dataTable .btn.button-light-primary.btn-sm i {
    vertical-align: bottom;
    margin-right: 5px;
}

.login-main .footer-links, .login_simple .footer-links {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.login-main .footer-links a, .login_simple .footer-links a {
    color: #808080;
    margin-right: 10px;
    text-decoration: underline;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list.bottom {
    position:absolute;
    bottom: 0;
    padding-bottom: 10px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list.show-as-link > a .according-menu 
/* ,.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list.no-submenu > a .according-menu  */
{
    display: none;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list.show-as-link:hover > a:hover {
    background: #fff;
}

@media (min-width:992px) {

    .modal-xxl {
        --bs-modal-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xxl {
        --bs-modal-width: 1140px
    }
}

.modal-xxl {
    --bs-modal-width: 95%;
    max-width: 100%;
}

.modal-xxl .modal-content {
    min-height: 90vh;
    max-height: 90vh;
}

.cursor-pointer {
    cursor: pointer;
}

.cke_inner.cke_reset{
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.paricipant-data-table {
    border: 1px solid var(--bs-border-color);
    table-layout: fixed;
}

.table.paricipant-data-table th,
.table.paricipant-data-table td {
    padding: 0.3rem;
}

.table.paricipant-data-table th.toggle-section {
    cursor: pointer;
}

.modal-bg-grey {
    background-color: #F7F8F9;
}

.swiper-slide img {
    max-height: 450px;
    max-width: 100%;
    width: auto;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.swiper-button {
    color: var(--bs-secondary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background-color: var(--bs-secondary);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
}

.terms-preview-container {
    width: 100%;
    display: flex;
}

.terms-preview-container iframe {
    width: 600px;
    height: 400px;
    border: 1px solid #ccc;
    margin: auto;
}

.privacy-preview-container {
    width: 100%;
    display: flex;
}

.privacy-preview-container iframe {
    width: 600px;
    height: 400px;
    border: 1px solid #ccc;
    margin: auto;
}

.form-builder-wrapper .input-set-control.input-set-0 {
    margin-top:20px !important;
}

.form-builder-wrapper {
    margin: 0;
    padding: 0;
}

.form-builder-wrapper .form-field {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px !important;
    margin-right: 10px;
}

.form-builder-wrapper .option-label.option-attr,
.form-builder-wrapper .option-selected.option-attr {
    display: none;
}

.form-builder-wrapper .form-wrap.form-builder .frmb .sortable-options input[type=text] {
    width: calc(100% - 40px);
}

.event-card .alert-arrow {
    min-height: -webkit-fill-available;
}

.form-wrap.form-builder .frmb-control .input-control {
    cursor: pointer !important;
}

.header-text-container {
    vertical-align: middle;
    display: flex;
    align-items: center;
    text-align: center;
}

.header-text-container h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    margin-top: -60px;
    width: 100%;
}

@media (max-width: 768px) {
  .header-text-container h1 {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

.event-page-header {
  justify-content: space-between;
  align-items: center;
  background: #ffffff;           /* heller Hintergrund */
  color: #4d4c4c;                   /* dunkler Text für Kontrast */
  padding: 0.75rem 2rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* sanfter Schatten */
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Logo & Brand */
.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo img {
  height: 80px;
  width: auto;
}

.brand {
  font-size: 1.25rem;
  font-weight: 600;
}

.event-page-footer {
  background: #f9f9f9;              
  color: #333;
  padding: 2rem 2rem 1rem;
  border-top: 1px solid #e5e5e5;  
  font-size: 0.95rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
  gap: 1rem;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-logo {
  height: 30px;
  width: auto;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #0077cc; 
}

.footer-bottom {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #666;
}

.footer-column {
    width: fit-content;
    margin: 0 auto;
}

.footer-column-title {
    font-size: 1.25rem;
    font-weight: 400;
}