/*global css */

body {
    font-family: "Inter", sans-serif !important;
    padding-top: 90px !important;
}

ul {
    padding: 0;
    margin: 0 0 12px;
}

button,
a {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    text-decoration: none;
    outline: none !important;
    color: #065fd4;
}

.sbfrt_Poweredby {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: fit-content;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.5;
}

a:focus,
button:focus,
a:hover,
button:hover,
a:hover {
    text-decoration: none;
    outline: none !important;
}

h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

img {
    vertical-align: top;
}

.btn_wrap button,
.btn_wrap a {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px 13px;
    display: inline-block;
}

.btn_wrap button:hover,
.btn_wrap a:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

body.page-template-default .site-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

body .error_info_wrapper {
    text-align: left;
    color: #fb0000;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    text-transform: capitalize;
    background-color: rgba(251, 0, 0, 0.1);
    padding: 2px 8px;
}
body .error_info_wrapper.success {
    color: green !important;
    background: rgb(0 128 0 / 10%);
    padding: 0.75em;
}

body .error_info_wrapper.error {
    padding: 0.75em;
}

body .field_alert {
    border-color: red !important;
}

#site-footer {
    display: none;
}

.toolbar_popup {
    position: absolute;
    background-color: #777;
    color: #fff;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    bottom: -30px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    text-align: center;
    transform: translateX(-50%);
    min-width: max-content;
}

* ::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    width: 8px;
}

* ::-webkit-scrollbar-thumb {
    background-color: #909090;
}

p:last-child {
    margin-bottom: 0;
}


/*global css */


/* comment-area */

