
.icwKa table.table-compare-funds{
table-layout: fixed;
width: max-content;

}
.table-compare-funds {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border: 1px solid #E8E8E8;
}
/* head */
.table-compare-funds__head__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.table-compare-funds__head {
    width: fit-content;
    text-align: center;
}
/* doc */
.table-compare-funds__body__doc__container {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.table-compare-funds__body__doc {
    width: 24px;
    height: 24px;
}
/* investvalue */
.investvalue__container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.investvalue__date{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
/* investprop */
.investprop__date {
    font-size: 13px;
    line-height: 20px;
}
.investprop__detail__container {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 8px;
}
/* minvalue */
.minvalue__container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.minvalue__desc__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(210px, 1fr));

}

.table-compare-funds-head-center {
}
.table-compare-funds thead tr {
background-color: #f7fafa;
}

.table-compare-funds-container {
    overflow-x: auto;
    max-width: 100%;
    border-radius: 8px;
}

/* border */
.table-compare-funds tr:first-child td:first-child {
border-top-left-radius: 8px;
}

.table-compare-funds tr:first-child td:last-child {
border-top-right-radius: 8px;
}

.table-compare-funds tr:last-child td:first-child {
border-bottom-left-radius: 8px;
}

.table-compare-funds tr:last-child td:last-child {
border-bottom-right-radius: 8px;
}

.table-compare-funds tr td {
    border:1px solid #E8E8E8;
}
.table-compare-funds thead tr:first-child td {
    border-top-width: 0px;
}
.table-compare-funds tr:last-child td {
    border-bottom-width: 0px;
}
.table-compare-funds tr td:first-child {
    border-left-width: 0px;
}
.table-compare-funds tr td:last-child {
    border-right-width: 0px;
}

