/*body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #E9E9E9 !important;
}
html {
	background-color: transparent;
}*/

/* #waveform {
     cursor: none;
} */

/* #cursor_element { */
.cursor_element {
     position: absolute;
     height: 100%;
     top: 0px;
     bottom: 0px;
     width: 3px;
     /* background: #FFEB3B; */
     background-color: rgb(255, 47, 82);
     left: -100px;
     z-index: 5;
     pointer-events: none;
     /* display: none; */
     /* cursor: none; */
     transition: transform 100ms ease-out, border-radius 100ms ease-in;
     border-radius: 0px;
}

/* #cursor_element.hide { */
.cursor_element.hide {
     transform: scale(0);
     border-radius: 20px;
}

#playhead_element {
     position: absolute;
     height: 100%;
     top: 0px;
     bottom: 0px;
     width: 3px;
     background: #ff9800;
     left: 10px;
     z-index: 0;
     pointer-events: none;
}

#waveformLoadingOverlay {
     background: rgba(0,0,0,0.4);
     position: absolute;
     left: 0px;
     right: 0px;
     /* top: calc(100vh - 230px); */
     /* height: 145px; */
     top: calc(100vh - 250px);
     /* height: 165px; */
     height: 170px;
     display: flex;
     justify-content: center;
     align-items: center;
     /* z-index: 100; */
     z-index: 10;
}


#my_file {
    /*display: none;*/
}

#get_file {
    background: #f9f9f9;
    border: 1px solid #88c;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
}
#customfileupload
{
    display: inline;
    background-color: #fff;
    font-size: 14px;
    padding: 10px 30px 10px 10px;
    width: 250px;
    border: 1px solid #999;
    box-shadow: inset 1px 1px 5px #ccc;
    -webkit-box-shadow: inset 1px 1px 5px #ccc;
    -moz-box-shadow: inset 0px 0px 4px #ccc;
    -ms-box-shadow: inset 0px 0px 4px #ccc;
    -o-box-shadow: inset 0px 0px 4px #ccc;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cuesCanvas {
     /* background: orange; */
     height: 110px;
     z-index: 9999;
     position: relative;
     position: absolute;
     left: 0px;
     top: 0px;
     bottom: 0px;
     width: 1299px;
}
#STEPCanvas {
     /* background: green; */
     height: 110px;
     z-index: 0;
     position: relative;
     position: absolute;
     left: 0px;
     top: 0px;
     bottom: 0px;
     width: 1299px;
}
#belowWaveformCanvas {
     /* background: violet; */
}
#belowCanvasContainer {
     height: 35px;
     /* height: 15px; */
     /* width: 100%; */
     padding: 0px;
     overflow-x: auto;
     overflow-y: hidden;
}

#belowCanvasContainer::-webkit-scrollbar {
    display: none;  // Safari and Chrome
}

#waveformWave::-webkit-scrollbar {
    display: none;  // Safari and Chrome
}

#namesContainer {
     height: 35px;
     /* height: 20px; */
}

/* WAVEFORM CUE DRAWER */
.cue_drawer_div {
     position: absolute;
     top: 771px;
     left: 535px;
     z-index: 300;
     width: 225px;
     height: 50px;
     padding: 5px;
     border-radius: 5px;
     background: linear-gradient(#D3CECE, #FFFFFF);
     box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.7);
     font-family: Arial;
     display: flex;
     flex-direction: column;
}
/* .cue_drawer_div::after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 6px 7px 0 7px;
     border-color: #d8d5d5 transparent transparent transparent;
     position: absolute;
     left: 20px;
     top: -6px;
     transform: rotate(-180deg)
} */
.cue_drawer_group_count {
     position: absolute;
     right: -12.5px;
     top: -12.5px;
     border-radius: 50%;
     background: #6F6E6E;
     height: 25px;
     width: 25px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 4px;
     color: white;
     box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px 1px;
     font-size: 19px;
     pointer-events: none;
}
.cue_drawer_name {
     font-family: Arial Black;
     font-size: 14px;
     height: 28px;
     margin-bottom: 2px;
     overflow: hidden;
     /* background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 21px, rgba(109, 109, 109, 0.1)); */
}
.cue_drawer_details_container {
     height: 20px;
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
}
.cue_drawer_details_icon {
     color: #838383;
}
.cue_drawer_details_time {
     margin-left: 5px;
     margin-top: 3px;
     font-family: Arial;
     font-size: 15px;
     color: #656C74;
}
.cue_drawer_details_div {
     display: flex;
     align-items: center;
}

.cue_drawer_event_time_div {

}
.cue_drawer_druation_div {

}
