body {
    overflow-x: hidden;
}

.widjet .block-shadow {
    width: 100%;
}

.column_center {
    height: auto;
    overflow-y: visible;
}

.tbl_account {
    border-spacing: 0;
    border-collapse: collapse;
    color: #767676;
    font-size: 0.75rem;
}

.tbl_account th {
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
    padding: 20px 0 10px 10px;
    font-size: 0.7rem;
    white-space: nowrap;
}

.tbl_account th:first-child {
    position: sticky;
    left: 0;
    background-color: #fff;
    transform: translateX(-1px);
}

.tbl_account th:not(:first-child):not(:last-child) {
    text-align: center;
}

.tbl_account thead {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.tbl_account td:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.81rem;
    color: #262626;
    position: sticky;
    left: 0;
    background-color: #fff;
    padding: 8px 10px;
    transform: translateX(-1px);
}

.tbl_account td.change-row {
    color: #555555;
}

.tbl_account td {
    padding: 8px 0 8px 10px;
    white-space: nowrap;
}

.tbl_account td.rise {
    color: #10bd00;
}

.tbl_account td.fall {
    color: #fc5959;
}

.tbl_account tbody tr:not(:last-of-type) {
    border-bottom: 1px dotted #999999;
}

.tbl_account tr:nth-child(10) ~ tr:not(:last-of-type) {
    display: none;
}

.tbl_account tbody tr:hover {
    background-color: #ebebeb;;
}

.tbl_account tr td:last-child,
.tbl_account tr th:last-child {
    text-align: right;
    padding-right: 10px;
}

.tbl_account tfoot td {
    font-weight: bold;
}

.label-period {
    border-bottom: 2px solid #efefef;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: right;
    padding-right: 1.5em;
    margin-left: auto;
}

.period_ranges {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.datepicker.dropdown-menu {
    z-index: 104 !important;
}

.charts__img {
    max-width: 50px;
}


@media screen and (min-width: 770px) {
    .label-period {
        max-width: 300px;
    }
}

.label-period:after {
    content: "\f0d7";
    position: absolute;
    top: calc(40% - 10px);
    right: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Solid";
    font-weight: 900;
    font-size: 20px;
    color: #aaa;
}

.label-period.down:after {
    content: "\f0d8";
}

.label-period:hover {
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}

.label-period .txt-compare {
    margin-top: -3px;
    margin-bottom: 2px;
}

.label-period .txt-compare, .label-period .txt-compare * {
    font-size: 90%;
    line-height: 110%;
    white-space: nowrap;
}

.label-period .txt-compare span {
    color: #888;
    margin-right: 0.5em;
}

.widjet_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widjet__content {
    flex-grow: 1;
    width: 100%;
    max-width: 1250px;
}

.widjet-form {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    z-index: 3;
}

.widjet-form.shown {
    display: block;
}

.widjet-form.compare {
    top: 45px;
}

.top-content {
    display: flex;
    justify-content: space-between;
}

.marketint-top-content {
    transition: opacity 0.15s ease;
}

.marketint-top-loading {
    opacity: 0;
    pointer-events: none;
}

.period-wrap {
    flex-grow: 1;
    min-width: 210px;
    flex-shrink: 0;
}

@media screen and (max-width: 400px) {
    .widjet-form.compare {
        width: 100%;
    }

    .form-period .select2-container {
        width: auto !important;
    }
}

.fld_label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    white-space: nowrap;
}

#fld_month_ot {
    width: 120px;
}

#fld_month_do {
    width: 120px;
}

#fld_choice {
    width: 158px;
}

#fld_compare {
    width: 170px;
}

@media screen and (min-width: 380px) {
    #fld_choice {
        width: 200px;
    }

    #fld_compare {
        width: 200px;
    }
}

.form-period {
    margin-left: auto;
    width: 100%;
    font-size: 14px;
    position: relative;
}

.second-header + .dflex .form-period {
    display: none;
}

.form-period * {
    font-size: 14px;
}

.form-period .btn {
    min-width: auto;
    width: 100%;
    max-width: 140px;
}

.txt-main {
    white-space: nowrap;
}


@media screen and (max-width: 769px) {
    .form-period * {
        font-size: 0.9rem;
    }

    .top-content {
        flex-direction: column;
    }

    .filters {
        order: 1;
    }
}

.form-period .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-period .btn-cancel {
    margin-right: 1rem;
    margin-left: auto;
}

.custom-select {
    border-radius: 2px;
}

#fld_is_compare {
    margin-right: 5px;
}

#fld_is_compare + label {
    margin-bottom: 0;
    white-space: nowrap;
}

/*//////////////////////////////////////////////////////// Min period ///////////////////////////////////*/
.sel-period {
    display: flex;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 1.5rem;
}

.sel-period.hide {
    display: none;
}

.sel-period__label {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 7px 10px;
    cursor: pointer;
    flex-grow: 1;
    width: 100%;
    margin: 0;
    text-align: center;
}

.sel-period__label:hover {
    background-color: #f9f9f9;
}

input[name="sel_period"]:checked + .sel-period__label {
    background-color: #e0e0e0;
    box-shadow: inset 0 0 0 1px #d3d3d3;
}

.sel-period__label:not(:first-of-type) {
    border-left: none;
}

.sel-period__label:first-of-type {
    border-radius: 3px 0 0 3px;
}

.sel-period__label:last-of-type {
    border-radius: 0 3px 3px 0;
}

#regions_div {
    max-width: 1024px;
}

@media screen and (min-width: 770px) {
    .filters {
        margin-left: -10px;
    }

    .filters--landing {
        margin-left: 0;
    }

    .sel-period {
        padding: 0;
        max-width: 230px;
        margin-left: auto;
    }
}

.filters__container {
    margin-bottom: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters--landing {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.filters--landing > div {
    display: flex;
    justify-content: center;
    width: 100%;
}

.filters__wrap {
    display: none;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%), 2px 2px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    text-align: left;
    padding: 0;
    margin: 4px 10px;
    position: relative;
    height: auto;
    min-height: 44px;
    background-color: #008e80;
    color: #fff;
    width: auto;
    min-width: 200px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 14px;
    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filters__wrap.shown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 769px) {
    .filters__wrap {
        width: 100%;
        font-size: 0.9rem;
    }
}

.filters__wrap.clickable {
    cursor: pointer;
    background-color: #005a52;
    padding: 0 10px;
}
.filters__wrap:not(:first-child):before {
    content: "";
    display: block;
    height: 4px;
    width: 10px;
    background: #bdbdbd;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 769px) {
    .filters__wrap:not(:first-child):before {
        display: none;
    }
}

.filters__wrap.not-last:not(:last-child):after {
    content: "";
    display: block;
    height: 4px;
    width: 10px;
    background: #bdbdbd;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 769px) {
    .filters__wrap.not-last:not(:last-child):after {
        height: 10px;
        width: 4px;
        top: auto;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.filters__wrap:last-child:after {
    display: none;
}

.filters__wrap select option {
    color: #444;
    padding: 0;
}

.filters__add {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%), 2px 2px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    text-align: center;
    position: relative;
    height: 44px;
    border: 0;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 16px;
    background-color: #E69E19;
    color: #fff;
}

.filters__add::before,
.filters__add::after {
    display: none;
}

.filters__add:hover {
    background-color: #ff771c;
}

.filters__icon {
    position: relative;
    padding: 8px;
    margin-right: 10px;
}

.filters__icon::before,
.filters__icon::after {
    content: '';
    background-color: #fff;
    position: absolute;
    border: none;
}

.filters__icon::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
}

.filters__icon::after {
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 14px;
    width: 2px;
}

@media screen and (min-width: 770px) {
    .filters__add {
        width: 170px;
        margin-left: 10px;
    }

    #btn_filter_product.filters__add::after {
        display: block;
        top: 60px;
        white-space: normal;
        min-width: 470px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-weight: normal;
    }

    #btn_filter_product.filters__add:hover::after {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #btn_filter_product.filters__add::before {
        top: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
    }
}

.flexColumns {
    margin: -1rem -1rem 0 -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#dv_dialog_anl_filter .modal__buttons {
    justify-content: end;
    margin: 0 -14px 0 0;
}

#dv_dialog_anl_filter .modal__buttons .modal-cancel {
    font-size: 14px;
    line-height: 14px;
}

#dv_dialog_anl_filter .flexColumns {
    border-bottom: 1px solid #ccc;
}

.ItemsCont {
    margin: 0;
}

.flexColumns .ItemsCont:last-child {
    border-left: 1px solid #ccc;
}

.ItemsList {
    margin: 0;
    min-width: 50%;
    padding: 0;
    list-style: none;
    max-height: 300px;
    overflow-y: auto;
    font-size: 90%;
}

.ItemsList::-webkit-scrollbar {
    width: 5px;
}

.ItemsList li {
    cursor: pointer;
    position: relative;
    padding: 8.6px 16px;
}

.ItemsList li.arrow {
    display: flex;
    align-items: center;
}

.ItemsList li.arrow:after {
    content: "\f105";
    display: inline-block;
    margin-left: auto;
    font-family: "Font Awesome 5 Light";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 1.1rem;
    line-height: 1;
}
.ItemsList li:hover {
    background: rgba(0,0,0,.04);
}

.ItemsList li.selected, .ItemsList li.selected:hover {
    color: #282828;
    background-color: rgba(0,0,0,.1);
}

.item-2-lvl {
    display: flex;
    align-items: center;
}

