.ThumbnailsSelector {
    &-selector {
        display: inline-block;
        margin-right: 25px;
        position: relative;
    }

    .LoadingIndicator {
        position: static;
    }

    &-selector-header {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        position: absolute;
        width: 100%;
    }

    &-poster {
        background: #000;
        height: 310px;
        object-fit: contain;
        width: 100%;
    }

    &-controls {
        background: #000;
        display: flex;
        flex-direction: column;
        height: 40px;
        position: relative;
        text-align: center;
    }

    &-timeline-indicators {
        align-content: center;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    &-timeline-indicators-content {
        align-items: center;
        display: flex;
    }

    &-left-arrow {
        cursor: pointer;
        display: inline-block;
        margin-top: 1px;
        transform: rotate(180deg);
        user-select: none;
    }

    &-right-arrow {
        cursor: pointer;
        display: inline-block;
        margin-bottom: 1px;
        user-select: none;
    }

    &-timecode {
        color: #fff;
        font-size: 12px;
        margin: 0 10px;
        vertical-align: text-bottom;
    }

    .Icons-play {
        fill: #fff;
    }

    &-left-arrow[data-disabled=true] .Icons-play,
    &-right-arrow[data-disabled=true] .Icons-play {
        fill: $rhino;
    }

    &-carousel-container {
        background-color: $gorilla;
        overflow: hidden;
    }

    &-carousel {
        position: relative;
    }

    &-thumbnail-container {
        display: inline-block;
        position: relative;
    }

    &-thumbnail {
        background: #000;
        cursor: pointer;
        display: inline-block;
        object-fit: contain;
    }

    &-thumbnail:hover {
        outline: 1px solid #338ee8;
        outline-offset: -1px;
    }

    &-thumbnail[data-selected=true] {
        outline: 4px solid #338ee8;
        outline-offset: -4px;
    }

    &-thumbnail-checkmark {
        background: #338ee8;
        border-radius: 50%;
        bottom: 0;
        height: 20px;
        padding-left: 2px;
        padding-top: 2px;
        position: absolute;
        right: 0;
        width: 20px;
    }

    .Icons-complete-checkmark {
        fill: #fff;
    }

    &-timeline {
        -webkit-appearance: none;
        cursor: pointer;
        height: 2px;
        width: 100%;
    }

    &-timeline::-webkit-slider-runnable-track {
        background: #fff;
        height: 100%;
        width: 100%;
    }
    &-timeline::-moz-range-track {
        background: #fff;
        height: 100%;
        width: 100%;
    }
    &-timeline::-ms-track {
        background: #fff;
        height: 100%;
        width: 100%;
    }
    &-timeline::-ms-fill-lower {
        background: #fff;
    }
    &-timeline::-ms-fill-upper {
        background: #fff;
    }

    &-timeline::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: #fff;
        border-radius: 50%;
        height: 10px;
        position: relative;
        top: -4px;
        width: 10px;
        z-index: 2;
    }
    &-timeline::-moz-range-thumb {
        -webkit-appearance: none;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        position: relative;
        top: -6px;
        width: 10px;
    }
    &-timeline::-ms-thumb {
        -webkit-appearance: none;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        position: relative;
        top: -6px;
        width: 10px;
    }

    &-timeline:focus {
        outline: none;
    }

    &-timeline-mark {
        background: #338ee8;
        height: 2px;
        position: absolute;
        top: 0;
        width: 2px;
    }

    &-timeline-mark-timecode {
        background: #338ee8;
        border-radius: 1px;
        color: #fff;
        font-size: 8px;
        font-weight: 500;
        height: 15px;
        left: -20px;
        line-height: 15px;
        position: absolute;
        text-align: center;
        top: -22px;
        width: 40px;
    }

    &-timeline-mark-timecode::after {
        background: #338ee8;
        bottom: -3px;
        content: "";
        display: inline-block;
        height: 6px;
        left: 18px;
        position: absolute;
        transform: rotate(45deg);
        width: 6px;
    }

    &-timeline-mark-timecode .Icons-complete-checkmark {
        height: 10px;
        margin-right: 1px;
        vertical-align: text-bottom;
        width: 10px;
    }

    &-info {
        display: inline-block;
        vertical-align: top;
        width: 250px;
    }

    &-header {
        color: $gorilla;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    &-default-header {
        color: $gorilla;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    &-default-text {
        color: $gorilla;
        font-size: 14px;
    }

    &-upload-image-button {
        padding-left: 0;
    }

    .Icons-upload {
        fill: #337ab7;
    }

    &-buttons {
        text-align: right;
    }

    &-cancel {
        margin-right: 10px;
    }
}
