.nav-link {
    white-space: nowrap;
}

.sticky-top {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1020;
    /* Ensure it appears above other content */
    background-color: white;
    /* Optional: to ensure background color consistency */
}

.section {
    padding-top: 70px;
    display: none;
}

.topic-selector {
    border-style: none;
    font-weight: bold;
    font-size: 24px;
    margin-top: 5px;
}

.nav-item-custom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-link-custom {
    font-weight: bold;
    color: #E53545 !important;
    ;
}

.active-danger {
    background-color: #E53545 !important;
    color: white !important;
}

.share-icon-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.share-icon-button .fas {
    font-size: 1.5em;
    /* Adjust the size as needed */
    color: #000;
    /* Adjust the color as needed */
}

.shareLink {
    text-decoration: none;
    color: #E53545
}

.bold-text {
    font-weight: bold;
}

.no-underline {
    text-decoration: none;
}

#care-button {
    font-weight: bold;
    font-size: 24px;
}

h2 {
    font-weight: bold;
    /* color: #E53545; */
}

#footer {
    margin-top: 60px;
}

.arrow-text {
    font-weight: bold;
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
    color: #666666;
}

.arrow-container {
    margin-left: 0px;
}

#emptyPage {
    margin-top: 20px;
    cursor: pointer;
}

.feedback {
    color: #666666;
}

#know-nothing {
    font-size: 20px;
    color: #E53545;
    cursor: pointer;    
}

#what-2025 {
    font-size: 20px;
    color: #E53545;
    cursor: pointer;
}

.section-vote {
    font-weight: bold;
    background-color: lightblue;
    padding: 15px 25px 15px 25px;
    border-radius: 8px;
    margin: 30px 10px 0px 10px;
    text-align: center;
}

.section-register {
    font-weight: bold;
    /* background-color: lightblue; */
    padding: 15px 25px 15px 25px;
    /* border-radius: 8px; */
    margin: 0px 10px 0px 10px;
    text-align: center;
}


.section-header {
    font-weight: bold;
}

.custom-container {
    max-width: 800px;
}

.pdf-link {
    text-decoration: none;
    color: #E53545;
}

.modalTextTitle {
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}

.modal-link {
    text-decoration: none;
    color: #E53545;
    font-weight: bold;
}

.link-source {
    color: #666666;
}

.modalQuote {
    font-style: italic;
}

.modalLinks {
    margin-top: 30px;
}

#about {
    color: #666666;
    cursor: pointer;
}


.lang-selected {
    color: #666666; 
    font-weight: bold;
    text-decoration: none;
}

.lang-unselected {
    color: #666666;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    
}

/* Media query for desktop devices */
@media (min-width: 1024px) {
    .modal-body {
        margin-left: 3em; /* Adjust this value to set a large left margin on desktop */
    }
}