/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .wp-user-form-custom {
    /*background-color: #297180;*/
    display: flex;
    align-items: center;
    background-image: url(../../assets/loginbg1.png);
    background-size: cover;
    background-position: center;
 }

 .wp-user-form-custom.register {
    align-items: unset;
 }

.blutube_user_form {
    max-width: 650px;
    width: 650px;
    float: right;
    display: flex;
    justify-content: center;
    /*background-color: #297180;*/
    position: relative;
}

.wp-user-form-custom .login-images {
    min-height: calc(100vh - 180px);
}

.wp-user-form-custom .page-title-log {
    padding-top: 50px;
    padding-left: 100px;
}

.wp-user-form-custom .page-title-log h1 {
    font-size: 8.4vh;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
}

.blutube_user_form.login {
}

.blutube_user_form:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.blutube_user_form form {
    display: flex;
    justify-content: center;
    width: 100%;
}

.blutube_user_form .skwp-form-inner {
    align-self: center;
    width: 70%;
    z-index: 2;
    margin-left: auto;
    margin-right: 100px;
}

.blutube_user_form .skwp-form-inner input {
    width: 100%;
    height: 65px;
    background: #292929;
    box-shadow: none;
    outline: none;
    border: 2px solid #292929;
    border-radius: 10px;
    padding: 0 20px;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'Poppins';
    margin-bottom: 10px;
}

p.forgetmenot.float-right {
    margin-top: -20px;
}

.blutube_user_form .skwp-form-inner input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dddddd;
  opacity: 1; /* Firefox */
}

.blutube_user_form .skwp-form-inner input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dddddd;
}

.blutube_user_form .skwp-form-inner input::-ms-input-placeholder { /* Microsoft Edge */
  color: #dddddd;
}

.blutube-log-heading {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 10px;
}
.blutube-log-subheading {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
}

.login-images {
    width: calc(100% - 650px);
    float: left;
    line-height: 0;
}
.login-images img {
    height: 100%;
    object-fit: cover;
}

.inner-login {
    text-align: right;
    margin-bottom: 40px;
}

.log-btn {
    padding: 10px 35px;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 700;
    font-family: "Poppins";
    background-color: #595edc;
    display: inline-block;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.log-btn:hover {
    color: #ffffff;
    background-color: #4d4ea0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.log-btn.non-active {
    background-color: #ffffff;
    color: #121315;
    border-radius: 25px;
}

.blutube_user_form .skwp-form-inner input#rememberme {
    height: 12px;
    width: 12px;
    border-radius: 3px;
}

.blutube_user_form .skwp-form-inner input#blutube_login_submit {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    border-radius: 10px;
    background: #595edc;
    color: #ffffff;
    cursor: pointer;
    font-family: "Poppins";
    border: 2px solid #595edc;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.blutube_user_form .skwp-form-inner input#blutube_login_submit:hover {
    border: 2px solid #4c4ea0;
    background: #4c4ea0;
    color: #ffffff;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.blutube_user_form .skwp-form-inner input#blutube_login_submit ~ span {
    text-align: center;
    display: block;
    font-size: 1.3rem;
}

/* add video */
.video-inner-wrap {
    max-width: 90%;
    margin: 40px auto;
}
.video-inner-wrap .video-upload-content {
    background-color: #17191a;
    padding: 2% 3%;
    border-radius: 25px;    
}
.video-upload-content .form-control {
    height: 50px;
    border-radius: 10px;
    outline: none;
}

.button-back {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.button-back i {
    margin-right: 10px;
}

.form-page .form-group.on-mobile-show {
    display: none;
}

#feat_thumb_mobile {
    display: none;
}

table.dataTable>tbody>tr.child ul {
    width: 100%;
}

table.dataTable>tbody>tr.child ul li {
    border-bottom: 1px solid #343a3e!important;
}

table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
    border-top: 1px solid #343a3e!important;
}

table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #343a3e00!important;
}

@media (min-width: 1023px) {
    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .blutube_user_form {
        padding: 100px 0;
    }
    .blutube_user_form.login {
        padding: 0 0;
    }
}

@media (min-width: 1650px) {
    .blutube_user_form {
    }

    .login-images img {
    }
}

