.tradingview-widget-copyright {
    font-size: 13px !important;
    line-height: 32px !important;
    text-align: center !important;
    vertical-align: middle !important;
    /* @mixin sf-pro-display-font; */
    font-family: -apple-system, BlinkMacSystemFont, 'Trebuchet MS', Roboto, Ubuntu, sans-serif !important;
    color: #B2B5BE !important;
}

.tradingview-widget-copyright .blue-text {
    color: #2962FF !important;
}

.tradingview-widget-copyright a {
    text-decoration: none !important;
    color: #B2B5BE !important;
}

.tradingview-widget-copyright a:visited {
    color: #B2B5BE !important;
}

.tradingview-widget-copyright a:hover .blue-text {
    color: #1E53E5 !important;
}

.tradingview-widget-copyright a:active .blue-text {
    color: #1848CC !important;
}

.tradingview-widget-copyright a:visited .blue-text {
    color: #2962FF !important;
}

/*new styles*/

.cat-n {
    color: #06806b;
    font-size: 28px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cat-title {
    align-items: center;
    color: #0f0f0f;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
}

.cat-subtitle {
    color: #808080;
    font-size: 12px;
    height: 14px;
    letter-spacing: .5px;
    line-height: 14px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.cat-header {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.cat-logo {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 8px;
    border-radius: 50px;
    font-size: 11px;
    height: 24px;
    line-height: 16px;
    min-width: 24px;
    width: 24px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
}

.cat-block {
    color: #cc2f3c;
    font-size: 18px;
    line-height: 18px;
    margin-inline-start: 17px;
    margin-top: 4px;
    white-space: nowrap;
    font-weight: 700;
}

.cat-logo-tv {
    box-shadow: 0 2px 4px 0 #0003;
    background: #fff;
    inset-inline-end: 8px;
    top: 8px;
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    height: 24px;
    max-width: 28px;
    overflow: hidden;
    padding: 0 6px;
    /*position: absolute;*/
    transition: max-width .6s cubic-bezier(.4, .01, .22, 1) 0s, background .3s cubic-bezier(.4, .01, .22, 1) 0s;
    z-index: 3;
    margin-left: auto;
}

.cat-header.tv-ticker-item-last__header {
    display: flex;
}

.cat-logo-tv-out {
    border-radius: inherit;
    height: 100%;
    inset-inline-start: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.label-e9c6dycV .logoWrap-e9c6dycV svg {
    height: 10px;
    margin: 7px 0;
    width: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
    .cat-block {
        display: none;
    }
    .cat-subtitle {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    .cat-block {
        display: none;
    }
}

@media (max-width: 450px) {
    .cat-block {
        font-size: 16px;
    }
}

/*menu*/

.mobile-menu {
    position: fixed;
    top: 350px;
    right: -100%;
    width: 300px;
    max-width: 80vw;
    background: #fff;
    padding: 20px;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.mobile-menu[data-active] {
    right: 0;
}

body.menu-open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;opacity: 0;
    transition: opacity 0.3s ease;
}

.burger svg {
    transition: transform 0.3s ease;
}

.burger[data-active] svg {
    transform: rotate(90deg);
}

body.menu-open::after {
    opacity: 1;
}

/*menu end*/

[id^="content-"] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.sign-up {
    padding-top: 85px;
}

.sign-up-nav {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}