.single-release-note-post .top-inner-section {
    margin-bottom: 100px;
}
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;
}
section.top-inner-section {
    text-align:center;    
}
section.top-inner-section h1 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    line-height: 63px;
}
section.top-inner-section h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    line-height: 63px;
}
.release-note-views {
    border: 1px solid #2773CC;
    border-radius: 5px;
    padding: 0 !important;
    overflow: hidden;
    margin-bottom: 100px;
}
.release_note_content .release-note-views:last-child {
    margin-bottom: 0;
}
.realease-note-head {
    background: #161B58;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
}
.realease-note-head p {
    color: #fff;
    margin: 0;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.realease-note-head p svg {
    fill: #fff;
    margin-right: 20px;
    width: 30px;
}
.release-note-body {
    padding: 60px 60px 0;
}
.release-note-body .load-more-listdata {
    display: none;
}
.release-note-body ul li {
    display: block;
    position: relative;
    padding-bottom: 50px;
    padding-left: 50px;
}
.release-note-body ul li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z' style='fill: %23467FF7;'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff;
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
}
 /* .release-note-body ul.load-more-open.active li:before {
    content: "";
    display: inline-block;
    width: 4px;
    background: #161A58;
    position: absolute;
    top: 34px;
    left: 16px;
    z-index: -2;
    height: 0;
    transition: all 0.3s ease-in-out 0s;
}
.release-note-body ul.load-more-open.active li:before {
    height: 100%;
} */
.release-note-body .load-more-listdata li:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #161A58;
    position: absolute;
    top: 0;
    left: 16px;
    z-index: -2;
} 
.load-more-open.active li:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #161A58;
    position: absolute;
    top: 0;
    left: 16px;
    z-index: -2;
}
.release-note-body ul + ul li:last-child::after {
    content: none;
}
.release-note-body ul li h4 {
    color: #467FF7;
    font-weight: 600;
    margin: 0;
}
.release-note-body ul li p {
    color: #161A58;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .release-note-body ul li p {
        font-size: 17px !important;
        line-height: 25px;
        padding-top: 10px;
    }
}
.release_note_loadmore {
    background: #467FF7;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    line-height: 26px;
    padding: 12px 40px !important;
    width: auto !important;
    margin: 50px auto 0 !important;
    font-weight: 600;
    cursor: pointer;
}
.release_note_loadmore:hover {
    background: #161A58;
}
a.full-details {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 50px;
    cursor: pointer;
}
a.full-details:hover {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    a.full-details{
        display: flex;
        align-items: center;
        max-width: 450px;
        width: 100%;
        text-align: center;
        justify-content: center;
        line-height: 1rem;
        padding: 15px 20px;
        font-size: 17px;
    }
    a.full-details:after{
        top: -1px !important;
    }
}
a.full-details:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 10px 14px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -5px;
    transition: all 0.3s ease-in-out 0s;
}
a.full-details.active:after {
    transform: rotate(90deg);
    top: 6px;
}
.other-release a {
    text-decoration: none;
    color: #0B153C;
    font-weight: 700;
    /*font-size: 27px;*/
    display: flex;
}
.other-release a:hover {
    text-decoration: none;
}
/*.other-release h3 a {*/
/*    font-size: 32px;*/
/*}*/
.release-note-others-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.other-release {
    /*min-width: 190px;*/
    margin: 0 15px 15px 0;
}
.other-release:last-child {
    margin-right: 0;    
}
.release-note-others {
    margin: 50px auto !important;
    border: 2px solid #467FF7;
    border-radius: 36px;
    padding: 45px !important;
}
.release-note-others h2 {
    color: #0B153C;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
}
.other-release a svg {
    width: 20px;
    fill: #467FF7;
    margin-left: 10px;
    margin-top: 4px;
    transition: all 0.3s ease-in-out 0s;
}
ul.load-more-open li a {
    text-decoration: none;
}
/* Filter by date design */
.filter-by--date {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #2773CC;
    padding: 25px;
    border-radius: 7px;
    position: sticky;
    top: 80px;
}
.filter-by--date ul.filter-scroll {
    height: 500px;
    overflow-y: scroll;
}
.filter-by--date ul.filter-scroll::-webkit-scrollbar {
    width: 5px;
}