@media (max-width: 1024px) {
    .form-page .hide-for-mobile {
        display: none;
    }

    .form-page .form-group.on-mobile-show {
        display: block;
    }

    .tables-videos .the-video {
        padding-left: 25px;
    }
}

@media (max-width: 640px) {
    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: inherit!important;
    }
}

.progress {
    display:none; 
    position: relative;
    width: 100%;
    border: 1px solid #2a2f32;
    padding: 5px;
    border-radius: 50px;
    box-sizing: border-box;
    margin-top: 20px;
    overflow: hidden;
}
.progress:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    height: 8px;
    background: #353a3e;
    z-index: 0;
    border-radius: 50px;
}
.bar { 
    background-color: #297080;
    width: 0%;
    height: 8px;
    border-radius: 193px;
    position: relative;
    z-index: 2;
}
.percent { 
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    z-index: 2;
}

.tags-input {
    border: 1px solid #333;
    display: inline-block;
}

.tags-input .tag {
    font-size: 85%;
    padding: 0.5em 0.75em;
    margin: 0.25em 0.1em;
    display: inline-block;
    background-color: #ddd;
    transition: all 0.1s linear;
    cursor: pointer;
}

.tags-input .tag:hover {
    background-color: #3af;
    color: white;
}

.tags-input .tag .close::after {
    content: '×';
    font-weight: bold;
    display: inline-block;
    transform: scale(1.4);
    margin-left: 0.75em;
}

.tags-input .tag .close:hover::after {
    color: red;
}

.tags-input .main-input {
    border: 0;
    outline: 0;
    padding: 0.5em 0.1em;
}

.filename {
    display: block;
    font-size: 70%;
    margin-top: 7px;
}

.filename span {
    display: inline-block;
    padding: 5px 15px;
    padding-right: 15px;
    background: #297080;
    border-radius: 50px;
    vertical-align: middle;
}

.filename span:after {
    content: "×";
    font-weight: bold;
    display: inline-block;
    transform: scale(1.4);
    margin-left: 0.75em;
    color: #151b1e;
    margin-top: 0px;
    vertical-align: middle;
    cursor: pointer;
}

span.info-form {
    font-size: 70%;
    color: #aaaaaa;
    font-style: italic;
}

.profile-page .profile-account .profile-author {
    width: 100%;
}

.profile-page .profile-account .profile-author .name-user ~ span {
    display: block;
    width: 80%;
}

.profile-page .profile-account .social-author {
    margin-top: 20px;
}

.profile-page .profile-account .social-author ul {
    padding-left: 0;
}

.profile-page .profile-account .social-author ul li {
    display: inline-block;
    margin-right: 15px;
}

.profile-page .profile-account .social-author ul li:last-child {
    margin-right: 0;
}

.profile-page .profile-account .social-author ul li a {
    position: unset;
    background-color: transparent;
    padding: 0;
    font-size: 20px;
}

.profile-page .profile-account .social-author ul li a:hover {
    color: #595edc;
}

.video-view-info {
    margin-top: 10px;
    color: #a9a9a9;
    display: flex;
}

.video-view-info i {
    margin-right: 5px;
}

.tables-videos .the-video .video-view-info span {
    font-size: 1.2rem;
}

.video-view-info .video-view-table {
    margin-right: 20px;
}

.content-wrapper.form-page.modal {
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-wrapper.form-page.modal .container-form {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 70px 0;
}

.page-header-form-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 2px solid #232527;
    margin: -30px -20px 30px;
}

.form-page .page-header-form-modal .page-title {
    margin-bottom: 0;
}

.page-header-form-modal a.close-modal {
    display: flex;
    width: 35px;
    height: 35px;
    position: relative;
}

.page-header-form-modal .close-modal span {
    position: absolute;
    right: 17px;
    width: 2px;
    height: 35px;
    background: #fff;
    transform: rotateZ(45deg);
}

.page-header-form-modal .close-modal span:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 2px;
    height: 35px;
    background: #fff;
    transform: rotateZ(90deg);
}

.video-wrap.ele span.vcard {
    display: block;
}

.edit-profile-page .form-page .form-group:last-child {
    margin: 0!important;
    padding: 0;
    border-top: 0;
    margin-bottom: 15px!important;
}

.content-wrapper.my-video {
    padding-bottom: 0;
}

