.official-header{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 3px 20px;
    background-color: #083367;
    color: #fff;
    font-size: 12px;
    text-align: left !important;
    width: 100vw;
}
.official-header .offi-row{
    display: flex;
    align-items: center;
    gap: 8px;
    height: 20px;
}
.official-header .offi-row, .offi-row > div {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 20px;
}
.official-header .offi-container{
    width: 100%;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: left !important;
}
.official-header .offi-container .flag{
    height: 12px;
    margin-top: 0 !important;
}
.official-header .offi-row p{
    margin: 0;
}
.official-header .action {
    color: #0087FF;
    text-decoration: underline;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.official-header .action .chevron {
    width: 20px;
}
.official-header #toggle {
    display: none;
}
.official-header .proves {
    display: none;
}

.official-header #toggle:checked + .proves {
    display: flex;
    align-items: start;
}

.official-header .proves > div {
    display: flex;
    align-items: start;
    padding: 8px;
    gap: 16px;
    width: 40%;
}

.official-header .proves .icon {
    background: #ffffff;
    padding: 15px;
    width: 18px;
    height: 18px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
}
.official-header .proves .icon img {
    width: 18px;
    height: 18px;
    min-width: 18px;
}
.official-header .proves .subtitle {
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .offi-container {
        max-width: 1330px;
    }
}
@media (max-width: 992px) {
    .offi-container {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .offi-container {
        max-width: 720px;
    }
}
@media (max-width: 576px) {
    .offi-container {
        max-width: 540px;
    }
}

@media (max-width: 800px) {
    .official-header .proves {
        flex-direction: column;
        align-items: center;
    }
    .official-header .proves > div {
        width: 100%;
    }
}