body {
    font-family: Roboto, sans-serif;
    color: #fff;
}

.container-fluid.maincf.mdlisting {
    padding: 0 26px;
}

.panel-collapse.collapse {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.file-upload-wrapper {
    max-width: 960px;
    width: 100%;
    margin: 60px auto;
    padding: 0 0 20px;
    border: 1px solid #373737;
    background: #272727;
    border-radius: 12px;
}


.fa-private {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px
}

.fa-unlisted {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px
}

.fa-public {

    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px
}


.newplaylis.viewbox {
    padding: 5px 0px;
}

.newplaylis.viewbox .form-group label {
    color: #b7b7b7 !important;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 0 !important;
}

.newplaylis.viewbox .form-group .form-control {
    background-color: transparent;
    border-radius: 2px;
    border-bottom: solid 1px #aaa;
    color: #fff;
    border: none;
    border-bottom: solid 1px #aaa !important;
    padding: 6px 0;
    margin: 0 0 5px;
    height: 40px;
    width: 100%;
}

.newplaylis.viewbox .ro-select-list {
    padding: 5px
}

.newplaylis .ro-select-list>.ro-select-item {
    padding: 5px 15px 5px 40px;
    height: 50px;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 400
}

.newplaylis .ro-select-list>.ro-select-item:first-child:before,
.newplaylis .ro-select-list>li:first-child:before {
    content: "Anyone can search for and view";
    position: absolute;
    bottom: 0;
    color: #c6c6c6;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 5px
}

.newplaylis .ro-select-list>.ro-select-item:nth-child(2):before {
    content: "Anyone with the link can view";
    position: absolute;
    bottom: 0;
    color: #c6c6c6;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 5px
}

.newplaylis .ro-select-list>.ro-select-item:last-child:before {
    content: "Only you can view";
    position: absolute;
    bottom: 0;
    color: #c6c6c6;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 5px
}


.photo_upload .upload_header {
    width: 100%;
    height: 70px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #373737;
}

.photo_upload h4 {
    font-size: 20px;
    font-weight: 500;
}

.upload_header h4,
.upload_header h6 {
    margin: 0;
}

.upload_content.dropzone,
.upload_content.width100 {
    margin: 40px auto;
}

.upload_content {
    position: relative;
}

.upload_content {
    padding: 20px 20px 0 20px;
    max-width: 800px;
    width: 100%;
}

.photo_upload .fileUpload {
    height: 260px;
    background: 0 0;
}

.fileUpload {
    position: relative;
    border-radius: 2px;
}

.fileUpload {
    overflow: hidden;
    margin-top: 0;
    width: 100%;
}

.blue-btn,
.blue-btn:active,
.blue-btn:focus,
blue-btn:hover {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    outline: 0 !important;
    padding: 10px 20px;
}

.upload_icon {
    display: block;
    width: 100%;
}

.photo_upload .fileUpload button {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(-0%, -0%);
    background: #3ea6ff;
    width: 110px;
    padding: 8px 16px;
    border-radius: 25px;
    color: #000;
    font-weight: 500;
    border: none;
}

.photo_upload .fileUpload input.uploadlogo {
    height: 100%;
}

.fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}

a.section-title {
    cursor: pointer;
}

#container.photo_upload div.drag_drop_text {
    padding-top: 0;
    padding-bottom: 0px;
    color: #fff;
}

.newuploadbox .drag_drop_text p {
    font-weight: 400;
    font-size: 16px;
}

#container.photo_upload div.drag_drop_text small {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
}

.drag_drop_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

i.fa.fa-cloud-upload {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    background: #1F1F1F;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    padding: 30px;
}

i.fa.fa-cloud-upload svg {
    fill: #909090;
    width: 100%;
    height: 100%;
}

#container.photo_upload div.photo_text_bottom {
    font-size: 12px;
    margin-top: 40px;
    padding: 0 15px;
}

.file-upload-wrapper {
    text-align: center;
    color: #fff;
}

#container.photo_upload #second-form div.photo_text_bottom a, #container.photo_upload div.photo_text_bottom a {
    color: #3ea6ff;
}

.profile-hdrupload {
    margin-bottom: 10px;
}

.cmsnewvidouploadd .profile-hdrupload .cms-wallbox {
    margin-bottom: 0;
}

.profile-hdrupload .cms-wallbox {
    flex-wrap: wrap;
}

.profhold {
    display: flex;
    flex-direction: row;
}

.playerarea {
    width: 100%;
}

.cmsnewvidouploadd .uploadpagetitle {
    margin-bottom: 0;
}

.uploadpagetitle {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff1a;
    padding-left: 0;
    padding-right: 0;
}

.uploadpagetitle h2 {
    font-weight: 500;
    line-height: 3rem;
    font-size: 2.4rem;
    color: #fff;
}

.addvideouploadpage,
.addclipuploadpage,
.addmovieuploadpage {
    border: 1px solid #fff;
    padding: 8.1px 16px;
    color: #000 !important;
    background: #fff;
    font-size: 14px;
    border-radius: 35px;
    text-transform: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    align-content: center;
    height: 36px;
}

.addvideouploadpage i,
.addclipuploadpage i,
.addmovieuploadpage i {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.addvideouploadpage i svg,
.addclipuploadpage i svg,
.addmovieuploadpage i svg {
    width: 100%;
    height: 100%;
    fill: #000;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.uploadimagepreview img.img-responsive.main_movie_thumbnail {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}
.media:first-child {
    margin-top: 0;
}

form.video_form {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 15px;
}

.profhold {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}



.newcmsuploadpage {
    margin: 0px;
}

.uploadimagepreview {
    float: left;
    margin: 0px;
    width: 298px;
    height: 168px;
    display: inline-block;
}

.cms-grayloderpreview {
    width: 225px;
    height: 122px;
    float: left;
    margin: 0;
}



.newcmsuploadpage .uploadimageprogres {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.newcmsuploadpage .uploadimageprogres .uploadtitlecms {
    width: 100%;
}

.cmsdescriuptiontexttrailer .uploadtitletrailer,
.uploadimageprogres .uploadtitlecms {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.cmsdescriuptiontexttrailer .uploadtitletrailer h2,
.uploadimageprogres .uploadtitlecms h2 {
    font-weight: 500;
    line-height: 3rem;
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 5px;
}

.uploadimageprogres p {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #aaa;
    text-transform: none;
    display: block;
    margin: 0;
    max-width: 375px;
}

.newcmsuploadpage .uploadimageprogres .progress {
    width: 100%;
}

.progress-bar.cmsprogrssactive {
    margin-bottom: 15px;
    color: #fff;
}

.cmsprogrssactive {
    background-color: #3da5ff;
}

.newcmsuploadpage .customuploadbox {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    margin-right: 15px;
}

.spinner {
    width: 20px;
    height: 20px;
}

.spinner svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    animation: rotation 1455ms infinite linear;
}

.spinner circle {
    stroke: #aaa;
    stroke-dasharray: 44px;
    stroke-dashoffset: 11px;
    transform-origin: center;
    transform: rotatey(180deg) rotate(90deg);
    animation: spinner 3.85s infinite ease
}

@keyframes spinner {
    0% {
        stroke-dashoffset: 33px;
        transform: rotatey(0) rotate(0)
    }

    25% {
        stroke-dashoffset: 11px;
        transform: rotatey(0) rotate(0)
    }

    25.0001% {
        stroke-dashoffset: 11px;
        transform: rotatey(180deg) rotate(270deg)
    }

    50% {
        stroke-dashoffset: 33px;
        transform: rotatey(180deg) rotate(270deg)
    }

    50.0001% {
        stroke-dashoffset: 33px;
        transform: rotatey(0) rotate(180deg)
    }

    75% {
        stroke-dashoffset: 11px;
        transform: rotatey(0) rotate(180deg)
    }

    75.0001% {
        stroke-dashoffset: 11px;
        transform: rotatey(180deg) rotate(90deg)
    }

    100% {
        stroke-dashoffset: 33px;
        transform: rotatey(180deg) rotate(90deg)
    }
}

@keyframes rotation {
    100% {
        transform: rotate(360deg)
    }
}

.uplodchecksvg {
    width: 25px;
    height: 25px;
}

.trailer.uplodchecksvg {
    margin-right: 15px;
}

.uploadimageprogres p {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-transform: none;
    display: block;
    margin: 0;
    max-width: 375px;
    line-height: 20px;
    color: #aaa !important;
}

.newcmsuploadpage .cmsdescriuptiontext {
    border: 1px solid #606060;
    width: calc(100% - 0px);
    margin: 0px 0px 20px;
    padding: 0;
    /*background:#1f1f1f;*/
    border-radius: 4px;
    padding: 0 12px;
}

.newcmsuploadpage .cmsdescriuptiontext.error{
    border: 1px solid #ff4e45;
}

.newcmsuploadpage .cmsdescriuptiontext.error label, .newcmsuploadpage .cmsdescriuptiontext.error .title-count{
    color: #ff4e45;
}


.newcmsuploadpage .cmsdescriuptiontext:hover {
    border: solid 1px #909090;
}

.newcmsuploadpage .cmsdescriuptiontext.error:hover {
    border: solid 1px #ff4e45;
}

.newcmsuploadpage .cmsdescriuptiontext textarea#title {
    background: 0 0;
    border: none;
}

.newcmsuploadpage .cmsdescriuptiontext .video-title {
    background: 0 0;
    border: none;
    border-radius: 0;
}

.cmsdescriuptiontext textarea {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    resize: none;
    padding: 0px;
    outline: 0;
    color: #fff;
    border: none;
    background: #1f1f1f;
    border: 1px solid #373737;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    min-height: 50px;

}

.newcmsuploadpage .cmsdescriuptiontext div#title-count {
    float: right;
    margin: 0 15px 7px;
    color: #aaa;
}

.newcmsuploadpage .cmsdescriuptiontext .title-count {
    float: right;
    margin: 0 15px 7px;
    color: #aaa;
}

.cmsthumbnillist {
    margin: 20px 0;
    padding-left: 0;
    padding-right: 0;
}

.cmsthumbnillist h3 {
    font-weight: 500;
    line-height: 12px;
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-top: 16px;
}



#second-form .cmsthumbnillist a.clip_generate_thumbnails.disabled,
#second-form .cmsthumbnillist a.movie_generate_thumbnails.disabled,
#second-form .cmsthumbnillist a.video_generate_thumbnails.disabled {
    pointer-events: none;
}

