#video-tools-fullscreen{
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 1rem;
    top:1rem;
    z-index: 2;
}

#video-tools-fullscreen  .report_box_btn {
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem;
    padding: 10px;
    color: white !important;
}
.video-container {
    width: 800px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.video-controls {
    right: 0;
    left: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.2s ease;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(2px);
}

.video-controls.hide {
    opacity: 0;
}

.video-progress {
    position: relative;
    margin-bottom: 10px;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    width: 100%;
    height: 5.4px;
    position: absolute;
    top: 0;
    left: 0;
}

progress::-webkit-progress-bar {
    background-color: #474545;
    border-radius: 2px;
}

progress::-webkit-progress-value {
    background: var(--grass);
    border-radius: 2px;
}

progress::-moz-progress-bar {
    border: 1px solid var(--grass);
    background: var(--grass);
}

.seek {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    margin: 0;
    left: 0;
}

.seek:hover+.seek-tooltip {
    display: block;
}

.seek-tooltip {
    display: none;
    position: absolute;
    top: -50px;
    margin-left: -20px;
    font-size: 12px;
    padding: 3px;
    content: attr(data-title);
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-controls {
    display: flex;
    align-items: center;
    color: #fff;
}
.left-controls .time {
    font-size: 0.75rem;
}
.volume-controls {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.volume-controls input {
    width: 100px;
    opacity: 1;
    transition: all 0.4s ease;
}

.volume-controls:hover input, .volume-controls input:focus {
    width: 100px;
    opacity: 1;
}

button {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding: 3px;
    border: none;
    outline: none;
    background-color: transparent;
}

button * {
    pointer-events: none;
}

button::before {
    content: attr(data-title);
    position: absolute;
    display: none;
    right: 0;
    top: -50px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    padding: 4px 6px;
    word-break: keep-all;
    white-space: pre;
}

.video-wrapper button:hover::before {
    display: inline-block;
}

.fullscreen-button {
    margin-right: 0;
}

.pip-button svg {
    width: 26px;
    height: 26px;
}

.playback-animation {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 8.4px;
    background: transparent;
    cursor: pointer;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-radius: 1.3px;
    -webkit-appearance: none;
    transition: all 0.4s ease;
}

input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: var(--grass);
    cursor: pointer;
    -webkit-appearance: none;
    margin-left: -1px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

input[type=range].volume {
    height: 4px;
    background-color: #fff;
}

input[type=range].volume::-webkit-slider-runnable-track {
    background-color: transparent;
}

input[type=range].volume::-webkit-slider-thumb {
    margin-left: 0;
    height: 14px;
    width: 14px;
    background: #fff;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 1.3px;
}

input[type=range]::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50px;
    border: 1px solid var(--grass);
    background: var(--grass);
    cursor: pointer;
    margin-top: 5px;
}

input[type=range]:focus::-moz-range-track {
    outline: none;
}

input[type=range].volume::-moz-range-thumb {
    border: 1px solid #fff;
    background: #fff;
}
.field-video svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
}

.select-speed-rate {
    /* Reset Select */
    appearance: none;
    outline: 10px #ff000000;
    border: 0;
    box-shadow: none;
    padding: 0 0.5em;
    border-radius: 5px;
    color: #fff;
    background-color: #363636db;
    background-image: none;
    cursor: pointer;
}
/* Remove IE arrow */
.select-speed-rate::-ms-expand {
    display: none;
}
/* Custom Select wrapper */
.select-speed-rate-wrapper {
    position: relative;
    display: inline;
    width: 3em;
    height: 2em;
    overflow: hidden;
}
/* Arrow */
select-speed-rate-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em;
    background-color: #34495e;
    transition: .25s all ease;
    pointer-events: none;
}
/* Transition */
select-speed-rate-wrapper:hover::after {
    color: #f39c12;
}

.hidden{
    display: none;
}
.finish-video-wrappers{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000009e;
    z-index: 1;
}
#finish-icon-list{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 15px;
}

#finish-icon-list svg{
    height: 48px;
    width: 48px;
    border: solid 1px var(--grass);
}

.video-loading{
    background: #a9a9a9bd;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 3;
    gap: 20px;
}

.video-loading .event-title{
    height: 27px;
}
.video-loading .event-detail{
    height: 27px;
}
.video-loading .fa-pulse{
    font-size: 72px;
}
#video-pointer{
    width: 100%;
    display: inline-block;
    padding-left: 8px;
    position: absolute;
    top: -36px;
    color:white;
}

.video-pointer-item{
    display: inline-block;
    width:24%;
    font-size: 36px;
    float:left;
}

.noUi-handle-lower::before{
  content: "In" !important;
    left: 4px !important;
    top: 4px !important;
    background: white !important;
}

.noUi-handle-upper::before{
    content: "Out" !important;
    left: 4px !important;
    top: 4px !important;
    background: white;
}