.filter-by--date ul.filter-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filter-by--date ul.filter-scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0;
}
@media screen and (max-width: 767px) {
    .filter-by--date h3{
        font-size: 22px !important;
    }
}
.filter-by--date h3 {
    font-size: 20px;
    font-weight: 700;
    color: #161A58;
    border-bottom: 1px solid #161A58;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.filter-by--date li {
    font-size: 18px;
    line-height: 20px;
    color: #a7a7a7;
    padding: 8px 0 8px 15px;
    margin: 0;
    display: block;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}
.filter-by--date li.active {
    color: #000;
}
.filter-by--date li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #161A58;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


@media (min-width:1921px) {
    .release-note-others h2 {
        margin-bottom: 30px;
    }
    .filter-by--date li {
        font-size: 22px;
        line-height: 28px;
    }
    .filter-by--date h3 {
        font-size: 27px;
    }
    .single-release-note-post .container {
        max-width: 1700px;
    }
    .release-note-body ul li h4 {
        font-size: 30px;
        line-height: 36px;
    }
    .other-release {
        margin: 10px 15px;
    }
    .release-note-others-cont {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media screen and (max-width:1366px) {
    .single-release-note-post .top-inner-section {
        margin-bottom: 80px !important;
    }
    .release-note-views {
        margin-bottom: 80px !important;
    }
    .release-note-body {
        padding: 50px 50px 0;
    }
}
@media screen and (max-width:1200px) {
    .single-release-note-post .top-inner-section {
        margin-bottom: 60px !important;
    }
    .release-note-views {
        margin-bottom: 60px !important;
    }
    .release-note-body {
        padding: 40px 40px 0;
    }
}
@media screen and (max-width:1199px) {
    .filter-by--date {
        padding: 20px;
        top: 80px;
    }
    .filter-by--date li {
        padding: 5px 0 5px 15px;
    }
    .other-release h3 a {
        font-size: 28px;
    }
    .release-note-others-cont {
        justify-content: center;
    }
    /*.other-release {*/
    /*    width: 25%;*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .other-release a {
        font-size: 20px;
        align-self: flex-end;
    }
    .other-release a svg {
        width: 15px;
    }
    .other-release {
        min-width: 200px;
    }
}
@media screen and (max-width:991px) {
    .single-release-note-post .top-inner-section {
        margin-bottom: 40px !important;
    }
    .release-note-views {
        margin-bottom: 40px !important;
    }
    .release-note-views:last-child {
        margin-bottom: 0 !important;
    }
    .release-note-body {
        padding: 30px 30px 0;
    }
    .realease-note-head p svg {
        margin-right: 15px;
        width: 25px;
    }
    .release_note_loadmore {
        margin: 40px auto !important;
    }
    .filter-by--date {
        margin-bottom: 40px;
        top: 0;
        padding: 15px;
        position: relative;
        min-height: 60px;
    }
    .filter-by--date h3 {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
        font-size: 17px;
        line-height: 30px;        
    }
    .filter-by--date.active h3 {
        padding-bottom: 8px;
        margin-bottom: 15px;
        border-bottom: 2px solid #3034C14D;
    }
    .filter-by--date ul {
        display: none;
    } 
    .filter-by--date.active ul {
        display: block;
    } 
    .filter-by--date::before {
        position: absolute;
        content: "";
        right: 28px;
        top: 21px;
        width: 3px;
        height: 20px;
        background: #2773CC;
    }
    .filter-by--date::after {
        position: absolute;
        content: "";
        right: 20px;
        top: 29px;
        width: 20px;
        height: 3px;
        background: #2773CC;    
    }
    .filter-by--date.active::before {
        display: none;
    }
}
@media screen and (max-width:768px) {
    section.top-inner-section h1 {
        font-size: 22px;
        line-height: 28px;
    }
    section.top-inner-section {
        height: 190px;
    }
    section.top-inner-section h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .release_note_loadmore {
        margin: 30px auto !important;
    }
    .release-note-others {
        margin: 40px auto !important;
        padding: 25px !important;
    }
    .release-note-others h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .other-release {
        margin-right: 15px;
    }
    .other-release h3 a {
        font-size: 20px;
    }
    .other-release a {
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .other-release a svg {
        margin-top: 2px;
    }
}
@media screen and (max-width: 767px) {
    .release-note-others {
        width: calc(100% - 30px) !important;
    }
    .other-release {
        width: auto;
    }
    .other-release a {
        align-self: unset;
        font-size: 17px !important;
        line-height: 25px;
    }
    a.full-details {
        font-size: 17px;
        padding: 6px 15px;
        max-width: 450px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 24px;
    }
    a.full-details:after {
        border-width: 6px 10px;
        margin-left: 5px;
        top: 1px;
    }
    a.full-details {
        font-size: 17px;
        padding: 6px 15px;
        max-width: 450px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 24px;
    }
    a.full-details:after {
        border-width: 6px 10px;
        margin-left: 5px;
        top: 1px;
    }
}
@media screen and (max-width:575px) {
    .realease-note-head {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .realease-note-head > * {
        margin: 20px 0 10px;
    }
    .realease-note-head p svg {
        margin-right: 12px;
        width: 22px;
    }
    a.full-details:after {
        border-width: 6px 10px;
        margin-left: 5px;
        top: 1px !important;
    }
    .release-note-body {
        padding: 20px 20px 0;
    }
    .release-note-others-cont {
        flex-direction: column;
    }
    .other-release {
        margin: 0 0 15px;
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .other-release:last-child {
        margin-bottom: 0;
    }
    .other-release h3 {
        margin: 0;
    }
}
.legacy-user--content .btn-blue {
    margin-top: 15px;
}
.legacy-user--content h2 {
    font-size: 41px;
    line-height: 49px;
    font-weight: bold;
    color: #1C244B;
    margin-bottom: 20px;
}
.legacy-user--content h2 span {
    color: #077ABC;
}
.legacy-user--content p {
    margin-bottom: 15px;
}

.release-note-link {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    flex-wrap: wrap;
    justify-content: space-between;
}
.release-note-link a{
    text-decoration: none;
    border: 1px solid #b5cdff;
    padding: 10px 20px;
    margin-right: 0;
    margin-bottom: 20px;
    width: calc(50% - 15px);
}
.release-note-link a + a {
    margin-left: 30px;
}
@media (max-width: 1440px) {
    .legacy-user--content h2 {
      font-size: 37px;
      line-height: 42px;
    }
}
@media (max-width: 1024px) {
    .release-note-link a {
        width: 340px;
    }
    .release-note-link {
        justify-content: center;
    }
    .release-note-link a + a {
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    .legacy-user--content h2 {
      font-size: 35px;
      line-height: 40px;
    }
    .release-note-link a + a {
        margin-left: 15px;
    }
}
@media (max-width: 768px) {
    .release-note-link a + a {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .legacy-user--content h2 {
      font-size: 28px;
      line-height: 32px;
    }
    .legacy-user--content p,
    .release-note-body ul li p {
        font-size: 17px;
        line-height: 24px;
    }
    .single.single-release-note-post .btn-blue, .legacy-user--content .btn-blue {
        margin-top: 15px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 17px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .h2 {
        font-size: 28px !important  ;
    }
    .p{
        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;
    }
    .legacy-user--content p,
    .release-note-body ul li p {
        font-size: 17px;
        line-height: 24px;
    }
    .single.single-release-note-post .btn-blue, .legacy-user--content .btn-blue {
        margin-top: 15px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 17px;
        line-height: 24px;
    }
}
.release-note-link {
    margin-bottom: 15px;
    border-bottom: 1px solid #b5cdff;
    padding-bottom: 5px;
    
}

.release-note-body ul li ul li {
    padding-bottom: 20px;
    padding-left: 30px;
    color: #161A58;
}
.release-note-body ul li ul li::before {
    background: #467FF7;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 8px;
}
.release-note-body ul li ul li strong {
    display: block;
}
.release-note-body ul.load-more-open li ul li::after,
.release-note-body ul.load-more-listdata li ul li:after{
    content: none;
}

.release-note-body ul li ul li:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
    html[lang="es-ES"] .other-release h3 a {
        font-size: 24px;
    }
}