#second-form .cmsthumbnillist a.clip_generate_thumbnails,
#second-form .cmsthumbnillist a.movie_generate_thumbnails,
#second-form .cmsthumbnillist a.video_generate_thumbnails {
    color: #3ea6ff;
    float: right;
}

.cmsthumbnillist a.clip_generate_thumbnails,
.cmsthumbnillist a.movie_generate_thumbnails,
.cmsthumbnillist a.video_generate_thumbnails {
    color: #3ea6ff;
    float: right;
}

.cmsthumbnillist ul.thumbnailList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.newcmsuploadpage .cmsthumbnillist ul li {
    position: relative;
}

.cmsthumbnillist ul li {
    width: 200px;
    padding: 0 4px;
}

.uploadmainlistdownload {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    opacity: 1;
}

.vidicon {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #aaa;
    z-index: 999;
}

.uploadmainlistdownload .iconsvg {
    width: 36px;
    height: 36px;
    padding: 5px;
}

.iconsvg svg {
    fill: #909090;
    pointer-events: none;
}

.uploadmainlistdownload .threedot.newuploadd .dropdown-menu {
    display: none;
}

.uploadmainlistdownload .threedot.newuploadd .dropdown-menu.activedrop {
    display: block;
    padding: 0;
}

.uploadmainlistdownload .threedot.newuploadd .dropdown-menu li {
    width: 100%;
}
.uploadmainlistdownload .threedot.newuploadd .dropdown-menu li span.dotoption:hover {
    background: #ffffff14;
}

.uploadmainlistdownload .threedot.newuploadd .dropdown-menu li a:hover {
    background: #ffffff14;
}
ul.thumbnailList.tooltips input.custom_thumbnail {
    opacity: 0;
}
.threedot .dropdown-menu {
    border-radius: 4px;
}

.commsort .sort-list,
.threedot .dropdown-menu {
    background-color: #242424;
    color: #fff;
    padding: 8px 0;
    border: 0;
    min-width: 155px;
}

.newcmsuploadpage .cmsthumbnillist ul li {
    position: relative;
}



.commsort .sort-list a,
.commsort .sort-list a:hover,
.threedot .dropdown-menu .dotoption,
.threedot .dropdown-menu .download {
    background: #282828;
    padding: 0 16px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 48px;
    height: 48px;
}

.threedot .dotoption,
.threedot .download {
    display: flex;
    align-items: center;
}



.cms-movieuploadbox .tabula-tooltip, .thumbnailList .tabula-tooltip {
    position: absolute;
    top: 15px;
    right: 15px;
    padding-bottom: 50px;
}

.cms-movieuploadbox .cmsthumbnillist {
    width: 100%;
    margin-top: 0;
}

.cms-movieuploadbox .imgbbx {

    margin: 0;
}

.cms-movieuploadbox .cmsthumbnillist p {
    margin-bottom: 0;
}

.cms-movieuploadbox a img.movie-cover-image {
    width: 170px;
    height: 240px;
    object-fit: cover;
    object-position: center center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.cms-imageuploadbox,
.cmsmovieuploadsidebar .cms-movieupload,
.cms-movieupload {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: dashed 1px #aaa;
    flex-wrap: wrap;
    cursor: pointer;
    border-radius: 3px;
}

.cms-movieuploadbox.error .cms-movieupload{
    border: dashed 1px #ff4e45;
}

.cms-movieuploadbox.error .cms-movieupload span{
    color: #ff4e45;
}

.cms-imageuploadbox svg,
.cms-movieupload svg {
    width: 24px;
    height: 24px;
    fill: #aaa;
}

.cms-imageuploadbox span,
.cms-movieupload span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin: 5px;
}

.newcmsuploadpage .cmsthumbnillist ul li.active a img {
    border: solid 2px #fff;
    border-radius: 2px;
    transform: scale(1.01);
}



.placeholdercms {
    margin: 0 auto;
    max-width: 100%;
    min-height: 115px;
    background-color: #eee;
    border-radius: 3px;
}

