/*@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-Black.ttf') format('truetype');
    font-weight: normal;*/ /* Black */
/*font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('./fonts/Merriweather-BlackItalic.ttf') format('truetype');
    font-weight: normal;*/ /* Black */
/*font-style: italic;
}*/

@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-BoldItalic.ttf') format('truetype');
    font-weight: bold; /* Bold */
    font-style: italic;
}

/* Повторите для каждого стиля шрифта */

@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal; /* Regular */
    font-style: normal;
}




.font-merriweather {
    font-family: 'Merriweather', sans-serif;
}

.font-alt {
    font-family: 'Merriweather', sans-serif !important;
}

.blue-word {
    color: steelblue;
    font-weight: bold;
}

.bg-blue-word {
    background-color: steelblue;
}

.ocio-card {
    width: 135px;
    max-width: 135px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
}

.bg-darkorange {
    background-color: darkorange;
    color: white;
}

.bg-darkgrey {
    background-color: darkgrey;
    color: white;
}

.bg-darkgoldenrod {
    background-color: darkgoldenrod;
    color: white;
}


.bg-yellowgreen {
    background-color: yellowgreen;
    color: white;
}

.bg-yellow {
    background-color: yellow;
    color: white;
}

.bg-darkcyan {
    background-color: darkcyan;
    color: white;
}

.bg-darkgreen {
    background-color: darkgreen;
    color: white;
}

#headline {
    position: absolute;
    right: 70px;
    top: 20px;
    z-index: 10;
    width: 300px;
    line-height: 25px;
}



.font-bold {
    font-weight: bold;
}

.text-small {
    font-size: 0.8rem;
}

.partner-logo {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    width: 160px;
    /*  border: 1px solid #dee2e6 !important;*/
    padding: 1px;
}


.provider-list {
    overflow-y: scroll;
    scrollbar-width: thin;
    max-height: 300px;
}

.tags a.active {
    background-color: rgba(34,34,34, .9);
    border-color: #fff;
    color: #fff;
}

.provider-list > .list-group-item {
    cursor: pointer;
}

    .provider-list > .list-group-item.active {
        background-color: rgba(34,34,34, .9);
        border-color: #fff;
    }


.monthly-performance-container {
    overflow: auto;
    scrollbar-width: thin;
    max-height: 240px;
}

    .monthly-performance-container table thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }


.field-required {
    font-size: 0.6rem;
    opacity: 0.5;
}

.form .form-control {
    font-size: 12px;
    font-weight: 400;
    text-transform: none !important;
    letter-spacing: 1px;
    color: #777;
}

.blurred-text {
    /*font-size: 24px;*/
    /*color: black;*/
    filter: blur(5px);
}

.img-compass {
    max-height: 15vh;
}

.main-menu.inner-nav ul > li > a {
}



.nav-logo-wrap .logo {
    margin-top: 0px;
    max-width: 300px;
    padding-right: 100px;
    margin-top: 0px;
}


.home .logo {
    margin-top: 0px;
    max-width: 550px;
    padding-right: 100px;
    margin-top: 10px;
}


.small-height .nav-logo-wrap .logo img {
    height: 35px;
    padding-right: 0;
    margin-top: 0;
}

.small-height .nav-logo-wrap .logo.small-height {
    margin-top: 0;
}

@media only screen and (max-height: 767px) {
    .nav-logo-wrap .logo {
        margin-top: 0px;
        max-width: 250px;
        padding-right: 100px;
        margin-top: 0px;
    }


    .home .logo {
        margin-top: 0px;
        max-width: 250px;
        padding-right: 100px;
        margin-top: 5px;
    }


    .small-height .nav-logo-wrap .logo img {
        height: 35px;
        padding-right: 0;
        margin-top: 0;
    }

    .small-height .nav-logo-wrap .logo.small-height {
        margin-top: 0;
    }
}

.inner-nav ul li .mn-sub li button.btn-link {
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 1.3 !important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 15px;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #b0b0b0 !important;
    outline-offset: -2px !important;
    cursor: pointer;
    text-decoration: none;
}

.vh-star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('/images/r.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    margin-right: 2px;
}


#tradingview-widget-container {
    z-index: 1;
    top: 70px;
    position: fixed;
    right: 0;
    left: 0;
    height: 46px;
}

    #tradingview-widget-container.small-height {
        top: 55px;
    }

tr.tr-no-bottom-border td {
    border-bottom: 0px;
}