.table-compare-funds tbody tr td {
    padding: 15px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.table-compare-funds tbody tr:last-child td {
text-align: center;
}

.table-compare-funds thead tr td {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    /* width: 240px; */
    min-width: 290px;
    max-width: 50%;
    color: #11706e;
}

.table-compare-funds tr td:first-child {
font-size: 16px;
font-weight: 600;
color: #11706e;
position: sticky;
left: -1px;
z-index: 100;
min-width: 220px;
/* min-width: 184px; */
}

.table-compare-funds tbody tr:first-child {
max-width: 184px;
}

.table-compare-funds tbody tr {
max-width: 180px;
}

.table-compare-funds tbody tr td a {
font-size: 14px;
font-weight: 600;
color: #117B76;
}

/* .table-compare-funds tbody tr:nth-child(4n) {
background-color: #f7fafa;
} */

.table-compare-funds thead tr td {
    background-color: #FAFAFA;
}
.table-compare-funds tbody tr:nth-child(even) td {
    background-color: #FAFAFA;
}
.table-compare-funds tbody tr:last-child td {
    background-color: #FFFFFF;
}
.table-compare-funds tbody tr td {
background-color: #FFFFFF;
}
.table-compare-funds tbody tr.verticle-middle td {
vertical-align: middle;
}

.risk-level {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.risk-lavel__disc {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #777777;
}
.risk-level .risk-level__number-circle {
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
background-color: #F2F2F2;
width: 24px;
height: 24px;
border-radius: 50%;
}
.risk-level .risk-level__number-circle p {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}
.table-compare-funds ul.list-disc {
    list-style: disc;
    padding-left: 23px;
}
.table-compare-funds ul.list-disc li {
    list-style: disc;
}
.table-compare-funds ul.list-disc li::marker {
    
    padding-left: 3px;
    font-size: 12px;
}

.table-compare-funds ul.list-disc li::before {
}

/* custom table */
.table-compare-funds .proportion-invest-custom-w {
min-width: 58px;
}
.proportion-invest-gap {
    gap: 28px;
}

@media screen and (max-width: 767px) {
    .proportion-invest-gap {
        gap: 20px;
    }
}
.table-compare-funds .two-row {
padding: 24px;
border-bottom: 1px solid #E8E8E8;
}

.table-compare-funds .two-row:last-child {
border-bottom-width: 0;
}

.chart-donut-graph {
    /* max-width: 213px; */
    max-height: 212px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .table-compare-funds tr td:first-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: -16px;
        width: 16px;
        height: 100%;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    }
}

@media screen and (max-width: 1024px) {
/* .table-compare-funds td{
    width: 180px !important;
}

.table-compare-funds tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.table-compare-funds thead tr td {
    border: 1px solid #f6f6f6;
    padding: 24px 12px;
}

.table-compare-funds tr td:first-child {
    min-width: 150px;
}

.table-compare-funds thead tr td {
    min-width: 200px;
}



.table-compare-funds tbody tr td {
    padding: 24px 12px;

}
.table-compare-funds .two-row {
    padding: 16px 12px 18px;
}
.table-compare-funds .proportion-invest-custom-w {
    min-width: 60px;
} */
}

@media screen and (max-width: 576px){
.table-compare-funds tr.title-tablet-mobile td:first-child{
    width: calc(100dvw - 15%) !important;
}
    .table-compare-funds thead tr td {
        min-width: 60px;
    }
    .table-compare-funds tr td:first-child {
        min-width: 110px;
    }
   
}

@media screen and (min-width: 992px) {
.container-lg {
    padding: 0px;
}
}

/* link custom */
.link-more::after {
content: "";
background: url("/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-arrow-green-right.svg");
background-size: cover;
background-repeat: no-repeat;
display: inline-block;
margin-left: 8px;
width: 5px;
height: 8px;
}

.sc-inner {
padding-top: 65px;
}

.date-title {
font-size: 16px;
}

/* export print */
.group-export-print__container {
display: flex;
justify-content: flex-end;
gap: 24px;
margin-bottom: 16px;
}
.group-export-print {
    display: grid;
    grid-template-columns: 16px auto;
    gap: 8px;
}
.group-export-print__label {
    color: #117B76;
}

/* compare button */
.icwKa .js-asset-compare-button {
background: url("/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-stock.svg")
    no-repeat center center;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 0.5rem;
border: 1px solid #eee;
cursor: pointer;
}

.icwKa .js-asset-compare-button.is-active {
background: url("/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-stock-white.svg")
    no-repeat center center;
background-color: #135353;
border: 1px solid #88bcbb;
}

/* ----------- START section table ------------ */
.icwKa .ka-asset-table-container {
overflow-x: auto;
max-width: 100%;
border-radius: 16px;
}

.icwKa .ka-asset-table-container::-webkit-scrollbar {
height: 3px;
/* width: 8px; */
background: #f2f2f2;
}

.icwKa .ka-asset-table-container::-webkit-scrollbar-thumb {
background: #cccccc;
border-radius: 10px;
}

.ka-scrollable-table {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
border-radius: 8px;
margin-bottom: 0;
}
.ka-scrollable-table th,
.ka-scrollable-table td {
border: 1px solid #fff;
padding: 8px;
text-align: center;
width: fit-content;
vertical-align: middle;
font-weight: 500;
padding: 20px 8px;
font-size: 16px;
}
.ka-scrollable-table th:first-child,
.ka-scrollable-table td:first-child {
padding-left: 24px;
font-weight: 600;
font-size: 18px;
}



.ka-scrollable-table td {
vertical-align: top;
text-align: start;
}
.ka-scrollable-table td:not(:first-child) {
text-align: center;
padding: 20px 0;
color: #333;
font-family: "kurious-looped", sans-serif;
}
.icwKa .ka-scrollable-table .c-lightgreen {
color: #00a94f;
}
.ka-scrollable-table td:nth-child(2) {
text-align: start;
padding: 20px 12px;
}
.ka-scrollable-table td:first-child a:hover {
text-decoration: underline;
}
.ka-scrollable-table td:nth-child(2) a:hover {
color: #117876;
}

.ka-scrollable-table th {
font-weight: 800;
background-color: var(--bs-primary);
color: #fff;
text-align: left;
font-size: 18px;
padding: 8px 14px 8px 16px;
border-top: none;
}

.ka-scrollable-table thead {
background-color: var(--bs-primary);
color: #fff;
font-weight: 800;
padding: 8px 24px;
}

.ka-scrollable-table tr:nth-child(even) * {
background-color: #f3f8f8;
}

.ka-scrollable-table.table-backlog tbody tr:nth-child(4n + 1) * {
background-color: #fff;
}

.ka-scrollable-table.table-backlog tbody tr:nth-child(4n + 2) * {
background-color: #fafafa;
}

.ka-scrollable-table.table-backlog tbody tr:nth-child(4n + 3) * {
background-color: #f3f8f8;
}

.ka-scrollable-table.table-backlog tbody tr:nth-child(4n + 4) * {
background-color: #ebf4f4;
}

.ka-scrollable-table.table-backlog th:not(:first-child) {
text-align: center;
}

.ka-scrollable-table.table-backlog th:first-child {
width: 230px;
padding-left: 24px;
}
.ka-scrollable-table.table-backlog th {
padding: 12px;
}
.icwKa .accordion-item td p.small {
font-family: "kurious", sans-serif;
}
.icwKa .accordion .accordion-collapse td:first-child {
font-weight: 600;
}
.icwKa .accordion .accordion-collapse td:first-child:hover {
text-decoration: underline;
cursor: pointer;
color: #117876;
}
.ka-scrollable-table th:first-child {
    position: sticky;
    left: -1px;
    z-index: 1;
    width: 200px;
}

.ka-scrollable-table td:first-child {
    position: sticky;
    left: -1px;
    color: var(--bs-primary);
    font-weight: 800;
    z-index: 1;
    width: 220px;
    padding: 8px 24px;
    background: #fff;
}

@media (max-width: 1200px) {
main {
    margin-top: 3.75rem;
}

.ka-scrollable-table tr:nth-child(even) td {
    background-color: #f3f8f8;
}


.ka-scrollable-table td:first-child a {
    text-decoration: underline;
}

/* .ka-scrollable-table th,
        .ka-scrollable-table td {
            cursor: grab;
            Set the cursor to "grab" when hovering
            cursor: -webkit-grab;
        } */

.ka-scrollable-table th:first-child::after,
.ka-scrollable-table td:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

.ka-scrollable-table.table-backlog th:first-child {
    padding: 8px 16px;
}

.ka-scrollable-table.table-backlog td:first-child {
    padding: 8px 16px;
}
.icwKa .ka-asset-table-container {
    border-radius: 16px 0px 0px 16px;
}
.ka-scrollable-table td:not(:first-child) {
    padding: 20px;
}
}

/* ------------- Accordion ------------------ */
.icwKa .accordion-button.accordion-arrow {
position: absolute;
top: 0px;
}
.icwKa .accordion-button.accordion-arrow.collapsed:after {
background-image: url("/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-arrow-left.svg");
scale: 1;
transform: rotate(-90deg);
}
.icwKa .accordion-button.accordion-arrow:after {
background-image: url("/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-arrow-left.svg");
scale: 1;
transform: rotate(90deg);
}
.icwKa .accordion-button::after {
    right: -8px;
}
.icwKa .accordion-button:not(.collapsed)::after {
    right: -8px;
}
@media screen and (max-width: 767px) {
    .icwKa .accordion-button::after {
        right: 8px;
    }
    .icwKa .accordion-button:not(.collapsed)::after {
        right: 8px;
    }
}
/* ----------- END section table ------------ */
.custom-tooltip {
--bs-tooltip-bg: #ffffff;
--bs-tooltip-border-radius: 5px;
--bs-tooltip-opacity: 1;
--bs-tooltip-color: #333333;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
font-family: "kurious", sans-serif;
border-radius: 5px;
}

.icwKa a.tooltip-underlilne:hover {
text-decoration: underline;
}

.chart-container {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
padding: 24px;
border-radius: 5px;
background-color: #ffffff;
}

.icwKa .dropdown-item:hover .dropdown-item-title {
color: #117876;
}
@media screen and (max-width: 991px) {
/* .group-export-print {
    justify-content: center;
} */
.chart-container .chart-label {
    overflow-x: scroll;
    padding-bottom: 8px;
}
.chart-container .chart-label ul {
    width: fit-content;
}
.chart-container .chart-label ul li {
    text-wrap: nowrap;
}
.icwKa .accordion-button.accordion-arrow.collapsed:after {
    right: 0;
}
.icwKa .accordion-button.accordion-arrow:after {
    right: 0;
}
}

/* boostrap dropdown */
.ka-compare .dropdown-menu {
padding: 26px 20px;
}

.ka-compare .dropdown-title {
color: #333333;
}

.ka-compare .dropdown-item span {
font-size: 14px;
}

.ka-compare .dropdown-item.active,
.ka-compare .dropdown-item:active {
background-color: unset;
}

.ka-compare .dropdown-item.active p {
color: #117876;
}

.ka-compare .dropdown-item.active span {
color: #333333;
}

.dropdown-toggle-class {
background: url("/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-circle-arrow-green-down.svg");
background-repeat: no-repeat;
background-size: cover;
display: block;
height: 32px;
width: 32px;
}

.dropdown-toggle-class.show {
background-image: url("/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-arrow-green-up-bggreen.svg");
}

.icwKa .container-chart {
max-width: 190px;
}

@media screen and (max-width: 767px) {
.icwKa .container-chart {
    max-width: 144px;
}
}


/* -------------- Modal --------------------*/
.modal .modal-dialog{
max-width: 900px;
}
.modal .modal-body{
align-items: start;
text-align: start;
gap: 24px;
color: #111;
padding: 24px 40px;
}
.modal .modal-body .header-modal{
display: flex;
flex-direction: column;
gap: 16px;
}
.sc-modal{
display: flex;
flex-direction: column;
gap: 16px;
}

.sc-modal ul li{
list-style: disc;
margin-left: 16px;
}
.modal .modal-footer{
padding: 16px 16px 24px;
}
.modal .modal-footer .btn-recommanded-link:hover a{
text-decoration: underline;
}

@media (max-width : 767px) {
.modal .modal-body{
    padding: 16px;
}
.modal .modal-footer{
    padding: 16px ;
}
}

/* compare-selettion */
.compare-advice {
    font-size: 18px;
    color: #333333;
    margin-bottom: 48px;
    line-height: 27px;
}

@media screen and (max-width:767px){
    .compare-advice {
        font-size: 16px;
        line-height: 26px;
    }
}

.compare-advice[disable="true"] {
    display: none;
}

.compare-select {
    max-width: 904px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 64px;
}

.icwKa .compare-select-head {
    color: #127876;
    font-size: 48px;
    line-height: 56px;
}
@media screen and (max-width:767px){
    .icwKa .compare-select-head {
        font-size: 34px;
        line-height:42px;
    }
}

.compare-draggable-container {
    display: grid;
    grid-template-columns: 24px 1fr ;
    align-items: center;
    padding-top: 16px;
    position: relative;
    gap: 8px;
}
.compare-draggable-container:first-child {
    padding-top: 0;
}
.draggable-icon {
    width: 24px;
    height: 24px;
}

.draggable-icon img {
    width: 100%;
}

.icwKa .compare-draggable-container option {
    color: #333333;
}
.icwKa .compare-draggable-container select {
    color: #333333;
    font-weight: bold;
}
.icwKa select:invalid { color: #777777; }


.js-filter-box-container {
    position: relative;
    width: 100%;
}
.filter-box::placeholder {
    color: #777777;
    font-weight: bold;
}

.js-filter-box-container .result-filter {
    display: none;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 18px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    width: 100%;
    flex-direction: column;
    border-radius: 8px;

    max-height: 200px;
    overflow: auto;
}
.icwKa input[type="text"].filter-box::placeholder {
    font-weight: 500;
    color: #333333;
}
.icwKa input[type="text"]:not(:placeholder-shown).filter-box {
    color: #333333 ;
    font-weight: 600;
}

.js-filter-box-container .result-filter a {
    padding: 8px;
}

.js-filter-box-container .result-filter.active {
    display: flex;
}

.result-filter a.found{
    display: block;
}
.result-filter a:hover {
    background-color: #EEEEEE;
}
.result-filter a.notFound{
    display: none;
}
.result-filter a.selected {
    display: none !important;
}
/* compare-add-select  */
.compare-add-select {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 16px;
    height: 30px;
    font-weight: 600;
    color: #117876;
}

.compare-add-select::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-plus-circle-green.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.compare-add-select[disable="true"] {
    color: #CBCBCB;
}
.compare-add-select[disable="true"]::before {
    background-image: url('/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-plus-circle-grey.png');
}

.btn-clear-select {
    background-image: url('/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-x-mark-green.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(0 , -50%);
    right: 19.9px;
}

.compare-draggable-container:nth-child(n+3) .btn-clear-select {
    right: 50px;
    top: 52%;
}

.btn-clear-element {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 39px;
    height: 74%;
    display: flex;
    align-items: center;
}

.btn-icon-clear-element {
    background-image: url('/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-circle-minus-green.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}




.compare-select-recommend-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
}

.compare-select-recommend-container[disable="true"] {
    display: none;
}

@media screen and (max-width: 767px) {
    .compare-select-recommend-container {
        gap: 16px;
        margin-left: 0;
    }
}

.icwKa .compare-select-recommend-header {
    font-size: 16px;
    color: #333333;
}

.compare-select-recommend-btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.icwKa .compare-select-recommend-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #117876;
    padding: 7px 20px;
    border:1px solid #D9D9D9;
    background-color: #F3F9F8;
    border-radius: 50px;
    width: fit-content;
}
.compare-select-recommend-btn::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-plus-circle-green.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.icwKa .compare-select-btn {
    padding: 5px 20px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    background-color: #144B48;
    color: #ffffff;
}
.compare-select-btn-container {
    margin-top: 48px;
}
.icwKa .btn.compare-select-btn[disable="true"] {
    background-color: #EEEEEE;
    color: #CBCBCB !important;
}


/* ================== */
/* | compare result | */
/* ================== */
.compare-result[disable="true"] {
    display: none;
}
/* compare-edit */
.compare-edit-container {   
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .compare-edit-container {
        margin-bottom: 16px;
    }
}

.icwKa .compare-edit {
    color: #117B76;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.icwKa .compare-edit::before {
    content: "";
    width: 14.97px;
    height: 14.98px;
    background-image: url('/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-edit-green.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* select */
.compare-selected-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
    .compare-selected-container {
        margin-bottom: 48px;
    }
}
.compare-selected {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #117876;
    padding: 7px 20px;
    border: 1px solid #D9D9D9;
    background-color: #F3F9F8;
    border-radius: 50px;
    width: fit-content;
}

/* result tab */
.compare-result-content {
    padding-bottom: 64px;
}

.compare-result-content-tab {
    display: none;
}

.compare-result-content-tab.active {
    display: block;
}
.fund-information {
    padding-top:32px;
}
.performance {
    padding-top:56px;
}
/* popup compare select */
@media screen and (max-width: 767px) {
    #Modal-compare-selected .modal-dialog {
        margin: 0;
        border-radius: 0;
    }
}

#Modal-compare-selected.modal.fade.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

#Modal-compare-selected .header-modal {
    display: block;
    width: 100%;
}
#Modal-compare-selected .compare-select__header__container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#Modal-compare-selected .compare-select__header{
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
#Modal-compare-selected .compare-select__head-input {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
#Modal-compare-selected 
:is(.header-modal,.compare-select__content ,.compare-select__head-input) {
    padding-left: 48px;
    padding-right: 48px
}
#Modal-compare-selected .compare-select__remark {
    font-size: 13px;
    line-height: 20px;
}
#Modal-compare-selected .compare-select-btn-container {
    background-color: #FAFAFA;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#Modal-compare-selected .header-modal .title{
    font-size: 30px;
}

