.UploadVideo {
    border: 2px dashed $koala;
    border-radius: 3px;
    margin-top: 25px;
    text-align: center;

    &[data-dragged=true] {
        border-color: $bluejay;
        box-shadow: inset 0 0 50px 0 rgba(2, 110, 173, .1);
    }

    &-help-text {
        margin-bottom: 37px;
        margin-top: 10px;
    }

    &-header-text {
        margin-top: 33px;
    }

    &-more-help-text {
        font-size: 14px;
        margin-bottom: 12px;
        margin-top: 56px;
    }

    &-video-requirements-link {
        @include video-link();
        margin-bottom: 28px;
    }

    &-circle {
        background-color: $mouse;
        border-radius: 25px;
        cursor: pointer;
        height: 50px;
        margin: auto;
        padding-top: 13px;
        width: 50px;
    }

    &-circle:hover {
        box-shadow: inset 0 -2px 2px #bbb;
    }

    &-circle:active {
        box-shadow: none;
    }

    &-box {
        padding-top: 18px;
    }

    &-service {
        display: inline-block;
        margin-right: 40px;
        vertical-align: top;
    }

    &-service-label {
        font-size: 10px;
        margin-top: 12px;
        pointer-events: none;
    }
}