.item-2-lvl__toggle {
    margin-left: auto;
    padding: 4px 6px;
    margin-right: -10px;
    background-color: rgba(0,0,0,.04);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    flex: 0 0 32px;
}

.item-2-lvl__toggle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #6f6f6f;
    border-bottom: 2px solid #6f6f6f;
    transform: translate(-50%, -60%) rotate(45deg);
}

#list_1 li:hover .item-2-lvl__toggle {
    background-color: rgba(0,0,0,0.1);
}

#list_right_anl_filter .item-2-lvl.open .item-2-lvl__toggle::before {
    transform: translate(-50%, -40%) rotate(225deg);
}

.ItemsList-3-lvl {
    margin: 0 -1rem;
}

.ItemsList-3-lvl li {
    padding: 0.25rem 2rem;
}

.ItemsList-3-lvl li:before {
    content: "-";
    margin-right: 5px;
}

.ItemsList.ItemsList-3-lvl {
    max-height: none;
}

#sub-modal-success .modal-dialog {
    max-width: 400px;
    margin: auto;
}

.modal-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
}

#sub-modal .btn {
    font-size: 1.1rem;
}

.modal-buttons__cancel {
    color: #666666;
    background: none;
    margin-right: 18px;
    min-width: auto;
}

/*////////////////////////////////// Style for select2 //////////////////////////////////////*/

.filters__wrap .select2 {
    width: 100% !important;
}

.filters__wrap .select2 .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.filters__wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 60%;
    left: 35%;
}

.filters__wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
    top: 50%;
}

.filters__wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding-left: 10px;
}

.filters__wrap.no-arrow .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.filters__wrap.production-product-dropdown {
    cursor: pointer;
}

.filters__wrap.production-product-dropdown::after {
    display: none;
}

.filters__wrap.production-product-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 34px;
}

.filters__wrap.production-product-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    right: 8px;
}

.filters__wrap.production-product-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
}

.filters__wrap.production-product-dropdown.dropdown-open .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 5px 6px 5px;
    top: 42%;
}

.production-product-menu {
    display: none;
    position: absolute;
    z-index: 10060;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.production-product-menu.shown {
    display: block;
}

.production-product-menu__item {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: 0;
    background: #ffffff;
    color: #2f2f2f;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
    cursor: pointer;
}

.production-product-menu__item:hover,
.production-product-menu__item:focus {
    background: #f2f7f6;
    outline: none;
}

.production-product-menu__item.selected {
    background: #e7f4f2;
    color: #0b6c63;
    font-weight: 400;
}

.filters__wrap.filters__indicator {
    background-color: #ffffff;
    color: #2f2f2f;
    margin-left: 30px;
    min-height: unset;
    min-width: 220px;
}

.filters__wrap.filters__indicator::before {
    display: none;
}

.filters__wrap.filters__indicator .select2 .select2-selection--single {
    height: 40px;
    min-height: 40px;
}

.filters__wrap.filters__indicator .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2f2f2f;
    padding-left: 12px;
    line-height: 40px;
}

.filters__wrap.filters__indicator .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 8px;
}

.filters__wrap.filters__indicator .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #2f2f2f transparent transparent transparent;
    left: 50%;
}

.filters__wrap.filters__indicator .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #2f2f2f transparent;
}

.filters__wrap.filters__indicator .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #2f2f2f;
}

.filters__wrap.filters__indicator:hover {
    background-color: #f9f9f9;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: rgba(0,0,0,.04);
    color: #282828;
}

li[id*="borderGroup"] {
    border-bottom: 1px solid #282828;
    padding: 0;
    pointer-events: none;
}

.select2-results__options {
    font-size: 14px;
    color: #282828;
}

.select2-container--default .select2-results__option {
    padding: 10px 8px;
    line-height: 18px;
}

.filters__multiple.shown {
    background-color: #ffffff;
    box-shadow: none;
    color: #000;
}

.filters__multiple .select2 {
    width: auto;
    min-width: 200px;
    height: 100%;
    min-height: 40px;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field {
    font-size: 0.9rem;
    line-height: 35px;
    margin-top: 0;
    height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid #c7c7c7;
    width: 100% !important;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

@media screen and (min-width: 770px) {
    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field {
        width: 200px !important;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::placeholder {
        font-size: 14px;
    }

    .flexColumns .ItemsCont {
        height: 300px;
    }
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field {
    border-bottom-color: #008e80;
    color: #008e80;
}

.filters__multiple .error.select2-container .select2-search__field {
    border-bottom-color: #d5555a;
    color: #d5555a;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-webkit-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-moz-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field:-ms-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-ms-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-webkit-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-moz-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field:-ms-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.error .select2-search__field::-webkit-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::-moz-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field:-ms-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::-ms-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::-webkit-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::-moz-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field:-ms-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa;
}

.filters__multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00c1ae;
    border: 1px solid #00c1ae;
    border-radius: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 5px;
    white-space: pre-wrap;
}

.filters__multiple .select2-container--default .select2-selection--multiple {
    height: 100%;
    min-height: 40px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%), 2px 2px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 0 10px 5px 5px;
}

.filters__multiple .select2.error .select2-selection--multiple {
    box-shadow: 0 0 2px 1px rgb(213 85 90 / 20%), 2px 2px 1px 0 rgb(213 85 90 / 14%), 0 2px 1px -1px rgb(213 85 90 / 12%);
    border-color: #d5555a;
}

@media screen and (max-width: 769px) {
    .filters__multiple .select2-container--default .select2-selection--multiple {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 44px;
    }
}

.first-select + .select2.select2-container--default .select2-selection--multiple {
    box-shadow: 0 0 2px 1px rgb(0 163 174 / 40%), 2px 2px 1px 0 rgb(0 163 174 / 28%), 0 2px 1px -1px rgb(0 163 174 / 24%);
    border: 1px solid #00c1ae;
}

.first-select + .select2.error .select2-selection--multiple {
    box-shadow: 0 0 2px 1px rgb(213 85 90 / 40%), 2px 2px 1px 0 rgb(213 85 90 / 28%), 0 2px 1px -1px rgb(213 85 90 / 24%);
    border: 1px solid #d5555a;
}

.filters__multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000000;
    padding: 0 10px 0 5px;
    border-right: none;
    position: static;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
}

.filters__multiple .select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2-container--default .select2-results__option--disabled,
.select2-container--default .select2-results__option--selected {
    background-color: transparent;
    display: none;
}

.filters__multiple .select2-search.select2-search--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 769px) {
    .filters__multiple .select2-search.select2-search--inline {
        width: 100%;
    }

    .select2-container .select2-selection--single {
        height: 32px;
        min-width: 158px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.select2-dropdown {
    z-index: 3;
}

.product-select-dropdown.select2-dropdown--below {
    margin-top: 10px;
}

.product-select-dropdown.indicator-select-dropdown.select2-dropdown--below {
    margin-top: 4px;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background: #00a193;
}

/*////////////////////////////////// End style for select2 //////////////////////////////////////*/

.btn-cancel:hover {
    color: #666666;
    text-decoration: none;
}

.filters__clear {
    visibility: hidden;
    border: none;
    outline: none;
    margin: 0;
    background-color: transparent;
    position: relative;
    width: 38px;
    height: 38px;
    cursor: pointer;
    padding: 9px;
}

.filters__clear svg {
    cursor: pointer;
    fill: #005a52;
}

@media screen and (max-width: 769px) {
    .filters__wrap.filters__indicator {
        margin-left: 10px;
        margin-top: 22px;
    }

    .filters__clear.shown {
        display: none;
    }

    .filters__clear svg {
        width: 40px;
    }
}

@media screen and (min-width: 770px) {
    .filters__container:hover .filters__clear.shown {
        visibility: visible;
    }

    .charts__img {
        max-width: unset;
    }
}

.filters__container .selection {
    min-width: 222px;
}

@media screen and (max-width: 769px) {
    .filters__container .selection {
        width: 100%;
    }
}

/*/////////////////////////////////Style for filter country ////////////////////////////////*/
@media screen and (max-width: 769px) {

    #filters-country:not(.production-mode) .filters__export::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(135deg);
        transform: translateX(-50%) rotate(135deg);
        border: 5px solid #bdbdbd;
        border-bottom-color: transparent;
        border-left-color: transparent;
        bottom: -28px;
    }

    #filters-country:not(.production-mode) .filters__export::after {
        height: 20px;
        background: #bdbdbd;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        width: 4px;
        bottom: -25px;
        display: block;
    }

    .filters__export::after {
        display: none;
    }

    .filters__export {
        margin-bottom: 30px;
    }

    .production-mode .filters__export.with-link::after {
        height: 20px;
        background: #bdbdbd;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        width: 4px;
        bottom: -25px;
        display: block;
    }
}

@media screen and (min-width: 770px) {
    .filters__export {
        margin-right: 30px;
    }

    #filters-country:not(.production-mode) .filters__export::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border: 5px solid #bdbdbd;
        border-bottom-color: transparent;
        border-left-color: transparent;
        left: auto;
        right: -30px;
    }

    #filters-country:not(.production-mode) .filters__export::after {
        height: 4px;
        background: #bdbdbd;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 20px;
        left: auto;
        right: -30px;
        display: block;
    }

    .filters__export::after {
        display: none;
    }

    .production-mode .filters__export.with-link::after {
        height: 4px;
        background: #bdbdbd;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 20px;
        left: auto;
        right: -30px;
        display: block;
    }
}

.filters__wrap.filters__import::before {
    height: 0;
    width: 0;
    background: transparent;
}

.filters__wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ffffff;
}

