section.top-inner-section {
    height: 252px;
    width: 100%;
    background-color: #467FF7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

h1.cms-title {
    color: #ffffff;
    font-size: 45px;
    font-size: 2.8125rem;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.nav-tabs {
    display: flex;
    justify-content: center;
    border: 0;
}
.releasenote-block-item {
    background: #ffffff;
    box-shadow: 0px 1px 16px rgb(0 0 0 / 10%);
    border: 2px solid #2773CC;
    border-radius: 13px;
    padding: 35px 30px;
    margin: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.releasenote-block-item h2 a {
    background: #467FF7;
    border-radius: 50px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    color: #ffffff;
    display: inline-flex;
    padding: 5px 30px;
    margin-bottom: 20px;
    text-decoration: none;
}
.rn-left .btn-blue {
    margin-bottom: 20px;
    font-size: 20px;
}
.rn-left .btn-blue:hover {
    color: #fff;
    background: #467FF7;
}
.tab-content .legacy-user--content .section-title--medium span {
    color:#467FF7;
}
.rn-left .date {
    display: flex;
    align-items: center;   
}
.date {
    color: #161A58;
}
@media screen and (max-width: 767px) {
    .releasenote-block-item h2 {
        max-width: 450px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
        font-size: 22px;
    }
    .releasenote-block-item p{
        font-size: 17px !important;
        line-height: 25px;
    }
}
.date {
    color: #161A58;
}
@media screen and (max-width: 767px) {
    .date{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
    }
    .legacy-user--content .btn-blue {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 450px;
        width: 100%;
        font-size: 17px;
        line-height: 24px;
    }
    .realease-note-head p {
        font-size: 17px;
    }
}
.date {
    color: #161A58;
}
.date svg {
    width: 22px;
    fill: #161A58;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.link-more {
    font-weight: 700;
    text-decoration: none;
    color: #467FF7;
    display: inline-flex;
    align-items: center;
}
.link-more:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s ease-in-out 0s;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75 11L15 6L9.75 11ZM15 6L9.75 1L15 6ZM15 6H1H15Z' fill='white'%3E%3C/path%3E%3Cpath d='M9.75 11L15 6M15 6L9.75 1M15 6H1' stroke='%23467FF7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center 4px;
    transition: all 0.3s ease-in-out 0s;
}
.link-more:hover {
    text-decoration: none;
}
.link-more:hover:after {
    margin-left: 15px;
}
.tabs-panel nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    top: -32px;
}
.tabs-panel ul li{
    border-right: 1px solid #afafb1;
}
li.nav-item:last-child {
    border: 0;
}
.nav-tabs {
    border: 2px solid #1C244A !important;
    color: #1C244A;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;   
}
.nav-tabs .nav-item a {
    color: #1C244A;
    background: #fff;
    padding: 15px 60px;
    border: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-decoration: none;
}
.nav-tabs .nav-item a.active {
    background: #1C244A;
    color: #fff;
}
@media screen and (max-width:1366px) {
    .releasenote-block-item {
        margin: 0 0 50px;
    }
    .tabs-panel nav {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:1199px) {
    .nav-tabs .nav-item a {
        padding: 15px 40px;
    }
}
@media screen and (max-width:991px) {
    .nav-tabs .nav-item a {
        padding: 15px 20px;
    }
    .releasenote-block-item {
        margin: 0 0 40px;
    }
    .tabs-panel nav {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px) {
    .releasenote-block-item {
        text-align: center;
        margin: 0 auto 30px !important;
        max-width: 95%;
    }
    .releasenote-block-item {
       padding: 15px 20px;
    }
    section.top-inner-section {
        height: 190px;
    }
    h1.cms-title {
       font-size: 35px;
    }
   
}

@media screen and (max-width:767px) {
    .tabs-panel .nav-tabs {
        border-radius: 10px;
    }
    .tabs-panel .nav-tabs li {
        width: 50%;     
        display: flex;
        border-bottom: 1px solid #afafb1;        
    }
    .tabs-panel .nav-tabs li:nth-child(2),
    .tabs-panel .nav-tabs li:last-child {
        border-right: 0;
    }
    .tabs-panel .nav-tabs li:last-child, .tabs-panel .nav-tabs li:nth-last-child(2) {
        border-bottom: 0;
    }
    .nav-tabs .nav-item a {
        padding: 10px 15px;
        width: 100%;
        margin-bottom: 0;
    }
    .releasenote-block-item {
        margin: 0 0 20px;
    }
    .tabs-panel nav {
        margin-bottom: 0;
    }
}
.legacy-user--content .btn-blue {
    margin-top: 15px;
}
.legacy-user--content .section-title--medium {
    margin-bottom: 20px;
}

.legacy-user--content .description {
    margin-bottom: 15px;
}

.legacy-user--content-inner .section-title--medium {
    color: #1C244B;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

html[lang="es-ES"] .nav-tabs .nav-item a {
        padding: 15px 48px;
}

@media screen and (max-width: 1240px) {
    html[lang="es-ES"] .nav-tabs .nav-item a {
        padding: 15px 20px;
    }    
}

@media screen and (max-width: 991px) {
    html[lang="es-ES"] .nav-tabs .nav-item a {
        padding: 15px;
        font-size: 16px;
    }    
}

@media screen and (max-width: 767px) {
    .section-title--medium {
        font-size: 28px;
    }
    .description{
        font-size: 17px !important;
        line-height: 25px !important;
    }
    .btn-blue{
        font-size: 17px !important;
        line-height: 1rem !important;
        padding: 15px 20px !important;
        display: block;
        width: 100%;
        text-align: center;
        max-width: 450px;
        height: auto;
        margin: 0 auto;
    }
    a{
        font-size: 17px !important;
    }
}

@media screen and (max-width:767px) {
    .post-type-archive-release-note-post h1.cms-title {
       font-size: 30px;
    }
}

@media (min-width:1921px) {
    .post-type-archive-release-note-post .container {
        max-width: 1700px;
    }
    .rn-left .btn-blue {
        font-size: 24px;
        padding: 20px 40px;
    }
    .link-more:after {
        background-size: 25px auto;
        width: 30px;
        height: 30px;
        background-position: center 7px;
    }
}
@media (max-width:1440px) {
    .link-more:after {
        background-size: 16px auto;
        background-position: center 5px;
    }
}

html[lang="es-ES"] .nav-tabs .nav-item a {
        padding: 15px 48px;
}