﻿@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
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 15px 0;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

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

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

.topic-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.topic-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.topic-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.tag {
    padding: 0px 13px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #2F6796;
    background: #F7FBFF;
    color: #005AA3;
    font-weight: 600;
    line-height: 30px;
}

.more-tag {
    color: #707070;
    font-size: 14px;
}

.stats {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    color: #707070;
    font-size: 14px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.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;
}

.post-button {
    background-color: #043065;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}

    .post-button:hover {
        background-color: #032348;
    }

.search-container-questions {
    margin-bottom: 30px;
    width: 205%;
    position: relative;
}

#searchInputQuestions {
    background-color: #EAEAEA;
    border-radius: 30px;
    padding: 10px 20px 10px 40px;
    border: 1px solid #ddd;
}

.questions-section {
    margin-left: 8%;
}

.question-title {
    color: #1976D2;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.question-content {
    color: rgba(11, 36, 50, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.topic-question {
    color: #0B2432;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
}

.pagination-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.service-link {
    padding: 0px 0px !important;
}

.custom-pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

    .custom-pagination li a {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        color: #043065;
        border-radius: 100px;
    }

    .custom-pagination li.active a {
        background-color: #F0F7FF;
        color: #043065;
    }

    .custom-pagination li.disabled a {
        color: #E8E8E8;
        pointer-events: none;
    }
