.acf-custom-post-type-block .acf-header .title {
    font-size: 25px;
    line-height: 31px;
    color: #12356C;
    font-family: "cf_asty_st_medium", sans-serif;
    padding-bottom: 0;
}

.acf-custom-post-type-block .right-area .card .card-dropdown .card .content .table {
    margin: 10px;
}

.acf-custom-post-type-block .card .card-dropdown .card .content .table .tbody .row {
    display: flex;
    align-items: center;
}

.acf-custom-post-type-block .card .card-dropdown .card .content .table .tbody .row .cell {
    padding: 10px;
}

.acf-custom-post-type-block .card .card-dropdown .card .content .table .tbody .row .cell:not(:last-child) {
    border-right: 1px solid #fff;
}

.acf-custom-post-type-block .card .card-dropdown .card .content .table .tbody .row {
    border-style: solid;
    border-color: #fff;
}

.acf-custom-post-type-block .card .card-dropdown .card .content .table .tbody .row:not(:last-child) {
    border-width: 1px 1px 0px 1px;
}

.acf-custom-post-type-block .card .card-dropdown .card .content .table .tbody .row:last-child {
    border-width: 1px;
}

.acf-custom-post-type-block[class*="BG#12356c"] .acf-header .title,
.acf-custom-post-type-block[class*="BG#12356c"] .acf-body .card .title,
.acf-custom-post-type-block[class*="BG#12356c"] .acf-body .card .file-cont,
.acf-custom-post-type-block[class*="BG#12356c"] .acf-body .left-area .comp-present:not(.is-btn) .text,
.acf-custom-post-type-block[class*="BG#12356c"] .right-area .card .card-dropdown .card .content {
    color: #fff;
}

.acf-custom-post-type-block .right-area .card .card-dropdown .card .content p {
    margin-bottom: revert;
}

.acf-custom-post-type-block .right-area .card .card-dropdown .card .content ul {
    margin: revert;
    list-style: circle;
    padding: revert;
}

.acf-custom-post-type-block .right-area .card .card-dropdown .card .content br {
    content: "A" !important;
    display: block !important;
    margin-bottom: .5em !important;
}


.acf-custom-post-type-block[class*="BG#12356c"] .acf-body .left-area .comp-present:not(.is-btn) img {
    filter: brightness(0) invert(1);
}

.acf-custom-post-type-block[class*="BG#12356c"] .acf-body .left-area .comp-present.is-btn .text,
.acf-custom-post-type-block:not([class*="BG#12356c"]) .right-area .card .card-dropdown .card .content {
    color: #12356C;
}

.acf-custom-post-type-block[class*="BG#12356c"] .acf-body .left-area .comp-present.is-btn {
    background-color: #63DBD4;
}

.acf-custom-post-type-block.epitropes .comp-present {
    display: none;
}

.acf-custom-post-type-block.epitropes .comp-present.is-btn img {
    display: none;
}

.acf-custom-post-type-block .acf-body {
    flex-wrap: wrap;
}

.acf-custom-post-type-block.available_jobs .right-area .card .card-dropdown .card .content .btn-group {
    display: inline-flex;
    gap: 20px;
}

.acf-custom-post-type-block.available_jobs .right-area .card .card-dropdown .card .content .btn-group a {
        padding: 15px 25px;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
    font-family: 'cf_asty_st_medium', sans-serif;
    box-sizing: border-box;
    background-color: #12356C;
    color: #63DBD4;
}

.acf-custom-post-type-block .acf-body .bottom-text {
    font-size: 14px;
    line-height: 35px;
    color: #12356C;
    flex: 0 1 100%;
    width: 100%;
    margin-top: 50px;
}

.acf-custom-post-type-block .acf-body .left-area .comp-present.is-btn {
    display: inline-flex;
    padding: 22px 18px;
}

.acf-custom-post-type-block .acf-body .left-area .comp-present.is-btn .text {
    font-size: 13px;
    line-height: 17px;
    margin-right: 0;
}

.acf-custom-post-type-block .custom-select .target-text {
    font-size: 14px;
    line-height: 17px;
    font-family: "cf_asty_st_medium", sans-serif;
    color: #fff;
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
}

.acf-custom-post-type-block .custom-select {
    width: 137px;
}

.acf-custom-post-type-block .custom-select .text-wrapper .chevron {
    position: relative;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    transform: none;
    top: 0;
    left: 0;
    margin-left: 10px;
}

.acf-custom-post-type-block .custom-select .text-wrapper .chevron::before {
    right: 0px;
}

.acf-custom-post-type-block .custom-select .text-wrapper .chevron::after {
    left: 0px;
}

.acf-custom-post-type-block .custom-select .text-wrapper .chevron::before,
.acf-custom-post-type-block .custom-select .text-wrapper .chevron::after {
    width: 60%;
}

.acf-custom-post-type-block .acf-body .card {
    border-bottom: 1px solid #BEC8D7;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.acf-custom-post-type-block .acf-body .card.has-child.second-lvl-dropdown > .card-dropdown {
    max-height: 0 !important;
    transition: max-height .25s cubic-bezier(0, 1, 0, 1) !important;
}

.acf-custom-post-type-block .acf-body .card.has-child.second-lvl-dropdown.on > .card-dropdown {
    max-height: 1500px !important;
    transition: max-height .5s ease-in-out !important;
}

