.buttabs{

    border-radius: 5px 5px 0px 0px;
}
.buttabs .butsgrid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 1px;
}
.buttabselement{
    padding: 7px 71px 7px 32px;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #015482;
    cursor: pointer;
}
.tabname{
    /*font-family: "Roboto";*/
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.roundinbuttab{
    position: absolute;
    top: 10px;
    left: 14px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #929292;
}
.activetab{
    background-color: #fff;
    border: 1px solid #015482;
    border-bottom: 0;
}
.activetab .roundinbuttab{
    background-color: #1387C8;
}
.tabtwo,.tabthree{
    display: none;
}
@media (max-width: 540px) {
    .buttabselement{
        padding: 7px 17px;
        position: relative;
        border-radius: 5px 5px 0px 0px;
        cursor: pointer;
    }
    .roundinbuttab{
        display: none;
    }
    .activetab{
        background-color: #fff;
    }
}







.tab {
    display: flex;
    flex-direction: column;
}

.tab-nav > input[type="radio"] {
    display: none;
}

.tab-content {
    display: none;
}

#content-tabone-2019:has(~ .tab-nav > #tab-btn-tabone-2019:checked),
#content-tabone-2020:has(~ .tab-nav > #tab-btn-tabone-2020:checked),
#content-tabone-2021:has(~ .tab-nav > #tab-btn-tabone-2021:checked),
#content-tabone-2022:has(~ .tab-nav > #tab-btn-tabone-2022:checked),
#content-tabone-2023:has(~ .tab-nav > #tab-btn-tabone-2023:checked),
#content-tabone-2024:has(~ .tab-nav > #tab-btn-tabone-2024:checked),
#content-tabone-2025:has(~ .tab-nav > #tab-btn-tabone-2025:checked),
#content-tabone-2026:has(~ .tab-nav > #tab-btn-tabone-2026:checked) {
    display: block;
}

#content-tabtwo-2019:has(~ .tab-nav > #tab-btn-tabtwo-2019:checked),
#content-tabtwo-2020:has(~ .tab-nav > #tab-btn-tabtwo-2020:checked),
#content-tabtwo-2021:has(~ .tab-nav > #tab-btn-tabtwo-2021:checked),
#content-tabtwo-2022:has(~ .tab-nav > #tab-btn-tabtwo-2022:checked),
#content-tabtwo-2023:has(~ .tab-nav > #tab-btn-tabtwo-2023:checked),
#content-tabtwo-2024:has(~ .tab-nav > #tab-btn-tabtwo-2024:checked),
#content-tabtwo-2025:has(~ .tab-nav > #tab-btn-tabtwo-2025:checked),
#content-tabtwo-2026:has(~ .tab-nav > #tab-btn-tabtwo-2026:checked) {
    display: block;
}

#content-tabthree-2019:has(~ .tab-nav > #tab-btn-tabthree-2019:checked),
#content-tabthree-2020:has(~ .tab-nav > #tab-btn-tabthree-2020:checked),
#content-tabthree-2021:has(~ .tab-nav > #tab-btn-tabthree-2021:checked),
#content-tabthree-2022:has(~ .tab-nav > #tab-btn-tabthree-2022:checked),
#content-tabthree-2023:has(~ .tab-nav > #tab-btn-tabthree-2023:checked),
#content-tabthree-2024:has(~ .tab-nav > #tab-btn-tabthree-2024:checked),
#content-tabthree-2025:has(~ .tab-nav > #tab-btn-tabthree-2025:checked),
#content-tabthree-2026:has(~ .tab-nav > #tab-btn-tabthree-2026:checked) {
    display: block;
}


.tab-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
    order: -1;
}

.tab-nav > label {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    background: 0 0;
    border: 1px solid transparent;
    margin-bottom: -1px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    -webkit-appearance: button;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.tab-nav > input[type="radio"]:checked + label {
    color: #015482;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    cursor: default;
}