.animated-backgroundcms {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #a9a9a9;
    background: linear-gradient(90deg, #0d0d0d 0, #1f1f1f 30%, #1f1f1f 70%, #0d0d0d 100%);
    background-size: 800px 104px;
    height: 70px;
    position: relative;
    border-radius: 3px;
}

.placeholdercms {
    margin: 0 auto;
    max-width: 100%;
    min-height: 70px;
    background-color: transparent;
    border-radius: 3px
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.newcmsuploadpage .cmsthumbnillist ul li.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: calc(100% - 8px);
    height: 100%;
    background: 0 0;
}



.cmsdescriptiontext textarea {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    resize: none;
    /* padding: 10px; */
    outline: 0;
    color: #fff;
    border: none;
    background: transparent;
    /* border: 1px solid #373737; */
    /* border-radius: 8px; */
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    min-height: 50px;
     border-radius: 0;

}

.col-xs-12.cmsdescriptiontext .dropzone {
    margin-top: 5px;
    min-height: 130px;
    border: 1px solid #606060;
    background: transparent;
    padding: 20px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.col-xs-12.cmsdescriptiontext .dropzone:hover {
    border: solid 1px #909090;
}

.cmsdescriptiontexttagsinner {
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #606060;
    border-radius: 4px;
    margin: 0 0 10px;
    position: relative;
}

.cmsdescriptiontexttagsinner.error, .cmsdescriptiontexttagsinner.error:hover{
    border: 1px solid #ff4e45;
}

.cmsdescriptiontexttagsinner:hover {
    border: solid 1px #909090;
}

.cmsdescriptiontexttags .copycloseicon {
    float: right;
    top: 15px;
    position: absolute;
    right: 30px;
    display: none;
}

.copycloseicon ul {
    display: flex;
}

.copycloseicon ul li {
    margin: 0 5px;
}

.cmscopyicon {
    background-image: url(../../images/playlist-copyyt.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.cmscopyicon:hover {
    background-image: url(../../images/playlist-copyytfff.svg);
}

.cmsdeleteicon {
    background-image: url(../../images/playlist-closeyt.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.cmsdeleteicon:hover {
    background-image: url(../../images/playlist-closeytfff.svg);
}

form .cmsdescriptiontexttags .form-group.cmsdescriptiontexttagsinner label {
    color: #aaa;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: none;
    display: block;
    line-height: 24px;
    padding-left: 0;
    padding-bottom: 8px;
}

#second-form .form-control {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#second-form .form-control,
#second-form select {
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
}

select option:first-child {
    color: green;
}



.cmsdescriptiontexttagsinner .select2-container--default .select2-selection--multiple {
    margin: 0px -5px 0px;
}

.video_form .select2-selection.select2-selection--multiple {
    background-color: transparent;
    border: 1px solid transparent;
}

.clip_form .select2-selection.select2-selection--multiple {
    background-color: transparent;
    border: 1px solid transparent;
}

.video_form .select2-selection.select2-selection--multiple {
    background-color: transparent;
    border: 1px solid transparent;
}

.cmsdescriptiontexttagsinner .select2-container--default .select2-selection--multiple {
    border-radius: 4px;
    cursor: text;
}

.newcmsuploadpage .cmsdescriuptiontext .clip-title {
    background: 0 0;
    border: none;
}

.select2.select2-container.select2-container--default .select2-search__field {
    width: auto !important;
}

.cmsdescriptiontexttagsinner .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid transparent;
    outline: 0;
}

.col-xs-12.cmsdescriptiontexttags.cmsthumbnillist .bottomtagline {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 8px;
}

.select2-container--default .select2-results>.select2-results__options {
    box-shadow: 0 8px 13px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
    border-radius: 4px;
}

.select2-container--default .select2-results__option {
    background-color: #313131 !important;
}

span.select2-container--open .select2-dropdown--above,
span.select2-dropdown.select2-dropdown--below {
    border: none;
    background: #313131;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    display: none;
}

.bottomtagline {
    color: #fff;
}

.newcmsuploadmainbox .cmscategorylist {
    margin-top: 20px;
}

.cmscategorylist {
    background: transparent;
    border: 1px solid #606060;
    border-radius: 4px;
    padding: 15px;
}

.cmscategorylist:hover {
    border: solid 1px #909090;
}

.cmscategorylist h5 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #959595;
    text-transform: none;
    display: block;
    margin: 0 0 5px;
}

.cmscategorylist ul {
    display: flex;
    flex-wrap: wrap;
}



.cmscategorylist .imagecheckbox {
    margin: 0;
    padding: 15px 0;
    position: relative;
}



.cmscategorylist .imagecheckbox {
    margin: 0;
    padding: 15px 0;
    position: relative
}

.cmscategorylist .imagecheckbox [type=checkbox]:checked,
.cmscategorylist .imagecheckbox [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.cmscategorylist .imagecheckbox [type=checkbox]:checked+label,
.cmscategorylist .imagecheckbox [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .007px;
    margin: 0;
    line-height: 20px;
    word-break: break-all;
    padding-right: 15px;
    color: #fff;
}

.cmscategorylist .imagecheckbox [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #909090;
    background: 0 0;
    border-radius: 2px
}

.cmscategorylist .imagecheckbox [type=checkbox]:checked+label:after,
.cmscategorylist .imagecheckbox [type=checkbox]:not(:checked)+label:after {
    content: "";
    background-image: url(../../images/checkboximg.png);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: .8;
    color: #fff;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    font: normal normal normal 15px/1 FontAwesome;
    background-size: cover;
    width: 20px;
    height: 20px;
    border-radius: 2px
}

.cmscategorylist .imagecheckbox [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.cmscategorylist .imagecheckbox [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #909090;
    background: 0 0;
    border-radius: 2px
}

.cmscategorylist .imagecheckbox [type=checkbox]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #45a8fc;
    background: #45a8fc;
    border-radius: 2px
}

.customuploadlistcms.upload_photos {
    padding: 0 0 10px;
}

.customuploadlistcms {
    background: #1f1f1f;
    border: 1px solid #373737;
    border-radius: 2px;
    margin: 0 0 20px;
}

.customuploadlistcms label.cmslblnewmidngt.nav-link.dropdown.lblplalsit {
    padding: 5px 15px;
    padding-bottom: 0 !important;
}

.newcmsuploadmainbox .customuploadlistcms label {
    display: inline-block;
}

.customuploadlistcms label {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #aaa;
    text-transform: none;
    display: block;
    margin: 0;
    padding: 15px;
}

.customuploadlistcms i.fa.fa-caret-down.ro-select-caret.cstomdropdowncaret {
    right: 23px;
    top: 50%;
    color: #aaa;
    transform: translateY(-50%);
}

.customuploadlistcms .ro-select-caret {
    position: absolute;
}

.visibiltyboxcms {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5px 15px 5px;
    cursor: pointer;
}

.visibiltyboxcms i.eyeicone {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.visibiltyboxcms i.eyeicone svg {
    fill: #008207;
}

.visibiltyboxcms {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5px 15px 5px;
    cursor: pointer;
}

.cmsnewvidouploadd .dropdown-contentt.innnerboxmc {
    max-height: inherit;
}

.open .dropdown-contentt.innnerboxmc {
    display: block;
}

.dropdown-contentt.innnerboxmc {
    position: absolute;
    background-color: #313131;
    min-width: 160px;
    box-shadow: 0 8px 16px #000;
    padding: 20px 24px;
    z-index: 3;
    max-width: 512px;
    width: 512px;
    height: auto;
    right: 0;
    border-radius: 4px;
    display: none;
}

.dropdown-contentt.innnerboxmc .innnerboxmcs {
    border: solid 1px rgba(0, 0, 0, .55);
    border-radius: 4px;
    padding: 4px 20px 16px 20px;
    margin-bottom: 0px;
}

.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:checked,
.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:checked+label,
.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: #fff
}

.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:checked+label:before,
.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #3ea6ff;
    border-radius: 100%;
    background: 0 0
}

.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:checked+label:after,
.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #3ea6ff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all .2s ease
}

.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.upload_photos .dropdown-contentt.innnerboxmc .custom_radiohd [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:checked+label,
.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
    margin: 12px 0 1px 0
}

.upload_photos .dropdown-contentt ul [type=radio]:checked+label,
.upload_photos .dropdown-contentt ul [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 0
}

.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:checked+label:after,
.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #3ea6ff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all .2s ease
}

.upload_photos .dropdown-contentt ul [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:checked,
.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:checked+label:before,
.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #a9a9a9;
    border-radius: 100%;
    background: 0 0
}

.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:not(:checked)+label:before {
    border: 2px solid #a9a9a9 !important
}

.upload_photos .dropdown-contentt ul {
    width: 100%;
    display: block;
    list-style-type: none;
    margin: 0;
    padding-left: 25px
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop {
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

/*.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .modal-content {
    color: #fff;
    padding: 24px;
    border-radius: 8px;
    background: #1F1F1F;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(-0%, -0%);
    width: auto;
    min-width: 398px;
    max-width: 650px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .4);
    padding: 0 0 0;
    border: none;
    padding: 8px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 390px;
}*/

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .modal-content {
    color: #fff;
    padding: 24px;
    border-radius: 8px;
    background: #0f0f0f;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 398px;
    max-width: 650px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .4);
    padding: 0 0 0;
    border: none;
    padding: 8px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 390px;
}


.sharepop.cms_newuploadpop {
    background-color: white;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 328px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: inherit;
    z-index: 1;
    max-width: 328px;
    max-height: 389px;
    min-width: 139px;
    height: 350px;
    background: #fff;
    right: 0px;
}

.sharepop.cms_newuploadpop.visiblmodelplaylisttedilogg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .modal-content .input-group {
    margin: 0px 0px 20px;
}

.cms-playerdetails h6 {
    color: #aaa;
    font-size: 16px;
    margin: 15px 0
}

.upload_photos .dropdown-contentt .schedualcmsbox ul {
    padding-left: 0;
    height: 200px;
    overflow: auto
}

input.sandbox-container {
    border: solid 1px gray !important;
    border-radius: 2px
}

.innderboxcheckbox .customuploadlistcms.nocustompadding .ro-select-text {
    padding: 10px 24px 5px 10px
}

.cms-playerdetails p {
    font-size: 16px;
    font-weight: 400;
    color: #aaa;
    line-height: 22px;
    margin: 0 0 15px
}

.cms-playerdetails ul {
    display: flex;
    flex-wrap: wrap
}

.cms-playerdetails ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%;
    margin: 5px 0
}

.cms-playerdetails ul li .descriptionlistcmsplayer {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%
}

.cms-playerdetails ul li .descriptionlistcmsplayer label {
    margin-bottom: 0;
    flex: 0 0 30%;
    font-size: 16px;
    font-weight: 400;
    color: #aaa
}

.cms-playerdetails ul li .descriptionlistcmsplayer p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #aaa
}

.cms-playerdetails ul li .descriptionlistcmsplayer p a {
    color: #43a8fc
}

.customuploadlistcms.lblplalsit span {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
}

.newcmsuploadmainbox .customuploadlistcms label.dialog-button {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px !important;
    position: relative;
}