.video-wrap.style-3 .inner-img-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 70%;
    padding: 0 5.3% 5.3%;
    z-index: 1;
}

.swiper-slide.client-content {
    text-align: center;
}

.video-wrap.style-3 .video-item h1 a {
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
}

.video-wrap.style-3 .video-item h1 {
    margin-bottom: 20px;
}

.video-wrap.style-3 span.vcard a {
    font-size: 24px;
}

.video-wrap.style-3 .excerpt-video {
    margin-bottom: 20px;
}

.author-wrapper-vid {
    display: flex;
    align-items: center;
}

.video-wrap.style-3 .author-wrapper-vid span.vcard a {
    margin-left: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
}

.video-wrap.style-3 .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0,0,0,0);
    box-shadow: 10px 5px 100px 80px #000;
}

.video-wrap.style-3 .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0,0,0,0);
    box-shadow: 0px 20px 70px 126px #151515;
}

.author-wrapper-vid .author-ava img {
    border-radius: 50%;
    width: 50px;
    object-fit: cover;
}

.client-outer-wrap {
    position: relative;
}

.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next,
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    background-image: none!important;
}

.overlay-hero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.client-wrap.swiper-container.has-pagination {
    padding-bottom: 40px;
}

.client-wrap .swiper-pagination-bullet {
    background: #929292;
    width: 10px;
    height: 10px;
}

.client-wrap .swiper-button-prev, 
.client-wrap .swiper-container-rtl .swiper-button-next {
    background-image: none;
    color: #a2a2a2;
}

.client-wrap .swiper-button-next, 
.client-wrap .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    color: #a2a2a2;
}

.client-wrap .swiper-button-next, 
.client-wrap .swiper-button-prev {
    top: calc(50% - 20px);
}

.team-block-wrap .team-block {
    width: calc(100% / 3);
}

.team-inner-block {
    position: relative;
    line-height: 0;
}

.team-details {
    position: absolute;
    top: auto;
    background-color: #000;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    padding: 6% 8%;
    opacity: 1;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.team-name {
    text-transform: uppercase;
    margin-bottom: 5px
}

.team-details ul {
    list-style: none;
    padding: 0;
}

.team-details ul li {
    display: inline-block;
    margin-right: 10px
}

.team-block-inner .inner-team-details {
    top: auto;
    position: absolute;
    left: 20px;
    right: 20px;
    padding: 20px 30px;
    bottom: 20px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}

.team-bio,.team-bio p {
    color: #fff
}

.team-block-section .team-block .team-inner-block img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.team-job {
    margin-bottom: 0;
}

#sign-in-with-google {
    width: 100%;
    height: 50px;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 25px;
    background: #ffffff;
    color: #121315;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sign-in-with-google img {
    margin-right: 10px;
    width: 24px;
}

.sidebar-recent-vid .video-item .post-image {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-recent-vid .video-item .post-image img {
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}
.sidebar-recent-vid .video-item .post-image .author-ava {
    position: absolute;
    bottom: -25px;
    left: 25px;
}
.sidebar-recent-vid .video-item .post-image .author-ava img {
    height: auto;
    border-radius: 100%;
    width: 50px;
}
.sidebar-recent-vid .video-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}
.sidebar-recent-vid .video-meta {
    display: flex;
}
.sidebar-recent-vid .video-meta .total-view {
    position: relative;
    padding-right: 14px;
    margin-right: 10px;
}
.sidebar-recent-vid .video-meta .total-view:after {
    content: '';
    position: absolute;
    right: 0;
    width: 3px;
    height: 3px;
    background: #ffffff;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-recent-vid .author-name a {
    color: #a9a9a9;
}

.sidebar-trending-vid .video-item .post-image {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-trending-vid .video-item .post-image {
    max-width: 30%;
    width: 30%;
    margin-right: 20px;
    position: relative;
}
.sidebar-trending-vid .video-item .post-image i {
    z-index: 100;
    left: 50%;
    font-size: 12px;
    position: absolute;
    top: 0;
    margin: 0;
    background: #4c4fa0b5;
    padding: 10px 15px;
    border-radius: 10px;
    opacity: 0;
    transition: all .3s;
    transform: translate(-50%, 50%);
}
.sidebar-trending-vid .video-item .post-image:hover i {
    opacity: 1;
    transition: all .3s;
    color: #ffffff;
}
.sidebar-trending-vid .video-item .post-image img {
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
    width: 250px;
}
.sidebar-trending-vid .video-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}
.sidebar-trending-vid .author-name a {
    color: #a9a9a9;
}
.sidebar-trending-vid a:hover {
    color: #4c4fa0;
}
.sidebar-trending-vid .inner-post-vid {
    display: flex;
}
.sidebar-trending-vid .latest-video-content {
    width: 70%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #595edc!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #e06363!important;
}

