.btn-public-contrast {
    color: #ffffff;
    background-color: #8f5c4173;
}

.cookie-consent-public {
    line-height: normal;
}

.modal-help-frame {
    width: 100%;
    min-height: 200px;
    border: 0;
    transition-duration: 0.25s;
}

.modal-help-frame-lg {
    min-height: 300px;
}

body.public-csp-modal-open {
    overflow: hidden;
}

#helpModal.public-csp-modal-visible {
    display: block;
    inset: 0;
    padding: 1.75rem 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.45);
}

#helpModal.public-csp-modal-visible .modal-dialog {
    width: min(900px, calc(100vw - 2rem));
    max-width: min(900px, calc(100vw - 2rem));
    margin: 0 auto 1.75rem;
    transform: none !important;
}

#helpModal.public-csp-modal-visible .modal-content {
    background: #ffffff;
    border: 0;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
}

#helpModal.public-csp-modal-visible .modal-body {
    padding: 0;
}

#helpModal.public-csp-modal-visible .swal2-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    font-size: 1.5rem;
    line-height: 2rem;
}

.modal-help-frame[height] {
    display: block;
}

.public-csp-alert {
    margin: 1rem;
}

.jitsi-meet-container {
    height: 100%;
}

.public-home-guest {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.public-home-signup-link {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
    padding: 0.5rem 2rem;
    width: fit-content;
}

.public-home-guarantee-card {
    border-radius: 0.375rem;
}

.public-home-guarantee-icon {
    font-size: 1.2rem;
}

.public-home-guarantee-strong {
    color: #000000;
}

.cookies-detail {
    height: auto;
}

.cookies-detail-content {
    margin-bottom: 15px;
}

.sidebar-brand-logo-public {
    background: #fff;
    max-width: 100%;
    padding: 15px;
}

.public-disabled-nav {
    cursor: default;
    opacity: 0.45;
}

.public-disabled-nav:hover,
.public-disabled-nav:focus {
    opacity: 0.45;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(20px);
    }
}

.footer-left-container {
    display: flex;
    gap: 8px;
    position: relative;
    align-items: center;
}

.footer-toggle-btn {
    display: flex;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    color: inherit;
    align-items: center;
    transition: opacity 0.2s ease;
}

.footer-toggle-btn:hover,
.footer-close-btn:hover {
    opacity: 0.7;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.footer-links-box {
    display: flex;
    flex-direction: row;
    gap: 8px;
    border-radius: 4px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 1000;
    white-space: nowrap;
    animation: slideInLeft 0.3s ease forwards;
}

.footer-links-box.collapsed {
    animation: slideOutRight 0.3s ease forwards;
    pointer-events: none;
}

.footer-close-btn {
    display: flex;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    color: inherit;
    align-items: center;
    transition: opacity 0.2s ease;
}

.footer-links-box a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .footer-left-container {
        position: initial;
    }
}

@media (max-width: 575.98px) {
    #helpModal.public-csp-modal-visible {
        padding: 0.5rem 0;
    }

    #helpModal.public-csp-modal-visible .modal-dialog {
        width: calc(100vw - 1rem);
        max-width: calc(100vw - 1rem);
        margin-bottom: 0.5rem;
    }
}
