/*custom changes for spots*/

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: var(--color_prim_op)
}

.spot-header {
    height: calc(100vh - 40px - 40px);
    color: var(--text_col);
    position: relative;
}

.spot-header .spot-cover {
    height: calc(100%);
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    -webkit-transition: filter 2s;
    transition: filter 2s;
}

.spot-cover-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: table;
    /*background-attachment: fixed;
        background-size: cover;
        background-position: center;*/
    background-repeat: no-repeat;
}

.spot-cover-img img {
    max-width: 100%;
    min-width: 100%;
    /*max-height: calc(100vh - 190px);*/
}


/*incase of img,set it in bg*/


/*incase of image*/


/*change-cover-pic*/

.change-cover-pic {
    display: inline-block;
    height: 30px;
    position: fixed;
    top: 38px;
    right: 0px;
    left: 0px;
    z-index: 100;
    text-align: right;
    border-radius: 0px 0px 0px 0px;
    background: rgba(0, 0, 0, 0.2);
    width: 200px;
    text-align: center;
    border-radius: 0px 0px 15px 15px;
    left: calc(50% - 100px);
    height: 30px;
}

.change-cover-pic input {
    height: 0px;
    overflow: hidden;
}

.change-cover-pic label {
    display: inline-block;
    height: 20px;
    padding: 0px 40px;
    margin: 5px 0px;
    line-height: 20px;
    text-align: right;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    right: 0px;
    left: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.change-cover-pic label span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.change-cover-pic label i {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.spot-header .spot-metadata {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.spot-header .spot-metadata .spot-metadata-logo {
    height: 180px;
    width: 180px;
    padding: 15px;
    /*background: rgba(0,200,193,1);*/
    background: var(--color_prim);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 35px;
    margin: auto;
    margin-bottom: -50px;
    overflow: hidden;
}

.spot-header .spot-metadata .spot-metadata-logo img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: none;
}


/*change-spot-logo*/

.change-spot-logo {
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    overflow: hidden;
    transition: none;
    -webkit-transition: none;
}

.change-spot-logo input {
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.change-spot-logo label {
    display: inline-block;
    padding: 0px 20px;
    /*margin:0px 20px;*/
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.spot-header .spot-metadata .spot-metadata-nav {
    height: 200px;
    color: #fff;
    /* background: rgba(var(--color_prim_rgb), 0.48); */
    background: linear-gradient(rgba(var(--color_prim_rgb),0), rgba(var(--color_prim_rgb), 0.48), rgba(var(--color_prim_rgb), 0.73), var(--color_prim));
    /*border-top: 1px solid var(--text_col);*/
    display: flex;
}

.spot-metadata-nav .spot-metadata-nav-left {
    height: 80px;
    margin-top: 120px;
    padding: 0px 100px 0px 100px;
    display: inline-block;
    flex: 1 1 100%;
    text-align: center;
}

.spot-metadata-nav-left .spot-metadata-name {
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
    color: inherit;
    text-transform: capitalize;
}

.spot-metadata-nav-left .spot-metadata-follower-subscriber {
    font-size: 14px;
    font-weight: 500;
    /*padding-top:10px;*/
}

.spot-metadata-nav-left .spot-metadata-follower-subscriber span {}

.spot-metadata-nav-left .spot-metadata-follower-subscriber i {
    font-size: 7px;
    vertical-align: middle;
}

.spot-metadata-nav .spot-metadata-nav-right {
    height: 80px;
    margin-top: 120px;
    padding: 0px 100px 0px 100px;
    display: inline-block;
    flex: 1 1 100%;
    text-align: center;
}

.spot-metadata-nav-right .spot-action-buttons {
    padding: 25px 0px;
    display: flex;
    justify-content: center;
}

.spot-action-buttons .spot-follow-button {
    width: 135px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 5px 0px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    border-radius: 30px;
    transition: 0.3s all;
}

.spot-action-buttons .spot-follow-button.active {
    background: #fff;
    color: var(--color_prim);
}

.spot-follow-button .follow,
.spot-follow-button .following {
    display: none;
}

.spot-follow-button .follow {
    display: inline;
    padding: 5px 25px;
    cursor: pointer;
}

.spot-follow-button.following .follow {
    display: none;
}

.spot-follow-button.following .following {
    display: inline;
    padding: 5px 10px;
    cursor: pointer;
}

.spot-follow-button .loader {
    display: none;
}

.spot-follow-button .loader.active {
    display: inline;
}

.spot-action-buttons .spot-subscribe-button {
    display: inline-block;
    width: 135px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 5px 0px;
    margin-right: 10px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    border-radius: 30px;
    transition: 0.3s all;
}

.spot-action-buttons .spot-edit-button {
    width: 135px;
    display: inline-block;
    margin: 0px 25px;
    padding: 5px 15px;
    /* background: var(--color_prim);
    color: var(--text_col); */
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 43px;
    box-shadow: 0 0 3px 3px #fff;
    cursor: pointer;
    transition: all .3s;
}

.spot-metadata-nav-right .spot-action-buttons .upload-btn {
    width: 135px;
    display: inline-block;
    margin: 0px 25px 0px 25px;
    padding: 5px 15px;
    /* background: var(--color_prim);
    color: var(--text_col); */
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 43px;
    box-shadow: 0 0 3px 3px #fff;
    cursor: pointer;
    transition: all .3s;
}


/*spot-content*/

.spot-content {
    background: #fff;
    color: var(--color_sec);
}

.spot-tab {
    position: relative;
}


  

.spot-tab .spot-tab-header {
    text-align: center;
    padding: 0px 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    color: var(--text_col);
    background: var(--color_prim);
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
}

.spot-tab .spot-tab-header ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}
.spot-tab .spot-tab-header ul a {
    text-decoration: none;
    color: inherit !important;
 }

.spot-tab .spot-tab-header ul li {
    display: inline-block;
    height: 40px;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.spot-tab .spot-tab-header ul li span {
    display: inline-block;
    height: 40px;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

.spot-tab .spot-tab-header ul li.active {
    border-bottom: 3px solid var(--text_col);
}

.spot-tab .spot-tab-content {}

.spot-tab .spot-tab-content .spot-tab-content-item {
    padding: 70px 50px 20px 50px;
    display: none;
}

.spot-tab .spot-tab-content .spot-tab-content-item.active {
    display: block;
}

.spot-content {}

.spot-tab-content {}

.spot-tab-content .spot-tab-content-item {
    min-height: 100vh;
}


/*upload-tab*/

.spot-tab-content .spot-tab-content-item#spot-upload {
    background: #fff;
    color: #000;
}


/*upload*/


/*select-file*/

.select-video-area {
    position: relative;
    display: none;
}

.select-video-area.active {
    display: block;
}

.select-video-area-left {
    padding: 5px;
}


/*sekect-upload*/

.upload-video {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.upload-video .upload-video-content {
    height: 300px;
    width: 100%;
    border-radius: 15px;
    border: 1px dashed var(--color_prim);
}

.upload-video.active {
    display: block;
}

.upload-video label {
    display: inline-block;
    height: 115px;
    margin: 90px auto;
    cursor: pointer;
    color: inherit;
}

.upload-video label .upload-video-icon {
    display: block;
}

.upload-video label .upload-video-icon i {
    display: inline-block;
    font-size: 80px;
    line-height: 80px;
}

.upload-video label .upload-video-text {
    display: block;
    font-size: 20px;
    line-height: 20px;
}

.upload-video label .upload-video-info {
    display: block;
    font-size: 15px;
    line-height: 20px;
}


/*upload-help*/

.upload-help {
    text-align: left;
}


/*filtering*/

.filter-video-area {
    height: auto;
    width: 100%;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    display: none;
}

.filter-video-area.active {
    display: block;
}

.filter-video-area .filter-video-area-left {
    padding: 0px 20px;
}

.enc-video {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.enc-video video {
    width: 100%;
}

.enc-video .enc-video-loader {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.enc-video .enc-video-loader.active {
    display: block;
}

.enc-video .enc-video-loader i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-animation: loader 1s infinite linear;
    animation: loader 1s infinite linear;
}


/*right*/

.filter-video-area .filter-video-area-right {}

.filter-video-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.filter-video-top .progreebar-n-publish {
    display: flex;
}

.progreebar-n-publish .progressbar {
    flex: 1 1 80%;
}

.progressbar .progressbar-status {
    display: inline-block;
    height: 25px;
    width: 100%;
    line-height: 25px;
    margin: 10px 0px;
    text-align: left;
    background: currentColor;
    /*box-shadow: 0 0 1px 1px #00c8c1;*/
    border-radius: 15px;
    border: 1px solid var(--color_prim_op);
    outline: none;
}

.progressbar .progressbar-status .ui-progressbar-value {
    background: var(--color_prim_op);
    margin-top: 0px;
}

.progreebar-n-publish .publish {
    flex: 1 1 20%;
    margin-left: 20px;
    padding: 0px 10px;
}

.publish .publish-btn {
    height: 25px;
    display: inline-block;
    line-height: 25px;
    padding: 0px 20px;
    margin: 10px 0px;
    text-align: center;
    box-shadow: 0 0 1px 1px #00c8c1;
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #003745;
    float: left;
}


/*basic-info*/

.video-basic-info {
    font-size: 12px;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.video-basic-info-left {
    flex: 1 1 70%;
}

.video-basic-info-right {
    flex: 1 1 30%;
}

.video-basic-info-right .privacy {}

.video-basic-info-right .privacy .privacy-header {
    display: block;
}

.video-basic-info-right .privacy select {
    display: block;
    height: 25px;
    width: 200px;
    line-height: 25px;
    margin: 10px 0px;
    text-align: left;
    /*box-shadow: 0 0 1px 1px #00c8c1;*/
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    outline: none;
}


/*form-style*/

.form-field {
    width: 100%;
    padding: 0px 20px;
    margin-top: 20px;
    text-align: left;
}

.form-field-name {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    width: 100px;
    /*box-shadow: 0 0 1px 1px #e5e5e5;*/
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    font-size: inherit;
    font-weight: 600;
    color: #e5e5e5;
}

.form-field-inp {
    height: 30px;
    width: 300px;
    line-height: 30px;
    margin: 0px 20px;
    padding: 0px 10px;
    outline: none;
    font-size: inherit;
    /*box-shadow: 0 0 1px 1px #e5e5e5;*/
    border-radius: 15px;
    border: 1px solid #e5e5e5;
}

.form-field-txt-area {
    height: 100px;
    width: 300px;
    padding: 10px;
    margin: 0px 20px;
    outline: none;
    font-size: inherit;
    color: inherit;
    /*box-shadow: 0 0 1px 1px #e5e5e5;*/
    border-radius: 15px;
    border: 1px solid #e5e5e5;
}

.form-field-btn {
    display: inline-block;
    line-height: 30px;
    padding: 0px 20px;
    margin: 10px 0px;
    text-align: center;
    box-shadow: 0 0 1px 1px #00c8c1;
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: inherit;
    font-weight: 600;
    color: #fff;
    background: #00c8c1;
    float: left;
}

.gif {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.gif span {
    font-size: 11px;
}

.gif .vid-gif {
    height: 100px;
    width: 150px;
}

.gif .vid-gif img {
    height: 100px;
}

.thumbnails {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.thumbnails span {
    font-size: 11px;
}

.thumbnails img {
    display: inline-block;
    height: 80px;
    /*width: 80px;*/
    margin-right: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1)''
}

.select-video-area-right {
    padding: 0px 20px;
}

.step {
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
}


/*loader*/

.loading-with-bg {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.spinner-loader {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    display: none;
}

.spinner-loader.active {
    display: block;
}


/*.upload-video-area .loader img{
        display:inline-block;
        height: 50px;
        width: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
      
        -webkit-transform-origin: 100px 100px;
        transform-origin: 100px 100px;
        -webkit-animation: loader 1s infinite linear;
        animation: loader 1s infinite linear;
      }*/

.spinner-loader i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    /*-webkit-transform-origin: 100px 100px;
        transform-origin: 100px 100px;*/
    -webkit-animation: loader 1s infinite linear;
    animation: loader 1s infinite linear;
}


/*loader animation*/

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spot-edit-buttons .edit-button {
    background: #f2f2f2;
    padding: 10px 10px;
    border-radius: 50px;
    width: 100%;
    cursor: pointer;
    max-width: 1000px;
    margin: 0 auto;
}

/* temporary */
.video-spot-home-feed-bottom .video-spot-home-feed-title
{
color:var(--color_sec) !important;
}