/* gráficos */

.replay_placeholder_chart {

    width           : 100%;
    height          : var(--replay_client_height);
    align-self      : center;
    background-color: black;
}

.replay_chart_hidden {

    opacity         : 0;
    height          : var(--replay_client_height);
    align-self      : center;
}

.replay_chart_visible {
    min-width       : 400px !important;
    margin          : 0;
    padding         : 0;

    padding-left    : 3px;
    padding-right   : 3px;
    padding-bottom  : 3px;

    width           : 100%;
    height          : 100%;
    overflow        : hidden ;
    background-color: black;
}


/* loading parents */

.replay_loading_parent_100h {
    background-color    : black;
    height              : var(--replay_h_100);

    border-right        : 1px solid var(--gray_background);
}

.replay_loading_parent_50h {
    background-color    : black;
    height              : var(--replay_h_50);

    border-right        : 1px solid var(--gray_background);
    border-bottom       : 1px solid var(--gray_background);
}




/* opções */
.replay_asset_toolbox {

    display         : flex;
    flex-wrap       : nowrap;
    white-space     : nowrap;
    align-items     : center;
    width           : 100%;
    height          : var(--replay_toolbar_height);

    z-index         : 500;

    overflow        : hidden;
    background-color: #D1D1D1;
    gap             : 20px;
    padding-left    : 10px;



    border-right: 1px solid var(--fill_background)
}



.replay_asset_toolbox_item,
.replay_asset_toolbox_switch {
    font-family : "Nunito Sans";
}


