﻿@font-face {
    font-family: 'NunitoSans';
    src: url('../../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}


body {
    font-family: 'NunitoSans', sans-serif;
}

.btn:focus,
.btn:active,
.btn:focus-visible,
.btn:visited,
a.btn:focus,
a.btn:active,
.btn-sm:focus,
.btn-sm:active {
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: none;
    outline: none;
    box-shadow: none;
}


#search-icon svg {
    width: 20px;
    height: 20px;
    fill: #BDB7B7;
}

.title-notification {
    color: white;
    font-size: 2.125rem;
    font-family: 'NunitoSans', sans-serif;
    font-weight: 700;
    line-height: 2.4375rem;
    word-wrap: break-word
}

.header {
    background-color: #1D4370;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%221194%22 height=%22190%22 viewBox=%220 0 1194 190%22 fill=%22none%22%3E%3Cpath d=%22M1096.57 19.2199L-39.0001 -7.39258L-28.0001 182.344L1193.5 189.244L1096.57 19.2199Z%22 fill=%22%23043065%22 /%3E%3C/svg%3E');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90%;
    height: 200px;
    width: 82%;
}

.first-section-notification {
    display: flex;
    justify-content: center;
}

.first-step {
    color: white;
    font-size: 0.9375rem;
    font-family: 'NunitoSans', sans-serif;
    font-weight: 400;
    text-decoration: underline;
    line-height: 1.5rem;
    word-wrap: break-word
}

.second-step {
    color: white;
    font-size: 0.9375rem;
    font-family: 'NunitoSans', sans-serif;
    font-weight: 700;
    text-decoration: underline;
    line-height: 2.4375rem;
    word-wrap: break-word
}


.document-container {
    max-width: 85%;
    margin: 0 auto;
    padding: 30px;
    font-family: 'NunitoSans', sans-serif;
    line-height: 1.6;
    color: #333;
}

.document-content {
    background: #F7F7F7;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .document-content p {
        margin-bottom: 20px;
        text-align: justify;
        color: #232222;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .document-content strong {
        color: #005AA3;
    }

.document-features {
    margin: 25px 0;
    padding-left: 20px;
}

    .document-features p {
        margin-bottom: 10px;
        position: relative;
        padding-left: 15px;
    }

        .document-features p:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #005AA3;
        }

.document-note p {
    margin-bottom: 10px;
}

.document-note strong {
    color: #005AA3;
}

@media (max-width: 768px) {
    .document-container {
        padding: 15px;
    }

    .document-content {
        padding: 20px;
    }
}

.forum-header {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.forum-tabs {
    display: flex;
    gap: 30px;
}

.forum-tab {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    padding-bottom: 8px;
}

    .forum-tab.active {
        color: #1976D2;
    }

.tab-indicator {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
}

.forum-tab.active .tab-indicator {
    background-color: #1976D2;
}

.cookie-container {
    background-color: #F7F7F7;
    padding: 20px;
    border-radius: 8px;
    max-width: 82%;
    margin: 0 auto;
    font-family: 'NunitoSans', sans-serif;
}

.cookie-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cookie-section {
    margin-bottom: 30px;
}

    .cookie-section h2 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

.cookie-option {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.toggle-container {
    position: relative;
    margin-right: 15px;
}

.toggle-checkbox {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.toggle-label {
    display: inline-block;
    cursor: pointer;
}

.toggle-svg {
    display: block;
}

.toggle-checkbox:checked + .toggle-label .toggle-svg {
    transform: rotate(180deg);
}

.toggle-checkbox:disabled + .toggle-label {
    opacity: 0.5;
}

.option-text {
    flex-grow: 1;
}

.option-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.option-description {
    font-size: 14px;
    color: #555;
}

.info-icon {
    margin-left: 10px;
    vertical-align: middle;
}

.button-container {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.cookie-button {
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    flex: 1;
    text-align: center;
}

.accept-all {
    font-size: 14px;
    background-color: #043065;
    color: white;
}

.reject-optional {
    font-size: 14px;
    background-color: white;
    color: #043065;
    border: 1px solid #043065;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.forum-tab.active .tab-indicator {
    display: block;
}

.document-content, .cookie-container {
    display: none;
}

    .document-content.active, .cookie-container.active {
        display: block;
    }

.contact-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.contact-address {
    margin-top: 15px;
}

.contact-address-title {
    font-weight: bold;
}


.toggle-container {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.toggle-checkbox {
    display: none;
}

.toggle-label {
    cursor: pointer;
    display: inline-block;
}

.toggle-svg {
    transition: transform 0.3s ease, fill 0.3s ease;
}

.toggle-checkbox:checked + .toggle-label .toggle-svg {
    transform: rotate(0deg);
}

.toggle-checkbox:not(:checked) + .toggle-label .toggle-svg {
    transform: rotate(180deg);
}

.toggle-checkbox:checked + .toggle-label .toggle-svg path {
    fill: #005AA3; /* Blue when on */
}

.toggle-checkbox:not(:checked) + .toggle-label .toggle-svg path {
    fill: #CCCCCC; /* Gray when off */
}