i.cstomdropdowncaret {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

i.cstomdropdowncaret svg.style-scope.tp-yt-iron-icon {
    fill: rgb(97, 97, 97);
}

.customuploadlistcms.lblplalsit {
    padding: 0 0 10px;
}

.lblplalsit {
    cursor: pointer;
}

.customuploadlistcms {
    background: transparent;
    border: 1px solid #606060;
    border-radius: 4px;
    margin: 0 0 20px;

}

.innderboxcheckbox {
    margin: 12px 0 0;
}

.col-xs-12.customuploadlistcms.lblplalsit.playlisnot {
    width: 50%;
}

.customuploadlistcms:hover {
    border: solid 1px #909090;
}



label.dialog-button {
    padding: 5px 15px;
}

.customuploadlistcms label {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #aaa;
    text-transform: none;
    margin: 0;
}

.customuploadlistcms.nocustompadding.downloadenble .dettl,
.customuploadlistcms.nocustompadding.purchaseenble .dettl {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 10px 0 !important;
}

.player-rightC .dettl {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400 !important;
    line-height: 2rem;
}

.customuploadlistcms.nocustompadding.downloadenble .dettl .autoplay-opt,
.customuploadlistcms.nocustompadding.purchaseenble .dettl .autoplay-opt {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    text-transform: capitalize;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #aaa;
    text-transform: none;
    justify-content: flex-start;
    padding-bottom: 8px;
    flex-wrap: wrap;
}

.customuploadlistcms.nocustompadding.downloadenble .dettl .autoplay-opt .rightswitch,
.customuploadlistcms.nocustompadding.purchaseenble .dettl .autoplay-opt .rightswitch {
    width: auto;
    display: flex;
    margin-left: auto;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 15px 0 0;
}

.customuploadlistcms.nocustompadding.downloadenble .dettl .autoplay-opt .rightswitch h5,
.customuploadlistcms.nocustompadding.purchaseenble .dettl .autoplay-opt .rightswitch h5 {
    font-weight: 500;
    font-size: 14px;
}

.cmsnewvidouploadd#second-form .switchToggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px;
    margin: 0 10px;
    top: 1px;
}

.customuploadlistcms label {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #aaa;
    text-transform: none;
    display: block;
    margin: 0;
}

.cmsnewvidouploadd#second-form .customuploadlistcms.nocustompadding.downloadenble .switchToggle input,
.cmsnewvidouploadd#second-form .customuploadlistcms.nocustompadding.purchaseenble .switchToggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.customuploadlistcms.nocustompadding label {
    padding: 0;
}

.cmsnewvidouploadd#second-form .customuploadlistcms.nocustompadding.downloadenble .sliderToggle,
.cmsnewvidouploadd#second-form .customuploadlistcms.nocustompadding.purchaseenble .sliderToggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.cmsnewvidouploadd#second-form .customuploadlistcms.nocustompadding.downloadenble .sliderToggle,
.cmsnewvidouploadd#second-form .customuploadlistcms.nocustompadding.purchaseenble .sliderToggle {
    margin: 0;
    width: auto;
    height: auto;
}

.cmsnewvidouploadd#second-form .customuploadlistcms.nocustompadding.downloadenble .sliderToggle.round:before,
.cmsnewvidouploadd#second-form .customuploadlistcms.nocustompadding.purchaseenble .sliderToggle.round:before {
    border-radius: 50%;
}

.cmsnewvidouploadd#second-form .sliderToggle:before {
    background: #333;
    margin-top: -3px;
}

.cmsnewvidouploadd#second-form .sliderToggle:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -1px;
    bottom: inherit;
    transition: .4s;
    top: 0;
}

.cmsnewvidouploadd#second-form .sliderToggle:before {
    margin-top: -3px;
}

.cmsnewvidouploadd#second-form input:checked+.sliderToggle:before {
    transform: translateX(16px);
    background: #3ea6ff;
}

.cmscliprange {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 10px 5px;
}

.cmsnewvidouploadd#second-form .cmscliprange .rangsldr {
    width: 40%;
}

.cmsnewvidouploadd#second-form .ui-slider-horizontal {
    height: 10px;
}

.cmsnewvidouploadd#uploaded-files .cmscliprange .rangsldr {
    width: 40%;
}

.cmsnewvidouploadd#uploaded-files .ui-slider-horizontal {
    height: 10px;
}

.cmsnewvidouploadd#uploaded-files .switchToggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px;
    margin: 0 10px;
    top: 1px;
}

.customuploadlistcms label {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #aaa;
    text-transform: none;
    display: block;
    margin: 0;
    padding-bottom: 8px !important;
}

.cmsnewvidouploadd#uploaded-files .customuploadlistcms.nocustompadding.downloadenble .switchToggle input,
.cmsnewvidouploadd#uploaded-files .customuploadlistcms.nocustompadding.purchaseenble .switchToggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.customuploadlistcms.nocustompadding label {
    padding: 0;
}

.cmsnewvidouploadd#uploaded-files .customuploadlistcms.nocustompadding.downloadenble .sliderToggle,
.cmsnewvidouploadd#uploaded-files .customuploadlistcms.nocustompadding.purchaseenble .sliderToggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.cmsnewvidouploadd#uploaded-files .customuploadlistcms.nocustompadding.downloadenble .sliderToggle,
.cmsnewvidouploadd#uploaded-files .customuploadlistcms.nocustompadding.purchaseenble .sliderToggle {
    margin: 0;
    width: auto;
    height: auto;
}

.cmsnewvidouploadd#uploaded-files .customuploadlistcms.nocustompadding.downloadenble .sliderToggle.round:before,
.cmsnewvidouploadd#uploaded-files .customuploadlistcms.nocustompadding.purchaseenble .sliderToggle.round:before {
    border-radius: 50%;
}

.cmsnewvidouploadd#uploaded-files .sliderToggle:before {
    background: #333;
    margin-top: -3px;
}

.cmsnewvidouploadd#uploaded-files .sliderToggle:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -1px;
    bottom: inherit;
    transition: .4s;
    top: 0;
}

.cmsnewvidouploadd#uploaded-files .sliderToggle:before {
    margin-top: -3px;
}

.cmsnewvidouploadd#uploaded-files input:checked+.sliderToggle:before {
    transform: translateX(16px);
    background: #3ea6ff;
}

.cmscliprange {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 10px 5px;
}

.cmsnewvidouploadd#uploaded-files .cmscliprange .rangsldr {
    width: 40%;
}

.cmsnewvidouploadd#uploaded-files .ui-slider-horizontal {
    height: 10px;
}

.cmsnewvidouploadd#uploaded-files .cmscliprange .ui-widget-header {
    background: #2ba640;
    border: solid 1px #2ba640;
}

.sliderToggle.round {
    border-radius: 34px;
}

.cmsnewvidouploadd#uploaded-files .switchToggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px;
    margin: 0 10px;
    top: 1px;
}

.movie_form .select2-selection.select2-selection--multiple {
    background-color: transparent;
    border: 1px solid transparent;
}

.newcmsuploadpage .cmsdescriuptiontext .movie-title {
    background: 0 0;
    border: none;
}

.cmsnewvidouploadd button.clip_form_submit,
.cmsnewvidouploadd button.movie_form_submit {
    display: block;
    margin: 35px auto 30px;
    text-align: center;
    width: 150px;
    background: #3ea6ff;
    padding: 16px;
    border-radius: 2px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    position: relative;
    top: 20px;
}

.cms-movieuploadbox {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 0 20px;
    /*justify-content: space-between;*/
}

.prof-left.player-rightC.cmsmovieuploadsidebar .cms-movieupload,
.cms-movieupload {
    width: 170px;
    height: 240px;
    float: right;
}

.cms-imageuploadbox svg,
.cms-movieupload svg {
    width: 24px;
    height: 24px;
    fill: #aaa;
}

.cms-imageuploadbox span,
.cms-movieupload span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin: 5px;
}

.cms-moviewtextbtnbox {
    /*width: calc(100% - 180px);*/
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.cms-moviewtextbtnbox h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
}

.cms-moviewtextbtnbox h3 span {
    display: block;
}

.cms-moviewtextbtnbox h4 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
}

.cms-moviewtextbtnbox a.cms-uploadbuttonmovie {
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
    background: #3ea6ff;
    border: solid 1px #3ea6ff;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    margin: 0px 0;
}

.cmsdescriuptiontexttrailer {
    position: relative;
    margin: 20px 0 0;
}

.cmsdescriuptiontexttrailer label {
    color: #aaa;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}

.cms-trailermainbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 0 5px;
}

.cmsdescriuptiontexttrailer .uploadtitletrailer,
.uploadimageprogres .uploadtitlecms {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.cmsdescriuptiontexttrailer .uploadtitletrailer h2,
.uploadimageprogres .uploadtitlecms h2 {
    font-weight: 500;
    line-height: 3rem;
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 5px;
}

.cms-trailermainbox .progress {
    display: block;
    width: calc(100% - 240px);
    margin: 0;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.ui-widget.ui-widget-content {
    border: 1px solid #282828 !important;
}

.ui-widget-content {
    background-color: #6d6d6d;
}

.cmsnewvidouploadd#second-form .cmscliprange .ui-widget-header {
    background: #2ba640;
    border: solid 1px #2ba640;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.cmsnewvidouploadd#second-form .ui-slider-horizontal .ui-slider-handle {
    top: -4.5px;
    margin-left: -.6em;
    cursor: pointer;
}

.cmsnewvidouploadd#second-form .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    touch-action: none;
}

