#tenor-gif-embed {
    height:50px;
    width:50px;
}
#adc-media-upload-wrapper .progress
{
    display:none;
    position:relative;
    width:270px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}
#adc-media-upload-wrapper .bar
{
    background-color: #B4F5B4;
    width:0%;
    height:20px;
    border-radius: 3px;
}
#adc-media-upload-wrapper .percent
{
    position:absolute;
    display:inline-block;
    top:3px;
    left:48%;
}

#adc-media-upload-wrapper {
    display:flex;
    flex-direction: column;
    margin-left:7px;
    margin-bottom:20px;
}
#customdata-CopyrightPermissions {
    max-width:300px;
    margin-top:10px;
    display:none;
}
#adc-media-upload-wrapper .select2-container{
    margin-top:10px;
}
#adc-media-upload-wrapper .ezdz-dropzone {
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    width: 300px;
    /*height: 100px;*/
    /*line-height: 100px;*/
    border: 2px dashed #ACAEB2;
    color: #ACAEB2;

    line-height: normal;
    height: initial;
    max-height: 200px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#adc-media-upload-wrapper .ezdz-dropzone > div {
    width:100%;
}

#adc-media-upload-btn {
    cursor:pointer;
    border: 1px solid black;
    width: fit-content;
    margin-top: 10px;
    display:none;

    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 2.15384615;
    font-size: 13px;
}

#adc-media-upload-wrapper .ezdz-dropzone:hover {
    border: 2px solid rgb(49,159,215);
}

#adc-media-upload-btn:hover {
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}
.disabled-btn {
    background-color: dimgrey;
    color: linen;
    opacity: 0.5;
    cursor:none;
    pointer-events: none;
}
#kaltura-thumbnail{
    max-width:200px;
    max-height:125px;
}
#kaltura-thumbnail:before{
    content: ' ';
    display: block;
    position: absolute;
    height: 125px;
    width: 200px;
    background-image: url(../assets/default-thumbnail.png);
}
#tenor-gif-embed, #upload-complete-msg, #media-title-desc-wrapper, .kaltura-entry-id, #document-meta .inside .fields [name="_dc_kaltura"], #progress_div, .volume-icon .volume-mute {
    display:none;
}
#upload-complete-msg {
    color:#1ea41e;
}
#media-title-desc-wrapper textarea {
    width:100%;
}
.conversion-incomplete {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
}
#collection-thumbnail {
    max-height:200px;
    max-width:200px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#kaltura-thumbnail-wrapper {
    margin-left:8px;
}
.conversion-status-msg {
    margin-bottom:6px;
}
.player-btn{
    opacity: 0.9;
}
.player-btn:hover {
    opacity:1.0;
}
.file-select-msg {
    color: #ACAEB2;
    margin-top: 10px;
    font-size: 12px;
}

/**
Video player styling
 */
.video-container {
    position: relative;
    display: flex;
    width: max-content;
    height: max-content;
    justify-content: center;
    align-items: center;
    padding-bottom:30px;
    background-color:black;
}
.video-container #video {
    width: 373px;
    height: 232px;
}
.video-container .controls {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height:30px;
    display: flex;
    align-items: center;
    /*opacity: 0.2;*/
    /*transition: opacity 0.4s;*/
    background-color: #7D7D7D;
}
.video-container:hover .controls {
    opacity: 1;
}
.video-container .controls button {
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    padding:0px;
}
.video-container .controls .timeline {
    flex: 1;
    display: flex;
    align-items: center;
    border: none;
}
.video-container .controls .timeline .seek-bar-wrapper{
    background: transparent;
    height: 5px;
    flex: 1;
    margin-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}
.video-container .controls .timeline .seek-bar-wrapper .seek-bar {
    height:5px;
    background: rgb(0,0,0);
}
.video-container .controls .timeline .seek-bar-wrapper .seek-bar-inner{
    background: #ccc;
    width: 0%;
    height: 100%;
}
#kaltura-thumbnail-embed .material-icons {
    font-size: 18px !important;
}

#playtime-elapsed, #video-length {
    font-size:12px;
    margin-left:5px;
    color:white;
}
#video-length {
    margin-right:10px;
}
.video-container .controls button.play-btn, .video-container .controls button.pause-btn {
    padding-bottom: 2px;
    padding-left: 5px;
}
.video-container .controls button.fullscreen-btn {
    padding-right:5px;
}
.video-container #video.fullscreen-mode {
    width:100%;
    height:100%;
}

.video-status {
    box-sizing: border-box;
    width: 373px;
    height: 232px;
    background-color: black;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    text-align: center;
    color: white;
}
/**
Volume slider styling
 */
.volume-icon {
    position:relative;
    color: white;
    margin-left: 5px;
}
.volume-slider{
    position: absolute;
    transform: rotate(-90deg);
    display:none;

    top: -60px;
    left: -42px;
    padding-left: 10px;
}
#volume {
    width:90px;
}

.volume-slider input[type="range"] {
    -webkit-appearance: none;
    width: 200px;
    height: 8px;
    border-radius: 5px;
    background-image: linear-gradient(#ffffff, #ffffff);
}

.volume-slider input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 12px;
width: 12px;
border-radius: 50%;
background: #7D7D7D;
cursor: ew-resize;
box-shadow: 0 0 2px 0 #555;
transition: background .3s ease-in-out;
}

.volume-slider input[type=range]::-webkit-slider-runnable-track  {
-webkit-appearance: none;
box-shadow: none;
border: none;
background: transparent;
}

@media (max-width: 450px) {
    .video-container #video {
        width: 250px;
        height: 156px;
    }
    .video-container .controls {
        height:25px;
    }
}