/*///////////////////////////////Headers///////////////////////////*/

.main-header {
    font-size: 2.25rem;
    font-weight: 300;
    margin: 1rem 0;
    text-align: center;
}

.second-header {
    text-align: center;
    font-weight: 300;
    font-size:24px;
    color: #616871;
    margin: 1rem 0;
}

/*////////////////////////////////Charts posts/////////////////////*/

.charts {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.charts__btn-wrap {
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0.5rem;
}

.charts__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    border-bottom: 1px dotted transparent;
    line-height: 1;
    font-size: 13px;
    color: #0569b7;
}

.charts__btn.active {
    cursor: default;
    color: #000000;
}

.charts__btn:hover {
    border-bottom-color: #0569b7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.charts__btn.active:hover {
    border-bottom: 1px dotted transparent;
}

.charts__btn--pop {
    margin-left: 10px;
}

.charts__link {
    padding: 10px 0 10px 6px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 2px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
}

.charts__link:hover {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
}

.charts__link picture{
    float: left;
}

.charts__img {
    margin-right: 10px;
}

.charts__text {
    font-size: 14px;
}

.charts__header {
    color: #2f2f2f;
}

.charts__description {
    color: #676767;
    margin-bottom: 0.5rem;
}

.pagination {
    flex-wrap: wrap;
}

#prev-pagination {
    display: none;
}

.charts .page-link {
    color: #757575;
}

.charts .page-link:focus {
    box-shadow: none;
}

.charts .page-item.active .page-link {
    background-color: transparent;
    border-color: #dee2e6;
    font-weight: 700;
    color: #000000;
}

.charts .page-item.active:hover .page-link {
    cursor: default;
}

.charts__img {
    margin-right: 15px;
    height: auto;
}

@media screen and (min-width: 500px) {
    .charts__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .charts__link picture{
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .charts__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .charts__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 769px) {
    .charts-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .charts {
        width: 100%;
    }

    .charts__btn-wrap {
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (min-width: 600px) {
    .modal-back {
        display: none;
    }

    .flexColumns .ItemsCont:last-of-type {
        min-width: 57%;
    }

    .flexColumns .ItemsCont:first-of-type {
        min-width: 43%;
    }
}

/*//////////////////////////Mobile modal analytics////////////////////////////*/

@media screen and (max-width: 599px) {

    .flexColumns {
        margin: 0;
    }

    .modal-dialog {
        margin: 0.5rem;
    }

    #dv_dialog_anl_filter .modal-content {
        height: 450px;
    }

    .modal-dialog .modal-header {
        position: relative;
    }

    .modal-title {
        margin: 0 auto;
    }

    .modal-back {
        display: none;
        border: none;
        background-color: transparent;
        color: #fff;
        padding: 0 10px;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        line-height: 1;
    }

    .ItemsList {
        max-height: 350px;
    }

    .ItemsList-3-lvl li {
        padding: 0.25rem 2rem;
    }

    .open-2-lvl .modal-back {
        display: block;
    }

    .item-2-lvl__toggle {
        margin-right: -5px;
    }

    .modal-back .fa-chevron-left {
        font-family: 'Font Awesome 5 Light';
        font-weight: 400;
        font-size: 1.4rem;
    }

    .flexColumns .ItemsCont {
        width: 100%;
        min-width: auto;
    }


    .flexColumns .ItemsCont:last-child {
        display: none;
    }

    .open-2-lvl .flexColumns .ItemsCont:last-child {
        display: block;
        border-left: none;
        border-top: 1px solid rgba(0,0,0,.1);
    }

}

/*//////////////////////////Promo-anl////////////////////////////*/

.promo-charts {
    max-width: 302px;
    margin-left: 2rem;
    width: 300px;
}

.promo-charts__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.promo-mobile {
    margin-bottom: 1.6rem;
}

.promo-charts__banner {
    display: none;
    text-align: center;
}

.promo-charts__banner:not(:last-child) {
    margin-bottom: 3.5rem;
}

.promo-charts__banner img {
    border: 1px solid #d7d7d7;
}

@media screen and (max-width: 1299px) {
    .promo-charts {
        display: none;
    }

    .not-logged .widjet__content {
        max-width: 100%;
    }

    .charts__list .promo-charts__banner {
        border-bottom: 1px solid #e0e0e0;
        padding: 1rem 0;
        margin: 0;
        background-color: #f4f4f4;
    }

    .promo-wrap {
        display: flex;
    }

    .promo-wrap .promo-charts {
        margin-left: 15px;
    }

    .promo-wrap .promo-charts__banner:not(:last-child) {
        margin-bottom: 15px;
    }

    .content-wrap {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1300px) {
    .charts__list .promo-charts__banner {
        display: none;
    }

    .not-logged .widjet__content {
        max-width: calc(100% - (300px + 2rem));
    }
}

/*//////////////////////////////////////////////////////Not date block/////////////////////////////////*/

.not-data {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

.not-data__img {
    width: 25%;
    max-width: 600px;
}

.not-data__text {
    font-size: 1.25rem;
    padding: 0 10vw;
    margin: 0;
}

.not-data__text a {
    color:#216fdb;
}

.btn-prev {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #008e80;
    min-width: auto;
    font-size: 20px;
    cursor: pointer;
    margin: 0 auto;
}

.btn-prev:hover {
    text-decoration: underline;
}

/*//////////////////////////////////////////////////////Chart block/////////////////////////////////*/

.wrap-content {
    display: none;
    padding-top: 20px;
    margin: 0 auto;
}

.wrap-content section {
    margin-bottom: 1.6rem;
}

.chart-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chart-block__header {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1rem;
}

button#btn_prod_grp span {
    display: inline-block;
}

#prod_lvl_1.shown {
    display: inline-flex;
}

#fld_period .txt-compare span {
    color: #9a9a9a;
    font-size: 0.95em;
    margin-right: 8px;
}

#f_period {
    margin-bottom: 0;
}

@media screen and (max-width: 769px) {
    .chart-block__header {
        font-size: 1.45rem;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
    }

    #wrap_country_export,
    #wrap_country_import,
    #prod_lvl_1 {
        width: 100%;
    }
}

.block-shadow.chart {
    position: relative;
    margin-bottom: 1.6rem;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .block-shadow.chart {
        padding-top: 80px;
    }
}

.chart__sidebar.z-index {
    z-index: 2;
}

@media screen and (min-width: 1101px) {
    .block-shadow.chart {
        width: 70%;
        margin-bottom: 0;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        flex-grow: 1;
    }

    .chart__sidebar {
        margin-left: 15px;
        width: 30%;
        max-width: 400px;
    }

    .marketint-widget .block-shadow.chart {
        width: auto;
        min-width: 0;
        flex: 1 1 auto;
    }

    .marketint-widget .insight-islands {
        width: 100%;
        max-width: none;
        flex: 0 0 100%;
        display: grid;
        grid-template-columns: minmax(220px, 0.94fr) minmax(220px, 1.06fr) 260px;
        gap: 15px;
        align-items: start;
    }

    .marketint-widget .insight-islands > .chart__sidebar,
    .marketint-widget .insight-islands > .insight-islands__stack,
    .marketint-widget .insight-islands__stack > .chart__sidebar {
        width: 100%;
        max-width: none;
        flex: 0 0 auto;
        margin-left: 0;
    }
}

.chart__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.first-island {
    margin-left: 0;
}

.wrap-content section.first-island {
    margin-bottom: 0;
}

section.chart__sidebar.chart__sidebar--marketint.chart__sidebar--marketint-middle-top {
    margin-bottom: 0;
}

section.chart__sidebar.chart__sidebar--marketint.chart__sidebar--marketint-middle-bottom {
    margin-bottom: 0;
}

.insight-islands,
.insight-islands__stack {
    display: flex;
    gap: 15px;
}

.insight-islands__stack {
    flex-direction: column;
}

.marketint-sidecard-wrap--placeholder {
    min-height: 240px;
}

.marketint-volume-insights {
    color: #2f2f2f;
    font-size: 15px;
}

.marketint-volume-insights__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
}

.marketint-middle-stack {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.marketint-volume-insights__column {
    min-width: 0;
}

section.marketint-volume-insights__group {
    margin-bottom: 0;
}

.marketint-volume-insights__group + .marketint-volume-insights__group {
    margin-top: 22px;
}

.marketint-volume-insights__title {
    margin: 0 0 5px 0;
    color: #202124;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.3;
}

.marketint-volume-insights__unit-label {
    margin: -4px 0 10px 0;
    color: #676767;
    font-size: 0.85rem;
    line-height: 1.3;
}

.marketint-volume-insights__list {
    margin: 0;
}

.marketint-volume-insights__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    font-size: 0.85rem;
    line-height: 1.4;
    border-bottom: 1px dotted #999999;
}

.marketint-volume-insights__row:last-child {
    border-bottom: none;
}

.marketint-volume-insights__label {
    color: #2f2f2f;
    font-weight: 300;
}

.marketint-volume-insights__value {
    white-space: nowrap;
    font-weight: 300;
}

.marketint-volume-insights__number {
    color: inherit;
}

.marketint-volume-insights__value.rise {
    color: #10bd00;
}

.marketint-volume-insights__value.fall {
    color: #fc5959;
}

#div_chart_wrap {
    position: relative;
}

.div_chart__no-sub .heat-table,
.div_chart__no-sub svg {
    filter: none;
}

.marketint-paywall-placeholder {
    min-height: 450px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff url("/assets/files/advert/mi_paywallblur.jpg") center center / cover no-repeat;
    position: relative;
}

