body {
    background: 
        url('../images/pattern-1.svg') no-repeat center bottom fixed,
        url('../images/pattern-2.svg') no-repeat center right fixed;
    background-size: cover;
    font-family: 'Inter', sans-serif;
}
/* Side menu container */
.side-menu {
    position: fixed;
    top: 0;
    left: -350px; /* hidden by default */
    width: 300px;
    height: 100%;
    background: #fff;
    transition: left 0.3s ease;
    color: #000;
    z-index: 10001;
}

/* Header */
.menu-header {
    background: #333;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #444;
}

/* Reset list style */
.side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Each menu item */
.side-menu ul li {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

/* Links */
.side-menu ul li a {
    display: block;
    padding: 1rem; /* p-3 equivalent */
    color: #222;
    text-decoration: none;
    font-size: 1rem;
}

/* Hover effect */
.side-menu ul li a:hover {
    background: #f5f5f5;
    color: #000;
}

/* Mobile-friendly sizing */
@media (max-width: 768px) {
    .side-menu {
        width: 80%;
    }
    .side-menu ul li a {
        font-size: 1.1rem;
    }
}

/* When active */
.side-menu.active {
    left: 0;
}

/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

/* Show overlay */
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}

button:focus,
button:active,
button.active,
.btn:focus,
.btn:active,
.btn.active {
  outline: none !important;         /* Remove the default outline */
  box-shadow: none !important;      /* Remove shadow/focus ring */
  border-color: inherit !important; /* Optional: keep border color same */
}

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

hr {
    border: 0 !important;
    border-top: 1px solid #000 !important; /* set thickness & color */
    background-color: #000;
    opacity: 1;
}

#myModal .btn-close,
#myModal #closeModal,
#myModal #closeModalBtn {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color:#000 !important;
    border-radius: .25rem;
    width: auto;
    height: auto;
    opacity: 1;
}

/* Force all Bootstrap borders to be black */
*,
.border,
.border-top,
.border-end,
.border-bottom,
.border-start,
.table,
.table th,
.table td,
.card,
.card-header,
.card-footer,
.list-group-item,
.navbar,
.form-control,
.btn {
    border-color: #000000 !important;
}

.spinner-border {
    border-color: currentColor !important;
    border-right-color: transparent !important; /* restore spinning look */
}

.llc-text{
    font-family: 'EndlessSunriseRegular', sans-serif !important;
}

.hotline-logo{
    filter: grayscale(100%);
    width: 16px;
    padding-bottom: 5px;
}

.hotline-text{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;          /* background color */
    z-index: 9999;             /* stays on top */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Profile menu */
.custom-nav {
    color: #000 !important;
    font-weight: normal;
    border: px !important;
}

.custom-nav:hover,
.custom-nav.active {
    background-color: #fff !important;
    color: #000 !important;
    border: 0px !important;
    font-weight: bold;
}

.logout-btn {
    color: #000 !important;
    background-color: #fff !important;
    border: 0px !important;
}

.logout-btn:hover {
    font-weight: bold;
}

@media (min-width: 768px) { /* md and up */
    .border-md-0-top { border-top: none !important; }
}

/* DataTables */

/* Make all images inside the card list grayscale */

.list-group-item a{
    color:#000 !important;
    font-size: 1rem;
    font-weight: normal !important;
}

.leaflet-control-zoom a{
    border: 1px solid #000 !important;
    margin: 5px !important;
}

/* MMENU */
.mm-menu {
    z-index: -1;
    font-family: 'Inter', sans-serif;
}

.mm-listitem{
    font-size: 20px !important;
}

.mm-navbar__title{
    font-size: 24px !important;
    color: #000 !important;
    font-weight: bold !important;
}

.mm-wrapper--opened .mm-menu {
    z-index: 2000 !important;
    font-family: 'Inter', sans-serif;
}

/* re-Captcha */
#recaptcha-wrapper {
    max-width: 100%;
    display: inline-block;
}
#recaptcha-wrapper iframe {
    max-width: 100%;
}

/* FullCalendar */
.fc .fc-button {
    background: transparent;
    color: #212529;
    border: 1px solid #212529;
}
.fc .fc-button:hover {
    background: #212529;
    color: #fff;
}
/* Day header cells (Mon, Tue, etc.) */
.fc-day-header {
    background: #fff !important;       /* White background */
    color: #212529 !important;         /* Dark text */
    font-size: 1rem !important;      /* Larger font */
    font-weight: 600;                  /* Bold */
    border-bottom: 2px solid #dee2e6;  /* Subtle bottom border */
    padding: 0.5rem 0 !important;      /* Vertical padding */
}
.fc-day-header span {
    display: block;
    text-align: center;                /* Center the text */
}
.fc-day-number {
    font-size: 0.8rem !important;
    font-weight: 600;
    color: #212529 !important;
}

.fc-center h2{
    font-size: 1.3rem !important; 
}