#Modal-compare-selected.modal .modal-body {
    gap: 40px;
    padding:0;
}

#Modal-compare-selected .sc-modal {
    gap: 24px;
    width: 100%;
}
#Modal-compare-selected.modal .modal-content {
    padding-bottom: 0;
    padding-top: 64px;
}

#Modal-compare-selected.modal .label-select {
    padding-left: 24px;
}

#Modal-compare-selected.modal .btn-close img {
    display: block;
}

#Modal-compare-selected.modal .compare-select {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    #Modal-compare-selected .compare-select__header {
        font-size: 18px;
        line-height: 27px;
    }
    #Modal-compare-selected 
    :is(.header-modal,.compare-select__content ,.compare-select__head-input) {
        padding-left: 16px;
        padding-right: 16px
    }
    #Modal-compare-selected .header-modal .title{
        font-size: 28px;
    }
    #Modal-compare-selected.modal.show .modal-dialog {
        transform: none;
        display: flex;
        align-items: center;
        height: max-content;
    }
    #Modal-compare-selected.modal .btn-close {
        top: 15px;
        right: 15px;
    }
}

/* table-backlog */
table.table-backlog {
    width: max-content;
    max-width: max-content;
    
}
.icwKa .ka-asset-table-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* fund-content */
.fund-content__detail {
    font-size: 13px;
    line-height: 20px;
}
.fund-content__container {
    display: block;
}
.nav-control__data__container {
    padding-top: 32px;
    padding-bottom: 64px;
}