.widget_blutube_video_creator .author-creator .creator-item span {
    color: #a9a9a9;
}

.prev-next-wrap {
    position: absolute;
    right: 80px;
    bottom: 140px;
    width: 160px;
    height: 100px;
}

.prev-next-wrap-inner {
    position: relative;
    height: 100%;
}

.author-wrapper-vid span.vcard {
    margin-bottom: 0!important;
}

.video-wrap.style-3 .meta-top a {
    color: #ffffff;
    font-size: 1.4rem;
    background-color: #595edc;
    padding: 5px 14px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.style-4.media-loop .post-wrap {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 0;
}
.style-4.media-loop .post-wrap .post-content {
    padding: 4% 4%;
    width: 40%;
}
.style-4.media-loop .post-thumb {
    padding: 0;
    position: relative;
    width: 60%;
}
.style-4.media-loop .post-content .post-author {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
.style-4.media-loop .post-author img {
    width: 30px;
    float: left;
    height: 30px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}
.style-4.media-loop .post-content {
    position: relative;
    background-color: #333a3f;
    height: 250px;
    max-height: 250px;
    border-top-left-radius: 10px;
    z-index: 1;
    border-bottom-left-radius: 10px;
    box-shadow: -40px 10px 18px 64px #333a3f;
}
.style-4.media-loop span.views {
    position: relative;
    padding-right: 5px;
    margin-right: 15px;
}
.style-4.media-loop span.views:after {
    content: '';
    position: absolute;
    background: #fff;
    right: -9px;
    bottom: 7px;
    width: 5px;
    border-radius: 50%;
    height: 5px;
}
.style-4.media-loop .post-thumb img {
    padding: 0;
    height: 250px;
    max-height: 250px;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    object-fit: cover;
}

.video-wrap.style-4 .swiper-button-next,
.video-wrap.style-4 .swiper-button-prev {
    width: unset;
    height: unset;
}

.video-wrap.style-4 .swiper-button-prev:after,
.video-wrap.style-4 .swiper-container-rtl .swiper-button-next:after,
.video-wrap.style-4 .swiper-button-next:after,
.video-wrap.style-4 .swiper-container-rtl .swiper-button-prev:after {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
}

.video-wrap.style-4 .swiper-pagination,
.video-wrap.style-5 .swiper-pagination {
    top: auto;    
}
.video-wrap.style-4 .swiper-container-horizontal>.swiper-pagination-bullets,
.video-wrap.style-4 .swiper-pagination-custom,
.video-wrap.style-4 .swiper-pagination-fraction,
.video-wrap.style-5 .swiper-container-horizontal>.swiper-pagination-bullets,
.video-wrap.style-5 .swiper-pagination-custom,
.video-wrap.style-5 .swiper-pagination-fraction,
.video-wrap.style-5 .swiper-pagination {
    text-align: center;
}

.video-wrap.style-4 .swiper-slide a,
.video-wrap.style-5 .swiper-slide a {
    display: block;
}
.video-wrap.style-4 .swiper-slide a,
.video-wrap.style-4 .swiper-slide a:hover {
    color: #ffffff;
}

.video-wrap.style-4 .swiper-pagination,
.video-wrap.style-5 .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.style-5 .post-thumb .play-button-hover {
    line-height: 0;
}

.blutube-wrap-category .category-item .blutube-overlay:after {
    content: '';
    background-image: url(../../assets/plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.blutube-wrap-category .category-item:hover .blutube-overlay:after {
    content: '';
}

.elementor-widget-container .blog-item .post-content .author-wrap span,
.elementor-widget-container .blog-item .post-content .author-wrap a {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.elementor-widget-container .blog-item:hover .post-content .author-wrap span,
.elementor-widget-container .blog-item:hover .post-content .author-wrap a {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}