#requestedAmountModal .ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #fff;
    background: #fff;
    font-weight: 400;
    color: #454545;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border-radius: 50%;
}

.customuploadlistcms.nocustompadding {
    padding: 5px 15px;
}

.cmscliprange {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 10px 5px;
}

#currentIssue .textdoller {
    position: relative;
    width: 100%;
}


.imagecheckbox [type=checkbox]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #45a8fc;
    background: #45a8fc;
    border-radius: 2px
}


.imagecheckbox {
    margin: 0;
    padding: 15px 0;
    position: relative
}

.imagecheckbox [type=checkbox]:checked,
.imagecheckbox [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.imagecheckbox [type=checkbox]:checked+label,
.imagecheckbox [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .007px;
    margin: 0;
    line-height: 20px
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .cms_newuploadform .imagecheckbox [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #909090;
    background: 0 0;
    border-radius: 2px;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .cms_newuploadform .imagecheckbox [type=checkbox]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #45a8fc;
    background: #45a8fc;
    border-radius: 2px;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .cms_newuploadform .imagecheckbox [type=checkbox]:checked+label:after,
.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .cms_newuploadform .imagecheckbox [type=checkbox]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 3px;
    width: 7px;
    height: 12px;
    border-top: none;
    border-left: nono;
    border-right: 2.5px solid #000;
    border-bottom: 2.5px solid #000;
    -webkit-transform: rotateZ(47deg);
    transform: rotateZ(45deg);
    left: 3px;
    transition: all .2s;
    -webkit-transform-origin: 97% 86%;
    transform-origin: 97% 86%;
    background-image: none;
    border-radius: 0;
}


#nextIssues .videopaymentbox .customuploadlistcms .dropdown-contentt.innnerboxmc .bottomvisibilitybox ul li ul li {
    margin-bottom: 3px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .011em;
    font-size: 12px;
    line-height: 16px;
    color: #aaa;
}
#nextIssues .videopaymentbox .customuploadlistcms .dropdown-contentt.innnerboxmc .bottomvisibilitybox ul li ul li:last-child{margin-bottom:0;}
#nextIssues .videopaymentbox .customuploadlistcms .dropdown-contentt.innnerboxmc .bottomvisibilitybox ul li ul {
    padding: 0 15px;
}

.imagecheckbox.showmoreviewrs label {
    padding: 5px;
    padding-bottom: 5px !important;
    color: #fff;
}
.imagecheckbox.showmoreviewrs label:before {
    border: 2px solid #fff !important;
}
.imagecheckbox [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #909090;
    background: 0 0;
    border-radius: 2px
}

.imagecheckbox [type=checkbox]:checked+label:after,
.imagecheckbox [type=checkbox]:not(:checked)+label:after {
    content: "";
    background-image: url(../../images/checkboximg.png);
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 14px;
    line-height: .8;
    color: #fff;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    font: normal normal normal 15px/1 FontAwesome;
    background-size: cover;
    width: 20px;
    height: 20px;
    border-radius: 2px
}

.membersperk {
    margin: 10px 0 0;
}

.dropdown-contentt.innnerboxmc .innnerboxmcs.two {

    border-radius: 0;
    padding-top: 10px;
}

.imagecheckbox small {
    display: block;
    color: #aaa;
    margin: -8px 0 0 34px;
}

.imagecheckbox [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.imagecheckbox [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #909090;
    background: 0 0;
    border-radius: 2px
}

.imagecheckbox [type=checkbox]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #45a8fc;
    background: #45a8fc;
    border-radius: 2px
}

.textdoller span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #aaa;
}

input.rangetextbx,
input.rangetextbx-download {
    background: #000;
    border: 1px solid #373737;
    padding: 10px 5px 10px 40px;
    border-radius: 2px;
    width: 100%;
}

.newcmsuploadmainbox .dropdown-contentt.innnerboxmc [type=radio]:checked+label,
.newcmsuploadmainbox .dropdown-contentt.innnerboxmc [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
    margin: 12px 0 1px 0;
    align-items: center;
    align-content: center;
    padding: 0 25px;
}

.upload_photos .dropdown-contentt.innnerboxmc [type=radio]:checked+label:before {
    border: 2px solid #3ea6ff !important;
}

.customuploadlistcms.upload_photos .cmsdropsep {
    width: calc(100% + 50px);
    height: 1px;
    background: #000;
    margin: 25px -25px 20px;
}

.upload_photos .bottomsdropdown ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    width: 100%;
}

.upload_photos .bottomsdropdown ul li {
    margin: 0 10px;
}

.upload_photos .bottomsdropdown ul li a {
    color: #3ea6ff;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto, Arial, sans-serif;
    text-transform: uppercase;
}

.innnerboxmcs p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-left: 29px;
    margin-bottom: 10px;
}

.schedualcmsbox {
    display: flex;
    flex-wrap: nowrap;
}

.schedualcmsbox .schedualcmsboxinnerbx {
    width: calc((100% / 3) - 10px);
    margin: 0 5px;
}

#second-form .form-control {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#second-form .form-control,
#second-form select {
    background-color: transparent;
    border-radius: 2px;
    border: #161616;
    color: #fff;
}

input.sandbox-container {
    border: solid 1px gray !important;
    border-radius: 2px;
}

.form-control {
    height: 40px;
}

.caltime .customuploadlistcms.nocustompadding,
.timezone .customuploadlistcms.nocustompadding {
    padding: 0;
    margin: 0;
}

.ro-select-wrapper {
    display: inline-block;
    position: relative;
    min-width: 100%;
}

.innderboxcheckbox .customuploadlistcms.nocustompadding .ro-select-text {
    padding: 10px 24px 5px 10px;
}

.schedualcmsbox .customuploadlistcms .ro-select-text,
.schedualcmsbox .customuploadlistcms .ro-select-text.ro-select-text-empty {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding: 13px 15px;
    border-radius: 2px;
    width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    align-items: center;
    align-content: center;
    max-height: 34px;
}

.ro-select-list {
    user-select: none;
    position: absolute;
    transition: .25s ease;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    background-color: #161616;
}

.upload_photos .dropdown-contentt .schedualcmsbox ul {
    padding-left: 0;
    height: 200px;
    overflow: auto;
}

.upload_photos .dropdown-contentt ul {
    width: 100%;
    display: block;
    list-style-type: none;
    margin: 0;
}

.customuploadlistcms .ro-select-list {
    background-color: #242424;
}

.schedualcmsbox .customuploadlistcms .ro-select-list>.ro-select-item {
    font-size: 14px;
    line-height: 35px;
}

.customuploadlistcms .ro-select-list>.ro-select-item {
    padding: 0 16px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    color: #fff;
}

#nextIssues .videopaymentbox .schedualcmsbox .customuploadlistcms {
    padding: 0;
    background: 0 0;
    border: 1px solid gray;
    border-radius: 2px;
    margin: 0 0 20px;
    height: 40px;
}

.customuploadlistcms.upload_photos span {
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
}

.innnerboxmcs span.vidopspan {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 5px;
    display: block;
}

.upload_photos .bottomsdropdown ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    width: 100%;
}

#playlistModal.modal.sharepop.cms_newuploadpop {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
}

#playlistModal.modal.sharepop.cms_newuploadpop .modal-content {
    color: #fff;
    padding: 24px;
    border-radius: 0;
    background: #282828;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 305px;
    max-width: 650px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .4);
    padding: 0 0 0;
    max-height: 650px;
    overflow: auto;
}

.col-xs-12.customuploadlistcms.lblplalsit span.playListTitle {
    padding: 0 15px;
}

.customuploadlistcms.lblplalsit span {
    padding: 0 0px;
    font-size: 14px;
    font-weight: 400;
}

.moviecreatpage.newplaylis.viewbox .ro-select-text {
    border: none;
    border-bottom: 1px solid #888;
    display: block;
    max-height: 48px;
    padding: 16px 24px 8px 0;
    cursor: pointer
}

.cms_newuploadpop span.close {
    right: 22px;
}

.cms_newuploadpop span.close {
    margin-right: 0;
    position: absolute;
    top: 13px;
}

.sharepop.cms_newuploadpop .title {
    padding: 15px 27px;
}

.sharepop .title {
    border-bottom: transparent;
    margin: 0;
}

.sharepop .subtitle,
.sharepop .title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
}

.model-view .tab-pane .title,
.profhold .title {
    width: 100%;
}

.cms-popupboxmiddle.cms_newuploadform {
    margin: 0 0;
    padding: 0 15px;
}

