﻿.performance-overview menu,
.performance-overview ol,
.performance-overview ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.no-overflow-y {
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    gap: 0;
    height:1100px;
}

.performance-overview,
.performance-overview * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    -webkit-font-smoothing: antialiased;
}

.performance-overview {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    overflow-y: hidden;
    background-color: #06172C;
}

.deals-performance-overview-title {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    width: 500px;
    display: inline-flex;
}
.deals-performance-overview-title-container {
    width:100%
}

.deals-performance-overview-metrics {
    border-radius: 8px;
    padding: 16px 24px;
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.performance-overview-hs-metric {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.performance-overview-hs-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.performance-overview-hs-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.performance-overview-hs-title-content {
    color: #B0C9E6;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.performance-overview-hs-location {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}
/*
    workaround for radzen not supporting a better style override
*/
.rz-link:hover {
    color: #5387c6 !important;
}

.performance-overview-info-icon {
    width: 17px;
    height: 17px;
    fill: white;
}

.performance-overview-hs-score {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 32px;
    line-height: 150%;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.performance-overview-if-metric {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.performance-overview-if-header {
    display: flex;
    flex-direction: row;
    gap: 46px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.performance-overview-if-title {
    color: #B0C9E6;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.performance-overview-if-score {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 32px;
    line-height: 150%;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.performance-overview-ts-metric {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.performance-overview-hs-info {
    margin-left: 120px;
}
.performance-overview-ts-header {
    display: flex;
    flex-direction: row;
    gap: 46px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.performance-overview-ts-title {
    color: #B0C9E6;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.performance-overview-ts-score {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 32px;
    line-height: 150%;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.round-line-svg {
    flex-shrink: 0;
    width: 72px;
    position: relative;
    overflow: visible;
}
.deal-dashboard-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    top: 32px;
}

.deal-dashboard-top {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.deal-dashboard-top-inner {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.deal-dashboard-top-title {
    color: #06172c;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    position: relative;
}

.deal-dashboard-top-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    position: relative;
}

.deal-dashboard-top-controls-left {
    display: flex;
    flex-direction: row;
    gap: 13px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.deal-dashboard-top-controls-right {
    display: flex;
    flex-direction: row;
    gap: 13px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-right:10px;
}

.deal-dashboard-top-controls-flight {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.deal-dashboard-top-controls-label {
    color: var(--grey-3, #7f7f7f);
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

.deal-dashboard-controls-dropdown {
    padding: 10px 16px 10px 16px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
    position: relative;
}

.deal-dashboard-controls-dropdown-text {
    color: var(--navy-navy, #06172c);
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    position: relative;
}

.deal-dashboard-controls-dropdown-caret {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}
.deal-dashboard-controls-button {
    background: #3a6292;
    border-radius: 8px;
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
    position: relative;
    cursor: pointer;
}
.deal-dashboard-controls-button-disabled {
    background: #3a6292;
    border-radius: 8px;
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
    position: relative;
    opacity: 0.2;
    cursor: initial;
}

.deals-performance-visibility-toogle {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    flex-direction: row;
    float: right;
    height: 40px;
    width: 40px;
}

.deal-dashboard-controls-create-deal {
    margin-right: 0;
    width: 200px;
    display: inline-flex;
    float: right;
}

.deal-dashboard-controls-icon-counter-clockwise {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
}

.deal-dashboard-controls-reset-button-text {
    color: #ffffff;
    text-align: left;
    font-family: var(--small-text-font-family, "Inter-Medium", sans-serif);
    font-size: var(--small-text-font-size, 16px);
    line-height: var(--small-text-line-height, 150%);
    font-weight: var(--small-text-font-weight, 500);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.deal-dashboard-top-controls-columns {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.deal-dashboard-controls-icon-export-download {
    flex-shrink: 0;
    width: 13.75px;
    height: 13.75px;
    position: relative;
    overflow: visible;
}

.deal-dashboard-controls-export-download-button-text {
    color: #ffffff;
    text-align: left;
    font-family: var(--small-text-font-family, "Inter-Medium", sans-serif);
    font-size: var(--small-text-font-size, 16px);
    line-height: var(--small-text-line-height, 150%);
    font-weight: var(--small-text-font-weight, 500);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.deal-dashboard-header-cell {
    background: #e4eaf0 !important;
    border-style: solid;
    border-color: transparent;
    border-width: 0px 0px 1px 0px;
    padding: 12px 24px 12px 12px;
    height: 44px;
    color: #06172c !important;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif !important;
    font-size: 14px;
    line-height: 32px;
    font-weight: 600 !important;
    position: relative;
}

.deal-dashboard-id-cell {
    color: #06172c !important;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif !important;
    font-size: 14px;
    line-height: 150%;
    font-weight: 600 !important;
    position: relative;
    flex: 1;
}
.deal-dashboard-cell {
    color: var(--grey-3, #7f7f7f) !important;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif !important;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500 !important;
    position: relative;
    flex: 1;
}

.external-page {
    padding-top: 12px;
}

.external-page .standardGrid .rz-column-title-content {
    font-weight: 600 !important;
}

    .external-page .standardGrid .deal-dashboard-id-cell .rz-cell-data {
        color: #06172c !important;
        font-size: 14px;
        line-height: 150%;
        font-weight: 600 !important;
        margin: 0px 0px 0px 10px;
    }

.external-page .standardGrid .deal-dashboard-cell .rz-cell-data {
    color: var(--grey-3, #7f7f7f);
    font-size: 14px;
    line-height: 32px;
    font-weight: 500 !important;
}

.deal-dashboard-icon-television-active {
    background: #cef1ed;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.deal-dashboard-icon-television-inactive {
    background: var(--grey-1, #e4e3e3);
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.deal-dashboard-icon-radio-active {
    background: #cfdef1;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.deal-dashboard-icon-radio-inactive {
    background: var(--grey-1, #e4e3e3);
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.deal-dashboard-icon-digital-audio-active {
    background: #f9ddd0;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.deal-dashboard-icon-digital-audio-inactive {
    background: var(--grey-1, #e4e3e3);
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.deal-dashboard-icon-digital-video-active {
    background: #d3dde7;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.deal-dashboard-icon-digital-video-inactive {
    background: var(--grey-1, #e4e3e3);
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.deal-dashboard-channel-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}
.deal-dashboard-channel-icon-list {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.health-score-tooltip,
.health-score-tooltip * {
    box-sizing: border-box;
}

.health-score-tooltip {
    background: #f6f8fa;
    padding: 6px 10px 6px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 24px;
    position: relative;
}

.health-score-tooltip-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 156px;
    position: relative;
}

.health-score-tooltip-title {
    color: #06172c;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 12px;
    line-height: 32px;
    font-weight: 500;
    position: relative;
    align-self: stretch;
}

.health-score-tooltip-scores {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.health-score-tooltip-scores-icon-inner {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 30px;
    position: relative;
}

.health-score-tooltip-scores-grade {
    color: #3a6292;
    text-align: center;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    position: relative;
    align-self: stretch;
}

.health-score-tooltip-icon-tv {
    background: #cef1ed;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 30px;
    position: relative;
}

.health-score-tooltip-icon-radio {
    background: #cfdef1;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 30px;
    position: relative;
}

.health-score-tooltip-icon-digital-audio {
    background: #f9ddd0;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 30px;
    position: relative;
}

.health-score-tooltip-icon-digital-video {
    background: #d3dde7;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 30px;
    position: relative;
}

.health-score-tooltip-icon-tv-inner {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.health-score-tooltip-icon-radio-inner {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.health-score-digital-audio-inner {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.health-score-tooltip-icon-digital-video-inner {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.vector {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible;
}

.group-8 {
    width: 75%;
    height: 68.75%;
    position: absolute;
    right: 12.5%;
    left: 12.5%;
    bottom: 12.5%;
    top: 18.75%;
    overflow: visible;
}

.vector2 {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible;
}

.group-7 {
    width: 75%;
    height: 50%;
    position: absolute;
    right: 12.5%;
    left: 12.5%;
    bottom: 21.88%;
    top: 28.12%;
    overflow: visible;
}

.vector3 {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible;
}

.group-6 {
    width: 75%;
    height: 62.5%;
    position: absolute;
    right: 12.5%;
    left: 12.5%;
    bottom: 18.75%;
    top: 18.75%;
    overflow: visible;
}

.market-performance-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 100%;
}

.market-performance-container * {
    box-sizing: border-box;
}

.market-performance-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 100%;
}
.katz-switch-button {
    border-radius: 8px;
    border-style: solid;
    border-color: var(--monochrome-silver-02, #e4eaf0);
    border-width: 1.5px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 52px;
    position: relative;
    cursor: pointer;
}

.katz-switch-button-selected {
    background: var(--primary-blue-primary, #3a6292);
    border-radius: 8px;
    border-style: solid;
    border-color: var(--primary-blue-primary, #3a6292);
    border-width: 1px;
    padding: 10px 16px 10px 16px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    width: 190px;
    position: relative;
}

    .katz-switch-button-selected div {
        color: var(--white-1, #fafafa);
        text-align: left;
        font-family: "Poppins-SemiBold", sans-serif;
        font-size: 16px;
        line-height: 150%;
        font-weight: 600;
        position: relative;
    }

.katz-switch-button-unselected {
    border-radius: 8px;
    padding: 10px 16px 10px 16px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 200px;
    position: relative;
}

    .katz-switch-button-unselected div {
        color: var(--primary-blue-navy, #06172c);
        text-align: left;
        font-family: "Poppins-SemiBold", sans-serif;
        font-size: 16px;
        line-height: 150%;
        font-weight: 600;
        position: relative;
    }

.market-performance-top-disclaimer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 190px;
    position: relative;
}

.market-performance-top-disclaimer-text {
    color: var(--monochrome-grey-01, #7f7f7f);
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    position: relative;
}

.market-performance-top-disclaimer-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}



.deal-dashboard-header-cell {
    background: #e4eaf0 !important;
    border-style: solid;
    border-color: transparent;
    border-width: 0px 0px 1px 0px;
    padding: 12px 24px 12px 12px;
    height: 44px;
    color: #06172c !important;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif !important;
    font-size: 14px;
    line-height: 32px;
    font-weight: 600 !important;
    position: relative;
}

.deal-dashboard-cell {
    color: var(--grey-3, #7f7f7f) !important;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif !important;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500 !important;
    position: relative;
    flex: 1;
}


.market-performance-grid-container {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    color: #333;
}

.market-performance-grid-container table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.market-performance-grid-container th, 
.market-performance-grid-container td {
    padding: 12px 8px;
    text-align: left;
}

/* Set specific column widths */

    /* Channel Type */
.market-performance-grid-container th:nth-child(1),
.market-performance-grid-container td:nth-child(1) {
    width: 170px;
}

    /* Market */
.market-performance-grid-container th:nth-child(2),
.market-performance-grid-container td:nth-child(2) {
    width: 330px;
}

    /* Health Score */
.market-performance-grid-container th:nth-child(3),
.market-performance-grid-container td:nth-child(3) {
    width: 150px;
}

    /* Imp Pace */
.market-performance-grid-container th:nth-child(4),
.market-performance-grid-container td:nth-child(4) {
    width: 120px;
}

    /* Ordered Imps */
.market-performance-grid-container th:nth-child(5),
.market-performance-grid-container td:nth-child(5) {
    width: 160px;
}

    /* Delivered Imps */
.market-performance-grid-container th:nth-child(6),
.market-performance-grid-container td:nth-child(6) {
    width: 180px;
}

    /* CPM */
.market-performance-grid-container th:nth-child(7),
.market-performance-grid-container td:nth-child(7) {
    width: 90px;
}

.market-performance-grid-container th {
    background-color: #E4EAF0;
    color: #06172C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    border-bottom: 1px solid #DBDBDB;
}

.market-performance-grid-container th:first-child {
    border-radius: 6px 0 0 0;
}

.market-performance-grid-container th:last-child {
    border-radius: 0 6px 0 0;
}

.market-performance-grid-container td {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #7F7F7F;
    line-height: 32px;
    border-bottom: 1px solid #DBDBDB;
}

.market-performance-grid-container td:first-child {
    color: var(--progress-color);
}

.market-performance-grid-container tr:last-child td {
    border-bottom: none;
}

.market-performance-grid-link {
    color: var(--primary-blue-navy, #06172c) !important;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    text-decoration: underline;
}
.market-performance-grid-link span:hover {
    cursor: pointer;
}

.collapsable-box-outer {
    display: block;
    width: 100%;
}

.collapsable-box-inner {
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 6px;
    /* For some reason box-shadow is not working, will take a second look at it in the future 
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14);
    */
}
.collapsable-box-label {
    display: flex;
    padding: 4px;
}
.collapsable-box-label-leftside {
    width: 97%;
}
.collapsable-box-label-rightside {
    width: 3%;
}
.collapsable-box-visibility-toogle {
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-direction: row;
    float: right;
    height: 40px;
    width: 40px;
}

