.motion-bar-graph-container {
    text-align: left;
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 32px;
    display: block
}

.img-container {
    width: 100%;
    max-width: 600px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

app-global-fund-performance,
app-local-fund-performance {
    text-align: left;
    padding: 24px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    max-width: 1228px;
    margin-bottom: 32px;
    display: block
}

app-global-fund-performance .container,
app-local-fund-performance .container {
    height: 100%;
    width: 100%
}

app-fact-sheet-local-fund .btn:focus-visible,
app-fact-sheet-global-fund .btn:focus-visible {
    background: #22ecff;
    color: #020f50
}

.custom-select {
    position: relative;
    width: 97%;
    background-color: #22ecff;
    border-radius: 32px
}

.selected-option {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #22ecff;
    border-radius: 35px;
    text-decoration-style: solid;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #000
}

.selected-option:hover {
    border-radius: 32px;
    background-color: #20c5d4;
    border: 1px solid #20c5d4
}

.options-list {
    list-style-type: none;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 32px;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    display: block;
    color: black !important;
    background-color: #fde19c !important;
    border-radius: 32px;
    border-color: transparent !important;
    top: 45px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100
}

.options-list li {
    padding: 10px;
    cursor: pointer
}

.options-list li:hover {
    background-color: #f0f0f0;
    border-radius: inherit !important
}

.options-list li.selected-option {
    background-color: #241a91;
    border-radius: inherit !important
}

.options-list li.selected {
    background-color: red
}

.custom-select .show {
    display: block
}

.custom-select .active {
    background-color: #22ecff;
    border-radius: inherit !important
}

.bi-chevron-down::before,
.bi-chevron-up::before,
.bi-box-arrow-up-right::before {
    font-weight: bolder !important
}

.bi-box-arrow-up-right::before {
    font-size: 17px
}

.selected-option-items {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.selected-option-items span:not(:first-child) {
    padding-left: 2%
}

.bi-chevron-down::before {
    font-weight: 800 !important;
    right: 1px
}

.fund-source {
    color: #000;
    font-weight: 300;
    font-size: 15px !important;
    margin-bottom: 0px !important
}

.local-fund-data .brochure-btn-col,
.global-fund-data .brochure-btn-col {
    position: absolute;
    z-index: 1015
}

.local-fund-data .brochure-btn-col {
    top: 100%;
    right: 0;
    left: 14px
}

.global-fund-data .brochure-btn-col {
    top: 93%;
    top: 307px;
    right: 0;
    left: 17px
}

app-image {
    background: #fff;
    padding: 6px
}

@media (max-width:767px) {
    .global-fund-data .global-fact-sheet-buttons {
        flex-direction: column
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .local-fund-data .brochure-btn-col {
        left: 0
    }

    app-fact-sheet-local-fund form .col-lg-3,
    app-fact-sheet-global-fund form .col-lg-3 {
        display: flex;
        justify-content: center
    }

    app-fact-sheet-local-fund form .col-lg-3 {
        width: calc(100% / 2)
    }

    app-fact-sheet-local-fund .col-lg-3:not(:nth-child(2n)),
    app-fact-sheet-global-fund .col-lg-3:not(:nth-child(3n)) {
        padding-left: 0
    }

    .local-fund-data .brochure-btn-col {
        top: 77px;
        left: 283px
    }

    .global-fund-data .brochure-btn-col {
        top: 50%;
        left: 184px;
        left: 34%;
        width: 194px
    }

    app-fact-sheet-global-fund .global-fact-sheet-buttons .col {
        padding: 0 4px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    app-fact-sheet-global-fund .global-fact-sheet-buttons {
        flex-direction: row;
        flex-wrap: wrap
    }

    app-fact-sheet-global-fund form .col {
        flex: 0 0 calc(100% / 3) !important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    app-fact-sheet-global-fund form .global-fact-sheet-buttons {
        flex-wrap: wrap
    }

    .global-fact-sheet-buttons .col {
        flex: 0 0 calc(100% / 3);
        padding: 8px
    }

    .global-fund-data .brochure-btn-col {
        left: 247px;
        left: 34% !important;
        top: 101px;
        max-width: 247px
    }

    .global-fund-data .brochure-btn-col {
        left: 8px
    }

    .local-fund-data app-fact-sheet-local-fund .container {
        max-width: 760px
    }

    .local-fund-data app-fact-sheet-local-fund .row div {
        padding-left: 8px;
        padding-right: 8px
    }

    .local-fund-data .brochure-btn-col {
        top: 0;
        left: 75.2%;
        left: 563px
    }

    .local-fund-data .brochure-btn-col .hero-factsheet-btn {
        width: 169px !important
    }
}

@media (max-width:1199px) {

    app-fact-sheet-local-fund .container,
    app-fact-sheet-global-fund .container {
        max-width: 100%
    }

    .local-fund-data .selected-option-items,
    .global-fund-data .selected-option-items {
        margin-bottom: 0 !important
    }

    .hero-factsheet-btn,
    .local-fund-data .custom-select,
    .global-fund-data .custom-select {
        width: 100% !important;
        max-width: 240px
    }

    .global-fund-data .global-fact-sheet-buttons .col,
    .local-fund-data .global-fact-sheet-buttons .col {
        display: block;
        flex: 0 0 100%
    }

    .global-fund-data .global-fact-sheet-buttons .col:not(:last-child),
    .local-fund-data .global-fact-sheet-buttons .col:not(:last-child) {
        margin-bottom: 32px
    }

    app-fact-sheet-local-fund form .row div:not(:last-child),
    app-fact-sheet-global-fund form .row div:not(:last-child) {
        margin-bottom: 32px
    }

    app-fact-sheet-local-fund .col-3,
    app-fact-sheet-local-fund .col-3 {
        width: 100%
    }

    .hero-factsheet-btn {
        width: 100% !important;
        text-align: center;
        display: inline-block !important;
        margin-right: 0px !important;
        margin-left: 0px !important
    }
}

@media (min-width:1200px) {

    .local-fund-data .brochure-btn-col,
    .global-fund-data .brochure-btn-col {
        top: 32px;
        width: 100%
    }

    .local-fund-data .brochure-btn-col {
        left: 75%;
        left: 951px;
        width: 100%;
        max-width: 315.2px
    }

    .global-fund-data .brochure-btn-col {
        left: 78.5%;
        left: 995px;
        width: 100%;
        max-width: 272.33px
    }

    app-global-fund-performance,
    app-local-fund-performance {
        min-height: 500px;
        height: 100%
    }

    .global-fund-data .hero-share-class--offset {
        padding-left: 0 !important;
        margin-left: 1.4%;
    }
    
    .global-fund-data .head-margin-left {
        margin-left: 5% !important;
    }

    app-image {
        padding: 6px 12px
    }
}