/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.derivative-price-action__wrapper {
    --itemHoverColor: #ffdead;
    --itemActiveColor: #fff3d0;
    --borderToolbarColor: #e1e1e1;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: default;
    margin-top: 30px;
}
.derivative-price-action__wrapper--fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    z-index: 150;
}
.derivative-price-action__wrapper .highcharts-container {
    background: none;
}
.derivative-price-action__header {
    
}
.derivative-price-action__header-title {
    font-weight: 700;
    font-size: 28px;
}
.derivative-price-action__left {
    position: relative;
}
.derivative-price-action__buttons {
    position: absolute;
    right: 0px;
    top: 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.derivative-price-action__button {
    padding: 4px 10px;
}
    .derivative-price-action__button:not(.derivative-price-action__button--active):hover {
        background-color: #d9d9d9;
    }
.derivative-price-action__button--active {
    background-color: #e1f5fe;
    border-radius: 5px;
}
.derivative-price-action__button-line {
    margin: 0px 5px;
    color: #a3a3a3;
}
.derivative-price-action__button span {
    font-size: 14px;
}
.derivative-price-action__button img {
    width: 16px;
    height: 20px;
}

.derivative-price-action__timeframe-wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.derivative-price-action__timeframe {
    /*width: 65px;
    height: 28px;*/
    padding: 4px 20px;
    margin-left: 10px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    text-align: center;
    color: #666666;
}
    .derivative-price-action__timeframe:not(.derivative-price-action__timeframe--active):hover {
        background-color: #d9d9d9;
    }
.derivative-price-action__timeframe--active {
    background-color: #e1f5fe;
    border-color: #e1f5fe;
    color: #282828;
}

.derivative-price-action__option-header {
    position: relative;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px 0px;
    line-height: normal;
}
.derivative-price-action__option-header-title {

}
.derivative-price-action__option-header-ico {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.derivative-price-action__option-body {
}
.derivative-price-action__option-item {
    position: relative;
    padding: 7px 10px;
    margin-top: 10px;
    line-height: normal;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}
    .derivative-price-action__option-item:hover {
        background-color: #ffdead;
    }
.derivative-price-action__option-item-color {
    display: inline-block;
    height: 3px;
    width: 25px;
    background-color: #9c0fa5;
    margin-bottom: 3px;
    margin-right: 10px;
}
.derivative-price-action__option-item-ico {
    display: none;
    position: absolute;
    right: 10px;
    color: #d93025;
}
.hidden-icon {
    display: none;
}
.derivative-price-action__option-item:hover .derivative-price-action__option-item-ico {
    display: inline-block;
}

#derivative-price-action-chart{
    margin-top: 15px;
    height: 400px;
}
.derivative-price-action__chart--fullscreen {
    height: calc(100vh - 115px) !important;
}
.derivative-price-action__sub-title {
    position: absolute;
    left: 45px;
    bottom: 30px;
}
.derivative-price-action__sub-title-img {
    width: 15px;
    height: 15px;
    opacity: 0.8;
}
/*-------*/
/*Tooltip formater of chart*/
.deri-price-action__tooltip-formatter {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    padding: 10px 15px;
    background-color: rgba(247, 247, 247, 0.9);
    color: #0e0e0e;
    border-radius: 2px;
    width: 230px;
}

.deri-price-action__tooltip-trading-date {
    margin-top: 5px;
    font-weight: 500;
}

.deri-price-action__tooltip-trading-date-value {
}

.deri-price-action__tooltip-data {
    display: flex;
    align-items: center;
    padding: 2px 0px;
    font-size: 13px;
}

.deri-price-action__tooltip-color {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 5px;
    /*background-color: #d9d9d9;*/
}

.deri-price-action__tooltip-name {
    margin-right: 10px;
}

.deri-price-action__tooltip-value {
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .derivative-price-action__timeframe-wrapper {
        overflow-x: auto;
        justify-content: unset;
    }
    #derivative-price-action-chart {
        height: 300px;
    }
    .derivative-price-action__right {
        margin-top: 20px;
    }
    .derivative-price-action__option-item-ico {
        display: inline-block;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
        
}

@media screen and (max-width: 912px) {
    .derivative-price-action__timeframe {
        padding: 3px 16px;
    }
    #derivative-price-action-chart {
        height: 320px;
    }
    .derivative-price-action__option-item-ico {
        display: inline-block;
    }
}