.div_chart__no-sub .marketint-paywall-placeholder {
    filter: none;
}

@media screen and (max-width: 769px) {
    .div_chart__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div_chart__wrap #div_chart_compare {
        margin-bottom: 20px;
        width: 100% !important;
        height: 300px !important;
    }

    .div_chart__wrap #div_chart {
        width: 100% !important;
        height: 300px !important;
    }
}

.download-chart__list {
    display: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (min-width: 1024px) {
    .download-chart__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.download-chart__item {
    margin: 10px 8px 10px 0;
    border-radius: 4px;
}

.download-chart__item:last-child {
    margin-right: 0;
}

.download-chart__btn {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Font Awesome 5 Regular';
    color: #53a79f;
    border: none;
    padding: 0;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
}

.download-chart__btn.block-shadow {
    padding: 4.61px 12px;
}

.download-chart__btn:hover {
    text-decoration: none;
    opacity: 1;
    color: #01403b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.85rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
    white-space: nowrap;
    background: #fff;
    color: #000;
    padding: 10px 16px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: clamp(10px, 1.2vw, 16px);
    z-index: 1;
}

[data-tooltip]:hover::after {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.chart-tools {
    font-size: 1.2rem;
}

[data-tooltip]::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 31px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 5;
}

[data-tooltip]:hover::before {
    opacity: 1;
}

.info-chart,
.source-chart__list {
    font-size: 15px;
    color: #676767;
    margin: 0;
}

.info-chart {
    align-self: baseline;
    width: 100%;
}

.source-chart__item {
    font-size: .85rem;
}

.source-chart__item:not(:first-of-type) {
    margin-top: 20px;
}

.source-chart__item--update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.source-chart__subscription {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Font Awesome 5 Solid';
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%);
    color: rgba(35, 35, 35, 0.6);
    border: none;
    padding: 3.2px 12.5px;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
}

.source-chart__subscription[data-tooltip]::after {
    left: -14px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    top: 50%;
    white-space: normal;
    width: 270px;
    text-align: left;
}

.source-chart__subscription.sub-chart[data-tooltip]::after {
    width: 220px;
}

.source-chart__subscription[data-tooltip]::before {
    border-bottom-color: transparent;
    border-left-color: #fff;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    left: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.source-chart__subscription[data-tooltip]:hover::after {
    opacity: 1;
}

.source-chart__subscription[data-tooltip]:hover::before {
    opacity: 1;
}

.source-chart__subscription .fal {
    font-size: 1.3rem;
}

.source-chart__subscription .fas {
    font-size: 1.3rem;
}

.source-chart__subscription.sub-chart {
    color: #53a79f;
}

.source-chart__subscription:hover {
    color: #53a79f;
}

.source-chart__header {
    color: #2f2f2f;
    font-weight: 500;
    font-size: .95rem;
    margin: 0 0 5px 0;
}

.source-chart__text {
    margin: 0;
    line-height: 1.5;
}

.source-chart__link, .source-chart__link:hover {
    color: #007bff;
}

.source-chart__text--compare {
    font-size: 0.75rem;
}

.source-chart__text--compare span {
    margin-right: 0.5em;
    color: #888888;
}

.source-chart__text--compare span::after {
    content: ':';
}

.source-chart__text--main {
    margin-bottom: 0;
}

.source-chart__text--codes {
    max-height: 160px;
    overflow: auto;
}

.marketint-sidecard {
    font-size: 15px;
    color: #676767;
}

.marketint-sidecard-wrap {
    padding: 18px 16px;
}

.marketint-sidecard__header,
.marketint-sidecard__subheader {
    color: #202124;
    font-weight: 500;
    font-size: 0.95rem;
    margin: 0 0 5px 0;
}

.marketint-sidecard__unit-label {
    margin: -4px 0 10px 0;
    color: #676767;
    font-size: 0.85rem;
    line-height: 1.3;
}

.marketint-sidecard__market {
    margin: 12px 0 0;
    color: #202124;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.4;
}

.marketint-sidecard--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.marketint-sidecard__split-block {
    min-width: 0;
}

.marketint-sidecard__list {
    margin: 0;
}

.marketint-sidecard__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dotted #999999;
    font-size: 0.85rem;
}

.marketint-sidecard__row:last-child {
    border-bottom: none;
}

.marketint-sidecard__label {
    color: #2f2f2f;
    font-weight: 300;
}

.marketint-sidecard__value {
    color: #555555;
    white-space: nowrap;
}

.marketint-sidecard__value.rise {
    color: #10bd00;
}

.marketint-sidecard__value.fall {
    color: #fc5959;
}

.marketint-sidecard__empty {
    margin: 0;
    color: #777777;
    font-size: 0.82rem;
    line-height: 1.4;
}

.info-chart__header {
    font-size: 1rem;
    font-weight: 600;
    color: #2f2f2f;
}