.acf-custom-post-type-block .acf-body .card .card-header .dt {
    row-gap: 10px;
}
.acf-custom-post-type-block .acf-body .card .card-header .dt .share {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.acf-custom-post-type-block .acf-body .card .card-header .dt .share .social_share {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.acf-custom-post-type-block .acf-body .card .card-header .dt .share .social_share:not(:last-child) {
    margin-right: 10px;
}


.acf-custom-post-type-block[style*="#fff"] .acf-body .card .card-header .dt .share .social_share {
    filter: invert(15%) sepia(19%) saturate(6097%) hue-rotate(202deg) brightness(95%) contrast(95%);
}


.acf-custom-post-type-block[style*="#fff"] .acf-body .card .card-header .dt .share .social_share img {
    filter: invert(0);
}




.acf-custom-post-type-block .acf-body .card .card-header .dt .share .social_share img {
    width: 100%;
    height: 100%;
    margin-left: 0;
    flex: auto;
    filter: invert(1);
}

.acf-custom-post-type-block.frequently_questions .acf-body .card,
.acf-custom-post-type-block.general_mettings .acf-body .card {
    opacity: 0.4;
}

.acf-custom-post-type-block .acf-body .card.active,
.acf-custom-post-type-block .acf-body .card.active .card {
    opacity: 1;
}

.acf-custom-post-type-block.fin_data_summary .acf-body .card:not(:nth-last-child(-n+1)) {
    margin-bottom: 100px;
}

.acf-custom-post-type-block .custom-select .custom-select-dropdown .item {
    font-size: 14px;
    line-height: 17px;
    background-image: linear-gradient(to right, #63dbd5, #63dbd5d9 50%, #fff 50%);
}

.acf.finstat_subcomp {
    overflow: visible;
}

.acf-custom-post-type-block .custom-select .custom-select-dropdown .item.selected {
    background-image: linear-gradient(to right, #63dbd5, #63dbd5d9 50%, #63dbd5d9 50%)
}

[class*=acf-][class*="BG#12356c"] .custom-select .custom-select-dropdown .item.selected {
    background-image: linear-gradient(to right, #005ef1, #005ef1 50%, #005ef1 50%);
}


.acf-custom-post-type-block .custom-select .custom-select-dropdown .item:not(:last-child) {
    margin-bottom: 6px;
}

.acf-custom-post-type-block .acf-body .card .img,
.acf-custom-post-type-block.epitropes .card .card-header .content {
    display: none;
}

.acf-custom-post-type-block .acf-body .card:first-child {
    border-top: 1px solid #BEC8D7;
}

.acf-custom-post-type-block.financial_results .acf-body .card[data-level="0"]:first-child { border-top: 1px solid #BEC8D7; }
.acf-custom-post-type-block.financial_results .acf-body .card[data-level="0"] { border-bottom: 1px solid #BEC8D7; }

.acf-custom-post-type-block.financial_results .acf-body .card:first-child { border-top: 0; }
.acf-custom-post-type-block.financial_results .acf-body .card { border-bottom: 0; }

.acf-custom-post-type-block .acf-body .card img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-left: 10px;
} 

.acf-custom-post-type-block .acf-body .card .card-dropdown-wrapper .card-dropdown img,
.acf-custom-post-type-block .acf-body .card .file-cont .vd img {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.acf-custom-post-type-block.presentations .acf-body .card img,
.acf-custom-post-type-block.epitropes .acf-body .card img {
    transform: rotate(-90deg);
}

.acf-custom-post-type-block .acf-body .card .date {
    color: #00DED5;
    width: 22%;
    flex: 0 0 22%;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    justify-content: flex-start;
    margin-right: 20px;
}

.acf-custom-post-type-block .acf-body.no-left {
    margin-top: 60px;
}

.acf-custom-post-type-block .acf-body:not(.no-left) {
    display: flex;
}

.acf-custom-post-type-block .acf-body:not(.no-left) .left-area {
    width: calc(60% - 60px);
    flex: 0 0 calc(60% - 60px);
    margin-right: 60px;
}

.acf-custom-post-type-block .acf-body:not(.no-left).no-right .left-area {
    width: 80%;
    flex: 0 0 80%;
    margin-right: auto;
    margin-left: auto;
}

.acf-custom-post-type-block.presentations .acf-body .left-area a,
.acf-custom-post-type-block.epitropes .acf-body .left-area a {
    width: 100%;
}

.acf-custom-post-type-block.presentations .comp-present,
.acf-custom-post-type-block.epitropes .comp-present {
    margin-top: 48px;
    cursor: pointer;
}

.acf-custom-post-type-block.presentations .comp-present .text,
.acf-custom-post-type-block.epitropes .comp-present .text {
    font-size: 25px;
    line-height: 31px;
    color: #12356C;
    font-family: "cf_asty_st_medium", sans-serif;
    margin-right: 32px;
}

.acf-custom-post-type-block.presentations .comp-present img,
.acf-custom-post-type-block.epitropes .comp-present img {
    width: 46px;
    height: 46px;
    transform: rotate(-90deg);
}

.acf-custom-post-type-block.presentations .card .card-header,
.acf-custom-post-type-block.epitropes .card .card-header,
.acf-custom-post-type-block.financial_results .card .card-header,
.acf-custom-post-type-block.press_release .card-header,
.acf-custom-post-type-block.newsletters_reports .card-header,
.acf-custom-post-type-block.corporate_ann .card-header,
.acf-custom-post-type-block.disc_transactions .card-header,
.acf-custom-post-type-block.gen_kod_bond .card-header { 
    width: 100%;
}

.acf-custom-post-type-block.presentations .card .card-header,
.acf-custom-post-type-block.epitropes .card .card-header,
.acf-custom-post-type-block.press_release .card-header,
.acf-custom-post-type-block.gen_kod_bond .card-header,
.acf-custom-post-type-block.newsletters_reports .card-header,
.acf-custom-post-type-block.corporate_ann .card-header,
.acf-custom-post-type-block.disc_transactions .card-header {
    padding: 30px 6px;
}

.acf-custom-post-type-block.financial_results .card .card-header {
    padding: 40px 6px;
}

.acf-custom-post-type-block.financial_results .card .card-dropdown .card-header {
    padding: 0;
}

.acf-custom-post-type-block.presentations .card .card-header > a,
.acf-custom-post-type-block.epitropes .card .card-header > a { 
    width: 100%; 
    flex: 0 0 100%;
}

.acf-custom-post-type-block.presentations .card .card-header .dt,
.acf-custom-post-type-block.epitropes .card .card-header .dt { 
    width: 80%; 
    flex: 0 0 80%;
}


.acf-custom-post-type-block .acf-body:not(.no-left) .right-area {
    width: calc(40% - 60px);
    flex: 0 0 calc(40% - 60px);
    margin-left: 60px;
} 


.acf-custom-post-type-block .acf-body .card .date,
.acf-custom-post-type-block .acf-body .card .file-cont {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.14px;
    font-family: "cf_asty_st_medium", sans-serif;
}

.acf-custom-post-type-block.presentations .acf-body .card .file-cont {
    width: 32px;
    height: 20px;
    flex: 0 0 32px;
}

.acf-custom-post-type-block.presentations .card .card-header .dt {
    margin-right: 20px;
    width: calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
}

.acf-custom-post-type-block .acf-body .card .file-cont .vd .text.v {
    position: relative;
    left: 7px;
}

.acf-custom-post-type-block .acf-body .card .file-cont .vd .text.v img {
    filter: invert(64%) sepia(99%) saturate(992%) hue-rotate(125deg) brightness(95%) contrast(101%)
}

.acf-custom-post-type-block .acf-body .card .file-cont .vd .text:not(:last-child) {
    margin-bottom: 10px;
}

.acf-custom-post-type-block .acf-body .card .title {
    font-size: 18px;
    line-height: 23px;
    color: #12356C;
    padding-bottom: 0;
    text-align: left;
}

.acf-custom-post-type-block.gen_kod_bond .acf-body .card[data-level*="1"] > .card-header > .dt > [class*="title"],
.acf-custom-post-type-block.gen_kod_bond .acf-body .card[data-level*="2"] > .card-header > .dt > [class*="title"] {
    font-family: 'cf_asty_st_medium', sans-serif;
}

.acf-custom-post-type-block.gen_kod_bond .acf-body .card[data-level*="2"] > .card-header {
    padding: 6px;
}

.acf-custom-post-type-block .custom-select.on .text-wrapper .chevron::after {
    left: unset;
    right: 0;
}

.acf-custom-post-type-block .custom-select.on .text-wrapper .chevron::before {
    right: unset;
    left: 0;
}

.acf-custom-post-type-block.presentations .acf-body .card .file-cont .vd .text.v,
.acf-custom-post-type-block.presentations .acf-body .card .file-cont .vd .text.d a span,
.acf-custom-post-type-block.epitropes .acf-body .card .file-cont .vd .text.v,
.acf-custom-post-type-block.epitropes .acf-body .card .file-cont .vd .text.d a span,
.acf-custom-post-type-block .acf-body .card .title_sec {
    display: none;
}

.acf-custom-post-type-block.financial_data .right-area .simplebar-content > .card > .card-header {
    padding: 34px 6px;
    width: 100%;
    position: relative;
}

.acf-custom-post-type-block.financial_data .right-area .simplebar-content > .card > .card-header .dt {
    width: 80%;
    flex: 0 0 80%;
}

.acf-custom-post-type-block.financial_data .right-area .card .card-dropdown,
.acf-custom-post-type-block.gen_kod_bond .right-area .card .card-dropdown,
.acf-custom-post-type-block.financial_calendar .right-area .card .card-dropdown,
.acf-custom-post-type-block.frequently_questions .right-area .card .card-dropdown,
.acf-custom-post-type-block.available_jobs .right-area .card .card-dropdown,
.acf-custom-post-type-block.finstat_subcomp .right-area .card .card-dropdown,
.acf-custom-post-type-block.general_mettings .right-area .card .card-dropdown,
.acf-custom-post-type-block.financial_results .right-area .card .card-dropdown,
.acf-custom-post-type-block.corporate_ann .right-area .card .card-dropdown {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height .25s cubic-bezier(0, 1, 0, 1);
}

.acf-custom-post-type-block.financial_results .right-area .card[data-level="2"] > .card-dropdown {
    max-height: 1500px;
}

.acf-custom-post-type-block.financial_data .right-area .card .card-dropdown .card-dropdown-wrapper,
.acf-custom-post-type-block.gen_kod_bond .right-area .card .card-dropdown .card-dropdown-wrapper,
.acf-custom-post-type-block.financial_calendar .right-area .card .card-dropdown .card-dropdown-wrapper,
.acf-custom-post-type-block.frequently_questions .right-area .card .card-dropdown .card-dropdown-wrapper,
.acf-custom-post-type-block.available_jobs .right-area .card .card-dropdown .card-dropdown-wrapper,
.acf-custom-post-type-block.finstat_subcomp .right-area .card .card-dropdown .card-dropdown-wrapper,
.acf-custom-post-type-block.general_mettings .right-area .card .card-dropdown .card-dropdown-wrapper {
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.acf-custom-post-type-block.financial_data .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.gen_kod_bond .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.frequently_questions .right-area .card .card-dropdown .cardm,
.acf-custom-post-type-block.available_jobs .right-area .card .card-dropdown .cardm,
.acf-custom-post-type-block.finstat_subcomp .right-area .card .card-dropdown .cardm,
.acf-custom-post-type-block.general_mettings .right-area .card .card-dropdown .card {
    padding: 0 10px;
}

.acf-custom-post-type-block.financial_data .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.gen_kod_bond .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.financial_calendar .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.frequently_questions .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.available_jobs .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.finstat_subcomp .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.general_mettings .right-area .card .card-dropdown .card {
    border-top: 0;
    border-bottom: 0;
} 

.acf-custom-post-type-block.financial_calendar .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.frequently_questions .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.available_jobs .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.finstat_subcomp .right-area .card .card-dropdown .card,
.acf-custom-post-type-block.general_mettings .right-area .card .card-dropdown .card {
    padding: 0 20px;
    text-align: left;
}

.acf-custom-post-type-block.financial_calendar .right-area .card .card-dropdown .card .content,
.acf-custom-post-type-block.frequently_questions .right-area .card .card-dropdown .card .content,
.acf-custom-post-type-block.available_jobs .right-area .card .card-dropdown .card .content,
.acf-custom-post-type-block.finstat_subcomp .right-area .card .card-dropdown .card .content,
.acf-custom-post-type-block.general_mettings .right-area .card .card-dropdown .card .content {
    font-size: 16px;
}

.acf-custom-post-type-block.financial_data .right-area .card .card-dropdown .card:not(:last-child),
.acf-custom-post-type-block.gen_kod_bond .right-area .card .card-dropdown .card:not(:last-child),
.acf-custom-post-type-block.financial_calendar .right-area .card .card-dropdown .card:not(:last-child),
.acf-custom-post-type-block.frequently_questions .right-area .card .card-dropdown .card:not(:last-child),
.acf-custom-post-type-block.available_jobs .right-area .card .card-dropdown .card:not(:last-child),
.acf-custom-post-type-block.finstat_subcomp .right-area .card .card-dropdown .card:not(:last-child),
.acf-custom-post-type-block.general_mettings .right-area .card .card-dropdown .card:not(:last-child) {
    margin-bottom: 28px;
}
  
.acf-custom-post-type-block.financial_data .right-area .card.on .card-dropdown,
.acf-custom-post-type-block.gen_kod_bond .right-area .card.on .card-dropdown,
.acf-custom-post-type-block.financial_calendar .right-area .card.on .card-dropdown,
.acf-custom-post-type-block.frequently_questions .right-area .card.on .card-dropdown,
.acf-custom-post-type-block.available_jobs .right-area .card.on .card-dropdown,
.acf-custom-post-type-block.finstat_subcomp .right-area .card.on .card-dropdown,
.acf-custom-post-type-block.general_mettings .right-area .card.on .card-dropdown,
.acf-custom-post-type-block.corporate_ann .right-area .card.on .card-dropdown,
.acf-custom-post-type-block.financial_results .right-area .card.on[data-level] > .card-dropdown {
    max-height: 1500px;
    transition: max-height .5s ease-in-out;
  }

.acf-custom-post-type-block.financial_data .right-area .simplebar-content > .card .card-header img.arrow {
    transition: all .3s ease-in-out;
    transform: rotate(-90deg);
}

.acf-custom-post-type-block.financial_data .right-area .simplebar-content > .card.on .card-header img.arrow {
    transform: rotate(0deg);
}

.acf-custom-post-type-block.financial_data .acf-body .card .date {
    margin-bottom: 10px;
}

.acf-custom-post-type-block.financial_data .acf-body .card .date,
.acf-custom-post-type-block.financial_data .acf-body .card .title {
    width: calc(76% - 40px);
    flex: 0 0 calc(76% - 40px);
}

.acf-custom-post-type-block.financial_data .acf-body {
    display: flex;
}

.acf-custom-post-type-block.financial_data .acf-body .right-area {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-right: 15px;
    box-sizing: border-box;
    height: 500px;
    margin-right: 20px;
}

.acf-custom-post-type-block.financial_data .acf-body .cs {
    margin-left: 20px;
}

.acf-custom-post-type-block.financial_data .acf-body .right-area .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    opacity: 1;
    background: #00DED5;
}

.acf-custom-post-type-block.financial_data .acf-body .right-area .simplebar-track.simplebar-vertical {
    width: 10px;
}

.acf-custom-post-type-block.epitropes .acf-header {
    margin-bottom: 50px;
}

.acf-custom-post-type-block.epitropes .acf-body:not(.no-left) {
    flex-direction: row-reverse;
}

.acf-custom-post-type-block.epitropes .acf-body:not(.no-left) .right-area {
    margin-right: 60px;
    margin-left: 0;
}

.acf-custom-post-type-block.epitropes .acf-body:not(.no-left) .left-area {
    margin-right: 0;
    margin-left: 60px;
}

.acf-custom-post-type-block .acf-body .left-area .content {
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 1.7;
}

.acf-custom-post-type-block .acf-body .left-area .content.no-content {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-custom-post-type-block .acf-body .left-area .content p {
    margin-bottom: revert;
}

.acf-custom-post-type-block .acf-body .left-area .content ul {
    margin: revert;
    padding: revert;
}

.acf-custom-post-type-block .acf-body .left-area .content ul li {
    position: relative;
}

.acf-custom-post-type-block .acf-body .left-area .content ul li::after {
    content: "";
    position: absolute;
    top: 11px;
    left: -22px;
    height: 2px;
    background-color: #00DED5;
    width: 15px;
}

.acf-custom-post-type-block.financial_calendar .acf-body {
    flex-direction: row-reverse;
}

.acf-custom-post-type-block.financial_calendar .acf-header {
    margin-left: auto;
    margin-bottom: 54px;
}

.acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .right-area {
    width: 100% !important; /* ADD TO HIDE YEAR FILTER */
    flex: 0 0 100% !important; /* ADD TO HIDE YEAR FILTER */
    margin-left: 0 !important; /* ADD TO HIDE YEAR FILTER */
    width: calc(100% - 210px);
    flex: 0 0 calc(100% - 210px);
}

.acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .right-area,
.acf-custom-post-type-block.frequently_questions .acf-body .right-area .right-area,
.acf-custom-post-type-block.available_jobs .acf-body .right-area .right-area,
.acf-custom-post-type-block.general_mettings .acf-body .right-area .right-area {
    height: 600px;
    margin-left: 60px;
}

.acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .right-area {
    height: 250px;
    margin-left: 60px;
}

.acf-custom-post-type-block.frequently_questions .acf-body .right-area,
.acf-custom-post-type-block.available_jobs .acf-body .right-area,
.acf-custom-post-type-block.finstat_subcomp .acf-body .right-area,
.acf-custom-post-type-block.general_mettings .acf-body .right-area {
    display: flex;
}

.acf-custom-post-type-block .acf-body .right-area .cs:not(:last-child) {
    margin-bottom: 20px;
}

.acf-custom-post-type-block.frequently_questions .acf-body .right-area .right-area,
.acf-custom-post-type-block.available_jobs .acf-body .right-area .right-area,
.acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .right-area,
.acf-custom-post-type-block.general_mettings .acf-body .right-area .right-area {
    width: calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
}

.acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .cs {
    display: none !important; /* ADD To Hide Year Filter */
    width: 150px;
    flex: 0 0 150px;
    align-self: baseline;
}

.acf-custom-post-type-block.frequently_questions .acf-body .cs,
.acf-custom-post-type-block.available_jobs .acf-body .cs,
.acf-custom-post-type-block.finstat_subcomp .acf-body .cs,
.acf-custom-post-type-block.general_mettings .acf-body .cs {
    width: 190px;
    flex: 0 0 auto;
}

.acf-custom-post-type-block.frequently_questions .acf-body .cs .custom-select,
.acf-custom-post-type-block.available_jobs .acf-body .cs .custom-select,
.acf-custom-post-type-block.finstat_subcomp .acf-body .cs .custom-select,
.acf-custom-post-type-block.general_mettings .acf-body .cs .custom-select {
    width: 100%;
    flex: 0 0 100%
}

.acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .right-area .card .card-header,
.acf-custom-post-type-block.frequently_questions .acf-body .right-area .card .card-header,
.acf-custom-post-type-block.available_jobs .acf-body .right-area .card .card-header,
.acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .card .card-header,
.acf-custom-post-type-block.general_mettings .acf-body .right-area .card .card-header {
    width: 100%;
    padding: 22px 6px;
}

.acf-custom-post-type-block.available_jobs .acf-body .right-area .card .card-header .content {
    display: none;
}

.acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .right-area .ra-content ,
.acf-custom-post-type-block.frequently_questions .acf-body .right-area .ra-content,
.acf-custom-post-type-block.available_jobs .acf-body .right-area .ra-content,
.acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .ra-content,
.acf-custom-post-type-block.general_mettings .acf-body .right-area .ra-content {
    padding-right: 16px;
}

.acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .right-area .simplebar-track.simplebar-vertical .simplebar-scrollbar:before,
.acf-custom-post-type-block.frequently_questions .acf-body .right-area .simplebar-track.simplebar-vertical .simplebar-scrollbar:before,
.acf-custom-post-type-block.available_jobs .acf-body .right-area .simplebar-track.simplebar-vertical .simplebar-scrollbar:before,

.acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .simplebar-track.simplebar-vertical .simplebar-scrollbar:before,
.acf-custom-post-type-block.general_mettings .acf-body .right-area .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    opacity: 1;
    background-color: #49ded6;
}

.acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .right-area[data-simplebar] .simplebar-track.simplebar-vertical,
.acf-custom-post-type-block.frequently_questions .acf-body .right-area[data-simplebar] .simplebar-track.simplebar-vertical,
.acf-custom-post-type-block.available_jobs .acf-body .right-area[data-simplebar] .simplebar-track.simplebar-vertical,

.acf-custom-post-type-block.finstat_subcomp .acf-body .right-area[data-simplebar] .simplebar-track.simplebar-vertical,
.acf-custom-post-type-block.general_mettings .acf-body .right-area[data-simplebar] .simplebar-track.simplebar-vertical {
    width: 8px;
}

.acf-custom-post-type-block.fin_data_summary .acf-header {
    justify-content: center;
}

.acf-custom-post-type-block.fin_data_summary .acf-body .card .item,
.acf-custom-post-type-block.fin_data_summary .acf-body .card .legend {
    font-size: 16px;
    line-height: 20px;
    color:#12356C;
}

.acf-custom-post-type-block.fin_data_summary .acf-body .card .y-axis .legend {
    position: absolute;
    top: 50%;
    left: -108px;
    transform: translateY(-50%) rotate(-90deg);
}

.acf-custom-post-type-block.fin_data_summary .acf-body .card {
    border: 0;
}

.acf-custom-post-type-block.fin_data_summary .acf-body .right-area {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.acf-custom-post-type-block.fin_data_summary .acf-body .card .title {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'cf_asty_st_medium', sans-serif;
    margin-bottom: 60px;
}

.acf-custom-post-type-block.fin_data_summary .graph-container .ghw {
    position: relative;
    width: 484px;
    height: 484px;
    left: 50%;
    transform: translateX(-50%);
}

.acf-custom-post-type-block.fin_data_summary .graph-container .ghw .x-axis {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9B9B9B;
}

.acf-custom-post-type-block.fin_data_summary .graph-container .ghw .y-axis {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #9B9B9B;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area .heading .cell,
.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left)  .cfooter [class*="total"] {
    font-size: 16px;
    line-height: 20px;
    font-family: 'cf_asty_st_medium', sans-serif;
    color: #12356C;
    width: 50%;
    text-align: left;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .cfooter {
    padding: 20px 0;
    display: flex;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area .heading .cell:not(:first-child),
.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left)  .cfooter [class*="total"]:not(:first-child) {
    text-align: center;

}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area .row:last-child {
    border-style: solid;
    border-color: #BBC6D5;
    border-width: 1px 0 1px 0;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .cfooter {
    border-style: solid;
    border-color: #BBC6D5;
    border-width: 0 0 1px 0;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area .body .cell {
    font-size: 18px;
    line-height: 23px;
    color: #12356C;
    padding: 20px 0;
    width: 50%;
    text-align: left;
}

.acf-custom-post-type-block.gen_kod_bond .acf-body .card[data-level*="2"] > .card-header > .file-cont {
    margin-left: 15px;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area .body .cell .dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area .body .cell:not(:first-child) {
    text-align: center;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area .body .row:not(:last-child) {
    border-top: 1px solid #BBC6D5;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area .heading {
    margin-bottom: 40px;
    justify-content: space-between;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area,
.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .left-area {
    width: calc(50% - 60px);
    flex: 0 0 calc(50% - 60px);
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area {
    margin-left: 60px;
}

.acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .left-area {
    margin-right: 60px;
}

.acf-custom-post-type-block.shareholder_struct .acf-header {
    justify-content: center;
    margin-bottom: 122px;
    align-items: center;
}

.acf-custom-post-type-block.financial_results .card .card-dropdown { 
    width: 100%;
}

.acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 22px; */
    padding-bottom: 22px;
    gap: 30px;
}

.acf-custom-post-type-block.financial_results .card[data-level="1"] {
    border:0;
    width: calc((100% / 2) - (30px * (1 / 2)));
    flex: 0 0 calc((100% / 2) - (30px * (1 / 2)));
    padding: 0 6px;
    margin-bottom: 100px;
}

.acf-custom-post-type-block.financial_results .card[data-level="1"] > .card-dropdown {
    max-height: 1500px;
    transition: max-height .5s ease-in-out;
}

.acf-custom-post-type-block.financial_results .card[data-level="1"] > .card-header > img {
    display: none;
}

.acf-custom-post-type-block.financial_results .card[data-level="1"] .simplebar-content > .card-dropdown-wrapper {
    margin-top: 22px;
}

.acf-custom-post-type-block.financial_results .card[data-level="1"] > .card-header > .dt > .title {
    font-family: 'cf_asty_st_medium', sans-serif;
}

/* .acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card-dropdown-wrapper {
    margin-top: 38px;
} */

.acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card-dropdown-wrapper .card {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

.acf-custom-post-type-block.financial_results .card[data-level="2"]:not(:last-child) {
    margin-bottom: 20px;
}

.acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card-dropdown-wrapper .card .file-cont,
.acf-custom-post-type-block.press_release .card .file-cont,
.acf-custom-post-type-block.newsletters_reports .card .file-cont,
.acf-custom-post-type-block.corporate_ann .card .file-cont,
.acf-custom-post-type-block.disc_transactions .card .file-cont,
.acf-custom-post-type-block.general_mettings .card .file-cont {
    width: 180px;
    flex: 0 0 180px;
    margin-left: 15px;
}

.acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card-dropdown-wrapper .card .dt,
.acf-custom-post-type-block.press_release .card .dt,
.acf-custom-post-type-block.newsletters_reports .card .dt,
.acf-custom-post-type-block.corporate_ann .card .dt,
.acf-custom-post-type-block.disc_transactions .card .dt,
.acf-custom-post-type-block.general_mettings .card .dt {
    width: calc(100% - 210px);
    flex: 0 0 calc(100% - 210px);
    margin-right: 15px;
}

.acf-custom-post-type-block .card .dt.date-left {
    flex-direction: row;
}

.acf-custom-post-type-block .card .dt.date-left .title {
    width: calc(78% - 20px);
    flex: 0 0 calc(78% - 20px);
}

/* .acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card-dropdown-wrapper .card:not(:last-child) {
    margin-bottom: 20px;
} */

.acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card-dropdown-wrapper .card .title {
    font-family: 'cf_asty_st_book', sans-serif;
}
.acf-custom-post-type-block .acf-body .appended-area.collapse,
.acf-custom-post-type-block .acf-body .ra-content.collapse {
    max-height: 0 !important;
    overflow: hidden !important;
}

.acf-custom-post-type-block .acf-footer .more.fade-out {
    opacity: 0;
}

/***********************************************************************
************************** Calendar Block Css **************************
***********************************************************************/

.calendar-block {
    padding-top: 106px;
    padding-bottom: 76px;
    background-color: #12356c;
}

.calendar-block .acf-header {
    margin-bottom: 46px;
}

.calendar-block .acf-header .title {
    padding-bottom: 0;
    font-size: 25px;
    line-height: 31px;
    font-family: 'cf_asty_st_medium', sans-serif;
    color: #fff;
}

.calendar-block .acf-body .left-area {
    width: calc(60% - 40px);
    flex: 0 0 calc(60% - 40px);
    margin-right: 40px;
}

.calendar-block .acf-body .right-area {
    width: calc(40% - 40px);
    flex: 0 0 calc(40% - 40px);
    margin-left: 40px;
}

.calendar-block .calendar-wrapper > .left-content,
.calendar-block .month-selection .month .tooltip, 
.calendar-block .year-selection .year .tooltip {
    display: none;
}

.calendar-block .selection-container div[class*="-dropdown"]:not(div[class*="-dropdown-wrapper"]) ul {
    background-color: #49ded5;
    color: #12356c;
}

.calendar-block .selection-container div[class*="-dropdown"]:not(div[class*="-dropdown-wrapper"]) ul li.on {
    background-color: transparent;
    box-shadow: inset 0px 0px 7px #12356c;
}

.calendar-block .selection-container div[class*="-dropdown"]:not(div[class*="-dropdown-wrapper"]) ul li {
    font-size: 15px;
    color: #12356c;
}

.calendar-block .calendar-wrapper > .right-content {
    width: 100%;
    background-color: transparent;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    padding: 20px;
    padding: 20px 70px;
}

.calendar-block .calendar-wrapper > .right-content .bot-area .top-area {
    padding-bottom: 20px;
    margin-bottom: 38px;
    position: relative;
}

.calendar-block .calendar-wrapper > .right-content .bot-area .top-area .item {
    padding: 0;
}

.calendar-block .calendar-wrapper > .right-content .bot-area .top-area::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #fff;
}

.calendar-block .month-year-selection {
    flex-direction: column-reverse;
    padding-top: 28px;
    padding-bottom: 30px;
}

.calendar-block .year-selection .year {
    width: 90px;
    flex: 0 0 90px
}

.calendar-block .month-year-selection .month-selection {
    display: flex;
    padding: 0;
    padding-top: 26px;
}

.calendar-block .month-year-selection .chevron {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 26px;
    height: 26px;
}

.calendar-block .month-year-selection .chevron.left {
    transform: rotate(90deg);
    margin-right: 6px;
}

.calendar .month-year-selection .chevron.right {
    transform: rotate(-90deg);
    margin-left: 6px;
}

.calendar-block .month-year-selection .chevron::after, 
.calendar-block .month-year-selection .chevron::before {
    content: "";
    bottom: 0;
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #63DBD4;
    margin-top: 6px;
}

.calendar-block .month-selection .month {
    width: 200px;
    flex: 0 0 200px;
    position: relative;
}

.calendar-block .month-selection .month::after ,
.calendar-block .month-selection .month::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #63dbd5;
    transform: translateY(-50%);
}

.calendar-block .year-selection .year::after ,
.calendar-block .year-selection .year::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #63dbd5;
    transform: translateY(-50%);
}

.calendar-block .year-selection .year::after { left: -28px; }
.calendar-block .year-selection .year::before { right: -28px; }

.calendar-block .month-selection .month::after { left: -28px; }
.calendar-block .month-selection .month::before { right: -28px; }

.calendar-block .calendar-content .item {
    color: #fff;
}

.calendar-block .month-selection .month .target-text {
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -0.18px;
    color: #fff;
    font-family: 'cf_asty_st_medium', sans-serif;
}

.calendar-block .year-selection .year .target-text {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-family: 'cf_asty_st_medium', sans-serif;
}

.calendar-block .right-area .action-title {
    font-size: 15px;
    line-height: 19px;
    color: #00DED5;
    font-family: 'cf_asty_st_medium', sans-serif;
    margin-bottom: 30px;
    text-align: left;
}

.calendar-block .right-area .action-content-wrapper .item {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
}

.calendar-block .right-area .action-content-wrapper .item:not(:last-child) {
    margin-bottom: 14px;
}

.calendar-block .acf-body {
    display: flex;
}

.acf-custom-post-type-block .filters-container .cs:not(:last-child) {
    margin-right: 20px;
}

.acf-custom-post-type-block .filters-container .cs {
    display: flex;
}

.acf-custom-post-type-block.financial_results .custom-select {
    width: 150px;
}

.acf-custom-post-type-block.financial_results .custom-select .text-wrapper {
    height: 100%;
}

/* .acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card[data-level="1"] {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
}

.acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card[data-level="1"] .card-header{
    padding: 15px 6px;
} */


/***********************************************************************
************************** Calendar Block Css **************************
***********************************************************************/

@media screen and (max-width: 1480px) {
    .acf[data-uid*="oikonomiko_imerologio"] {
        margin-left: 0;
    }
}

@media screen and (max-width: 1380px) {
    .acf-custom-post-type-block.financial_data .right-area .simplebar-content > .card > .card-header {
        padding: 26px 6px;
    }

    .acf-custom-post-type-block.financial_data .acf-body .right-area {
        width: 75%;
    }
}

@media screen and (max-width: 1340px) {
    .acf-custom-post-type-block.fin_data_summary .graph-container .ghw {
        left: 50%;
        transform: translateX(-50%);
    }

    .acf-custom-post-type-block.fin_data_summary .acf-body .card {
        width: 100%;
    }
}

@media screen and (max-width: 1320px) {
    .acf-custom-post-type-block .acf-header .title {
        font-size: 22px;
        line-height: 1.2;
    }

    .acf-custom-post-type-block .acf-body .card .date, 
    .acf-custom-post-type-block .acf-body .card .file-cont {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.13px;
    }

    .acf-custom-post-type-block .acf-body .card .title {
        font-size: 16px;
        line-height: 21px;
    }

    .acf-custom-post-type-block .acf-body .card .date, .acf-custom-post-type-block .acf-body .card .file-cont {
        font-size: 12px;
        line-height: 15px;
    }

    .acf-custom-post-type-block .acf-body .card .file-cont .vd .text:not(:last-child) {
        margin-bottom: 6px;
    }
    
    .acf-custom-post-type-block .acf-body .card .file-cont .vd .text.v {
        left: 6px;
    }

    .acf-custom-post-type-block .acf-body .card img {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }

    .acf-custom-post-type-block .custom-select .text-wrapper .chevron {
        width: 12px;
        height: 12px;
        flex: 0 0 12px;
    }

    .acf-custom-post-type-block .custom-select .target-text {
        font-size: 12px;
        letter-spacing: 0.4px;
        line-height: 17px;
    }

    .acf-custom-post-type-block .custom-select .custom-select-dropdown .item {
        font-size: 13px;
        line-height: 16px;
    }

    .calendar-block .year-selection .year::after,
    .calendar-block .month-selection .month::after { 
        left: -26px; 
    }

    .calendar-block .year-selection .year::before,
    .calendar-block .month-selection .month::before { 
        right: -26px; 
    }

    .calendar-block .month-year-selection {
        padding-top: 15px;
        padding-bottom: 35px;
    }

    .calendar-block .month-selection .month .target-text {
        font-size: 16px;
        line-height: 1;
        letter-spacing: -0.16px;
    }

    .calendar-block .month-selection .month {
        width: 180px;
        flex: 0 0 180px;
        position: relative;
    }

    .calendar-block .month-year-selection .chevron {
        width: 22px;
        height: 22px;
    }

    .calendar-content .item {
        padding: .4em 0;
        font-size: 16px;
    }

    .calendar-block .calendar-wrapper > .right-content .bot-area .top-area {
        padding-bottom: 15px;
        margin-bottom: 28px;
        position: relative;
    }

    .calendar-block .month-year-selection .month-selection {
        padding-top: 16px;
    }

    .calendar-block .calendar-wrapper > .right-content {
        padding: 20px 45px;
    }

    .calendar-block .right-area .action-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }

    .calendar-block .right-area .action-content-wrapper .item {
        font-size: 16px;
    }

    .calendar-block .acf-body .right-area {
        width: calc(40% - 20px);
        flex: 0 0 calc(40% - 20px);
        margin-left: 20px;
    }

    .calendar-block .acf-body .left-area {
        width: calc(60% - 20px);
        flex: 0 0 calc(60% - 20px);
        margin-right: 20px;
    }

    .acf-custom-post-type-block .acf-body:not(.no-left) .left-area {
        width: calc(60% - 20px);
        flex: 0 0 calc(60% - 20px);
        margin-right: 20px;
    }

    .acf-custom-post-type-block.epitropes .acf-body:not(.no-left) .left-area {
        width: calc(60% - 20px);
        flex: 0 0 calc(60% - 20px);
        margin-left: 20px;
    }

    .acf-custom-post-type-block .acf-body:not(.no-left) .right-area {
        width: calc(40% - 20px);
        flex: 0 0 calc(40% - 20px);
        margin-left: 20px;
    }

    .acf-custom-post-type-block.epitropes .acf-body:not(.no-left) .right-area {
        width: calc(40% - 20px);
        flex: 0 0 calc(40% - 20px);
        margin-right: 20px;
    }

    .acf-custom-post-type-block.presentations .comp-present, .acf-custom-post-type-block.epitropes .comp-present {
        margin-top: 38px;
        cursor: pointer;
    }

    .acf-custom-post-type-block.presentations .comp-present .text, .acf-custom-post-type-block.epitropes .comp-present .text {
        font-size: 20px;
        line-height: 21px;
        margin-right: 20px;
    }

    .acf-custom-post-type-block.presentations .comp-present img, .acf-custom-post-type-block.epitropes .comp-present img {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 920px) {
    .acf-custom-post-type-block.financial_results .acf-body .card[data-level="0"] .card-dropdown-wrapper {
        flex-direction: column;
    }

    .acf-custom-post-type-block.financial_results .acf-body .card[data-level="0"] > .card-header > .dt > .title {
        font-size: 20px;
        line-height: 1.2;
    }

    .acf-custom-post-type-block.financial_results .acf-body .card .title {
        font-size: 17px;
        line-height: 1.5;
    }

    .acf-custom-post-type-block.financial_results .card[data-level="1"] {
        border: 0;
        width: 100%;
        flex: 0 0 100%;
        padding: 0 8px;
        margin-bottom: 50px;
    }
    
    
    .acf-custom-post-type-block.epitropes .acf-body:not(.no-left) .right-area {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
    }

    .acf-custom-post-type-block.epitropes .acf-body:not(.no-left) {
        flex-direction: column-reverse;
    }

    .acf-custom-post-type-block.epitropes .acf-body:not(.no-left) .left-area {
        width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 40px;
    }

    .acf-custom-post-type-block.epitropes .acf-header {
        flex-direction: column !important;
        align-items: self-start !important;
        margin-bottom: 10px !important;
    }

    .acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) {
        flex-direction: column;
    }

    .acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area, .acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .left-area {
        width: 100%;
        flex: 0 0 100%;
    }

    .acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .left-area {
        margin-right: 0;
    }

    .acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .right-area {
        margin-left: 0;
    }

    .acf-custom-post-type-block.shareholder_struct .acf-header .title {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .acf-custom-post-type-block.shareholder_struct .acf-header {
        margin-bottom: 25px;
    }

    .acf-custom-post-type-block.shareholder_struct .acf-body:not(.no-left) .left-area {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 820px) {
    .acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .card .card-header {
        padding: 8px;
    }

    .acf-custom-post-type-block.finstat_subcomp .acf-body .right-area,
    .acf-custom-post-type-block.newsletters_reports .card-header {
        flex-direction: column;
    }

    .acf-custom-post-type-block.finstat_subcomp .acf-body .cs {
        width: 190px;
        flex: 1;
        margin-bottom: 40px;
    }

    .acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .right-area {
        width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }

    .acf-custom-post-type-block .acf-header {
        flex-direction: column;
        align-items: end;
    }

    .acf-custom-post-type-block.financial_results .card[data-level="2"] > .card-header {
        flex-direction: column;
    }

    .acf-custom-post-type-block.frequently_questions .acf-header,
    .acf-custom-post-type-block.available_jobs .acf-header {
        align-items: start;
    }

    .acf-custom-post-type-block.frequently_questions .acf-body div.cs,
    .acf-custom-post-type-block.available_jobs .acf-body div.cs {
        align-self: start;
    }

    .acf-custom-post-type-block.frequently_questions .acf-header .title,
    .acf-custom-post-type-block.available_jobs .acf-header .title {
        margin-bottom: 20px;
    }

    .acf-custom-post-type-block.frequently_questions .acf-body.no-left,
    .acf-custom-post-type-block.available_jobs .acf-body.no-left {
        margin-top: 0;
    }

    .acf-custom-post-type-block.financial_results .acf-header .title {
        align-self: self-start;
    }

    .acf-custom-post-type-block .acf-header .title {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .acf-custom-post-type-block.disc_transactions .acf-header .title {
        text-align: left;
    }

    .acf-custom-post-type-block .acf-body .card .date, .acf-custom-post-type-block .acf-body .card .file-cont {
        font-size: 14px;
        line-height: 17px;
    }

    .acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card-dropdown-wrapper .card .dt, 
    .acf-custom-post-type-block.press_release .card .dt,
    .acf-custom-post-type-block.newsletters_reports .card .dt,
    .acf-custom-post-type-block.newsletters_reports .card .dt {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
    }

    .acf-custom-post-type-block.presentations .card .card-header, .acf-custom-post-type-block.epitropes .card .card-header, 
    .acf-custom-post-type-block.press_release .card-header,
    .acf-custom-post-type-block.gen_kod_bond .card-header,
    .acf-custom-post-type-block.corporate_ann .card-header,
    .acf-custom-post-type-block.disc_transactions .card-header {
        padding: 20px 3px;
        flex-wrap: wrap;
    }

    .acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card-dropdown-wrapper .card .file-cont, 
    .acf-custom-post-type-block.press_release .card .file-cont,
    .acf-custom-post-type-block.newsletters_reports .card .file-cont,
    .acf-custom-post-type-block.corporate_ann .card .file-cont,
    .acf-custom-post-type-block.disc_transactions .card .file-cont,
    .acf-custom-post-type-block.general_mettings .card .file-cont {
        width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 26px;
        justify-content: flex-end;
    }

    .acf-custom-post-type-block .acf-body .card .file-cont .vd {
        align-items: self-start;
    }

    .acf-custom-post-type-block .acf-body .card .file-cont .vd .text.v {
        left: 0;
    }

    .acf-custom-post-type-block .acf-body .card .title {
        font-size: 18px;
        line-height: 23px;
        margin-top: 10px;
    }

    .acf-custom-post-type-block.calendar-block .acf-header .title {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 0;
    }

    .acf-custom-post-type-block.calendar-block .acf-header {
        margin-bottom: 25px;
    }

    .acf-custom-post-type-block.calendar-block .acf-body.no-left {
        margin-top: 0;
    }

    .acf-custom-post-type-block.calendar-block .acf-header {
        align-items: self-start;
    }

    .acf-custom-post-type-block.calendar-block .acf-body.no-left {
        flex-wrap: wrap;
    }

    .calendar-block .acf-body .left-area {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
    }

    .calendar-block .year-selection .year .target-text {
        font-size: 19px;
        line-height: 1;
        color: #fff;
        font-family: 'cf_asty_st_medium', sans-serif;
    }

    .calendar-block .month-year-selection .chevron {
        width: 28px;
        height: 28px;
    }

    .calendar-block .year-selection .year::after, .calendar-block .month-selection .month::after {
        left: -30px;
    }

    .calendar-block .year-selection .year::after, .calendar-block .year-selection .year::before {
        width: 26px;
    }

    .calendar-block .year-selection .year::before, .calendar-block .month-selection .month::before {
        right: -30px;
    }

    .calendar-content .item {
        font-size: 17px;
        line-height: 1;
    }

    .calendar-block .month-selection .month .target-text {
        font-size: 18px;
        line-height: 1;
        letter-spacing: -0.16px;
    }

    .calendar-block .year-selection .year {
        width: 100px;
        flex: 0 0 100px;
    }

    .calendar-block .acf-body .right-area {
        width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    
    .calendar-block .right-area .action-title {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .calendar-block .right-area .action-content-wrapper .item {
        font-size: 18px;
    }

    .acf-custom-post-type-block.presentations .acf-body:not(.no-left) .right-area {
        display: none;
    }

    .acf-custom-post-type-block.presentations .acf-body:not(.no-left) .left-area {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-top: 32px;
    }

    .acf-custom-post-type-block.presentations .custom-select .target-text {
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 20px;
    }

    .acf-custom-post-type-block .card .dt.date-left {
        flex-direction: column;
    }

    .acf-custom-post-type-block .acf-body .card .date {
        margin-right: 0;
        width: 100%;
        flex: 0 0 100%;
    }

    .acf-custom-post-type-block.financial_results .card .card-dropdown .card-dropdown-wrapper .card-dropdown-wrapper .card .dt, 
    .acf-custom-post-type-block.press_release .card .dt, 
    .acf-custom-post-type-block.newsletters_reports .card .dt, 
    .acf-custom-post-type-block.corporate_ann .card .dt,
    .acf-custom-post-type-block.disc_transactions .card .dt,
    .acf-custom-post-type-block.general_mettings .card .dt {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
    }
    
    .acf-custom-post-type-block.frequently_questions .acf-body .right-area, 
    .acf-custom-post-type-block.available_jobs .acf-body .right-area, 
    .acf-custom-post-type-block.general_mettings .acf-body .right-area {
        flex-direction: column;
    }

    .acf-custom-post-type-block.frequently_questions .acf-body .cs,
    .acf-custom-post-type-block.available_jobs .acf-body .cs, 
    .acf-custom-post-type-block.general_mettings .acf-body .cs {
        width: 190px;
        flex: 1;
        align-self: end;
        margin-bottom: 60px;    
    }

    .acf-custom-post-type-block .acf-body.no-left {
        margin-top: 40px;
    }

    .acf-custom-post-type-block.frequently_questions .acf-body .right-area .right-area,
    .acf-custom-post-type-block.available_jobs .acf-body .right-area .right-area, 
    .acf-custom-post-type-block.general_mettings .acf-body .right-area .right-area {
        width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }

    .acf-custom-post-type-block.general_mettings .acf-body .right-area .card .card-header {
        flex-direction: column;
    }

    .acf-custom-post-type-block.financial_data .acf-body .right-area {
        width: 75%;
    }
    
    .acf-custom-post-type-block.financial_data .acf-header {
        align-items: self-start;
    }

    .acf-custom-post-type-block.financial_data .acf-header .title {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 28px;
    }

    .acf-custom-post-type-block.financial_data .acf-body.no-left {
        flex-direction: column-reverse;
    }
    
    .acf-custom-post-type-block.financial_data .acf-body .cs {
        margin-left: 0;
        margin-bottom: 38px;
        align-self: end;
    }

    .acf-custom-post-type-block.financial_data .custom-select {
        width: 150px;
    }

    .acf-custom-post-type-block.financial_data .custom-select .target-text {
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 20px;
    }

    .acf-custom-post-type-block.financial_data .custom-select .text-wrapper .chevron {
        width: 14px;
        height: 14px;
        flex: 0 0 14px;
        margin-left: 0;
    }

    .acf-custom-post-type-block.financial_data .custom-select {
        padding: 0;
    }

    .acf-custom-post-type-block.financial_data .custom-select .custom-select-dropdown .item:not(:last-child) {
        margin-bottom: 8px;
    }

    .acf-custom-post-type-block .custom-select .custom-select-dropdown .item {
        font-size: 14px;
        line-height: 18px;
    }
    
    .acf-custom-post-type-block.financial_data .acf-body .right-area {
        width: 100%;
    }

    .acf-custom-post-type-block.financial_data .custom-select .text-wrapper .chevron::before {
        right: 1px;
    }

    .acf-custom-post-type-block.financial_calendar .acf-header {
        align-items: start;
        margin-bottom: 10px;
    }

    .acf-custom-post-type-block.financial_calendar .acf-body {
        flex-direction: column-reverse;
    }

    .acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .cs {
        width: 100%;
        flex: 1;
        justify-content: end;
        display: flex;
        margin-bottom: 60px;
    }

    .acf-custom-post-type-block.financial_calendar .custom-select {
        width: 150px;
    }

    .financial_calendar[class*=acf-][class*="BG#12356c"] .custom-select .text-wrapper, 
    .financial_calendar[class*=acf-][class*="BG#12356c"] .custom-select .custom-select-dropdown-wrapper {
        background-color: transparent;
    }

    .financial_calendar[class*=acf-][class*="BG#12356c"] .custom-select .text-wrapper .chevron::before, 
    .financial_calendar[class*=acf-][class*="BG#12356c"] .custom-select .text-wrapper .chevron::after {
        background-color: #fff;
    }

    .financial_calendar[class*=acf-][class*="BG#12356c"] .custom-select .target-text {
        color: #fff;
    }

    .acf-custom-post-type-block.financial_calendar .custom-select .target-text {
        font-size: 14px;
        letter-spacing: 0.4px;
        line-height: 17px;
        color: #fff;
        text-align: left;
    }

    .acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .right-area, 
    .acf-custom-post-type-block.frequently_questions .acf-body .right-area .right-area, 
    .acf-custom-post-type-block.available_jobs .acf-body .right-area .right-area, 
    .acf-custom-post-type-block.general_mettings .acf-body .right-area .right-area {
        margin-left: 0;
    }

    .acf-custom-post-type-block.financial_calendar .acf-body:not(.no-left) .right-area {
        width: 100%;
        flex: 0 0 100%;
    }

    .financial_calendar[class*=acf-][class*="BG#12356c"] .custom-select .custom-select-dropdown-wrapper {
        border: 1px solid #12356c;
        border-top-color: #12356c;
    }

    .financial_calendar[class*=acf-][class*="BG#12356c"] .custom-select-dropdown {
        background-color: #12356c;
    }

    .financial_calendar[class*=acf-][class*="BG#12356c"] .custom-select .custom-select-dropdown .item {
        background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #fff 50%);
    }
}

@media screen and (max-width: 720px) {
    .acf-custom-post-type-block.fin_data_summary .graph-container .ghw {
        position: relative;
        width: 400px;
        height: 400px;
    }

    .acf-custom-post-type-block.fin_data_summary .acf-body .card .item, .acf-custom-post-type-block.fin_data_summary .acf-body .card .legend {
        font-size: 14px;
        color: #12356C;
    }

    .acf-custom-post-type-block.fin_data_summary .acf-body .card .y-axis .legend {
        left: -90px;
    }

    .acf-custom-post-type-block.gen_kod_bond .acf-body .card[data-level*="2"] > .card-header > .file-cont {
        margin-left: 0;
        margin-top: 15px;
    }

    .acf-custom-post-type-block.gen_kod_bond .acf-body .card[data-level*="2"] > .card-header {
        flex-direction: column;
        align-items: self-start;
    }

    .acf-custom-post-type-block.gen_kod_bond .acf-body .card .title {
        font-size: 14px;
    }

    .acf-custom-post-type-block.gen_kod_bond .acf-body .card[data-level] > .card-header > .dt {
        width: 80%;
        flex: 0 0 80%
    }

    .acf-custom-post-type-block.gen_kod_bond .acf-body .card[data-level="0"] > .card-header {
        padding: 10px 3px;
    }

    .acf-custom-post-type-block.gen_kod_bond .acf-body .card .file-cont {
        font-size: 12px;
    }

    .acf-custom-post-type-block.gen_kod_bond .acf-body .card img {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
    }
}

@media screen and (max-width: 580px) {
    .acf-custom-post-type-block.fin_data_summary .acf-body .card .item, .acf-custom-post-type-block.fin_data_summary .acf-body .card .legend {
        font-size: 10px;
        color: #12356C;
    }

    .acf-custom-post-type-block.fin_data_summary .acf-body .card .y-axis .legend {
        left: -60px;
    }

    .acf-custom-post-type-block.fin_data_summary .graph-container .ghw {
        position: relative;
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 390px) {
    .acf-custom-post-type-block.fin_data_summary .graph-container .ghw {
        position: relative;
        width: 250px;
        height: 250px;
    }

    .acf-custom-post-type-block.fin_data_summary .acf-body .card .item, .acf-custom-post-type-block.fin_data_summary .acf-body .card .legend {
        font-size: 8px;
    }
    
    .acf-custom-post-type-block.fin_data_summary .acf-body .card .y-axis .legend {
        left: -50px;
    }

    .acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .card[data-level="1"] .card-header {
        flex-direction: column;
    }

    .acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .card[data-level="1"] .card-header .dt {
        align-self: flex-start;
    }

    .acf-custom-post-type-block.finstat_subcomp .acf-body .right-area .card[data-level="1"] .card-header .file-cont {
        align-self: flex-end;
    }
    
}

/* Change CSS For 'finstat_subcomp' */
.acf-custom-post-type-block[data-slug="finstat_subcomp"] .cs.multi-filters .custom-select-dropdown .item:not(.parent-item) {
    margin-left: 20px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    word-break: break-all;
    position: relative;
}

.cs.multi-filters .custom-select-dropdown .item:not(.parent-item)::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -17px;
    width: 10px;
    height: 1px;
    background-color: #12356c;
}

.cs.multi-filters {
    width: 250px !important;
    flex: 0 0 auto !important;
}

.cs.multi-filters .custom-select-dropdown-wrapper {
    border-top-color: transparent !important;
}

.cs.multi-filters .text-wrapper .target-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cs.multi-filters .search-filter-inp {
    background-color: #49ded5;
    padding: 10px 20px;
    border-top: 1px solid #14356c;
}

.cs.multi-filters .search-filter-inp input[type="text"] {
    font-size: 15px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    border-bottom: 1px solid #14356c;
    background-color: transparent;
    outline: 0;
    color: #14356c;
    padding: 6px;
}

.cs.multi-filters .child-items .child-items-container .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    background-color: #14356c;
}

.cs.multi-filters .child-item-container .close {
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease-in-out;
}

.cs.multi-filters .child-item-container.on .close {
    opacity: 1;
    pointer-events: all;
}

/* .cs.multi-filters .child-items {
    margin-bottom: 20px;
} */

.cs.multi-filters .child-items .child-items-container {
    height: calc(100% - 22px);
    padding-right: 10px;
}

/* Chrome, Safari, Opera */
.cs.multi-filters .search-filter-inp input[type="text"]::-webkit-input-placeholder {
    font-size: 15px;
    color: #14356c;
}

/* Firefox 19+ */
.cs.multi-filters .search-filter-inp input[type="text"]::-moz-placeholder {
    font-size: 15px;
    color: #14356c;
}

/* Firefox 4-18 */
.cs.multi-filters .search-filter-inp input[type="text"]::-moz-placeholder {
    font-size: 15px;
    color: #14356c;
}

/* Internet Explorer 10+ */
.cs.multi-filters .search-filter-inp input[type="text"]::-ms-input-placeholder {
    font-size: 15px;
    color: #14356c;
}

/* Edge */
.cs.multi-filters .search-filter-inp input[type="text"]::-ms-input-placeholder {
    font-size: 15px;
    color: #14356c;
}

/* Standard */
.cs.multi-filters .search-filter-inp input[type="text"]::placeholder {
    font-size: 15px;
    color: #14356c;
}
/* Change CSS For 'finstat_subcomp' */

.ra-content .no-articles {
    font-size: 30px !important;
    height: auto !important;
}