.cms_newuploadform button.toggleplaylistbtn {
    padding: 15px 27px;
    display: flex;
    align-items: center;
    align-content: center;
}

.cms_newuploadform button.toggleplaylistbtn {
    margin: 0;
    line-height: 25px;
    font-size: 14px;
    font-weight: 300 !important;
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: .007px;
    padding: 15px 0;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .title {
    padding: 15px 15px;
}

.moviecreatpage.newplaylis.viewbox .ro-select-list>.ro-select-item {
    padding: 0 45px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    color: #fff;
}


button.toggleplaylistbtn {
    border-top: solid 1px #aaa;
}

button.toggleplaylistbtn {
    background: 0 0;
    border: none;
    width: 100%;
    text-align: left;
}

.toggleplaylistbtn i.fa.fa-plus {
    float: left;
    position: relative;
    top: 0;
    background-image: url(../../images/newcmsplus.svg);
    width: 24px;
    height: 24px;
    left: -3px;
}

.newplaylis {
    display: none;
}

.videocreatpage.newplaylis.viewbox {
    padding: 24px;
}

.videocreatpage.newplaylis.viewbox .form-group label {
    color: #b7b7b7 !important;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

#second-form .form-control {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#second-form .form-control,
#second-form select {
    background-color: transparent;
    border-radius: 2px;
    border: #161616;
    color: #fff;
}

.videocreatpage.newplaylis.viewbox .form-group .form-control {
    border-bottom: solid 1px #aaa !important;
    padding: 6px 0;
    margin: 0 0 5px;
    height: 40px;
}

.customuploadlistcms.lblplalsit .videocreatpage span {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.videocreatpage.newplaylis.viewbox .form-group label {
    color: #b7b7b7 !important;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.schedualcmsbox .schedualcmsboxinnerbx {
    width: calc((100% / 3) - 10px);
    margin: 0 5px;
    position: relative;
}

.ro-select-wrapper {
    display: inline-block;
    position: relative;
    min-width: 100%;
}

.newplaylis.viewbox .ro-select-list {
    padding: 5px;
}

.customuploadlistcms .ro-select-list {
    background-color: #242424;
}

#playlistModal .ro-select-list>.ro-select-item,
.playlistModal .ro-select-list>.ro-select-item {
    padding: 5px 15px 5px 40px;
    height: 50px;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.newplaylis .ro-select-list>.ro-select-item:first-child:before,
.newplaylis .ro-select-list>li:first-child:before {
    content: "Anyone can search for and view";
    position: absolute;
    bottom: 0;
    color: #c6c6c6;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 5px;
}

.newplaylis .ro-select-list>.ro-select-item:first-child:after,
.newplaylis .ro-select-list>li:first-child:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' focusable='false' style='pointer-events: none; display: block; width: 100%25; height: 100%25;fill:%23909090;'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM3 12c0-.7.09-1.37.24-2.02L8 14.71v.79c0 1.76 1.31 3.22 3 3.46v1.98c-4.49-.5-8-4.32-8-8.94zm8.5 6C10.12 18 9 16.88 9 15.5v-1.21l-5.43-5.4C4.84 5.46 8.13 3 12 3c1.05 0 2.06.19 3 .53V5c0 .55-.45 1-1 1h-3v2c0 .55-.45 1-1 1H8v3h6c.55 0 1 .45 1 1v4h2c.55 0 1 .45 1 1v.69C16.41 20.12 14.31 21 12 21v-3h-.5zm7.47-.31C18.82 16.73 18 16 17 16h-1v-3c0-1.1-.9-2-2-2H9v-1h1c1.1 0 2-.9 2-2V7h2c1.1 0 2-.9 2-2V3.95c2.96 1.48 5 4.53 5 8.05 0 2.16-.76 4.14-2.03 5.69z'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.newplaylis .ro-select-list>.ro-select-item:nth-child(2):before {
    content: "Anyone with the link can view";
    position: absolute;
    bottom: 0;
    color: #c6c6c6;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 5px;
}

.newplaylis .ro-select-list>.ro-select-item:nth-child(2):after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' focusable='false' style='pointer-events: none; display: block; width: 100%25; height: 100%25;fill:%23909090;'%3E%3Cpath d='M17.78 16H13v-1h4.78c1.8 0 3.26-1.57 3.26-3.5S19.58 8 17.78 8H13V7h4.78c2.35 0 4.26 2.02 4.26 4.5S20.13 16 17.78 16zM11 15H6.19c-1.8 0-3.26-1.57-3.26-3.5S4.39 8 6.19 8H11V7H6.19c-2.35 0-4.26 2.02-4.26 4.5S3.84 16 6.19 16H11v-1zm5-4H8v1h8v-1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.newplaylis .ro-select-list>.ro-select-item:last-child:before {
    content: "Only you can view";
    position: absolute;
    bottom: 0;
    color: #c6c6c6;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 5px;
}

.newplaylis .ro-select-list>.ro-select-item:last-child:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' focusable='false' style='pointer-events: none; display: block; width: 100%25; height: 100%25;fill:%23909090;'%3E%3Cpath d='M17 8V6.63C17 4.08 14.76 2 12 2S7 4.08 7 6.63V8H4v14h16V8h-3zM8 6.63c0-2.02 1.79-3.66 4-3.66s4 1.64 4 3.66V8H8V6.63zM19 21H5V9h14v12zm-7-9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.newplaylis.viewbox {
    display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    border-radius: 16px !important;
    cursor: default;
    float: left !important;
    margin-top: 0px !important;
    padding: 4px 4px 5px 10px !important;
    color: #d5d5d5 !important;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 12px;
    line-height: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #d5d5d5;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 0;
    float: right;
    margin: 0 0 0px 5px;
    border-radius: 15px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 14px;
    position: relative;
    top: 0;
    order: 2;
    padding: 0px;
    right: 0;
}

.cmsdescriptiontexttagsinner .select2-container--default .select2-selection--multiple .select2-selection__choice__remove svg {
    fill: rgb(170, 170, 170);
}

.cmsdescriptiontexttagsinner .select2-container--default .select2-selection--multiple .select2-selection__choice__remove svg {
    fill: rgb(170, 170, 170);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover svg {
    fill: rgb(170, 170, 170);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background-color: #606060 !important;
}

.cmsnewvidouploadd button.video_form_submit[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

.newuploadbox .drag_drop_text {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #Fff;
    margin: 20px 0;
}

.newuploadbox div#dropzone {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 0;
}

.dropzone.cmsnewvidouploadd {
    min-height: inherit;
    border: none;
    background: transparent;
    padding: 0;
}

.dropzone.cmsnewvidouploadd .col-lg-8.col-md-8.col-sm-8.col-xs-12.dz-details.uploadimageprogres {
    position: relative;
    top: inherit;
    left: inherit;
    min-width: inherit;
    max-width: inherit;
    padding: 0;
    text-align: inherit;
    color: #fff;
    padding-right: 0px;
    padding-left: 0px;
    align-items: flex-start;
    align-content: flex-start;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}

.dz-preview.dz-complete .dz-details.uploadimageprogres .dz-progress {
    animation: none !important;
    opacity: 1 !important;
}

.dropzone.cmsnewvidouploadd .dz-details.uploadimageprogres .dz-details.uploadtitlecms {
    position: relative;
    padding: 0px 15px 0px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    flex: 0 0 100%;
    color: #fff;
    border-bottom: solid 1px #373737;
    margin-bottom: 5px;
    height: 64px;
}

ul.topicondeleedit li:last-child {
    margin-right: 0;
}

.dropzone.cmsnewvidouploadd .dz-details.uploadimageprogres .dz-progress {
    position: relative;
    width: 100%;
    left: 0;
    margin: 10px 0 10px;
    top: 0;
    height: 8px;
    animation: none;
    display: none;
}

.container-fluid.maincf.mdlisting .uploadboxmainafterupload .progress-bar, .container-fluid.maincf.mdlisting .uploadboxmainafterupload .upload-remaintime {
    width: auto;
    background: no-repeat;
    font-size: 13px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 20px;
    margin-left: 5px;
    padding-left: 0;
    /*margin-right: 15px;*/
    color: #aaa !important;
}

.container-fluid.maincf.mdlisting .dropzone .dz-preview .newcmsuploadmainbox.container-fluid {
    padding: 0;
    width: 100%;
}

.container-fluid.maincf.mdlisting .dropzone .dz-preview {
    margin: 0;
}

.newuploadboxbeforupload {
    display: flex;
    flex: 0 0 calc(100% - 0px);
    border: solid 1px #373737;
    padding: 0px;
    border-radius: 12px;
    margin: 15px 0px 0;
    width: calc(100% - 0px);
    overflow: hidden;
}

.newuploadboxbeforupload .col-lg-8.col-md-8.col-sm-8.col-xs-12.dz-details.uploadimageprogres {
    width: calc(100% - 225px);
    flex: 0 0 calc(100% - 225px);
    background: #282828;
}

.customuploadbox .spinner {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 15px;
}

.container-fluid.maincf.mdlisting .dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: #3ea6ff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.newcmsuploadmainbox.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
    font-size: 16px;
    padding: 0;
    font-weight: 700;
}

.container-fluid.maincf.mdlisting .dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    border: 1px solid transparent;
    font-size: 20px;
    padding: 0;
    font-weight: 500;
    background-color: transparent;
    line-height: 28px;
}


.container-fluid.maincf.mdlisting .dropzone .dz-preview .dz-details .dz-filename span,
.moviepopupheader .dz-filename span
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


.container-fluid.maincf.mdlisting .uploadboxmainafterupload .dz-size {
    margin-bottom: 0 !important;
    margin: 0 15px;
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
}

.customuploadbox {
    position: relative;
    right: 0;
    right: 0;
    top: 0;
    margin-right: 15px;
}

.newcmsuploadpage.newuploadboxbeforupload .customuploadbox {
    position: relative;
    right: 0;
    float: right;
    left: inherit;
    display: flex;
    justify-content: flex-end;
    top: 0;
    margin-right: 10px;
}


.col-xs-12.cmsdescriptiontext .dropzone.trailerdropzone.dz-clickable {
    background: transparent;
    border: 1px solid #373737;
    margin: 5px 0 0;
    display: none;
}

.newcmsuploadpage.newuploadboxbeforupload .uplodchecksvg {
    position: relative;
    right: 0px;
}

.deletebox {
    display: flex;
    margin: 15px 0px;
    width: 100%;
}

.uploadimagepreview {
    float: left;
    margin: 0px;
    width: 225px;
    height: 122px;
    display: inline-block;
    border-radius: 0;
    overflow: hidden;
    background: #1f1f1f;
    position: relative;
}

.deletebox .deleiconmain {
    display: flex;
}

.deletebox .deleiconmain a {
    display: flex;
    align-items: center;
    align-content: center;
}

.deletebox .deleiconmain .dropdownsvgbox {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.deletebox .dropdown {
    margin-left: auto;
    margin-right: 5px;
}

.deletebox .dropdown button.btn.btn-primary.dropdown-toggle {
    background: transparent;
    border: none;
}

.deletebox .dropdown button.btn.btn-primary.dropdown-toggle span.caret {
    margin-left: 5px;
}

.restrictionupload i.fa.fa-cloud-upload {
    background: #2a2222;
}

a.uploadgetverf {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(-0%, -0%);
    background: #3ea6ff;
    width: 110px;
    padding: 8px 16px;
    border-radius: 25px;
    color: #000;
    font-weight: 500;
    border: none;
}

.restrictionupload a.uploadgetverf {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(-0%, -0%);
    background: #3ea6ff;
    width: 110px;
    padding: 8px 16px;
    border-radius: 25px;
    color: #000;
    font-weight: 500;
    border: none;
    cursor: pointer;
    z-index: 9;
}

.cmsnewvidouploadd .uploadpagetitle .morebuttonslidt {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.cmsnewvidouploadd .uploadpagetitle {
    margin-bottom: 0;
    flex-wrap: wrap;
}

.cmsnewvidouploadd .uploadpagetitle .morebuttonslidt {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 15px 0 0;
}

.cmsnewvidouploadd .uploadpagetitle .morebuttonslidt ul {
    display: flex;
    align-items: center;
    align-content: center;
}

.cmsnewvidouploadd .uploadpagetitle .morebuttonslidt ul li a {
    color: #fff;
    padding: 6px 10px;
    background: #272727;
    border-radius: 8px;
    font-size: 14px;
    height: 32px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    word-break: normal;
    white-space: nowrap;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    border: none;
}

.cmsnewvidouploadd .uploadpagetitle .morebuttonslidt ul li.active a {
    color: #000;
    background: #fff;
}

.cmsnewvidouploadd .uploadpagetitle .morebuttonslidt ul li {
    margin-right: 15px;
}

.cmsnewvidouploadd .uploadpagetitle .morebuttonslidt ul li:last-child {
    margin-right: 0px;
}





@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 4rem;
    --fg: #00A9FF;
    --bg: #000;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, #000 80%, transparent 0 99.9%, #000 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*div[role="progressbar"]::before{counter-reset:percentage var(--value);content:counter(percentage) '%';}*/
.mainprogressbox {
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainprogressbox svg {
    fill: #00A9FF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 47%;
}

svg#_1-Arrow_Up {
    width: 18px;
    fill: #00A9FF;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: 0;
    width: 40px;
    margin-left: 0;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    transform: translate(-50%, -50%);
    animation: none !important;
}

.container-fluid.maincf.mdlisting .dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: #3ea6ff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 1 !important;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.cmsnewvidouploadd button.video_form_submit,
.cmsnewvidouploadd button.movie_form_submit,
.cmsnewvidouploadd button.clip_form_submit {
    display: flex;
    margin: 0px auto 0px;
    text-align: center;
    width: auto;
    background: #3ea6ff;
    padding: 16px;
    border-radius: 2px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    border: none;
    position: relative;
    line-height: 20px;
    top: 0;
    float: right;
    height: 36px;
    right: 0px;
    color: #000;
    border-radius: 25px;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 16px 16px;
    width: auto;
}




.uploadimagepreview img.img-responsive.main_video_thumbnail {
    display: none;
    max-width: 100% !important;
    height: 100% !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #1f1f1f;
}

.uploaddonefinish .mainprogressbox {
    display: none;
}

input.sandbox-container {
    border: solid 1px gray !important;
    border-radius: 2px;
}

#second-form .form-control {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 40px;
    padding: 6px 12px;
    margin: 0;
    width: 100%;
}

.videopaymentbox h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}

.videopaymentbox p {
    color: #aaa;
}

.videopaymentbox h4.donloadttl {
    margin-top: 25px;
}


.cms-popupboxmiddle.cms_newuploadform .imagecheckbox {
    margin: 0;
    padding: 5px 0;
    position: relative;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop span.closeemd {
    margin-right: 0;
    position: relative;
    top: 10px;
    opacity: 1;
    right: 8px;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0;
    float: right;
}



.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop span.closeemd svg {
    fill: #fff !important;
}







.blackplaylists-list .input-group {
    margin: 10px 20px 20px;
}

.blackplaylists-list .input-group input.form-control {
    padding: 15px;
    height: 40px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: solid 1px #ccc;
    border-right: none;
}

.blackplaylists-list .input-group .btn-info {
    background: transparent;
    border: solid 1px #ccc;
    border-left: none;
    height: 40px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .modal-content input#searchmyalbum {
    padding: 0px 45px 0 10px;
    height: 50px;
    border: 1px solid #606060;
    background: transparent;
    color: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    border-radius: 4px;
}

.modelinnersavlist .input-group-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 40px;
}


.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop button.btn.btn-info {
    background: transparent;
    border: none;
    border-left: none;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: inherit;
    width: 40px;
    padding-left: 9px;
    padding-right: 9px;
    left: 0px;
    position: relative;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop button.btn.btn-info svg.style-scope.yt-icon {
    fill: #aaa;
    width: 24px !important;
    height: 24px !important;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .modal-content .input-group {
    margin: 10px 20px 20px;
    position: fixed;
    top: 0px;
    z-index: 9999999999;

    display: flex;
    width: calc(100% - 40px);
}

.visibledilogg .modelinnersavlist {
    overflow: hidden;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .modal-content .visibledilogg .cms-popupboxmiddle.cms_newuploadform {
    margin: 0 10px;
    padding: 0 10px 10px;
    height: 220px;
    overflow-y: auto;
    margin-top: 45px;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .modal-content .cms-popupboxmiddle.cms_newuploadform {
    margin: 0 10px;
    padding: 0 12px 10px;
    height: 245px;
    overflow-y: auto;
    margin-top: 70px;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .modal-content .input-group:hover input#searchmyalbum {
    border: solid 1px #fff;
}



.customuploadlistcms.lblplalsit span {
    padding: 0 0px;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
}

.bottomdialogbtonarea {
    padding: 8px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 1px solid rgb(226, 226, 226);
}

.bottomdialogbtonarea.bottomboxbtn {
    display: none;
}

.bottomdialogbtonarea.firstbottom.firsthidebtn {
    display: none;
}

.bottomdialogbtonarea.bottomboxbtn.visibledialogbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}


.label.ytcp-button.nplist,
.label.ytcp-button.cnclbtn,
.label.style-scope.ytcp-button.createalbum {
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    display: flex;
    line-height: 36px;
    padding: 0;
    text-transform: uppercase;
    color: rgb(62, 166, 255);
}

.label.style-scope.ytcp-button.donealbum {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    display: flex;
    line-height: 36px;
    padding: 0;
    color: rgb(62, 166, 255);
}

.save-button.action-button.style-scope.ytcp-playlist-dialog {
    margin-left: auto;
}



.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop .modal-content.savmslist.visibledilogg {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.cmsnewvidouploadd .modal.sharepop.cms_newuploadpop.in .modal-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.modelinnersavlist {
    padding: 8px 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#create-playlist-form.ytcp-playlist-dialog.visibledialog {
    display: block;
}

.bottomdialogbtonarea {
    padding: 8px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 1px solid #606060;
}






.moviecreatpage.newplaylis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    overflow-y: inherit;
    overflow-x: inherit;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    border-top: 1px solid #606060;
}

.form-group.firstnaemgroup {
    height: 98px;
    margin-bottom: 15px;
}

.leftbuttondialgo {
    margin: 0 8px;
}

.label.style-scope.ytcp-button.donealbum {
    margin: 0 8px;
    text-transform: uppercase;
}


.innerformgroupfirst {
    border: 1px solid #606060;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.newcmsuploadmainbox .customuploadlistcms .innerformgroupfirst label {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.011em;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    color: #aaa;
    padding-top: 0;
    padding-bottom: 0 !important;
}

.innerformgroupfirst input#playlistName {
    font-size: 15px;
    line-height: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    overflow: auto;
    resize: none;
    border: none;
    outline: none;
    background-color: transparent;
    padding-top: -moz-calc(20px - 17px);
    padding-top: calc(20px - 17px);
    padding-bottom: -moz-calc(8px - 7px);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-radius: 0;
    margin: 0 10px;
    height: 80px !important;
    display: block;
    line-height: 37px;
    font-weight: 400;
    padding: 15px 0;
}

.spancount {
    display: flex;
    align-items: center;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding: 0 15px 5px;
}

.spancount span {
    font-size: 12px !important;
}


.visibledilogg .bottomdialogbtonarea.firstbottom {
    display: none;
}

.visibledilogg .bottomdialogbtonarea.bottomboxbtn {
    display: flex;
}

.visibledilogg .bottomdialogbtonarea.bottomboxbtn .leftbuttondialgo {
    margin-left: auto;
    margin-right: 15px;
}

.visibledilogg .bottomdialogbtonarea.bottomboxbtn .save-button.action-button.style-scope.ytcp-playlist-dialog {
    margin: 0 15px;
}

.form-group.seclect {
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: initial;
    border: 1px solid #606060;
    border-radius: 5px;
    padding: 0;
    padding-right: 0;
    padding-left: 0px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
}

.form-group.seclect label {
    font-weight: 400;
    letter-spacing: 0.011em;
    font-size: 12px;
    line-height: 16px;
    margin-top: -moz-calc(20px - 12px);
    margin-top: 0;
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 0 !important;
}

.form-group.seclect .ro-select-wrapper {
    color: #aaa;
    font-size: 15px;
    padding: 5px 12px;
    float: left;
    border-bottom: none;
    width: 100%;
    max-height: 30px;
    line-height: 20px;
}

.customuploadlistcms .ro-select-list>.ro-select-item {
    padding: 5px 15px 5px 40px !important;
    height: 50px;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

div#basicModalmovie .modal-content .modal-header ul#myTab li:first-child.active .separator.ytcp-stepper {
    background-color: #606060;
}


div#basicModalmovie .modal-content .modal-header ul#myTab li:nth-child(2).active .separator.ytcp-stepper {
    background-color: #606060;
}

.newcmsuploadmainbox #second-form.customuploadlistcms label.mainlablell {
    padding-left: 0;
}

.newcmsuploadmainbox #second-form.customuploadlistcms label.mainlablell:after,
.newcmsuploadmainbox #second-form.customuploadlistcms label.mainlablell:before {
    display: none;
}

#second-form .custom_radiohd label {
    padding-left: 0 !important;
}


