body.start-page #mobile-header {
    background-color: #00aef0;
}

body.start-page #mobile-header svg.light-logotype {
    display: inline;
}

/*Felplacerad innan inloggning
body.start-page #mobile-header .fc-filmcafese {
    margin-left: -23px;
}*/

#mobile-header {
    height: 70px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 1000;
}

#mobile-header.light-version .icon {
    color: #0d3344;
}

#mobile-header #login_profile profilepic {
    border-radius: 50%;
    position: relative;
}

#app-menu {
    top: 70px !important;
}

#mobile-header input[name='search_input'] {
    top: 70px !important;
    margin-left: 0 !important;
    width: 100%;
    border-radius: 0 !important;
}

#mobile-header .fc-mail:before {
    content: "";
}

#mobile-header .ui-button-icon-only:before,
#mobile-header .fc-icon:before {
    width: 0;
    height: 0;
}

#mobile-header .icon {
    color: #fff;
}

#mobile-header .fc-icon {
    text-decoration: none;
}

#mobile-header .fc-icon span {
    display: block;
}



#mobile-header profilemenu {
    position: absolute;
    width: 100%;
    right: -500px;
    top: 56px !important;
}

#mobile-header profilemenu div {
    border: 0;
}

#mobile-header profilemenu hr {
    width: 150%;
    background: #f0f0f0;
}

#mobile-header profilemenu .icon {
    color: #c2c2c2;
    position: relative;
    top: 0;
    margin-right: 5px;
    width: 16px;
}

#mobile-header profilemenu a {
    text-decoration: none;
    padding: 0 0 5px 0;
}

#fade {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

/* Cookie-samtycke + Meta Pixel (styrs av cookie-consent.js) */
.fc-cookie-consent-overlay {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.45);
}

.fc-cookie-consent-overlay[hidden] {
    display: none !important;
}

.fc-cookie-consent-dialog {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    color: inherit;
}

.fc-cookie-consent-dialog h2 {
    margin: 0 0 16px 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: inherit;
}

.fc-cookie-consent-text {
    margin: 0 0 24px 0;
    line-height: 1.5;
    color: inherit;
}

.fc-cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.fc-cookie-btn {
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    text-align: center;
}

.fc-cookie-btn-primary {
    background-color: #00A4EC;
    color: #fff;
}

.fc-cookie-btn-primary:hover,
.fc-cookie-btn-primary:focus {
    filter: brightness(0.95);
}

.fc-cookie-btn-secondary {
    background-color: #EAF2F5;
    color: inherit;
}

.fc-cookie-btn-secondary:hover,
.fc-cookie-btn-secondary:focus {
    filter: brightness(0.97);
}

.fc-cookie-btn-link {
    background: transparent;
    color: inherit;
    padding: 10px 8px;
    text-decoration: underline;
}

.fc-cookie-btn.fc-cookie-btn-selected {
    box-shadow: 0 0 0 3px rgba(0, 164, 236, 0.5);
}

body.fc-cookie-consent-open {
    overflow: hidden;
}

@media (max-width: 600px) {
    .fc-cookie-consent-overlay {
        justify-content: center;
        padding: 16px;
    }
}