.width-80p {
    width: 80% !important
}

.width-100p {
    width: 100% !important
}

.margin-top-35px {
    margin-top: 35px;
}

.margin-top-0px {
    margin-top: 0px;
}

.color-modeOff {
    background-color: #bebebe !important
}

.color-powerOff {
    background-color: #969696 !important
}

.chart-Main-Container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.chart-Div-Container {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex-grow: 1;
    min-height: 0;
    overflow-x: hidden;
    /* background-color: #DADAF2; */
    align-content: center;
    align-items: center;
}

/* .chart-container-dark {
    color: #FFF;
} */

.chart-Details-Div-Container {
    height: 100%;
    width: 18%;
}

.chart-Placeholder-Div {
    height: 250px;
    width: 100%;
    flex: 1;
    margin-top: 8px;
    margin-left: 16px;
}

/* .chart-placeholder-dark {
    background-color: #1d2129 !important;
} */

.echart-Container-Div {
    display: flex;
    margin: 10px;
    position: relative;
    border: none;
    border-width: 0;
    width: 1202px;
    height: 290px;
}

.record-details-table {
    width: 90%;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
    .record-details-table {
        width: 95% !important;
    }
}

.record-details-header {
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 16px;
    background-color: #A6A6D0;
    align-items: center;
    vertical-align: middle;
}

.record-details-data {
    padding: 10px 10px 15px 10px;
    font-size: 14px;
    background-color: #DADAF2;
    display: flex;
}

.chart-loader {
    border: 7px solid #DADAF2;
    border-radius: 50%;
    border-top: 7px solid #A5A5D0;
    width: 45px;
    height: 45px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 53%;
    margin-top: 8%;
}

.chart-loader-Dark {
    border: 7px solid;
    border-radius: 50%;
    border-block-end-color: white;
    border-block-start-color: white;
    border-inline-color: rgba(255,255,255,0.6);
    width: 45px;
    height: 45px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 53%;
    margin-top: 8%;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader_text {
    font-size: 12px;
    margin-left: 53%;
    margin-top: 1%;
}

.loader_text-Dark{
    color:white;
    font-size: 12px;
    margin-left: 53%;
    margin-top: 1%;
}

.event-legend-container {
    position: fixed;
    margin-bottom: 10px;
    width: 78%;
    padding-left: 50px;
    background: #DADAF2;
    margin-top: 5px;
    font-size: 12px;
}

.event-legend-text {
    font-size: 13px;
    margin-left: 2px;
}

.event-legend-symbol {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: black;
    margin-left: 20px;
}

