.step-nav-wrapper {
    position: relative;
    width: 100%;
    margin: 10px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9rem;
    color: #000;
    font-weight: 700;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.step-nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
}
.step-nav-ball {
    background: rgb(208, 209, 209);
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    font-size: 0.8rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.step-nav-ball i {
    font-size: 1rem;
}
.step-nav-title {
    margin-top: 12px;
}
.step-nav-active .step-nav-ball {
    background: rgb(2, 159, 224);
    color: #fff;
}
.step-nav-active .step-nav-title {
    color: rgb(2, 159, 224);
}
.step-nav-complete .step-nav-ball {
    background: rgb(109, 111, 112);
    color: #fff;
}
.step-nav-complete .step-nav-title {
    color: rgb(109, 111, 112);
}

.step-nav-line,
.step-nav-line-active {
    position: absolute;
    top: 15px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #ccc;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.step-nav-line-active {
    background: rgb(2, 159, 224);
    width: 0%;
}

/*CONTENT AREA*/
.step-content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 0.9rem;
}

.step-content-slides-wrapper {
    position: relative;
    height: 90%;
    top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.step-content-slide {
    margin: 0.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.4;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/*STEP 1 - UPLOAD AREA*/
.step-content-slide-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}

.js-file-upload-custom-asset {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px dashed rgba(0, 0, 0, 0.3);
}
.js-file-upload-custom-asset .fa-file-o {
    font-size: 4em;
    padding-bottom: 10px;
}
.step-content-slide-1 .js-file-upload-custom-asset .dz-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
}
.js-file-upload-custom-asset .am-dzc-message {
    font-size: 0.9em;
}
.js-file-upload-custom-asset .am-dzc-message .am-dzc-drag-here {
    font-size: 1.3em;
    font-weight: 700;
    padding-bottom: 0;
}

.js-file-upload-custom-asset .am-dzc-message .sc-file-browse {
    padding-top: 0;
}

.js-file-upload-custom-asset .am-dzc-message button {
    color: #21c0ff;
    text-decoration: underline;
    font-style: italic;
    margin: 0 auto;
}
.js-file-upload-custom-asset .am-dzc-message div {
    padding: 10px;
}

.js-file-upload-custom-asset .am-dzc-message .sc-file-message {
    text-align: left;
    margin-top: 2em;
}

.sc-file-warning {
    color: rgb(255, 0, 0);
    font-size: 12px;
}

.sc-file-warning i {
    padding: 0 1em;
}

/*STEP 2 - DETAILS AREA*/
.step-content-slide-2 {
}
.step-content-slide-2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
}
.step-content-slide-2-inner-play-range {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
}
.scs2u-side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.scs2u-side label,
.step-content-slide-2-inner label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.step-content-slide-2-inner textarea {
    margin: 0;
}
.custom-ad-end {
    margin-top: 12px;
}
.scs2u-side video {
    width: 200px;
    height: 150px;
    margin: 0 auto;
    max-height: 140px;
    outline: 1px solid #000;
    background: rgba(0, 0, 0, 0.9);
}
.play-range-date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.play-range-date-row {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4px 0 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.play-range-row-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.play-range-row-item .play-range-row-item-checkbox-wrapper .lgfe-input-text,
.lgfe-blue {
    color: #2196f3;
    border: 1px solid #2196f3;
}

.step-content-wrapper .required {
    color: #dc143c;
}

.play-range-row-item-checkbox-label {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
}
.play-range-row-item-mid {
    max-width: 30px;
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.play-range-date-row .play-range-row-item-input-wrapper:before {
    content: "\f073";
    position: absolute;
    left: 0;
    display: block;
    font-family: "FontAwesome";
    padding-top: 0.8em;
    padding-left: 0.6em;
    color: #ccc;
}
.play-range-date-row .play-range-row-item-input-wrapper input {
    padding-left: 30px;
}
.step-content-slide-2-asset-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.step-content-slide-2-asset-info-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px 0 0;
}
.step-content-slide-2-asset-info-item span {
    min-width: 70px;
}
.step-content-slide-2-asset-info-item b {
    padding: 4px 2px 0 0;
    text-align: right;
}

.step-content-slide-2-inner .lgfe-input-text_error {
    border: 1px solid rgb(255, 0, 0);
}

/*STEP 3 - ASSIGN AREA*/
.step-content-slide-3 {
}
.step-content-slide-3 table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.custom-upload-table {
    text-align: center;
    padding: 0.4em 1em;
    border-bottom: 1px solid #009fdf;
    border-right: 0;
    position: relative;
    font-weight: 400;
    font-size: 0.875em;
}

.custom-upload-table td {
    border-bottom: 1px solid #009fdf;
}

.custom-upload-table-name {
    color: #009fdf;
}

.custom-upload-table-status-online {
    color: #009fdf;
}

.custom-upload-table-status-offline {
    color: #ccc;
}

.custom-upload-table .slider-icons:before {
    bottom: 4px;
}
.custom-upload-table .slider-icons:after {
    bottom: 4px;
}
.cut-offline-status,
.cut-offline-status .custom-upload-table-name {
    color: #ccc;
}

/*STEP 4 - FINISHED AREA*/
.step-content-slide-4 {
    -webkit-filter: blur(5px);
            filter: blur(5px);
}
.step-content-slide-4.remove-step-blur {
    -webkit-filter: blur(0);
            filter: blur(0);
}
.step-content-slide-4 video {
    width: 80%;
    left: 10%;
    max-height: 225px;
    margin: 0 0 12px 0;
    position: relative;
    background: #000;
    outline: 1px solid #000;
}

.step-content-slide-4 .scs-4-text {
    font-size: 1.3em;
    color: #000;
}

/*Buttons on the bottom*/
.custom-asset-upload .lg-modal__actions {
    margin-top: 16px;
}

.step-content-slide #custom-upload-author {
    color: #6c6f70;
}
