/* Minification failed. Returning unminified contents.
(48,17): run-time error CSS1039: Token not allowed after unary operator: '-color-text-tertiary'
(61,17): run-time error CSS1039: Token not allowed after unary operator: '-color-text-primary'
(220,17): run-time error CSS1039: Token not allowed after unary operator: '-border-color-surface'
(226,28): run-time error CSS1039: Token not allowed after unary operator: '-border-color-surface'
(236,28): run-time error CSS1039: Token not allowed after unary operator: '-border-color-secondary'
 */
.markets-section-2 img {
    max-width: unset;
    max-height: unset;
}

.markets-section-2--fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 150;
    background-color: #fff;
    margin: 0px;
    padding: 10px;
}

.markets-section-2__nav {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .markets-section-2__nav::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

.markets-section-2__nav-bar {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.markets-section-2__nav-bar-item {
    display: flex;
    gap: 5px;
    padding-bottom: 2px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--color-text-tertiary);
    cursor: pointer;
    white-space: nowrap;
    align-items: center;
}

    .markets-section-2__nav-bar-item:hover {
        /*color: #0b5495;*/
        /*background-color: #f7f8f8;
        border-radius: 3px;*/
    }

.markets-section-2__nav-bar-item--active {
    color: var(--color-text-primary);
    cursor: default;
    font-weight: 700;
}

.markets-section-2__nav-bar-title {
    font-weight: 700;
    padding: 0px 10px;
    color: #545b66;
    cursor: default;
    white-space: nowrap;
}

.markets-section-2__nav-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.markets-section-2__nav-button {
    /*margin-left: 10px;*/
    cursor: pointer;
    position: relative;
}

.markets-section-2__nav-img, .markets-section-2__nav-img-hover {
    /*width: 15px;
    height: 15px;
    margin-right: 2px;
    margin-top: -3px;*/
    /*display: inline-block;*/
    max-height: unset;
    max-width: unset;
}

.markets-section-2__nav-img {
    display: inline-block;
}

.markets-section-2__nav-img-hover {
    display: none;
}

.markets-section-2__nav-button:hover .markets-section-2__nav-img {
    display: none;
}

.markets-section-2__nav-button:hover .markets-section-2__nav-img-hover {
    display: inline-block;
}

#liquidity-wrapper {
    width: 100%;
}

.liquitidy__info {
    margin-left: 10px;
    color: #3d3f41;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}

    .liquitidy__info:hover .liquidity__tips {
        display: block
    }

.liquidity__tips {
    display: none;
    position: absolute;
    top: 28px;
    left: -120px;
    padding: 10px;
    border: 1px solid #efefef;
    background-color: #335295;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    z-index: 5;
    width: 880px;
    white-space: normal;
}

    .liquidity__tips:after {
        content: " ";
        position: absolute;
        top: -12px;
        left: 118px;
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #335295 transparent;
    }

    .liquidity__tips span {
        margin-bottom: 5px;
    }

#valuation-wrapper {
    width: 100%;
}

/* -------- */
/* Dropdown */
.markets-section-2__dropdown {
    display: none;
    position: absolute;
    left: auto;
    top: -10px;
    right: 2px;
    width: 190px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 5px #0c0b0b59;
    cursor: default;
    z-index: 151;
}
.markets-section-2__dropdown-header {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}
.markets-section-2__dropdown-header-text {
    color: #545866;
    font-size: 13px;
    font-weight: bold;
}
.markets-section-2__dropdown-body {
    position: relative;
    top: 0px;
    padding: 5px 0px;
    padding-top: 0px;
    max-height: 400px;
    overflow-y: auto;
}
.markets-section-2__dropdown-item {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    white-space: normal;
    position: relative;
}
.markets-section-2__dropdown-item:hover {
    background-color: #ffdead;
}
.markets-section-2__dropdown-item-img {
    width: 20px;
    margin-top: -2px;
    margin-right: 10px;
}
.markets-section-2__dropdown-item-label {

}

.liquitidy__info.liquitidy__info-box {
    margin-left: 0;
    color: var(--border-color-surface);
    font-size: 12px;
    font-weight: 400;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid var(--border-color-surface);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.markets-section-2__nav-button-separate {
    width: 1px;
    height: 15px;
    background-color: var(--border-color-secondary);
}

@media screen and (max-width: 767px) {
    .markets-section-2__nav-bar-item {
        font-size: 16px;
    }
}