.comments-area .comment-respond * {
    color: #000;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond select,
.comments-area .comment-respond textarea {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: none !important;
    font-weight: 500;
    color: #000;
    width: 100%;
    padding: 12px 20px;
}

.comments-area .comment-respond [type="button"]:hover,
.comments-area .comment-respond [type="submit"]:hover,
.comments-area .comment-respond button:hover {
    color: #000;
    background-color: transparent !important;
}

.comments-area .comment-respond [type="button"],
.comments-area .comment-respond [type="submit"],
.comments-area .comment-respond button {
    font-weight: 600;
    color: #fff;
    background-color: #000 !important;
    border: 2px solid #000;
    padding: 10px 20px;
    font-size: 16px;
    min-width: 150px;
}

.comments-area .comment-respond label {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}

.comments-area .title-comments {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.comments-area .comment-list>li {
    background-color: #f3f3f3;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 70px;
}

.comments-area .comment-list li {
    list-style: none;
}

.comments-area .comment-list>li:last-child>.comment-body {
    border-bottom: 0 !important;
}

.comments-area .comment-list li .comment-body {
    margin-bottom: 20px;
}

.comments-area .comment-list li * {
    color: #000;
}

.comments-area .comment-list .comment-author img {
    max-width: 45px;
    height: 45px;
    object-fit: cover;
    width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 10px;
    position: absolute !important;
    left: -55px !important;
    top: 0;
    border: 1px solid #eee;
    background-color: #fff;
}

.comments-area .comment-list .reply a {
    color: #000;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 8px 13px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.comments-area .comment-list .reply a:hover {
    background-color: #cccaca;
}

.comments-area ol.comment-list .children::before {
    content: none !important;
}

.comments-area .comment-list ol.children:last-child .comment-body {
    border: 0 !important;
}

.comments-area .comment-list ol.children {
    padding-left: 20px !important;
}


/* .comments-area .comment-list ol.children li .comment-body {
      padding-left: 50px !important;
  } */

.comments-area .comment-list .comment-body {
    position: relative;
    border: 0;
}

.comments-area .comment-list ol.children .comment-author img {
    max-width: 35px;
    height: 35px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #eee;
    background-color: #fff;
}

.comments-area .comment-list .comment-reply-title,
.comments-area .comment-list .logged-in-as {
    display: none;
}

.comments-area .comment-list .comment-form-comment label {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.comments-area .comment-list textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    height: 40px;
    padding: 10px 15px;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
}

.comments-area .comment-list .form-submit {
    margin: 0;
    text-align: right;
    margin-top: 10px;
}

.comments-area>.comment-list {
    padding: 0;
}

.comments-area .comment-list .form-submit input[type="submit"]:hover,
.comments-area .comment-list .form-submit input[type="submit"] {
    background-color: #e1e0e0 !important;
    color: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #e1e0e0 !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    line-height: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    margin-bottom: 0;
}

.comments-area .comment-respond .comment-form-cookies-consent input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
}


/* .comments-area ol li .comment-body {
      padding: 20px !important;
  } */

.comments-area .comment-list li .comment-content p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.comments-area .comment-list li .reply {
    margin-top: 10px;
}

.comments-area .comment-list li .comment-content p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list .comment-meta .comment-author .says {
    display: none;
}

.comments-area .comment-list .comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.comments-area .comment-list .comment-meta .comment-author {
    margin-right: 10px;
}

.comments-area .comment-list .comment-meta .comment-metadata * {
    color: #686868;
    font-size: 14px;
    line-height: 22px;
}


/* comment-area */


/* header_top */

.header_top_user .header_top_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header_top_user {
    /* padding: 20px 15px 25px; */
    /* position: sticky; */
    padding: 20px 20px 20px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 998;
    /* min-height: 80px; */
    left: 0;
    right: 0;
    width: 100%;
}

.header_top_user .sidebar_head {
    display: flex;
    align-items: center;
    padding: 0;
    position: static;
    top: 0;
    left: 0;
    background-color: #fff;
    min-height: 40px;
}

.header_top_user .header_top_left .main_logo img {
    max-width: 120px;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.header_top_user .header_top_name h4 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.header_top_user .header_top_name h4 a {
    color: #000000;
}

.header_top_mb input[type="search"] {
    min-width: 100% !important;
}

.header_top_mb label {
    position: relative;
    width: 100%;
}

.header_top_mb input[type="search"],
.header_top_user .header_top_search input[type="search"] {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    font-size: 14px !important;
    font-family: inherit;
    line-height: 24px !important;
    padding: 8px 20px !important;
    max-height: 150px;
    outline: 0;
    width: 100%;
    color: #000;
    min-width: 480px;
    font-weight: 500;
    padding-right: 50px !important;
}

.header_top_user .header_top_right .header_author_img {
    text-align: right;
    margin-left: 15px;
}

.header_top_bell_icon .nitification_count {
    position: absolute;
    width: 18px;
    height: 18px;
    background: red;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    right: 2px;
    top: 0px;
    text-align: center;
    justify-content: center;
    display: flex;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    align-items: center;
}

.header_top_bell_icon svg,
.header_top_upload_video svg {
    width: 100%;
    /*     height: 100%; */
    /*     max-width: 20px; */
    max-width: 24px;
    display: flex;
    align-items: center;
}

.header_top_mb .search_icon,
.header_top_user .header_top_search .search_icon {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.header_top_user .header_top_right .header_top_bell_icon,
.header_top_user .header_top_right .header_top_upload_video {
    width: 100%;
    max-width: 40px;
    height: 40px;
    position: relative;
}

.header_top_user .header_top_right .header_top_bell_upload_icon,
.header_top_user .header_top_right .header_top_upload_video_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: relative;
}

.header_top_user .header_top_right .header_top_bell_upload_icon:hover,
.header_top_user .header_top_right .header_top_upload_video_icon:hover {
    background-color: #e5e5e5;
}

.header_top_user .header_top_right .header_top_bell_upload_icon:hover .toolbar_popup,
.header_top_user .header_top_right .header_top_upload_video_icon:hover .toolbar_popup {
    opacity: 1;
    visibility: visible;
}

.header_top_mb .search_icon img,
.header_top_user .header_top_search .search_icon img {
    max-width: 18px;
    width: 100%;
}

.header_top_user .header_top_right .header_author_img img {
    max-width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eee;
}

.header_top_user .header_top_search form {
    text-align: center;
}

.header_top_user .header_top_right .search_icon_mb img {
    /*     max-width: 20px; */
    max-width: 24px;
    /*     height: 20px; */
    height: 24px;
    object-fit: cover;
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.header_top_user .header_top_right .search_icon_mb {
    display: none;
}

.header_top_user .header_top_search label {
    width: auto;
    position: relative;
}

.header_top_mb input[type="submit"],
.header_top_user .header_top_search input[type="submit"] {
    display: none;
}

.header_top_mb {
    display: none;
}

.header_top_user .header_top_left {
    width: 100%;
    max-width: 20%;
}

.header_top_user .header_top_center {
    max-width: 60%;
    width: auto;
    padding: 0 10px;
}

.header_top_user .header_top_right {
    max-width: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.sidebar_head {
    display: flex;
    align-items: center;
    padding: 28px 25px 10px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    min-height: 40px;
}


/* .header_top_sec {
  background-color: #fff;
  z-index: 50;
  position: fixed;
  top: 0;
  width: 100%; 
  padding: 0 20px;
  right: 0;
  left: 0;
  } */

.sidebar_head .toggle_btn {
    max-width: 24px;
    cursor: pointer;
}

.sidebar_head .main_logo {
    margin-left: 15px;
}

.main_sidebar {
    width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    background-color: #fff;
    bottom: 0;
    z-index: 1000;
    height: 100%;
    padding-bottom: 30px;
}

.main_sidebar .sidebar_head {
    padding: 28px 20px;
    position: sticky;
}

.main_sidebar .sidebar_nav_items {
    padding: 0 15px 15px;
}

.main_sidebar ul {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.main_sidebar ul:first-child {
    padding-top: 0;
}

.main_sidebar ul li .list_item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.main_sidebar ul li .list_item .list_icon svg {
    /*     width: 100%;
    height: 100%; */
    /*     max-width: 18px; */
    width: 24px !important;
    height: 24px !important;
}

.main_sidebar ul li .list_item .list_icon {
    position: static;
    top: 12px;
    left: 10px;
    display: flex;
    align-items: center;
}

.main_sidebar .sidebar_nav_items {
    width: auto;
    position: static;
    left: 0;
    top: 72px;
    padding: 0 15px 15px;
    bottom: 0;
    z-index: 1;
    padding-bottom: 50px;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.main_sidebar .sidebar_nav_items::-webkit-scrollbar {
    width: 8px;
    height: 100%;
}

.main_sidebar .sidebar_nav_items::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.main_sidebar .sidebar_nav_items::-webkit-scrollbar-thumb {
    background-color: #909090;
}

.main_sidebar .sidebar_nav_items:hover {
    scrollbar-color: #909090 transparent;
}

.single-subfort.close_sidebar .main_sidebar {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
}


.main_sidebar ul li .list_item span {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-left: 25px;
    color: #000;
}

.main_sidebar ul li a:hover .list_item,
.main_sidebar ul li.active .list_item {
    background-color: #f5f5f5;
}

.main_sidebar .copyright_txt {
    padding: 12px 12px;
    font-size: 14px;
}

html>body {
    padding: 90px 50px 50px 300px;
}

html>body.close_sidebar {
    padding: 90px 50px 50px 50px;
}

.main_sidebar .main_logo img {
    max-width: 120px;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.header_author_img .sidebar_sign_btn a {
    background-color: transparent;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #344054;
    padding: 6px 12px;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.header_author_img .sidebar_sign_btn a:hover {
    background-color: #eee;
    border-color: #eee;
}

.header_author_img .sidebar_sign_btn svg {
    width: 100%;
    height: 100%;
    max-width: 16px;
    stroke: #344054;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 12px;
}

.header_author_img .sidebar_sign_btn svg path {
    stroke: #344054;
}

.single-subfort .main_sidebar {
    left: -250px;
    transition: 0.3s all;
}

.single-subfort.close_sidebar .main_sidebar {
    left: 0;
}

html>body.close_sidebar.home {
    overflow: visible;
}

html>body.close_sidebar {
    position: relative;
    /* overflow: hidden; */
    height: 100%;
}

.main_sidebar .Subscri_channel_user ul li .list_item span {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 25px;
}

.main_sidebar .Subscri_channel_user ul li .list_item svg {
    width: 100%;
    height: 100%;
    max-width: 24px;
    vertical-align: middle;
    width: 100% !important;
    height: 24px !important;
}

.main_sidebar .Subscri_channel_user ul .Subscri_channel_borwse .list_item span {
    width: auto;
    overflow: visible;
}

.main_sidebar .sidebar_sign_block h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin: 0;
}

.main_sidebar .sidebar_sign_block .sidebar_sign_btn {
    margin-top: 10px;
}

.main_sidebar .sidebar_sign_btn a {
    background-color: transparent;
    display: inline-block;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #344054;
    padding: 6px 12px;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.main_sidebar .sidebar_sign_block {
    margin-top: 10px;
    padding: 8px 12px;
}

.main_sidebar .sidebar_sign_btn a:hover {
    background-color: #eee;
    border-color: #eee;
}

.main_sidebar .sidebar_sign_btn svg {
    width: 100%;
    height: 100%;
    /* max-width: 20px; */
    max-width: 16px;
    /* fill: #065fd4; */
    display: inline-block;
    position: absolute;
    top: 0;
    left: 12px;
}

.main_sidebar .sidebar_sign_btn svg path {
    stroke: #344054;
}

.header_top_user .user_sidebar_popup {
    position: absolute;
    top: 0;
    right: 50px;
    left: auto;
    max-width: 300px;
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 12px;
    display: none;
    z-index: 99;
}

.user_sidebar_popup .user_sidebar_popup_wrap .user_bio_info .user_bio_info_img img {
    width: 100%;
    max-width: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 40px;
}

.user_sidebar_popup .user_sidebar_popup_wrap .user_bio_info {
    display: flex;
    position: relative;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user_sidebar_popup .user_sidebar_popup_wrap .user_bio_info .user_bio_info_title {
    width: 100%;
    max-width: 78%;
}

.user_sidebar_popup .user_sidebar_popup_wrap .user_bio_info .user_bio_info_img {
    width: 100%;
    max-width: 22%;
    padding-right: 15px;
}

.user_sidebar_popup .user_sidebar_popup_wrap .user_bio_info .user_bio_info_title span {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #000;
}

.user_sidebar_popup .user_sidebar_popup_wrap .user_bio_info .user_bio_info_title h6 {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
}

.user_sidebar_popup .user_bio_info_detail ul {
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user_sidebar_popup .user_bio_info_detail ul:last-child {
    border-bottom: 0;
}

.user_sidebar_popup .user_bio_info_detail ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item .user_bio_info_list_icon {
    position: absolute;
    top: 12px;
    left: 20px;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item .user_bio_info_list_icon svg {
    width: 100%;
    height: 100%;
    max-width: 24px;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item span {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-left: 40px;
    color: #000;
}

.user_sidebar_popup .user_bio_info_detail ul li.active .user_bio_info_list_item,
.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item:hover {
    background-color: #f2f2f2;
}

.header_top_user .header_upload_video_popup {
    background-color: #fff !important;
    position: absolute;
    top: 50px;
    left: -10px;
    min-width: 150px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px 0px;
    padding: 10px 0 !important;
    min-height: 60px;
    display: none;
    width: 100%;
}

.header_upload_video_popup .header_upload_video_item .header_upload_video_in {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.header_upload_video_popup .header_upload_video_item li:hover {
    background-color: #e5e5e5;
}

.header_upload_video_popup .header_upload_video_item .header_upload_video_in span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 35px;
    color: #000;
}

.header_upload_video_popup .header_upload_video_item .header_upload_video_icon svg {
    width: 24px;
    height: 24px;
}

.header_upload_video_popup .header_upload_video_item .header_upload_video_icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.header_upload_video_popup .header_upload_video_item li a {
    display: block !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 6px 12px;
    color: #000;
}

.header_top_user .header_upload_video_popup {
    background-color: #fff !important;
    position: absolute;
    top: 50px;
    left: -10px;
    min-width: 150px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px 0px;
    padding: 10px 0 !important;
    min-height: 60px;
    display: none;
    width: 100%;
}

.header_upload_video_popup .header_upload_video_item li {
    position: relative !important;
    display: block !important;
    /* padding: 6px 12px; */
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.header_upload_video_popup .header_upload_video_item .header_upload_video_in {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.header_upload_video_popup .header_upload_video_item li:hover {
    background-color: #e5e5e5;
}

.header_upload_video_popup .header_upload_video_item .header_upload_video_in span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 35px;
    color: #000;
}

.header_upload_video_popup .header_upload_video_item .header_upload_video_icon svg {
    width: 24px;
    height: 24px;
}

.header_upload_video_popup .header_upload_video_item .header_upload_video_icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.header_top_user .header_top_bell_popup {
    background-color: #fff !important;
    position: absolute;
    top: 0;
    right: 50px;
    min-width: 400px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px 0px;
    /* padding: 10px 0 !important; */
    min-height: 60px;
    display: none;
    width: 100%;
    padding-top: 0 !important;
    z-index: 80;
}

.header_top_bell_popup ul.header_top_bell_item.loading {
    background: url(/wp-content/plugins/subfort/assets/img/loader.gif) no-repeat;
    background-size: 28px;
    background-position: center;
}

.header_top_bell_popup .header_top_bell_item .header_top_bell_icon img {
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.header_top_bell_popup .header_top_bell_item li {
    position: relative !important;
    display: block !important;
    padding: 10px 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

#notification_content {
    padding: 0 20px;
    overflow-y: auto;
    max-height: 280px;
    scrollbar-width: thin;
}

.header_top_bell_popup .header_top_bell_menu h6 {
    margin-bottom: 5px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.header_top_bell_popup .header_top_bell_item .header_top_bell_in {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
    justify-content: space-between;
}

.header_top_bell_popup .header_top_bell_menu .header_top_bell_video_img {
    margin-left: 8px;
}

.header_top_bell_popup .header_top_bell_menu .header_top_bell_video_img img {
    width: 100%;
    max-width: 120px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* .header_top_bell_popup .header_top_bell_item li:hover {
      background-color: #e5e5e5;
  } */

.header_top_bell_popup .header_top_bell_item .header_top_bell_in span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 45px;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    min-width: 277px;
}

.header_top_bell_popup .header_top_bell_item .header_top_bell_icon svg {
    width: 24px;
    height: 24px;
}

.header_top_bell_popup .header_top_bell_item .header_top_bell_icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.header_top_bell_popup .header_top_bell_item li a {
    display: block !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.header_top_bell_popup .header_top_bell_main_title {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header_top_bell_popup .header_top_bell_main_title .header_top_bell_main_left h6 {
    margin: 0;
}

.header_top_bell_popup .header_top_bell_menu {
    /*     padding: 15px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header_top_bell_popup .header_top_bell_menu:last-child {
    border-bottom: 0;
}

.channel_pg_side_bar {
    width: 250px;
    /* position: fixed; */
    left: 0;
    top: 0;
    padding: 0;
    bottom: 0;
    z-index: 998;
    height: 100%;
    padding-bottom: 30px;
    display: none;
}

.channel_pg_side_bar .channel_sidebar_nav_items {
    width: auto;
    position: static;
    left: 0;
    top: 72px;
    padding: 0 0 15px;
    bottom: 0;
    z-index: 1;
    padding-bottom: 50px;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.channel_pg_side_bar .channel_sidebar_nav_items ul {
    list-style: none;
    padding: 10px 0;
    border: 0;
}

.channel_pg_side_bar .channel_sidebar_nav_items ul li .channel_list_item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
    border-left: 5px solid transparent;
}

.channel_pg_side_bar .channel_sidebar_nav_items ul li .channel_list_item:hover {
    background-color: #f9f9f9;
}

.channel_pg_side_bar .channel_sidebar_nav_items ul li .channel_list_item .channel_list_icon {
    position: absolute;
    top: 12px;
    left: 20px;
}

.channel_pg_side_bar .channel_sidebar_nav_items ul li .channel_list_item span {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    padding-left: 35px;
    color: #606060;
}

.channel_pg_side_bar .channel_pg_sidebar_head .channel_pg_logo img {
    max-width: 100px;
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #eee;
}

.channel_pg_side_bar .channel_pg_sidebar_head .channel_pg_logo_cont h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.channel_pg_side_bar .channel_pg_sidebar_head .channel_pg_logo_cont a {
    color: #000;
}

.channel_pg_side_bar .channel_pg_sidebar_head .channel_pg_logo_cont span {
    font-size: 13px;
    line-height: 1;
    margin: 0;
    display: block;
}

.channel_pg_side_bar .channel_pg_sidebar_head {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.channel_pg_side_bar .channel_pg_sidebar_head .channel_pg_logo {
    margin-bottom: 15px;
}

.channel_pg_side_bar .channel_sidebar_nav_items ul li .channel_list_item .channel_list_icon svg {
    width: 100%;
    height: 100%;
    max-width: 24px;
    stroke: #606060;
}

.channel_pg_side_bar .channel_sidebar_nav_items ul li.active .channel_list_item span {
    color: #c00;
}

.channel_pg_side_bar .channel_sidebar_nav_items ul li.active .channel_list_item .channel_list_icon svg path {
    stroke: #c00;
}

.channel_pg_side_bar .channel_sidebar_nav_items ul li.active .channel_list_item {
    border-color: #c00;
    background-color: #f9f9f9;
}

.page-template-Channelcontent .main_sidebar .sidebar_nav_items,
.page-template-Channel-comments .main_sidebar .sidebar_nav_items,
.page-template-channel-page .main_sidebar .sidebar_nav_items {
    display: none;
}

.page-template-Channelcontent .channel_pg_side_bar,
.page-template-Channel-comments .channel_pg_side_bar,
.page-template-channel-page .channel_pg_side_bar {
    display: block;
}

.header_search_back svg {
    max-width: 24px;
    height: 100%;
    width: 100%;
}


/* header_top */


/* add list */

.site-navigation ul li a {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.site-navigation ul li {
    margin-left: 10px;
    list-style: none;
}

.admin_cgbny_vd_wrp .video_item_in video {
    width: 100%;
    height: 100% !important;
    min-height: 210px;
}

.progress_bar {
    background-color: #d1cdcd;
    margin: 0;
    max-width: 100%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}

.processing_video img {
    max-width: 40px;
    width: 100% !important;
    height: 40px !important;
    margin: auto;
}

.processing_video {
    width: 100%;
    height: 150px;
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

.processing_video:after {
    content: "Processing Video";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    font-size: 12px;
}

.processing_video img {
    position: absolute;
    bottom: 25px;
    top: 0px;
}

.progress_bar .progressbar_inner {
    width: 0%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: #000;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 28px;
}

.add_post_steps_sec .add_post_steps .post_submitted_wrap p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}

.add_post_steps_sec .add_post_steps h3 {
    margin-bottom: 30px;
    font-weight: 600;
}

.add_post_steps_sec .add_post_steps {
    max-width: 720px;
    margin: auto;
    background-color: #fff;
    padding: 32px 30px 45px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.add_post_steps_sec #post_wp_video_form {
    position: relative;
}

.add_post_steps_sec .add_post_steps form br {
    display: none;
}

.add_post_steps_sec .add_post_steps input[type="date"],
.add_post_steps_sec .add_post_steps input[type="email"],
.add_post_steps_sec .add_post_steps input[type="number"],
.add_post_steps_sec .add_post_steps input[type="password"],
.add_post_steps_sec .add_post_steps input[type="search"],
.add_post_steps_sec .add_post_steps input[type="tel"],
.add_post_steps_sec .add_post_steps input[type="text"],
.add_post_steps_sec .add_post_steps input[type="url"],
.add_post_steps_sec .add_post_steps select,
.add_post_steps_sec .add_post_steps textarea {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: none !important;
    font-weight: 500;
    color: #000;
    padding: 12px 20px;
}

.add_post_steps_sec .form_field {
    margin-bottom: 15px;
}

.add_post_steps_sec [type="button"]:not(.tox-tinymce button),
.add_post_steps_sec [type="submit"],
.add_post_steps_sec button:not(.tox-tinymce button) {
    font-weight: 600;
    color: #fff;
    background-color: #000 !important;
    border: 2px solid #000;
    padding: 10px 20px;
    font-size: 18px;
    min-width: 150px;
    margin-top: 30px;
}

.add_post_steps_sec .form_field_btn {
    margin: 0;
    margin: auto;
    text-align: center;
}

.add_post_steps_sec [type="button"]:hover,
.add_post_steps_sec [type="submit"]:hover,
.add_post_steps_sec button:hover {
    color: #000;
    background-color: transparent !important;
}

.post_visibility_wrap label {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.post_visibility_wrap {
    display: flex;
    justify-content: center;
}

.post_visibility_wrap .post_visibility_input label {
    margin-bottom: 0;
}

.post_visibility_wrap .post_visibility_input {
    margin-right: 30px;
}

.add_post_steps .allow_comments_choice label {
    margin-bottom: 0;
}

.post_visibility_wrap .post_visibility_input input[type="radio"] {
    vertical-align: middle;
}

.tags_input .tags-input-wrapper,
.categories_input .tags-input-wrapper {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* max-width: 400px; */
    margin: auto;
    background-color: transparent;
    border: 1px solid #eee;
    padding: 12px 20px;
    cursor: text;
}

.tags_input .tags-input-wrapper input,
.categories_input .tags-input-wrapper input {
    border: none;
    background: transparent;
    outline: none;
    width: 150px;
    height: auto;
    padding: 0;
    margin-left: 5px;
}

.tags_input .tags-input-wrapper .tag,
.categories_input .tags-input-wrapper .tag {
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
}

.tags_input .tags-input-wrapper .tag a,
.categories_input .tags-input-wrapper .tag a {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fff;
    color: #000 !important;
    width: 18px;
    height: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 16px;
    line-height: 20px;
}

.add_post_steps_sec {
    padding: 55px 0 50px;
}

.add_post_steps_sec .processing_form_overlay.processing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    z-index: 2;
}


/* add list */


/* video-list */

.video_list_sec .video_list_categ ul {
    margin: 0;
    padding: 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

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

.video_list_sec .video_list_categ ul li {
    list-style: none;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}

.video_list_sec .video_list_categ::-webkit-scrollbar,
.header_top_bell_menu .notification_content::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    width: 8px;
}

.video_list_sec .video_list_categ::-webkit-scrollbar {
    height: 8px;
    width: 100%;
}

.video_list_sec .video_list_categ {
    margin-bottom: 20px;
    width: 100%;
    position: sticky;
    top: 72px;
    background-color: #fff;
    z-index: 1;
    padding: 15px 0;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    text-align: center;
}

.video_list_sec .video_list_categ:hover {
    scrollbar-color: #909090 transparent;
}

.video_list_sec .video_list_categ ul li a:hover,
.video_list_sec .video_list_categ ul li.active a {
    background: #000;
    border-color: #000;
    color: #fff;
}

.video_list_sec .video_list_categ ul li a {
    color: #000;
    text-decoration: none;
    padding: 8px 12px;
    background: #eeeeee;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #eeeeee;
    cursor: pointer;
    -webkit-border-radius: 6px;
    white-space: nowrap;
}

.video_list_sec .col-6 .video_item {
    max-width: 16.66%;
    width: 100%;
}

.video_list_sec .col-4 .video_item.loading .on_hover_anime_thumb,
.video_list_sec .col-4 .video_item.loading .thumbnail_wrap,
.video_list_sec .col-4 .on_hover_anime_thumb,
.video_list_sec .col-4 .video_item .thumbnail_wrap {
    padding-bottom: 61%;
}

.video_list_sec .col-5 .video_item.loading .on_hover_anime_thumb,
.video_list_sec .col-5 .video_item.loading .thumbnail_wrap,
.video_list_sec .col-5 .on_hover_anime_thumb,
.video_list_sec .col-5 .video_item .thumbnail_wrap {
    padding-bottom: 60%;
}

.video_list_sec .col-6 .video_item.loading .on_hover_anime_thumb,
.video_list_sec .col-6 .video_item.loading .thumbnail_wrap,
.video_list_sec .col-6 .on_hover_anime_thumb,
.video_list_sec .col-6 .video_item .thumbnail_wrap {
    padding-bottom: 57%;
}

.video_list_sec .col-5 .video_item {
    max-width: 20%;
    width: 100%;
}

.video_list_sec .col-4 .video_item {
    max-width: 25%;
    width: 100%;
}

.video_list_sec .video_gallery_wrap .video_item_in .on_hover_anime_thumb video,
.video_list_sec .video_gallery_wrap .video_item_in .on_hover_anime_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.video_list_sec .video_item {
    max-width: 25%;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 8px;
}

.video_list_sec .video_gallery_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.video_list_sec .video_gallery_wrap .video_item_in {
    width: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
}

.video_list_sec .video_gallery_wrap .video_item_in video,
.video_list_sec .video_gallery_wrap .video_item_in img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.video_list_sec .video_gallery_wrap .video_item a {
    text-decoration: none;
    outline: none;
}

.video_list_sec .video_gallery_wrap .video_item_detail {
    margin-top: 12px;
    position: relative;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_user_img img {
    max-width: 33px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 33px;
    border: 1px solid #eee;
    background-color: #fff;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_user_cont {
    padding-left: 45px;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_user_cont h2 {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 9px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_item_meta_data {
    display: flex;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_item_meta_data span::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #606060;
    display: inline-block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateY(-50%);
    right: 0;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_item_meta_data span:last-child::after {
    content: none;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_item_meta_data span:last-child {
    padding: 0;
    margin: 0;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_item_meta_data span {
    padding-right: 8px;
    position: relative;
    margin-right: 10px;
    margin: 0;
    margin-right: 5px;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_user_cont span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: rgb(96, 96, 96);
    margin-bottom: 9px;
    display: block;
}

.video_list_sec .video_gallery_wrap .video_item_in .video_user_img {
    position: absolute;
    top: 0;
    left: 0;
}

body header.page-header {
    display: none;
}

.container_wrap {
    max-width: 2260px;
    width: 100%;
    padding: 0 20px;
    margin: auto;
}


/* .video_list_sec {
  padding: 0px 50px 50px 300px;
  } */

.no-posts-wrap {
    padding: 10px;
    background-color: transparent;
    min-width: 100%;
    text-align: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.video_list_sec .on_hover_anime_thumb {
    width: 100%;
    padding-bottom: 62%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    /* display: none; */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
}

.video_list_sec .video_item .thumbnail_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /* top: 0px; */
    /* left: 0px; */
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding-bottom: 62%;
}

.video_list_sec .video_gallery_wrap .video_item_in .thumbnail_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.video_list_sec .admin_cgbny_vd_wrp .video_item video {
    display: none;
    cursor: pointer;
}

.page-id-47 .page-header h1,
.page-id-78 .page-header h1 {
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-bottom: 50px;
}

.video_item .video_item_in:hover .thumbnail_wrap {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
}

.video_item .video_item_in:hover .on_hover_anime_thumb {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}

.not_found_video {
    padding: 0 8px;
    width: 100%;
    text-align: center;
}

.header_top_mb .header_top_mb_in {
    display: flex;
    justify-content: space-between;
}

.header_top_mb .header_top_mb_in .header_search_back {
    width: 100%;
    max-width: 10%;
}

.header_top_mb .header_top_mb_in .header_search_back .header_search_back_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    max-width: 40px;
    cursor: pointer;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.header_top_mb .header_top_mb_in .header_search_back .header_search_back_icon:hover {
    background-color: #e5e5e5;
}

.header_top_mb .header_top_mb_in .header_search_back .header_search_back_icon:hover .toolbar_popup {
    opacity: 1;
    visibility: visible;
}

.header_top_mb .header_top_mb_in .header_search_form_mb {
    width: 100%;
    max-width: 90%;
}


/* in safari */

body.safari .video_item .video_item_in .thumbnail_wrap {
    display: block;
    visibility: visible;
    opacity: 1;
}

body.safari .video_list_sec .on_hover_anime_thumb {
    display: none;
}


/* in safari */

.selected_video_file input[type="file"] {
    opacity: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.header-inner .site-title a {
    color: #000;
    font-weight: 600;
}

.selected_video_file br {
    display: none;
}

.selected_video_file {
    position: relative;
    background-color: transparent;
    border: 2px dashed #666;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: none !important;
    font-weight: 600;
    color: #000;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
}

.selected_video_title svg {
    width: 100%;
    height: 100%;
    max-width: 20px;
    vertical-align: top;
    margin-right: 10px;
}

.add_post_steps label {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}


/* .selected_video_title::before {
      content: "\f0ee";
      font-family: FontAwesome;
      font-size: 22px;
      margin-right: 10px;
      line-height: 20px;
      vertical-align: middle;
  } */

.video_list_sec .video_list_in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

body.close_sidebar .video_list_sec {
    padding-left: 30px;
    padding-right: 30px;
}

.video_list_sec .video_list_in .main_video_gallery {
    width: 100%;
}


/* .page-id-78 .page-content {
  max-width: 2260px;
  margin: auto;
  width: 100%;
  } */

.video_item.loading .video_item_title_in h5 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px;
    font-weight: 600;
    color: #595959ed;
}

.video_item.loading .video_item_title_in {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.video_item.loading .video_item_in:hover .thumbnail_wrap {
    visibility: visible;
    opacity: 1;
}


/* video-list */


/* single_video-page */

html>body.single-subfort {
    padding: 0px 50px 50px 50px;
}

.single_video_sec {
    padding: 15px 30px 50px;
}

.single_video_sec .single_video_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: auto;
}

.single_video_sec .single_video_left {
    width: 100%;
    max-width: 70%;
    padding-right: 15px;
}

.single_video_sec .single_video_right {
    width: 100%;
    max-width: 30%;
    padding-left: 15px;
}

.single_video_sec .single_video_item .thumbnail_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.single_video_sec .single_video_left .single_video_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    min-height: 500px;
}

.single_video_sec .single_video_left .single_video_item:hover .thumbnail_wrap {
    display: none;
}

.single_video_sec .single_video_left .single_video_item video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    min-height: 500px;
}

.single_video_sec .single_video_left .single_video_item iframe {
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.single_video_sec .single_video_left .single_video_item:hover .on_hover_anime_thumb {
    display: block;
}

.single_video_sec .single_video_left .single_video_item .on_hover_anime_thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    display: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.single_video_sec .single_video_left .single_video_item {
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.single_video_sec .single_video_right .single_video_categ ul li a {
    color: #000;
    text-decoration: none;
    padding: 8px 13px;
    background: #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    border: 1px solid #eeeeee;
    min-width: 100px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_video_sec .single_video_right .single_video_categ ul li.active a {
    background: #000;
    border-color: #000;
    color: #fff;
}

.single_video_sec .single_video_right .single_video_categ ul li {
    list-style: none;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-right: 0px;
    margin-right: 10px;
    /* display: inline-block; */
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.single_video_sec .single_video_right .single_video_categ ul {
    margin: 0;
    padding: 0;
}

.single_video_sec .single_video_right .single_video_categ {
    margin-bottom: 22px;
}

.single_video_sec .single_video_right .single_video_feat_in {
    display: flex;
    flex-wrap: wrap;
}

.single_video_sec .single_video_right .single_video_feat_in {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.single_video_sec .single_video_right .single_video_feat_outer1 .single_video_feat_in {
    flex-wrap: wrap;
}

.single_video_sec .single_video_right .single_video_feat_in:last-child {
    margin-bottom: 0;
}

.single_video_sec .single_video_right .single_video_feat_in .single_video_feat_left {
    width: 100%;
    max-width: 40%;
    padding-right: 8px;
}

.single_video_sec .single_video_feat_in .single_video_feat_right {
    width: 100%;
    max-width: 60%;
    padding-left: 8px;
}

.single_video_sec .single_video_feat_in .single_video_feat_left img {
    width: 100%;
    height: auto;
    min-height: 110px;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.single_video_sec .single_video_right .single_video_feat_in h3 {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 5px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.single_video_sec .single_video_right .single_video_feat_in span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #777;
}

.single_video_sec .single_video_right .single_video_feat_in .video_item_meta_data span:last-child {
    padding: 0;
    margin: 0;
}

.single_video_sec .single_video_right .single_video_feat_in .video_item_meta_data span {
    padding-right: 15px;
    position: relative;
    margin-right: 10px;
}

.single_video_sec .single_video_right .single_video_feat_in .video_item_meta_data span::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #d9d9d9;
    display: inline-block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateY(-50%);
    right: 0;
}

.single_video_sec .single_video_left h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.single_video_sec .single_video_left .single_video_main_title {
    width: 100%;
    margin-bottom: 15px;
}

.single_video_sec .single_video_left .video_user_img img {
    width: 100%;
    max-width: 33px;
    height: 33px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eee;
    object-fit: cover;
}

.single_video_sec .single_video_left .single_video_item_title .video_user_cont {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.single_video_sec .single_video_left .single_video_item_title .video_user_img {
    position: absolute;
    top: 0;
    left: 0;
}

.single_video_sec .single_video_left .single_video_item_title .video_user_detail {
    padding-left: 45px;
}

.single_video_sec .single_video_left .single_video_item_title .video_user_detail h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.single_video_sec .single_video_left .single_video_item_cont {
    display: flex;
    flex-wrap: wrap;
}

.single_video_sec .single_video_left .single_video_item_cont .single_video_cont_left {
    width: 100%;
    max-width: 50%;
    padding-right: 15px;
}

.single_video_sec .single_video_left .single_video_item_cont .single_video_cont_right {
    width: 100%;
    max-width: 50%;
    text-align: right;
}

.single_video_sec .single_video_left .single_video_cont_right .single_video_review ul li a {
    color: #000;
    text-decoration: none;
    padding: 8px 13px;
    background: #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

.single_video_sec .single_video_left .single_video_cont_right .single_video_review ul li.like.active a {
    background: #000;
    color: #fff;
}

.single_video_sec .single_video_left .single_video_cont_right .single_video_review ul li a:hover .toolbar_popup {
    opacity: 1;
    visibility: visible;
}

.single_video_sec .single_video_left .single_video_cont_right .single_video_review ul li {
    list-style: none;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-right: 0px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.single_video_sec .single_video_disc p a {
    color: #065fd4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_video_sec .single_video_left .single_video_cont_right .single_video_review ul li:last-child {
    margin-right: 0;
}

.single_video_sec .single_video_left .single_video_cont_right .single_video_review ul {
    margin: 0;
    padding: 0;
}

.single_video_sec .single_video_left .single_video_item_cont .video_item_meta_data span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.single_video_sec .single_video_left .single_video_item_cont .video_item_meta_data span {
    padding-right: 15px;
    position: relative;
    margin-right: 10px;
}

.single_video_sec .single_video_right .single_video_feat_in .video_item_meta_data span:last-child::after,
.single_video_sec .single_video_left .single_video_item_cont .video_item_meta_data span:last-child::after {
    content: none;
}

.single_video_sec .single_video_left .single_video_item_cont .video_item_meta_data span::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateY(-50%);
    right: 0;
}

.single_video_sec .single_video_left .single_video_item_cont .video_item_meta_data span:last-child {
    padding: 0;
    margin: 0;
}

.single_video_sec .single_video_disc {
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 32px;
}

.single_video_sec .single_video_disc p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.single_video_sec .single_video_right .single_video_comment,
.single_video_sec .single_video_right .single_video_disc {
    display: none;
}

.single_video_sec .comments-area .comment-form-cookies-consent,
.single_video_sec .comments-area .comment-form-url,
.single_video_sec .comments-area .comment-form-email,
.single_video_sec .comments-area .comment-form-author {
    display: none;
}

.single_video_sec .comments-area .logged-in-as {
    display: none;
}

.single_video_sec .comments-area textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    height: 40px !important;
    padding: 10px 15px;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
}

.single_video_sec .single_video_comment .comments-area h3 {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.single_video_sec .comments-area .comment-form-comment label {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.single_video_sec .single_video_comment {
    margin-top: 53px;
}

.single_video_sec .comments-area #reply-title {
    display: none;
}

.single_video_sec .comments-area .form-submit {
    margin: 0;
    text-align: right;
    margin-top: 10px;
}

.single_video_sec .comments-area .form-submit input[type="submit"]:hover,
.single_video_sec .comments-area .form-submit input[type="submit"] {
    background-color: #e1e0e0 !important;
    color: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #e1e0e0 !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    line-height: 15px;
}

.single_video_sec .comments-area .comment-list>li {
    background-color: #f3f3f3;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 70px;
}

.single_video_sec .comments-area .comment-list li * {
    color: #000;
}

.single_video_sec .comments-area .reply a {
    color: #000;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 8px 13px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.single_video_sec .comments-area .reply a:hover {
    background-color: #cccaca;
}

.single_video_sec .comments-area ol.comment-list .children::before {
    content: none !important;
}

.single_video_sec .comments-area .comment-list ol.children {
    padding-left: 20px !important;
}

.single_video_sec .comments-area ol.children:last-child .comment-body {
    border: 0 !important;
}

.single_video_sec .comments-area .comment-list>li:last-child>.comment-body {
    border-bottom: 0 !important;
}

.single_video_sec .comments-area .comment-list .comment-author img {
    max-width: 45px;
    height: 45px;
    object-fit: cover;
    width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 10px;
    /* position: relative !important; */
    /* left: auto !important; */
    position: absolute !important;
    left: -55px !important;
    top: 0;
    border: 1px solid #eee;
    background-color: #fff;
}

.single_video_sec .comments-area ol.children .comment-author img {
    max-width: 35px;
    height: 35px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #eee;
    background-color: #fff;
}


/* .single_video_sec .comments-area ol.children li .comment-body {
      padding-left: 50px !important;
  } */

.single_video_sec .comments-area ol li .comment-body {
    padding: 0 !important;
    margin-bottom: 20px;
}

.single_video_sec .single_video_right .single_video_categ .owl-nav {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.single_video_sec .single_video_right .single_video_categ:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.single_video_sec .single_video_right .single_video_categ .owl-nav .owl-next,
.single_video_sec .single_video_right .single_video_categ .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transform: translateY(-50%);
    border-radius: 100%;
}

.single_video_sec .single_video_right .single_video_categ .owl-nav .owl-next:hover,
.single_video_sec .single_video_right .single_video_categ .owl-nav .owl-prev:hover {
    background-color: #eeeeee;
}

.single_video_sec .single_video_right .single_video_categ .owl-nav .owl-next {
    right: -8px;
}

.single_video_sec .single_video_right .single_video_categ .owl-nav .owl-prev {
    left: -8px;
}

.single_video_sec .single_video_left .single_video_cont_right .single_video_review ul li.save_btn svg {
    width: 13px;
    height: 12px;
    vertical-align: middle;
}

.single_video_sec .comments-area .comment-list li .comment-content p {
    margin: 0;
    margin-bottom: 10px;
}

.single_video_sec .comments-area .comment-list li .reply {
    margin-top: 10px;
}

.single_video_sec .comments-area .comment-list li .comment-content p:last-child {
    margin-bottom: 0;
}

.save_btn .sg_list_item {
    background-color: #fff !important;
    position: absolute;
    top: 0;
    right: -110px;
    min-width: 110px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px 0px;
    padding: 10px 0 !important;
    min-height: 60px;
    display: none;
    z-index: 99;
}

.save_btn .sg_list_item a {
    border: none;
    background: transparent;
    padding: 0;
}

.save_btn .sg_list_item .sg_list_icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.save_btn .sg_list_item .sg_list_in {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.save_btn .sg_list_item li {
    position: relative !important;
    display: block !important;
    padding: 6px 12px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.save_btn .sg_list_item li:hover {
    background-color: #e5e5e5;
}

.save_btn .sg_list_item li a {
    display: block !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.save_btn .sg_list_item svg {
    width: 24px !important;
    height: 24px !important;
}

.save_btn .sg_list_item span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 35px;
    color: #000;
}

.save_list_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.save_list_pop .save_list_pop_wrap {
    background-color: #ffffff;
    padding: 20px 25px;
    width: 100%;
    max-width: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.save_list_pop_menu label {
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}

.save_list_pop .save_list_pop_menu .field_group {
    margin-bottom: 20px;
    text-align: left;
}

.save_list_pop .save_list_pop_menu .field_group:last-child {
    margin-bottom: 0;
}

.save_list_pop .form_subm .field_group {
    text-align: right;
    margin: 0;
}

.save_list_pop .save_list_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.3;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.save_list_pop.pop_active {
    opacity: 1;
    visibility: visible;
}

.save_list_pop .save_list_pop_title {
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}

.save_list_pop .save_list_pop_title h5 {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    padding-right: 20px;
}

.save_list_pop_close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.save_list_pop .save_list_pop_close svg {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    max-width: 12px !important;
}

.save_list_pop .save_list_pop_close img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.save_list_pop .save_list_pop_menu input[type="text"],
.save_list_pop .save_list_pop_menu select {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 12px;
    padding-left: 0;
    padding: 2px;
    padding-left: 0;
    line-height: 22px;
    background-color: transparent;
}

.save_list_pop .save_list_pop_menu input[type="button"] {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 14px;
    padding: 6px 15px;
    line-height: 22px;
    font-weight: 600;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.save_list_pop .save_list_pop_menu input[type="button"]:hover {
    background-color: #000;
    color: #fff;
}

.save_list_pop .checkbox_field input[type="checkbox"] {
    margin-right: 20px;
}

.save_list_pop .checkbox_field label {
    display: inline;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    vertical-align: top;
}

.save_list_pop .field_group ul.save_pop_list_item li {
    list-style: none;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-right: 0px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.save_list_pop .field_group ul.save_pop_list_item li a {
    padding: 0 !important;
}

.save_list_pop .field_group ul.save_pop_list_item li .save_pop_list_in {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.save_list_pop .field_group ul.save_pop_list_item li .save_pop_list_icon svg {
    width: 24px !important;
    height: 24px !important;
}

.save_list_pop .field_group ul.save_pop_list_item li .save_pop_list_icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.save_list_pop .field_group ul.save_pop_list_item li .save_pop_list_in span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 35px;
    color: #000;
}

.save_list_pop_menu .field_group_ply {
    display: none;
}

.single_video_sec .single_video_disc .long_desc span,
.single_video_sec .single_video_disc .short_desc span {
    display: block;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
}

.single_video_sec .single_playlist {
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 25px;
}

.single_video_sec .single_playlist .single_video_feat_in {
    padding: 10px 10px 10px 10px;
    margin: 0;
    position: relative;
}

.single_video_sec .single_playlist .single_video_feat_in .counter_single_video {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.single_video_sec .single_playlist .single_video_feat_in .counter_single_video span {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #666;
}

.single_video_sec .single_playlist .single_video_feat_in.active {
    background-color: #f2f2f2;
}

.single_video_sec .single_playlist .about_playlist {
    padding: 20px 20px;
    position: sticky;
    top: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 2;
}

.single_video_sec .single_playlist .about_playlist h5 {
    color: #000;
    margin-bottom: 2px;
}

.single_video_sec .single_playlist .about_playlist span {
    font-size: 13px;
    line-height: 22px;
    color: #555;
    display: block;
}


/* .single_video_sec .single_playlist .single_video_feat_in::before {
      content: counter(number);
      counter-increment: number;
      border: 0;
      position: absolute;
      top: 50%;
      left: 5px;
      transform: translateY(-50%);
      font-size: 12px;
      font-weight: 500;
      color: #666;
  }
  .single_video_sec .single_playlist .single_video_feat_in.active::before {
      content: '';
      border-top: 6px solid transparent;
      border-left: 9px solid #555;
      border-bottom: 6px solid transparent;
  } */

.single_video_sec .single_playlist .single_video_feat_in .single_video_feat_left {
    max-width: 30%;
}

.single_video_sec .single_playlist .single_video_feat_in .single_video_feat_right {
    max-width: 70%;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.single_video_sec .single_playlist .single_video_feat_in .single_video_feat_right .single_video_feat_right_txt {
    max-width: 90%;
    width: 100%;
    padding-right: 5px;
}

.single_video_sec .single_playlist .single_video_feat_in .single_video_feat_right .single_video_feat_right_edit {
    max-width: 32px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_video_sec .single_playlist .single_video_feat_in .single_video_feat_left img {
    min-height: 65px;
}

.single_video_right .single_playlist_edit.playlist_edit_btn a.pop_up_trigger svg {
    width: 100%;
    height: 100%;
    max-width: 15px;
    transform: rotate(90deg);
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
    /* opacity: 1;
    visibility: hidden; */
}

.single_video_right .single_playlist_edit.playlist_edit_btn a.pop_up_trigger.active svg {
    opacity: 1;
    visibility: visible;
}

.single_video_sec .single_playlist .single_video_feat_in:hover .single_playlist_edit.playlist_edit_btn a.pop_up_trigger svg {
    opacity: 1;
    visibility: visible;
}

.single_video_right .single_playlist_edit.playlist_edit_btn .playlist_edit_box span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 35px;
    color: #000;
}

.single_video_right .single_playlist_edit.playlist_edit_btn .playlist_edit_box .playlist_edit_box_in {
    top: 60px;
    left: auto;
    min-width: 220px;
    right: 25px;
}

.single_video_right .single_playlist_edit.playlist_edit_btn .playlist_edit_box a.pop_up_trigger {
    transition: none;
    -webkit-transition: none;
}

.single_video_right .single_playlist_edit.playlist_edit_btn .playlist_edit_box {
    position: static;
    width: auto;
    height: auto;
}

.single_video_right .single_playlist .single_video_feat_outer .single_video_feat_list::-webkit-scrollbar {
    width: 7px;
    height: 100%;
}

.single_video_right .single_playlist .single_video_feat_outer .single_video_feat_list::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.single_video_right .single_playlist .single_video_feat_outer .single_video_feat_list::-webkit-scrollbar-thumb {
    background-color: #909090;
}

.single_video_right .single_playlist .single_video_feat_outer .single_video_feat_list:hover {
    scrollbar-color: #909090 transparent;
}

.single_video_right .single_playlist .single_video_feat_outer .single_video_feat_list {
    width: 100%;
    max-height: 370px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    height: 100%;
    counter-reset: number;
}

.single_video_sec .single_playlist .about_playlist .about_playlist_title {
    padding-right: 20px;
}

.single_video_sec .single_playlist .about_playlist .about_playlist_close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.single_video_sec .single_playlist .about_playlist .about_playlist_close svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
    max-width: 12px;
}

.single_video_sec .single_playlist .about_playlist .about_playlist_close .open_playlist {
    display: none;
}


/* single_video-page */

.single_video_sec .single_video_right .single_video_feat_in.loading .single_video_feat_left {
    background: #eee;
    height: 112px;
    width: 124px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.single_video_sec .single_video_right .single_video_feat_in.loading h3 {
    background: #eee;
    height: 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.single_video_sec .single_video_right .single_video_feat_in.loading span {
    height: 15px;
    background: #eee;
    width: 100px;
    display: block;
    border-radius: 8px !important;
    -webkit-border-radius: 8px;
    margin-bottom: 5px;
}

.single_video_sec .single_video_right .single_video_feat_in.loading .video_item_meta_data {
    display: flex;
}

.single_video_sec .single_video_right .single_video_feat_in.loading span::after {
    display: none;
}

.single_video_feat_in.loading .video_item_meta_data {
    padding: 10px 0px;
}


/* author */


/* .author_video_list .col-6 .video_item {
      max-width: 16.66%;
      width: 100%;
  } */

.author_video_list .col-4 .on_hover_anime_thumb,
.author_video_list .col-4 .video_item .thumbnail_wrap {
    padding-bottom: 54%;
}

.author_video_list .col-5 .on_hover_anime_thumb,
.author_video_list .col-5 .video_item .thumbnail_wrap {
    padding-bottom: 54%;
}

.author_video_list .col-6 .on_hover_anime_thumb,
.author_video_list .col-6 .video_item .thumbnail_wrap {
    padding-bottom: 54%;
}


/* .author_video_list .col-5 .video_item {
      max-width: 20%;
      width: 100%;
  } */


/* .author_video_list .col-4 .video_item {
      max-width: 25%;
      width: 100%;
  } */


/* .author_video_list .col-6 .video_item {
      max-width: 16.66%;
      width: 100%;
  }
  .author_video_list .col-5 .video_item {
      max-width: 20%;
      width: 100%;
  }
  .author_video_list .col-4 .video_item {
      max-width: 25%;
      width: 100%;
  } */

.author_video_list .video_item {
    max-width: 25%;
    width: 100%;
    padding: 0 8px;
    margin-bottom: 40px;
}

.video_list_wrap.author_video_list {
    padding-top: 30px;
}

.author_hero_banner {
    background-position: top center;
    /* height: 280px; */
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0 -50px;
}

.author_hero_banner img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    background-color: #fff;
}

.author_details_sec .author_details_in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.author_video_list .video_user_cont img.private_icon {
    width: 12px !important;
    height: 12px !important;
    filter: contrast(0) brightness(1.6);
    margin-bottom: -1px;
}

.author_details_sec .author_thumb img {
    max-width: 80px;
    height: 80px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #fff;
    border: 1px solid #eee;
}

.author_details_sec .author_details_right {
    max-width: 40%;
    width: 100%;
}

.author_details_sec .author_thumb {
    margin-right: 15px;
}

.author_details_sec .author_details_left {
    width: 100%;
    max-width: 60%;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.author_details_sec .author_info h4 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
    margin-bottom: 7px;
}

.author_details_sec .author_info p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.author_details_sec .author_details_right .subscribe_btn {
    text-align: right;
}

.author_details_sec .author_details_right .subscribe_btn.subscribed {
    opacity: 0.4;
}

.author_video_list .video_list_in,
.author_details_sec .hero_author_details_wrap {
    max-width: 1290px;
    margin: auto;
    width: 100%;
}

.author_details_sec {
    padding: 35px 0 54px;
}

.author_details_sec .author_bottom_tools {
    margin-top: 42px;
}


/* 
  .author_details_sec .author_bottom_tools.btn_wrap a:hover:nth-of-type(2n),
  .author_details_sec .author_bottom_tools.btn_wrap a:nth-of-type(2n) {
      background-color: #EEEEEE !important;
      border-color: #EEEEEE !important;
      color: #000 !important;
      margin-left: 10px;
  } */

.author_details_sec .author_bottom_tools.btn_wrap a:hover:nth-of-type(2n),
.author_details_sec .author_bottom_tools.btn_wrap a:nth-of-type(2n) {
    margin-left: 10px;
}

.author_details_sec .author_bottom_tools.btn_wrap a {
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #000 !important;
}

.author_details_sec .author_bottom_tools.btn_wrap a:hover {
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #000 !important;
}

.author_details_sec .author_bottom_tools.btn_wrap a.active {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.author_video_list .video_gallery_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.author_video_list .video_gallery_wrap .video_item a {
    text-decoration: none;
    outline: none;
}

.author_video_list .video_gallery_wrap .video_item_in {
    width: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
}

.author_video_list .video_item_in .thumbnail_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.author_video_list .video_item_in .on_hover_anime_thumb video,
.author_video_list .video_item_in .on_hover_anime_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.author_video_list .video_item .thumbnail_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding-bottom: 60%;
}

.author_video_list .video_gallery_wrap .video_item_in video,
.author_video_list .video_gallery_wrap .video_item_in img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.author_video_list .on_hover_anime_thumb {
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    /* display: none; */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
}

.author_video_list .video_gallery_wrap .video_item_detail {
    margin-top: 12px;
    position: relative;
}

.author_video_list .video_gallery_wrap .video_item_in .video_user_img {
    position: absolute;
    top: 0;
    left: 0;
}

.author_video_list .video_gallery_wrap .video_item_in .video_user_img img {
    max-width: 33px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 33px;
    border: 1px solid #eee;
    background-color: #fff;
}

.author_video_list .video_gallery_wrap .video_item_in .video_user_cont {
    padding-left: 42px;
}

.author_video_list .video_gallery_wrap .video_item_in .video_user_cont h2 {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 9px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.author_video_list .video_gallery_wrap .video_item_in .video_item_meta_data {
    display: flex;
}

.author_video_list .video_gallery_wrap .video_item_in .video_user_cont span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: rgb(96, 96, 96);
    margin-bottom: 9px;
    display: block;
}

.author_video_list .video_gallery_wrap .video_item_in .video_item_meta_data span::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: rgb(96, 96, 96);
    display: inline-block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateY(-50%);
    right: 0;
}

.author_video_list .video_gallery_wrap .video_item_in .video_item_meta_data span {
    padding-right: 8px;
    position: relative;
    margin-right: 10px;
    margin: 0;
    margin-right: 5px;
}

.author_video_list .video_gallery_wrap .video_item_in .video_item_meta_data span:last-child::after {
    content: none;
}

.author_video_list .video_gallery_wrap .video_item_in .video_item_meta_data span:last-child {
    padding: 0;
    margin: 0;
}



.video_item.loading .video_item_in .on_hover_anime_thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}

.video_item.loading .on_hover_anime_thumb,
.video_item.loading .thumbnail_wrap {
    background-color: #eee;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding-bottom: 62%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.video_item.loading .video_item_detail {
    height: 54px;
}

.video_item.loading .video_user_img {
    max-width: 33px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 33px;
    background-color: #eee;
    width: 33px;
}

.video_item.loading .video_user_cont h2 {
    height: 20px;
    background-color: #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.video_item.loading .video_item_in span {
    height: 15px;
    background-color: #eee;
    width: 150px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.video_item.loading .video_item_in span::after {
    content: none !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.video_item.loading .video_item_meta_data .video_item_views,
.video_item.loading .video_item_meta_data .video_item_date {
    height: 15px;
    background-color: #eee;
    width: 90px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.author_details_sec .author_details_menu_item .author_details_menu_item_tab {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.author_details_sec .author_details_menu_item .author_details_menu_item_tab li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.author_details_sec .author_details_menu_item .author_details_menu_item_tab li a {
    padding: 15px 20px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.author_details_sec .author_details_menu_item .author_details_menu_item_tab li.ui-tabs-active a,
.author_details_sec .author_details_menu_item .author_details_menu_item_tab li a:hover {
    border-bottom-color: #000;
    color: #000;
}

.author_details_sec .author_details_menu_item {
    margin-top: 20px;
}

.comm_box_post_sec .post_author_img img {
    width: 100%;
    max-width: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 50px;
    object-fit: cover;
    border: 1px solid #eee;
    background-color: #fff;
}

.comm_box_post_sec .post_author_img {
    margin-right: 15px;
}

.comm_box_post_sec .comm_box_post_wrap_in h6 {
    margin: 0;
}

.comm_box_post_sec .comm_box_post_wrap_in {
    display: flex;
    align-items: center;
}

.comm_box_post_sec .comm_box_post_wrap form .add_post_inner textarea {
    height: auto;
    border: 0;
    padding: 5px;
    height: 45px;
    outline: none;
}

.comm_box_post_sec .comm_box_post_wrap {
    border: 1px solid #ddd;
    padding: 25px 20px;
    border-radius: 30px;
}

.comm_box_post_sec .comm_box_post_wrap form input[type="submit"] {
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    background-color: #000;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-border-radius: 30px;
    min-width: 100px;
}

.comm_box_post_sec .comm_box_post_wrap form input[type="submit"]:hover {
    background-color: transparent;
    color: #000;
}

.comm_box_post_sec .comm_box_post_wrap .add_post_inner {
    margin-top: 15px;
}

.comm_box_post_sec .comm_box_post_wrap .comm_box_post_field {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

.subfrt_community_posts_wrap {
    margin-top: 30px;
}

.subfrt_community_posts_wrap .author_details_menu_item_box_in {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.author_details_menu_item_box_right h6 {
    margin-bottom: 5px;
}

.subfrt_community_posts_wrap .author_details_menu_item_box_in * {
    color: #000;
}

.subfrt_community_posts_wrap .author_details_menu_item_box_in .author_details_menu_item_meta_data span::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #606060;
    display: inline-block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateY(-50%);
    right: 0;
}

.subfrt_community_posts_wrap .author_details_menu_item_box_in .author_details_menu_item_meta_data {
    display: flex;
}

.subfrt_community_posts_wrap .author_details_menu_item_box_in .author_details_menu_item_meta_data span:last-child::after {
    content: none;
}

.subfrt_community_posts_wrap .author_details_menu_item_box_in .author_details_menu_item_meta_data span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #777;
    padding-right: 8px;
    position: relative;
    margin-right: 10px;
    margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
}

.comm_box_post_sec .comm_box_post_wrap form .add_post_inner .subfrt_insert_image_pill input[type="file"] {
    opacity: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}


/* .comm_box_post_sec .comm_box_post_wrap form .add_post_inner .subfrt_insert_image_pill::before {
      content: "";
      background-image: url(/wp-content/uploads/2022/11/image_2022_11_21T13_27_14_953Z.png);
      font-size: 22px;
      margin-right: 5px;
      line-height: 20px;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-size: contain;
      width: 22px;
      height: 22px;
      display: inline-block;
      background-position: center;
  } */

.comm_box_post_sec .comm_box_post_wrap form .add_post_inner .subfrt_insert_image_pill {
    position: relative;
}

.comm_box_post_sec .comm_box_post_wrap form .add_post_inner .subfrt_preview_post_img {
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
}


/* 
  .comm_box_post_sec .comm_box_post_wrap form .add_post_inner .subfrt_insert_image_pill::after {
      content: "Image";
      font-size: 16px;
      line-height: 26px;
      vertical-align: middle;
      display: inline-block;
      font-weight: 600;
  } */

.comm_box_post_sec .comm_box_post_wrap form .add_post_inner .selected_img_title {
    font-weight: 600;
    color: #000;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
}

.comm_box_post_sec .comm_box_post_wrap form .add_post_inner .selected_img_title svg {
    width: 100%;
    height: 100%;
    max-width: 20px;
    vertical-align: top;
    margin-right: 10px;
}

.subfrt_community_posts_wrap .author_details_menu_item_box_left {
    margin-top: 15px;
}

.subfrt_community_posts_wrap .author_details_menu_item_box_left img {
    max-width: 500px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.loader_image_wrap {
    width: 100%;
    max-width: 30px;
}

.comm_box_post_sec .comm_box_post_wrap .add_post_inner .subfrt_preview_post_img_wrap {
    position: relative;
}

.comm_box_post_sec .comm_box_post_wrap .add_post_inner .subfrt_preview_post_img_wrap .subfrt_preview_post_img_cross {
    background-color: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    outline: none;
    border: 1px solid #000;
    left: 280px;
    cursor: pointer;
    line-height: 30px;
}

.comm_box_post_sec .comm_box_post_wrap .add_post_inner .subfrt_preview_post_img_wrap .subfrt_preview_post_img_cross svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col {
    padding-right: 100px;
    width: 70%;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .right_col {
    width: 30%;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 32px;
    margin-bottom: 24px;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data h6 {
    margin-bottom: 15px;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data p:last-child {
    margin-bottom: 0;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data .social_links {
    display: flex;
    flex-wrap: wrap;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data .social_links a {
    color: #065fd4;
    width: 50%;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: 5px;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data .form_wrap label,
.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data .form_wrap span {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data .form_wrap {
    margin-bottom: 10px;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .left_col .about_tab_data .form_wrap label {
    margin-right: 5px;
}

.author_details_sec .author_details_menu_item .about_main_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .right_col ul {
    list-style-type: none;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .right_col ul li {
    font-size: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: relative;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .right_col ul li .report_user svg {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .right_col ul li .report_user:hover svg {
    background-color: #e5e5e5;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .right_col ul li .report_user span {
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    font-size: 12px;
    background-color: #777;
    color: #fff;
    padding: 7px 8px;
    position: absolute;
    left: -20px;
    bottom: -30px;
}

.author_details_sec .author_details_menu_item .about_main_wrapper .right_col ul li .report_user:hover span {
    opacity: 1;
    visibility: visible;
}

.author_details_sec .author_details_right .btn_wrap {
    text-align: right;
}

.author_details_sec .author_details_right .btn_wrap a {
    /* background-color: #065fd4 !important;
      border: 2px solid #065fd4 !important; */
    /* font-weight: 500;
      font-size: 14px;
      line-height: 15px;
      border-radius: 100px;
      -webkit-border-radius: 100px; */
}

.author_details_sec .author_details_menu_item .library_pg_wrap .library_pg_wrap_left {
    max-width: 100%;
    padding-right: 0;
}

.author_details_sec .author_details_menu_item .library_video_feat_in {
    padding: 0 8px;
}

.author_details_sec .author_details_menu_item .author_video_list .video_gallery_wrap {
    margin: 0 -8px;
}

.author_details_sec .author_details_menu_item .author_video_list .video_item {
    padding: 0 8px;
}

.author_details_sec .author_details_menu_item .library_pg_row {
    margin: 0 -8px;
}


/* author */


/* search-page */

.search_page_sec {
    padding: 85px 0;
}

.search_page_nothing h2 {
    margin-bottom: 0 !important;
}

.search_page_nothing {
    padding: 30px 0;
}

.search_page_sec .search_page_wrap .search_page_wrap_in {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.search_page_sec .search_page_wrap .search_page_wrap_in:last-child {
    margin-bottom: 0;
}

.search_page_sec .search_page_wrap .search_video_feat_left {
    width: 100%;
    max-width: 32%;
    padding-right: 25px;
}

.search_page_sec .search_page_wrap_in .search_video_feat_right {
    width: 100%;
    max-width: 68%;
}

.search_page_sec .search_page_wrap .search_video_feat_left img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.search_page_sec .search_page_wrap .search_page_wrap_in h3 {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 18px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.search_page_sec .search_page_wrap .video_item_meta_des p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin: 0;
}

.search_page_sec .search_page_wrap .search_page_wrap_in span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #b9b9b9;
}

.search_page_sec .search_page_wrap .search_page_wrap_in .video_item_meta_data span {
    padding: 0;
    margin: 0;
}

.search_page_sec .search_page_wrap .search_page_wrap_in .video_item_meta_data span {
    padding-right: 15px;
    position: relative;
    margin-right: 10px;
}

.search_page_sec .search_page_wrap .search_page_wrap_in .video_item_meta_data span:last-child:after {
    content: none;
}

.search_page_sec .search_page_wrap .search_video_feat_left a {
    display: block;
}

.search_page_sec .search_page_wrap .search_page_wrap_in .video_item_meta_data span::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #b9b9b9;
    display: inline-block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateY(-50%);
    right: 0;
}

.search_page_sec .search_page_wrap {
    max-width: 1096px;
    margin: auto;
}

.search_page_sec .search_page_wrap .search_video_user_aut {
    position: relative;
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.search_page_sec .search_page_wrap .aut_user_img {
    position: absolute;
    top: 0;
    left: 0;
}

.search_page_sec .search_page_wrap .aut_user_img img {
    width: 100%;
    max-width: 33px;
    height: 33px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #eee;
    background-color: #fff;
}

.search_page_sec .search_page_wrap .aut_user_detail {
    padding-left: 45px;
}

.search_page_sec .search_page_wrap .aut_user_detail h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #b9b9b9;
}

.search_page_wrap_in.loading .featured_img {
    width: 100%;
    background: #eee;
    border-radius: 15px;
    height: 160px;
}

.search_page_wrap_in.loading {
    margin-bottom: 20px;
}

.search_page_wrap_in.loading .title_line {
    width: 60%;
    background: #eee;
    border-radius: 8px;
    height: 20px;
}

.search_page_wrap_in.loading .video_item_meta_data {
    width: 100%;
    display: flex;
    height: 30px;
    margin-top: 15px;
}

.search_page_wrap_in.loading .video_item_meta_data .video_item_views {
    width: 100px;
    background: #eee;
    border-radius: 6px;
    height: 15px;
}

.search_page_wrap_in.loading span::after {
    content: none !important;
}

.search_page_wrap_in.loading .video_item_meta_data span.video_item_date {
    width: 100px;
    background: #eee;
    border-radius: 6px;
    height: 15px;
}

.search_page_wrap_in.loading .search_video_user_aut {
    display: flex;
}

.search_page_wrap_in.loading .aut_user_img {
    width: 35px;
    height: 35px;
    background: #eee;
    border-radius: 100%;
    display: block;
    position: relative;
    margin-right: 20px;
}

.search_page_wrap_in.loading .video_item_meta_des {
    width: 100px;
    height: 20px;
    background: #eee;
    border-radius: 6px;
}


/* search-page */


/* single-subfort-page */


/* .single-subfort .main_sidebar {
  display: none;
  } */

.social_share_pop .social_share_pop_wrap a img {
    width: 45px;
    height: 45px;
}

.social_share_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.social_share_pop .social_share_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.3;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.social_share_pop.pop_active {
    opacity: 1;
    visibility: visible;
}

.social_share_pop .social_share_pop_wrap {
    background-color: #ffffff;
    padding: 50px;
    width: 100%;
    max-width: 460px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    min-height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.social_share_pop .social_share_pop_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social_share_pop .social_share_pop_title {
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}

.social_share_pop_close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.social_share_pop .social_share_pop_title h5 {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    padding-right: 20px;
}

.social_share_pop .social_share_pop_wrap ul li svg {
    width: 100%;
    height: 100%;
    max-width: 48px;
}

.social_share_pop .social_share_pop_close img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.social_share_pop .social_share_pop_close svg {
    width: 100%;
    height: 100%;
    max-width: 12px;
    cursor: pointer;
}

.social_share_pop .social_share_pop_wrap ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.social_share_pop .copy_video_url_wrap input[type="text"] {
    padding: 15px 15px;
    padding-right: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding-right: 100px;
}

.social_share_pop .copy_video_url_wrap {
    position: relative;
    margin-top: 20px;
}

input[type="text"]:focus {
    outline: none !important;
}

.social_share_pop .copy_video_url_wrap button {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    outline: none !important;
}

.social_share_pop .copy_video_url_wrap button:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.global_notice_link h5 {
    margin: 0;
    background-color: #000;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.global_notice_link.active {
    opacity: 1;
    visibility: visible;
}

.global_notice_link {
    position: fixed;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    left: 40px;
    z-index: 1000;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    right: 50px;
}

.single-subfort.close_sidebar .main_sidebar .sidebar_nav_items {
    left: 0;
    z-index: 99;
}

.single-subfort.close_sidebar::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    height: 100%;
}

.like_or_dis_pop.active {
    opacity: 1;
    visibility: visible;
}

.like_or_dis_pop {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 99;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    min-width: 300px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
    transform: translateX(-50%);
}

.like_or_dis_pop .like_or_dis_pop_wrap .like_or_dis_sign_btn a {
    background-color: transparent !important;
    display: inline-block !important;
    border: 1px solid transparent !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    color: #065fd4 !important;
    padding: 6px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    margin-left: -10px;
}

.like_or_dis_pop .like_or_dis_pop_wrap .like_or_dis_sign_btn a:hover {
    background-color: #def1ff !important;
    border-color: #def1ff !important;
}


/* single-subfort-page */


/* subscriptions-page */

.Subscri_channel_user .list_img img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #eee;
    background-color: #fff;
}

.Subscri_channel_user .list_img {
    position: static;
    top: 7px;
    left: 10px;
    display: flex;
    align-items: center;
}

.Subscri_channel_user h5 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0;
}

.Subscri_channel_user {
    margin-top: 20px;
}

.video_list_sec.Subscri_pg_recent .video_list_in .main_video_gallery {
    padding: 0;
}

.Subscri_pg_recent h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
}

.search_page_nothing h4,
.video_list_wrap .videos_list_title h4 {
    margin: 0;
    margin-bottom: 30px;
    color: #000;
}

.Subscri_pg_sec .Subscri_pg_row {
    display: flex;
    flex-wrap: wrap;
}

.Subscri_pg_sec .Subscri_pg_col {
    max-width: 20%;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.Subscri_pg_col_img {
    margin-bottom: 5px;
}

.Subscri_pg_col_img img {
    width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #eeee;
    max-width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #eee;
    background-color: #fff;
}

.Subscri_pg_sec .Subscri_pg_col_box h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
    line-height: 22px;
}

.Subscri_pg_sec .Subscri_pg_col_box p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.Subscri_pg_sec .subsci_btn a {
    color: #000;
    text-decoration: none;
    padding: 4px 10px;
    background: #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    border: 1px solid #eeeeee;
    font-size: 12px;
    border-radius: 100px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 500;
}

.Subscri_pg_sec .subsci_btn a:hover {
    background-color: #000;
    color: #eee;
    border-color: #000;
}

.Subscri_pg_sec .subsci_btn a.active {
    background-color: #000;
    color: #eee;
    border-color: #000;
}

.Subscri_pg_sec .Subscri_pg_box h4 {
    margin: 0;
    margin-bottom: 25px;
    color: #000;
}

.Subscri_pg_sec .Subscri_pg_box {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.Subscri_pg_sec .Subscri_pg_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.Subscri_sign_out .Subscri_sign_out_img svg {
    width: 100%;
    height: 100%;
    margin: auto;
    max-width: 120px;
}

.Subscri_sign_out .sidebar_sign_btn a {
    background-color: transparent;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #344054;
    padding: 6px 12px;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    text-decoration: none;
}

.Subscri_sign_out .sidebar_sign_btn a:hover {
    background-color: #eee;
    border-color: #eee;
}

.Subscri_sign_out .sidebar_sign_btn svg {
    width: 100%;
    height: 100%;
    max-width: 16px;
    stroke: #344054;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 12px;
}

.Subscri_sign_out .sidebar_sign_btn svg path {
    stroke: #344054;
}

.Subscri_sign_out {
    text-align: center;
    padding: 100px 0;
}

.Subscri_sign_out .Subscri_sign_out_cont h3 {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    margin: 0;
    margin-bottom: 10px;
}


/* subscriptions-page */


/* history-page */

.history_pg_sec .history_pg_wrap .history_page_wrap_in {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.history_pg_sec .history_pg_wrap .history_video_feat_left {
    width: 100%;
    max-width: 36%;
    padding-right: 25px;
}

.history_pg_sec .history_pg_wrap .history_video_feat_left a {
    display: block;
}

.history_pg_sec .history_pg_wrap .history_video_feat_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    min-height: 138px;
}

.history_pg_sec .history_pg_wrap .history_page_wrap_in h6 {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    margin: 0;
    /* margin-bottom: 8px; */
    margin-bottom: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    padding-right: 40px;
}

.history_pg_sec .history_pg_wrap .history_page_wrap_in .video_item_meta_data span::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: rgb(96, 96, 96);
    display: inline-block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateY(-50%);
    right: 0;
}

.history_pg_sec .history_pg_wrap .history_page_wrap_in .video_item_meta_data span:last-child::after {
    content: none;
}

.history_pg_sec .history_pg_wrap .history_page_wrap_in .video_item_meta_data span {
    padding: 0;
    margin: 0;
}

.history_pg_sec .history_pg_wrap .history_video_user_aut {
    position: relative;
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.history_pg_sec .history_pg_wrap .aut_user_img {
    position: absolute;
    top: 0;
    left: 0;
}

.history_pg_sec .history_pg_wrap .aut_user_img img {
    width: 100%;
    max-width: 33px;
    height: 33px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.history_pg_sec .history_pg_wrap .aut_user_detail {
    padding-left: 45px;
}

.history_pg_sec .history_pg_wrap .aut_user_detail h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgb(96, 96, 96);
}

.history_pg_sec .history_pg_wrap .history_page_wrap_in span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgb(96, 96, 96);
}

.history_pg_sec .history_pg_wrap .video_item_meta_des p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin: 0;
}

.history_pg_sec .history_pg_wrap .history_page_wrap_in .video_item_meta_data span {
    padding-right: 15px;
    position: relative;
    margin-right: 10px;
}

.history_pg_sec .history_page_wrap_in .history_video_feat_right {
    width: 100%;
    max-width: 64%;
}

.history_pg_sec .history_pg_wrap .video_item_meta_data {
    margin-bottom: 8px;
}

.history_pg_sec .history_page_wrap_in .history_video_feat_right .video_item_meta_des {
    margin-top: 2px;
}

.history_pg_sec .history_pg_wrap h4 {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 30px;
    color: #000;
}

.history_pg_sec .history_pg_wrap .history_page_wrap_box h5 {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

.history_pg_sec .history_pg_wrap .history_page_wrap_box {
    max-width: 720px;
    margin: auto;
    margin-bottom: 40px;
}

.history_pg_sec .history_pg_wrap .history_page_wrap_box:last-child {
    margin-bottom: 0;
}

.history_pg_sec .history_pg_wrap {
    max-width: 100%;
    margin: auto;
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding-right: 280px;
}


/* .history_pg_sec .history_pg_wrap .history_pg_wrap_left {
      width: 100%;
      max-width: 70%;
      padding-right: 40px;
  } */


/* .history_pg_sec .history_pg_wrap .history_pg_wrap_right {
      width: 100%;
      max-width: 30%;
  } */

.history_sign_out {
    display: none;
}

.history_pg_sec .history_pg_wrap .history_pg_side_bar {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 340px;
    padding: 30px;
    padding-top: 100px;
    bottom: 0;
    height: 100%;
}

.history_pg_sec .history_pg_wrap .history_sidebar_nav_items ul li {
    position: relative;
    display: block;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.history_pg_sec .history_pg_wrap .history_sidebar_nav_items ul a {
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: 8px 12px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    cursor: pointer;
}

.history_pg_sec .history_pg_wrap .history_sidebar_nav_items ul a:hover {
    background-color: #e5e5e5;
}

.history_pg_sec .history_pg_wrap .history_sidebar_nav_items ul li .history_side_list_in {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.history_pg_sec .history_pg_wrap .history_sidebar_nav_items ul li .history_side_list_in .history_side_list_icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.history_pg_sec .history_pg_wrap .history_sidebar_nav_items ul li .history_side_list_in span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 35px;
    color: #000;
}

.history_pg_sec .history_pg_wrap .history_sidebar_nav_items ul li .history_side_list_in svg {
    max-width: 24px;
    width: 100%;
    height: 24px;
}

.history_pg_sec .history_pg_wrap .history_sidebar_nav_items {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.history_pg_sec .history_page_wrap_in .history_video_feat_right .history_video_feat_title {
    position: relative;
}

.history_pg_sec .history_pg_wrap .history_page_wrap_in:hover .history_video_feat_right .history_video_feat_close {
    opacity: 1;
    visibility: visible;
}

.history_pg_sec .history_page_wrap_in .history_video_feat_right .history_video_feat_close {
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
}

.history_pg_sec .history_page_wrap_in .history_video_feat_right .history_video_feat_close:hover {
    background-color: #e5e5e5;
}

.history_pg_sec .history_page_wrap_in .history_video_feat_right .history_video_feat_close svg {
    width: 100%;
    height: 100%;
    max-width: 12px;
    cursor: pointer;
}

.main_video_gallery .shorts_video_item_wrap.video_gallery_wrap h4 {
    display: block;
    width: 100%;
}


/* history-page */


/* sign-in-page */

.sign_form_sec .sign_form_wrap {
    max-width: 450px;
    margin: auto;
    text-align: center;
    background-color: #fff;
    padding: 32px 25px;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
.forget_password_btn{
	   text-align: start !important;
	   display: block;
	   margin-bottom: 15px;
}
.sign_form_sec .sign_form_wrap .field_group {
    margin-bottom: 15px;
}
.sign_form_sec .sign_form_wrap .field_group.form_btn {
    margin-bottom: 0;
}
.sign_form_sec .sign_form_wrap input[type="email"],
.sign_form_sec .sign_form_wrap input[type="number"],
.sign_form_sec .sign_form_wrap input[type="password"],
.sign_form_sec .sign_form_wrap input[type="search"],
.sign_form_sec .sign_form_wrap input[type="text"] {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: none !important;
    font-weight: 500;
    color: #000;
    padding: 12px 20px;
}

.sign_form_sec .sign_form_wrap .form_btn a,
.sign_form_sec .sign_form_wrap [type="button"],
.sign_form_sec .sign_form_wrap [type="submit"],
.sign_form_sec .sign_form_wrap button {
    font-weight: 600;
    color: #fff;
    background-color: #000 !important;
    border: 2px solid #000;
    padding: 6px 20px;
    font-size: 16px;
    min-width: 100px;
    text-transform: capitalize;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    display: inline-block;
    cursor: pointer;
}

.sign_form_sec .sign_form_wrap .form_btn a:hover,
.sign_form_sec .sign_form_wrap [type="button"]:hover,
.sign_form_sec .sign_form_wrap [type="submit"]:hover,
.sign_form_sec .sign_form_wrap button:hover {
    color: #000;
    background-color: transparent !important;
}

.sign_form_sec {
    padding: 60px 0 50px;
}

.sign_form_sec h2 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 36px;
    color: #000;
}

.form_create_title h5 {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0;
}

.form_create_title h5 a {
    color: #000;
}

.sign_form_sec .register_form_wrap {
    display: none;
}

.sign_form_sec .form_subm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.sign_form_sec .form_subm input[type="submit"] {
    margin-top: 0;
}


/* sign-in-page */


/* library-page */

.library_pg_sec .library_pg_box_in .library_video_feat_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.library_pg_sec .library_pg_wrap .library_pg_box {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    width: 100%;
}

.library_pg_sec .library_pg_wrap .library_pg_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.library_pg_sec .library_pg_box_in h6 {
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    margin-bottom: 5px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.library_pg_sec .library_pg_box_in span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #b9b9b9;
}

.library_pg_sec .library_pg_row {
    display: flex;
    flex-wrap: wrap;
}

.library_pg_sec .library_video_feat_in {
    width: 100%;
    max-width: 25%;
    padding: 0 8px;
    margin-bottom: 30px;
}

.library_pg_sec .library_pg_box_in .single_video_user_cont span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #b9b9b9;
}

.library_pg_sec .library_pg_box_in .library_video_feat_right .video_item_meta_data span::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #606060;
    display: inline-block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateY(-50%);
    right: 0;
}

.library_pg_sec .library_pg_box_in .library_video_feat_right .single_video_user_cont span {
    padding-right: 8px;
    position: relative;
    margin-right: 5px;
}

.library_pg_sec .library_pg_box h3 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.library_pg_sec .library_pg_box_in .library_video_feat_left {
    margin-bottom: 10px;
    padding-bottom: 65%;
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    overflow: hidden;
}

.library_pg_sec .library_pg_box_in .library_video_feat_right .video_item_meta_data span:last-child:after {
    content: none;
}

.library_pg_sec .library_pg_box_in .library_video_feat_right .video_item_meta_data span:last-child {
    padding: 0;
    margin: 0;
}

.library_pg_sec .library_pg_box_in .library_video_feat_right .single_video_user_cont span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgb(96, 96, 96);
}

.library_pg_sec .library_pg_wrap .library_pg_wrap_left {
    width: 100%;
    max-width: 80%;
    padding-right: 10px;
}

.library_pg_sec .library_pg_wrap .library_pg_wrap_right {
    width: 100%;
    max-width: 20%;
}

.library_pg_sec .library_pg_wrap {
    display: flex;
    flex-wrap: wrap;
}

.library_pg_sec .library_pg_wrap .library_pg_wrap_right .library_pg_side_bar {
    padding: 10px;
    padding-top: 60px;
}

.library_pg_side_bar .library_pg_sidebar_head .library_pg_logo img {
    max-width: 80px;
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #eee;
    background-color: #fff;
}

.library_pg_side_bar .library_pg_sidebar_head .library_pg_logo_cont h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.library_pg_side_bar .library_pg_sidebar_head .library_pg_logo {
    margin-bottom: 15px;
}

.library_pg_sec .library_pg_wrap .library_pg_wrap_right .library_pg_side_bar .library_pg_sidebar_head {
    text-align: center;
    margin-bottom: 30px;
}

.library_pg_side_bar .library_sidebar_nav_items ul {
    list-style: none;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.library_pg_side_bar .library_sidebar_nav_items ul li .library_list_item {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
    justify-content: space-between;
}

.library_pg_side_bar .library_sidebar_nav_items ul li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.library_pg_side_bar .library_sidebar_nav_items ul li .library_list_item h6 {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.library_pg_side_bar .library_sidebar_nav_items ul li .library_list_item h6 p {
    margin: 0;
}

.library_pg_sec .library_pg_wrap .library_pg_box>h5 {
    display: inline-flex;
}

.library_pg_sec .library_pg_wrap .library_pg_box>h5 svg {
    max-width: 24px;
    margin-right: 16px;
}

.library_pg_sec .library_playlist .library_video_feat_in .library_video_feat_left .no_of_items {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 15px;
}

.library_pg_sec .library_playlist .library_video_feat_in .library_video_feat_left .no_of_items svg {
    max-width: 24px;
}

.library_pg_sec .library_playlist .library_video_feat_in .library_video_feat_left .no_of_items svg path {
    fill: #fff;
}

.library_pg_sec .library_playlist .library_video_feat_in .library_video_feat_left .no_of_items h6 {
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
}

.library_pg_sec .library_playlist .library_video_feat_in .playlist_playall {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
}

.library_pg_sec .library_playlist .library_video_feat_in:hover .playlist_playall {
    opacity: 1;
    visibility: visible;
}

.library_pg_sec .library_playlist .library_video_feat_in .playlist_playall h6 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.library_pg_sec .library_playlist .library_video_feat_in .playlist_playall h6:before {
    position: relative;
    content: "";
    border-left: 11px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}

.library_pg_sec .library_playlist .about_playlist .playlist_name a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.library_pg_sec .library_playlist .about_playlist .channel_name a {
    color: #444;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.library_pg_sec .library_playlist .about_playlist .updated_today * {
    color: #444;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.library_pg_sec .library_playlist .about_playlist .view_playlist a {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
}

.library_pg_sec .library_playlist .about_playlist a:hover {
    color: #000;
}

.library_pg_sec .library_video_feat_in .library_video_feat_right .about_playlist_title {
    display: flex;
    justify-content: space-between;
}

.library_pg_sec .library_video_feat_in .library_video_feat_right .about_playlist_title .playlist_name {
    padding-right: 5px;
}

.library_pg_sec .library_video_feat_in .library_video_feat_right .about_playlist_title .playlist_edit_btn a.pop_up_trigger svg {
    width: 100%;
    height: 100%;
    max-width: 15px;
    transform: rotate(90deg);
    vertical-align: middle;
    cursor: pointer;
}

.playlist_edit_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0;
      visibility: hidden;*/
}

.social_share_pop .social_share_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.3;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.playlist_edit_box .playlist_edit_box_in {
    background-color: #fff !important;
    position: absolute;
    top: 0;
    left: 20px;
    min-width: 220px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px 0px;
    padding: 10px 0 !important;
    min-height: 60px;
    /* display: none; */
    z-index: 99;
}

.playlist_edit_box li {
    position: relative !important;
    display: block !important;
    padding: 6px 12px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.playlist_edit_box a {
    display: block !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 5px 10px !important;
    cursor: pointer;
}

.playlist_edit_box a:hover {
    background-color: #e5e5e5 !important;
}

.playlist_edit_box .sg_list_icon_in {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.playlist_edit_box .sg_list_icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.library_pg_sec .library_video_feat_in .library_video_feat_right .about_playlist_title .playlist_edit_btn {
    position: relative;
}

.playlist_edit_box svg {
    max-width: 24px !important;
    height: 24px !important;
    transform: none;
}

.library_pg_sec .playlist_edit_box span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 35px;
    color: #000;
}

.playlist_edit_box input[type="text"],
.playlist_edit_box select {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    padding-left: 0;
    padding: 2px;
    padding-left: 0;
    line-height: 22px;
    background-color: transparent;
}

.playlist_edit_box label {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 4px;
}

.playlist_edit_box input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.playlist_edit_box input[type="submit"] {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 14px;
    padding: 6px 15px;
    line-height: 22px;
    font-weight: 600;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.playlist_edit_box .play_edit_form .edit_playlist {
    padding: 12px;
}

.playlist_edit_box .play_edit_form .field_group {
    margin-bottom: 12px;
}

.playlist_edit_box .play_edit_form .form_btn {
    text-align: right;
}

.playlist_edit_box .play_edit_form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.playlist_edit_box .play_edit_form .playlist_edit_overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.playlist_edit_box .play_edit_form form.edit_playlist {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px 0px;
    min-width: 250px;
    transform: translate(-50%, -50%);
    padding: 20px 25px;
}

.playlist_edit_box .play_edit_form form.edit_playlist .popup_close {
    position: absolute;
    right: 12px;
    top: 5px;
}

.playlist_edit_box .play_edit_form form.edit_playlist .popup_close svg {
    max-width: 12px !important;
    height: 12px !important;
    cursor: pointer;
}


/* library-page */


/* like-page */

.like_pg_sec .video_list_in {
    max-width: 100%;
}


/* like-page */


/* channel-page */

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_box ul li a {
    padding: 12px 12px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    min-width: 120px;
    text-align: center;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_box ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-right: 30px;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_box li.ui-tabs-active a,
.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_box li a:hover {
    border-bottom-color: #065fd4;
    color: #065fd4;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_box ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_box .channel_custom_menu_bar {
    position: sticky;
    top: 82px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_bar .channel_editing_buttons a {
    font-weight: 600;
    color: #065fd4;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_bar .channel_editing_buttons a.publish_btn {
    background-color: #065fd4;
    color: #fff;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_bar .channel_editing_buttons a[disabled] {
    color: #909090;
    cursor: no-drop;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_bar .channel_editing_buttons a.publish_btn[disabled] {
    background-color: #ccc;
    color: #fff;
}

.channel_comment_sec,
.channel_content_sec,
.channel_custom_sec {
    padding: 50px 0 60px;
}

.channel_custom_sec .channel_custom_box {
    margin-top: 25px;
}

.channel_custom_menu_tab_list .channel_custom_menu_item_box_title h6 {
    margin-bottom: 0;
    color: #000;
}

.channel_custom_menu_tab_list .channel_custom_menu_item_box_title p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    padding: 0;
}

.channel_custom_menu_tab_list .channel_custom_menu_item_box_title {
    margin-bottom: 12px;
}

.channel_custom_menu_tab_list .channel_custom_menu_item_box_in {
    display: flex;
    flex-wrap: wrap;
}

.channel_custom_menu_tab_list .channel_custom_menu_item_box_left {
    max-width: 45%;
    width: 100%;
    padding-right: 40px;
}

.channel_custom_menu_tab_list .channel_custom_menu_item_box_right {
    max-width: 55%;
    width: 100%;
}

.channel_custom_sec .channel_custom_menu_tab_list p {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 12px;
}

.channel_custom_sec .channel_custom_menu_tab_list p:last-child {
    margin-bottom: 0 !important;
}

.channel_custom_menu_tab_list .channel_custom_menu_item_box_in .channel_custom_menu_item_box_right a {
    color: #065fd4;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_tab_list {
    max-width: 750px;
    margin: auto;
    margin-left: 0;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_btn a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_tab_list_in {
    margin-bottom: 20px;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_tab_list_in .channel_custom_menu_item_box_img svg {
    width: 100%;
    height: 100%;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_tab_list_in .channel_custom_menu_item_box_img {
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_list_field label {
    font-weight: 600;
    color: #000;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_list_field p a {
    color: #065fd4;
}

.channel_custom_sec .channel_custom_menu_item .channel_custom_menu_item_list_field {
    margin-bottom: 15px;
}

.channel_custom_sec .channel_custom_menu_item input[type="email"],
.channel_custom_sec .channel_custom_menu_item input[type="text"],
.channel_custom_sec .channel_custom_menu_item textarea,
.channel_custom_sec .channel_custom_menu_item select {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: none !important;
    font-weight: 500;
    color: #000;
    padding: 12px 20px;
}

.channel_custom_sec .channel_custom_menu_item input[type="email"]:focus,
.channel_custom_sec .channel_custom_menu_item input[type="text"]:focus,
.channel_custom_sec .channel_custom_menu_item textarea:focus {
    border: 1px solid #065fd4;
}


/* channel-page */


/* channel-comment-page */

.channel_comment_sec .channel_comment_menu_item .channel_comment_menu_item_box ul li a {
    padding: 10px 12px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.channel_comment_sec .channel_comment_menu_item .channel_comment_menu_item_box ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-right: 30px;
}

.channel_comment_sec .channel_comment_menu_item .channel_comment_menu_item_box ul li:last-child {
    margin-right: 0;
}

.channel_comment_sec .channel_comment_menu_item .channel_comment_menu_item_box ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 40px;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in .channel_comment_menu_list_left {
    width: 100%;
    max-width: 70%;
    padding-right: 10px;
    display: flex;
}

.channel_comment_sec .channel_comment_menu_list_in .channel_comment_menu_list_right {
    width: 100%;
    max-width: 30%;
}

.channel_comment_sec .channel_comment_menu_list_in .channel_comment_menu_list_left .channel_comment_menu_list_img {
    margin-right: 15px;
    max-width: 6%;
    width: 100%;
}

.channel_comment_sec .channel_comment_menu_list_in .channel_comment_menu_list_left .channel_comment_menu_list_cont {
    max-width: 94%;
    width: 100%;
}

.channel_comment_sec .channel_comment_menu_list_in .channel_comment_menu_list_left .channel_comment_menu_list_img img {
    max-width: 40px;
    height: 40px;
    width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #eee;
    background-color: #fff;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in h6 {
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in h6 span {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in h6 span::before {
    content: "";
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #000;
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in p:last-child {
    margin-bottom: 0;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in .channel_comment_menu_list_btn span {
    color: #828282;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_in .channel_comment_menu_list_btn a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-right: 20px;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_right .channel_comment_menu_list_video_in {
    display: flex;
    flex-wrap: wrap;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_right .channel_comment_menu_list_video_in .channel_comment_menu_list_video_left {
    width: 100%;
    max-width: 30%;
    padding-right: 15px;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_right .channel_comment_menu_list_video_in .channel_comment_menu_list_video_right {
    width: 100%;
    max-width: 70%;
}

.channel_comment_sec .channel_comment_box .channel_comment_menu_list_right .channel_comment_menu_list_video_in .channel_comment_menu_list_video_left img {
    width: 100%;
    height: 100%;
}


/* channel-comment-page */


/* channel-content-page */

.channel_content_sec .channel_content_menu_item .channel_content_menu_item_box .channel_content_menu_item_tab {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: sticky;
    top: 72px;
    z-index: 1;
}

.channel_content_sec .channel_content_menu_item .channel_content_menu_item_box .channel_content_menu_item_tab li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-right: 30px;
}

.channel_content_sec .channel_content_menu_item .channel_content_menu_item_box .channel_content_menu_item_tab li.ui-tabs-active a,
.channel_content_sec .channel_content_menu_item .channel_content_menu_item_box .channel_content_menu_item_tab li a:hover {
    border-bottom-color: #065fd4;
    color: #065fd4;
}

.channel_content_sec .channel_content_menu_item .channel_content_menu_item_box .channel_content_menu_item_tab li a {
    padding: 10px 12px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.channel_content_sec .channel_content_box ul {
    list-style: none;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_tab_list_in .channel_content_menu_item_box_title ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_tab_list_in ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_tab_list_in ul {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_tab_list_in .channel_content_menu_item_box_form {
    width: 100%;
    max-width: 20px;
    text-align: center;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list ul .channel_content_menu_item_box_video {
    width: 100%;
    max-width: 37%;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list ul li {
    text-align: left;
    max-width: 12%;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    color: #000;
    font-weight: 500;
    padding-right: 5px;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list ul li:last-child {
    padding-right: 0;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_video_box_in {
    display: flex;
    flex-wrap: wrap;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_video_box_in .channel_content_video_box_left {
    width: 100%;
    max-width: 28%;
    padding-right: 10px;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_video_box_in .channel_content_video_box_left a {
    position: relative;
    display: block;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_video_box_in .channel_content_video_box_left .video_timing {
    background-color: #333;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.011em;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 4px;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_video_box_in .channel_content_video_box_right {
    width: 100%;
    max-width: 70%;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_video_box_in .channel_content_video_box_right h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    color: #000;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_video_box_in .channel_content_video_box_right p {
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    margin: 0;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_menu_item_box_visib .channel_content_visib_box_left svg {
    max-width: 18px;
    fill: green;
    width: 100%;
    height: 100%;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_visib_box {
    display: flex;
    position: relative;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_menu_item_box_visib .channel_content_visib_box_left {
    position: absolute;
    top: 2px;
    left: 0;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_menu_item_box_visib span {
    padding-left: 25px;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_menu_item_list li span {
    font-size: 12px;
    line-height: 21px;
    color: #000;
    display: block;
    font-weight: 400;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_menu_item_list li h6 {
    font-size: 12px;
    line-height: 21px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.channel_content_sec .channel_content_wrap {
    margin-right: -70px;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_menu_item_box_visib .channel_content_visib_box_left svg.private_icon {
    fill: #333;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list ul .channel_content_menu_item_box_video .channel_content_video_box_right .edit_options {
    opacity: 0;
    visibility: hidden;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list ul:hover .channel_content_menu_item_box_video .channel_content_video_box_right .edit_options {
    opacity: 1;
    visibility: visible;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list ul .channel_content_menu_item_box_video .channel_content_video_box_right .edit_options svg {
    max-width: 24px;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_tab_list_in ul:hover {
    background-color: #f9f9f9;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_tab_list_in ul:hover .channel_content_video_box_right p {
    opacity: 0;
    visibility: hidden;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list ul .channel_content_menu_item_box_video .channel_content_video_box_right .edit_options a {
    margin-right: 15px;
    position: relative;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list ul .channel_content_menu_item_box_video .channel_content_video_box_right .edit_options a span {
    position: absolute;
    background-color: #777;
    color: #fff;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    bottom: -30px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    text-align: center;
    transform: translateX(-50%);
    min-width: max-content;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list ul .channel_content_menu_item_box_video .channel_content_video_box_right .edit_options a:hover span {
    opacity: 1;
    visibility: visible;
}

.channel_content_sec .channel_content_box .channel_content_menu_tab_list .channel_content_menu_item_box_in .channel_content_video_box_in .channel_content_video_box_left img {
    height: 100%;
    object-fit: cover;
}


/* channel-content-page */


/* playlist page */

.playlist_sec .main_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.playlist_sec .main_wrapper .playlist_detail {
    width: 360px;
    padding: 24px;
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    background-color: #eee;
}

.playlist_sec .main_wrapper .playlist_detail .box_overlay {
    position: absolute;
    filter: blur(25px);
    inset: 0;
    /* backdrop-filter: blur(4px); */
    background-color: transparent;
    background-image: url(/wp-content/uploads/2022/12/18917897161670222076.jpg);
    transform: scale(1.1);
}

.playlist_sec .main_wrapper .wp_playlist_content {
    width: calc(100% - 360px);
}

.playlist_sec .main_wrapper .playlist_detail .playlist_thumbnail .playlist_playall {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_thumbnail .playlist_playall h6 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_thumbnail .playlist_playall:before {
    position: relative;
    content: "";
    border-left: 11px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_thumbnail a:hover .playlist_playall {
    opacity: 1;
    visibility: visible;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_thumbnail {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.playlist_sec .playlist_detail .playlist_name {
    position: relative;
}

.playlist_sec .playlist_detail .playlist_name h4 {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
}

.playlist_sec .playlist_detail .playlist_name .edit_btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.playlist_sec .playlist_detail .playlist_name .edit_btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.playlist_sec .playlist_detail .playlist_name .edit_btn svg path {
    fill: #fff;
}

.playlist_sec .playlist_detail .form_wrapper .form_field input {
    background-color: transparent;
    border: 0;
    color: #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    font-size: 20px;
    line-height: 32px;
    padding: 0;
}

.playlist_sec .playlist_detail .form_wrapper .form_field .input_char_counter {
    text-align: right;
    display: block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.playlist_sec .playlist_detail .form_wrapper .form_btn {
    text-align: right;
}

.playlist_sec .playlist_detail .form_wrapper .form_btn a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 50px;
    background-color: transparent;
    padding: 6px 14px;
    display: inline-block;
    vertical-align: top;
}

.playlist_sec .playlist_detail .form_wrapper .form_btn a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.playlist_sec .playlist_user_name h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: lowercase;
    color: #fff;
}

.playlist_form_field .select_field_option ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.playlist_form_field .select_field_option ul li .select_list_item h6 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    padding-left: 30px;
    width: 100%;
}

.playlist_form_field .select_field_option ul li .select_list_item h6 span {
    font-size: 12px;
    line-height: 18px;
    color: #606060;
    display: block;
}

.playlist_form_field .select_field_option ul li .select_list_item .select_list_icon {
    position: absolute;
    top: 12px;
    left: 0;
}

.playlist_form_field .select_field_option ul li .select_list_item {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
    color: #fff;
}

.playlist_form_field .select_field_option ul li .select_list_item .select_list_icon svg {
    width: 100%;
    height: 100%;
    max-width: 24px;
}

.playlist_sec .playlist_detail .playlist_form_field {
    position: relative;
}

.playlist_form_field .select_field_option {
    background-color: #fff !important;
    position: absolute;
    top: 40px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px 0px;
    padding: 10px 0 !important;
    min-height: 40px;
    width: 100%;
    max-width: 250px;
    display: none;
}

.playlist_form_field .select_field_option ul li {
    position: relative !important;
    display: block !important;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.playlist_form_field .select_field_option ul li:hover {
    background-color: #e5e5e5;
}

.playlist_form_field .select_field_option ul li a {
    display: block !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 4px 8px;
    color: #000;
}

.playlist_form_field .select_field_option_get h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
    cursor: pointer;
    display: inline-block;
}

.playlist_form_field .select_field_option_get h5::after {
    content: "";
    background-image: url(/wp-content/plugins/subfort/assets/img/down-arrow.svg);
    background-position: top center;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

.playlist_sec .playlist_detail .playlist_user_name .playlist_updated span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-right: 4px;
    color: rgba(255, 255, 255, 0.7);
}


/* playlist page */


/* appearance toggle */

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-left: 15px;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item .slider::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item input:checked+.slider {
    background-color: #2196f3;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item .slider.round {
    border-radius: 34px;
}

.user_sidebar_popup .user_bio_info_detail ul li .user_bio_info_list_item .slider.round:before {
    border-radius: 50%;
}


/* appearance toggle */

.channel_pg_side_bar .channel_pg_sidebar_head .channel_pg_logo img {
    max-width: 112px;
    height: 112px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline;
}

.channel_pg_side_bar .channel_pg_sidebar_head .edit_option .edit_zoom svg {
    width: 100%;
    height: 100%;
    max-width: 24px;
    fill: #fff;
}

.channel_pg_side_bar .channel_pg_sidebar_head .channel_pg_logo .channel_pg_logo_inner {
    position: relative;
    display: inline-block;
}

.channel_pg_side_bar .channel_pg_sidebar_head .channel_pg_logo .channel_pg_logo_inner:hover .edit_option {
    opacity: 1;
    visibility: visible;
}

.channel_pg_side_bar .channel_pg_sidebar_head .edit_option .edit_zoom {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.channel_pg_side_bar .channel_pg_sidebar_head .edit_option {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -webkit-border-radius: 100%;
}

.channel_pg_side_bar .channel_pg_sidebar_head .edit_option .edit_zoom span {
    position: absolute;
    background-color: #686868;
    color: #fff;
    font-size: 10px;
    padding: 4px 7px;
    border-radius: 5px;
    bottom: -32px;
    left: 50%;
    transition: all 0.2s ease-in-out;
    text-align: center;
    transform: translateX(-50%);
    min-width: max-content;
    font-weight: 500;
    letter-spacing: 0.1px;
}


/* playlist page */

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_icon {
    width: 36px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 36px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_user_name {
    margin-bottom: 10px;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_icon svg {
    fill: #fff;
    width: auto;
    max-width: 17px;
    height: auto;
    transform: rotate(90deg);
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_item_box {
    background-color: #fff !important;
    position: absolute;
    bottom: 0;
    left: 40px;
    min-width: 190px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px 0px;
    padding: 10px 0 !important;
    min-height: 60px;
    display: none;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_item_box ul li:hover {
    background-color: #e5e5e5;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_item_box ul li {
    position: relative !important;
    display: block !important;
    padding: 6px 12px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    cursor: pointer;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_item_box ul li a {
    display: block !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_item_box ul li .playlist_menu_list_in {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_item_box ul li .playlist_menu_list_icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_item_box ul svg {
    width: 24px !important;
    height: 24px !important;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item .playlist_menu_item_box ul span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 35px;
    color: #000;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_menu_item {
    position: relative;
    margin-bottom: 20px;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_btn a:hover,
.playlist_sec .main_wrapper .playlist_detail .playlist_btn a {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid transparent !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 8px 13px;
    padding-left: 52px;
    display: inline-block;
    position: relative;
    min-width: 141px;
}

.playlist_sec .main_wrapper .playlist_detail .playlist_btn a svg {
    max-width: 24px;
    position: absolute;
    top: 0;
    left: 20px;
}


/* playlist page */

.single-subfrt_community .single_pg_comment .single_comment_user_img img {
    width: 100%;
    max-width: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 40px;
    object-fit: cover;
    border: 1px solid #eee;
    background-color: #fff;
}

.single-subfrt_community .single_pg_comment .single_comment_user {
    display: flex;
    color: #000;
    margin-bottom: 10px;
}

.single-subfrt_community .single_pg_comment .single_comment_user_img {
    margin-right: 10px;
}

.single-subfrt_community .single_pg_comment .single_comment_user_detail h5 {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.single-subfrt_community .single_pg_comment .single_comment_post_img {
    margin-top: 10px;
}

.single-subfrt_community .single_pg_comment .single_pg_comment_box_in {
    border: 1px solid #ddd;
    padding: 25px 20px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    max-width: 850px;
}

.single-subfrt_community .single_pg_comment .single_comment_post_img img {
    max-width: 500px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.single-subfrt_community .single_pg_comment .single_pg_comment_box {
    margin-bottom: 40px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline;
}


/* mobile menu */

.page-template-Channelcontent .mobile_menu_home_channel,
.page-template-Channel-comments .mobile_menu_home_channel,
.page-template-channel-page .mobile_menu_home_channel {
    display: none;
}

.page-template-Channelcontent .mobile_menu .mobile_menu_edit_channel,
.page-template-Channel-comments .mobile_menu .mobile_menu_edit_channel,
.page-template-channel-page .mobile_menu .mobile_menu_edit_channel {
    display: flex;
}

.mobile_menu .mobile_menu_edit_channel {
    display: none;
}

.mobile_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9;
    border: 1px solid #dfdfdf;
    display: none;
}

.mobile_menu ul {
    display: flex;
    align-items: flex-end;
    list-style: none;
    justify-content: center;
}

.mobile_menu ul li {
    padding: 10px 5px;
    position: relative;
    width: 25%;
    text-align: center;
    line-height: 12px;
}

.mobile_menu ul li span {
    font-size: 11px;
    line-height: 20px;
    display: block;
    color: #000;
}

/* .mobile_menu ul li svg {
    max-height: 22px;
} */

.mobile_menu ul li a {
    display: block;
}


/* mobile menu */

/* body.close_sidebar .main_sidebar {
  left: -250px;
} */
@media (min-width:1311px) {
    body.close_sidebar::before {
        background-color: transparent !important;
    }

    body.close_sidebar .Subscri_channel_user,
    body.close_sidebar .sidebar_sign_block,
    body.close_sidebar .copyright_txt {
        display: none;
    }

    body.close_sidebar .main_sidebar .sidebar_head {
        opacity: 0;
    }

    body.close_sidebar .main_sidebar ul:first-child {
        border: none;
    }

    body.close_sidebar .main_sidebar {
        background: none;
        width: 80px;
    }

    body.close_sidebar .main_sidebar ul:first-child>li {
        margin-bottom: 10px;
    }

    body.close_sidebar .main_sidebar ul:first-child li .list_item {
        position: relative;
        flex-direction: column;
        row-gap: 6px;
        padding: 8px 0;
    }

    body.close_sidebar .main_sidebar ul:first-child li .list_item span {
        display: block;
        position: static;
        padding: 0;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }

    body.close_sidebar .main_sidebar .sidebar_nav_items {
        padding: 0 4px 15px;
        background: #fff;
    }

    body.close_sidebar.page .author_video_list {
        padding: 20px 30px 80px;
    }

    body.close_sidebar.page .library_pg_sec .library_pg_wrap .library_pg_wrap_left {
        padding-left: 20px;
    }

    .page-id-236 .sidebar_head .toggle_btn {
        display: none;
    }

    .Subscri_pg_sec {
        padding: 0 20px;
    }
}

/* body.close_sidebar .main_sidebar ul li .list_item span */