.newcmsuploadmainbox #second-form.customuploadlistcms label.mainlablell {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.maincollapsebox .custom_radiohd p {
    margin-left: 0;
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    margin-bottom: 0;
}

.upload_photos .dropdown-contentt ul li label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.upload_photos .dropdown-contentt ul li p {
    font-size: 13px;
    color: #aaa;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 24px;
}


.dropzone .dz-preview .media-body.mb-1 {
    width: 100% !important;
    display: block;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
    width: 100%;
}


.dropzone .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 675px;
    margin-right: 16px;
}


.col-xs-12.cmsdescriptiontext.cmsthumbnillist .trailer-upload-btn {
    display: flex;
}

.col-xs-12.cmsdescriptiontext.cmsthumbnillist .trailer-upload-btn .helpsvg.tooltips {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.col-xs-12.cmsdescriptiontext.cmsthumbnillist .trailer-upload-btn .helpsvg.tooltips svg {
    fill: #aaa;
}

.col-xs-12.cmsdescriptiontext.cmsthumbnillist .trailer-upload-btn .helpsvg.tooltips:hover .rights {
    opacity: 1;
    visibility: visible;
    left: -100px;
    top: 23px;
}

.col-xs-12.cmsdescriptiontext.cmsthumbnillist .trailer-upload-btn a.upload-trailer {
    color: #3ea6ff;
    display: flex;
    align-items: center;
    align-content: center;
}

.col-xs-12.cmsdescriptiontext.cmsthumbnillist .trailer-upload-btn a.upload-trailer i.uploadicn {
    width: 24px;
    height: 24px;
    display: flex;
    margin: 0 5px 0 0;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.col-xs-12.cmsdescriptiontext.cmsthumbnillist .trailer-upload-btn a.upload-trailer i.uploadicn svg .style-scope.tp-yt-iron-icon {
    fill: #3ea6ff !important;
}


.col-xs-12.cmsdescriptiontext.cmsthumbnillist.trailoruploadd .dropzone.trailerdropzone.dz-clickable {
    border: none;
    padding: 0;
    margin: 0;
}

.innertrailruploadbox {
    display: flex;
    flex-direction: column;

}
.innertrailruploadbox .innertrailruploadbox-top {
    background: #fff;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
}

.innertrailruploadbox .dz-progress.trailer-dz-progress {
    left: 0 !important;
    margin: -4px 0 0 0 !important;
    height: 5px !important;
    border-radius: 0 !important;
    background: rgba(0,0,0,0.7);
    position: relative !important;
}



.innertrailruploadbox .innertrailruploadbox-bottom {
    padding: 25px 15px 15px;
    background: #000;
    border-radius: 0px 0px 10px 10px;
}
.innertrailruploadbox .innertrailruploadbox-top span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.innertrailruploadbox .innertrailruploadbox-bottom .innerbottomuploadbox {
    display: flex;
    align-items: center;
    align-content: center;
}

.innertrailruploadbox .innertrailruploadbox-bottom .innerbottomuploadbox .spinner {
    margin-right: 15px;
}

.innertrailruploadbox .innertrailruploadbox-bottom .innerbottomuploadbox .trailer-upload-status {
    margin-right: 15px;
}

.innertrailruploadbox .innertrailruploadbox-bottom .innerbottomuploadbox a.trailer-remove {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 55%;
    transform: translateY(60%);
    right: 10px;
    cursor: pointer;
}
.innertrailruploadbox .innertrailruploadbox-bottom .innerbottomuploadbox a.trailer-remove svg {
    fill: #fff;
}



.cmsthumbnillist ul.thumbnailList .tabula-tooltip {
    top: 5px;
    right: 10px;
}

.cmsthumbnillist ul.thumbnailList .tabula-tooltip svg {
    fill: #fff;
    width: 20px !important;
    height: 20px !important;
}


.threedot .dropdown-menu .dotoption, .threedot .dropdown-menu .download {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 10px;
    justify-content: flex-start;
}

.threedot .dropdown-menu .dotoption svg .tp-yt-iron-icon, .threedot .dropdown-menu .download svg .tp-yt-iron-icon {
    fill: #fff !important;
}
.error input.select2-search__field::-webkit-input-placeholder {
  color: #ff4e45 !important;
}
.error input.select2-search__field::-moz-placeholder {
 color: #ff4e45 !important;
}
.error input.select2-search__field:-ms-input-placeholder {
  color: #ff4e45 !important;
}
.error input.select2-search__field:-moz-placeholder {
 color: #ff4e45 !important;
}
.col-xs-12.cmsdescriptiontexttags.categorylistthumb.cmsthumbnillist {
    margin-bottom: 50px;
}



.customuploadlistcms.upload_photos span.playListTitle {
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 0 15px 8px;

}