.info-chart__text {
    font-size: 0.9rem;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .chart-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .marketint-widget .chart__sidebar--marketint {
        width: 100%;
        max-width: none;
    }

    .marketint-widget .insight-islands {
        width: 100%;
        max-width: none;
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }

    .marketint-widget .insight-islands__stack {
        width: 100%;
    }

    .marketint-sidecard--split {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .marketint-volume-insights__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/*///////////////////////////////////////////////////other statistic///////////////////////*/
.other-statistics__list {
    margin-bottom: 0;
}

@media screen and (max-width: 769px) {
    .other-statistics__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.other-statistics__item {
    margin-bottom: 8px;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .other-statistics__item {
        width: calc((100% - 8px)/ 2);
    }
}

.other-statistics__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.other-statistics__img {
    margin-right: 15px;
    height: auto;
}

.other-statistics__link:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.other-statistics__title {
    font-size: 1rem;
    color: #2f2f2f;
}

.other-statistics__header {
    font-size: 1.1rem;
    margin-bottom: 1.6rem;
}

.other-statistics__description {
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.3rem;
    color: #676767;
}

/*////////////////////////////////////////////////////////Table chart///////////////////////////////////*/
.table-chart__wrap {
    overflow-x: auto;
    cursor: all-scroll;
}

.table-chart__wrap table {
    margin: 20px 0 0 0;
}

.marketint-data-table {
    width: 100%;
    min-width: 720px;
    border-spacing: 0;
    border-collapse: collapse;
    color: #767676;
    font-size: 0.75rem;
}

.marketint-data-table td,
.marketint-data-table th,
.marketint-data-table tbody th {
    vertical-align: middle;
    white-space: nowrap;
}

.marketint-data-table thead {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.marketint-data-table thead th {
    font-weight: bold;
    color: #555555;
    padding: 20px 0 10px 10px;
    font-size: 0.8rem;
    background: #fff;
}

.marketint-data-table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    transform: translateX(-1px);
}

.marketint-data-table thead th:not(:first-child) {
    text-align: center;
}

.marketint-data-table tbody th {
    font-weight: bold;
    font-size: 0.81rem;
    color: #262626;
    position: sticky;
    left: 0;
    background: #fff;
    padding: 8px 10px;
    transform: translateX(-1px);
    z-index: 1;
}

.marketint-data-table tbody td {
    padding: 8px 10px;
    text-align: center;
    color: #555555;
}

.marketint-data-table td.rise {
    color: #10bd00;
}

.marketint-data-table td.fall {
    color: #fc5959;
}

.marketint-data-table tbody tr:not(:last-of-type) {
    border-bottom: 1px dotted #999999;
}

.marketint-data-table tbody tr:hover {
    background-color: #ebebeb;
}

.prices-qb-page .widjet__content {
    padding-top: 0;
}

.prices-qb-wrap {
    display: block;
    padding-top: 18px;
}

.prices-qb-stacked {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.prices-qb-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 12px 0;
    overflow-x: auto;
}

.prices-qb-modebar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
}

.prices-qb-mode-switch,
.prices-qb-mapmetric-switch,
.prices-qb-actions {
    display: inline-flex;
    align-items: stretch;
    flex: 0 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
}

.prices-qb-mapmetric,
.prices-qb-treemapmetric {
    display: none;
}

.prices-qb-wrap[data-view-mode="map"] .prices-qb-mapmetric {
    display: flex;
}

.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-treemapmetric {
    display: flex;
}

.prices-qb-mode__input,
.prices-qb-mapmetric__input,
.prices-qb-treemapmetric__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.prices-qb-mode__label,
.prices-qb-mapmetric__label,
.prices-qb-action {
    min-width: 82px;
    margin: 0;
    padding: 8px 14px;
    border-left: 1px solid #dadada;
    background: #fff;
    color: #202124;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.prices-qb-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #676767;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-family: inherit;
}

.prices-qb-action .chart-tools {
    color: #676767;
    font-family: 'Font Awesome 5 Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.prices-qb-action:first-child,
.prices-qb-mode__label:first-of-type,
.prices-qb-mapmetric__label:first-of-type {
    border-left: none;
}

.prices-qb-action:hover,
.prices-qb-mode__label:hover,
.prices-qb-mapmetric__label:hover {
    background: #f9f9f9;
}

.prices-qb-action:hover,
.prices-qb-action:hover .chart-tools {
    color: #202124;
}

.prices-qb-mode__input:checked + .prices-qb-mode__label,
.prices-qb-mapmetric__input:checked + .prices-qb-mapmetric__label {
    background: #f5f3f3;
    box-shadow: inset 0 0 0 1px #f5f3f3;
}

.prices-qb-action:focus,
.prices-qb-mode__input:focus + .prices-qb-mode__label,
.prices-qb-mapmetric__input:focus + .prices-qb-mapmetric__label {
    outline: 1px solid #8c8c8c;
    outline-offset: -2px;
}

.prices-qb-card {
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.prices-qb-table {
    width: 100%;
    min-width: 100%;
    margin: 0;
    display: block;
}

.prices-qb-wrap[data-view-mode="map"] .prices-qb-table,
.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-table,
.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-map {
    display: none;
}

.prices-qb-map,
.prices-qb-treemap {
    display: none;
    background: #fff;
    overflow-x: auto;
}

.prices-qb-wrap[data-view-mode="map"] .prices-qb-map {
    display: block;
}

.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-treemap {
    display: block;
}

.prices-qb-map__wrap,
.prices-qb-treemap__wrap {
    box-sizing: border-box;
    width: 100%;
    min-width: 1010px;
    padding: 12px 12px 20px;
}

.prices-qb-map__chart,
.prices-qb-treemap__chart {
    position: relative;
    width: 100%;
    min-height: 430px;
}

.prices-qb-map__chart {
    height: 520px;
    min-height: 520px;
    overflow: visible;
}

.prices-qb-map__chart--drilldown {
    overflow: visible;
}

.prices-qb-map__chart .google-visualization-tooltip {
    position: absolute !important;
    pointer-events: none;
    z-index: 100;
}

.prices-qb-treemap__chart {
    height: 430px;
}

.prices-qb-treemap__chart .google-visualization-tooltip {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.prices-qb-treemap__chart svg,
.prices-qb-treemap__chart svg * {
    outline: none !important;
}

.prices-qb-treemap-label {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    transform: translate(-50%, -50%);
    color: #202124;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    cursor: default;
    pointer-events: none;
    user-select: none;
}

.prices-qb-treemap-hit-zone {
    position: absolute;
    z-index: 2;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.prices-qb-treemap-label strong {
    font-weight: 700;
}

.prices-qb-treemap-label span {
    font-weight: 500;
}

.prices-qb-treemap-label--value-only {
    font-size: 10px;
    line-height: 12px;
}

.prices-qb-map__empty,
.prices-qb-treemap__empty {
    padding: 40px 12px;
    color: #676767;
    font-size: 14px;
    text-align: center;
}

.prices-qb-map__legend {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 4px;
    color: #202124;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.prices-qb-map__legend-scale {
    display: block;
    position: relative;
    overflow: visible;
    width: 190px;
    height: 22px;
    border-radius: 2px;
    background: linear-gradient(90deg, #f78a8c 0%, #f7f7f7 50%, #3ee16a 100%);
}

.prices-qb-map__legend-marker {
    display: none;
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    pointer-events: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #8c8c8c;
}

.prices-qb-map__legend-ticks {
    display: flex;
    justify-content: space-between;
    width: 190px;
    color: #202124;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.prices-qb-map-label {
    position: absolute;
    z-index: 3;
    transform: translate(-50%, -50%);
    min-width: 0;
    padding: 2px 5px;
    border: none;
    border-radius: 2px;
    background: none;
    color: #202124;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    cursor: default;
    pointer-events: auto;
}

.prices-qb-map-label--region,
.prices-qb-map-label--country {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    min-width: 54px;
    padding: 1px 4px;
    line-height: 13px;
    text-align: center;
}

.prices-qb-map-label--region strong,
.prices-qb-map-label--country strong {
    font-size: 11px;
    font-weight: 700;
}

.prices-qb-map-label--region span,
.prices-qb-map-label--country span {
    font-size: 12px;
    font-weight: 500;
}

.prices-qb-map-label--region,
.prices-qb-map-label--country,
.prices-qb-map-hit-zone--region,
.prices-qb-map-hit-zone--country {
    cursor: pointer;
}

.prices-qb-map-hit-zone {
    position: absolute;
    z-index: 2;
    border: none;
    background: transparent;
    padding: 0;
    cursor: default;
    pointer-events: auto;
}

.prices-qb-map-hit-zone.prices-qb-map-hit-zone--region,
.prices-qb-map-hit-zone.prices-qb-map-hit-zone--country {
    cursor: pointer;
}

.prices-qb-map-label:focus {
    outline: 1px solid #8c8c8c;
    outline-offset: 1px;
}

.prices-qb-map-floating-tooltip {
    position: absolute;
    z-index: 100;
    min-width: 300px;
    max-width: 380px;
    padding: 8px 10px;
    border: 1px solid #dadada;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #202124;
    pointer-events: none;
}

.prices-qb-map-tooltip {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 360px;
    padding: 8px;
    color: #202124;
    font-size: 12px;
    line-height: 15px;
}

.prices-qb-map-tooltip__description {
    white-space: nowrap;
}

.prices-qb-map-floating-tooltip .prices-qb-map-tooltip {
    padding: 0;
}

.prices-qb-table .prices-qb-table__wrap {
    padding: 0;
    overflow-x: auto;
    cursor: default;
}

.prices-qb-table__table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    table-layout: auto;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.prices-qb-table__table thead th {
    background: #f5f3f3;
    color: #202124;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 13px 14px;
    border-bottom: 1px solid #e5e2e2;
    white-space: nowrap;
}

.prices-qb-table__table thead th:first-child {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 6px 14px;
    text-align: left;
}

.prices-qb-head-main,
.prices-qb-head-note {
    display: block;
}

.prices-qb-table__table thead th:first-child.prices-qb-sortable::after {
    display: inline-block;
    margin-left: 8px;
}

.prices-qb-table__table thead th:first-child .prices-qb-head-note {
    display: inline;
}

.prices-qb-table__table thead th:not(:first-child) {
    text-align: center;
}

.prices-qb-table__table thead th.prices-qb-sortable {
    cursor: pointer;
    user-select: none;
}

.prices-qb-table__table thead th.prices-qb-sortable::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0;
}

.prices-qb-table__table thead th.prices-qb-sortable[aria-sort="descending"]::after {
    border-top: 5px solid #202124;
    opacity: 0.65;
}

.prices-qb-table__table thead th.prices-qb-sortable[aria-sort="ascending"]::after {
    border-bottom: 5px solid #202124;
    opacity: 0.65;
}

.prices-qb-table__table tbody th,
.prices-qb-table__table tbody td {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 14px;
    border-bottom: 1px solid #e5e2e2;
    vertical-align: middle;
}

.prices-qb-table__table tbody th {
    color: #202124;
    font-weight: 400;
    text-align: left;
    white-space: normal;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    border-right: none;
}

.prices-qb-benchmark__ticker {
    display: block;
}

.prices-qb-benchmark__ticker {
    color: #202124;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.prices-qb-benchmark__unit {
    display: block;
    color: #676767 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.prices-qb-table__table tbody td {
    color: #202124;
    text-align: center;
    white-space: nowrap;
}

.prices-qb-price,
.prices-qb-month,
.prices-qb-date,
.prices-qb-status {
    background: #fff;
}

.prices-qb-month__arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 6px;
    vertical-align: middle;
}

.prices-qb-month--up .prices-qb-month__arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #3ee16a;
}

.prices-qb-month--down .prices-qb-month__arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #f78a8c;
}

.prices-qb-month--flat .prices-qb-month__arrow {
    display: none;
}

.prices-qb-table__table tbody td.prices-qb-month {
    padding-left: 20px;
    text-align: left;
}

.prices-qb-trend {
    font-weight: 400;
}

.prices-qb-heat--neutral {
    background: #fff;
}

.prices-qb-heat--up-1 {
    background: #e6f6e8;
    color: #202124;
}

.prices-qb-heat--up-2 {
    background: #bff0c9;
    color: #202124;
}

.prices-qb-heat--up-3 {
    background: #7de092;
    color: #202124;
}

.prices-qb-heat--up-4 {
    background: #3ee16a;
    color: #202124;
}

.prices-qb-heat--down-1 {
    background: #fde8e8;
    color: #202124;
}

.prices-qb-heat--down-2 {
    background: #f8bcbc;
    color: #202124;
}

.prices-qb-heat--down-3 {
    background: #f28b8e;
    color: #202124;
}

.prices-qb-heat--down-4 {
    background: #f78a8c;
    color: #202124;
}

.prices-qb-status {
    color: #202124;
}

.prices-qb-empty {
    padding: 26px 14px;
    text-align: center;
    color: #676767;
    background: #fff;
}

.chart__copyright {
    color: rgb(99 99 99);
    font-size: 0.85rem;
}

/*////////////////////////////////////////////////////////Heat Table ///////////////////////////////////*/
.heat-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    min-width: 190px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.heat-table__wrap {
    overflow-x: auto;
    cursor: all-scroll;
    padding: 0 24px 24px;
}

.heat-table__legend {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.heat-table__gradient {
    padding: 7px 30px;
    margin: 0 5px;
    background: -webkit-linear-gradient(left, #fff 0%, rgb(0, 141, 54) 100%);
    background: linear-gradient(.25turn, #fff 0%, rgb(0, 141, 54) 100%);
}

.heat-table td {
    border: none;
    text-align: center;
    font-size: 12px;
    padding: 5px;

}

.heat-table__data {
    position: relative;
    color: #000;
}

td.heat-table__name {
    width: 1px;
    text-align: right;
    white-space: nowrap;
}

.heat-table__tooltip {
    display: none;
    background: #fff;
    white-space: normal;
    position: absolute;
    text-align: left;
    left: 50%;
    -webkit-transform: translate(-50%, calc(100% + 10px));
    transform: translate(-50%, calc(100% + 10px));
    bottom: 0;
    z-index: 60;
    min-width: 230px;
    max-width: 280px;
    padding: 10px 12px;
    line-height: 1.45;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
}

tr td:last-child .heat-table__tooltip {
    -webkit-transform: translate(-78%, calc(100% + 10px));
    transform: translate(-78%, calc(100% + 10px));
}

.heat-table__tooltip p {
    font-size: 12px;
    margin: 0;
    color: #202124;
    text-shadow: none;
}

.heat-table__tooltip::after {
    content: '';
    border: 7px solid #fff;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    top: -6px;
    box-shadow: 1px -1px 1px 0 rgb(0 0 0 / 4%);
}

tr td:last-child .heat-table__tooltip::after {
    left: 75%
}

.heat-table__data:hover .heat-table__tooltip {
    display: block;
}

.heat-table__data:hover {
    z-index: 30;
    box-shadow: inset 0 0 0 1px #000;
}

.heat-table--marketint .heat-table__table {
    table-layout: fixed;
    width: 100%;
    min-width: 100%;
    position: relative;
    z-index: 2;
}

.heat-table--marketint {
    width: 100%;
    min-width: 100%;
    overflow: visible;
    background: #fff;
}

.marketint-heatmap-layout {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.marketint-heatmap-main {
    flex: 1 1 auto;
    min-width: 0;
}

.marketint-axis-label {
    color: #676767;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 100;
}

.marketint-axis-label--bottom {
    text-align: center;
    margin: 0;
}

.marketint-axis-label--left {
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
}

.heat-table--marketint .heat-table__wrap {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 12px;
}

.heat-table--marketint .heat-table__period {
    min-width: 110px;
    max-width: 150px;
    font-size: 13px;
    line-height: 1.2;
    writing-mode: initial;
    transform: none;
    color: #2f2f2f;
    font-weight: 500;
    vertical-align: top;
    padding-top: 10px;
}

.heat-table--marketint td.heat-table__name {
    width: 80px;
    max-width: 220px;
    white-space: normal;
    font-size: 13px;
    color: #2f2f2f;
    font-weight: 500;
    text-align: left;
    padding-left: 0;
    padding-right: 12px;
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 6;
}

.download-chart__btn[data-tooltip]::after {
    top: auto;
    bottom: calc(100% + 14px);
    z-index: 90;
}

.download-chart__btn[data-tooltip]::before {
    top: auto;
    bottom: calc(100% - 5px);
    border: 10px solid transparent;
    border-top-color: #fff;
    border-bottom-color: transparent;
    z-index: 91;
}

.heat-table--marketint .heat-table__data {
    min-width: 110px;
    height: 56px;
    border-radius: 0;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    position: relative;
    overflow: visible;
    z-index: 1;
    box-shadow: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.heat-table--marketint .heat-table__value {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
}

.heat-table--marketint .heat-table__tooltip {
    width: 240px;
    white-space: normal;
    z-index: 80;
    top: auto;
    bottom: calc(100% + 10px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heat-table--marketint tr:nth-child(-n+2) .heat-table__data .heat-table__tooltip {
    top: calc(100% + 10px) !important;
    bottom: auto !important;
}

.heat-table--marketint tr:nth-child(-n+2) .heat-table__data:hover {
    z-index: 40;
}

.heat-table--marketint tr td.heat-table__data:nth-child(2) .heat-table__tooltip,
.heat-table--marketint tr td.heat-table__data:nth-child(3) .heat-table__tooltip {
    left: 0;
    -webkit-transform: translateX(12%);
    transform: translateX(12%);
}

.heat-table--marketint tr td:last-child .heat-table__tooltip {
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
}

.heat-table--marketint tr td:nth-last-child(2) .heat-table__tooltip {
    -webkit-transform: translateX(-74%);
    transform: translateX(-74%);
}

.heat-table--marketint .heat-table__tooltip::after {
    top: auto;
    bottom: -6px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    box-shadow: -1px 1px 1px 0 rgb(0 0 0 / 4%);
}

.heat-table--marketint tr:nth-child(-n+2) .heat-table__data .heat-table__tooltip::after {
    top: -6px !important;
    bottom: auto !important;
    border-color: #fff #fff transparent transparent;
    box-shadow: 1px -1px 1px 0 rgb(0 0 0 / 4%);
}

.heat-table--marketint tr td.heat-table__data:nth-child(2) .heat-table__tooltip::after,
.heat-table--marketint tr td.heat-table__data:nth-child(3) .heat-table__tooltip::after {
    left: 28px;
}

.heat-table--marketint tr td:last-child .heat-table__tooltip::after {
    left: 75%;
}

.heat-table--marketint tr td:nth-last-child(2) .heat-table__tooltip::after {
    left: 62%;
}

.marketint-heat-table__data--empty {
    background: #fff;
}

.marketint-heat-table__data--no-flow {
    color: #676767;
}

.marketint-heat-table__data--no-flow.marketint-heat-table__data--top {
    border-top: 1px solid #efefef;
}

.marketint-heat-table__data--no-flow.marketint-heat-table__data--left {
    border-left: 1px solid #efefef;
}

.marketint-heat-table__data--right {
    border-right: none;
}

.marketint-heat-table__data--top.marketint-heat-table__data--left {
    border-top-left-radius: 6px;
    background-clip: padding-box;
}

.marketint-heat-table__data--top.marketint-heat-table__data--right {
    border-top-right-radius: 6px;
    background-clip: padding-box;
}

.marketint-heat-table__data--bottom {
    border-bottom: none;
}

.marketint-heat-table__data--bottom.marketint-heat-table__data--left {
    border-bottom-left-radius: 6px;
    background-clip: padding-box;
}

.marketint-heat-table__data--bottom.marketint-heat-table__data--right {
    border-bottom-right-radius: 6px;
    background-clip: padding-box;
}

.heat-table--marketint .heat-table__tooltip .tt-change,
.heat-table--marketint .heat-table__tooltip .tt-countries {
    font-weight: 600;
}

.heat-table--marketint .marketint-heat-table__axis-row .heat-table__period {
    padding-top: 14px;
}

.heat-table--marketint td.heat-table__name {
    line-height: 18px;
}

.marketint-heat-table__data:not(.marketint-heat-table__data--empty):hover {
    transform: scale(1.02);
    box-shadow: inset 0 0 0 1px rgb(32 33 36 / 20%);
}

@media screen and (max-width: 769px) {
    #marketint-f-period .widjet-form { width: 100%; }
    .marketint-data-table { min-width: 640px; }
    .marketint-heatmap-layout { gap: 6px; }
    .marketint-axis-label { font-size: 12px; }
    .marketint-axis-label--top,
    .marketint-axis-label--bottom { text-align: left; }
    .marketint-axis-label--left { min-width: 18px; }
}

.column_container,
.widjet,
.column_center,
.widjet.widjet_wrap,
.widjet__content,
.wrap-content { background: #fff; }
/*//////////////////////////////////////////////////////// Radio button ///////////////////////////////////*/

.radio {
    margin-top: 10px;
}

.radio__label {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 50px;
    width: fit-content;
    border: 1px solid #ccc;
    color: #ccc;
}

.radio__label:hover {
    color: #676767;
    border-color: #676767;
}

.radio__label:not(:first-of-type) {
    margin-top: 10px;
}

.unit-switch {
    display: flex;
    gap: 10px;
}

.unit-switch .radio__label {
    justify-content: center;
    width: 120px;
}

.unit-switch .radio__label:not(:first-of-type) {
    margin-top: 0;
}

.source-chart__header + .source-chart__text--market-total {
    margin-top: 4px;
}

.source-chart__text--market-total {
    margin-top: 4px;
}

input:checked + .radio__label {
    border-color: #00a193;
    background-color: #00a193;
    color: #fff;
}

input:checked + .radio__label:hover {
    border-color: #008d81;
    background-color: #008d81;
}

.marketint-sidecard-wrap--placeholder {
    min-height: unset;
}

.prices-qb-table .prices-qb-table__table {
    table-layout: auto !important;
    border-top: 1px solid #e5e2e2 !important;
    border-left: 1px solid #e5e2e2 !important;
    border-right: 1px solid #e5e2e2 !important;
}

.prices-qb-table .prices-qb-col-benchmark,
.prices-qb-table .prices-qb-table__table thead th:first-child,
.prices-qb-table .prices-qb-table__table tbody th.prices-qb-benchmark {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
}

.prices-qb-table .prices-qb-col-price,
.prices-qb-table .prices-qb-col-month,
.prices-qb-table .prices-qb-col-trend,
.prices-qb-table .prices-qb-table__table thead th:nth-child(2),
.prices-qb-table .prices-qb-table__table thead th:nth-child(3),
.prices-qb-table .prices-qb-table__table thead th:nth-child(4),
.prices-qb-table .prices-qb-table__table thead th:nth-child(5),
.prices-qb-table .prices-qb-table__table thead th:nth-child(6),
.prices-qb-table .prices-qb-table__table thead th:nth-child(7),
.prices-qb-table .prices-qb-table__table tbody td:nth-child(2),
.prices-qb-table .prices-qb-table__table tbody td:nth-child(3),
.prices-qb-table .prices-qb-table__table tbody td:nth-child(4),
.prices-qb-table .prices-qb-table__table tbody td:nth-child(5),
.prices-qb-table .prices-qb-table__table tbody td:nth-child(6),
.prices-qb-table .prices-qb-table__table tbody td:nth-child(7) {
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;
}

.prices-qb-table .prices-qb-col-date,
.prices-qb-table .prices-qb-table__table thead th:nth-child(8),
.prices-qb-table .prices-qb-table__table tbody td:nth-child(8) {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}

.prices-qb-table .prices-qb-col-status,
.prices-qb-table .prices-qb-table__table thead th:nth-child(9),
.prices-qb-table .prices-qb-table__table tbody td:nth-child(9) {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
}

/* Futures quotes table is one column narrower (no absolute Change and no
   Week column): column 7 is the date. The benchmark column needs less
   room than the regional benchmark tables' 200px. */
.prices-qb-table .prices-qb-table__table--futures .prices-qb-col-benchmark,
.prices-qb-table .prices-qb-table__table--futures thead th:first-child,
.prices-qb-table .prices-qb-table__table--futures tbody th.prices-qb-benchmark {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
}


.prices-qb-table .prices-qb-table__table--futures thead th:nth-child(7),
.prices-qb-table .prices-qb-table__table--futures tbody td:nth-child(7) {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}

.prices-qb-table .prices-qb-table__table th,
.prices-qb-table .prices-qb-table__table td,
.prices-qb-table .prices-qb-benchmark__ticker {
    color: #202124 !important;
}

.prices-qb-table .prices-qb-table__table td.prices-chart-quotes__change--up {
    color: #28b84f !important;
}

.prices-qb-table .prices-qb-table__table td.prices-chart-quotes__change--down {
    color: #f05f64 !important;
}

.prices-qb-benchmark__ticker:hover {
    color: #202124;
    text-decoration: none;
}

.prices-chart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 12px;
    align-items: start;
    width: 100%;
}

.prices-chart-card {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 34px 42px 0;
    background: #fff;
}

.prices-chart-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.prices-chart-benchmarks {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background: #fff;
}

/* Modifier for the table displayed under the chart in country view */
.prices-chart-benchmarks--under-chart.block-shadow {
    padding: 20px;
    overflow-x: auto;
}

.prices-chart-benchmarks--under-chart .prices-qb-table__table--chart {
    border-radius: 6px;
    min-width: 0;
    width: 100%;
}

/* First column: wider + header vertically centered */
.prices-chart-benchmarks--under-chart .prices-qb-table__table--chart .prices-qb-col-benchmark,
.prices-chart-benchmarks--under-chart .prices-qb-table__table--chart thead th:first-child,
.prices-chart-benchmarks--under-chart .prices-qb-table__table--chart tbody th.prices-qb-benchmark {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
}

.prices-chart-benchmarks--under-chart .prices-qb-table__table--chart thead th:first-child {
    vertical-align: middle;
}

.prices-chart-benchmarks .prices-qb-table__table--chart {
    min-width: 690px;
}

.prices-chart-benchmarks .prices-qb-table__table--chart .prices-qb-col-benchmark,
.prices-chart-benchmarks .prices-qb-table__table--chart thead th:first-child,
.prices-chart-benchmarks .prices-qb-table__table--chart tbody th.prices-qb-benchmark {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
}

.prices-chart-benchmarks .prices-qb-table__table--chart .prices-qb-col-price,
.prices-chart-benchmarks .prices-qb-table__table--chart .prices-qb-col-trend,
.prices-chart-benchmarks .prices-qb-table__table--chart thead th:nth-child(2),
.prices-chart-benchmarks .prices-qb-table__table--chart thead th:nth-child(3),
.prices-chart-benchmarks .prices-qb-table__table--chart thead th:nth-child(4),
.prices-chart-benchmarks .prices-qb-table__table--chart thead th:nth-child(5),
.prices-chart-benchmarks .prices-qb-table__table--chart tbody td:nth-child(2),
.prices-chart-benchmarks .prices-qb-table__table--chart tbody td:nth-child(3),
.prices-chart-benchmarks .prices-qb-table__table--chart tbody td:nth-child(4),
.prices-chart-benchmarks .prices-qb-table__table--chart tbody td:nth-child(5) {
    width: 105px !important;
    min-width: 105px !important;
    max-width: 105px !important;
}

.prices-chart-benchmarks .prices-qb-table__table--chart .prices-qb-col-date,
.prices-chart-benchmarks .prices-qb-table__table--chart thead th:nth-child(6),
.prices-chart-benchmarks .prices-qb-table__table--chart tbody td:nth-child(6) {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
}

.prices-chart-benchmarks .prices-qb-table__table--chart[data-prices-chart-country-table] .prices-qb-col-benchmark,
.prices-chart-benchmarks .prices-qb-table__table--chart[data-prices-chart-country-table] thead th:first-child,
.prices-chart-benchmarks .prices-qb-table__table--chart[data-prices-chart-country-table] tbody th {
    width: auto !important;
    min-width: 236px !important;
    max-width: none !important;
}

.prices-chart-benchmarks .prices-qb-table__table--chart[data-prices-chart-country-table] .prices-qb-col-date,
.prices-chart-benchmarks .prices-qb-table__table--chart[data-prices-chart-country-table] thead th:nth-child(5),
.prices-chart-benchmarks .prices-qb-table__table--chart[data-prices-chart-country-table] tbody td:nth-child(5) {
    width: 105px !important;
    min-width: 105px !important;
    max-width: 105px !important;
}

.prices-chart-card--fullscreen {
    position: fixed;
    z-index: 10050;
    inset: 0;
    overflow: auto;
    border-radius: 0;
}

body.prices-chart-fullscreen-open {
    overflow: hidden;
}

.prices-chart-card .google-visualization-tooltip {
    width: 280px !important;
    border-radius: 6px !important;
    overflow: visible;
}

.prices-chart-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.prices-chart-quotes {
    width: 100%;
    min-width: 0;
    padding: 18px 20px;
    background: #fff;
}

.prices-chart-quotes__title {
    margin-bottom: 6px;
    color: #202124;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.prices-chart-ppi-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.prices-chart-quotes__title--with-unit {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.prices-chart-quotes__title-unit {
    font-size: 13px;
    font-weight: 400;
    color: #676767;
}

/* Grouped Benchmarks island: each product group re-opens a thead; give the
   repeated header blocks a little air above them. The group name spans use
   the same two-line style as the benchmark tables under the chart. */
.prices-chart-quotes__table tbody + thead th {
    border-top: 10px solid #fff;
}

.prices-chart-quotes__table thead th .prices-qb-head-main {
    font-weight: 400;
    display: block;
}

.prices-chart-quotes__table thead th .prices-qb-head-note {
    display: block;
    font-weight: 400;
    color: #676767;
}

.prices-chart-title-line {
    display: block;
}

.prices-chart-ppi-period {
    font-size: 13px;
    font-weight: 400;
    color: #676767;
}

.prices-chart-quotes__table {
    width: 100%;
    border-collapse: collapse;
    color: #202124;
    font-size: 14px;
}

.prices-chart-quotes__table th,
.prices-chart-quotes__table td {
    padding: 4px 8px;
    border-bottom: 1px solid #e5e2e2;
    text-align: left;
    white-space: nowrap;
}

.prices-chart-quotes__table thead th {
    background: #f5f3f3;
    font-weight: 400;
}

.prices-chart-quotes__table tbody th {
    font-weight: 400;
}

.prices-chart-countries .prices-chart-quotes__table tbody th {
    font-weight: 400;
    max-width: 154px;
    overflow: clip;
    text-overflow: ellipsis;
}

.prices-chart-countries .prices-chart-quotes__table tbody tr {
    cursor: pointer;
}

.prices-chart-country-prices .prices-chart-quotes__table tbody tr,
.prices-qb-table__table--chart[data-prices-chart-country-table] tbody tr {
    cursor: pointer;
}

.prices-chart-countries .prices-chart-quotes__table tbody tr:hover {
    background: #f5f3f3;
}

.prices-chart-country-prices .prices-chart-quotes__table tbody tr:hover,
.prices-qb-table__table--chart[data-prices-chart-country-table] tbody tr:hover {
    background: #f5f3f3;
}

.prices-chart-country-price-link {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    color: #202124;
    font: inherit;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    cursor: pointer;
}

.prices-chart-quotes__ticker {
    color: #202124;
    font-weight: 700;
    text-decoration: none;
}

.prices-chart-quotes__ticker:hover {
    color: #202124;
    text-decoration: none;
}

.prices-chart-quotes__unit {
    display: block;
    color: #676767;
    font-size: 12px;
    line-height: normal;
}

.prices-chart-quotes__change--up {
    color: #28b84f;
}

.prices-chart-quotes__change--down {
    color: #f05f64;
}

.prices-chart-quotes__change--flat {
    color: #202124;
}

.prices-chart-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
    position: relative;
    min-height: 34px;
}

.prices-chart-toolbar__left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.prices-chart-toolbar__right {
    display: flex;
    align-items: center;
    min-width: 0;
}

.prices-chart-search {
    display: flex;
    align-items: center;
    position: relative;
    width: 220px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
}

.prices-chart-search:focus-within {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 10;
    background: #fff;
}

.prices-chart-search input {
    width: 100%;
    border: 0;
    color: #202124;
    font-size: 16px;
    line-height: 33px;
    outline: none;
}

.prices-chart-search input::placeholder {
    color: #989898;
}

.prices-chart-suggest {
    position: absolute;
    z-index: 18;
    top: 44px;
    left: 0;
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: stretch;
    min-width: 340px;
    max-height: 360px;
    overflow-y: auto;
    padding: 12px;
    border: 1px solid #dadce0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
}

.prices-chart-suggest[hidden] {
    display: none;
}

.prices-chart-suggest button {
    font-weight: 400;
    border: none;
    background: #fff;
    color: #202124;
    padding: 2px 0 2px 14px;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
    text-align: left;
    border-radius: 12px;
}

.prices-chart-suggest button + button {
    margin-top: 0;
}

.prices-chart-suggest button:hover,
.prices-chart-add-list button:hover {
    background: #f5f3f3;
}

.prices-chart-suggest__separator,
.prices-chart-add-list__separator {
    align-self: stretch;
    min-height: 1px;
    margin: 4px 0;
    border-top: 1px solid #e5e2e2;
    color: #676767;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.prices-chart-suggest__empty,
.prices-chart-add-list__empty {
    padding: 10px 14px;
    color: #676767;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.prices-chart-suggest__empty[hidden],
.prices-chart-add-list__empty[hidden] {
    display: none;
}

.prices-chart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 0;
    background: transparent;
    color: #888888;
    padding: 0;
    cursor: pointer;
}

.prices-chart-icon:hover {
    color: #202124;
}

.prices-chart-icon--calendar::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("/assets/wide/icons/company/light/calendar-icon.svg") no-repeat 50% 50% / contain;
    filter: grayscale(1) brightness(0.7);
    margin-bottom: 2px;
}

.prices-chart-icon--calendar:hover::before {
    filter: grayscale(1) brightness(0.18);
}

.prices-chart-icon--add {
    width: 23px;
    height: 23px;
    border: 1.5px solid #888888;
    border-radius: 3px;
    background: #fff;
}

.prices-chart-icon--add:hover {
    border-color: #202124;
}

.prices-chart-icon--add::before,
.prices-chart-icon--add::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.prices-chart-icon--add::after {
    width: 2px;
    height: 12px;
}

.prices-chart-icon--chart svg {
    display: block;
    width: 28px;
    height: 28px;
    color: #888888;
}

.prices-chart-icon--chart:hover svg {
    color: #202124;
}

.prices-chart-icon--fullscreen {
    margin-left: 80px;
    font-family: "Font Awesome 5 Light";
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
}

.prices-chart-icon--fullscreen::before {
    content: "\f065";
}

.prices-chart-card--fullscreen .prices-chart-icon--fullscreen::before {
    content: "\f066";
}

.prices-chart-add-list {
    position: absolute;
    z-index: 12;
    top: 88px;
    left: 410px;
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 12px;
    border: 1px solid #dadce0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
}

.prices-chart-period[hidden],
.prices-chart-add-list[hidden],
.prices-chart-type-list[hidden] {
    display: none;
}

.prices-chart-add-list button {
    font-weight: 500;
    border: none;
    background: #fff;
    color: #202124;
    padding: 2px 0 2px 14px;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
    text-align: left;
    border-radius: 12px;
}

.prices-chart-type-list {
    position: absolute;
    z-index: 12;
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 12px;
    border: 1px solid #dadce0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
}

.prices-chart-type-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 34px;
    border: none;
    border-radius: 6px;
    background: #fff;
    color: #202124;
    cursor: pointer;
}

.prices-chart-type-option:hover,
.prices-chart-type-option.active {
    background: #f5f3f3;
}

.prices-chart-type-option::before {
    font-family: "Font Awesome 5 Light";
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}

.prices-chart-type-option--line::before {
    content: "\f201";
}

.prices-chart-type-option--area::before {
    content: "\f1fe";
}

.prices-chart-type-option--bars svg {
    display: block;
    width: 19px;
    height: 19px;
}

.prices-chart-type-option:disabled,
.prices-chart-chip-type:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.prices-chart-period {
    position: absolute;
    z-index: 20;
    top: 82px;
    left: 214px;
}

.prices-chart-period .widjet-form {
    right: auto;
    top: 0;
    min-width: 260px;
}

.prices-chart-period__choice {
    width: 200px;
}

.prices-chart-period-choice {
    position: relative;
    width: 200px;
}

.prices-chart-period-choice__button {
    position: relative;
    display: block;
    width: 100%;
    min-height: 31px;
    padding: 4px 32px 4px 12px;
    border: 1px solid #c7ccd1;
    border-radius: 4px;
    background: #fff;
    color: #202124;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    cursor: pointer;
}

.prices-chart-period-choice__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #989898;
}

.prices-chart-period-choice__button[aria-expanded="true"]::after {
    margin-top: -4px;
    border-top: 0;
    border-bottom: 6px solid #989898;
}

.prices-chart-period-choice__menu {
    position: absolute;
    z-index: 30;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    padding: 4px 0;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
}

.prices-chart-period-choice__menu[hidden] {
    display: none;
}

.prices-chart-period-choice__menu button {
    display: block;
    width: 100%;
    border: 0;
    background: #fff;
    color: #202124;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    cursor: pointer;
}

.prices-chart-period-choice__menu button:hover,
.prices-chart-period-choice__menu button.active {
    background: #f5f3f3;
}

.prices-chart-period__range {
    display: flex;
    align-items: center;
    gap: 16px;
}

.prices-chart-period__range input {
    width: 150px;
}

.prices-chart-period .buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.prices-chart-period .btn-cancel {
    border: 0;
    background: transparent;
    color: #676767;
    cursor: pointer;
}

.prices-chart-add-list {
    flex-direction: column;
    align-items: stretch;
    min-width: 140px;
}

.prices-chart-chipbar {
    /* One chip per line: hover swaps the chip values (see chartHoverSetup),
       and with a wrapping row the changing widths reflowed the chips and made
       the chart below jump. */
    min-height: 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    max-width: 100%;
    margin-bottom: 10px;
}

.prices-chart-chip {
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    color: #202124;
    font-size: 15px;
    line-height: 28px;
    border-radius: 18px;
    padding: 0 9px 0 10px;
    white-space: nowrap;
    cursor: pointer;
}

.prices-chart-chip:hover,
.prices-chart-chip:focus {
    background: #efefef;
    outline: none;
}

.prices-chart-chip__ticker {
    font-weight: 400;
}

.prices-chart-chip__volume {
    color: #5f6368;
}

.prices-chart-chip__dot {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9c69d;
}

.prices-chart-chip__change--up {
    color: #28b84f;
}

.prices-chart-chip__change--down {
    color: #f05f64;
}

.prices-chart-chip__change--flat {
    color: #202124;
}

.prices-chart-chip-popover {
    position: absolute;
    z-index: 24;
    min-width: 218px;
    padding: 10px 12px 12px;
    border: 1px solid #dadce0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
}

.prices-chart-chip-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.prices-chart-chip-color {
    width: 18px;
    height: 18px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.prices-chart-chip-color.active {
    box-shadow: 0 0 0 2px #9598a4;
}

.prices-chart-chip-types {
    display: flex;
    gap: 4px;
}

.prices-chart-chip-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    border: none;
    border-radius: 6px;
    background: #fff;
    color: #888888;
    cursor: pointer;
}

.prices-chart-chip-type:hover,
.prices-chart-chip-type.active {
    background: #f5f3f3;
    color: #202124;
}

.prices-chart-chip-type--line::before,
.prices-chart-chip-type--area::before {
    font-family: "Font Awesome 5 Light";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.prices-chart-chip-type--line::before {
    content: "\f201";
}

.prices-chart-chip-type--area::before {
    content: "\f1fe";
}

.prices-chart-chip-type--bars svg {
    display: block;
    width: 20px;
    height: 20px;
}

.prices-chart-chip-delete {
    display: block;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #fd397a;
    line-height: normal;
    font-size: 13px;
    padding: 12px 0 0;
    cursor: pointer;
}

.prices-chart-chip-delete:hover {
    text-decoration: underline;
}

.prices-chart-stage {
    border: 1px solid #e5e2e2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    min-height: 420px;
    overflow: hidden;
}

.prices-chart-line {
    width: 100%;
    height: 420px;
}

.prices-chart-card--fullscreen .prices-chart-stage {
    min-height: calc(100vh - 200px);
}

.prices-chart-card--fullscreen .prices-chart-line {
    height: calc(100vh - 200px);
}

.prices-chart-line svg {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.prices-chart-tooltip {
    width: 280px;
    padding: 10px 12px;
    box-sizing: border-box;
}

.prices-chart-tooltip__ticker {
    font-weight: 400;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    line-height: 1.15;
    margin-bottom: 4px;
}

.prices-chart-tooltip__value {
    font-weight: 400;
    white-space: normal;
    word-wrap: break-word;
}

.prices-chart-tooltip__change {
    font-weight: 400;
    white-space: nowrap;
}

.prices-chart-tooltip__period {
    font-weight: 400;
    white-space: nowrap;
}

.prices-chart-empty {
    color: #676767;
    font-size: 15px;
    padding: 24px 0;
}

.prices-chart-ranges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: #f5f3f3;
    border: 1px solid #e5e2e2;
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.prices-chart-ranges__periods {
    display: flex;
    gap: 18px;
}

.prices-chart-value-mode {
    display: flex;
    gap: 12px;
}

.prices-chart-ranges button {
    border: 0;
    background: transparent;
    color: #888888;
    font-size: 15px;
    line-height: 20px;
    padding: 0 2px;
    cursor: pointer;
}

.prices-chart-ranges button:hover {
    color: #474747;
}

.prices-chart-ranges button.active {
    color: #202124;
    border-bottom: 2px solid #202124;
}

@media (max-width: 1240px) {
    .prices-chart-layout {
        grid-template-columns: 1fr;
    }
}
