/*@import url("https://fonts.googleapis.com/css?family=Lato:300,400");*/
/*@import "https://fonts.googleapis.com/css?family=Roboto";*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.login-page .login-form input,
.login-page .login-form select {
    padding: 28px 18px 8px;
    width: 100%;
    color: #222;
    border: 1px solid transparent;
    background-color: #e0e0e0;
    font-size: 15px;
    border-radius: 14px;
    height: 60px;
    transition: all 0.2s;
}

.login-page .login-form select {
    padding: 28px 13px 8px;
}

.login-page .login-form input:focus,
.login-page .login-form select:focus {
    border-color: #1D90F4 !important;
}

.login-page .login-form input.button {
    border: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 10px !important;
    border-radius: 2em;
    color: #fff !important;
}

.login-page .login-form input.button:not(.main) {
    color: #222 !important;
}

.login-page .login-form input.button:not(.main):hover {
    color: #fff !important;
}

.login-page .login-form input.button:hover,
.login-page .login-form input.button.main {
    background: #0D99DC;
}

.login-page .login-form .form-group {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.step_2_form .form-group {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 14px;
    opacity: 1;
    padding: 6px 15px !important;
    width: 100%;
    color: #5f5f5f;
}

.step_2_form .form-group.mb-0 {
    margin-bottom: 0;
}

.step_2_form .form-group+.help-block {
    margin: -12px 0 15px;
    padding: 0 15px;
}

.login-page .login-form .form-group label {
    position: absolute;
    cursor: text;
    opacity: 1;
    transition: 0.2s ease all;
    pointer-events: none;
    top: 7px;
    left: 18px;
    font-size: 14px;
    user-select: none;
    margin: 0;
    color: #9a9b9f !important;
}

.login-page .login-form .form-group input:placeholder-shown:not(:focus)+label {
    top: 18px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.38);
    left: 18px;
    background-color: transparent;
}

.step_2_form .form-group label {
    color: #7f8191 !important;
    font-size: 13px;
}

.step_2_form .emojionearea,
.emojionearea.form-control {
    border: 1px solid #fff;
    box-shadow: none !important;
    outline: none !important;
}

.step_2_form input[type=text],
.step_2_form input[type=password],
.step_2_form textarea,
.step_2_form input[type=number] {
    padding: 0px;
    width: 100%;
    color: #000;
    background-color: #fff !important;
    font-size: 15px;
    border: none;
}

.step_2_form select {
    background-color: #fff;
    border-radius: 100px;
    width: 100%;
    border: none !important;
    color: #000;
    outline: none !important;
}

.thumbnail_desc_custom {
    font-size: 14px;
    width: 82%;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.videos-list .video-wrapper .video-views,
.videos-list .video-wrapper .video-publisher {
    color: #777;
    margin-top: 3px;
    font-size: 11px;
}

.facebook-responsive {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    height: 0;
}

.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.share-input {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -11px;
}

.share-input input {
    border-radius: 0;
    padding: 8px;
}

.user-setting-panel input[type='text'],
.user-setting-panel input[type='password'] {
    height: 30px;
    color: #666 !important;
    font-size: 13px;
    box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
    border: none;
    border-radius: 0;
}

.author-list .video-wrapper .video-views,
.author-list .video-wrapper .video-publisher {
    color: #777;
    margin-top: 3px;
    font-size: 12px;
}

.setting-panel.no-padding textarea,
.setting-panel textarea {
    box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
    border: none;
    border-radius: 0;
    color: #666 !important;
    font-size: 13px;
}

.setting-panel.no-padding select,
.setting-panel select {
    height: 30px;
    color: #666 !important;
    font-size: 13px;
    box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
    border: none;
    border-radius: 0;
}

.setting-panel input[type='text'],
.setting-panel input[type='password'] {
    height: 52px !important;
    color: #666 !important;
    font-size: 13px;
    /*    box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2; */
    box-shadow: none;
    border: none;
    border-radius: 12px;
}

.setting-panel .btn-main,
.setting-panel .btn-delete {
    height: 30px !important;
    font-size: 13px;
    min-width: 100px !important;
}

.video-latest-list .video-thumb a,
.home-page-categories .videos .video-list .video-list-image a {
    display: block;
    position: relative;
    overflow: hidden;
}

.video-latest-list .video-thumb .play_hover_btn,
.home-page-categories .videos .video-list .video-list-image .play_hover_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    border-radius: 5px;
}

.video-latest-list .video-thumb .play_hover_btn svg.feather,
.home-page-categories .videos .video-list .video-list-image .play_hover_btn svg.feather {
    left: 50%;
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%) scale(0.7);
    width: 45px;
    height: 45px;
    stroke-width: 1.2px;
}

.video-latest-list .video-thumb a>img,
.home-page-categories .videos .video-list img {
    width: 100%;
    /* min-height: 225px; max-height: 225px; object-fit: contain;*/
    border-radius: max(0px, min(12px, calc((100vw - 4px - 100%) * 9999))) / 12px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.video-latest-list .video-title a,
.home-page-categories .videos .video-list .video-list-title a {
    text-decoration: none;
}

.video-list.short img {
    object-fit: cover !important;
}

.video-latest-list .video-title h4,
.home-page-categories .videos .video-list .video-list-title h4 {
    color: #3e3e3e;
    margin-bottom: 3px;
    font: normal normal normal 14px/21px Poppins;
    line-height: 1.3em;
    max-height: 2.6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-page-categories .videos .video-list .video-list-by .bold {
    margin: 0 5px;
    color: gainsboro;
    font-weight: normal;
}

.btn-subscribe,
.btn-subscribed {
    padding: 8.7px 18px;
    width: auto;
    min-width: 90px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .007px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    transition: all 0.2s;
    position: relative;
    font-weight: 500;
    border-radius: 3px;
    outline: 0 !important;
    color: #fff;
}

.btn-subscribe:before,
.btn-subscribed:before {
    content: '';
    display: none;
    position: absolute;
    left: 100%;
    margin-left: 4px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-width: 0;
    border-right-color: #e1e1e1;
}

.share-video .fa,
.share-video a {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 1.5;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.login-page {
    margin-top: 180px;
    width: 43%;
    padding-top: 0;
}

.login-page .login-form input[type=text] option {
    color: #333;
}

.login-page .login-form input[type=text]:focus {
    border: 1px solid #fcfcfc;
    outline: none;
}

.login-page .login-form input[type=password] option {
    color: #333;
}

.login-page .login-form input[type=password]:focus {
    border: 1px solid #fcfcfc;
    outline: none;
}

.login-page .login-form select option {
    color: #333;
}

.login-page .login-form select:focus {
    border: 1px solid #0D99DC;
    outline: none;
}

/*.login-page .login-form input[type=submit] { background: #fff !important; margin-top: 10px; border: 0; }*/
.login-page .login-form input[type=submit]:hover {
    border: 1px solid #5fbbe7;
    background: #5fbbe7 !important;
}

.login-page .login-form input[type=submit] option {
    color: #333;
}

.login-page .login-form input[type=submit]:focus {
    border: 1px solid #fcfcfc;
    outline: none;
    border: 0;
}

.login-page h4 {
    color: #fff;
    font-size: 46px;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;
}

.login-page .errors {
    background: #fff;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #e62117;
}

.login-page .errors:empty {
    padding: 0;
    margin: 0;
}

.login-page .errors.success {
    color: #04abf2 !important;
}

.login_divider {
    display: flex;
    align-items: center;
    margin: 35px 0;
    color: #757786;
    font-size: 14px;
}

.login_divider:before,
.login_divider:after {
    content: '';
    height: 1px;
    background: rgb(0 0 0 / 12%);
    flex-grow: 1;
}

.login_divider:before {
    margin-right: 15px;
}

.login_divider:after {
    margin-left: 15px;
}

.login-page .login-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.login-page .login-icons div a {
    padding: 1px;
    border-radius: 18px;
    width: 50px;
    height: 50px;
    color: #fff !important;
    background: #2C2C2C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.login-page .login-icons div a:hover {
    transform: scale(1.07)
}

.login-page .login-icons div a svg,
.login-page .login-icons div a img {
    width: 24px;
    height: 24px;
}

.login-page .login-icons .facebook-icon a {
    background: #2d4373;
}

.login-page .login-icons .google-icon a {
    background: #c23321;
}

.login-page .login-icons .twitter-icon a {
    background: #2795e9;
}

.login-page .login-icons .linkedin-icon a {
    background: #007bb6;
}

.login-page .login-icons .vk-icon a {
    background: #587ea3;
}

.login-page .login-icons .instagram-icon a {
    background: #d63e75;
}

.login-page .login-icons .qq-icon a {
    background: #2196f3;
}

.login-page .login-icons .wechat-icon a {
    background: #03ce65;
}

.login-page .login-icons .discord-icon a {
    background: #6e85d2;
}

.login-page .login-icons .mail-icon a {
    background: #005ff9;
}

.login-page .login-icons+#buttonDiv {
    margin-top: 15px;
}

.login-page .recaptcha {
    text-align: center;
    margin: 0 auto;
}

.login-page .pt_vdo_cstm_radio label:after,
.login-page .pt_vdo_cstm_radio label:before {
    border-radius: 2px;
}

.login-page .pt_vdo_cstm_radio label:before,
.login-page .pt_vdo_cstm_radio input:checked+label:before {
    border-color: #666;
}

.login-page .pt_vdo_cstm_radio input:checked+label:after {
    background-color: #666;
}

.mejs-qualities-selected {
    color: #04abf2 !important;
}

.carousel-inner {
    border: 2px dashed #333;
    min-height: 200px;
}

.mejs__qualities-selected {
    color: #04abf2 !important;
}

.videos-list .video-wrapper {
    margin-bottom: 10px;
}

.videos-list .video-wrapper .video-thumb {
    width: 170px;
    margin-right: 10px;
}

.videos-list .video-wrapper .video-thumb img {
    width: 100%;
    border-radius: 8px;
}

.videos-list .video-wrapper .video-info {
    overflow: hidden;
}

.videos-list .video-wrapper .video-title {
    font-size: 14px;
    word-wrap: break-word;
}

.videos-list .video-wrapper .video-title a {
    font-weight: 500;
    color: #333;
}

.videos-list .video-wrapper .video-title a:hover {
    color: #04abf2;
    text-decoration: none;
}

.videos-list .pt_video_side_vids {
    margin-bottom: 20px;
}

/*.videos-list .pt_video_side_vids:last-child { margin: 0; }*/
.videos-list .pt_video_side_vids .video-thumb {
    width: 168px;
    height: 94px;
    overflow: hidden;
}

.videos-list .pt_video_side_vids .video-thumb img {
    object-fit: cover;
    height: 94px;
}

.videos-list .pt_video_side_vids .video-title {
    max-height: 3.6em;
    line-height: 1.2;
    margin-bottom: 5px;
}

.videos-list .pt_video_side_vids .video-publisher {
    margin: 0;
    color: #777;
    font-size: 13px
}

.videos-list .pt_video_side_vids .video-views {
    margin: 0;
    color: #C2C2C2;
    font-size: 14px;
}

.pt_mn_wtch_rlts_prnt {
    margin: 0 -6px;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids {
    width: 100%;
    display: inline-block;
    padding: 0 6px;
}

.pt_mn_wtch_upnxt_prnt .pt_pt_mn_wtch_rltvids {
    width: 100%;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .video-thumb {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 8px;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .video-thumb a {
    width: 100%;
    /*    padding-bottom: 56.25%;*/
    aspect-ratio: 4/1.8;
    border-radius: 14px;
    aspect-ratio: 16/9;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .video-thumb img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .video-duration {
    bottom: 10;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    border-radius: 2em;
    padding: 0 8px;
    line-height: 20px;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .video-title {
    line-height: normal;
    font-size: 14px;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .vid_pub_info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .video-publisher,
.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .video-views {
    display: inline-block;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .video-publisher img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 7px;
    margin: -2px 1px 0 0;
}

.pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids .bold {
    margin: 0 4px;
    color: gainsboro;
    font-weight: normal;
    display: inline-block;
}

.user-setting-panel {
    padding-top: 20px;
    padding-bottom: 10px;
    /*    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1; */
}

.user-setting-panel select {
    height: 30px;
    color: #666 !important;
    font-size: 13px;
    box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
    border: none;
    border-radius: 0;
}

.user-setting-panel textarea {
    height: 30px !important;
    box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
    border: none;
    border-radius: 0;
    height: 100px !important;
    color: #666 !important;
    font-size: 13px;
}

.user-setting-panel .btn-main {
    height: 30px !important;
    font-size: 13px;
    min-width: 100px !important;
}

.setting-panel {
    margin-top: 20px;
}

.setting-panel.no-padding {
    padding: 0 !important;
    margin-top: 20px;
}

.setting-panel.no-padding label {
    font-weight: 100;
    margin-top: 3px;
}

.setting-panel label {
    font-weight: 100;
    margin-top: 3px;
}

body {
    overflow-x: hidden;
    background: #fff;
    background-size: cover;
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
    padding-top: 0px !important;
    height: 100%;
    min-height: 100%;
}

body[resized=true] {
    /* padding-top: 55px !important;*/
}

.btn,
.form-control {
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    border-radius: 31px !important;
}

.dropdown-menu a {
    color: #444;
    font-size: 13px !important;
}

.dropdown-menu a i {
    color: #04abf2;
}

.dropdown-menu a:hover {
    color: #fff !important;
}

.dropdown-menu.ani-acc-menu {
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    transition: opacity 120ms linear, top 120ms linear, visibility 120ms linear;
    display: block;
    transform-origin: right top;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    animation: none;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transform: scale3d(.8, .8, 1);
    min-width: 200px;
    border: 0;
}

.dropdown-menu>li>a:focus {
    color: #000000 !important;
}

.dropdown-menu>li>a:hover {
    color: #000000 !important;
    background: #E6F4FF;
}

.dropdown-menu.categories-drop-down {
    top: 67px;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    max-height: 390px;
    overflow: hidden;
    overflow-y: auto;
    filter: alpha(opacity=0);
    transition: opacity 120ms linear, top 120ms linear, visibility 120ms linear;
    display: block;
}

.open>.dropdown-menu.categories-drop-down {
    visibility: visible;
    opacity: 1;
    filter: none;
    top: 50px;
    max-height: 570px;
    overflow: hidden;
    overflow-y: auto;
}

.video-latest-list {
    margin-bottom: 22px
}

.video-latest-list .video-title {
    font-size: 16px;
    color: #04abf2;
    max-height: 43px;
    overflow: hidden;
}

.video-latest-list .video-thumb,
.video-list-image {
    width: 100%;
    position: relative;
}

.video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    padding: 1px;
    border-radius: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

.video-latest-list .video-thumb a:hover .play_hover_btn {
    opacity: 1;
    visibility: visible;
}

.video-latest-list .video-thumb a:hover .play_hover_btn svg.feather {
    transform: translate(-50%, -50%) scale(1);
}

.video-latest-list .video-info {
    margin-top: 5px;
    color: #444;
    font-size: 11px;
}

.video-latest-list.video-wrapper {
    overflow: unset !important;
}

.video-latest-list.video-wrapper .video-title a {
    display: inline-block;
    height: 3em;
    height: unset !important;
    overflow: hidden;
}

.video-latest-list.user-wrapper .video-thumb img {
    max-height: inherit !important;
}

.inline-block {
    display: inline-block;
    padding-bottom: 1px;
}

header .upload-button,
header .import-button,
header .live-button {
    margin: 14px 0px;
    padding: 6px 12px !important;
    line-height: normal !important;
    font-size: 13px !important;
    border-radius: 2em;
    border: 0 !important;
    box-shadow: none !important;
    font-weight: 500;
    margin-right: 10px;
    transition: all 0.15s;
}

header .upload-button svg,
header .import-button svg,
header .live-button svg {
    margin: -3px 2px 0 1px !important;
    width: 19px !important;
    height: 19px !important;
}

header .upload-button {
    color: #b228c9 !important;
    background-color: rgba(178, 40, 201, 0.15);
}

header .import-button {
    color: #ee457e !important;
    background-color: rgba(238, 69, 126, 0.15);
}

header .live-button {
    color: #4caf50 !important;
    background-color: rgba(76, 175, 80, 0.15);
}

header .upload-button:hover {
    color: #fff !important;
    background: #b228c9 !important;
}

header .import-button:hover {
    color: #fff !important;
    background: #ee457e !important;
}

header .live-button:hover {
    color: #fff !important;
    background: #4caf50 !important;
}

.pt_header_nav .left-part,
.pt_header_nav .right-part {
    display: flex;
    align-items: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: transparent !important;
}

nav.navbar-findcond .yp_slide_menu span {
    cursor: pointer;
    position: relative;
    padding: 6px;
    margin: 15px 0;
    display: flex;
    color: #696969;
}

.content {
    background: #F2F2F2;
    width: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.mejs__container {
    max-height: 80%;
}

.clear {
    clear: both;
}

.ad-image {
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
    text-align: center;
    z-index: 9;
    line-height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
}

.ad-image img {
    text-align: center;
    max-width: 100%;
    margin-top: 5%;
    vertical-align: middle;
}

.pt_video_info {
    padding: 0 5px;
}

.pt_video_info .video-views {
    font-size: 15px;
    color: #848484;
}

.pt_video_info .btn-subscribe,
.pt_video_info .btn-subscribed {
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    /*    padding: 6px 14px;*/
    font-size: 11px;
    letter-spacing: 0px;
    display: inline-block;
    text-decoration: none;
    color: white;
    height: 33px;
    text-align: center;
}

.publisher-subscribe-button svg {
    display: none !important;
}

.pt_video_info .btn-subscribed svg {
    margin-top: -1px;
    width: 17px;
    height: 17px;
}

.pt_video_info .publisher-subscribe-button .subs-amount {
    padding: 0 10px;
    line-height: 36px;
    display: inline-block;
    border-radius: 2em;
}

.pt_video_info .watch-video-show-more {
    margin-top: 0px;
    padding: 5px 10px;
    font-weight: 400;
}

.without_moview_div .watch-video-show-more {
    margin-top: 10px;
    padding: 5px 4px !important;
}

.pt_video_info .watch-video-description {
    padding: 0 5px;
}

.pt_video_info .watch-video-description p {
    word-wrap: break-word;
    margin: 18px 0px 0;
    text-align: left;
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
}

.pt_video_info .video-published {
    padding: 0 5px;
}

.pt_video_info .pt_mn_wtch_rdmre {
    border: 0;
    box-shadow: none;
    width: auto;
    display: inline-block;
    color: #3F51B5;
    text-align: left;
    font: normal normal 500 14px/17px Poppins;
    letter-spacing: 0px;
    color: #7B7B7B;
    opacity: 1;
    margin-top: 10px;
    padding: 5px 4px !important;
}

.video-big-title {
    font-size: 20px;
    color: #202020;
    margin-top: 8px;
    margin-bottom: 12px;
}

.video-big-title h1 {
    font-size: 24px;
    margin: 0;
    line-height: 1.3;
    font-weight: 400 !important;
    word-break: break-all;
}

.video-big-title .featured-text {
    color: green;
}

.video-big-title a {
    color: #202020;
    text-decoration: none;
}

.video-info-element {
    width: 120px;
    text-align: right;
    position: relative;
    margin: 4px 10px;
}

.video-info-element .views-bar {
    width: 80%;
    text-align: right;
    position: absolute;
    right: 0;
    height: 4px;
    background-color: #dedede;
    color: #333;
    border-radius: 2px;
}

.video-info-element .blue {
    background: linear-gradient(to right, #f65858, #946eff);
    left: 0;
    width: 20%;
    text-align: left;
}

.video-likes {
    color: #929292;
    display: flex;
    align-items: center;
}

.video-likes .like-btn {
    cursor: pointer;
    user-select: none;
}

.video-likes .like-btn .likes {
    font-size: 12px;
}

.video-likes .like-btn:hover {
    color: #383838;
}

.video-likes .like-btn svg.feather {
    margin-top: 0;
    width: 18px;
    height: 18px;
}

.shorts_events .active svg.feather-thumbs-up {
    color: #4caf50;
    fill: #cfffd1;
}

.shorts_events .active svg.feather-thumbs-down {
    color: #f44336;
    fill: #ffd8d5;
}

.pt_mn_wtch_liks_prnt {
    position: relative;
    width: 135px;
    justify-content: space-between;
}

.pt_mn_wtch_liks {
    position: absolute;
    bottom: -10px;
}

.pt_mn_wtch_liks .video-info-element {
    width: 135px;
    margin: 0;
    float: none !important;
}

.pt_mn_wtch_liks .video-info-element .views-bar {
    height: 2px;
}

.video-options {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.video-options .btn-share {
    border: 0;
    color: #555;
    background: transparent;
    margin: 0 5px;
    padding: 5px 10px;
    transition: all 0.2s ease;
    border-radius: 2px;
}

.video-options .btn-share:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.video-options .btn-share:active {
    background-color: rgba(0, 0, 0, 0.14);
}

.video-options .btn-share:focus {
    outline: none;
}

.video-options svg.feather {
    margin-top: -3px;
    width: 17px;
    height: 17px;
}

.pt_mn_wtch_opts {
    border-bottom: 0;
    border-top: 1px solid #f2f2f2;
    padding: 15px 0;
    margin-top: 10px;
}

.pt_mn_wtch_opts .btn-share {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 8px;
}

.pt_mn_wtch_opts .btn-share>svg {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 4px;
}

.video-published {
    margin-top: 18px;
    color: #202020;
}

.video-published a {
    color: #04abf2 !important;
}

.watch-video-description {
    max-height: 100px;
    overflow: hidden;
    position: relative;
}

.watch-video-description a {
    color: #04abf2 !important;
}

.watch-video-description p {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
    word-wrap: break;
}

.home-page-categories .row {
    margin-right: 0 !important;
    padding-bottom: 55px;
}

.home-page-categories .col-md-3 {
    padding-right: 0;
}

.home-page-categories .title {
    margin-bottom: 20px;
}

.home-page-categories .title h4 {
    margin-top: 5px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

/*.home-page-categories .title h4 svg {vertical-align: middle;margin-top: -4px;width: 19px;height: 19px;}*/
.home-page-categories .title h4 span {
    font-weight: 100;
    color: #04abf2;
    font-size: 12px;
    float: right;
}

.home-page-categories .videos .video-list {
    width: 100%;
    min-height: 330px;
}

.home-page-categories .videos .video-list .video-list-image:hover .play_hover_btn {
    opacity: 1;
    visibility: visible;
}

.home-page-categories .videos .video-list .video-list-image:hover .play_hover_btn svg.feather {
    transform: translate(-50%, -50%) scale(1);
}

.home-page-categories .videos .video-list .video-list-title {
    max-width: 100%;
    word-wrap: break-word;
}

.home-page-categories .videos .video-list .video-list-by {
    font-size: 11px;
    margin-top: 3px;
    color: #777;
}

.home-page-categories .videos .video-list .video-list-by a {
    color: #777;
}

/*.home-page-categories:hover .view_more_link { opacity: 1; visibility: visible; }*/

.btn-delete {
    background-color: #c23321;
    color: #fff;
}

.btn-delete:hover {
    background-color: #d84c47;
    color: #fff;
}

.btn-delete:focus {
    background-color: #d84c47;
    color: #fff;
}

.btn-main {
    color: #fff !important;
    background: #0D99DC 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    padding: 12px 20px;
}

.btn-main:hover,
.btn-subscribe:hover {
    background-color: #04abf2;
    color: #fff;
}

.btn-main:focus {
    background-color: #04abf2;
    color: #fff;
}

.btn-main:disabled {
    background-color: #3dc4ff;
    color: #fff;
}

.publisher-element {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 2px;
}

.publisher-element .publisher-avatar {
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.publisher-element .publisher-avatar img {
    width: 100%;
    border-radius: 50%;
}

.publisher-element .publisher-subscribe-button {
    margin-left: auto;
}

.publisher-element .publisher-subscribe-button .btn-message {
    margin: 0 7px;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgb(119 119 119);
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.publisher-element .publisher-subscribe-button .btn-message svg {
    display: block !important;
    margin: 0;
    width: 18px;
    height: 18px;
}

.publisher-element .publisher-subscribe-button.popp .btn-message {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.publisher-element .publisher-name a {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

.pt_mn_wtch_pub {
    border-bottom: 0;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0px;
}

.btn-subscribe {
    background: #1177ff;
}

.btn-subscribe:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.14);
}

.btn-subscribe svg.feather {
    margin: -3.5px 4px 0 -1px;
    width: 17px;
    height: 17px;
}

.btn-subscribed {
    background: #777;
}

.btn-subscribed:hover {
    background: #686868;
}

.btn-subscribed:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.14);
}

.subs-amount {
    border: 0;
    font-size: 14px;
    background: #e1e1e1;
    color: #777;
    border-radius: 3px;
    margin-left: 6.5px;
    padding: 10px 12px;
    font-weight: 500;
}

#background {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -99999;
    background-color: #000;
    height: 100%;
    max-height: 670px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.video-player {
    width: 100%;
    position: relative;
    height: 100%;
}

.video-player video {
    width: 100%;
}

.video-player .icons {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 20px;
    right: 7px;
}

.video-player .icons span {
    cursor: pointer;
}

.video-player .ads-overlay-info {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    width: 80%;
    margin: auto;
    padding: 15px 15px 10px 15px;
    background: rgba(6, 4, 4, 0.65);
    border: 1px solid #252525;
    color: #fff;
    z-index: 99999;
}

.video-player .ads-overlay-info h4 {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.video-player .ads-overlay-info p {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
}

.video-player .ads-overlay-info div {
    width: 100%;
    overflow: hidden;
}

.video-player .ads-overlay-info div a {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    color: #e5e45f;
    float: left;
}

.video-player .ads-overlay-info div a i {
    font-size: 14px;
    color: #fff;
}

.video-player .ads-overlay-info div span {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    color: #fff;
    float: right;
    text-transform: capitalize;
}

.video-player .ads-overlay-info span.dismiss {
    right: 10px;
    top: 10px;
    position: absolute;
}

.new-here {
    color: #959EAD;
    margin-bottom: 30px;
    font-size: 19px;
}

.new-here a {
    color: #0988CD !important;
}

.new-here .dec {
    text-decoration: underline;
}

.forgot_password {
    text-align: end;
}

.import-form-content {
    padding: 30px 0 0;
    border-top: 1px solid #f3f3f3;
    margin: 30px 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-right-at-all {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0;
}

.watch-video-show-more {
    clear: both;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 250px;
    margin: auto;
    padding: 10px;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    font-size: 14px;
    transition: all 0.1s ease;
    font-weight: 500;
    background: rgb(0 0 0 / 4%);
}

.watch-video-show-more:hover {}

.thumbnail-preview {}

.thumbnail-preview img {
    width: 100%;
}

.bg-bubbles {
    overflow: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    margin-bottom: 0;
    z-index: -1;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    animation: square 15s infinite;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 2s;
    animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 15s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    animation-delay: 11s;
}

.embed-placement {
    margin-top: 10px;
}

.embed-placement textarea {
    resize: none;
}

.delete-comment {
    color: #666;
    cursor: pointer;
}

.share-third {
    background-color: #444;
}

.share-third img {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.share-video {
    margin-top: 10px;
}

.share-video .fa:hover {
    opacity: 0.7;
}

.share-video a:hover {
    opacity: 0.7;
}

.share-video .fa-facebook {
    background: #3b5998;
    color: #fff;
}

.share-video .fa-twitter {
    background: #3dc4ff;
    color: #fff;
}

.share-video .fa-google {
    background: #d84c47;
    color: #fff;
}

.share-video .fa-linkedin {
    background: #007bb5;
    color: #fff;
}

.share-video .fa-youtube {
    background: #bb0000;
    color: #fff;
}

.share-video .fa-instagram {
    background: #125688;
    color: #fff;
}

.share-video .fa-pinterest {
    background: #cb2027;
    color: #fff;
}

.share-video .fa-snapchat-ghost {
    background: #fffc00;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.share-video .fa-skype {
    background: #04abf2;
    color: #fff;
}

.share-video .fa-android {
    background: #a4c639;
    color: #fff;
}

.share-video .fa-dribbble {
    background: #ea4c89;
    color: #fff;
}

.share-video .fa-vimeo {
    background: #3dc4ff;
    color: #fff;
}

.share-video .fa-tumblr {
    background: #2c4762;
    color: #fff;
}

.share-video .fa-vine {
    background: #00b489;
    color: #fff;
}

.share-video .fa-foursquare {
    background: #3dc4ff;
    color: #fff;
}

.share-video .fa-stumbleupon {
    background: #eb4924;
    color: #fff;
}

.share-video .fa-flickr {
    background: #f40083;
    color: #fff;
}

.share-video .fa-yahoo {
    background: #430297;
    color: #fff;
}

.share-video .fa-soundcloud {
    background: #ff5500;
    color: #fff;
}

.share-video .fa-reddit {
    background: #ff5500;
    color: #fff;
}

.share-video .fa-rss {
    background: #ff6600;
    color: #fff;
}

.next-video {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.next-video h4 {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-top: 7px;
}

.next-video h4 .fa-bolt {
    color: #04abf2;
}

.side-barlist-wrapper {
    position: relative;
}

.side-barlist-wrapper .video-thumb {
    width: 110px !important;
}

.side-barlist-wrapper .ptrm-vid-renderer {
    position: absolute;
    bottom: 0;
    right: 10px;
    cursor: pointer;
    color: #fff !important;
    visibility: hidden;
}

.side-barlist-wrapper:hover>.ptrm-vid-renderer {
    visibility: visible;
}

.video-actions {
    color: #888;
    font-size: 14px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
}

.video-actions i:hover {
    color: #04abf2;
}

.settings-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #04abf2;
    width: 100%;
    z-index: 1;
    margin-bottom: -10px;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
    padding: 15px;
    padding-left: 25px;
    color: #fff;
}

.settings-header h3 {
    margin-top: 0;
    font-size: 16px;
}

.checkbox {
    position: relative;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    background-color: #fff;
    transition: all 90ms cubic-bezier(0, 0, 0.2, 0.1);
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: none;
}

.checkbox input[type="checkbox"]:checked+label::after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 4px;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 10px;
    transition: .2s;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    transform: scale(1, 1);
}

.radio.radio-inline {
    margin-top: 0;
}

.avatar-read {
    display: none;
}

.footer-container {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.footer-container .footer-links {}

.footer-container .footer-links>ul {
    list-style: none;
    margin: 0 !important;
    padding-left: 0 !important;
}

.footer-container .footer-links>ul>li {
    display: inline-block;
    padding-right: 10px;
}

.footer-container .footer-links>ul>li:last-child {
    padding: 0;
}

.footer-container .footer-links>ul>li a {
    color: #333;
    font-size: 100%;
}

.footer-container .footer-links>ul>li .dropdown-menu>li>a:focus {
    background: transparent;
    color: #04abf2 !important;
}

.footer-container .footer-links>ul>li .dropdown-menu>li>a:hover {
    background: transparent;
    color: #04abf2 !important;
}

.footer-container .footer-copyright {}

.help-block {
    font-size: 11px;
    margin-bottom: 0;
}

.percent {
    position: absolute;
    left: 50%;
    top: 50%;
    left: 0 !important;
    right: 0 !important;
    margin-top: -10px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50%;
    text-align: center;
}

.upload-progress-bar {
    background-color: #e62117 !important;
}

.white {
    color: #fff;
}

.no-content-found {
    color: #888;
    margin-bottom: 10px;
    margin-top: 10px;
}

.verified {
    color: #3dc4ff !important;
    font-size: 30px;
}

.progress {
    position: relative;
    height: 40px;
    background: #fff7f7;
    border-radius: 10px
}

#progress {
    width: 100%;
    border-radius: 3px;
    position: relative;
    padding: 4px;
}

.comment-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-box textarea {
    border-radius: 2px;
    resize: none;
    box-shadow: none;
}

.comments-header {
    font-weight: 600;
    font-weight: normal !important;
    font-family: Verdana, sans-serif;
}

.download-placement {
    padding: 16px;
    padding-top: 30px;
    padding-left: 0;
}

.download-placement a {
    background: #eee;
    color: #333;
    margin: 5px;
    padding: 10px;
    border-radius: 3px;
    transition: all .3s;

}

.download-placement a:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
}

.user-comments .no-comments-found {
    margin-bottom: 10px;
    color: #777;
}

.user-comments .main-comment {
    margin-bottom: 0px !important;
}

.user-comments .main-comment .user-avatar {
    width: 50px;
    margin-right: 0px;
}

.user-comments .main-comment .user-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
}

.studio_wrap .user-comments .main-comment .user-avatar {
    width: 60px;
}

.studio_wrap .user-comments .main-comment .user-avatar img {
    width: 45px;
    height: 45px;
}

.user-comments .main-comment .user-name {
    font-size: 11px;
}

.user-comments .main-comment .user-name a {
    font-weight: 500;
    word-break: break-word;
    font-size: 15px;
}

.user-comments .main-comment .user-name small {
    font-size: 13px;
    color: #969696 !important;
    display: inline;
}

.user-comments .main-comment .user-name .dropdown {
    cursor: pointer;
}

.user-comments .main-comment .user-comment {
    font-size: 15px;
    margin-top: 5px;
    overflow: hidden;
}

.user-comments .main-comment .user-comment .div-vote-comment {
    color: #888;
    margin-top: 0px;
    font-size: 12px;
    background: rgb(0 0 0 / 5%);
    float: left;
    padding: 10px 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.user-comments .main-comment .user-comment .div-vote-comment .comments_taps {
    padding: 0 14px;
    border-right: 1px solid #70707015;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.user-comments .main-comment .user-comment .div-vote-comment .comments_taps:hover svg path {
    fill: #0A8DD2 !important;
}

.user-comments .main-comment .user-comment .div-vote-comment .comments_taps:hover {
    color: #0A8DD2;
}

.user-comments .main-comment .user-comment .div-vote-comment .comments_taps:last-child {
    border-right: none;
}

.user-comments .main-comment .user-comment .div-vote-comment .likes {
    color: #2ec0bc;
}

.user-comments .main-comment .user-comment .div-vote-comment .voting {
    margin-left: 5px;
}

.user-comments .main-comment .user-comment .div-vote-comment .voting i {
    cursor: pointer;
}

.user-comments .main-comment .user-comment .div-vote-comment .voting i:hover {
    color: #555;
}

.user-comments .main-comment .user-comment .div-vote-comment .voting i.active {
    color: #2ec0bc;
}

.ads-test {
    color: #ffcc7f;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.ads-placment {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ads-placment:empty {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.ads-placment img {
    max-width: 100%;
}

.ads-placment iframe {
    max-width: 100%;
}

.profile-container {
    margin-bottom: 20px;
    margin-top: -24px;
}

.pt_main_chnl_hdrr {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 0px;
    margin: 0 -15px;
}

.profile-container .card-container {
    width: 100%;
    position: relative;
    /*    -webkit-mask-image: -webkit-gradient(linear,left 70%,left bottom,from(black),to(rgba(0,0,0,0)));*/
}

.profile-container .card-container .edit-cover-container,
.profile-container .user-reposition-dragable-container {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    display: flex;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 5px;
    padding: 5px;
}

.profile-container .card-container .edit-cover-container a {
    color: #fff;
    display: block;
}

.profile-container .card-container .edit-cover-container a:hover {
    text-decoration: none;
}

.profile-container .card-container .edit-cover-container a,
.profile-container .card-container .edit-cover-container .btn,
.profile-container .user-reposition-dragable-container .btn {
    margin: 0 5px;
}

.profile-container .card-container .edit-cover-container a svg,
.profile-container .card-container .edit-cover-container .btn svg,
.profile-container .user-reposition-dragable-container .btn svg {
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

.profile-container .card-container .edit-cover-container .btn,
.profile-container .user-reposition-dragable-container .btn {
    color: #fff;
    border: 0;
    padding: 0;
}

.profile-container .card-container .cover-container img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.profile-container .share-video {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px 10px;
    border-radius: 2em;
    margin: 0;
    display: none;
}

.profile-container .share-video .fa,
.profile-container .share-video a {
    box-shadow: none;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding: 1px;
}

.profile-container .pt_chnl_info {
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.profile-container .pt_chnl_info .avatar-container {
    width: 75px;
    height: 75px;
    border: 1px solid #fff;
    margin-right: 15px;
}

.profile-container .pt_chnl_info .avatar-container img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.profile-container .pt_chnl_info .info-container h4 {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}

.profile-container .pt_chnl_info .info-container h4 a {
    color: #444;
}

.profile-container .pt_chnl_info .info-container h4 a:hover {
    text-decoration: none;
}

.profile-container .pt_chnl_info .info-container h4 .icon_pro {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    vertical-align: middle;
    line-height: 1;
}

.profile-container .pt_chnl_info .info-container .btn-message {
    border-radius: 2em;
    padding: 4px 12px;
    margin-top: 10px;
    background-color: #73a7c1;
    color: white;
    font-size: 13px;
    border: 0;
}

.profile-container .pt_chnl_info .info-container .btn-message svg.feather {
    margin: -2px 2px 0 0;
    width: 15px;
    height: 15px;
}

.profile-container .pt_chnl_info .info-container .btn-message.prof_blck_btn {
    padding: 4px 6px;
    background-color: #9E9E9E;
}

.profile-container .pt_chnl_info .info-container .btn-message.prof_blck_btn span {
    display: none;
}

.profile-container .pt_chnl_info .info-container .btn-message.prof_blck_btn svg.feather {
    margin: -2px 0 0;
}

.profile-container .pt_chnl_info .subscribe-btn-container {
    margin-left: 0px;
}

.profile-container .pt_chnl_info .btn-subscribe {
    font-weight: 500;
    padding: 15px;
    font-size: 11px;
    letter-spacing: 0.7px;
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #0D99DC 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
}

.profile-container .pt_chnl_info .btn-subscribed {
    font-weight: 500;
    padding: 15px;
    font-size: 12px;
    letter-spacing: 0.7px;
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #DC200D 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
}

.profile-container .pt_chnl_info .btn-subscribe:hover {
    background: #008fd3;
}

.profile-container .pt_chnl_info .btn-subscribed:hover {
    background: #DC340D;
}

.profile-container .pt_chnl_info .btn-subscribed svg {
    margin-top: -1px;
    width: 17px;
    height: 17px;
}

.profile-container .pt_chnl_info .subs-amount {
    padding: 0 10px;
    line-height: 36px;
    display: none;
    border-radius: 2em;
}

.profile-container .links-container {
    background: #fff;
    padding-top: 10px;
    position: relative;
}

.profile-container .links-container ul {
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    list-style: none;
    padding: 2px 2px 0;
}

.profile-container .links-container ul li {
    text-align: center;
    display: inline-block;
    margin: 0 20px;
}

.profile-container .links-container ul li a {
    padding: 10px 0;
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}

.profile-container .links-container ul li a:hover {
    text-decoration: none;
    color: #111;
}

.profile-container .links-container ul li a:hover:after {
    transform: scaleX(1);
}

.profile-container .links-container ul li a:focus {
    text-decoration: none;
    color: #111;
}

.profile-container .links-container ul li a.active {
    text-decoration: none;
    color: #0D99DC;
    box-shadow: inset 0 -2px #0D99DC;
}

.profile-container .links-container ul li a.active:hover:after {
    transform: scaleX(0);
}

.profile-container .links-container ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #929292;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    transform: scaleX(0);
    transition: transform .2s ease;
}

.profile-container .page-container {
    margin-top: 20px;
    background: transparent;
    box-shadow: none;
}

.pt_main_chnl_content {
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.pt_main_chnl_content_title {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    word-spacing: 1.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pt_main_chnl_content_title svg {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin: -2px 7px 0 0;
}

.pt_main_chnl_content_title .play_all {
    margin-left: 10%;
    font-size: 12px;
    text-transform: none;
    color: #868686;
}

.pt_main_chnl_content_title .play_all a {
    color: #868686 !important;
    text-decoration: none;
}

.profile-container .pt_about svg.feather {
    color: #7a7a7a;
    margin: -3px 6px 0 2px;
    width: 18px;
    height: 18px;
}

.profile-container .pt_about svg.feather.ahead {
    padding: 7px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin: -3px 5px 0 -2px;
    color: #fff;
}

.upload {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 200px;
    margin-top: 20px;
    border: 3px dashed #929292;
    line-height: 200px;
    font-size: 18px;
    line-height: unset !important;
    display: table;
    text-align: center;
    margin-bottom: 20px;
    color: #929292;
}

.upload:hover {
    border: 3px dashed #04abf2;
    cursor: pointer;
    color: #04abf2;
}

.upload.hover {
    border: 3px dashed #04abf2;
    cursor: pointer;
    color: #04abf2;
}

.upload>div {
    display: table-cell;
    vertical-align: middle;
}

.upload>div h4 {
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.upload>div p {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

@-webkit-keyframes square {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-1200px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-1200px) rotate(600deg);
    }
}

.video-info {
    overflow: unset !important;
}

.video-info .video-views {
    width: auto;
    display: inline-block;
}

.video-wrapper .vid-number-cont {
    color: #d7d7d7;
    width: 40px;
    display: inline-block;
    float: left;
    text-align: center;
}

.video-wrapper .vid-number-cont span {
    line-height: 65px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.video-wrapper .vid-number-cont span i {
    font-size: 9px;
    color: #f8f8f8;
}

.video-wrapper.user-wrapper {
    height: inherit !important;
}

.video-wrapper:hover div.video-menu {
    visibility: visible;
}

.video-menu ul li span {
    padding: 8px 10px;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
    display: block;
    font-weight: 500;
    color: #333;
}

.video-menu ul li span:hover {
    background: #f1f1f1;
    color: #333;
}

.video-menu div.dropdown {
    display: inline-block;
}

.video-menu div.dropdown span.dropdown-toggle {
    padding-left: 15px;
    display: inline-block;
}

.video-menu div.dropdown span.dropdown-toggle:hover {
    color: #333;
}

.video-menu div.dropdown ul.dropdown-menu {
    right: 100%;
    left: unset;
    min-width: 200px;
    border-radius: 2px;
}

.ddown-menu ul li span {
    padding: 8px 10px;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
    display: block;
    font-weight: 500;
    color: #333;
}

.ddown-menu ul li span:hover {
    background: #f1f1f1;
    color: #333;
}

.ddown-menu div.dropdown {
    display: inline-block;
}

.ddown-menu div.dropdown span.dropdown-toggle {
    padding-left: 15px;
    display: inline-block;
}

.ddown-menu div.dropdown ul.dropdown-menu {
    right: 100%;
    left: unset;
    min-width: 200px;
    border-radius: 2px;
}

.swal2-modal {
    width: 550px !important;
    border-radius: 16px !important;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    padding: 20px !important;
    font-family: 'Poppins';
    text-align: inherit;
}

.swal2-icon {
    margin: -10px -20px 0;
    transform: scale(0.6);
    animation: none;
}

.swal2-modal .swal2-title {
    text-align: inherit;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.swal2-modal .swal2-content {
    text-align: inherit;
    margin-bottom: 25px;
    font-size: 16px;
}

.swal2-modal button.swal2-styled {
    border-radius: 1px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    box-shadow: none !important;
    font-size: 14px !important;
}

.swal2-modal button.btn {
    border-radius: 1px !important;
}

.pointer {
    cursor: pointer;
    cursor: pointer !important;
}

.top-video-wrapper .video-title {
    max-height: 4.5em;
    overflow: hidden;
}

.top-video-wrapper .video-menu {
    visibility: hidden;
}

.top-video-wrapper:hover>.video-menu {
    visibility: visible;
}

.play-list-player {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.play-list-player .mejs__container {
    max-height: 100% !important;
}

.play-list-container {
    padding: 0;
    margin: 0;
    /*height: 100vh;*/
    height: 100%;
    box-shadow: none !important;
}

.play-list-container .next-video {
    padding: 15px;
    background: #1a1a1a;
    color: #fff;
    margin-bottom: 0;
    border-bottom: none;
}

.play-list-cont {
    background: #383838;
    color: #fff !important;
    height: 100%;
    overflow-x: hidden;
    padding: 10px 5px 10px 0;
    overflow-y: auto;
    height: calc(100% - 54px);
}

.play-list-cont a {
    color: #d7d7d7 !important;
}

.play-list-cont::-webkit-scrollbar {
    width: 6px;
    background-color: #f0f0f0;
}

.play-list-cont::-webkit-scrollbar-thumb {
    background-color: #929292;
}

::-webkit-scrollbar {
    background: #f0f0f0;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    width: 10px;
}

/* body:not(.side_open) .yp_side_drawer::-webkit-scrollbar-track, .pt_feat_vid_content .video-title .video-big-title::-webkit-scrollbar-track {border-radius: 10px;background: rgba(0, 0, 0, 0.053);} */
.yp_side_drawer::-webkit-scrollbar,
.pt_feat_vid_content .video-title .video-big-title::-webkit-scrollbar {
    width: 4px;
}

.yp_side_drawer::-webkit-scrollbar-track,
.pt_feat_vid_content .video-title .video-big-title::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.188);
}

.yp_side_drawer::-webkit-scrollbar-thumb,
.pt_feat_vid_content .video-title .video-big-title::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.438);
}

.optional-field {
    opacity: 0.7;
}

.create-new-list {
    width: 95%;
    overflow: hidden;
    margin: auto;
}

.create-new-list input {
    border-radius: 2px;
}

.create-new-list textarea {
    border-radius: 2px;
    resize: vertical;
}

.create-new-list select {
    border-radius: 2px;
}

.create-new-list select option[selected="selected"] {
    display: none;
}

.create-new-list small {
    float: left;
}

.create-new-list button:first-child {
    margin-right: 20px;
}

.create-new-list .create-new-list-head p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: left !important;
    font-weight: 500;
}

.pt_add_to_list_vid .swal2-buttonswrapper {
    overflow: hidden;
    padding-bottom: 2px;
    border: 0 !important;
    margin: 0 5px 5px !important;
    padding-top: 0 !important;
}

.pt_add_to_list_vid .swal2-buttonswrapper button {
    float: right;
    margin-top: 10px;
    border-radius: 4px !important;
    padding: 7px 15px !important;
}

.add-topl-cont {
    width: 95%;
    overflow: hidden;
    margin: auto;
}

.add-topl-cont h4 {
    text-align: left;
    margin-top: 0;
}

.add-topl-cont .playlist-item button {
    border-radius: 50% !important;
    padding: 4px 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.sa-no-list {
    width: 95%;
    overflow: hidden;
    margin: auto;
    line-height: 120px;
    font-size: 15px;
}

.playlist-item {
    width: 100%;
    text-align: left !important;
    padding: 13px;
    background: rgb(0 0 0 / 5%);
    margin: 10px 0;
    border-radius: 8px;
}

.playlist-item span {
    color: #333;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.playlist-item span.list-name i {
    color: #666;
}

.playlist-item:last-child {
    border-bottom: none;
}

.playlist-item button {
    color: #333;
    padding: 1px 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.secure-color {
    color: green !important;
}

.play-lists {
    margin-bottom: 20px;
    position: relative;
}

.dddown-menu {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 15px;
}

.dddown-menu .dropdown-toggle {
    background: rgb(0 0 0 / 30%);
    backdrop-filter: blur(50px);
    border-radius: 8px;
    display: block;
    line-height: 1;
    padding: 5px 8px;
    color: #fff;
}

.dddown-menu .custom_menu_login_usss li {
    width: auto;
}

.dddown-menu .open>.dropdown-menu.ani-acc-menu {
    transition: opacity 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms;
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.play-lists .video-title {
    width: 100%;
    margin-top: 5px;
}

.play-lists .video-title a {
    cursor: pointer;
    text-decoration: none;
}

.play-lists div.video-latest-list {
    height: unset;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.play-lists div.video-latest-list div.play-lists-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.play-lists div.video-latest-list div.play-lists-count {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: rgb(0 0 0 / 30%);
    backdrop-filter: blur(50px);
    border-radius: 8px;
    padding: 10px;
}

.play-lists div.video-latest-list div.play-lists-count p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 0 2px;
}

.play-lists div.video-latest-list div.play-lists-count span {
    color: #fff;
    display: block;
    font-size: 13px;
}

.play-lists div.video-latest-list div.play-lists-count span svg {
    vertical-align: middle;
    margin-top: -2px;
}

.article-comments .div-vote-comment .material-icons {
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
}

.article-comments .div-vote-comment .material-icons.active {
    color: #2ec0bc;
}

.article-comments .div-vote-comment .div-vote-comment-btn span {
    margin-right: 5px;
}

.article-comments .delete-comment {
    visibility: hidden;
}

.article-comments .delete-comment i {
    vertical-align: middle;
}

.article-comments:hover>.delete-comment {
    visibility: visible;
}

.read-article-comments-container {
    width: 100%;
    overflow: hidden;
    padding: 15px 0 0;
}

.read-article-comments-container .comments-header {
    margin: 5px 0 20px;
    font-size: 17px;
    overflow: hidden;
}

.read-article-comments-container .comments-header span i {
    color: #666;
    vertical-align: middle;
}

.read-article-comments-container .comments-content {
    padding: 15px;
    margin-bottom: 0;
}

.pt_blogcomm_combo {
    display: flex;
    align-items: center;
}

.pt_blogcomm_combo img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
    margin-right: 10px;
}

.pt_blogcomm_combo textarea {
    padding: 4px 2px 7px;
    height: 44px;
    background: transparent;
    border: none !important;
    font-size: 12px;
    border-bottom: 1px solid #41414164 !important;
    resize: none;
    outline: 0;
    border-radius: 0;
}

.pt_blogcomm_combo button {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 0 15px;
    margin-left: 10px;
}

.related-article-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #eaecee;
    display: flex;
    border-radius: 5px;
    margin-bottom: 15px;
    word-break: break-word;
}

.related-article-wrapper .ra-title {
    flex: 1;
}

.related-article-wrapper .ra-title h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 15px;
    font-size: 15px;
}

.related-article-wrapper .ra-title h5 a {
    color: #202020;
}

.related-article-wrapper .ra-title p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.related-article-wrapper .ra-title p a {
    color: inherit;
}

.related-article-wrapper .ra-thumb {
    width: 90px;
    height: 80px;
    overflow: hidden;
    background-size: cover;
    position: relative;
    margin-left: 15px;
    border-radius: 5px;
}

.related-article-wrapper .ra-thumb a {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}


.related-video-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
}

.related-video-wrapper .ra-thumb {
    overflow: hidden;
    position: relative;
    width: 150px;
    margin-right: 15px;
}

.related-video-wrapper .ra-thumb img {
    width: 100%;
    transition: filter 1s ease-in;
    aspect-ratio: 16/9;
}

.related-video-wrapper .ra-thumb:hover>img {
    opacity: .9;
}

.related-video-wrapper .ra-thumb:hover>.ra-overlay {
    visibility: visible;
}

.related-video-wrapper .ra-thumb a {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.related-video-wrapper .ra-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 71, 99, 0.33);
    text-align: center;
    cursor: pointer;
    display: table;
    visibility: hidden;
}

.related-video-wrapper .ra-overlay a {
    vertical-align: middle;
    display: table-cell !important;
}

.related-video-wrapper .ra-overlay a i {
    vertical-align: middle;
    font-size: 40px;
    color: #fff;
}

.related-video-wrapper .ra-title {
    overflow: hidden;
    flex: 1;
}

.related-video-wrapper .ra-title h5 {
    width: 100%;
    margin-top: 0;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-video-wrapper .ra-title h5 a {
    color: #202020;
}

.related-video-wrapper .ra-title h5 a:hover {
    text-decoration: none;
}

.related-video-wrapper .ra-title .article_pub_user {
    max-width: 100%;
}

.read-article-sidebar {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.read-article-sidebar .ra-sidebar-body {
    width: 100%;
    overflow: hidden;
}

.read-article-sidebar .ra-sidebar-head h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #eaecee;
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 30px
}

.read-article-sidebar .ra-sidebar-head h4::after {
    content: "";
    background: currentColor;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.article_pub_user {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: calc(100% - 130px);
}

.article_pub_user img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    min-width: 30px;
}

.article_pub_user>div {
    min-width: 0;
}

.article_pub_user h6 {
    margin: 0;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article_pub_user time {
    opacity: .7;
}

.read-article-container {
    width: 100%;
    overflow: hidden;
}

.read-article-container .read-article-head {
    width: 100%;
    overflow: hidden;
}

.read-article-container .read-article-head h1 {
    font-size: 46px;
    margin: 0px 0px 15px;
    line-height: 61px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
}

.read-article-container .article_user_share_btns .postCategory {
    color: #09aff3;
}

.article_user_share_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 40px;
}

.article_user_share_btns .article_pub_user img {
    width: 45px;
    height: 45px;
    min-width: 45px;
}

.article_user_share_btns .article_pub_user h6 {
    font-size: 16px;
}

.read-article-container .read-article-description {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}

.read-article-container .read-article-description article {
    color: #555;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.read-article-container .img_prnt {
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.read-article-container .img_prnt>img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.read-article-container .img_prnt:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(20px);
}

.read-article-container .img_prnt_sub {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.read-article-container .read-article-feat-image {
    position: relative;
    padding-bottom: 50%;
}

.read-article-container .read-article-feat-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.read-article-container .read-article-meta {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read-article-container .read-article-meta .count {
    margin: 0 -4px;
}

.read-article-container .read-article-meta .count span {
    cursor: pointer;
    margin: 0 4px;
}

.read-article-container .read-article-meta .count svg.feather {
    width: 36px;
    height: 36px;
    background: rgb(0 0 0 / 10%);
    border-radius: 13px;
    padding: 9px;
}

.read-article-container .read-article-meta .count svg.feather-thumbs-up.active {
    color: #4caf50;
    background: rgb(76 175 80 / 20%);
}

.read-article-container .read-article-meta .count svg.feather-thumbs-down.active {
    background: rgb(244 67 54 / 20%);
    color: #f44336;
}

.read-article-container .read-article-meta>div .count svg.feather {
    margin: -3px 0 0 15px;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.read-article-container .read-article-meta>div .count svg.feather-thumbs-up.active {
    color: #4caf50;
    fill: #cfffd1;
}

.read-article-container .read-article-meta>div .count svg.feather-thumbs-down.active {
    color: #f44336;
    fill: #ffd8d5;
}

.read-article-container .read-article-share {
    display: inline;
}

.read-article-container .read-article-share>svg {
    vertical-align: middle;
    width: 19px;
    height: 19px;
}

.read-article-container .read-article-share .btn {
    color: #fff;
    font-weight: 500;
    border: 0;
    font-size: 13px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}

.read-article-container .read-article-share .btn.facebook {
    background-color: #337ab7;
}

.read-article-container .read-article-share .btn.twitter {
    background-color: #55acee;
}

.read-article-container .read-article-share .btn.whatsapp {
    background-color: #128c7e;
}

.read-article-container .read-article-share .btn.linkedin {
    background-color: #007bb6;
}

.read-article-container .read-article-share .btn.pinterest {
    background-color: #cb2027;
}

.read-article-container .read-article-share .btn svg {
    vertical-align: middle;
    margin-top: -2px;
    width: 16px;
    height: 16px;
}

.read-article-container .read-article-image {
    width: 100%;
    max-height: 370px;
    overflow: hidden;
    margin-bottom: 20px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.read-article-container .read-article-text {
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 1.7;
    font-size: 16px;
}

.read-article-container .read-article-text p img {
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
}

.read-content {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

.read-content .pt_page_headr .page_head {
    margin-top: 0;
}

.articles-content {
    padding: 20px;
    overflow: hidden;
}

.articles-content .pt_article_list {
    position: relative;
    padding-top: 20px;
    margin: 0;
}

.articles-content .pt_article_h_list {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    display: block;
    overflow: hidden;
}

.articles-content .pt_article_h_list .video-thumb {
    position: relative;
    margin-bottom: 10px;
    aspect-ratio: 4/3;
    aspect-ratio: 16/9;
}

.articles-content .pt_article_h_list .video-thumb img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    aspect-ratio: 16/9;
    height: auto;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.articles-content .pt_article_h_list .video-info {
    overflow: hidden !important;
}

.articles-content .pt_article_h_list .postFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-shadow {
    box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.12) !important;
    background: #fff;
}

.danger-field-border {
    border: 1px solid red;
}

.popular-articles-wrapper {
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.popular-articles-wrapper:first-child {
    margin-top: 0;
}

.popular-articles-wrapper .video-thumb img {
    width: 140px;
    height: 85px;
    position: relative;
    margin-right: 15px;
    border-radius: 14px;
    object-fit: cover;
}

.popular-articles-wrapper .video-info {
    display: table-cell;
    vertical-align: middle;
}

.popular-articles-wrapper .popular-article-title a {
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}

.popular-articles-wrapper .name_artcile,
.popular-articles-wrapper .name_artcile_views {
    text-align: left;
    letter-spacing: 0px;
    color: #0F0F0F;
    opacity: 0.69;
    margin-top: 5px;
    font-size: 13px;
}

.article-wrapper .video-thumb a {
    overflow: hidden;
    display: block;
}

.article-wrapper .video-thumb a img {
    transition: all 0.3s ease;
}

.article-wrapper .video-thumb:hover>a img {
    transform: scale(1.02);
    opacity: 0.8;
}

.article-wrapper .article-views {
    color: #929292;
    font-size: 11px;
}

.article-wrapper .article-title h4 {
    margin-top: 0;
    overflow: hidden;
    color: #fff;
    /*    min-height: 50px;max-height: 50px;*/
}

.article-wrapper .article-title h4 a {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    word-break: break-all;
}

.article-wrapper .article-desc p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
    overflow: hidden;
    max-height: 44px;
    min-height: 44px;
    word-break: break-all;
}

.articles-container {
    overflow: hidden;
    margin-bottom: 40px;
}

.articles-container .no-content-found div {
    height: 200px;
    display: table;
    text-align: center;
    width: 100%;
}

.articles-container .no-content-found div figure {
    text-align: center;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.articles-container .no-content-found p.no-posts-found {
    line-height: 200px;
    text-align: center;
    width: 100%;
}

.article-categories {

    margin-bottom: 20px;

}


.article-categories .pt_categories ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.article-categories .pt_categories ul li {
    transition: all .20s ease;
    margin: 0 6px 10px 0;
    display: inline-block;
    border-radius: 25px;
    width: 100%
}

.article-categories .pt_categories ul li a {
    text-decoration: none;
    width: 100%;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-categories .pt_categories ul li a .count_number {
    background: #fff;
    border-radius: 100%;
    width: 25px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.article-categories .pt_categories ul li.active {}

.article-categories .pt_categories ul li.active a {}

.article-categories .pt_categories ul li:hover a {
    cursor: pointer;
    text-decoration: none;
}

.article-categories div form input {
    border-radius: 17px;
    width: 100%;
    display: block;
    padding-right: 40px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 12px;
}

.article-categories div form div {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.article-categories div form div button {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    outline: none;
    height: 34px;
    padding: 1px 10px;
    color: #6b6b6b;
    border-radius: 0 16px 16px 0;
    transition: all 0.2s ease;
}

.article-categories div form div button:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

.article-categories div form button {
    border-radius: 0;
    width: auto;
    display: inline;
    float: left;
    border-left: none;
}

.recent-articles {}



.go-pro-container {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-top: 75px;
}

.go-pro-container .go-pro-footer-upgraded {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
}

.go-pro-container .go-pro-footer-upgraded button a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
}

.go-pro-container .go-pro-body-upgraded {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.go-pro-container .go-pro-body-upgraded .upgraded-features {
    width: 50%;
    overflow: hidden;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

.go-pro-container .go-pro-body-upgraded .upgraded-features p {
    width: 100%;
    margin: 0;
    padding: 5px 0;
}

.go-pro-container .go-pro-body-upgraded .upgraded-features p span {
    color: #1cae19;
}

.go-pro-container .go-pro-head-upgraded {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.go-pro-container .go-pro-head-upgraded h4 {
    font-size: 40px;
    padding: 100px 0 7px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.go-pro-container .go-pro-head-upgraded p {
    margin: 0;
    color: #555;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}

.go-pro-container .go-pro-head {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 30px;
}

.go-pro-container .go-pro-head h4 {
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin: 0;
    color: #444;
    display: block;
    word-wrap: break-word;
    padding-bottom: 40px;
    font-weight: 100;
}

.go-pro-container .go-pro-body {
    width: 100%;
    margin-bottom: 50px;
}

.go-pro-container .go-pro-body .go-pro-packages {
    width: 100%;
    margin: auto;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg>div {
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    transition: translate .18s, box-shadow .18s ease-in-out;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg>div:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .go-pro-pkg-features {
    overflow: hidden;
    width: 100%;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    min-height: 121px
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .free-bg {
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding: 20px 30px;
    border-bottom: 2px solid #f3f3f3;
    border-radius: 0 0 10px 10px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .free-bg .go-pro-pkg-price {
    display: block;
    color: #aaa;
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .free-bg svg.feather {
    color: #fff;
    padding: 15px;
    width: 60px;
    height: 60px;
    margin: -50px 0 25px;
    border-radius: 50%;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .free-bg span.package-price {
    font-size: 33px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .pro-bg {
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding: 20px 30px;
    border-bottom: 2px solid #f3f3f3;
    border-radius: 0 0 10px 10px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .pro-bg .go-pro-pkg-price {
    display: block;
    color: #aaa;
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .pro-bg span.package-price {
    font-size: 33px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h5 {
    position: relative;
    display: inline-block;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h5 span {
    font-size: 36px;
    position: absolute;
    top: 15px;
    left: -25px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h5 b {
    font-size: 80px;
    margin: 0;
    border: 0;
    padding: 0;
    font-weight: 100;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .go-pro-features-list {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .go-pro-features-list p {
    text-align: left;
    width: 49%;
    font-size: 12px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .go-pro-features-list p i {
    margin-right: 7px;
}

.heading_feature_list {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .go-pro-pkg-purchase {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .go-pro-pkg-purchase button {
    border: 0;
    min-height: 35px;
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 25px;
    width: 100%;
    line-height: 1em;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .go-pro-pkg-purchase button a {
    color: #fff;
    text-decoration: none;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div p:last-child {
    border-bottom: 0;
}

.free-bg {
    background: #f6f6f6;
    color: #04abf2;
}

.free-bg a {
    display: block;
}

button.free-bg {
    background: #04abf2;
    color: #fff;
    transition: all 0.2s ease;
}

button.free-bg:hover {
    background: #04abf2;
    opacity: 0.8;
}

button.pro-bg {
    color: #fff;
    transition: all 0.2s ease;
}

button.pro-bg:hover {
    opacity: 0.8;
}

button.btn-report.active i {
    color: #2ec0bc !important;
}

.pro-bg {
    background: #f6f6f6;
    color: #04abf2;
}

.buy-pro {
    padding: 30px;
}

.buy-pro button {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.buy-pro button a {
    padding: 15px 20px;
    font-size: 14px;
    text-decoration: none;
}

.buy-pro h4 {
    font-size: 27px;
    font-family: Open Sans, serif;
    color: #333;
    margin-bottom: 30px;
    word-wrap: break-word;
}

.buy-pro h4 i {
    vertical-align: middle;
    font-size: 30px;
    margin-bottom: 5px;
    color: #0d6c96;
}

.rss-icon {
    color: #ee802f;
}

.sidebar-ad-container {
    max-width: 100%;
    background: #f0f0f0;
    overflow: hidden;
    cursor: pointer;
    height: auto;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
}

.sidebar-ad-container a {
    text-decoration: none;
}

.sidebar-ad-container .sidebar-ad-inner {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.sidebar-ad-container .sidebar-ad-inner img {
    max-width: 100%;
    max-height: 100%;
}

.sidebar-ad-container .sidebar-ad-inner .info {
    width: 100%;
    text-align: left;
    padding: 20px;
    background: #fff;
}

.sidebar-ad-container .sidebar-ad-inner .info h5 {
    width: 100%;
    color: #333;
    font-size: 17px;
    margin: 0 0 5px 0;
}

.sidebar-ad-container .sidebar-ad-inner .info p {
    width: 100%;
    color: #555;
    font-size: 12px;
    font-weight: 500;
    font-family: Open Sans, sans-serif;
}

.sidebar-ad-container .sidebar-ad-inner .info div {
    width: 100%;
    overflow: hidden;
}

.sidebar-ad-container .sidebar-ad-inner .info div .pull-left span {
    font-size: 13px;
    color: #07e;
    line-height: 16px;
}

.sidebar-ad-container .sidebar-ad-inner .info div .pull-left img {
    width: 16px;
    height: 16px;
}

.sidebar-ad-container .sidebar-ad-inner .info div .pull-right {
    color: #333;
}

.material-icons {
    vertical-align: middle;
    font-size: 1.3em;
    margin-bottom: 3px;
}

.margin-right {
    margin-right: 10px;
}

.user-ads-list-container {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.user-ads-list-container .col-10 {
    padding: 0 30px;
}

.user-ads-list-container .user-ads-list-header {
    width: 100%;
    overflow: hidden;
    background: #04abf2;
    margin-bottom: 20px;
}

.user-ads-list-container .user-ads-list-header span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.user-ads-list-container .user-ads-list-header span i {
    vertical-align: middle;
    margin-bottom: 3px;
}

.user-ads-list-container .user-ads-list-header span a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    cursor: inherit;
    padding: 14px 12px;
    display: block;
}

.user-ads-list-container .user-ads-list-header span.active a,
.create-new-ad-container .user-ads-list-header span.active a {
    background-color: rgba(255, 255, 255, 0.24);
}

.user-ads-list-container .user-ads-list-header span.create-ad-btn {
    float: right;
    background: #ff9600;
    color: #fff;
    padding: 7px 10px;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    margin: 10px;
}

.user-ads-list-container .user-ads-list-header span.create-ad-btn:hover {
    color: #fff;
    background-color: #ff9600;
}

.col-10 {
    width: 100%;
    overflow: hidden;
}

.col-10 table {
    width: 100%;
    overflow: hidden;
}

.col-10 table thead th {
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    padding: 6px 0;
    color: #333;
}

.col-10 table tbody tr td {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 15px 0;
}

.col-10 table tbody tr td span i {
    vertical-align: middle;
    font-size: 20px;
    cursor: pointer;
    color: #929292;
}

.col-10 table tbody tr td span i:hover {
    color: #333;
}

.col-10 table tbody tr td div label .toggle {
    height: 26px !important;
    font-size: 12px;
    min-height: 15px !important;
    min-width: 30px !important;
    width: 50px !important;
    border-radius: 2px;
}

.col-10 table tbody tr td div label .toggle .toggle-group .btn {
    padding: 3px 10px;
    font-size: 12px;
}

.create-new-ad-container {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.create-new-ad-container .user-ads-list-header {
    width: 100%;
    overflow: hidden;
    background: #04abf2;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
    padding: 0 30px;
}

.create-new-ad-container .user-ads-list-header span {
    padding: 5px 0;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
    color: #fff;
}

.create-new-ad-container .user-ads-list-header span i {
    vertical-align: middle;
    margin-bottom: 1px;
}

.create-new-ad-container .user-ads-list-header span a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    cursor: inherit;
}

.create-new-ad-container .header {
    width: 100%;
    background: #fff;
    padding: 20px 30px;
}

.create-new-ad-container .form-group {
    width: 100%;
    overflow: hidden;
}

.create-new-ad-container .form-group textarea {
    resize: vertical;
}

.create-new-ad-container .form-group .audience-list li {
    width: 100%;
    padding: 5px 15px;
    background: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    border-bottom: 1px solid rgba(221, 221, 221, 0.26);
}

.create-new-ad-container .form-group-rs {
    margin-bottom: 20px;
}

.user-ads-settings-alert {
    width: 100%;
    overflow: hidden;
}

/*
.bg-danger { background: #dc3545 !important; }

.bg-success { background: #28a745 !important; }*/

.read-only {
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 0;
}

.monetization-settings-alert {
    width: 100%;
    overflow: hidden;
}

.monetization-settings-alert .alert {
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
}

#withdrawal-requests thead th {
    font-family: Roboto, sans-serif !important;
}

#withdrawal-requests tbody tr td {
    font-family: Lato, sans-serif !important;
    font-weight: 500;
    font-size: 14px;
}

#withdrawal-requests tbody tr td span.success {
    padding: 5px 15px;
    color: #fff;
    background: #28a745;
    font-weight: 500;
}

#withdrawal-requests tbody tr td span.danger {
    padding: 5px 15px;
    color: #fff;
    background: #dc3545;
}

#withdrawal-requests tbody tr td span.warning {
    padding: 5px 15px;
    color: #fff;
    background: #efaf3d;
    font-weight: 500;
}

.main-comment-reply {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    overflow: hidden;
}

.main-comment-reply .user-name a {
    color: #111;
    font-weight: 600;
}

.main-comment-reply .delete-comment svg.feather {
    color: #aaa;
    margin-top: 0;
    width: 15px;
    height: 15px;
    visibility: hidden;
}

.main-comment-reply .delete-comment svg.feather:hover {
    color: #444;
}

.main-comment-reply:hover>.delete-comment svg.feather {
    visibility: visible;
}

.main-comment .delete-comment {
    margin-left: 3px;
}

.main-comment .delete-comment i {
    font-size: 18px !important;
    margin-top: -3px;
}

.main-comment .delete-comment svg.feather {
    color: #aaa;
    margin-top: 0;
    width: 15px;
    height: 15px;
    visibility: hidden;
}

.main-comment .delete-comment svg.feather:hover {
    color: #444;
}

.main-comment .pt-comment-item-reply-form {
    padding: 0 60px;
    margin: 5px 0 0;
}

.main-comment .user-name a {
    color: #111;
    font-weight: 600;
}

.main-comment .main-comment-data-sp:hover>.delete-comment svg.feather {
    visibility: visible;
}

.main-comment .main-comment-data-sp:hover>.pin-comment svg.feather {
    visibility: visible;
}

.main-comment .comms-reply:hover {
    color: #444;
}

.main-comment .div-vote-comment span svg.feather {
    margin-top: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.main-comment .div-vote-comment span svg.feather-thumbs-up.active {
    color: #4caf50;
    fill: #cfffd1;
}

.main-comment .div-vote-comment span svg.feather-thumbs-down.active {
    color: #f44336;
    fill: #ffd8d5;
}

.main-comment .pin-comment svg.feather {
    color: #aaa;
    margin-top: 0;
    width: 15px;
    height: 15px;
    visibility: hidden;
    cursor: pointer;
}

.main-comment .pin-comment svg.feather:hover {
    color: #444;
}

.announcement-renderer {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    left: 23px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    transition: all 0.2s;
}

body.side_open .announcement-renderer {
    left: 310px;
}

.announcement-renderer .alert-white {
    width: 100%;
    overflow: hidden;
    border-radius: 0 !important;
    margin: 0;
}

.announcement-renderer .alert-white p {
    width: auto;
    color: #000;
}

.announcement-renderer .alert-white span {
    padding: 7px;
    cursor: pointer;
}

.announcement-renderer .alert-white span i {
    font-size: 18px !important;
}

.thumbnail-preview-renderer {}

.thumbnail-preview-renderer:hover {}

.panel-text-center {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 200px;
    margin: 0;
    padding: 0;
}

.no-padding-both {
    padding: 0 !important;
}

.form-cell {
    width: 100%;
    margin-bottom: 20px;
}

.fluid {
    width: 100%;
    overflow: hidden;
}

.verifiacation-request-form {
    overflow: hidden;
}

.verifiacation-request-form .upload-files {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.verifiacation-request-form .upload-files .image-renderer {
    width: 100%;
    overflow: hidden;
    border: 2px dashed #ccc;
    height: 160px;
    cursor: pointer;
    border-radius: 4px;
}

.verifiacation-request-form .upload-files .image-renderer div {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table;
}

.verifiacation-request-form .upload-files .image-renderer div span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.verifiacation-request-form .upload-files .image-renderer img {
    min-height: 100%;
    width: 100%;
}

.verifiacation-request-form .upload-files .image-renderer span svg.feather {
    width: 40px;
    height: 40px;
    color: #ccc;
    margin: 0;
}

.verifiacation-request-form .upload-files h4 {
    width: 100%;
    overflow: hidden;
    color: #333;
    font-weight: 500;
    margin: 15px 10px 10px;
    padding: 0;
}

.verifiacation-request-form .upload-files p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #6b6b6b;
    margin: 0 10px 10px;
    padding: 0;
}

.verifiacation-request-form .upload-files button {
    padding: 10px 20px;
    height: auto !important;
    border-radius: 3px;
    margin: 0 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.verifiacation-request-form .request-message {
    margin-top: 15px;
    display: block;
}

.verifiacation-request-form .request-message textarea {
    resize: vertical;
}

.alert {
    border: 0 solid;
    border-radius: 16px;
    padding: 20px;
    font-weight: 500;
}

.alert:empty {
    padding: 0;
    margin-bottom: 0;
    border: 0;
}

.alert-info {
    background-color: rgba(33, 150, 243, 0.1);
    color: #2196F3;
    background-color: rgb(33 150 243 / 70%);
    color: #ffffff;
}

.alert-success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
    background-color: rgb(76 175 80 / 70%);
    color: #ffffff;
}

.alert-warning {
    background-color: rgba(243, 148, 64, 0.1);
    color: #f39440;
    background-color: rgb(243 148 64 / 70%);
    color: #ffffff;
}

.alert-danger {
    background-color: rgba(244, 67, 54, 0.1);
    color: #F44336;
    background-color: rgb(244 67 54 / 70%);
    color: #ffffff;
}

.spin {
    animation-name: spin;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {}

@-moz-keyframes spin {}

@-webkit-keyframes spin {}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


span#new-messages,
span#new-notifications {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background: #04abf2;
    border-radius: 2em;
    line-height: 18px;
    padding: 0 5px;
    font-size: 13px;
    min-width: 18px;
    text-align: center;
}

span#new-messages b,
span#new-notifications b {
    font-weight: normal;
}

#get-notifications {
    position: relative;
    display: inline-block;
}

.rotate-90d {
    transform: rotate(-180deg);
}

.rotate-r90d {
    transform: rotate(90deg);
}

.rotate-r45d {
    transform: rotate(45deg);
}

.load-related-videos {
    width: 100%;
    overflow-x: hidden;
    text-align: center;
    margin: 10px 0 0px;
    padding-top: 10px;
}

.load-related-videos button {
    border: none;
    padding: 7px 50px;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    font-weight: 500;
}

/*.load-related-videos button span { margin: 0 5px; }*/
.load-related-videos button:hover {
    border: none;
}

.load-related-videos button:focus {
    border: none !important;
    background: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.load-related-videos button:active {
    border: none !important;
    background: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.report-video-popup {
    padding: 33px !important;
    border-radius: 30px !important;
}

.report-video-popup .swal2-title {
    text-align: initial;
    font-size: 17px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    font-weight: 500;
}

.report-video-popup .report-message-label {
    font-size: 13px;
    color: #fff;
    text-align: initial;
}

.report-video-popup .swal2-content {
    text-align: left;
}

.report-video-popup .swal2-content textarea {
    width: 100%;
    resize: vertical;
    padding: 10px;
    font-size: 14px;
    color: #555;
    outline: 0;
}

.report-video-popup .swal2-validationerror {
    margin-top: 15px;
}

.report-video-popup .swal2-buttonswrapper {
    text-align: left;
}

.report-video-popup .swal2-buttonswrapper button {
    margin-left: 0;
}

.main-color {
    color: #04abf2;
}

.comments-loading {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    color: #929292;
}

.sort-comments-dropdown {
    margin-left: 40px;
    text-transform: uppercase;
}

.sort-comments-dropdown .dropdown-toggle {
    font-size: inherit;
    text-transform: uppercase;
}

.sort-comments-dropdown .dropdown-toggle i {
    font-size: 20px;
}

.sort-comments-dropdown ul.dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    left: 2rem;
    top: -14px;
    border-bottom: 15px solid #f3f3f3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.sort-comments-dropdown ul.dropdown-menu {
    padding: 18px 10px 30px 10px;
    margin: 0;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 16px;
    border: none !important;
    z-index: 1;
}

.sort-comments-dropdown ul.dropdown-menu span {
    font-size: 12px;
    margin-left: 14px;
    margin-bottom: 8px;
    display: inline-block;
    color: #7A86A1;
}

.sort-comments-dropdown ul.dropdown-menu li a {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    border-radius: 13px;
    margin-top: 5px;
}

.toggle-mode .switch {
    cursor: pointer;
    position: relative;
    padding: 0 12px;
    width: 100%;
    display: flex;
    align-items: center;
}

.toggle-mode .switch input {
    display: none;
}

.toggle-mode .slider {
    transition: all 0.4s;
    padding: 4px;
    display: block;
    width: 28px;
    height: 28px;
    background-color: #f1f1f1;
    border-radius: 50%;
    margin-left: auto;
}

.toggle-mode .slider svg.feather {
    fill: #6b6b6b;
    margin: 2px 0 0 2px;
}

.toggle-mode input:checked+.slider {
    background-color: #4285f4;
}

.toggle-mode input:checked+.slider svg.feather {
    fill: #d9e7fd;
}

.toggle-mode input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

.contact-us-form {
    margin-bottom: 50px;
}

#new-message-form {
    position: relative;
    padding: 10px 20px 9px;
    display: flex;
}

#new-message-form #send-button {
    background: transparent;
    border: none;
    outline: none;
    color: #222;
    position: absolute;
    right: 27px;
    top: 16px;
    padding-left: 12px;
    height: 39%;
}

.countunseen {
    background-color: #c23321;
    padding: 2px 8px;
    width: auto;
    border-radius: 2em;
    color: #fff;
    float: right;
    margin: 26px 4px 0px;
}

.countunseen:empty {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background: #0097da;
    width: 6px;
    border-radius: 2em;
}

.user-messages {
    background-color: transparent;
}

.user-messages .messages .istyping {
    margin-bottom: 10px;
    position: relative;
    max-width: 80%;
    width: auto;
}

.user-messages .messages .istyping .user-avatar {
    width: 33px;
    float: left;
}

.user-messages .messages .istyping .user-avatar img {
    width: 100%;
    border-radius: 100%;
}

.user-messages .messages .istyping .user-message {
    background-color: #fff;
    padding: 7px 13px;
    border-radius: 17px;
    word-break: break-word;
    width: auto;
    margin-left: 40px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.user-messages .messages .message {
    margin-bottom: 10px;
    position: relative;
    max-width: 80%;
    width: auto;
}

.user-messages .messages .message .user-avatar {
    width: 45px;
    float: left;
}

.user-messages .messages .message .user-avatar img {
    width: 100%;
    border-radius: 10px;
}

.user-messages .messages .message .user-message {
    background-color: #fff;
    padding: 10px 21px;
    border-radius: 12px;
    word-break: break-word;
    width: auto;
    margin-left: 60px;
    font-size: 12px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.user-messages .messages .message .user-message .time {
    opacity: 0.48;
    margin-top: 7px;
    font-size: 11px;
    font-size: 300;
}

.pull-left .user-message::before {
    content: '';
    position: absolute;
    visibility: visible;
    top: 0px;
    left: 49px;
    border: 10px solid transparent;
    border-top: 15px solid #ffffff;
}

.pull-left .user-message::after {
    content: '';
    position: absolute;
    visibility: visible;
    top: 0px;
    left: 49px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    clear: both;
}

.right_messages .user-message::before {
    content: '';
    position: absolute;
    visibility: visible;
    top: 0px;
    right: 48px;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
}

.right_messages .user-message::after {
    content: '';
    position: absolute;
    visibility: visible;
    top: 0px;
    right: 48px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    clear: both;
}

.right_messages .user-message {
    margin-right: 57px;
}

.user-avatar_right {
    float: right !important;
}

.user-send-message {
    width: 100%;
    padding: 10px 5px;
    border-top: 1px solid #e2e2e2;
    border-radius: 0 0 20px 20px
}

.user-send-message textarea {
    border: 0;
    padding: 9px 18px;
    outline: none;
    resize: none;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    height: 36px;
    border-radius: 100px;
    font-size: 12px;
}

.messages-sidebar {
    overflow: auto;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
}

.messages-sidebar .search-box {
    position: relative;
    padding: 10px;
    border-radius: 8px 0 0 0;
    display: flex;
    align-items: center;
}

.messages-sidebar .search-box .search-box-inner {
    position: relative;
    flex: 1 1 auto;
}

.messages-sidebar .search-box input {
    width: 100%;
    padding: 9px 18px;
    outline: none;
    background-color: #fff;
    border-radius: 50px;
    height: auto;
    border: 1px solid #f0f0f0;
    font-size: 12px;
}

.line_search {
    position: absolute;
    margin: 0px 16px 0 0;
    pointer-events: none;
    right: 27px;
    height: 80%;
    border-left: 1px solid #70707035;
    width: 1px;
    top: 4px;
}

.line_search_send {
    position: absolute;
    margin: 0px 16px 0 0;
    pointer-events: none;
    right: 38px;
    height: 24px;
    border-left: 1px solid #70707035;
    width: 1px;
    top: 16px;
}

.messages-sidebar .search-box svg.feather {
    position: absolute;
    margin: 0px 16px 0 0;
    pointer-events: none;
    right: 0;
    height: 100%;

}

.messages-sidebar .search-box>.btn {
    flex: 0 0 auto;
    padding: 5px 12px;
    background-color: #f7f7f7;
    border-radius: 16px;
    height: 34px;
    border: 1px solid #f0f0f0;
}

.messages-sidebar ul {
    margin: 0 10px;
    list-style: none;
    height: calc(100vh - 226px);
    overflow-y: auto;
    border-radius: 0 0 0 8px;
}

.messages-sidebar ul li {
    border-bottom: none;
    position: relative;
}

.messages-sidebar ul li:last-child {
    border: 0;
}

.messages-sidebar ul li a {
    transition: all .2s;
    display: block;
    padding: 12px 10px;
    min-height: 77px
}

.messages-sidebar ul li a .user-avatar {
    width: 55px;
    float: left;
    margin: 0 15px 0 5px;
}

.messages-sidebar ul li a .user-avatar img {
    width: 100%;
    border-radius: 100%;
}

.messages-sidebar ul li a .user-name {
    margin: 4px 0 9px;
    font-weight: 500;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.messages-sidebar ul li a .user-last-message {
    font-size: 12px;
    color: #929292;
}

.messages-sidebar ul li a .time {
    float: right;
    margin: 12px 4px;
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 0;
}

.messages-sidebar ul li a:hover {
    background-color: rgba(0, 0, 0, 0.02);
    color: #2196f3;
    text-decoration: none;
}

.messages-sidebar ul li a:focus {
    text-decoration: none;
}

.messages-sidebar ul li.active {
    background-color: #f5f5f5;
}

.messages-sidebar .saving {
    color: #2196f3 !important;
}

.hash {
    color: #2196f3 !important;
}

@keyframes blink {
    0% {
        opacity: .4;
        transform: scale(1.5);
    }

    20% {
        opacity: 1;
        transform: scale(1.5);
    }

    100% {
        opacity: .4;
        transform: scale(1.5);
    }
}

.saving span {
    color: #2196f3 !important;
    animation-name: blink;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    animation-delay: .1s;
}

.saving span:nth-child(3) {
    animation-delay: .2s;
}

.saving.sidebar span {
    margin-right: 5px;
    font-size: 12px;
}

.ellipsis {
    text-overflow: ellipsis;
    max-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.user-last-message {
    text-overflow: ellipsis;
    max-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

#delete-conversation {
    cursor: pointer;
    background: rgb(255 255 255 / 30%);
    padding: 8px 12px 0;
    border-radius: 5px
}

#load-more-messages {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 60px;
    background-color: #2196f3;
    color: #fff;
    border: none;
    display: none;
    height: 40px;
    width: 40px;
    z-index: 99999;
    padding: 5px;
    border-radius: 100%;
    transition: all 0.2s;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
    outline: 0;
}

#load-more-messages:hover {
    transform: translateY(-3px);
}

.btn {
    outline: 0 !important;
}

.btn-default {
    background: #f0f0f0;
    border: 0;
}

.btn-default svg.feather {
    margin-top: -3px;
    width: 16px;
    height: 16px;
}

.bold {
    font-weight: bold;
}

.pt_shadow {
    /*    box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.pt_vid_fixed_height {
    min-height: 66.4px;
    max-height: 66.4px;
}

.w-100 {
    width: 100%;
}

#wave {
    position: absolute;
    top: 158px;
    transform: rotate(180deg);
}

.modal-footer {
    padding: 10px 15px 10px 15px !important;
    background-color: #fcfcfc;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #e7e8ec;
}

.modal-footer .btn-main svg.feather {
    width: 17px;
    height: 17px;
    margin: -2px 3px 0 0;
}

.p-relative {
    position: relative;
}

.snackbar-container {
    transition: all .5s ease;
    transition-property: top, right, bottom, left, opacity;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    min-height: 14px;
    background-color: #070b0e;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    line-height: 22px;
    padding: 18px 24px;
    bottom: 0;
    top: 0;
    opacity: 0;
    z-index: 9999;
}

.snackbar-container .action {
    background: inherit;
    display: inline-block;
    border: none;
    font-size: inherit;
    text-transform: uppercase;
    color: #4caf50;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer;
}

@media (min-width: 640px) {
    .snackbar-container {
        min-width: 288px;
        max-width: 568px;
        display: inline-flex;
        border-radius: 12px;
        margin: 24px;
        bottom: -100px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    }
}

@media (max-width: 640px) {
    .snackbar-container {
        left: 0;
        right: 0;
    }
}

.snackbar-pos.bottom-center {
    top: auto !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.snackbar-pos.bottom-left {
    top: auto !important;
    bottom: 0;
    left: 0;
}

.snackbar-pos.bottom-right {
    top: auto !important;
    bottom: 0;
    right: 0;
}

.snackbar-pos.top-left {
    bottom: auto !important;
    top: 0;
    left: 0;
}

.snackbar-pos.top-center {
    bottom: auto !important;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.snackbar-pos.top-right {
    bottom: auto !important;
    top: 0;
    right: 0;
}

.wo_about_wrapper_parent {
    position: absolute;
    top: 57px;
    width: 100%;
    left: 0;
    right: 0;
    min-height: 230px;
    max-height: 230px;
}

.wo_about_wrapper {
    position: relative;
    min-height: 230px;
    height: 230px;
    background-position: center;
    background-size: cover;
}

.wo_about_wrapper>svg {
    position: absolute;
    bottom: -49px;
    transform: rotate(180deg);
}

.wo_about_wrapper .full-width-picture {
    height: 230px;
    background-position: center;
    background-size: cover;
}

.wo_about_wrapper .hero-overlay {
    background-color: #04abf2;
    position: absolute;
    width: 100%;
    height: 100%;
}

.wo_about_wrapper .hero-overlay h1 {
    color: #fff;
    margin-top: 45px;
    margin-bottom: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
}

.wo_about_wrapper .hero-overlay h1 .site_desc {
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    display: block;
    margin-top: 30px;
}

.wo_about_wrapper .hero-overlay h1 svg.feather {
    margin-top: -5px;
    width: 34px;
    height: 34px;
    stroke-width: 1.3;
}

.hero-overlay {
    background: #04abf2;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}

.pt_page_margin {
    margin-top: 150px;
    position: relative;
}

/*.pt_vid_lst_page {padding: 15px 0 0;}*/

.empty_state {
    width: 100%;
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    font-weight: 500;
    color: #6b6b6b !important;
    display: block;
    text-align: center;
}

.empty_state svg.feather {
    display: block;
    margin: 0 auto 15px;
    width: 40px;
    height: 40px;
    color: #aaa;
}

.emojionearea .emojionearea-editor {
    background-color: #fff !important;
}

.pt_forms .form-group {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}

.pt_forms .form-group input[type=text] {
    border: 2px solid #fff;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    height: 52px;
    line-height: 14px;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
    outline: none;
}

.pt_forms .form-group input[type=number] {
    border: 2px solid #e3e4e8;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    height: 52px;
    line-height: 14px;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
    outline: none;
}

.pt_forms .form-group input[type=number]:focus {
    border-color: #b3b3b3;
}

.pt_forms .form-group input[type=email] {
    border: 2px solid #e3e4e8;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    height: 40px !important;
    line-height: 14px;
    padding-left: 15px;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
}

.pt_forms .form-group input[type=email]:focus {
    border-color: #b3b3b3;
}

.pt_forms .form-group input[type=password] {
    border: 2px solid #fff;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    height: 52px !important;
    line-height: 14px;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
}

/*.pt_forms .form-group input[type=password]:focus { border-color: #b3b3b3; }*/
.pt_forms .form-group select {
    border: 2px solid #fff;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    height: 52px;
    line-height: 14px;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
}

.pt_forms .form-group select:focus {
    border-color: #b3b3b3;
}

.pt_forms .form-group textarea {
    border: 2px solid #fff;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
    resize: none;
}

/*.pt_forms .form-group textarea:focus { border-color: #b3b3b3; }*/
.pt_forms .form-group textarea:focus+.help-block {
    opacity: 1;
}

.pt_forms .form-group .help-block {
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.pt_forms .form-group label.col-md-12 {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
}

.pt_forms .form-group input:focus+.help-block {
    opacity: 1;
}

.pt_forms .last-sett-btn {
    margin: 0 -25px -25px;
    background-color: transparent !important;
    border-top: none !important;
}

.setting-panel-mdbtn_custom i {
    display: none;
}

.setting-panel-mdbtn_custom {
    padding: 15px 43px !important;
}

.pt_forms .setting-panel-mdbtn,
.setting-panel-mdbtn_custom {
    /*    padding: 9px 18px; */
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    font-weight: 400;
    margin: 2px 25px;
    height: auto !important;
    position: absolute !important;
    top: 29px;
    right: 35px;
    padding: 18px 43px;
    border-radius: 61px;
    background: #0C95D9;
    font-size: 16px;
}

.setting-panel-tf {
    margin: 2px 25px;
    height: auto !important;
    position: absolute !important;
    top: 29px;
    right: 35px;
}

.setting-panel-tf button {
    background: #0C95D9;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    border-radius: 61px;
    font-size: 16px;
    font-weight: 400;
    height: 40px !important;
}

.pt_forms .setting-panel-mdbtn:hover {
    background: #49addf;
}

.setting-panel-mdbtn-bottom {
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    font-weight: 400;
    margin: 2px 25px;
    height: auto !important;
    padding: 18px 43px;
    border-radius: 61px;
    background: #0C95D9;
    font-size: 16px;
}

.pt_forms .setting-panel-mdbtn-bottom:hover {
    background: #49addf;
}

.pt_forms .ui-widget.ui-widget-content {
    border: 2px solid #e3e4e8;
    margin: 0;
    background: #fff;
}

.pt_forms ul.tagit li.tagit-new {
    padding: 0;
    margin: 0;
}

.pt_forms ul.tagit li.tagit-new input {
    border: 0;
}

.upload-product-image {
    width: 100px;
    height: 100px;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    border: 2px dashed #ccc;
    cursor: pointer;
    display: table;
    margin: 0 6px;
}

.upload-image-content {
    font-size: 15px;
    color: #555;
    transition: all 0.2s ease-in-out;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#productimage-holder {
    width: 100%;
    padding: 0 8px;
    margin: 0;
    white-space: nowrap;
}

#productimage-holder .thumb-image {
    width: 100px;
    height: 100px;
    margin: 0 5px 0 0;
    display: inline-block;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    border-radius: 4px;
}

.pt_design_button {
    width: 180px;
    display: table;
    min-height: 180px;
    overflow: hidden;
    border: 2px dashed #ccc;
    background: #fff;
    padding: 5px;
}

.pt_design_button span {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: #666;
}

.pt_design_button svg.feather {
    margin-top: 0;
    width: 45px;
    height: 45px;
    color: #ccc;
}

.pt_404 {
    padding: 45px 15px;
    border: 0;
    border-radius: 3px;
}

.pt_404 .btn {
    margin: 35px 0 0;
}

.no_page_link input {}

.fixed-action-btn {
    user-select: none;
    position: fixed;
    bottom: -60px;
    right: 35px;
    z-index: 1;
}

@media (min-width: 992px) {
    .fixed-action-btn {
        display: none;
    }
}

.fixed-action-btn ul {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    background: transparent !important;
    pointer-events: none;
}

.fixed-action-btn ul li {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #fff;
    margin: 7px 0;
    border-radius: 50%;
    transform: scaleY(0.4) scaleX(0.4);
    transition: all 0.4s cubic-bezier(0.64, 0.09, 0.08, 1);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.btn-fab-floating {
    cursor: pointer;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    color: #ffffff;
    background-color: #04abf2;
    line-height: 55px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.btn-fab-floating svg.feather {
    margin-top: 0;
    width: 26px;
    height: 26px;
}

.btn-fab-floating.active+ul>li {
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.btn-floating {
    line-height: 40px;
    display: block;
}

.btn-floating svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.pt_four_videos {
    height: 500px;
}

.pt_four_videos .empty_state {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

.pt_four_videos .col-md-3 {
    width: 49.6%;
    margin: 7px 0 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.pt_homepg_whote_bg {
    margin-top: 0px;
    padding-top: 0px;
    background: #fff;
}

.pt_homepg_whote_bg.margin {
    margin-top: -150px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.pt_hmpg_contanr {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1400px;
    margin: 0 auto;
}

.pt_hmpg_vidlst .videos .video-list {
    /*background-color: rgba(0, 0, 0, 0.04);border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);*/
}

.pt_hmpg_vidlst .pt_vid_fixed_height {
    padding: 0 10px 7px;
    min-height: 73.6px;
    max-height: 73.6px;
}

.pt_hmpg_vidlst .videos .video-list .video-list-image:after {
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    pointer-events: none;
    background: rgb(0 0 0 / 30%);
}

.pt_hmpg_vidlst .videos .video-list:hover .video-list-image:after {
    opacity: 1;
    visibility: visible;
}

.pt_hmpg_vidlst .videos .video-list .video-list-image a {
    width: 100%;
    /*    padding-bottom: 92%;*/
    aspect-ratio: 4/3;
    outline: none;
    aspect-ratio: 16/9;
}

.pt_hmpg_vidlst .videos .video-list .video-list-image a img {
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
}

.pl_feat_vid_slide {
    padding: 0 0 8px;
}

.feature_image_main {
    position: relative;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 100px 20px 0 32px;


}

.pt_new_home_feat_vidd {
    height: 708px;
    display: block !important;
}

.pt_new_home_feat_vidd.owl-carousel .owl-stage,
.pt_new_home_feat_vidd.owl-carousel .owl-item {
    width: 100% !important;
}

.pt_new_home_feat_vidd .feature_image_main {
    padding-left: 0;
    padding-right: 0;
}

.pt_fv_blur_img {
    position: relative;
}

/*.pt_fv_blur_img { position: absolute;left: 20px;right: 20px;height: 500px;overflow: hidden;border-radius: 12px;/*box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);*/
}

*/ .pt_fv_blur_img>div {
    position: relative;
    height: 500px;
}

/*.pt_fv_blur_img > div:before {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;backdrop-filter: blur(60px);background-color: rgba(0, 0, 0, 0.1);}*/
/*.pt_fv_blur_img > div:after { content: ""; position: absolute; right: 0; bottom: 0; width: 100%; height: 70%;background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2));}*/

.pt_featured_video {
    position: relative;
    display: block;
    padding: 0 15px;
    /*margin-bottom: 20px;*/
    -webkit-mask-image: -webkit-gradient(linear, left 30%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
}

.pt_featured_video h4 {
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.35);
    top: 15px;
    left: 35px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 10px;
    border-radius: 50%;
}

.pt_featured_video .video-player a {
    display: block;
    color: #f1f1f1;
    font-weight: normal;
}

.pt_featured_video .video-player .video-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}

.pt_featured_video .video-player .publisher-element {
    width: 100%;
    margin: 9px 0 0;
    color: #fff;
    padding: 0;
    border: 0;
}

.pt_featured_video .video-player .publisher-element .publisher-avatar {
    width: 32px;
    height: 32px;
}

.pt_featured_video .video-player .publisher-element .publisher-avatar img {
    border-radius: 50%;
}

.pt_featured_video .video-player .publisher-element a {
    font-size: 14px;
}

.pt_featured_video .video-player .video-big-title {
    margin: 0;
}

.pt_featured_video .video-player .video-big-title a {
    color: #fff;
    font-size: 26px;
}

.pt_featured_video .thumbnail_holder {
    position: relative;
    display: flex;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 500px;
    max-height: 500px;
}

.pt_featured_video .thumbnail_holder img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    display: block;
    margin: 0;
    opacity: 1;
    transform: translate(-50%, -50%);
    max-width: 100%;
    border-radius: 2px;
    min-width: 100%;
    min-height: 100%;
    transition: transform 0.5s ease;
}

.pt_featured_video .thumbnail_holder:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25));
}

.pt_featured_video .video-title .video_info {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.pt_featured_video .video-title .video_info>span {
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.66);
}

.pt_featured_video .video-title .video_info .video-likes svg {
    width: 16px;
    height: 16px;
}

/*.pt_featured_video:hover .thumbnail_holder img { transform: scale(1.1) translate(-45.3%, -45%); }*/

.view_more_link {
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease;
    overflow: hidden;
    display: none;
}

/*.view_more_link a {display: block;background-color: #efefef;padding: 8px 12px;text-transform: none;font-weight: 500;color: #272727;border-radius: 2em;text-decoration: none;}*/

.pt_foot_lang svg.feather {
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
}

.pt_foot_lang.open>.pt_language_select {
    transform: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    margin-bottom: 15px;
}

.pt_language_select {
    border-radius: 4px;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 0;
    transform: rotate3d(1, 1, 0, 15deg);
    transform-origin: 0 100%;
    opacity: 0;
    will-change: transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .25s;
    display: block;
    visibility: hidden;
    pointer-events: none;
    min-width: 130px;
}

.pt_language_select:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 30px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 20px 0 3px 0;
    background: #fff;
    z-index: -1;
}

.pt_language_select li a {
    font-size: 14px !important;
    line-height: 33px;
    padding: 0 20px;
    transition: background-color .1s;
}

.headtoppoint {
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    position: absolute;
    left: 100%;
    margin-left: -35px;
    filter: drop-shadow(0px -3px 2px rgba(0, 0, 0, 0.05));
}

.pt_upload_vdo .upload {
    border: 0 !important;
    transition: all 0.1s ease;
    padding-bottom: 40px;
}

.pt_upload_vdo>div h4 {
    margin: 0 0 9px;
    font-size: 20px;
    color: #444;
    font-weight: normal;
}

.pt_upload_vdo>div p {
    font-size: 17px;
}

.pt_upload_vdo button {
    margin-top: 60px;
    padding: 10px 65px;
    height: 48px;
    border-radius: 24px;
    font-weight: 500;
    font-size: 16px;
}

.pt_upload_vdo .progress {
    height: auto;
    border-radius: 2px;
    margin: 4px 0 20px;
    background: #fff;
    box-shadow: none;
    padding: 10px;
}

.pt_upload_vdo .progress .percent {
    position: relative;
    left: auto !important;
    color: #444 !important;
    margin: 0 !important;
    width: auto;
    float: right;
}

.pt_upload_vdo svg.feather-upload {
    margin: 20px 0;
    width: 100px;
    height: 100px;
    transition: transform .4s ease;
}

.pt_upload_vdo.hover svg.feather {
    transform: scale(1.1);
}

.watermark {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
    display: none;
    transition: all 0.5s;
}

.private-text {
    font-size: 12px;
    background: #eee;
    color: #333;
    padding: 5px;
    border-radius: 3px;
    margin-top: -3px;
}

.pt_import_vdo {
    padding: 15px 0;
}

.pt_import_vdo #fetch-form {
    padding: 0px;
}

.pt_import_vdo .col-md-9 {
    padding-right: 0;
}

.pt_import_vdo .col-md-9 input {
    padding: 0 10px 0 50px;
    border-color: #dedede;
    font-size: 19px;
    background: #f2f2f2;
    height: 50px;
    color: #151720;
    border-radius: 29px 0 0 29px;
    transition: all 0.2s linear;
}

.pt_import_vdo .col-md-9 input:focus+.help-block {
    opacity: 1;
    visibility: visible;
}

.pt_import_vdo .col-md-9 .help-block {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.pt_import_vdo .col-md-9 svg.feather {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 15px;
    left: 25px;
    color: #8c8c8c;
    pointer-events: none;
}

.pt_import_vdo .col-md-3 {
    padding-left: 0;
}

.pt_import_vdo .col-md-3 button {
    width: 100%;
    font-size: 18px;
    height: 50px;
    border: 0;
    border-radius: 0 29px 29px 0;
}

.pt_import_vdo .video-description {
    max-height: 160px;
    overflow: hidden;
    overflow-y: auto;
}

.pt_import_vdo svg.feather-import {
    margin: 20px 0;
    width: 100px;
    height: 100px;
    transition: transform .4s ease;
    margin-bottom: 45px;
}

.progress_bar_parent {
    margin: 8px 40px 0 0;
    height: 4px;
    border-radius: 0;
}

.pt_svg_lines {
    position: absolute;
    height: 40px;
    bottom: 60px;
    left: -25px;
    transform: translateY(30%) rotate(180deg);
}

.postFooter {
    clear: both;
    padding-top: 10px;
    border-top: 1px solid #f5f5f5;
    margin: 0;
}

.postFooter .u-floatRight a {
    color: rgba(0, 0, 0, 0.4);
}

.postFooter .u-floatRight svg.feather {
    margin-top: -3px;
    width: 17px;
    height: 17px;
}

.postFooter .u-floatLeft svg.feather {
    margin: -1px 0 0 -4px;
    width: 17px;
    height: 17px;
}

@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.pt_video_comments {
    padding: 10px 0px;
}

.pt_video_comments .comments-header {
    margin: 5px 0 20px;
    text-align: left;
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
}

.pt_video_comments svg.feather.blue {
    margin-top: 0;
    width: 15px;
    height: 15px;
    color: #2196f3;
}

.pt_msg_area {
    padding: 20px;
    height: calc(100vh - 255px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    box-shadow: none;
}

.pt_msg_area .empty_state {
    position: absolute;
    margin: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pt_msg_header {
    padding: 22px 23px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.19);
    position: relative;
    line-height: 27px;
    border-radius: 20px 20px 0 0;
}

.pt_msg_header h3 {
    margin: 0;
    line-height: 27px;
}

.pt_msg_header h3 .mobilemsgclose {
    display: none;
    cursor: pointer;
    margin: -1px 10px 0 0;
    width: 23px;
    height: 23px;
    stroke-width: 2.5px;
}

.pt_msg_main {
    background: #f2f2f2;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    border-radius: 20px;
}


.author-list .video-wrapper {
    margin-bottom: 10px;
}

.author-list .video-wrapper .author-info {
    margin-bottom: 10px;
}

.author-list .video-wrapper .author-info .author-img {
    margin-right: 5px;
}

.author-list .video-wrapper .author-info .author-img img {
    width: 25px;
}

.author-list .video-wrapper .author-info .author-name {
    line-height: 1.8;
    font-weight: 600;
}

.author-list .video-wrapper .author-info .author-name a {
    color: #333;
}

.author-list .video-wrapper .video-thumb {
    height: 201px
}

.author-list .video-wrapper .video-thumb a {
    position: relative;
    padding-bottom: 56.25%;
    display: block;
}

.author-list .video-wrapper .video-thumb img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.author-list .video-wrapper .video-info,
.pt_homep_articls .video-wrapper .video-info {
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 13px 10px;
    height: 100%;
    background: url('../img/bg_article.png');
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    background-size: cover;
}

.articles-content.pt_homep_articls .pt_article_list {
    padding-top: 0;
}

.author-list .video-wrapper .video-info:hover,
.pt_homep_articls .video-wrapper .video-info:hover {
    background-size: cover;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 9px;
}

.author-list .video-wrapper .video-info:hover .article-desc,
.pt_homep_articls .video-wrapper .video-info:hover .article-desc {
    display: block;
}

.author-list .video-wrapper .video-info:hover .arrow_read,
.pt_homep_articls .video-wrapper .video-info:hover .arrow_read {
    display: block;
}

.pt_homep_articls .video-info .article-title h4 a {
    text-decoration: none;
}

.pt_homep_articls .video-info .article-title h4 {
    padding-bottom: 10px;
}

.pt_homep_articls .pt_article_h_list .video-thumb img {
    border-radius: 11px;
}

.video-wrapper.article-wrapper .article-desc {
    display: none;
    text-align: left;
    letter-spacing: 0px;
    color: #C7C7C7;
    opacity: 1;
}

.video-info .article-desc p {
    font-size: 10px !important;
    line-height: 14px;
    width: 92%;
}

.video-info .article-title h4 {
    margin-bottom: 0 !important;
}

.author-list .video-wrapper .video-title {
    font-size: 16px;
    word-wrap: break-word;
}

.author-list .video-wrapper .video-title a {
    font-weight: 500;
    color: #333;
}

.author-list .video-wrapper .video-title a:hover {
    color: #04abf2;
    text-decoration: none;
}

.author-list .video-wrapper .video-desc {
    margin-top: 10px;
    font-size: 10px;
    color: #777;
    overflow: hidden !important;

    white-space: nowrap;
    max-height: 46px;
    text-overflow: ellipsis;
}

.author-list .video-wrapper hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.user-comment p.active.reply-text {
    color: #42c1be !important;
}

.user-comment p.active.comment-text {
    color: #42c1be !important;
}

.pt_main_hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pt_main_hdr .navbar-header {
    flex: 1;
    display: inline-flex;
}

nav.navbar-findcond {
    background: linear-gradient(rgb(255 255 255 / 20%), transparent);
    padding: 0 20px;
    height: 66px;
    margin: 0 !important;
    border: 0;
    transition: all 0.2s;
}

nav.navbar-findcond ul.navbar-nav a {
    color: #3e3e3e;
    font-size: 15px;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    padding-top: 17.5px;
    padding-bottom: 17.5px;

}

nav.navbar-findcond ul.navbar-nav a.hdr_hover_btn {
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    margin: 3px;
    color: #3e3e3e !important;
}

nav.navbar-findcond ul.navbar-nav .hide-from-mobile.profile-nav>a {
    padding: 15.5px 12px;
    border-radius: 2em;
}

nav.navbar-findcond ul.navbar-nav a.hdr_hover_btn:hover,
nav.navbar-findcond ul.navbar-nav .hide-from-mobile.profile-nav>a:hover {
    background: rgb(0 0 0 / 10%) !important;
}

nav.navbar-findcond ul.navbar-nav a.hdr_hover_btn svg path:hover {
    fill: currentColor !important;
}

nav.navbar-findcond ul.navbar-nav.sec_lay_hdr a {
    border: 0;
    padding: 0 8px;
    line-height: 29px;
    opacity: 0.7;
    height: 29px;
    text-align: left;
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #0F0F0F;
    margin: 0px 2px;
}

nav.navbar-findcond ul.navbar-nav.custom_text_link a {
    margin: 18.5px 2px;
}

nav.navbar-findcond ul.navbar-nav.custom_text_link a.flex_home_arrow {
    height: auto;
}

nav.navbar-findcond ul.navbar-nav.custom_text_link .custom_menu_login_usss a {
    margin: 2px 2px;
    height: auto;
}

nav.navbar-findcond ul.navbar-nav.sec_lay_hdr a svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

nav.navbar-findcond ul.navbar-nav.sec_lay_hdr a:hover {
    opacity: 1;
}

nav.navbar-findcond ul.navbar-nav.sec_lay_hdr li.active a {
    background: transparent !important;
    opacity: 1;
}

nav.navbar-findcond ul.navbar-nav a:hover {
    background: transparent;
}

nav.navbar-findcond ul.navbar-nav a:visited {
    background: transparent;
}

nav.navbar-findcond ul.navbar-nav a:focus {
    background: transparent;
}

nav.navbar-findcond ul.navbar-nav a:active {
    background: transparent;
}

nav.navbar-findcond ul.navbar-nav.navbar-right li.open>a {
    background: rgba(0, 0, 0, 0.05);
    border: 0;
}

nav.navbar-findcond ul.navbar-nav.navbar-right li a svg.feather {
    margin-top: -1px;
}

nav.navbar-findcond ul.navbar-nav.navbar-right>li.top-header>a {
    color: #696969;
}

nav.navbar-findcond ul.navbar-nav.navbar-right>li.top-header.non-logged>a {
    color: #3e3e3e !important;
    margin: 3px;
}

nav.navbar-findcond ul.navbar-nav.navbar-right>li>a>svg {
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-top: -3px;
    margin-bottom: -4px;
}

nav.navbar-findcond ul.navbar-nav li.active a:not(.category) {
    border-color: #04abf2;
    color: #04abf2;
    background-color: #04abf2;
}

nav.navbar-findcond ul.dropdown-menu {
    border: 0;
    background: #fff;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

nav.navbar-findcond ul.dropdown-menu>li>a {
    color: #444;
    padding: 7px 12px;
}

nav.navbar-findcond ul.dropdown-menu>li>a:hover {
    background: #3F90CF !important;
    color: #fff !important;
    border-color: transparent !important;
}

nav.navbar-findcond .search-header {
    margin: 0 auto;
    position: relative;
    padding: 0;
    border: 0;
    box-shadow: none;
}

nav.navbar-findcond .search-header>.form-group {
    margin: 0;
}

nav.navbar-findcond .search-header input {
    font-size: 12px;
    height: 35px;
    padding-left: 15px;
    color: #444;
    width: 620px !important;
    transition: all 0.3s;
    border: 0;
    background-color: #ededed;
    border-radius: 2em;
}

nav.navbar-findcond .search-header .search-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    color: #333;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 31px;
    padding: 5px 0;
    top: 42px;
}

nav.navbar-findcond .search-header .search-dropdown .search-result {
    padding: 9px 15px;
    margin: 5px 12px;
    border-radius: 2em;
    word-break: break-word;
}

nav.navbar-findcond .search-header .search-dropdown .search-result:hover {
    background-color: #3F90CF;
}

nav.navbar-findcond .search-header .search-dropdown .search-result a {
    display: block;
    color: #333;
    text-decoration: none;
}

nav.navbar-findcond .search-header .search-dropdown .search-result:hover a {
    color: #fff;
}

nav.navbar-findcond .search-header svg.feather {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0px;
    margin: 8px 10px;
}

nav.navbar-findcond .search-header-mobile {
    padding: 10px;
    position: relative;
}

nav.navbar-findcond .search-header-mobile .form-group {
    margin: 0;
}

nav.navbar-findcond .search-header-mobile input {
    height: 46px;
    color: #444;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s;
    background-color: white !important;
    border: 0;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}

nav.navbar-findcond.nav_bg_solid .search-header-mobile input {
    background: rgb(0 0 0 / 5%) !important;
    box-shadow: none;
}

nav.navbar-findcond .logo-img {
    max-width: 123px;
    padding: 0;
    margin: 13px 25px !important;
    height: auto;
    display: inline-block;
    background: transparent !important;
}

nav.navbar-findcond .logo-img img {
    width: 100%;
}

nav.navbar-findcond .header-image {
    width: 35px;
    height: 35px;
    border: none;
    margin: -9px 0 -7px;
    border-radius: 50%;
}

nav.navbar-findcond button.navbar-toggle {
    background: #04abf2;
    border-radius: 2px;
}

nav.navbar-findcond button.navbar-toggle:hover {
    background: #929292;
}

nav.navbar-findcond button.navbar-toggle>span.icon-bar {
    background: #fff;
}

nav.navbar-findcond li.divider {
    background: #f4f4f4;
}

nav.navbar-findcond span.badge {
    background: #04abf2;
    font-weight: normal;
    font-size: 11px;
    margin: 0 4px;
}

nav.navbar-findcond span.badge.new {
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
}

nav.navbar-findcond .profile-nav.open>.dropdown-menu.ani-acc-menu,
.heading_all_sections_top>.dropdown.open .dropdown-menu.ani-acc-menu {
    transition: opacity 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms;
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

nav.navbar-findcond .profile-nav .dropdown-menu.ani-acc-menu .headtoppoint {
    margin-left: -44px;
}

nav.navbar-findcond .dropdown-menu.ani-acc-menu>li>a {
    padding: 0 20px;
    font-weight: 300;
    line-height: 38px;
    border: 0;
    font-size: 14px !important;
    display: flex;
    align-items: center;
}

nav.navbar-findcond .dropdown-menu.ani-acc-menu>li>a svg {
    margin: 0 12px 0 0;
    opacity: 0.8;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

/*nav.navbar-findcond .dropdown-menu.ani-acc-menu > li.hid_svg > a svg {opacity: 0;}*/
nav.navbar-findcond .dropdown-menu.ani-acc-menu>li>a img {
    width: 22px;
    height: 22px;
    margin: 0 12px 0 0;
    border-radius: 50%;
}

nav.navbar-findcond .dropdown-menu.ani-acc-menu>li>a div {
    line-height: normal;
    font-weight: 500;
    padding: 6px 0;
}

nav.navbar-findcond .dropdown-menu.ani-acc-menu>li>a span {
    display: block;
    line-height: normal;
    font-weight: normal;
    opacity: 0.8;
    font-size: 13px;
    margin-top: 2px;
}

nav.navbar-findcond.search-bar {
    top: 66px;
}

.videos-latest-list.row {
    margin-right: 0;
}

.categories-drop-down a {
    color: #444 !important;
}

.video-title p {
    word-break: break-all;
    margin-top: 10px;
}

.video-description p {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
    word-break: break-all;
}

.edit-thumb img {
    cursor: pointer;
}

.edit-thumb img:hover {
    opacity: 0.9;
}

.related-header h4 {
    margin-top: 5px;
    padding-bottom: 10px;
    color: #888;
    border-bottom: 1px solid #f3f3f3;
}

.related-header h4 .fa-bolt {
    color: #04abf2;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #07e;
    border-color: #07e;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #07e;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #07e;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #07e;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}

.settings-sidebar ul {
    /*    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.settings-sidebar ul li {
    border-left: 3px solid #F2F2F2;
    padding: 0;
    background: transparent;
    /*border-bottom: 1px solid #ECF0FE04;*/
}

.settings-sidebar ul li:last-child {
    border-bottom: none;
}

.settings-sidebar ul li:hover {
    border-color: #0C95D9 !important;
    /*border-bottom: 1px solid #ECF0FE04 !important;*/
}

.settings-sidebar ul li a {
    display: block;
    padding: 20px 33px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.settings-sidebar ul li a:hover {
    text-decoration: none;
    background-color: transparent;
}

.settings-sidebar ul li a:focus {
    text-decoration: none;
}

.settings-sidebar ul li a svg {
    margin: -1px 18px 0 0px;
    width: 18px;
    height: auto;
    vertical-align: middle;
}

.settings-sidebar ul li.active a {
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
}

.pt_sett_mani_page .last-sett-btn {
    margin: 10px 0 0 !important;
    border: 0;
    background: transparent;
    text-align: center;
}

.pt_sett_mani_page .last-sett-btn .setting-panel-mdbtn {
    margin: 0;
    border-radius: 2em;
    text-transform: none;
    font-size: 17px;
    font-weight: normal;
}

.pt_sett_mani_page .last-sett-btn .setting-panel-mdbtn svg {
    display: none;
}

.video-list-title a h4 {
    height: 2.2em;
    height: unset !important;
    max-height: 2.2em;
    overflow: hidden;
}

.submit-article-commet textarea {
    resize: vertical;
}

table .dataTables_empty {
    padding: 70px 0 !important;
    text-align: center;
    padding: 70px 0;
    font-size: 14px;
    font-weight: normal;
}

.replenish-wallet-form div {
    text-align: left !important;
}

.replenish-wallet-form div label span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin-right: 10px;
}

.replenish-wallet-form div label strong {
    font-size: 18px;
    color: #5cb85c;
}

.replenish-wallet-form div small {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.dataTable tbody tr td i.ad-category {
    font-size: 22px !important;
    color: #929292;
}

.user-monetization-panel button .material-icons {
    vertical-align: middle;
    font-size: 1.3em;
    margin-bottom: 3px;
}

#toggle-video-monetization-form .toggle {
    height: 26px !important;
    font-size: 12px;
    min-height: 15px !important;
    width: auto;
}

#toggle-video-monetization-form .toggle .toggle-group .btn {
    padding: 4px 10px;
    font-size: 12px;
}

.monetization-settings-header h3 {
    width: 100%;
    overflow: hidden;
}

.monetization-settings-header h3 span a {
    color: #fff !important;
    text-decoration: none;
}

.monetization-settings-header h3 i.material-icons {
    vertical-align: middle;
    margin-bottom: 3px;
    font-size: inherit;
}

.withdrawals-settings-header h3 {
    width: 100%;
    overflow: hidden;
}

.withdrawals-settings-header h3 span a {
    color: #fff !important;
    text-decoration: none;
}

.withdrawals-settings-header h3 i.material-icons {
    vertical-align: middle;
    margin-bottom: 3px;
    font-size: inherit;
}

.pt-comment-item-reply-form input:focus {
    box-shadow: 0 0 5px #5bc0de;
}

.mejs__overlay.mejs__layer {
    overflow: hidden;
}

.mejs__overlay.mejs__layer img {
    max-height: 100%;
    max-width: 100%;
}

.verifiacation-request-alert .alert {
    width: 100%;
    overflow: hidden;
    color: #fff;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

img.full-size {
    width: 100%;
    height: 100%;
}

ul.notfi-dropdown {
    min-width: 350px !important;
    max-width: 400px !important;
    width: auto;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    height: auto;
}

ul.notfi-dropdown ul#notifications-list {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    min-height: 50px;
    max-height: 223px;
}

ul.notfi-dropdown ul#notifications-list li.notifications-list {
    width: 100%;
    display: block;
    padding: 8px;
    margin: 0;
    /*border-bottom: 1px solid #2B2B2B; */
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
}

ul.notfi-dropdown ul#notifications-list li.notifications-list:last-child {
    border-bottom: none;
}

ul.notfi-dropdown ul#notifications-list li.notifications-list:hover {
    background: #f7f7f7;
}

ul.notfi-dropdown ul#notifications-list li.notifications-list a {
    padding: 0;
    border: 0;
}

ul.notfi-dropdown ul#notifications-list li.no-notifications {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

ul.notfi-dropdown ul#notifications-list li div.avatar {
    width: 45px;
    height: 45px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

ul.notfi-dropdown ul#notifications-list li div.avatar img {
    border-radius: 50%;
    width: 100%
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info {
    overflow: hidden;
    width: 80%
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info p {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #0f0f0f;
    font-size: 13px;
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info p .main-color {
    font-weight: normal;
    color: #fff;
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info p a {
    color: #333 !important;
    font-family: 'Poppins', sans-serif;
    text-transform: unset;
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info p a:hover {
    color: #333 !important;
    text-decoration: none !important;
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info time {
    color: #00000064;
    font-size: 11px;
    margin: 4px 0 0;
    font-family: arial;
    display: block;
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info time svg.feather {
    margin: -2px 3px 0;
    width: 15px;
    height: 15px;
}

ul.notfi-dropdown ul#notifications-list::-webkit-scrollbar {
    width: 5px;
    background: transparent !important;
}

ul.notfi-dropdown ul#notifications-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.notifications-list a:hover {
    text-decoration: none !important;
}

ul.notfi-dropdown li h5 {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

ul.notfi-dropdown li h5 i.fa-circle-o-notch {
    float: right;
    color: #555;
    display: none;
}

.player-video .video-processing {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 670px;
    height: 100%;
}

.movies-container .player-video {
    max-height: 670px;
}

.player-video .video-processing img {
    width: 100%;
    min-height: 100%;
}

.player-video .video-processing div {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, white 30%, rgb(255 255 255 / 50%));
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    border: 1px solid #e7e7e7;
}

.player-video .video-processing div h5 {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.player-video .video-processing div p:nth-child(2) {
    margin-bottom: 20px;
}

.player-video .video-processing div p>svg.feather {
    margin: 0 0 10px;
    width: 45px;
    height: 45px;
    animation-duration: 700ms;
    background: #ff6054;
    border-radius: 16px;
    color: #fff;
    padding: 9px;
}

.player-video .video-processing div h5 .btn-main {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 10px 25px;
    border: 0;
    border-radius: 2em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    margin: 0 5px;
}

.player-video .video-processing div .btn-subscribe,
.player-video .video-processing div .btn-subscribed {
    padding: 12px 18px;
    height: 40px;
    vertical-align: middle;
}

.nav.navbar-nav.navbar-right .dropdown.profile-nav ul {
    right: 0 !important;
    left: auto;
    width: 314px;
    overflow-y: auto;
    max-height: 90vh;
    overflow-x: hidden;
}

.upload-video.hover {
    border-color: #04abf2;
    cursor: pointer;
    color: #04abf2;
}

.upload-ffmpeg-mode #choose-thumnail-cr .choose-thumnail-control {
    padding: 10px 0;
}

.upload-ffmpeg-mode #choose-thumnail-cr .choose-thumnail-control span {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.upload-ffmpeg-mode #choose-thumnail-cr .choose-thumnail-control a {
    text-decoration: none;
    border-radius: 0;
    padding: 0 10px;
}

.upload-ffmpeg-mode #choose-thumnail-cr .carousel-inner .item img {
    width: 100%;
    min-height: 100% !important;
}

svg.feather {
    vertical-align: middle;
    margin-top: -4px;
    width: 19px;
    height: 19px;
}

#btn-fab-main.active svg.feather {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.pt_latest_vds .col-md-3 {
    width: 33.3333333%;
}

.pt_latest_vds .col-md-3:first-child {
    width: 50%;
}

.pt_latest_vds .col-md-3:first-child .video-list {
    margin-bottom: 0;
}

.pt_latest_vds .col-md-3:first-child .video-list .video-list-by {
    display: block;
    bottom: 10px;
    padding: 0 10px;
}

.pt_latest_vds .col-md-3:first-child .video-list .video-list-by span:first-child {
    display: block;
}

.pt_latest_vds .col-md-3:first-child .video-list .video-list-title {
    bottom: 30px;
}

.pt_latest_vds .col-md-3:first-child .video-list .video-list-title h4 {
    font-size: 25px;
    font-weight: normal;
}

.pt_latest_vds .col-md-3:nth-child(2),
.pt_latest_vds .col-md-3:nth-child(3),
.pt_latest_vds .col-md-3:nth-child(4),
.pt_latest_vds .col-md-3:nth-child(5) {
    width: 25%;
}

.pt_latest_vds .col-md-3 .video-list {
    position: relative;
    margin-bottom: 10px;
}

.pt_latest_vds .col-md-3 .video-list .video-list-image a img {
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.pt_latest_vds .col-md-3 .video-list .video-duration {
    bottom: auto;
    top: 5px;
}

.pt_latest_vds .col-md-3 .video-list .pt_vid_fixed_height {
    max-height: none;
    min-height: auto;
    margin-bottom: 10px;
    padding: 0;
}

.pt_latest_vds .col-md-3 .video-list .video-list-title {
    position: absolute;
    bottom: 3px;
    padding: 0 10px;
}

.pt_latest_vds .col-md-3 .video-list .video-list-title a {
    text-decoration: none;
}

.pt_latest_vds .col-md-3 .video-list .video-list-title h4 {
    color: #fff;
}

.pt_latest_vds .col-md-3 .video-list .video-list-by {
    position: absolute;
    display: none;
}

.pt_latest_vds .col-md-3 .video-list .video-list-by span {
    display: none;
}

.pt_latest_vds .col-md-3 .video-list .video-list-by br {
    display: none;
}

.pt_latest_vds .col-md-3 .video-list .video-list-by a {
    color: #fff;
    font-size: 13px;
}

.pt_latest_vds .col-md-3 .video-list .video-list-image a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
    border-radius: 0 0 6px 6px;
}

.pt_cat_vid_list .video-list {
    margin: 7px 0 10px;
}

.pt_footer .container-fluid {
    border-top: solid 1px #f0f0f0;
    background-color: #fff;
}

.pt_footer {
    padding: 25px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pt_footer a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 300 !important;
    /*    color: #9F9F9F !important;*/
    color: #0F0F0F;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 5px;
    list-style: none;
}

.pt_footer a:hover {
    color: #0F0F0F !important;
    text-decoration: underline;
}

.pt_footer .copyright {
    margin: 15px 0 0;
    font-size: 13px;
    opacity: 0.9;
}

.pt_history .video-wrapper {
    margin-bottom: 35px;
}

.pt_history .video-wrapper>div {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.pt_history .video-wrapper .video-thumb {
    margin: 0;
}

.pt_history .video-wrapper .video-thumb img {
    height: 140.4px;
    object-fit: cover;
}

.pt_history .video-wrapper .video-info {
    padding: 15px 16px 17px 18px;
}

.pt_history .video-wrapper .video-info .author-info {
    margin: 0;
}

.pt_history .video-wrapper .video-info .author-info .author-name {
    font-size: 12px;
    line-height: 16px;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #666;
}

.pt_history .video-wrapper .video-info .author-info .author-name a {
    font-weight: 700;
    color: #929292;
}

.pt_history .video-wrapper .video-info .author-info .author-name span {
    font-weight: normal;
}

.pt_history .video-wrapper .video-info>div {
    padding-right: 50px;
}

.pt_history .video-wrapper .video-info>div.video-actions {
    padding: 0 10px;
    margin: 0;
}

.pt_history .video-wrapper .video-info>div.video-actions svg.feather {
    width: 20px;
    height: 20px;
    margin: 8px 3px;
    color: #f93d66;
}

.pt_history .video-wrapper .video-info .video-title a {
    font-size: 12px;
    line-height: 16px;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #333;
    font-weight: 700;
    margin: 0 0 3px;
    word-break: break-all;
}

.pt_subscription .video-wrapper .author-info .author-img img {
    border-radius: 50%;
}

.pt_subscription .video-wrapper .author-info .author-name span {
    font-weight: normal;
    font-size: 13px;
}

.pt_subscription .video-wrapper .video-title {
    height: 45px;
    overflow: hidden;
    margin-bottom: 40px;
}

.pt_subscription .video-wrapper .video-title a {
    color: #167ac6;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.pt_subscription .video-wrapper .video-thumb img {
    height: 201px;
    object-fit: cover;
    border-radius: 10px
}

.pt_vdo_plyr .embed-responsive.stuck {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    height: 198px;
    padding: 0;
    z-index: 9;
    transform: translateY(100%);
    animation: fade-in-up .25s ease forwards;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 4px;
}

/* ******************************************************************* */

#bar_loading {
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 5000;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.45);
}

#bar_loading:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 2px;
    animation: head_loading 1.5s linear infinite;
    background-color: #04abf2;
}

@keyframes head_loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.p_t_show_btn:active,
.p_t_show_btn:visited,
.p_t_show_btn:link,
.p_t_show_btn {
    background: #777;
    border-color: #777;
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.empty_state a {
    color: inherit !important;
    text-decoration: none;
}

#video_dropdown .dropdown-menu .dropdown-item a {
    text-decoration: none;
    padding: 12px 17px;
    display: block;
    line-height: 1;
}

#video_dropdown .dropdown-menu .dropdown-item:hover a {
    color: #333 !important;
    background-color: #f1f1f1;
}

#video_dropdown .dropdown-menu .dropdown-item svg {
    margin-right: 11px;
    margin-top: -1px;
}

.user_comment_ {
    margin-left: 60px;
    overflow: visible !important;
}

.modal_close_btn {
    color: #fff !important;
}

.modal_content_back {
    background-color: #131313;
}

.mb_50 {
    margin-bottom: 50px;
}

.highcharts-root .highcharts-credits {
    display: none !important;
}

.search-dropdown_ {
    z-index: 444;
    background-color: #555;
    left: 15px;
    position: absolute;
    top: 70px;
}

.overflow_v {
    overflow: visible !important;
}

#geo_blocking>.bootstrap-select>button {
    margin-top: 0;
    border-radius: 2px;
    height: 30px !important;
    line-height: 14px;
    padding-left: 5px;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
    background: #fff;
    font-weight: normal;
    font-size: 13px;
}

#geo_blocking .bootstrap-select {
    width: 100%;
}

#geo_blocking .bootstrap-select * {
    outline: none !important;
}


/*Video Studio*/
.vid_stud_links {
    margin-bottom: -8px;
    margin-top: 18px;
    margin-left: -5px;
}

.vid_stud_links li {
    display: inline-block;
}

.vid_stud_links li a {
    display: block;
    padding: 5px 12px;
    margin: 0 3px;
    text-decoration: none;
    color: #383838;
    border-radius: 3px;
    background: #f5f5f5;
}

.vid_stud_links li.active a {
    color: white;
    background: #04abf2;
}

.vid_stud_links li a svg {
    margin-top: -3px;
    width: 18px;
    height: 18px;
    margin-right: 2px;
}

.vid_stud_filtr label {
    margin: 0;
    display: block;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
}

.vid_stud_filtr label input[type="radio"]:not(:checked),
.vid_stud_filtr label input[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vid_stud_filtr label input[type="radio"]+span {
    position: relative;
    display: block;
    padding: 0 20px;
    user-select: none;
    transition: all 0.15s;
    font-weight: 300;
    line-height: 29px;
    margin: 14px 2px;
    height: 29px;
    font-family: 'Poppins';
    font-size: 14px;
    border-radius: 14px;
}

.vid_stud_filtr label:hover span {
    background: #3F90CF;
    color: #fff
}

.vid_stud_filtr label input[type="radio"]:checked+span {
    background: #04abf2;
    color: #fff;
}

.vid_stud_acts a {
    text-decoration: none;
}

.vid_stud_stats svg {
    width: 13px;
    height: 13px;
    margin-top: -1px;
}

/*Video Analytics*/
.videos-list .vid_analts_info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.videos-list .vid_analts_info.short {
    margin-bottom: 7px;
}

.videos-list .vid_analts_info .video-thumb {
    width: 100% !important;
    max-width: 170px;
}

.videos-list .vid_analts_info.short .video-thumb {
    max-width: 120px;
    min-width: 120px;
}

.videos-list .vid_analts_info .video-thumb a {
    display: block;
    position: relative;
}

.videos-list .vid_analts_info .video-thumb img {
    border-radius: 6px;
}

.videos-list .vid_analts_info .video-thumb a svg {
    background: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-list .vid_analts_info.short .video-thumb a svg {
    width: 34px;
    height: 34px;
}

.videos-list .vid_analts_info .video-title {
    font-size: 20px;
}

.videos-list .vid_analts_info.short .video-title {
    font-size: 15px;
    max-height: 42px;
    overflow: hidden;
}

.videos-list .vid_analts_info .video-title a {
    font-weight: normal;
    word-break: break-word;
}

select#type {
    width: 150px;
}

.vid_analts_stat {
    display: flex;
    align-items: center;
    padding: 17px 17px 15px;
    border-radius: 7px;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.vid_analts_stat>svg {
    margin-right: 17px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
}

.vid_analts_stat h2 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.011em;
    margin-top: 0;
    margin-bottom: 3px;
}

.vid_analts_stat p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.vid_analts_stat p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.vid_analts_info_smll {
    font-size: 14px;
    margin-top: 4px;
    color: #717171;
}

/*Search Page*/
.heading_all_sections_top.search>span>svg {
    margin: 0;
}

.heading_all_sections_top>.btn,
.heading_all_sections_top>.dropdown .btn {
    border: 0;
    padding: 6px 19px;
    border-radius: 2em;
}

.heading_all_sections_top>.dropdown {
    line-height: normal;
}

.vid_srch_filtr {
    overflow: hidden;
}

.vid_srch_filtr .pt_forms {
    background-color: #fcfcfc;
    box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.12);
    padding: 5px;
    margin: 0;
    border-radius: 12px;
}

.vid_srch_filtr .pt_forms .form-group label.col-md-12 {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.vid_srch_filtr label span {
    cursor: pointer;
    font-size: 12px;
    color: #7c7c7c;
}

.vid_srch_filtr label input[type="radio"],
.vid_srch_filtr label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vid_srch_filtr label input[type="radio"]:checked+span,
.vid_srch_filtr label input[type="checkbox"]:checked+span {
    font-weight: 500;
    color: #0d99dc;
}

.vid_srch_filtr .pt_forms .last-sett-btn {
    margin: 0px;
}

.vid_srch_filtr .pt_forms .last-sett-btn .btn {
    border-radius: 2em;
    font-weight: 500;
    min-width: 130px;
}

/*Popular channels*/
.vid_pop_chnl_filtr {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.vid_pop_chnl_filtr select {
    display: inline-block;
    width: 150px;
    margin: 0 8px;
}

.vid_pop_channls {
    display: block;
    border: 1px solid #ddd;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    margin-bottom: 30px;
    overflow: hidden;
}

.vid_pop_channls .video-thumb {
    min-width: 100px;
    width: 100px;
    margin-right: 10px;
    float: left;
}

.vid_pop_channls .video-thumb img {
    width: 100%;
}

.vid_pop_channls .video-title {
    margin-left: 110px;
    padding-top: 6px;
}

.vid_pop_channls .video-title h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.vid_pop_channls .video-title h6 {
    font-weight: normal;
    color: #7d7d7d;
}

.vid_pop_channls .video-title h6 svg {
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-right: 4px;
}

/*Edit Video*/
.vid_edit_assign {
    position: relative;
}

.vid_edit_assign .search-dropdown_ {
    background-color: #303233;
    top: 40px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.31);
    border-radius: 0 0 5px 5px;
}

.vid_edit_assign .search-dropdown_>div {
    padding: 0 !important;
}

.vid_edit_assign .search-dropdown_>div a {
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}

.modal.matdialog .modal-content {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    display: block;
    padding: 24px;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: auto;
    outline: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.modal.matdialog .modal-header {
    display: block;
    padding: 0px;
    margin: 0 0 15px;
    border: 0px;
    background: #fff;
}

.modal.matdialog .modal-title {
    padding: 0px;
    font-weight: 500;
    font-size: 22px;
    color: rgba(0, 0, 0, .87);
}

.modal.matdialog .modal-body {
    margin: 0 -24px;
    padding: 0 24px;
    max-height: 65vh;
    overflow: auto;
}

.modal.matdialog .modal-body p {
    font-size: 15px;
}

.modal.matdialog .modal-footer {
    background: transparent !important;
    color: #3F51B5;
    margin-bottom: -24px;
    padding: 12px 0 24px !important;
    border: 0px;
    text-align: center;
}

.modal.matdialog .matbtn {
    position: relative;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    border: 0;
    padding: 0 6px;
    margin: 6px 8px;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.1s ease;
}

.modal.matdialog .matbtn:hover {
    background: #e2e2e2;
}

.modal.matdialog .btn-main {
    font-size: 15px;
    font-weight: 500;
    border-radius: 2em;
    height: auto !important;
}

/*Movies*/
.vid_move_filtr {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #171a25;
    top: 57px;
    padding: 50px 0;
    text-align: center;
}

.vid_move_filtr .mov_filtr_cont {
    width: 100%;
    max-width: 580px;
    display: inline-block;
    color: #efefef;
}

.vid_move_filtr .mov_filtr_cont .term {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.35em;
    color: #fff;
}

.vid_move_filtr .mov_filtr_cont input,
.vid_move_filtr .mov_filtr_cont .selects-container>select:not(option) {
    height: 40px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 0;
    color: #fff;
}

.vid_move_filtr .mov_filtr_cont .selects-container>select option {
    color: #222 !important;
}

.vid_move_filtr .mov_filtr_cont input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.vid_move_filtr .selects-container {
    display: inline-block;
    width: 130px;
    margin-right: 20px;
    float: left;
    margin-top: 15px;
}

.vid_move_filtr .selects-container:last-child {
    margin-right: 0px;
}

.vid_move_filtr .selects-container p {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 13px;
    float: left;
}

.vid_move_filtr .last-sett-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-left: 20px;
    margin-top: 37px;
}

.vid_move_filtr .last-sett-btn button {
    margin: 0;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
}

.pt_movie_margin {
    margin-top: 290px;
}

.pt_movie_margin h3.text-center {
    font-weight: 100;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.pt_movie_margin h3.text-center span {
    background-color: #9C27B0;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.pt_movie_margin h3.text-center span svg {
    margin: 0;
}

.pt_movie_list {
    margin-top: 25px;
}

.pt_movie_list .video-wrapper {
    margin-top: 27px;
    background-color: #12141E;
    padding: 15px;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px
}

.pt_mv_list_thumb {
    display: block;
    position: relative;
    border-radius: 5px;
}

.pt_mv_list_thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 13px;
    aspect-ratio: 4/2.7;
}

.mv_img_shdw {
    position: relative;
    height: 30px;
    overflow: hidden;
    margin: -15px 20px 0px;
    filter: blur(40px);
}

.mv_img_shdw:before {
    content: "";
    position: absolute;
    margin: -110px;
    background: inherit;
    filter: blur(80px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: bottom;
}

.mv_img_shdw .mv_pr_blck {
    display: block;
    /*background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0,#212121 100%);*/
    padding: 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.pt_mv_list_thumb span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    transition: all 0.2s;
    opacity: 0;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.pt_mv_list_thumb:hover span {
    opacity: 1;
}

.pt_mv_list_thumb span p {
    margin: 0;
    margin-top: 15px;
    font-weight: 400;
    font-size: 24px;
}

.pt_mv_list_thumb span>svg {
    margin-top: 50px;
    width: 49px;
    height: 49px;
}

.pt_mv_info {
    margin-top: 20px;
}

.pt_mv_info_innr {
    padding-right: 10px;
    text-align: center;
}

.pt_mv_info_innr h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pt_mv_info_innr h3 a {
    text-decoration: none;
    color: #363636;
}

.pt_mv_info_innr>div {
    display: flex;
    align-items: center;
    color: #3B3F4F;
    font-size: 12px;
    margin-bottom: 3px;
    justify-content: center;
    margin-top: 9px;
}

.pt_mv_info_innr>div span {
    color: #727580 !important;
}

.pt_mv_info_innr>div .bold {
    margin: 0 5px;
}

.pt_mv_info_innr .stars .star {
    width: 14px;
    height: 14px;
    margin: 0 1px;
}

.pt_mv_info_innr .stars .star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars] .star path {
    fill: #EF8F12;
}

.pt_mv_info_innr .stars[data-stars="1"] .star:nth-child(1)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars="2"] .star:nth-child(2)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars="3"] .star:nth-child(3)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars="4"] .star:nth-child(4)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars="5"] .star:nth-child(5)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars="6"] .star:nth-child(6)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars="7"] .star:nth-child(7)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars="8"] .star:nth-child(8)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars="9"] .star:nth-child(9)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .stars[data-stars="10"] .star:nth-child(10)~.star path {
    fill: #434859;
}

.pt_mv_info_innr .mv_qualt {
    background-color: #03050B;
    padding: 6px 11px;
    border-radius: 3px;
    color: #484d5d !important;
    margin-top: 10px;
    font-weight: 600;
}

.vid_mov_e_info {
    margin-bottom: 0;
}

.vid_mov_e_info li {
    margin-bottom: 5px;
}

.vid_mov_e_info h4 {
    float: left;
    font-weight: 500;
    width: 80px;
    margin: 0;
    margin-right: 10px;
    font-size: 11px;
    line-height: 11px;
}

.vid_mov_e_info p {
    font-size: 11px !important;
    line-height: 11px !important;
}

/*Paid Movies*/
.paid_movie_list .video-wrapper {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    padding: 15px 0;
    margin: 0;
    margin-bottom: 30px;
}

.paid_movie_list .movie-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.paid_movie_list .movie-info {
    font-size: 12px;
    color: #888888;
}

.paid_movie_list .movie-title a {
    text-decoration: none;
}

.paid_movie_list .movie-title h4 {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paid_movie_list .movie-play-btn {
    margin-top: 20px;
}

.paid_movie_list .movie-play-btn svg {
    width: 40px;
    height: 40px;
}

.pt_transfr_ern {
    text-align: center;
}

.pt_transfr_ern input {
    max-width: 180px;
    margin: auto;
    text-align: center;
    font-size: 45px;
    height: auto;
    border: 0;
    font-weight: 500;
}

/*Watch Movies*/
.movies-container {
    width: 100%;
}

.wtch_mv_info_main {
    margin-top: 20px;
    position: relative;
}

.wtch_mv_pcrn {
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 0.8;
    filter: grayscale(0.2);
    pointer-events: none;
    display: none;
}

.wtch_mv_pcrn.pcrn3 {
    left: -90px;
    bottom: 0;
    transform: rotate(30deg);
}

.wtch_mv_pcrn.pcrn4 {
    right: -90px;
    bottom: 0px;
    transform: rotate(-30deg);
}

.wtch_mv_img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.hdr_movie_link_show {
    display: none
}

/*Side Menu*/
.yp_side_menu {
    transition: all 0.3s;
}

/*.yp_side_menu.has_side_menu{margin-left: 75px;transition: all 0.3s;}*/
.yp_side_drawer {
    position: relative;
    width: 100%;
    background-color: none;
    overflow-y: auto;
    height: 100%;
}


.yp_side_drawer.hide_side_menu {
    left: -80px;
    transition: all 0.3s;
}

.yp_side_drawer .open_side_menu_head {
    display: none;
    align-items: center;
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.yp_side_drawer .open_side_menu_head>span {
    padding: 6px;
    color: #696969;
    margin: 10px 5px 10px auto;
    cursor: pointer;
}

.yp_side_drawer ul.sections {
    border-bottom: none;
    padding: 0px 10px;
    display: block;
    margin: 0;
    background: transparent !important;
}

.yp_side_drawer ul.sections:last-child {
    border: 0;
}

.yp_side_drawer ul.sections h3 {
    margin: 0;
    padding: 8px 24px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .007px;
    text-transform: uppercase;
    color: #424242;
}

.yp_side_drawer ul.sections li {
    display: block;
    width: 100%;
    background: transparent !important;
}

.yp_side_drawer ul.sections li.active {
    background: none !important;
    border-radius: 12px;
}

.yp_side_drawer ul.sections li a {
    padding: 0 10px;
    display: flex;
    line-height: 55px;
    height: 55px;
    align-items: center;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.1s;
    font-weight: 400;
    position: relative;
    font-size: 15px
}

.yp_side_drawer ul.sections li a:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 34px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #04abf2;
    opacity: 0;
    visibility: hidden;
}

.yp_side_drawer ul.sections li a:hover {
    color: #666;
}

.yp_side_drawer ul.sections li.active a {
    color: #fff;
    font-weight: 400 !important;
}

.yp_side_drawer ul.sections li a svg {
    margin-right: 27px;
    margin-right: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.yp_side_drawer .subscribers_ {}

.yp_side_drawer ul.sections li a {
    color: #0F0F0F;
    padding: 0 10px;
    display: flex;
    line-height: 55px;
    height: 55px;
    align-items: center;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.1s;
    font-weight: 400;
    position: relative;
}

.yp_side_drawer ul.sections li a:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 34px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #04abf2;
    opacity: 0;
    visibility: hidden;
}

body.side_open .yp_side_drawer ul.sections li a span,
body.side_open .yp_side_drawer .subs_list,
body.side_open .yp_side_drawer .more_links_list,
body.side_open .yp_side_drawer footer,
body.side_open .yp_side_drawer .menu_static_text {
    display: none;
}

.yp_side_drawer ul.sections li.active a {
    color: #17f;
}

.yp_side_drawer ul.sections li.active a:before {
    opacity: 1;
    visibility: hidden;
}

.yp_side_drawer ul.sections li a svg {
    margin: 0 15px;
    width: 26px;
    height: 26px;
}

body .yp_side_drawer ul.sections li a svg {
    margin: 5px
}

body.side_open .new_left_right .content_main_wrapper {
    width: calc(100% - 80px) !important;
    margin-left: 80px !important;
}

body.side_open .new_left_right .left_menu {
    width: 80px;
    padding-bottom: 0;
}

body.side_open .yp_side_drawer {
    padding-top: 66px;
}

.yp_side_drawer ul.sections.subs_list li a {
    line-height: 44px;
    height: 44px;
}

.yp_side_drawer .subscribers_ img {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
}

.yp_side_drawer .subscribers_ span {
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 18px !important;
}

/*Home*/
.home-container {
    width: 100%;
    padding: 0;
}

.pl_feat_vid_slider {
    margin-bottom: 0px;
}

.pl_feat_vid_slide_nav {
    position: relative;
}

.pl_feat_vid_slide_nav .owl-prev,
.pl_feat_vid_slide_nav .owl-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.33);
    color: white;
    border: 0;
    padding: 0;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    bottom: 40px;
    outline: 0;
    font-size: 35px;
    line-height: 1;
}

.pl_feat_vid_slide_nav .owl-prev {
    left: -80px;
}

.pl_feat_vid_slide_nav .owl-next {
    right: -80px;
}

.pt_featured_video .video-player .feat_desc {
    display: none;
    width: 100%;
    max-height: 80px;
    overflow: hidden;
    color: #c1c1c1;
    margin-top: 20px;
}

.pt_home_vid_content .title {
    margin: 10px 0;
}

.pt_home_vid_content .title h4 {
    margin: 0;
    display: flex;
    align-items: center;
    text-align: left;
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 0px;

    opacity: 1;
}

.pt_home_vid_content .title h4>svg {
    margin: 0 7px 0 0;
}

.pt_home_vid_content .view_more_link {
    margin-top: -1px;
    margin-left: auto;
}

.pt_hmpg_hr {
    margin: 40px 0;
}

.pt_hmpg_hr_last:last-child .pt_hmpg_hr {
    display: none;
}

/*Side Menu*/
.pt_opn_sid_menu {
    cursor: pointer;
    position: relative;
    padding: 6px;
    margin: 10.5px 20px 10.5px -15px;
    display: flex;
    color: #696969;
}

/*Pagination*/
.showing_nav {
    padding: 20px 0 30px;
}

.showing_nav>.btn {
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 6px;
    border: 0;
    justify-content: center;
    color: #464646;
    background: rgba(0, 0, 0, 0.07);
    box-shadow: none;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
}

.showing_nav>.btn svg {
    vertical-align: middle;
}

.showing_nav>.btn:hover {
    background: #0B90D4;
}

.pagination {
    margin: 0;
    padding: 0 5px;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 0px #c7c7c7;
}

.pagination>li>a {
    float: none;
    padding: 0 12px;
    margin-left: 0;
    line-height: normal;
    color: #838383;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background-color: transparent;
    border: 0;
    font-weight: 500;
}

.pagination>li>a svg {
    margin: 0;
}

.pagination>li>a:focus,
.pagination>li>a:hover {
    color: #313131;
    background: transparent;
    box-shadow: inset 0 -3px #313131;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    color: #04abf2;
    background: transparent;
    box-shadow: inset 0 -3px #04abf2;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    border-radius: 0;
}

.btn_to_purchase_vid {
    color: #ffffff;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    padding: 5px 13px;
    margin-top: 2px;
    position: absolute;
    bottom: 45px;
    right: 5px;
    z-index: 20;
    border-radius: 2px;
}

/*18+*/
.et_plus,
.et_plus .modal-footer {
    text-align: center;
}

.et_plus .modal-dialog,
#pay-go-pro .modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.et_plus .modal-dialog::before,
#pay-go-pro .modal-dialog::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.et_plus .modal-dialog svg {
    margin-bottom: 30px;
}

.et_plus .btn.matbtn {
    min-width: 50%;
}

.et_plus .btn-success.matbtn {
    background-color: #5cb85c;
    color: #fff;
}

/*Top Vids Filter*/
.tp_vid_fltr_tabs {
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 0px;
    background: #fff;
    padding: 9px 13px 9px;
    border-radius: 35px;
}

.tp_vid_fltr_tabs ul {
    margin-bottom: 0px !important;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.tp_vid_fltr_tabs ul li {
    display: inline-block;
    /*    border-right: 1px solid #707070;*/
}

/*.tp_vid_fltr_tabs ul li:last-child {border-right: 0}*/
.tp_vid_fltr_tabs ul li a {
    padding: 11px 25px;
    border: none;
    margin: 0;
    font-weight: 500;
    line-height: 1;
    color: #0F0F0F;
    display: block;
    text-decoration: none;
    font: normal normal normal 12px/18px Poppins;
}

.tp_vid_fltr_tabs ul li a:hover {
    color: #fff;
}

.tp_vid_fltr_tabs ul li.selected {
    background-color: #04abf2 !important;
    border-radius: 35px;
}

/*.tp_vid_fltr_tabs ul li:hover {
    background-color: #04abf2 !important; border-radius: 35px;
    padding: 11px 0px;
}*/
.tp_vid_fltr_tabs ul li.selected a {
    color: #fff;
    padding: 11px 25px !important;
}

/*Bank Transfer*/
#bank_transfer_modal .modal-dialog {
    width: 100%;
    max-width: 500px;
}

.dt_bank_trans_modal .bank_info {
    width: 100%;
    margin-bottom: 30px;
}

.dt_bank_trans_modal .bank_info .dt_settings_header {
    width: 100%;
    background-color: #04abf2;
    background: linear-gradient(90deg, #04abf2 0%, #6d47d9 100%);
    padding: 15px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.dt_bank_trans_modal .bank_info .bank_info_innr {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 1;
    text-align: center;
}

.dt_bank_trans_modal .bank_info .bank_info_innr>svg {
    display: none;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .bank_name {
    font-size: 22px;
    padding: 5px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .row .col {
    margin-top: 18px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .row p {
    margin: 0;
    font-size: 18px;
    word-break: break-word;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .help-block {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.73);
}

.dt_bank_trans_modal .dt_user_profile {
    background: rgba(0, 0, 0, 0.42);
}

.dt_bank_trans_modal .dt_user_profile {
    background-color: #f8f8f8;
    margin: 0 auto 25px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    overflow: hidden;
}

.dt_bank_trans_modal .dt_user_profile>span {
    margin-bottom: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.dt_bank_trans_modal .dt_user_profile>span svg {
    margin-right: 5px;
    color: #6b6b6b;
}

.dt_bank_trans_modal .dt_prof_vrfy {
    margin: 0;
    list-style-type: disc;
}

.dt_bank_trans_upl_rec {
    text-align: center;
}

.dt_bank_trans_upl_rec a {
    display: inline-block;
    border-bottom: 1px dashed;
    color: #3f3f3f;
    padding-bottom: 5px;
    font-size: 14px;
    transition: all 0.15s;
    text-decoration: none;
}

.dt_bank_trans_upl_rec a svg {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.upload_bank_receipts {
    text-align: center;
    display: none;
}

.upload_bank_receipts>div {
    width: 100%;
    max-width: 200px;
    height: 185px;
    margin: auto;
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.upload_bank_receipts svg {
    width: 45px;
    height: 45px;
    color: #4a4a4a;
    background-color: lightgrey;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.upload_bank_receipts p {
    margin-bottom: 0px;
}

#bank_transfer_modal.up_rec_active .hide_alert_info_bank_trans,
#bank_transfer_modal.up_rec_active .dt_bank_trans_upl_rec {
    display: none;
}

#bank_transfer_modal.up_rec_active .upload_bank_receipts {
    display: block;
}

#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts svg,
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts p {
    display: none;
}

#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bank_transfer_modal_2.up_rec_active .hide_alert_info_bank_trans,
#bank_transfer_modal_2.up_rec_active .dt_bank_trans_upl_rec {
    display: none;
}

#bank_transfer_modal_2.up_rec_active .upload_bank_receipts {
    display: block;
}

#bank_transfer_modal_2.up_rec_img_ready .upload_bank_receipts svg,
#bank_transfer_modal_2.up_rec_img_ready .upload_bank_receipts p {
    display: none;
}

#bank_transfer_modal_2.up_rec_img_ready .upload_bank_receipts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Pay Box*/
.payment_box .payment_method {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.payment_box .btn {
    background-color: transparent;
    color: #444;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 20px 16px;
    font-weight: 500;
    box-shadow: none;
    flex: 1 1 auto;
    margin: 10px;
    font-family: "Roboto", sans-serif;
}

.payment_box .btn:hover {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

.payment_box .btn svg,
.payment_box .btn img {
    margin: 0 auto 10px;
    width: 30px;
    height: 30px;
}

.twocheckout_modal {
    padding-top: 20px;
}

.twocheckout_modal .sun_input {
    margin-bottom: 15px;
}

.twocheckout_modal .sun_input input,
.twocheckout_modal .sun_input select {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    height: 38px;
    line-height: 14px;
    transition: all .2s ease-in-out;
}

.twocheckout_modal .sun_input input:focus,
.twocheckout_modal .sun_input select:focus {
    border-color: #03A9F4;
}

.two_check_card {
    margin: 20px auto 0;
    max-width: 310px;
    background-color: #019ACA;
    padding: 20px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.two_check_card>svg {
    color: white;
    margin: 0 15px 20px;
    display: block;
    width: 35px;
    height: 35px;
}

.two_check_card .sun_input input::placeholder {
    color: #fff;
    opacity: 0.7;
}

.two_check_card .sun_input input,
.two_check_card .sun_input select {
    border: 0;
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: white;
    border-radius: 5px;
    height: 40px;
}

.two_check_card .sun_input select option {
    color: #222;
    background: white;
}

/*Monetization Switch*/
.sett_mon_switch .toggle.ios,
.sett_mon_switch .toggle-on.ios,
.toggle-off.ios {
    border-radius: 20px;
}

.sett_mon_switch .toggle.ios .toggle-handle {
    border-radius: 20px;
}

.sett_mon_switch .toggle-group .btn {
    padding-top: 0;
    padding-bottom: 0;
}

/*Unblock Users*/
.set_unbl_usrs {
    padding: 20px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.set_unbl_usrs>div {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 20px;
}

.set_unbl_usrs .avatar {
    width: 65px;
    height: 65px;
    overflow: hidden;
}

.set_unbl_usrs .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.set_unbl_usrs .user-name a {
    font-size: 17px;
    text-decoration: none;
    font-weight: 500;
    color: #222;
}

.set_unbl_usrs .prof_blck_btn {
    box-shadow: none;
    padding: 0 5px;
    border-radius: 10px;
    border: 0;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0D99DC;
    color: #fff;
    width: 40px;
    height: 40px;
}

.set_unbl_usrs .prof_blck_btn svg {
    margin: 0;
    width: 18px;
    height: 18px;
}

/*Sessions*/
.as_list {
    padding: 15px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    background: white;
}

.platform_icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
    border-radius: 50%;
    margin: 5px auto !important;
    float: none !important;
}

.platform_icon svg {
    width: 24px;
    height: 24px;
}

.as_list hr {
    margin-left: -15px;
    margin-right: -15px;
}

.session_info {
    display: block;
    font-family: "Roboto", sans-serif;
}

.session_info h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.session_info p {
    margin-bottom: 8px;
    line-height: 1;
}

.sett_sess_info span {
    display: block;
    margin-bottom: 2px;
}

.sett_sess_info span svg {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    vertical-align: middle;
    opacity: 0.8;
}

.log_out_session {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 7px;
    margin: 10px 0 0;
    border: 0;
    color: #d9534f;
    background-color: rgba(217, 83, 79, 0.2);
}

.log_out_session svg {
    width: 17px;
    height: 17px;
}

/*Language Selector*/
.lang_select_modal {
    text-align: inherit;
}

.lang_select_modal.matdialog .modal-content {
    padding: 0;
}

.lang_select_modal.matdialog .modal-body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
}

.lang_select_modal .row {
    display: flex;
    flex-wrap: wrap;
}

.lang_select_modal .row .col-md-4,
.lang_select_modal .row .col-md-8 {
    float: none;
}

.language_info {
    height: 100%;
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, #16b3bc, #58c2d0);
    overflow: hidden;
    min-height: 200px;
    width: 100%;
}

.language_info h3 {
    margin: 0 0 20px;
    color: #fff;
}

.language_info img {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    margin-bottom: -21px;
}

.lang_select_modal ul {
    padding: 20px 20px 20px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    background: transparent !important;
}

.lang_select_modal .language_select {
    flex: 1 1 160px;
    background: transparent !important;
    margin: 10px;
}

.lang_select_modal .language_select a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 39px;
    padding: 0 15px;
    transition: background-color .1s;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 7px;
}

.lang_select_modal .language_select:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/*Monetization Form*/
.monetization-request-form .upload-files {
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

.monetization-request-form .upload-files .image-renderer {
    width: 100%;
    overflow: hidden;
    border: 2px dashed #ccc;
    height: 160px;
    cursor: pointer;
    border-radius: 4px;
}

.monetization-request-form .upload-files .image-renderer div {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table;
}

.monetization-request-form .upload-files .image-renderer div span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.monetization-request-form .upload-files .image-renderer img {
    min-height: 100%;
    width: 100%;
}

.monetization-request-form .upload-files .image-renderer span svg.feather {
    width: 40px;
    height: 40px;
    color: #ccc;
    margin: 0;
}

.monetization-request-form .upload-files h4 {
    width: 100%;
    overflow: hidden;
    color: #333;
    font-weight: 500;
    margin: 45px 10px 15px;
    padding: 0;
}

.monetization-request-form .upload-files button {
    padding: 7px 15px;
    height: auto !important;
    border-radius: 3px;
    margin: 0 10px;
}

/*Copyright Report*/
.pt_rep_copy_vid .report-message-label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.pt_rep_copy_vid .swal2-content textarea,
.report-video-popup .swal2-content textarea {
    border: 1px solid #EBEBEB;
    border-radius: 19px;
    padding: 14px 20px;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
    resize: none;
    margin: 8px 0 30px;
    font-size: 13px;
    height: 240px;
}

.pt_rep_copy_vid .swal2-content textarea:focus,
.report-video-popup .swal2-content textarea:focus {
    border-color: #b3b3b3;
}

.pt_rep_copy_vid .custom-control {
    font-size: 14px;
    color: #717171;
    margin: 20px;
}

/*Rent Vids*/
.rent_vids {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rent_vids .avatar a {
    display: block;
    min-width: 230px;
    width: 230px;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.rent_vids .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.rent_vids_side {
    padding-left: 15px;
    width: 100%;
}

.rent_vids_side h3 {
    margin: 0;
    font-size: 19px;
}

.rent_vids_side h3 a {
    color: #3e3e3e;
    text-decoration: none;
}

.rent_vids_side p {
    font-size: 13px;
    margin: 4px 0 25px;
}

.rent_vids_side p a {
    color: #3e3e3e;
    text-decoration: none;
}

.rent_vids_foot {
    margin-top: 25px;
    display: flex;
    width: 100%;
}

.rent_vids_foot .rent_vid_info_name {
    position: relative;
    padding-left: 32px;
    display: inline-block;
    width: 33.3333333%;
    vertical-align: middle;
}

.rent_vids_foot .rent_vid_info_name svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rent_vids_foot .rent_vid_title {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0.7;
    font-weight: 500;
    letter-spacing: 1px;
}

.rent_vids_foot .rent_vid_desc {
    display: block;
}

/*Plsylist Subscribe*/
.pt_plist_hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pt_plist_hdr .next-video {
    max-width: calc(100% - 120px);
}

.pt_plist_hdr h4 {
    margin: 0;
    color: #f4f4f4;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

.pt_plist_hdr .checkbox {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    vertical-align: middle;
}

.plist-btn-subscribe,
.plist-btn-subscribed {
    border: 0;
    box-shadow: none;
    padding: 8px;
    border-radius: 50%;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 3px 0;
    outline: none;
}

.plist-btn-subscribe svg,
.plist-btn-subscribed svg {
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.plist-btn-subscribed {
    background-color: #4CAF50;
}

/*Create Activity Post*/
.create-post-form {
    margin-bottom: 50px;
}

.create-post-form>svg {
    margin: 0 auto 30px;
    display: block;
    width: 70px;
    height: 70px;
}

.create-post-form .pt_upload_vdo_thumb {
    margin: 0;
}

.create-post-form .upload-product-image {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    overflow: hidden;
}

.create-post-form .upload-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.create-post-form .last-sett-btn {
    margin: 30px 0;
    text-align: center;
}

.create-post-form .last-sett-btn .btn {
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 2em;
    font-size: 15px;
    letter-spacing: 0.4px;
    min-width: 150px !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

/*Channel Activity*/
.pt_chnl_actvty {
    padding: 15px 15px 5px;
}

.pt_actv_prnt {
    width: 100%;
    max-width: 75%;
}

.pt_actv_prnt p {
    width: 75%;
    margin-bottom: 20px;
    font-size: 13px;
}

.pt_actv_prnt .article-wrapper {
    padding: 0 30px;
}

.pt_actv_prnt .article-wrapper:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.pt_actv_hdr {
    display: flex;
    margin: 30px -6px 12px;
}

.pt_actv_hdr>div {
    margin: 0 6px;
}

.pt_actv_hdr .avatar {
    width: 42px;
    min-width: 42px;
    height: 42px;
}

.pt_actv_hdr .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.pt_actv_hdr h4 {
    margin: 4px 0 0;
    font-size: 15px;
}

.pt_actv_hdr h4 a {
    text-decoration: none;
    color: #252525;
}

.pt_actv_hdr time {
    opacity: 0.7;
    font-size: 13px;
    margin-top: 3px;
    display: block;
}

.pt_actv_thmb {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.pt_actv_thmb .avatar {
    position: relative;
    height: 0;
    padding-bottom: 125%;
    width: 100%;
    display: block;
}

.pt_actv_thmb .avatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.pt_actv_thmb .dropdown {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

.pt_actv_thmb .dropdown .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    line-height: 1;
    padding: 6px;
    display: block;
    border-radius: 50%;
}

.pt_actv_thmb .dropdown .dropdown-toggle svg {
    vertical-align: middle;
}

.pt_act_likds {
    margin: 18px 0px;
}

.pt_act_likds>span {
    margin-right: 10px;
    cursor: pointer;
    background: #2C2C2C 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    padding: 4px 12px;
    font-size: 14px;
}

.pt_act_likds span svg.feather-thumbs-up.active {
    color: #4caf50;
    fill: #cfffd1;
}

.pt_act_likds svg.feather-thumbs-down.active {
    color: #f44336;
    fill: #ffd8d5;
}

.pt_vew_actv_pst {
    margin: auto;
    width: 100%;
    max-width: 550px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.pt_vew_actv_pst .pt_actv_hdr {
    margin: 0px 3px 12px;
    padding-top: 12px;
}

.pt_vew_actv_pst>p {
    padding: 0 12px;
}

.pt_vew_actv_pst .pt_actv_thmb {
    border-radius: 0px;
}

.pt_vew_actv_pst .pt_act_likds {
    margin: 0;
    padding: 15px 5px;
}

.pt_vew_actv_pst .comments-content {
    background: transparent;
    box-shadow: none;
    padding-top: 0;
}

.pt_vew_actv_pst .comments_header {
    font-weight: 500;
    padding-bottom: 8px;
}

.pt_vew_actv_pst .pt_blogcomm_combo img,
.pt_vew_actv_pst .user-comments .main-comment .user-avatar img {
    width: 40px;
    height: 40px;
    border: 0;
}

.pt_vew_actv_pst .pt_blogcomm_combo textarea {
    border-radius: 2em;
    padding: 9px 11px 7px;
    height: 40px;
    resize: none;
    background-color: rgba(0, 0, 0, 0.02);
}

.pt_vew_actv_pst .pt_blogcomm_combo button {
    width: 40px;
    height: 40px;
    padding: 0 10px;
}

.pt_vew_actv_pst .user-comments .main-comment .user-avatar {
    width: 40px;
    height: 40px;
}

/*Watch Next*/
.pt_mn_wtch_nxttxt h4 {
    font-size: 22px;
    font-weight: bold;
}

.pt_mn_wtch_nxttxt h4 svg {
    vertical-align: middle;
    margin-top: -2px;
}

.pt_mn_wtch_switch {
    padding: 4px 5px 9px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
}

.pt_mn_wtch_switch .tgl {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    margin: 0;
}

.pt_mn_wtch_switch .tgl-btn {
    transition: all .4s ease;
    margin: 0px;
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
}

.pt_mn_wtch_switch .tgl-btn:after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: 0px;
    right: 18px;
}

.pt_mn_wtch_switch .tgl-btn:before {
    position: absolute;
    display: block;
    content: "";
    height: 14px;
    border-radius: 30px;
    width: 36px;
    background: rgba(0, 0, 0, 0.1);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pt_mn_wtch_switch .tgl-btn:after {
    border-radius: 2em;
    background: #fff;
    transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.pt_mn_wtch_switch .tgl:checked+.tgl-btn:before {
    background: rgba(4, 171, 242, 0.3);
}

.pt_mn_wtch_switch .tgl:checked+.tgl-btn:after {
    right: 0;
    background: #04abf2;
}

/*Page Head*/
.pt_mn_page_hd {
    text-align: center;
    margin: 15px 0 13px;
    font-weight: 100;
    font-size: 25px;
}

.pt_mn_page_hd svg {
    vertical-align: middle;
    background-color: rgba(4, 171, 242, 0.2);
    color: #04abf2;
    border-radius: 50%;
    padding: 7px;
    width: 35px;
    height: 35px;
}

/*Dashobard Stats*/
.vp_mn_dash_stats {
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    padding: 20px 10px;
    border-radius: 7px;
    text-align: center;
}

.vp_mn_dash_stats h2 {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    word-spacing: 2px;
}

.vp_mn_dash_stats h2 svg {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-top: -1px;
}

.vp_mn_dash_stats p {
    margin: 20px 0 0;
    font-size: 32px;
    line-height: normal;
}

/*Tooltip*/
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 200ms ease-out forwards;
}

/*Toggle*/
.pt_montize .toggle {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border: 0;
    margin-right: 12px;
}

.pt_montize .toggle-on {
    padding: 7px 0 !important;
    box-shadow: none;
}

.pt_montize .toggle-off {
    padding: 7px 0 !important;
    box-shadow: none;
}

.pt_montize .toggle-group span.btn {
    padding: 0;
}

/*Upload Avatar Cover*/
.pt_cset_cover,
.pt_cset_avtr {
    position: relative;
}

.pt_cset_cover .pt_cset_cover_hdr .btn-file {
    display: flex;
    justify-content: center;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 14px;
    height: 170px;
    overflow: hidden;
    padding: 0;
}

.pt_cset_cover .pt_cset_cover_hdr .btn-file img,
.pt_cset_avtr .pt_cset_avtr_hdr .btn-file img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt_cset_cover .pt_cset_cover_hdr .btn-file span,
.pt_cset_avtr .pt_cset_avtr_hdr .btn-file span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #3c3c3c;
    margin: auto;
}

.pt_cset_cover .pt_cset_cover_hdr .btn-file svg,
.pt_cset_avtr .pt_cset_avtr_hdr .btn-file svg {
    margin: 0;
    width: 30px;
    height: 30px;
}

.pt_cset_cover .avatar-read {
    position: absolute;
    top: 10px;
    left: 10px;
}

.pt_cset_cover .avatar-read p {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    height: 34px;
    padding: 6px 12px;
    border-radius: 4px;
}

.pt_cset_avtr .pt_cset_avtr_hdr .btn-file {
    display: flex;
    justify-content: center;
    box-shadow: none;
    background-color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #f2f2f2;
    overflow: hidden;
    margin: -20px auto 20px;
    padding: 0;
}

.pt-plist-tgl_btn svg {
    width: 34px;
    height: 34px;
    margin-top: -5px;
}

.profile-container .card-container .cover-container-2 img {
    width: 100%;
    position: absolute;
}

.cover-container-2 {
    display: none;
    height: 190px;
    overflow: hidden;
}

/*Cloudinary Player*/
.cld-video-player-my-video .vjs-play-progress {
    background: #2196F3 !important;
}

.cld-video-player-my-video .vjs-volume-panel-horizontal .vjs-volume-level:before {
    border-color: transparent transparent #04abf2 transparent !important;
}

.cld-video-player-my-video .vjs-slider {
    background-color: rgb(255 255 255 / 30%) !important;
}

.video-js .vjs-volume-panel-horizontal .vjs-volume-bar {
    background-color: transparent !important;
}

.cld-video-player-my-video .vjs-volume-panel-horizontal .vjs-control:before {
    border-color: transparent transparent rgb(255 255 255 / 0.2) transparent !important;
}

.cld-video-player-my-video .vjs-load-progress,
.cld-video-player-my-video .vjs-load-progress div {
    background: rgb(179 179 179 / 20%) !important;
}

/*Live*/
#remote-media,
.video-con {
    position: relative;
}

#remote-media h3,
.end_video_text {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.video-con {
    background: #000;
    height: calc(100vh - 57px);
    border-radius: 25px
}

.wow_go_live_cont>.containerr {
    background: #000;
    height: 100%;
    color: white;
}

.wow_go_live_cont>.containerr>div {
    height: 100%;
}

.wow_go_live_cont .empty_state {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 57px);
}

.wow_go_live_cont .empty_state svg {
    display: block;
    margin: 0 auto 15px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    background-color: #4a4a4a;
    border-radius: 50%;
    padding: 14px;
}

.wow_liv_counter {
    z-index: 2;
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #F44336;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    min-width: 60px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
}

.end_vdo_call,
.start_vdo_call {
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    position: absolute;
    top: 65px;
    right: 15px;
    border: 0;
    line-height: 38px;
    min-width: 150px;
}

.end_vdo_call svg,
.start_vdo_call svg {
    width: 18px;
    height: 18px;
    margin: -1px 0 0;
    vertical-align: middle;
}

input.start_vdo_call {
    background: rgb(255 255 255 / 20%);
    border: 0;
    font-weight: 600;
    color: #fff;
    padding: 0 13px;
    font-size: 20px;
    top: 15px;
    outline: none;
}

#main_live_video {
    height: 100%;
    width: 100%;
}

.live_mic_cam_switch {
    position: absolute;
    right: 15px;
    top: 115px;
    height: auto !important;
}

.mic_drop,
.cam_drop,
.chat_drop {
    display: inline-block;
}

.mic_drop>.btn,
.cam_drop>.btn,
.chat_drop>.btn {
    background-color: rgb(255 255 255 / 20%);
    border: 0;
    padding: 7px;
    line-height: 1;
    color: white;
}

.mic_drop .dropdown-menu div,
.cam_drop .dropdown-menu div,
.chat_drop .dropdown-menu div {
    padding: 5px 12px;
    color: #1a1a1a;
}

.wow_liv_comments_feed {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), black);
    padding: 120px 15px 10px;
}

.wow_liv_comments_feed .main-comment .user-name a {
    color: white;
}

.wow_liv_comments_feed .main-comment .user-comment {
    color: #dcdcdc;
}

.end_video_text {
    z-index: 9;
}

/*Sticky Player*/
.sticky-container_sticky .sticky-container__video {
    height: 247.50px;
    height: auto;
    width: 440px;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 9;
}

.sticky-container_sticky .sticky-container__video .mejs__video {
    height: 100% !important;
    width: 100% !important;
    min-height: auto;
}

.sticky-container_sticky .sticky-container__video .mejs__video video {
    height: 100% !important;
    width: 100% !important;
}

.sticky-container_in-content .sticky-container__video .sticky-container__object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sticky-container_sticky .wow_liv_comments_feed {
    display: none;
}

/*Home Articles*/
.pt_homep_articls {
    padding: 0px;
}

.pt_homep_articls .pt_article_h_list {
    box-shadow: none;
    padding: 0;
}

/*Stock Videos*/
.pt_stock_vid_setts {
    position: relative;
    top: auto !important;
    background-color: #607D8B;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    margin: 0 0 30px;
    padding: 20px 0;
}

.pt_stock_vid_setts .mov_filtr_cont {
    max-width: 402px;
    color: #ffffff;
}

/*Movie Trailer*/
.movie-file-input {
    display: block;
    padding: 15px;
    width: 100%;
    position: relative;
    border-radius: 2px;
    border: 2px solid #e3e4e8;
}

.movie-file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.movie-file-input>.button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 8px 16px;
    border-radius: 2px;
    margin-right: 8px;
}

.movie-file-input:hover>.button {
    background: #04abf2;
    color: white;
}

.movie-file-input>.mlabel {
    white-space: nowrap;
    opacity: .6;
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.pt_mve_btn {
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    color: #4caf50 !important;
    background-color: rgb(76 175 80 / 25%);
    padding: 4px 8px;
}

.pt_mve_btn:hover,
.pt_mve_btn:focus {
    color: #fff !important;
}

.pt_mve_btn svg {
    width: 16px;
    height: 16px;
    margin: 1px 0 -2px;
}

.watch-movie-trailer-modal.fade {
    text-align: center;
}

.watch-movie-trailer-modal.fade:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.watch-movie-trailer-modal.fade .modal-dialog {
    transform: scale(0.85);
    opacity: 0;
    transition: all 0.15s;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: auto;
}

.watch-movie-trailer-modal.fade.in .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

.watch-movie-trailer-modal .modal-body {
    padding: 0;
}

.embed-responsive-movie {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-movie::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.embed-responsive-movie>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-movie>div .mejs__container,
.embed-responsive-movie>div .mejs__container video {
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
}

/*Video Cards*/
.pt_vid_card_prvw {
    --surface2: #e5e5e5;
    --surface3: #c3c3c3;
    --fixed-bg-gradient: linear-gradient(to right, #4CAF50, #0094d7);
    background: rgb(0 0 0 / 8%);
    padding: 12px 12px 16px;
    border-radius: 10px;
}

.pt_vid_card_prvw .responsive {
    position: relative;
    background: #000;
    padding-bottom: 56.25%;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 16px;
}

.pt_vid_card_prvw .responsive .wait {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.pt_vid_card_prvw .responsive .wait svg {
    color: #fff;
    width: 50px;
    height: 50px;
}

.pt_vid_card_prvw .responsive canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.pt_vid_card_prvw input[type="range"] {
    --track-height: 3px;
    --thumb-size: 16px;
    --thumb-offset: -6.5px;
    --thumb-highlight-size: 0px;
    --thumb-highlight-color: rgb(0 0 0 / 0.1);
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
}

.pt_vid_card_prvw input[type="range"]:hover,
.pt_vid_card_prvw input[type="range"]:active {
    --thumb-highlight-size: 5px;
}

.pt_vid_card_prvw input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    height: var(--track-height);
    border-radius: 5px;
    background: linear-gradient(to right, transparent var(--track-fill, 0%), var(--surface3) 0%), var(--fixed-bg-gradient) fixed;
}

.pt_vid_card_prvw input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    appearance: none;
    height: var(--track-height);
    border-radius: 5px;
    background: linear-gradient(to right, transparent var(--track-fill, 0%), var(--surface3) 0%), var(--fixed-bg-gradient) fixed;
}

.pt_vid_card_prvw input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 3px solid var(--surface2);
    height: var(--thumb-size);
    width: var(--thumb-size);
    margin-top: var(--thumb-offset);
    border-radius: 50%;
    background: var(--fixed-bg-gradient) fixed;
    box-shadow: 0 0 0 var(--thumb-highlight-size) var(--thumb-highlight-color);
    -webkit-transition: box-shadow .1s ease;
    transition: box-shadow .1s ease;
}

.pt_vid_card_prvw input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 3px solid var(--surface2);
    height: var(--thumb-size);
    width: var(--thumb-size);
    margin-top: var(--thumb-offset);
    border-radius: 50%;
    background: var(--fixed-bg-gradient) fixed;
    box-shadow: 0 0 0 var(--thumb-highlight-size) var(--thumb-highlight-color);
    -moz-transition: box-shadow .1s ease;
    transition: box-shadow .1s ease;
}

.pt_vid_card_form .form-group label.col-md-12 {
    width: auto;
    background: #fff;
    margin: 10px 25px -12px;
    z-index: 1;
    padding: 0 5px;
}

.pt_vid_card_form .form-group select,
.pt_vid_card_form .form-group input[type=text] {}

.pt_vid_card_form .form-group svg {
    vertical-align: middle;
    border-radius: 50%;
    background: #4caf50;
    color: #fff;
    padding: 4px;
    width: 21px;
    height: 21px;
    margin: -1px 0 0;
}

.pt_vid_card_form .setting-panel-mdbtn {
    border-radius: 2em;
    box-shadow: 0 14px 26px -12px rgb(4 171 242 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(4 171 242 / 20%);
    margin: 20px auto 0;
    min-width: 200px;
}

/*My Info*/
.select_radio_btn label {
    width: 100%;
    margin: 15px 0 0;
}

.select_radio_btn label>input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.select_radio_btn .sr_btn_lab_innr {
    width: 100%;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
    padding: 15px;
}

.select_radio_btn.small_rbtn .sr_btn_img {
    margin: 0 10px 0 0;
    transition: all 0.2s;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    opacity: .7;
    padding: 9px 0;
    text-align: center;
}

.select_radio_btn.small_rbtn .sr_btn_img svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.select_radio_btn .sr_btn_lab_innr>span {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.select_radio_btn .sr_btn_lab_innr:hover {
    box-shadow: 0px 0px 0px 2px rgba(0, 102, 255, 0.5);
}

.select_radio_btn label>input:checked~.sr_btn_lab_innr {
    box-shadow: 0px 0px 0px 1px rgb(0 102 255 / 50%);
    color: #04abf2;
    background: rgb(0 0 0 / 3%);
}

.select_radio_btn label>input:checked~.sr_btn_lab_innr .sr_btn_img {
    opacity: 1;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 1px rgb(0 102 255 / 50%);
}

.ready_to_down_info {
    display: none;
    text-align: center;
    margin: 40px 0;
}

.ready_to_down_info svg {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
    vertical-align: middle;
}

.ready_to_down_info p {
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 17px;
}

/*FAQ*/
.tube_faq .accordion {
    border-bottom: 1px solid #efefef;
    padding: 24px 0;
}

.tube_faq .accordion:last-child {
    border: 0;
}

.tube_faq .accordion-item {
    display: flex;
    text-decoration: none;
    cursor: pointer;
    align-items: flex-start;
}

.tube_faq .accordion-item>.btn {
    display: flex;
    width: 52px;
    height: 52px;
    min-height: 52px;
    min-width: 52px;
    margin-right: 25px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all 0.2s ease-out;
}

.tube_faq .accordion-item.is-active>.btn {
    transform: rotate(45deg);
    background-color: #222;
    color: #fff;
}

.tube_faq .accordion-item>.card {
    padding: 13px 20px;
    border-radius: 20px;
    transition: all 0.2s ease-out;
}

.tube_faq .accordion-item.is-active>.card {
    background-color: #f9f9f9;
}

.tube_faq .accordion-item>.card h4 {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
}

.tube_faq .accordion-item .accordion-panel {
    display: none;
}

.tube_faq .accordion-item .accordion-panel p {
    margin-bottom: 0px;
    padding-top: 16px;
    color: rgb(0 0 0 / 70%);
    font-size: 16px;
    line-height: 27px;
}

/*Shorts*/
.shorts_badge {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background-color: rgb(0 0 0 / 50%);
    padding: 4px;
    border-radius: 2px;
    line-height: 1;
}

.shorts_badge svg {
    width: 16px;
    height: 16px;
}

.pt_shorts_page_title {
    justify-content: space-between;
    text-transform: capitalize;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 17px;
    margin: 0;
    position: absolute;
    z-index: 9;
    color: #fff;
    padding: 20px;
    min-width: 0;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    pointer-events: none;
}

.pt_shorts_page_title span {
    font-size: 29px;
}

.pt_shorts_page_title span svg {
    background-color: #04abf2;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    padding: 8px;
    margin-top: -6px;
}

.pt_shorts_page_title .btn {
    border: 0;
    background-color: white;
    color: #04abf2 !important;
    font-weight: 500;
    border-radius: 10px;
    line-height: 36px;
    padding: 0 18px;
    pointer-events: auto;
}

body .swiper {
    width: 100%;
    height: calc(100vh - 57px);
    height: calc(var(--vh, 1vh) * 100 - 57px);
    /*overflow: visible;*/
    margin-top: -20px;
}

.swiper-wrapper .empty_state {
    height: calc(100vh - 56px);
    height: calc(var(--vh, 1vh) * 100 - 56px);
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-wrapper .user_avatar {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
    /* z-index: 9; */
    /* color: #fff; */
    /* background: linear-gradient(rgb(0 0 0 / 50%), transparent); */
    padding: 15px 0;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    pointer-events: none;
    justify-content: space-between;
}

.swiper-wrapper .user_avatar img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.swiper-wrapper .user_avatar a {
    color: currentColor;
    border: 0;
    padding: 0;
    line-height: 1;
    pointer-events: auto;
}

.shorts_events {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    color: #fff;
    background: linear-gradient(transparent, rgb(0 0 0 / 50%));
    padding: 50px 15px 10px;
    display: flex;
    align-items: end;
    pointer-events: none;
}

.shorts_events>p {
    pointer-events: auto;
    padding: 0 5px;
    max-height: 120px;
    overflow-y: auto;
    flex: 1 1 auto;
}

.shorts_events>div {
    pointer-events: auto;
    text-align: center;
    padding: 0 5px;
    flex: 0 0 auto;
}

.shorts_events>div svg,
.swiper-wrapper .user_avatar a svg {
    background-color: rgb(255 255 255 / 30%);
    border-radius: 50%;
    padding: 6px;
    width: 33px;
    height: 33px;
}

.shorts_events>div p {
    font-size: 13px;
    font-weight: 500;
}

.swiper-wrapper .videocontainer {
    max-width: 500px;
    margin: auto;
    position: relative;
}

.swiper-wrapper .videocontainer,
.swiper-wrapper .video-staand {
    width: 100%;
    height: 100%;
}

.swiper-slide>.vid_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide>.vid_bg img {
    width: 100%;
    height: 100%;
}

.swiper-slide>.vid_bg>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    backdrop-filter: blur(20px);
}

.swiper-wrapper video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.swiper-wrapper .mejs__mediaelement {
    width: 100% !important;
}

.swiper-wrapper .mejs__container {
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    background: transparent !important;
}

.swiper-wrapper .mejs__poster {
    width: 100% !important;
    height: 100% !important;
}

.swiper-wrapper .mejs__layer {
    width: 100% !important;
    height: 100% !important;
}

.swiper-wrapper .mejs__controls {
    display: none;
}

body .swiper-button-prev,
body .swiper-button-next {
    top: auto;
    width: 50px;
    height: 50px;
    margin: 0;
    color: #fff;
    left: auto;
    right: 50px;
    transform: rotate(90deg);
    background-color: #04abf2;
    border-radius: 50%;
}

body .swiper-button-prev {
    bottom: 90px;
}

body .swiper-button-next {
    bottom: 30px;
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
}

/*Password Strength*/
.helper-text {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
}

.helper-text li {
    background: transparent !important;
}

.helper-text li.valid {
    color: #1aac20;
}

/*Invitation Links*/
.pt_invit_link {
    border-radius: 8px;
    padding: 1.5rem;
    margin: 15px 0 30px;
}

.pt_invit_link>div {
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    flex-direction: column-reverse;
}

.pt_invit_link>div svg {
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    margin: 0 0 10px;
    color: #ffffff;
    border-radius: 50%;
    padding: 7px;
}

.pt_invit_link span {
    font-size: 38px;
    line-height: 1;
    display: block;
    margin-top: 20px;
}

.pt_invit_link.green {
    background-color: rgb(16 196 66 / 8%);
}

.pt_invit_link.blue {
    background-color: rgb(34 190 255 / 8%);
}

.pt_invit_link.red {
    background-color: rgb(255 100 55 / 8%);
}

.pt_invit_link.green>div svg {
    background-color: #10c442;
}

.pt_invit_link.blue>div svg {
    background-color: #22beff;
}

.pt_invit_link.red>div svg {
    background-color: #FF6437;
}

.user-setting-panel .pt_invit_link_btn {
    height: 42px !important;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 500;
    border-radius: 2em;
    min-width: 150px !important;
}

/*Wallet*/
.pt_invit_link.wallet>div svg {
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 42px;
    height: 42px;
}

.pt_invit_link.wallet .btn {
    border: 0;
    height: 42px !important;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 500;
    border-radius: 2em;
    min-width: 150px !important;
    margin-top: 1.5rem;
}

.wallet_empty_state {
    text-align: center;
    margin: 30px 0 40px;
    font-size: 16px;
}

.wallet_empty_state svg {
    display: block;
    margin: 0 auto 10px;
    width: 60px;
    height: auto;
}

.wallet_empty_state .btn {
    margin: 30px auto 0;
    box-shadow: none;
    border: 0;
    height: 42px !important;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 500;
    border-radius: 2em;
    min-width: 150px !important;
    margin-top: 1.5rem;
    line-height: 42px;
}

/*Crop Video*/
.pt_crop_shrt_vid {
    background: transparent !important;
    padding: 3px;
}

.pt_crop_shrt_vid .responsive {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.pt_crop_shrt_vid .pt_crop_shrt_vid_place {
    position: relative;
    background: #000;
    padding-bottom: 56.25%;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 16px;
}

.pt_crop_shrt_vid .pt_crop_shrt_vid_place .video-controls {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(transparent, rgb(0 0 0 / 60%));
    display: flex;
    align-items: center;
    padding: 15px;
}

.pt_crop_shrt_vid .pt_crop_shrt_vid_place .video-controls button {
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 6px;
}

.pt_crop_shrt_vid .pt_crop_shrt_vid_place video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.pt_crop_shrt_vid .ui-slider {
    border: 0;
    background: rgb(0 0 0 / 15%);
    border-radius: 2em;
    height: 4px;
    margin-bottom: 8px;
}

.pt_crop_shrt_vid .ui-slider .ui-slider-range {
    background-color: #00bcd4;
}

.pt_crop_shrt_vid .ui-slider .ui-slider-handle {
    border: 0;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #2196f3;
    top: -6px;
}

/*Wallet Modal*/
.swal2-modal .swal2-close {
    margin: 13px !important;
    font-size: 27px !important;
}

.swal2-modal .swal2-buttonswrapper {
    margin-top: 0;
    border-top: 1px solid #ddd;
    padding-top: 0px;
    display: flex !important;
    gap: 11px;
    justify-content: flex-start;
    flex-direction: row-reverse;
    border: 0 !important;
}

.swal2-modal button.btn.pt_wallet_btn {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 27px;
    margin-top: 0px;
    border: 0;
    min-width: 110px;
    border-radius: 2em !important;
}

.swal2-modal button.btn.pt_wallet_btn.btn-success {
    color: #fff !important;
    background-color: #0D99DC !important;
}

.pt_wallet_forms div label {
    display: block;
    margin: -7px 0 0;
}

.pt_wallet_forms div label span {
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    display: block;
    text-transform: capitalize;
    text-align: initial;
}

.pt_wallet_forms div.form-group {
    padding: 0 5px;
}

.pt_wallet_forms div small {
    display: block;
    margin: 0px 0 15px;
    font-size: 16px;
    text-align: initial;
}

.pt_wallet_forms input {
    font-size: 70px;
    margin: 0;
    border: 0;
    padding: 0;
    height: 75px;
    background: transparent !important;
}

/*Upload Video*/
.pt_upload_vdo_type_radio {
    margin: 0 -8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.pt_upload_vdo_type_radio label {
    margin: 5px 10px 15px;
    flex: 1 auto;
}

.pt_upload_vdo_type_radio label input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.pt_upload_vdo_type_radio_innr {
    cursor: pointer;
    border-radius: 8px;
    padding: 15px 20px;
    transition: all 0.2s;
    background: rgb(233 30 99 / 15%);
    color: #e91e63;
    position: relative;
    display: flex;
    align-items: center;
}

.pt_upload_vdo_type_radio_innr svg {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    padding: 9px;
    background: #e91e63;
    transition: all 0.2s;
}

.pt_upload_vdo_type_radio_innr:hover svg {
    transform: scale(1.2);
}

.pt_upload_vdo_type_radio_innr.vdo {
    background: rgb(3 169 244 / 15%);
    color: #03a9f4;
}

.pt_upload_vdo_type_radio_innr.stock {
    background: rgb(63 81 181 / 15%);
    color: #3f51b5;
}

.pt_upload_vdo_type_radio_innr.vdo svg {
    background: #03a9f4;
    color: #fff;
}

.pt_upload_vdo_type_radio_innr.stock svg {
    background: #3f51b5;
    color: #fff;
}

.pt_upload_vdo_type_radio_innr b {
    font-size: 18px;
    font-weight: 500;
}

.pt_upload_vdo_type_radio label>input:checked~.pt_upload_vdo_type_radio_innr {
    background: #e91e63;
    color: #fff;
}

.pt_upload_vdo_type_radio label>input:checked~.pt_upload_vdo_type_radio_innr.vdo {
    background: #03a9f4;
    color: #fff;
}

.pt_upload_vdo_type_radio label>input:checked~.pt_upload_vdo_type_radio_innr.stock {
    background: #3f51b5;
    color: #fff;
}

.pt_upload_vdo_type_radio label>input:checked~.pt_upload_vdo_type_radio_innr svg {
    background: #fff;
    color: #e91e63;
}

.pt_upload_vdo_type_radio label>input:checked~.pt_upload_vdo_type_radio_innr.vdo svg {
    background: #fff;
    color: #03a9f4;
}

.pt_upload_vdo_type_radio label>input:checked~.pt_upload_vdo_type_radio_innr.stock svg {
    background: #fff;
    color: #3f51b5;
}

.pt_upld_page_frm .form-group {
    position: relative;
}

.pt_upld_page_frm .form-group label.col-md-12:not(.pos) {
    position: absolute;
    top: 10px;
    margin: 0;
    padding: 0 35px;
    z-index: 1;
}

.pt_upld_page_frm .form-group>.col-md-12>input[type=text]:not(.ui-widget-content),
.pt_upld_page_frm .form-group select,
.pt_upld_page_frm .form-group input[type=number],
.pt_upld_page_frm .pt_forms .ui-widget.ui-widget-content {
    border-radius: 7px;
    height: 70px !important;
    font-size: 17px;
    background-color: rgb(0 0 0 / 3%);
    padding-top: 30px;
}

.pt_upld_page_frm .emojionearea,
.pt_upld_page_frm .emojionearea.form-control {
    border: 2px solid #e3e4e8;
    border-radius: 7px;
    font-size: 17px;
    background-color: rgb(0 0 0 / 3%);
    padding-top: 30px;
    box-shadow: none;
}

.pt_upld_page_frm #geo_blocking>.bootstrap-select {
    height: auto;
}

.pt_upld_page_frm #geo_blocking>.bootstrap-select>button {
    border: 2px solid #e3e4e8;
    border-radius: 7px;
    font-size: 15px;
    background-color: rgb(0 0 0 / 3%);
    box-shadow: none;
    height: 70px !important;
    line-height: 25px;
    color: initial;
    font-weight: 500;
}

.pt_upld_page_frm ul.tagit li.tagit-choice-editable {
    padding-top: 0;
    padding-bottom: 0;
}

.pt_upld_page_frm .form-group .help-block {
    opacity: 1;
}

.pt_upld_page_frm ul.tagit li.tagit-new input {
    height: auto !important;
}

.pt_upld_page_frm .movie-file-input {
    border-radius: 7px;
    font-size: 17px;
    background-color: rgb(0 0 0 / 3%);
    padding-top: 40px;
}

/*Category Slide*/
.pt_sec_nav_slide_prnt {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-bottom: 30px;
}

.pt_sec_nav_slide>div {
    margin: 0 5px;
    display: block;
    flex: 0 0 auto;
    width: auto;
}

.pt_sec_nav_slide>div a {
    border-radius: 8px;
    padding: 0 18px;
    text-decoration: none;
    display: block;
    line-height: 36px;
    color: inherit;
    background: none;
    transition: all 0.2s ease;
    border: 1px solid #bcbcbe;
}

.pt_sec_nav_slide>div a:hover {
    background: rgb(17, 119, 255);
    color: #FFF;
    border: 1px solid #17f;
}

.pt_sec_nav_slide>div a.active {
    background-color: #04abf2;
    color: #fff;
}

.pt_sec_nav_slide_prnt .swiper-button-next,
.pt_sec_nav_slide_prnt .swiper-button-prev {
    text-align: center;
    padding: 0;
    height: 36px;
    line-height: 36px;
    width: 36px;
    position: absolute;
    top: 0;
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 9%);
    margin: 0;
    color: currentColor;
    background: white;
    border: 0;
    bottom: auto;
    transform: rotate(0deg);
}

.pt_sec_nav_slide_prnt .swiper-button-next {
    right: 0;
    border-radius: 8px 0 0 8px;
}

.pt_sec_nav_slide_prnt .swiper-button-prev {
    left: 0;
    border-radius: 0 8px 8px 0;
}

.pt_sec_nav_slide_prnt .swiper-button-next.swiper-button-disabled,
.pt_sec_nav_slide_prnt .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.pt_sec_nav_slide_prnt .swiper-button-next:after,
.pt_sec_nav_slide_prnt .swiper-button-prev:after {
    font-size: 14px;
    font-weight: bold;
}

/*Custom Radio*/
.pt_vdo_cstm_radio {
    position: relative;
    margin: 0px 0 3px;
}

.pt_vdo_cstm_radio input {
    position: absolute;
    opacity: 0;
}

.pt_vdo_cstm_radio label {
    position: relative;
    padding: 5px 10px 5px 30px;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
}

.pt_vdo_cstm_radio label:after,
.pt_vdo_cstm_radio label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 6px;
    left: 0;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    transition: all 90ms cubic-bezier(0, 0, 0.2, 0.1);
}

.pt_vdo_cstm_radio label:before {
    border: 3px solid #757575;
    transition: all 90ms cubic-bezier(0, 0, .2, .1);
    background-color: transparent;
}

.pt_vdo_cstm_radio input:checked+label:before {
    border-color: #fff;
}

.pt_vdo_cstm_radio input:checked+label:after {
    width: 12px;
    height: 12px;
    top: 9px;
    left: 3px;
    background-color: #04abf2;
}

/*Short List*/
.cus_story_slider .slick-list {
    padding-top: 8px;
}

.home-page-categories .videos .video-list.short,
.video-latest-list.video-wrapper.short {
    position: relative;
    transition: all 0.3s ease 0.1s;
    overflow: hidden !important;
    height: auto;
}

.video-latest-list.video-wrapper.short {
    margin-bottom: 20px;
}

.home-page-categories .videos .video-list.short .video-list-image a,
.video-latest-list.video-wrapper.short .video-thumb {
    padding-bottom: 150%;
}

.home-page-categories .videos .video-list.short:hover,
.video-latest-list.video-wrapper.short:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 10%) 0px 4px 6px -4px;
    /*transform: translateY(-5px);*/
}

.video-latest-list.video-wrapper.short .video-thumb a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-latest-list.video-wrapper.short .video-thumb a img {
    min-height: auto;
    min-width: auto;
    width: 100%;
    height: 100%;
    max-height: none;
}

.home-page-categories .videos .video-list.short .video-duration,
.video-latest-list.video-wrapper.short .video-duration {
    right: auto;
    bottom: auto;
    top: 0;
    margin: 5px;
    left: auto;
}

.home-page-categories .videos .video-list.short .pt_vid_fixed_height,
.video-latest-list.video-wrapper.short .video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: auto;
    max-height: none;
    padding: 10px;
    width: 100%;
    height: 125px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000B2 55%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    /*-webkit-mask-image: -webkit-gradient(linear,left 28%,left top,from(black),to(rgba(0,0,0,0)));*/
    border-radius: 0px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.home-page-categories .videos .video-list.short .pt_vid_fixed_height {
    pointer-events: none;
}

.pt_vid_fixed_height h4 {
    margin-bottom: 0 !important;
}

.home-page-categories .videos .video-list.short .video-list-title h4,
.video-latest-list.video-wrapper.short .video-title h4 {
    color: #fff;
}

.video-latest-list.video-wrapper.short .video-title h4 {
    margin-bottom: 0;
}

.home-page-categories .videos .video-list.short .video-list-by,
.home-page-categories .videos .video-list.short .video-list-by a {
    color: #ddd;
}

.home-page-categories .videos .video-list.short .video-list-by>div,
.video-latest-list.video-wrapper.short .video-info {
    display: none;
}

/*Slider*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /*margin-left:auto;margin-right:auto*/
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*Popular Channels*/
.popular_channels_prnt {
    position: relative;
}

.popular_channels {
    background-color: #977DF3;
    padding: 30px;
    padding-bottom: 570px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.popular_channels>.bg_trail {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    pointer-events: none;
}

.popular_channels>.icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 15px;
}

.popular_channels>h2 {
    text-align: center;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    word-spacing: 4px;
    margin: 0 0 30px;
}

.vid_pop_chnl_filtr {
    justify-content: center;
    color: #fff;
}

.vid_pop_chnl_filtr select {
    border: 0;
    background: rgb(255 255 255 / 30%) !important;
    color: #fff !important;
    font-weight: 500;
    height: 36px;
    border-radius: 8px;
}

.vid_pop_chnl_filtr select option {
    color: #222;
}

.vid_pop_chnl_filtr .btn {
    margin: 0 8px;
    border: 0;
    background: #fff !important;
    color: #977df3 !important;
    font-weight: 500;
    height: 36px;
    border-radius: 8px;
    padding: 6px 16px;
    min-width: 100px;
}

.popular_channels_list {
    counter-reset: Serial;
}

.popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls {
    background: rgb(255 255 255 / 10%);
    box-shadow: none;
    border: 1px solid rgb(255 255 255 / 30%);
    overflow: visible;
    padding: 10px 10px 28px;
}

.popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-thumb {
    overflow: visible;
    position: relative;
}

.popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-thumb:after {
    counter-increment: Serial;
    content: counter(Serial);
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-weight: 500;
    font-size: 72px;
    -webkit-text-fill-color: #977df3;
    -webkit-text-stroke: 1.5px white;
    line-height: 1;
    pointer-events: none;
    filter: drop-shadow(0 0 2px rgba(55, 73, 87, .15)) drop-shadow(0 2px 5px rgba(55, 73, 87, .2));
}

.popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-thumb img {
    z-index: 1;
    position: relative;
    border-radius: 50%;
}

.popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-title a {
    text-decoration: none;
}

.popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-title h4 {
    color: #fff;
}

.popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-title h6 {
    color: rgb(255 255 255 / 80%);
    margin: 6px 0 0;
}

.popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-title h6 svg {
    stroke: currentColor;
}

.popular_channels_list .channels_list:nth-child(1) {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
}

.popular_channels_list .channels_list:nth-child(2) {
    position: absolute;
    top: 430px;
    left: 0;
    right: 0;
}

.popular_channels_list .channels_list:nth-child(3) {
    position: absolute;
    top: 610px;
    left: 0;
    right: 0;
}

/*Embed*/
.embed-placement_innr {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.embed-placement_innr .colorpickerf .input-group-addon {
    padding: 0;
    border: 0;
}

.embed-placement_innr .colorpickerf .input-group-addon i {
    width: 34px;
    height: 34px;
    vertical-align: middle;
    border-radius: 0 3px 3px 0;
}

.pt_embed_playr {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 5px;
}

.pt_embed_playr iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

/*Comments*/
.user-setting-panel .user-comments .main-comment .user-name {
    margin-left: 60px;
}

.user-setting-panel .user-comments .main-comment .user-comment {
    width: calc(100% - 60px);
}

.user-setting-panel .user-comments .main-comment .user-comment p {
    background: rgb(0 0 0 / 5%);
    padding: 8px 12px;
    border-radius: 17px;
}

.user-setting-panel .user-comments .main-comment .user-name small {
    display: block;
}

/*Alert Error*/
.swal2-modal .swal2-validationerror {
    background-color: rgb(244 67 54 / 15%);
    margin: 0;
    color: #f44336;
    font-size: 14px;
    border-radius: 10px;
    text-align: initial;
}

.swal2-modal .swal2-validationerror::before {
    width: 18px;
    height: 18px;
    background-color: #f44336;
    line-height: 18px;
}

/*Points*/
.pt_points_hdr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    background: rgb(255 193 7 / 10%);
    border-radius: 10px;
    border: 1px solid rgb(255 193 7 / 30%);
    margin: 10px 0 20px;
    position: relative;
}

.pt_points_hdr>svg {
    width: 80px;
    height: auto;
    position: absolute;
}

.pt_points_hdr h4 {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
}

.pt_points_hdr h4 svg {
    opacity: 0;
    visibility: hidden;
    width: 90px;
    height: 80px;
    vertical-align: middle;
}

.pt_points_hdr div {
    text-align: center;
    color: #ff9800;
    font-weight: 500;
    font-size: 32px;
}

.pt_points_hdr div p {
    color: initial;
    font-weight: normal;
    font-size: 17px;
    opacity: 0.6;
}

.ep_how_many {
    padding: 30px 15px;
    position: relative;
    z-index: 1;
    margin: 10px 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    text-align: center;
}

.ep_how_many svg {
    display: block;
    background-color: #607d8b;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    padding: 12px;
    color: white;
    margin: 0 auto 17px;
}

.ep_how_many b {
    margin: 0;
    display: block;
    font-weight: 500;
}

/*Balance*/
.pt_balance_row {
    margin: 0;
}

.pt_balance_row>.col-md-6 {
    padding: 0;
}

.pt_forms_large_btns .pt_forms .setting-panel-mdbtn.btn-default {
    line-height: 40px;
}

.pt_avbl_bal span {
    vertical-align: top;
    font-weight: bold;
    font-size: 20px;
    line-height: 45px;
}

.pt_avbl_bal b {
    font-size: 80px;
    margin: 0;
    font-weight: 400;
}

/*Monetization*/
.pt_monetize_sett {
    background-color: rgb(109 165 46 / 15%);
    border-radius: 10px;
    border: 1px solid rgb(109 165 46 / 20%);
    padding: 25px;
    margin-bottom: 25px;
}

.pt_monetize_sett h4 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color: #6da52e;
    width: 100%;
    max-width: 350px;
}

.pt_monetize_sett img {
    width: 100%;
    max-height: 160px;
    opacity: 0.8;
}

.pt_mon_switch {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.pt_mon_switch label {
    margin: 0;
    font-weight: 500;
}

.pt_mon_switch .toggle.btn {
    min-height: auto;
    min-width: auto;
    height: 29px !important;
    width: 60px !important;
    padding: 0;
    border-radius: 2em;
    border: 0;
    background: transparent;
}

.pt_mon_switch .toggle .toggle-on,
.pt_mon_switch .toggle .toggle-off {
    font-size: 0;
}

.pt_mon_switch .toggle .toggle-handle {
    border: 0;
    border-radius: 50%;
    background: white;
    padding: 0;
    width: 24px;
    height: 24px;
    margin: 2px 30px 2px 0;
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
}

.pt_mon_switch .toggle.btn.off .toggle-handle {
    margin: 2px 0px 2px 30px;
}









@media (min-width: 576px) {
    .et_plus .modal-dialog {
        min-height: calc(100% - 3.5rem);
    }

    .et_plus .modal-dialog::before {
        height: calc(100vh - 3.5rem);
    }
}

@media (min-width: 735px) {
    .pt_mv_page_selct_holdr {
        margin-right: -115px;
        overflow: hidden;
    }

    .vid_move_filtr .selects-container {
        width: 158.7px;
    }
}

@media (min-width: 910px) {
    .popular_channels {
        padding-bottom: 370px;
    }

    .popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls {
        margin: 0;
        flex-direction: column;
        padding: 25px 5px;
        display: flex;
        align-items: center;
    }

    .popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-thumb {
        margin: 0 0 20px;
    }

    .popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-title {
        text-align: center;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .popular_channels_list .channels_list:nth-child(-n+3) .vid_pop_channls .video-title h4 {
        max-width: 100%;
    }

    .popular_channels_list .channels_list:nth-child(1) {
        top: 250px;
        left: 50%;
        transform: translateX(-50%);
        width: 240px;
    }

    .popular_channels_list .channels_list:nth-child(2) {
        top: 320px;
        left: calc(50% - 240px);
        transform: translateX(-50%);
        width: 240px;
    }

    .popular_channels_list .channels_list:nth-child(3) {
        top: 320px;
        right: calc(50% - 240px);
        transform: translateX(50%);
        width: 240px;
        left: auto;
    }
}

@media (min-width: 992px) {
    .sett_mon_switch {
        margin-top: -6px;
    }
}

@media (min-width: 1200px) {
    .pt_hmpg_vidlst .col-md-3 {
        /*    width: 20%;*/
    }

    .pt_history .history_md {
        width: 20%;
    }

    .watch-container {
        width: 1180px;
    }
}

@media (min-width: 1300px) {
    .watch-container {
        width: 1250px;
    }
}

@media (min-width: 1500px) {
    .watch-container {
        width: 1430px !important;
    }

    .video-player.sticky-container__video .mejs__video {
        min-height: 100%;
    }
}

@media (min-width: 1700px) {
    .watch-container {
        width: 1530px !important;
    }
}

@media (max-width: 1600px) {
    /*.login-page { width: 42%; }*/
}

@media (max-width: 1450px) {

    .pl_feat_vid_slide_nav .owl-prev,
    .pl_feat_vid_slide_nav .owl-next {
        opacity: 0;
        visibility: hidden;
    }

    nav.navbar-findcond .search-header input {
        width: 320px !important;
    }
}

@media (max-width: 1300px) {
    .yp_side_menu.has_side_menu {
        margin: 0;
    }

    .yp_side_drawer {
        transition: all 0.3s;
    }

    nav.navbar-findcond .search-header input {
        width: 250px !important;
    }

    header .upload-button span,
    header .import-button span,
    header .live-button span {
        display: none;
    }

    header .upload-button svg,
    header .import-button svg,
    header .live-button svg {
        margin: -3px 0 0 !important;
    }
}

@media (max-width: 1210px) {
    .pro-triangle {
        display: none;
    }

    .free-triangle {
        display: none;
    }

    .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg {
        margin-bottom: 30px;
    }

    .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div {
        max-width: 100%;
        width: 100%;
    }

    .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h4 {
        margin: 0 !important;
    }

    .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h4 * {
        float: unset !important;
    }

    .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h4 span.go-pro-pkg-price {
        display: block;
        width: 100%;
        text-align: center;
    }

    .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .go-pro-pkg-purchase button {
        padding: 7px 15px !important;
    }
}

@media (max-width: 1200px) {
    .pt_featured_video .thumbnail_holder {
        height: 450px;
        min-height: 450px;
        max-height: 450px;
    }

    .pt_featured_video .video-title .video_info {
        display: none;
    }

    .pt_featured_video .video-player .video-big-title {
        margin: 0;
    }

    .pt_import_vdo #fetch-form {
        padding: 50px 10px;
    }

    #category_menu_ {
        display: none !important;
    }

    nav.navbar-findcond ul.navbar-nav.sec_lay_hdr a {
        margin: 0;
    }

    nav.navbar-findcond .search-header input {
        width: 170px !important;
    }

    .profile-container .card-container .cover-container img,
    .cover-container-2 {
        height: 200px;
    }

    .pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids {
        width: 100%;
    }
}

@media (max-width: 1090px) {
    nav.navbar-findcond .search-header input {
        width: 200px !important;
    }

    nav.navbar-findcond ul.navbar-nav.sec_lay_hdr a {
        padding: 0 6px;
    }

    header .upload-button,
    header .import-button,
    header .live-button {
        padding: 6px 10px !important;
    }
}

@media (max-width: 992px) {
    .pt_page_margin {
        margin-top: 60px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .pt_shorts_page_title span {
        visibility: hidden;
    }

    .hide-in-mobile {
        display: none !important;
    }

    .pt_four_videos {
        height: 560px;
    }

    .pt_import_vdo .col-md-9 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pt_import_vdo .col-md-9 input {
        border-radius: 10px 10px 0 0;
    }

    .pt_import_vdo .col-md-9 .help-block {
        display: none;
    }

    .pt_import_vdo .col-md-3 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pt_import_vdo .col-md-3 button {
        border-radius: 0 0 10px 10px;
    }

    .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg:first-child {
        margin-bottom: 100px;
    }

    nav.navbar-findcond .search-header input {
        width: 180px !important;
    }

    nav.navbar-findcond .search-header input:focus {
        margin-right: 0;
    }

    .pt_featured_video .thumbnail_holder {
        height: 400px;
        min-height: 400px;
        max-height: 400px;
    }

    /*.home-page-categories .videos .video-list img { min-height: 190px; max-height: 190px; }
  .video-latest-list .video-thumb img { min-height: 190px; max-height: 190px; }*/
    .create-new-ad-container {
        overflow: hidden;
    }

    .video-actions {
        float: none;
        margin-bottom: 5px;
    }

    .vid_analts_stat {
        margin-bottom: 15px;
    }

    .rent_vids .avatar a {
        min-width: 180px;
        width: 180px;
    }

    .nav>li.pt_hide-from-mobile {
        display: none;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-container .footer-copyright {
        margin-bottom: 13px;
    }

    .profile-container .card-container .cover-container img,
    .cover-container-2 {
        height: 200px;
    }

    .pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids {
        width: 50%;
    }

    .pt_mn_wtch_upnxt_prnt .pt_pt_mn_wtch_rltvids {
        width: 100%;
    }

    .pt_vid_lst_page.pt_page_margin {
        margin-top: 150px;
    }

    .lang_select_modal .row .col-md-4,
    .lang_select_modal .row .col-md-8 {
        width: 100%;
        padding: 0;
    }

    .language_info img {
        max-height: 150px;
    }

    .lang_select_modal ul {
        padding: 15px !important;
    }
}

@media (max-width: 990px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .icons {
        display: none;
    }

    .no-padding-right {
        padding-right: 15px !important;
    }

    .no-padding-left {
        padding-left: 15px !important;
    }

    .video-player-page .no-padding-right {
        padding-left: 5px !important;
    }

    .video-player-page .no-padding-left {
        padding-left: 5px !important;
    }

    .mobilerightpane {
        padding: 0 !important;
        display: none;
    }

    .mobilerightpane .messages-sidebar {
        margin-top: -5px;
        margin-bottom: -18px;
    }

    .mobileleftpane {
        padding: 0 !important;
    }

    .pt_msg_main {
        margin-top: -5px;
        margin-bottom: -18px;
    }

    .pt_msg_area {
        height: calc(100vh - 165px);
    }

    .play-list-player .no-padding-right {
        padding-right: 0 !important;
    }

    .pt_msg_header h3 .mobilemsgclose {
        display: inline-block;
    }

    .messages-sidebar ul {
        height: calc(100vh - 106px);
    }

    .wtch_mv_img img {
        display: none;
    }
}

@media (max-width: 900px) {
    .hide-in-mobile {
        display: none !important;
    }

    .video-latest-list {
        height: auto !important;
        margin-bottom: 25px;
    }

    .login-page {
        width: 100%;
    }

    .login-page h4 {
        font-size: 34px;
    }

    .video-player-page .no-padding-right {
        padding-left: 0 !important;
    }

    .video-player-page .no-padding-left {
        padding-left: 0 !important;
    }

    .pt_latest_vds .col-md-3:nth-child(2),
    .pt_latest_vds .col-md-3:nth-child(3),
    .pt_latest_vds .col-md-3:nth-child(4),
    .pt_latest_vds .col-md-3:nth-child(5) {
        width: 50%;
    }
}

.show-in-mobile {
    display: none !important;
}

@media (max-width: 865px) {
    .pt_svg_squiggle {
        display: none !important;
    }

    .pt_svg_lines {
        display: none !important;
    }

    .pt_svg_spiral {
        display: none !important;
    }

    .pt_svg_triangle {
        display: none !important;
    }

    #pt-user-ads-table_wrapper div.col-sm-12 {
        overflow-x: auto;
    }

    header .upload-button,
    header .import-button,
    header .live-button {
        display: none !important;
    }

    .fixed-action-btn {
        bottom: 35px !important;
    }

    .hide_upload_mobi_link {
        display: none !important;
    }
}

@media (max-width: 768px) {
    nav.navbar-findcond .pull-right>.navbar-nav {
        margin: 0;
        margin-right: -10px;
    }

    .pt_vdo_plyr .embed-responsive.stuck {
        display: none;
    }

    .vid_stud_links li a {
        margin: 0 3px 5px;
    }

    .vid_pop_chnl_filtr {
        flex-direction: column;
    }

    .vid_pop_chnl_filtr select {
        margin: 7px 0px;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    nav.navbar-findcond ul.navbar-nav.sec_lay_hdr {
        display: none;
    }

    body .hdr_movie_link_show {
        display: block !important
    }

    .dropdown-menu.ani-acc-menu {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
    }

    .pt_featured_video .thumbnail_holder {
        border-radius: 10px;
    }

    .pt_hmpg_hr {
        margin: 10px 0 40px;
    }

    body .swiper-button-prev,
    body .swiper-button-next {
        display: none;
    }

    .popular_channels_list .channels_list:nth-child(1) {
        top: 370px;
    }

    .popular_channels_list .channels_list:nth-child(2) {
        top: 550px;
    }

    .popular_channels_list .channels_list:nth-child(3) {
        top: 730px;
    }

    .et_plus .modal-dialog {
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .no-padding-mobile-left {
        padding-left: 15px !important;
    }

    .user-messages.user-setting-panel {
        padding: 20px !important;
    }

    .user-messages .messages .message {
        max-width: 100% !important;
        word-break: break-word;
    }

    .navbar-fixed-top {
        height: 30px;
    }

    .show-in-mobile {
        display: initial !important;
    }

    .login-page {
        margin-top: 0 !important;
    }

    .hide-in-mobile-720 {
        display: none !important;
    }

    .views-mobile {
        font-size: 12px;
        color: #777;
    }

    .video-big-title {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .video-big-title h1 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .video-player-page .col-lg-1 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-10 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-11 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-2 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-3 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-4 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-5 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-7 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-8 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-lg-9 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-1 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-10 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-11 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-2 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-3 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-4 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-5 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-7 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-8 {
        padding-right: 0;
        padding-left: 0;
    }

    .video-player-page .col-md-9 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-1 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-10 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-11 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-2 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-3 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-4 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-5 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-7 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-8 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm-9 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-1 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-10 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-11 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-2 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-3 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-4 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-5 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-7 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-8 {
        padding-right: 0;
        padding-left: 0;
    }

    .col-xs-9 {
        padding-right: 0;
        padding-left: 0;
    }

    .keep-padding {
        padding-right: 10px !important;
        padding-left: 23px !important;
    }

    .pull-right-mobile {
        float: right !important;
    }

    .pull-left-mobile {
        float: left !important;
    }

    .avatar-container {
        width: 40px !important;
        border: 1px solid #fff;
    }

    .info-container {
        left: 20% !important;
    }

    .info-container h4 {
        font-size: 16px !important;
    }

    .phone-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-container {
        text-align: center;
    }

    .footer-container .pull-right {
        float: inherit !important;
    }

    .footer-container .pull-left {
        float: inherit !important;
    }

    .search-header {
        display: none;
    }

    .wo_about_wrapper_parent {
        top: 50px;
    }

    .pt_page_margin {
        margin-top: 120px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pt_foot_lang {
        text-align: center;
    }

    .pt_featured_video .thumbnail_holder {
        height: 370px;
        min-height: 370px;
        max-height: 370px;
    }

    .pt_featured_video .video-player .publisher-name a {
        color: #fff;
    }

    .pt_four_videos {
        height: 600px;
    }

    .noti_iam_from_mobile {
        position: static !important;
    }

    ul.notfi-dropdown {
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        max-width: none !important;
    }

    .custom_notif_dropdown::after {
        display: none;
    }

    nav.navbar-findcond .logo-img {
        max-width: 130px !important;
        margin-top: -12px;
    }

    nav.navbar-findcond .pull-right>.navbar-nav>li>a {
        padding: 18px 15px !important;
    }

    .video-info-element .video-likes {
        font-size: 14px;
    }

    .publisher-element .publisher-name a {
        font-weight: 100;
        font-size: 14px;
        color: #111;
    }

    .nav>li {
        display: inline-block;
    }

    .nav>li>a {
        padding: 18px 10px !important;
    }

    nav.navbar-findcond ul.navbar-nav a {
        border: 0;
    }

    .next-video h4 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .home-page-categories .videos .video-list {
        margin-bottom: 54px;
    }

    .pt_latest_vds .col-md-3 {
        width: 50%;
    }

    .pt_latest_vds .col-md-3:first-child {
        width: 50%;
    }

    .pt_latest_vds .col-md-3:first-child .video-list img {
        min-height: 195px;
        max-height: 195px;
    }

    .pt_latest_vds .col-md-3:first-child .video-list .video-list-title {
        bottom: 3px;
    }

    .pt_latest_vds .col-md-3:first-child .video-list .video-list-title h4 {
        font-size: 13px;
        font-weight: 600;
    }

    .pt_latest_vds .col-md-3:first-child .video-list .video-list-by {
        display: none;
    }

    .pt_latest_vds .col-md-3:first-child .video-list .video-list-by span:first-child {
        display: none;
    }

    .pt_latest_vds .col-md-3 .video-list img {
        min-height: 195px;
        max-height: 195px;
    }

    .pt_latest_vds .col-md-3 .video-list .video-list-title h4 {
        font-size: 13px;
        font-weight: 600;
    }

    .vid_move_filtr {
        top: 50px;
    }

    .pt_movie_margin {
        margin-top: 300px;
    }

    .wtch_mv_main_row {
        margin: 0;
    }

    .wtch_mv_info_main {
        margin-top: 0px;
    }

    .profile-container .pt_chnl_info .avatar-container {
        width: 50px !important;
        height: 50px;
    }

    .profile-container .pt_chnl_info .info-container .btn-message {
        padding: 4px 6px;
    }

    .profile-container .pt_chnl_info .info-container .btn-message svg.feather {
        margin: -2px 0 0;
    }

    nav.navbar-findcond .search-header-mobile {
        padding: 0px
    }

    .pt_vid_lst_page.pt_page_margin {
        margin-top: 120px;
    }

    .popular_channels_list .channels_list:nth-child(-n+3) {
        padding: 0 15px;
    }
}

@media (max-width: 735px) {
    .pt_movie_margin {
        margin-top: 370px;
    }

    .rent_vids {
        flex-direction: column;
    }

    .rent_vids .avatar {
        width: 100%;
    }

    .rent_vids .avatar a {
        min-width: 100%;
        width: 100%;
    }

    .rent_vids_side {
        padding: 0;
        padding-top: 15px;
    }

    .pt_stock_vid_setts>form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .pt_stock_vid_setts .mov_filtr_cont {
        max-width: 430px;
        display: block;
    }

    .pt_stock_vid_setts .last-sett-btn {
        display: block;
    }
}

@media (max-width: 650px) {
    .profile-container .pt_chnl_info {
        display: block;
        text-align: center;
    }

    .profile-container .pt_chnl_info .info-container .btn-message {
        margin: -10px 0 20px;
    }

    .profile-container .pt_chnl_info .info-container h4 {
        font-size: 22px !important;
        margin-bottom: 15px;
    }

    .profile-container .pt_chnl_info .avatar-container {
        margin: 0 auto 20px;
        width: 90px !important;
        height: 90px;
    }

    .articles-content .pt_article_h_list .video-thumb {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .pt_featured_video .thumbnail_holder {
        height: 330px;
        min-height: 330px;
        max-height: 330px;
    }

    .pt_featured_video .video-player .video-big-title a {
        font-size: 23px;
    }

    .pt_four_videos {
        height: 515px;
    }

    .home-page-categories .videos .video-list img {
        min-height: 150px;
        max-height: 150px;
    }

    .pt_latest_vds .col-md-3 .video-list img {
        min-height: 150px;
        max-height: 150px;
    }

    .pt_latest_vds .col-md-3:first-child .video-list img {
        min-height: 150px;
        max-height: 150px;
    }

    .profile-container .links-container ul {
        white-space: nowrap;
        overflow-x: auto;
    }

    .pt_movie_margin {
        margin-top: 450px;
    }

    .pt_featured_video .video-player .video-title {
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 10px;
        border-radius: 10px;
    }

    .pt_mn_wtch_opts .btn-share {
        margin: 0 1px;
    }
}

@media (max-width: 520px) {
    .announcement-renderer {
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .pt_featured_video .thumbnail_holder {
        height: 280px;
        min-height: 280px;
        max-height: 280px;
    }

    .pt_featured_video .video-player .video-big-title a {
        font-size: 21px;
    }

    .view_more_link {
        opacity: 1;
        visibility: visible;
    }

    .pt_video_info .btn-subscribe {
        padding: 5.7px 12px;
        font-size: 13px;
    }

    .pt_video_info .btn-subscribe:before {
        display: none;
    }

    .pt_video_info .btn-subscribe svg.feather {
        margin-top: -2px;
        width: 16px;
        height: 16px;
    }

    .pt_video_info .btn-subscribed:before {
        display: none;
    }

    .pt_video_info .btn-subscribed svg.feather {
        margin-top: -2px;
        width: 16px;
        height: 16px;
    }

    .pt_video_info .publisher-subscribe-button .subs-amount {
        display: none;
    }

    .video-options {
        text-align: center;
        white-space: nowrap;
        overflow-x: auto;
    }

    .video-options .btn-share {
        float: none !important;
    }

    .go-pro-container .go-pro-body .go-pro-packages {
        width: 80%;
    }

    .pt_featured_video .video-player .feat_desc {
        display: none;
    }

    .pt_opn_sid_menu {
        margin: 8px -10px 8px -15px;
    }

    .rent_vids_foot {
        flex-wrap: wrap;
    }

    .rent_vids_foot .rent_vid_info_name {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .pt_actv_prnt .article-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .pt_mn_wtch_rlts_prnt .pt_pt_mn_wtch_rltvids {
        width: 100%;
    }

    .sticky-container_sticky .sticky-container__video {
        position: relative;
    }

    .pt_stock_vid_setts {
        padding: 20px 15px;
    }

    .pt_stock_vid_setts .pt_mv_page_selct_holdr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        margin: 0 -10px;
    }

    .pt_stock_vid_setts .pt_mv_page_selct_holdr>div {
        width: calc(100% - 20px) !important;
        float: none !important;
        margin: 15px 10px 0 !important;
    }

    nav.navbar-findcond .logo-img {
        max-width: 100px !important;
        margin: 17px !important;
    }

    .right_feature_wrap {
        display: none;
    }
}

@media (max-width: 460px) {
    .pt_featured_video .thumbnail_holder {
        height: 240px;
        min-height: 240px;
        max-height: 240px;
    }

    .pt_featured_video .video-player .video-big-title a {
        font-size: 19px;
    }

    .home-page-categories .col-md-3 {
        width: 100% !important;
    }

    .home-page-categories .videos .video-list img {
        min-height: 200px;
        max-height: 200px;
    }

    .pt_four_videos {
        height: auto;
    }

    .pt_four_videos .empty_state {
        margin-top: 120px !important;
        margin-bottom: 140px !important;
    }

    .profile-container .pt_chnl_info {
        margin: 0;
    }

    .profile-container .links-container {
        margin: 0;
    }

    .profile-container .card-container .cover-container img {
        height: 160px;
        object-fit: cover;
    }

    .video-info-element {
        width: 90px;
    }

    nav.navbar-findcond .pull-right>.navbar-nav>li>a {
        padding: 15px 12px 13.9px !important;
    }

    .pt_latest_vds .col-md-3 .video-list img {
        min-height: 100%;
        max-height: 100%;
    }

    .pt_latest_vds .col-md-3:first-child .video-list {
        margin-bottom: 30px;
    }

    .pt_latest_vds .col-md-3:first-child .video-list img {
        min-height: 100%;
        max-height: 100%;
    }

    .articles-content {
        padding: 5px;
    }

    .read-article-container .read-article-text,
    .read-article-container .read-article-share ul {
        padding: 0 0px;
    }

    .read-article-container {
        padding: 15px 0px 20px;
    }

    .read-article-container .read-article-share ul li a .btn-share {
        padding: 7px 0px;
    }

    .read-article-container .read-article-meta {
        text-align: center;
    }

    .read-article-container .read-article-meta span.pull-right {
        float: none !important;
        display: block;
    }

    .read-article-comments-container .comments-content {
        padding: 15px 0px;
    }

    body .hdr_movie_link_hide {
        display: none !important
    }

    .pt_hmpg_contanr {
        padding: 0;
    }

    .pt_home_vid_content .title {
        margin: 10px 10px;
    }

    .pt_featured_video {
        padding: 0 10px;
    }
}

@media (max-width: 400px) {
    .pt_featured_video .thumbnail_holder {
        height: 220px;
        min-height: 220px;
        max-height: 220px;
    }

    .pt_featured_video .video-player .publisher-element {
        display: none;
    }

    nav.navbar-findcond .pull-right>.navbar-nav>li>a {
        padding: 19px 8.5px !important;
    }

    .home-page-categories .videos .video-list {
        margin-bottom: 10px;
    }

    .home-page-categories .videos .video-list img {
        min-height: 180px;
        max-height: 180px;
    }

    .pt_latest_vds .col-md-3:first-child .video-list {
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {
    .pt_featured_video .thumbnail_holder {
        height: 200px;
        min-height: 200px;
        max-height: 200px;
    }

    .pt_featured_video .video-player .video-big-title a {
        font-size: 16px;
    }

    nav.navbar-findcond .logo-img {
        max-width: 110px !important;
        padding: 17px 9px;
    }
}

@media (max-width: 350px) {
    nav.navbar-findcond .pull-right>.navbar-nav>li>a {
        padding: 15px 8px 13.9px !important;
    }

    .pt_featured_video .thumbnail_holder {
        height: 180px;
        min-height: 180px;
        max-height: 180px;
    }

    .home-page-categories .videos .video-list img {
        min-height: 160px;
        max-height: 160px;
    }
}

@media (min-width: 375px) {
    .pt_svg_spiral {
        display: block;
        position: absolute;
        bottom: 50px;
        right: 0;
        height: 40px;
        transform: rotate(90deg);
    }
}

@media (min-width: 750px) {
    .pt_svg_squiggle {
        display: block;
        position: absolute;
        bottom: 30px;
        right: 0;
        transform: translate(50%);
        height: 20px;
    }

    .pt_svg_lines {
        height: 70px;
    }

    .pt_svg_spiral {
        height: 58px;
        top: 25%;
        left: -30px;
        transform: rotate(-45deg);
    }

    .pt_svg_triangle {
        display: block;
        position: absolute;
        top: 10%;
        right: 0;
        transform: rotate(-45deg) translateX(40%);
        height: 50px;
    }
}

@media (min-width: 1000px) {
    .pt_svg_squiggle {
        display: block;
        position: absolute;
        bottom: 40%;
        right: 50px;
        transform: translate(50%);
    }
}

.showing_pages {
    margin-top: 25px
}

.pay_to_content {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    z-index: 4;
}

.pay_to_content .pay_to_content_background {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}

.pay_to_content p,
.pay_to_content h5 {
    color: #fff !important;
}


.videos-list .pt_video_side_vids .video-thumb:hover .play_hover_btn {
    opacity: 1;
    visibility: visible;
}

.videos-list .pt_video_side_vids .video-thumb:hover .play_hover_btn svg.feather {
    transform: translate(-50%, -50%) scale(1);
}

.videos-list .pt_video_side_vids .video-thumb .play_hover_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    border-radius: 5px;
}

.videos-list .pt_video_side_vids .video-thumb a {
    display: block;
    position: relative;
    overflow: hidden;
}

.videos-list .pt_video_side_vids .video-thumb .play_hover_btn svg.feather {
    left: 50%;
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%) scale(0.7);
    width: 45px;
    height: 45px;
    stroke-width: 1.2px;
}

.videos-list .pt_video_side_vids .video-thumb .play_hover_btn svg.feather {
    transform: translate(-50%, -50%) scale(1);
}

.custom-control {
    text-align: left;
    color: #a8a8a8;
    font-size: 15px;
    margin-bottom: 3px;
}

.unverify_color {
    color: #fb483a !important;
}


.user-cover-uploading-progress {
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 2;
    display: none;
    background-color: rgba(0, 0, 0, .23);
    height: 100%;
}

.pace-activity-parent {
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 20px;
    border-radius: 5px;
    margin-top: -15px;
}

.pace-activity {
    display: block !important;
    width: 40px;
    height: 40px;
    border: 4px solid transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 30px;
    overflow: visible !important;
    -webkit-animation: pace-spinner .7s linear infinite;
    -moz-animation: pace-spinner .7s linear infinite;
    -ms-animation: pace-spinner .7s linear infinite;
    -o-animation: pace-spinner .7s linear infinite;
    animation: pace-spinner .7s linear infinite;
}

#adContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#adContainer div {
    width: 100% !important;
    height: 100% !important;
}

/*.video-player , .video-player video , .video-player .mejs__container{max-height: 670px !important;}
.video-player .mejs__container-fullscreen video {max-height: 100% !important;}*/
.sticky-container_in-content {
    height: auto !important;
}

.pt_video_player {
    aspect-ratio: 16/9;
}

body[resized=true] .pt_video_player {
    max-height: 670px;
}

.mejs__container {
    max-height: 100%;
}

.mejs__container,
.video-player .mejs__mediaelement video,
.mejs__overlay.mejs__layer {
    height: 100% !important;
    width: 100% !important;
}

#accordion .fa-plus {
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#accordion a[aria-expanded=true] .fa-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.helper-text li.valid {
    color: #1aac20 !important;
}

.no-before:before {
    content: none !important;
}



/*MY NEW CSS*************/
.new_login_page h4 {
    text-align: left;
    font: normal normal bold 54px/81px Poppins;
    letter-spacing: 0px;
    color: #222;
    opacity: 1;
    margin-bottom: 15px;
}

.new_login_page h4 span {
    color: #0D99DC;
}

.flex_new_class {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    margin: 20px 0 20px 0;
}

.forgot_link {
    color: #757786 !important;
    font-size: 14px;
    text-decoration: underline;
}

.pt_vdo_cstm_radio label {
    color: #757786 !important;
    font-size: 14px;
}

.new_margin_login {
    margin: 0 6%;
}

.start_free {
    text-align: left;
    font: normal normal 600 20px/30px Poppins;
    letter-spacing: 0px;
    color: #959EAD;
    opacity: 1;
    font-size: 600;
}

.signup_page {
    width: 53%;
}

.flex_space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_space .form-group {
    width: 48% !important;
}

.login-page-width {
    width: 80%;
}

@media (max-width: 1024px) {

    .signup_page,
    .login-page-width {
        width: 100%;
    }
}

.button_custom {
    padding: 20px;
    margin-top: 10px;
    border-radius: 100px;
    width: 100%;
    border: 1px solid transparent;
}

.button_custom.grey {
    background: #2C2C2C 0% 0% no-repeat padding-box !important;
    color: white !important;
}

.button_custom.grey:hover {
    background: #0D99DC 0% 0% no-repeat padding-box !important;
    color: white !important;
}

.flex_space-signup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_space-signup a {
    display: inline-block;
    width: 47% !important;
}

.flex_space-signup a input {
    width: 100% !important;
}

.flex_space-signup input {
    width: 47% !important;
}

@media (max-width: 620px) {
    .flex_space-signup {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .flex_space-signup a,
    .flex_space-signup .button {
        width: 100% !important;
    }

    .home_feat .feature_wrap {
        top: auto !important;
    }

    .home_feat .feature_wrap h4,
    .home_feat .feature_wrap hr {
        display: none !important;
    }

    .home_feat .feature_wrap p {
        max-height: 46px !important;
    }

    .home_feat .feature_wrap .feature_channel_wrap {
        margin-top: 20px !important;
    }
}

.mt-20 {
    margin-top: 35px;
}

.login_path {
    position: fixed;
    top: 0;
    right: 30%;
    bottom: 0;
    pointer-events: none;
}

.new_left_right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.new_left_right .left_menu {
    width: 280px;
    padding-bottom: 66px;
    float: left;
    position: fixed;
    z-index: 300;
    left: 0;
    height: 100vh;
    overflow: unset;
    transition: all 0.3s;
}

.new_left_right .content_main_wrapper {
    width: calc(100% - 280px) !important;
    margin-left: 280px !important;
    transition: all 0.3s;
    padding: 0 15px;
}

.content_main_wrapper .navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: unset;
    width: calc(100vw - 274px);
    z-index: 299 !important;
    transition: all 0.3s;
}

body.side_open .content_main_wrapper .navbar-fixed-bottom,
body.side_open .navbar-fixed-top {
    width: calc(100% - 80px);
}

body.side_open .yp_slide_menu+.mobile {
    display: block;
}

.top_logo {
    width: 100%;
    transition: all 0.2s;
}

.top_logo .navbar-brand {
    height: auto;
    background: #FFF;
    width: 100%;
    padding: 13px 25px !important;
}

.top_logo .navbar-brand img {
    height: 40px;
}

body.side_open .top_logo {
    display: none;
}

.menu_static_text {
    text-align: left;
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0.05px;
    color: #A4A4A4;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 14px;
    margin-left: 24px;
}

.top_static {
    margin-left: 15px;
}

.user_subscribers_ {
    margin-left: 5px;
}

.yp_side_drawer ul.sections li a span {
    margin-left: 8px;
}

.pt-200 {
    padding-top: 20px !important;
}

#container_content {
    margin-top: 90px;
    margin-bottom: 50px;
    transition: all 0.2s;
}

.container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.heading_all_sections_top {
    text-align: left;
    font: normal normal 600 22px/35px 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #0F0F0F;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 22px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-bottom: 15px;
    background: #F2F2F2;
    gap: 20px;
}

.heading_all_sections_top>span>svg {
    margin: 5px 0 -5px;
    width: 28px;
    height: 28px;
}

.box_light_black_pad {
    padding: 40px 0px 20px 0;
    background: #F2F2F2;
    border-radius: 20px;
}

.box_light_black_pad_right {
    padding: 40px;
    background: #F2F2F2;
    border-radius: 20px;
    background: #F2F2F2;
}

.box_light_black {
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
    background: #F2F2F2;
}

.box_light_black_small {
    padding: 5px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
    background: #F2F2F2;
}

.user_box_search_type {
    padding: 5px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
}

.box_light_black h4 {
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    margin-top: 0;
}

.video-list-by .view_text {
    font: normal normal normal 10px/16px Poppins;
    letter-spacing: 0px;
    color: #D0D0D0;
    opacity: 0.62;
}

.center_abs {
    /*width: 90%;*/
    margin: 0 auto;
    position: relative;
}

.custom_height_fixed_blur {
    /*background: #21201E29 0% 0% no-repeat padding-box;
    mix-blend-mode: normal;
    border-radius: 8px;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    position: absolute;
    bottom: 15px;
    pointer-events: none;*/
    width: 100%;
    padding: 10px;
}

.custom_height_fixed_blur a {
    text-decoration: none;
    /*color: #fff;*/
    color: inherit;
    outline: none;
}

.pt_hmpg_vidlst .custom_height_fixed_blur h4 {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.video_channel_details {
    display: flex;
    align-items: center;

}

.video_channel_details .image_channel {
    margin-right: 10px;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
}

.video_channel_details .image_channel img {
    height: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.video_channel_title {
    font: normal normal normal 14px/21px Poppins;
    /*letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 90%;*/
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 6px;
}

.padding_box_light_black.box_light_black {
    padding-bottom: 0 !important;
}

.video_channel_name {
    /*text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;*/
    font: normal normal normal 11px/16px Poppins;
    display: block;
    line-height: 12px;
}

.channel_details {
    /*display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;*/
    min-width: 0;
}

.video_channel_stats {
    /*text-align: left;
    letter-spacing: 0px;
	opacity: 1;
    color: #D0D0D0;*/
    font: normal normal normal 11px/16px Poppins;
}

.pt_home_vid_content {
    position: relative;
    width: 100%;
    /* margin-bottom: 40px; */
}

.explore_more img {
    opacity: 1;
    filter: invert(1);
}

.explore_more,
.slick-arrow {
    background: transparent linear-gradient(89deg, #FFFFFF00 0%, #FFFFFFD0 56%, #FFFFFF 78%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    right: 0;
    height: 97%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 11;
    width: 107px;
    padding-right: 10px;
    border: none;
    top: 0;
    visibility: hidden;
    cursor: pointer;
    opacity: 0.59;
}

.pt_hmpg_vidlst .videos:hover .slick-arrow {
    visibility: visible;
}

.explore_more.prev {
    left: 0;
    justify-content: center;
    background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFFD0 56%, #FFFFFF 78%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 0.59;

}

.explore_more.prev img {
    transform: rotate(180deg);
    opacity: 1;
}

.heading_all_sections_top .right_section_top {
    width: 60%;
}

.width_right_section {
    float: right;
}

.width_cat {
    width: 45%;
}

.heading_all_sections_top .right_section_top select {
    margin-bottom: 0;
    height: 37px;
    padding: 0 9px;
    font-size: 12px;
    font-weight: normal;
    color: #000000 !important;
    border: 1px solid #ccc;
}

.no_page_link {
    width: 30%;
    margin: 30px auto;
}

.no_page_link .button_custom {
    width: 60%;
}

.arrow_top_link {}

.pt_history .short {
    margin-bottom: 20px;
}

.pt_history h4 {
    margin: 0 16px 10px 0;
    display: flex;
    align-items: center;
    text-align: left;
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    clear: both;
    width: 100%;
}

.pt_history h4.short_mar_left {
    margin-left: 0;
}

.histor_bg {
    background: transparent !important;
    border: 0;
    box-shadow: unset !important;
    padding: 0 5px;
}

.short_small {
    width: 19%;
}

.histor_bg .shorts_Videos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px;
}

.histor_bg .video-actions {
    cursor: pointer;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    color: #F44336;
    background: #ffffff;
    mix-blend-mode: normal;
    border-radius: 8px;
    backdrop-filter: blur(50px);
    margin: 10px;
    padding: 5px;
}

.histor_bg .video-actions:hover {
    background: rgb(255 255 255 / 90%);
}

.histor_bg .video-actions svg {
    width: 20px;
    height: 20px;
}

.profile_avatar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile_button_avatar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 53%;
    gap: 10px;
}

.profile_button_avatar>a {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    transition: all 0.2s;
    cursor: pointer;
}

.profile_button_avatar>a:hover {
    background: rgb(0 0 0 / 15%);
}

.profile_button_avatar>a svg {
    margin: 0;
}

.new_section_play {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 42px;
    margin-bottom: 40px;
}

.text_video_section p {
    text-align: left;
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #222;
    opacity: 1;
    margin-bottom: 7px;
    margin-top: 20px;
}

.text_video_section span {
    text-align: left;
    font: normal normal normal 13px/21px Poppins;
    letter-spacing: 0px;
    color: #222;
    opacity: 0.7;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.video_description_text {
    text-align: left;
    font: normal normal normal 13px/21px Poppins;
    letter-spacing: 0px;
    color: #585858;
    opacity: 1;
    width: 72%;
}

.pt_about.custom_pt_about {
    text-align: left;
    font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    color: #585858;
    opacity: 1;
}

.custom_pt_about h5 {
    text-align: left;
    font: normal normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #585858;
}

.custom_pt_about h5 span {
    text-align: left;
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0px;
    color: #585858;
    min-width: 80px;
    float: left;
}

.social_profile_links {}

.social_profile_links span {
    margin-bottom: 10px;
    float: left;
    clear: both;
    width: 100%;
}

.social_profile_links .box_light_black {
    clear: both;
}

.social_links_images {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.feature_wrap {
    position: absolute;
    top: 0;
 }*/
.feature_text_title {
    text-align: left;
    font: normal normal normal 40px/52px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    width: 100%;
    max-width: 475px;
    word-break: break-word;
    overflow: hidden;
    max-height: 105px;
    position: relative;
}

.feature_text_title a {
    text-decoration: none;
    color: #000;
}

.feature_wrap p {
    width: 100%;
    max-width: 450px;
    text-align: left;
    font: normal normal normal 14px/23px Poppins;
    letter-spacing: 0px;
    color: #282828;
    opacity: 1;
    margin-top: 15px;
    overflow-y: auto;
    max-height: 50px;
    max-width: 460px;

    position: relative;
}

.button_watch {
    background: #008dd2;
    mix-blend-mode: normal;
    opacity: 1;
    padding: 14px 40px;
    float: left;
    border-radius: 50px;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #fff;
}

.feature_channel_wrap .share_button {}

.feature_channel_wrap .share_button button {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #6d6d6d;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    transition: all 0.2s;
}

.feature_channel_wrap .share_button button:hover {
    background: #6d6d6d;
    color: #fff;
}

.feature_channel_wrap .share_button button svg {
    width: 100%;
    height: 100%;
    margin-top: 3px;
}

.feature_channel_wrap .share_button.copy button svg {
    margin-top: 0;
    padding: 11px;
}

.button_watch img {
    width: 20px !important;
}

.button_watch:hover {
    background: #7dd2fd;
    color: #fff;
}

.feature_channel_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature_channel_wrap .left_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 19px;
}

.right_feature_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.right_feature_wrap span img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
}

.chanel_content a {
    text-decoration: none;
}

.chanel_content span {
    font-size: 12px;
    color: #000;
}

.chanel_content .subs-amount,
.channel_deatils_popular .subscribe_channel .subs-amount {
    padding: 0 8px;
    line-height: 21px;
    vertical-align: middle;
    font-size: 12px;
    display: inline-block;
}

.subscribe_channel a {
    background: #393938;
    padding: 4px 10px 3px 10px;
    border-radius: 7px;
    text-decoration: none !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    color: #fff;
    font-size: 10px;
}

.chanel_content div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-top: 3px;
}

.chanel_content .btn-subscribe,
.channel_deatils_popular .subscribe_channel .btn-subscribe {
    padding: 0 10px;
    color: #fff !important;
    font-size: 10px;
    border-radius: 7px;
    box-shadow: none;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.chanel_content .btn-subscribe svg,
.channel_deatils_popular .subscribe_channel .btn-subscribe svg {
    display: none;
}

.chanel_content .btn-subscribed,
.channel_deatils_popular .subscribe_channel .btn-subscribed {
    padding: 0 10px;
    color: #fff !important;
    font-size: 10px;
    border-radius: 7px;
    box-shadow: none;
    background: #393938;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.chanel_content .btn-subscribed svg,
.channel_deatils_popular .subscribe_channel .btn-subscribed svg {
    display: none;
}

.mov_filtr_cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    background: #F2F2F2;
    border-radius: 8px;
    gap: 5px;
}

.search_term,
.license_type {
    width: 30%;
    position: relative;
}

.search_term img,
.search_term svg {
    position: absolute;
    top: 15px;
    left: 18px;
}

.timeline_svg svg {
    margin-top: 6px;
}

.timeline_svg_msg svg {
    margin-top: 8px;
}

.lang_price_range {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 14px 20px;
    width: 25%;
}

.lang_price_range input[type=range] {
    appearance: none;
    position: relative;
    overflow: hidden;
    height: 10px;
    cursor: pointer;
    border-radius: 2em;
    margin: 3px 0;
}

.lang_price_range input[type=range]::-webkit-slider-runnable-track {
    background: #ededed;
}

.lang_price_range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    /* 1 */
    height: 16px;
    background: #0D99DC;
    box-shadow: -200px 0 0 200px #abe1fb;
    /* 2 */
}

.lang_price_range input[type=range]::-moz-range-track {
    height: 10px;
    background: #ededed;
}

.lang_price_range input[type=range]::-moz-range-thumb {
    background: #0D99DC;
    height: 16px;
    width: 16px;
    border-radius: 0 !important;
    box-shadow: -200px 0 0 200px #abe1fb;
    box-sizing: border-box;
}

.lang_price_range input[type=range]::-ms-fill-lower {
    background: #0D99DC;
}

.lang_price_range input[type=range]::-ms-thumb {
    background: #0D99DC;
    height: 16px;
    width: 16px;
    box-sizing: border-box;
}

.lang_price_range input[type=range]::-ms-ticks-after {
    display: none;
}

.lang_price_range input[type=range]::-ms-ticks-before {
    display: none;
}

.lang_price_range input[type=range]::-ms-track {
    background: #ededed;
    color: transparent;
    height: 10px;
    border: none;
}

.lang_price_range input[type=range]::-ms-tooltip {
    display: none;
}

.search_term input {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    box-shadow: none;
    border: none;
    height: 44px;
    font-size: 12px;
    padding-left: 55px;
}

.license_type select {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    box-shadow: none;
    border: none;
    height: 44px;
    font-size: 12px;
}

.custom_short_badge {
    background: url("../img/stock_bg.png");
    background-repeat: no-repeat;
    height: 74px;
    width: 51px;
    top: 0;
    right: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: left;
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.custom_short_badge span {
    text-align: left;
    font: normal normal 100 16px/25px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.package_pro {
    font-size: 65px;
    font-weight: 700;
    margin: -10px 0 20px;
    position: relative;
}

.package_pro .icon_pro {
    position: relative;
    vertical-align: text-top;
    top: auto;
    right: auto;
    left: auto;
}

.package_para_text p {
    margin-bottom: 35px;
    text-align: left;
    letter-spacing: 0px;
    color: #616161;
    opacity: 1;
    font-size: 19px;
}

.go-pro-pkg img {
    width: 100%;
}

.go-pro-member_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.go-pro-member_wrap .name_go_pro {
    width: 60%;
    text-align: left;
}

.go-pro-member_wrap .name_go_pro h3 {
    text-align: left;
    font: normal normal bold 24px;
    letter-spacing: 0px;
    opacity: 1;
}

.go-pro-member_wrap .name_go_pro h3 img {
    width: 27px;
    height: 27px;
    margin-top: -2px;
}

.go-pro-member_wrap .name_go_pro p {
    text-align: left;
    font: normal normal normal 13px/18px Helvetica;
    letter-spacing: 0px;
    text-transform: lowercase;
    opacity: 1;
    width: 80%;
}

.amount_go_pro h5 {
    text-align: left;
    font-size: 41px;
    letter-spacing: 0px;
    opacity: 1;
}

.go-pro-member_wrap .amount_go_pro p {
    text-align: left;
    font: normal normal normal 12px/12px Helvetica;
    letter-spacing: 0px;
    text-transform: lowercase;
    opacity: 1;
}

.chat_section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.chat_section .chat_left_setcion img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
}

.chat_last_online {
    text-align: left;
    font: normal normal normal 11px/18px Poppins;
    letter-spacing: 0px;
    text-transform: lowercase;
    opacity: 0.48;
    display: none;
}

.text_online {
    display: flex;
    flex-direction: column;
    line-height: 19px;
}

.arrow_right_chat {
    top: 209px;
    left: 1276px;
    width: 42px;
    height: 44px;
    transform: matrix(0.5, 0.87, -0.87, 0.5, 0, 0);
    background: #1A1A1A 0% 0% no-repeat padding-box;
    opacity: 1;
}

.coin_bg {
    text-align: center;
}

.coin_bg img {
    height: 125px;
}

.wallet_text {
    font-size: 20px;
    letter-spacing: -0.55px;
    color: #0F0F0F;
    opacity: 1;
}

.wallet_text_statoc {
    font-size: 22px;
    letter-spacing: -0.55px;
    color: #0F0F0F;
    opacity: 1;
    margin-top: 15px;
}

.balance_text {
    font-size: 13px;
    text-align: center;
    margin-top: 9px;
}

.balance_text span {
    font-weight: 600;
    font-size: 14px;
}

.balance_text_left {
    font-size: 12px;
    text-align: left;
    margin-top: 9px;
    color: #0F0F0F;
}

.balance_text_left span {
    font-weight: 600;
    font-size: 14px;
}

.btn_wallet {
    margin-top: 20px;
    border-radius: 50px;
    opacity: 1;
    padding: 15px 30px;
    font-size: 11px;
}

.pos-relative {
    position: relative;
}

.bg_dots {
    position: absolute;
    left: 0;
    top: 0;
    background-position: left center;
}

.balance_bold {
    text-align: left;
    letter-spacing: -1.2px;
    color: #0F0F0F;
    opacity: 1;
    font-size: 48px;
    font-weight: bold;
}

.left_balance_wrap {
    margin-top: 20px;
}

.highlight_wallet {
    background: #0D95D8;
    padding: 5px 10px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 7px;
    font-size: 12px;
    margin-bottom: 15px;
}

.wallet_transfer_section,
.header_live {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_static_pages {
    font-size: 14px;
    padding: 30px 25px;
}

.custom_static_pages h4,
.custom_static_pages h2 {
    margin-bottom: 17px;
    float: left;
    width: 100%;
    font-size: 15px;
}

.live_counter {
    background: #F44336 0% 0% no-repeat padding-box;
    border-radius: 7px;
    padding: 4px 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.text_live {
    text-align: left;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.text_input_live {
    margin-top: 15px;
    margin-bottom: 20px;
}

.text_input_live label {
    font-weight: 500;
    width: 100%;
    font-size: 12px;
}

.text_input_live input {
    background: #dedede 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    padding: 10px 15px;
    border: none;
    width: 100%;
    font-size: 15px;
    outline: none;
    height: 50px;
}

.custom_container_live {
    background: transparent !important;
    height: 100%;
    color: white;
}

.button_go_live {
    background: #0C95D9 0% 0% no-repeat padding-box;
    border-radius: 32px;
    opacity: 1;
    padding: 10px 15px;
    min-width: 120px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    font-weight: 500;
}

.right_live_buttons {
    display: flex;
    gap: 11px;
    align-items: center;
}

.end_video_call .end_vdo_call {
    position: unset !important;
}

.end_video_call {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-end;
    justify-content: end;
    margin-top: 15px;
    font-weight: 500;
}

.pt_article_h_list {
    position: relative;
}

.pt_article_h_list .image_article {
    width: 100%;
    cursor: pointer;
}

.pt_article_h_list .image_article img {
    width: 100%;
    border-radius: 11px;
}

.wrapper_articles_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.wrapper_articles_all .pt_article_list {
    width: 49%;
}

.arrow_read {
    position: absolute;
    right: 12px;
    bottom: 8px;
    display: none;
}

.container-home,
#container_content>.content.pt_shadow {
    margin: auto;
    width: 100%;
    max-width: 1370px;
    padding: 0 0px;
}

.profile-nav span {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.profile-nav a {
    display: flex !important;
    align-items: center;
}

.last-sett-btn button {
    position: relative !important;
}

.name_loggedin_user {
    font-size: 14px;
}

.search_line {
    width: 1px;
    border-left: 1px solid #70707035;
    position: absolute;
    right: 36px;
    top: 4px;
    height: 28px;
}

.line_left {
    width: 1px;
    border-left: 1px solid #70707035;
    position: absolute;
    left: 42px;
    top: 8px;
    height: 29px;
}

.border_pro {
    border: 2px solid #0C93D7 !important;
    border-top: 0 !important;
}

.pro_border {
    border: 2px solid #0C93D7;
    border-radius: 16px 16px 0 0;
    border-bottom: 0 !important;
}

.new_class_sub span {
    font-weight: 300;
    font-size: 12px;
}

.article_he {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 17px;
    color: #0F0F0F !important;
}

.pl_feat_vid_slider {
    -webkit-mask-image: -webkit-gradient(linear, left 44%, left top, from(black), to(rgba(0, 0, 0, 0.01)));
    margin: 0 -15px;
    width: calc(100% + 30px) !important;
}

.list-unstyled li:hover {
    background-color: #04abf2 !important;
    border-radius: 35px;
}

.box_light_black_pad h1 {
    text-align: left;
    font-size: 38px;
    letter-spacing: 0px;
    color: #0F0F0F;
    opacity: 1;
    font-weight: 700;
    margin-top: 0;
    padding: 0 33px 30px 33px;
}

.setting_right_heading {
    text-align: left;
    font-size: 28px;
    letter-spacing: 0px;
    color: #0F0F0F;
    opacity: 1;
    font-weight: 700;
    margin-top: 0;
    padding-top: 7px;
}

.list-group {
    background: none !important;
    box-shadow: none;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 0;
}

.list-group-item {
    margin-bottom: 0;
}

.setting_right_text {
    display: flex;
    flex-direction: column;
}

.setting_right_text span {
    font-size: 13.5px;
    color: #ffffff60;
    font-weight: 400;
    margin-top: 4px;
    display: none;
}

.settings-sidebar ul li.active a span {
    display: block;
    display: none;
}

.group_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile_static_text h3 {
    font-size: 18px;
    font-weight: 700;
}

.profile_static_text p {
    color: #A5A5A5;
}

.video_section_wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.video_section_wrap h1 {
    font-size: 18px;
    font-weight: 600;
}

.left_count_view .video-views {
    font-size: 15px;
    color: #8B8B8B;
}

.video_views_section,
.right_count_view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.video_views_section {
    flex-wrap: wrap;
    gap: 10px;
}

.right_count_view {
    font-size: 14px;
    text-transform: uppercase;
    gap: 2px;
    margin: 0;
    flex-wrap: wrap;
    justify-content: left;
}

.right_count_view div,
.right_count_view a,
.read-article-meta_custom .count>span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    border-radius: 4px;
    padding: 3px 9px;
    transition: all 0.2s;
    text-decoration: none;
}

.right_count_view div:hover,
.right_count_view a:hover,
.read-article-meta_custom .count>span:hover {
    background: rgb(0 0 0 / 10%);
    color: #222;
}

.right_count_view div svg,
.right_count_view a svg,
.read-article-meta_custom .count span svg {
    width: 17px;
    height: 17px;
}

.right_count_view div span,
.right_count_view a span {
    margin-left: 7px;
}

.right_count_view div#likes-bar.active {
    color: #0092d6;
}

.right_count_view div#dislikes-bar.active {
    color: #ea665d;
}

.subscriber_count_publisher {
    text-align: left;
    font: normal normal normal 13px/16px Poppins;
    letter-spacing: 0px;
    color: #929292;
    margin-top: 2px;
}

.publisher-subscribe-button .subs-amount {
    display: none !important;
}

.comments_section_vid {
    /*   border-top: 1px solid #41414164;*/
    margin-top: -20px;
    width: 100%;
    clear: both;
}

.button_comment_section .btn-main {
    border-radius: 50px;
    opacity: 1;
    padding: 10px 23px;
    font-size: 11px !important;
    text-align: center;
}

.new_box_color {
    width: 100%;
    float: left;
    padding: 20px 16px 30px;
    border-radius: 21px;
}

.button_smiles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    margin: auto;
    float: right;
    margin-top: 12px;
}

.comments_section_vid .button_smiles {
    width: 96% !important;
}

body .pt_sec_nav_cats .swiper {
    height: auto;
    margin: 0px 0px 20px;
    padding: 10px 0;
}

.pt_sec_nav_cats .pt_sec_nav_slide>div a {
    border-radius: 2em;
    line-height: 32px;
    font-size: 13px;
}

.pt_sec_nav_cats .pt_sec_nav_slide_prnt .swiper-button-next,
.pt_sec_nav_cats .pt_sec_nav_slide_prnt .swiper-button-prev {
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.button_comment_section .btn_cancel {
    background: transparent;
    border: none;
    color: #C7C7C7;
    font-size: 11px;
}

.button_comment_section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-comments {
    clear: both;
    width: 100%;
    margin: 10px 0px;
}

.user-comment .comment-text,
.user-comment .reply-text {
    font-size: 14px;
    color: #4f4f4f;
    margin-top: 5px !important;
}

.sidebar_video_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transparent_bg {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.embed-responsive iframe,
.plyr__video-wrapper {
    border-radius: 14px !important;
}

.top_comment_margin {
    margin-top: 0px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
    /*    border-top: 1px solid #41414164;*/
    padding-top: 0px;
}

.comments_flex {
    display: flex;
    flex-direction: column;
}

.pt-comment-item-reply-form .form-control {
    background: rgb(0 0 0 / 5%);
    border: none;
    font-size: 12px;
    height: 42px;
    outline: none !important;
    box-shadow: none !important;
    padding: 12px;
}

.user-comment .reply-text {
    width: 87% !important;
}

.main-comment-data-sp {
    margin-bottom: 20px;
}

.flex_home_arrow {
    display: flex !important;
    align-items: center;
}

.flex_home_arrow svg {
    margin-top: 1px;
    margin-left: 3px;
    width: 10px !important;
    height: 6px !important;
}

.social_links_images a svg:hover path {
    fill: #3590d9;
}

.svg_message {
    position: absolute;
    right: 37px;
    bottom: 70px;
}

.svg_message svg path {
    opacity: 0.03;
}

.balance_div {
    background: #0C95D9 0% 0% no-repeat padding-box;
    border-radius: 9px;
    opacity: 1;
    padding: 25px 37px;
    display: flex;
    gap: 20px;
    color: #fff;
}

.avail_balance_class {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.balance_total {
    text-align: left;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0px;
    opacity: 0.91;
    margin-top: 5px;
}

.links_ads {}

.links_ads a {
    padding: 23px 30px;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 1px solid #ECF0FE04;
    text-decoration: none;
    border-left: 4px solid transparent;
}

.links_ads a:hover {
    background: #d9d9d9;
    border-left: 4px solid #0C95D9;
}

.links_ads_active {
    background: #d9d9d9;
    border-left: 4px solid #0C95D9 !important;
    color: #000;
}

.links_ads a svg {
    width: 20px;
    height: 20px;
}

.links_ads span {}

.class_clear_left .box_light_black_pad {
    float: left;
    width: 100%;
}

.padding_left_right {
    padding-left: 36px;
    padding-right: 36px;
}

.form_custom h1 {
    font-size: 28px;
    text-transform: capitalize;
}

.padding_left_right .form-group {}

.padding_left_right .form-group label {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

.padding_left_right .form-group input,
.padding_left_right .form-group select {
    height: 50px;
    border: none;
    outline: none;
}

.padding_left_right .form-group textarea,
.padding_left_right .form-group select {
    border: none;
    outline: none;
}

.padding_left_right .form-group textarea {
    height: 140px;
}

.flex_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_input .form-group {
    width: 48% !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    height: 48px !important;
}

.padleft0 {
    padding-left: 0;
}

.padright0 {
    padding-right: 0;
}

.media_custom_css {
    background: #f2f2f2 0% 0% no-repeat padding-box;
    border: 2px dashed #c1c1c1;
    border-radius: 12px;
    opacity: 1;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.media_custom_css span {
    opacity: 0.5;
}

.new_feature_title {
    text-align: left;
    font: normal normal bold 65px/52px Poppins;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
}

.movie_inner_content .new_feature_title {
    width: 100% !important;
    line-height: 1.2;
    max-height: 156px;
}

.movie_cat_ a {
    background: transparent linear-gradient(66deg, #666564 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: normal;
    border-radius: 30px;
    opacity: 1;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: 25px;
}

.movie_cat_ a:hover {
    background: transparent linear-gradient(66deg, #333333 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
}

.moview_inner_data {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 26px;
    opacity: 1;
    width: 100%;
    padding: 37px 34px;
    margin-top: -10px;
}

.movie_slider::after {
    content: ' ';
    background: transparent linear-gradient(180deg, #19181700 0%, #ffffffc3 49%, #fffffffa 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: normal;
    opacity: 1;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.movie_slider.feat_pop_chanel::after {
    background: linear-gradient(to bottom, #f2f2f2, transparent);
    height: 50%;
    top: 0;
    bottom: auto;
}

.artcile_before::before {
    mix-blend-mode: darken !important;
}

.movie_slider::before {
    content: ' ';
    background: linear-gradient(#00000000, #fff);
    opacity: 1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.movie_slider.feat_pop_chanel::before {
    height: 90%;
    bottom: 0;
    top: auto;
}

.movie_slider .feature_wrap {
    position: relative;
    bottom: auto;
    width: auto;
}

.movie_slider .feature_wrap p {
    margin-bottom: 22px;
}

.filter_movies {}

.mov_filtr_cont_custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selects-container {
    width: 13.5%;
}

.select-les {
    width: 11%;
}

.mov_filtr_cont_custom input,
.mov_filtr_cont_custom select {
    background-color: #fff;
    border-radius: 24px;
    opacity: 1;
    height: 48px;
    border: none !important;
    outline: none;
    font-size: 12px;
    padding: 5px 20px;
}

.mov_filtr_cont_custom select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %238c8c8c;'%3e%3cpath d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 95% center;
}

.filter_search_mov {
    width: 30%;
}

.setting-panel-mdbtns {
    background: #0D99DC 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    font-size: 12px;
    padding: 15px 33px;
}

.abs_movie_text {
    background: transparent linear-gradient(180deg, #21201E00 0%, #21201E 100%) 0% 0% no-repeat padding-box;
    border-radius: 13px;
    opacity: 1;
    height: 151px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    padding: 12px 17px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.abs_movie_title {
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abs_movie_title a {}

.flex_movie_starsss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.flex_movie_starsss .yeassr {
    text-align: left;
    letter-spacing: 0px;
    color: #C2C2C2;
    opacity: 0.69;
    font-size: 13px;
}

.flex_movie_starsss .star_moview {
    text-align: right;
    letter-spacing: 0px;
    color: #C2C2C2;
    opacity: 0.69;
    font-size: 12px;
}

.flex_movie_starsss .star_moview i {
    color: #FFBA00;
    font-size: 13px;
}

.mejs__container,
.mejs__container * {
    border-radius: 14px !important;
}

.video_section_wrap .share-video {
    margin: auto;
    width: 75%;
    text-align: center;
    margin-bottom: 20px;
}

.video_section_wrap .share-video .share-input {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96%;
}

.video_section_wrap .share-video .share-input input {

    border: none;
    border-radius: 25px;
    height: 41px;
    text-align: center;
}

.moview_vide_dsc {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 25px;
}

.image_left_moview img {
    height: 100px;
    border-radius: 10px;
}

.moview_vide_dsc p {
    margin-top: 0 !important;
}

.clip_top {
    margin-top: -5px;
}

.clip_top img {
    border-radius: 0;
    object-fit: cover;
    height: 90px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.image_dropdown {
    width: 100%;
    text-align: center;
    margin-top: -53px;
    position: relative;
    z-index: 2;
}

.image_dropdown img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
}

body .image_dropdown a:hover {
    color: #000 !important;
}

.icon_pro {
    position: absolute;
    right: 93px;
    top: 44px;
}

.name_channel {
    text-align: center;
    display: flex !important;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 0 !important;
}

.name_channel:hover {
    text-decoration: none;
}

.name_channel .name_pes {
    font-size: 16px;
    text-transform: capitalize;
}

.name_channel .channel_pass {
    font-size: 12px;
}

.custom_menu_login_usss li.points___ {
    width: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #EBEBEB15;
    border-bottom: 1px solid #EBEBEB15;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

.points___ a {
    display: block;
    width: 100%;
}

.points___ a:hover {
    background: none !important;
}

.points_secton_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.p_number__ {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.text_lang_span {
    font-size: 12px;
}

.custom_menu_login_usss li {
    width: 290px;
    margin: 5px 12px;
}

.custom_menu_login_usss li>a {
    border-radius: 14px;
}

.feature_image_main::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(360deg, #fff 0%, rgb(255 255 255 / 0%) 100%);
}

.feature_image_main::before {
    content: " ";
    background: url('../img/top_left_shadwo.png');
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: top left;
    top: 0;
    left: 0;
    filter: invert(1);
    opacity: 0;
}

.without_moview_div {
    /* width: calc(100% - 53px); */
    margin-left: auto;
}

.feature_wrap {
    position: absolute;
    width: 95%;
    bottom: 18%;
    bottom: 200px;
    z-index: 111;
}

.pl_feat_vid_slider.home_feat {
    -webkit-mask-image: none;
}

.home_feat .feature_wrap {
    padding: 40px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 10px;
    width: auto;
    backdrop-filter: saturate(150%) blur(10px);
    bottom: 170px;
    top: 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.2s;
}

.home_feat .feature_wrap:hover {
    background-color: rgb(255 255 255 / 10%);
}

.home_feat .feature_wrap h4 {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.pt_new_home_feat_vidd .chanel_content>a>span,
.pt_new_home_feat_vidd .feature_text_title a,
.pt_new_home_feat_vidd .feature_wrap p {
    color: #fff;
}

.pt_new_home_feat_vidd.home_feat .feature_wrap p a {
    color: #ffffff !important;
}

.pt_new_home_feat_vidd .feature_channel_wrap .share_button button {
    border-color: #fff;
    color: #fff;
}

.pt_new_home_feat_vidd .feature_channel_wrap .share_button button:hover {
    background: #ffffff;
    color: #191919;
}

.home_feat .feature_wrap hr {
    border-color: rgb(255 255 255 / 10%);
    width: 100%;
}

.home_feat .feature_wrap .feature_text_title {
    font-size: 23px;
    line-height: normal;
    margin: 0 0 7px;
    max-height: 68px;
    max-width: 570px;
}

.home_feat .feature_wrap p {
    margin-top: 0;
    max-height: 115px;
    max-width: 570px;
}

.home_feat .feature_wrap p a {
    color: #282828 !important;
}

.home_feat .feature_wrap .video_info {
    margin: 0 0 15px;
}

.home_feat .feature_wrap .video_info span {
    display: inline-block;
    margin: 0 8px;
    font-weight: bold;
}

.home_feat .feature_wrap .feature_channel_wrap {
    margin-top: auto;
}

/*UPLOAD VIDEOS CSS*/
.upload_video_bg_color {
    background: #f2f2f2;
    border-radius: 20px;
    opacity: 1;
    padding: 17px;
    margin-bottom: 18px;
}

.pad48_video {
    padding: 48px 42px;
}

.upload_video_bg_color .upload {
    border: 1px dashed #707070;
    border-radius: 20px;
    opacity: 1;
    padding: 220px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload_video_bg_color .upload:hover {
    border: 1px dashed #0C95D9;
}

.upload_video_bg_color .upload>svg {
    display: block;
    flex: 0 0 auto;
    width: 130px;
    height: auto;
    margin-bottom: 20px;
}

.upload_video_bg_color .upload h4 {
    font-size: 32px;
    margin-bottom: 13px;
}

.upload_video_bg_color .upload p {
    letter-spacing: 0px;
    color: #B2B2B2;
    text-transform: capitalize;
    opacity: 1;
    font-size: 18px;
    margin-bottom: 20px;
}

.upload_video_bg_color .upload img {
    width: 167px;
}

.upload_custom_new {
    border-radius: 32px;
    width: 179px;
    height: 64px;
    padding: 0 12px;
    line-height: 64px;
    border: 0;
}

.upload_file_name_text {
    font-size: 14px;
    color: #757786;
}

.upload_file_name_custom {
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid #70707034;
    margin-bottom: 20px;
    word-break: break-all;
    padding-bottom: 12px;
}

.pt_vdo_upld_dn_custom {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.pt_upload_vdo_step {
    padding: 17px 30px 23px;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.pt_upload_vdo_step .line {
    width: 100%;
    height: 1px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dashed #7f7f7f;
}

.pt_upload_vdo_step.step-one-active .line .line_sec {
    width: 0%;
}

.pt_upload_vdo_step .line .line_sec {
    height: 3px;
    width: 0;
    background: #2196f3;
    border-radius: 2em;
    position: absolute;
    transition: all 0.3s;
}

.pt_upload_vdo_step .line .dot.one {
    left: 0%;
}

.pt_upload_vdo_step .line .dot {
    position: absolute;
}

.pt_upload_vdo_step.step-one-active .dot.one span,
.pt_upload_vdo_step.step-two-active .dot.one span,
.pt_upload_vdo_step.step-two-active .dot.two span,
.pt_upload_vdo_step.step-three-active .dot.one span,
.pt_upload_vdo_step.step-three-active .dot.two span,
.pt_upload_vdo_step.step-three-active .dot.three span,
.pt_upload_vdo_step.step-four-active .dot.one span,
.pt_upload_vdo_step.step-four-active .dot.two span,
.pt_upload_vdo_step.step-four-active .dot.three span,
.pt_upload_vdo_step.step-four-active .dot.four span {
    background: #fff;
    box-shadow: 0 0 0 4px #04abf2;
}

.pt_upload_vdo_step .line .dot span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 21px;
    background: #bcbcbc;
    border-radius: 50%;
    transition: .3s all ease;
    transform: translate(-50%, -50%);
    color: #aeaeae;
    text-align: center;
    border: 1px solid #fff;
    z-index: 11;
}

.pt_upload_vdo_step.step-one-active .dot.one p,
.pt_upload_vdo_step.step-two-active .dot.one p,
.pt_upload_vdo_step.step-two-active .dot.two p,
.pt_upload_vdo_step.step-three-active .dot.one p,
.pt_upload_vdo_step.step-three-active .dot.two p,
.pt_upload_vdo_step.step-three-active .dot.three p,
.pt_upload_vdo_step.step-four-active .dot.one p,
.pt_upload_vdo_step.step-four-active .dot.two p,
.pt_upload_vdo_step.step-four-active .dot.three p,
.pt_upload_vdo_step.step-four-active .dot.four p {
    color: #2196f3;
}

.pt_upload_vdo_step .line .dot p {
    position: absolute;
    bottom: -38px;
    color: #909090;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
}

.pt_upload_vdo_step .line .dot.two {
    left: 33%;
}

.pt_upload_vdo_step .line .dot {
    position: absolute;
}

.pt_upload_vdo_step .line .dot.three {
    left: 66%;
}

.pt_upload_vdo_step .line .dot {
    position: absolute;
}

.pt_upload_vdo_step .line .dot.four {
    left: 100%;
}

.pt_upload_vdo_step .line .dot {
    position: absolute;
}

.upload-image-content_custom {
    width: 151px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.flex_uplod_centern_custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 16px;
}

.flex_uplod_centern_custom img {
    filter: invert(1)
}

.flex_uplod_centern_custom img,
.flex_uplod_centern_custom svg {
    margin-bottom: 10px;
}

.pt_uv_thumbs_innr {
    margin-bottom: 20px;
}

.upload-product-image_custom {
    border-radius: 14px !important;
    border: 1px dashed #00000038 !important;
}

.upload-product-image_custom:hover {
    border: 1px dashed #0C95D938 !important;
}

.pt_uv_thumbs_innr_custom {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.vidimage-holder {
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
    gap: 10px;
}

.vidimage-holder img {
    width: 145px;
    height: 100px;
    border-radius: 14px;
    flex: 0 0 auto;
    object-fit: cover;
}

.step-two-active .one span,
.step-three-active .two span {
    background: #04abf2 !important;
    border-color: #04abf2 !important;
}

.step-two-active .one span::after,
.step-three-active .two span::after,
.step-four-active .three span::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #fff;
    margin-top: -1px;
    display: flex;
    justify-content: center;
}

.flex_step_3_form_upload {}

.custom_video_fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.custom_video_fields .form-group {
    width: 49%;
}

.step_2_form input,
.step_2_form select,
.step_2_form select {
    height: 30px !important;
}

.movie_file_custom_inp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 11px;
    border: 1px dashed #404040;
    border-radius: 10px;
    cursor: pointer;
}

.movie_file_custom_inp:hover {
    border: 1px dashed #0C95D9;
}

.ui-widget.ui-widget-content {
    border: none !important;
    background: #fff;
}

.ui-widget-content {
    margin-bottom: 0 !important;
}

ul.tagit li.tagit-new {
    padding: unset !important;
}

ul.tagit li {
    margin: unset !important;
}

.btns_upload_new_cus {
    clear: both;
    float: right;
    margin-top: 25px;
}

.custom_schedukess {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 12px;
}

.article_new_feature_title {
    text-align: left;
    font: normal normal normal 40px/52px Poppins;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    max-width: 900px;
    border-radius: 0;
    max-height: none;
    padding: 0;
    backdrop-filter: none;
    background: transparent;
}

.feature_wrap .article_new_feature_p,
.feature_wrap .article_new_feature_p+p {
    max-width: 900px;
    border-radius: 0;
    max-height: none;
    padding: 0;
    backdrop-filter: none;
    background: transparent;
    margin: 15px 0;
}

.movie_cat_article {
    margin-top: 20px;
    margin-bottom: 25px;
}

.width05_custom {
    width: 50% !important;
}

.content_inner_artcile {
    /* margin-left: 22px;*/
}

.full_text_article_custom {
    text-align: left;
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #2a2a2a;
    opacity: 1;
}

.read-article-meta_custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    font-size: 11px;
    margin-bottom: 15px;
}

.read-article-share .btn {
    border: 0;
    padding: 5px 6px;
    line-height: 1;
}

.read-article-share .btn:hover {
    background: rgb(0 0 0 / 10%);
}

.read-article-meta_custom .count {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    font-size: 11px;
}

.read-article-meta_custom .count svg {
    margin-right: 7px;
    margin-top: -2px;
    margin-bottom: 1px;
}

.read-article-comments_custom {
    border-radius: 21px;
    opacity: 1;
    padding: 20px 25px !important;
}

.comment_custom_cnt {
    font-size: 12px;
    margin-bottom: 15px;
}

.artcile_owner_custom {
    position: absolute;
    right: 0;
    bottom: -5px;
    gap: 8px;
}

.artcile_owner_custom h6 a {
    font-size: 12px;
}

.releated_article_sub {
    margin-top: 20px;

}

.releated_article_sub h4 {
    font-size: 24px;
    margin-bottom: 22px;
}

.related_Sub_custom_arcitles {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bg_pop_arcitles_cus {
    padding: 18px;
    background: #0F0F0F 0% 0% no-repeat padding-box;
    border-radius: 21px;
    opacity: 1;
    width: 49%;
}

.custom_notif_dropdown {
    background: #fff 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px !important;
    opacity: 1;
    padding: 20px !important;
}

.read_all_custom {
    text-align: left;
    font: normal normal normal 10px/16px Poppins;
    letter-spacing: 0px;
    color: #0D99DC;
    text-transform: lowercase;
}

.custom_Flex_auto_read {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.notif_custom_Flex_aaa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view_all_notif_custom {
    text-align: left;
    font: normal normal normal 10px/16px Poppins;
    letter-spacing: 0px;
    color: #0D99DC !important;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 15px;
    float: left;
    padding: 0 !important;
    text-decoration: none;
}

.custom_notif_dropdown::after {
    content: "";
    display: block;
    position: absolute;
    right: 1.2rem;
    top: -11px;
    border-bottom: 15px solid #f3f3f3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.custom_toggler_mode {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round.round:before {
    border-radius: 50%;
}

.switch.active .slider {
    background-color: #2196F3;
}

.switch.active .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    -moz-box-shadow: 0 0 1px #2196F3;
    -ms-box-shadow: 0 0 1px #2196F3;
}

.switch.active .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.home-page-categories {
    width: 100%;
}

.home-page-categories .videos {
    width: 100%;
}

.custom_btn_post_owner {
    position: absolute;
    right: 8px;
    top: 6px;
}

.import_image::after {
    content: ' ';
    width: 242px;
    height: 242px;
    transform: matrix(1, 0.02, -0.02, 1, 0, 0);
    background: #0C95D9 0% 0% no-repeat padding-box;
    opacity: 0.54;
    filter: blur(50px);
    display: inline-block;
    position: absolute;
    right: 34%;
    z-index: -1;
}

.center_custom_import {
    width: 72%;
    margin: auto;
    text-align: center;
    margin-top: 45px;
}

.center_custom_import .icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 0 0 30px;
}

.center_custom_import .icons svg {
    width: 30px;
    height: 30px;
}

.center_custom_import h3 {
    text-align: center;
    font: normal normal bold 32px/48px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.center_custom_import p {
    margin-bottom: 40px;
    text-align: center;
    font: normal normal normal 17px/20px Poppins;
    letter-spacing: 0px;
    color: #B2B2B2;
    text-transform: capitalize;
    opacity: 1;
}

.new_import_custom {
    border: 1px solid #cccccc;
    border-radius: 32px !important;
    opacity: 1;
    font-size: 14px !important;
    height: 54px;
    padding-left: 56px;
}

.new_import_ccc {
    position: relative;
}

.new_import_ccc img {
    position: absolute;
    left: 25px;
    top: 19px;
    filter: invert(1);
}

.new_import_ccc button {
    position: absolute;
    right: 0px;
    top: 0;
    border-radius: 32px;
    height: 55px;
    width: 170px;
    font-size: 14px;
}

.right_balance_custom_ads {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 16px;
    opacity: 1;
    height: 60px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.balance_c_div {
    text-align: left;
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0px;
    color: #3b3b3b;
    opacity: 1;
    width: 48%;
    display: flex;
    justify-content: space-around;
    border-right: 1px solid #d6d6d6;
}

.pt_noti_ico_loader {
    font-size: 41px;
    color: #0d99dc;
}

.balance_c_div span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.balance_c_div:last-child {
    border-right: none;
}

.custom_datatables {
    width: 100%;
}

.custom_datatables .table>thead>tr>th {
    border-bottom: 1px solid #70707021 !important;
    font-size: 14px;
    font-weight: normal;
}

.custom_datatables table.dataTable thead .sorting_asc:after,
.custom_datatables table.dataTable thead .sorting:after {
    display: none;
}

.dataTables_length,
.dataTables_filter {
    font-size: 13px;
}

.dataTables_length {
    margin-top: -50px;
    margin-bottom: 15px;
}

.pt_vid_card_table .dataTables_length {
    margin-top: 0;
}

.custom_datatables div.dataTables_wrapper div.dataTables_filter input {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    border: none;
    height: 38px;
    width: 335px;
    padding: 19px;
}

.custom_datatables .pagination>li>a {
    font-size: 14px !important;
    font-weight: normal !important;
}

.custom_datatables div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 10px 15px;
    box-shadow: none;
}

.show_button_search_custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show_button_search_custom .upload_custom_new {
    height: 48px !important;
    width: 120px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 48px;
}

.show_button_search_custom input {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    border: none;
    height: 38px;
    width: 335px;
    padding: 19px;
    font-size: 12px;
    font-weight: normal;
    outline: none !important;
    border: none !important;
}

.cus_dtb_searchbox {
    position: relative;
}

.cus_dtb_searchbox .sb_dtb {
    position: absolute;
    right: 13px;
    top: 3px;
}

.cus_dtb_searchbox .line_dtb {
    position: absolute;
    right: 38px;
    top: 8px;
    width: 1px;
    height: 60%;
    background: #707070;
    opacity: 0.35;
}

.dataTables_length select {
    background: #fff;
    border: none;
    border-radius: 9px;
    width: 65px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
}

.video-latest-list:hover .custom_height_fixed_blur,
.subs_vid_list:hover .custom_height_fixed_blur {
    backdrop-filter: blur(5px);
}

.c_home_articles_eclipse {
    width: 100%;
}

.c_home_articles_eclipse h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

@media (max-width: 576px) {
    .new_left_right .content_main_wrapper {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .navbar-fixed-top {
        left: 0;
        width: 100%;
    }

    .profile-nav {
        float: right !important;
    }

    .mobile nav.navbar-findcond .logo-img {
        margin: 0 !important;
    }

    .name_loggedin_user {
        display: none !important;
    }

    .hide_iam_from_mobile {
        display: none !important;
    }

    .feature_text_title,
    .feature_wrap p {
        text-align: center;
    }

    .feature_text_title {
        line-height: normal;
        font-size: 6vw;
    }

    .feature_channel_wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    .feature_wrap {
        width: 100%;
        bottom: 190px;
        left: 0;
        right: 0;
    }

    .articles-content>.slick-slider {
        padding: 0 8px;
        margin: 0;
    }

    .right_feature_wrap {
        display: none;
    }

    .wrapper_articles_all .pt_article_list {
        width: 100%;
    }

    .profile_avatar {
        /* flex-direction: column; */
        flex-direction: row;
        align-items: end;
    }

    /*.feature_image_main::before {opacity: 0.7}*/
    .container-home {
        width: 95% !important;
    }

    .container-home .row:not(.marg) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .shorts_Videos {
        gap: 7px;
    }

    .shorts_Videos .short_small {
        width: 48%;
    }

    .heading_all_sections_top,
    .mov_filtr_cont_custom,
    .new_section_play {
        flex-direction: column;
    }

    .width_right_section {
        float: unset;
    }

    .heading_all_sections_top .right_section_top,
    .filter_search_mov,
    .selects-container,
    .video_description_text,
    .right_balance_custom_ads {
        width: 100%;
    }

    .mov_filtr_cont_custom {
        gap: 10px;
    }

    .setting-panel-mdbtns {
        width: 100%
    }

    .moview_inner_data {
        padding: 27px 15px;
    }

    .new_feature_title {
        font-size: 40px;
        text-align: center;
    }

    .movie_slider .feature_wrap p {
        width: 90%;
        text-align: center;
    }

    .profile_button_avatar {
        justify-content: center;
        width: 100%;
        margin-top: 25px;
    }

    .profile_button_avatar>a {
        width: 35px;
        height: 35px;
    }

    .profile-container .pt_chnl_info .btn-subscribe,
    .profile-container .pt_chnl_info .btn-subscribed {
        padding: 11px;
    }

    .new_section_play img {
        width: 100%;
    }

    .new_section_play {
        gap: 5px
    }

    .go-pro-container .go-pro-body .go-pro-packages {
        width: 100% !important
    }

    .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg:first-child {
        margin-bottom: 20px !important;
    }

    .wallet_transfer_section,
    .header_live,
    .show_button_search_custom {
        flex-direction: column;
    }

    .pt_forms .setting-panel-mdbtn {
        position: relative !important;
    }

    #pt-user-ads-table_wrapper {
        overflow: auto;
    }

    .dataTables_length {
        margin-top: 15px;
    }

    .user-ads-settings-form .col-xs-6,
    .user-ads-settings-form .col-xs-3 {
        width: 100% !important
    }

    .no-padding-left {
        padding-left: 0 !important
    }

    .profile-container .pt_chnl_info .avatar-container {
        margin-bottom: 0;
        border: none;
    }
}

.channel_of_month {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.channel_pop_text {
    font-size: 50px;
    line-height: 1.4;
    max-height: 140px;
}

.popular_slider__,
.popular_slider__ a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.pop_min_sub {
    font: normal normal 300 10px/16px Poppins;
    letter-spacing: 0px;
    color: #181818;
    text-transform: capitalize;
    opacity: 1;
}

.channel_deatils_popular .subscribe_channel {
    margin-top: 6px;
}

.popular_channel_wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.popular_channel_wrap .left_popular_channel {
    width: 55%;
}

.popular_channel_wrap .left_popular_channel .feature_text_title {
    max-width: 475px;
}

.popular_channels_list .right_popular_channel {
    margin-top: 50px;
}

.popular_slider__ img {
    width: 39px;
    height: 39px;
    border-radius: 50%;
}

.slider_right_channles_list {
    padding: 14px 44px 14px 18px;
    width: 250px;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s;
    margin: 5px 0;
}

.blur_popular_channel {
    background: rgb(255 255 255 / 40%);
    border-radius: 12px;
    /*backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);*/
    opacity: 1;
}

.slider_right_channles_list:hover {
    background: rgb(255 255 255 / 20%);
}

.popular_below_wrap {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 26px;
    opacity: 1;
    padding: 20px 45px;
    margin-bottom: 50px;
}

.below_wrap_heading h3 {
    text-align: left;
    font: normal normal 600 24px/35px Poppins;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    margin: 0;
}

.below_wrap_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter_below_wrap_popular {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.filter_below_wrap_popular select {
    border-radius: 24px;
    background: #fff;
    border: none;
    height: 44px;
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
}

.filter_below_wrap_popular .btn {
    height: auto;
    border-radius: 2em;
    line-height: 44px;
    padding: 0 19px;
    border: 0;
}

.channels_list_all {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.cahnnel_bg_svg {
    background: url('../img/popular_channel_bg-light.svg');
    background-repeat: no-repeat;
    width: 230px;
    height: 140px;
    background-size: contain;
    transition: all 0.2s;
}

.cahnnel_bg_svg:hover {
    transform: translateY(-5px);
}

.cahnnel_bg_svg a {
    text-decoration: none;
    display: flex;
}

.channel_logo_abs {}

.channel_logo_abs img {
    width: 64px;
    height: 64px;
    border-radius: 17px;
}

.right_content_chanl_bg {
    padding: 32px 17px 10px 19px;
    min-width: 0;
    flex: 1 1 auto;
}

.views_pop_channel {
    color: #6c6c6c;
    font-size: 12px;
}

.sub_vi_bottom_sub {
    font-size: 12px;
    color: #6c6c6c;
}

.bottom_sub_view span img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.bottom_sub_view {
    display: flex;
    justify-content: center;
    clear: both;
    align-items: center;
    gap: 10px;
    margin-left: -80px;
    padding-top: 11px;
}

.bottom_sub_view .imgaes_sub_ {}

.imgaes_sub_ span:nth-child(2),
.imgaes_sub_ span:nth-child(3) {
    margin-left: -18px;
    z-index: -1;
}

.channel_pt_ab {
    margin-top: 10px;
}

.channel_top_name span {
    font-size: 13px;
    font-weight: 500;
    margin-right: 7px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #000;
}

.welcome_to_studio span {
    color: #B8B8B8;
    font-size: 17px;
    margin-bottom: 4px;
    display: block;
}

.welcome_to_studio span.blue_studio,
.welcome_to_studio span.blue_studio a {
    color: #1293D7 !important;
    font-size: 17px;
    text-decoration: none;
}

.dashboard_studio_big {
    font-size: 28px;
    font-weight: bold;
}

.welcome_to_studio {
    margin-bottom: 20px;
    margin-left: 15px;
    width: 100%;
}

.nav_studio_dashboard {}

.nav_studio_dashboard a {
    padding: 16px;
    border-radius: 11px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin: 7px 0;
}

.nav_studio_dashboard a:hover {
    background: #f2f2f2 !important;
}

.studio_wrap {
    width: 100%;
    clear: both;
    float: left;
}

.selected_studio {
    background: #f2f2f2 !important;
}

.chart_dashoboard {
    background: #f2f2f2 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    padding: 19.1px 33px;
    margin-bottom: 16px;
    position: relative;
}

#container_comments,
#container_dislike,
#comments_total {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.chart_dashoboard .text_chart_dashboard {
    color: #5a5a5a;
    font-size: 14px;
}

.chart_dashoboard p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
}

.chart_dashoboard span {
    font-size: 13px;
    color: #1193D6;
    font-weight: 400;
}

.chart_dashoboard.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 31.6px 33px;
}

.chart_dashoboard.flex .text_chart_dashboard {}

.chart_dashoboard.flex p {
    margin: 0;
}

.flex_chart_vv {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.border_like_views {
    width: 61px;
    border-radius: 100%;
    border: 3px solid #F9B035;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.border_like_views span {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.red_down {
    color: #F96767 !important;
}

.charts_display {
    background: #f2f2f2 0% 0% no-repeat padding-box;
    box-shadow: 2px 13px 54px #695F9714;
    border-radius: 30px;
    opacity: 1;
    padding: 35px 30px;
}

.charts_display .light_text {
    color: #969696;
}

.white_text_bold_sub {
    font-size: 22px;
    letter-spacing: -0.55px;
    margin-bottom: 10px;
    display: inline-block;
}

.bottom_icons_dashboard {
    margin-top: 50px;
    border-top: 1px solid #d3d3d3;
    padding-top: 46px;
}

.section_btn_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.child_section_btn {
    width: 33%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.image_child_bg {
    width: 60px;
    height: 60px;
    /* UI Properties */
    background: #e9e9e9 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner_child_btm .light_child_text {
    color: #5a5a5a;
    font-size: 14px;
}

.inner_child_btm span {
    font-size: 24px;
    font-weight: bold;
}

.studio_wrap .wallet_text {
    font-weight: 500;
}

.studio_wrap .box_light_black {
    margin-bottom: 20px;
}

.highcharts-point {
    fill: #128CCB !important;
}

.highcharts-area {
    fill: #f2f2f2 !important;
}

.chart_dashoboard .highcharts-button {
    display: none !important;
}

.filter_top_settings_mar {
    margin-bottom: 20px;
}

.card-container:after {
    content: " ";
    height: 10%;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, white);
    opacity: 0.8;
    filter: blur(10px);
    margin: -20px;
}

.pt_upload_vdo_thumb #image-renderer img {
    width: 100%;
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .col-md-8.more_width {
        width: 70%;
    }

    .col-md-4.less_width {
        width: 30%;
    }
}

body.login_pag:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-attachment: fixed;
    background-image: linear-gradient(90deg, #fff 55%, rgb(255 255 255 / 30%));
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.pt_upload_vdo_thumb {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 0 15px;
}

.pt_upload_vdo_thumb>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(0 0 0 / 7%);
    border-radius: 10px;
    overflow: hidden;
}

.pt_upload_vdo_thumb svg {
    width: 50px;
    height: 50px;
    filter: grayscale(1);
}

#productimage-holder.blog {
    padding: 17px 0 5px;
}

#productimage-holder.blog .thumb-image {
    width: 170px;
    aspect-ratio: 1;
    height: auto;
}

/*Cookie*/
.cc-window {
    position: fixed;
    overflow: hidden;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    padding: 12px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 100%;
    max-width: 900px;
    justify-content: space-between;
    background-color: white;
}

.cc-window.cc-invisible {
    display: none !important;
}

.cc-btn.cc-dismiss {
    cursor: pointer;
    transition: all 0.15s;
    padding: 0 15px;
    line-height: 34px;
    display: block;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    background: #04abf2;
    color: #fff;
}






.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 990;
    transition: all 0.2s ease;
}


.nav_bg_solid {
    background: #fff !important;
}

.profile-container .pt_chnl_info .info-container h4 a div {
    display: inline-block;
    height: 18px;
}

.profile-container .pt_chnl_info .info-container h4 a div img {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0 3px;
    border-radius: 0;
}

.publisher-box-emooji {
    min-width: 260px;
    max-height: 280px;
    overflow-y: auto;
}

.publisher-box-emooji span {
    display: inline-flex;
    margin: 1px;
    padding: 2px;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    transition: all 0.15s;
    cursor: pointer;
    font-size: 21px;
}

.mt-15 {
    margin-top: 15px;
}

pre {
    background-color: #ffffff;
}

.dev_sidebar .links_ads {
    margin: 0 -17px;
}

.dev_sidebar>hr {
    margin: 17px 0;
    border-color: rgb(0 0 0 / 11%);
}

.dev_sidebar>.btn {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    border-radius: 10px;
}

.dev_apps_list .avatar {
    margin-bottom: 12px;
}

.dev_apps_list .avatar img {
    width: 100%;
    aspect-ratio: 1.3;
    object-fit: cover;
    border-radius: 12px;
}

.dev_apps_list .ap_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-size: 17px;
}

.dev_apps_list .ap_name a {
    text-decoration: none;
    color: #222;
}

.dev_apps_list p {
    margin: 5px 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dev_apps_list .btn {
    border: 0;
    font-weight: 500;
    padding: 9px 16px;
    transition: all 0.2s;
}

.developer_get_req {
    background: white;
}

.main_aff_page p,
.sett_aff_link {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 17px;
    padding: 6px;
}

.main_aff_page p {
    font-size: 16px;
}

.main_aff_page p span,
.sett_aff_link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: relative;
    flex: 0 0 auto;
}

.main_aff_page p span:before,
.sett_aff_link span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%;
    opacity: 0.1;
}

.main_aff_page .btn {
    border: 0;
    margin: 0 8px 6px;
    min-width: 200px;
    font-weight: 500;
    border-radius: 13px;
}

.sett_aff_link {
    padding: 0;
    margin: 15px 0 30px;
}

.sett_aff_link:last-child {
    margin-bottom: 0;
}

.sett_aff_link span {
    width: 67px;
    height: 67px;
}

.sett_aff_link .form-group {
    margin: 0;
}

.sett_aff_link .form-group label {}

.sett_aff_link .form-group input[type=text] {}

.pt_google_auth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

.pt_google_auth img {
    width: 100%;
    max-width: 230px;
    flex: 0 0 auto;
    border-radius: 10px;
}

.pt_google_auth .form-group {
    flex: 1 1 auto;
    margin: 20px 0;
}

.pt_google_auth_info {
    margin-top: 25px;
}

.pt_google_auth_info p {
    margin: 17px 0 0;
    font-size: 15px;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.pt_google_auth_info p svg {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    background: white;
    padding: 7px;
    border-radius: 5px;
}

.pt_google_auth_info p span {}


.pt_upgraded_page {
    position: relative;
    text-align: center;
    padding: 100px 0;
}

.pt_upgraded_page>svg:not(.feather) {
    position: absolute;
    height: auto;
    width: 45%;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    opacity: 0.3;
}

.pt_upgraded_page>svg.feather {
    margin: 0 0 20px;
    width: auto;
    height: 130px;
    position: relative;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bounce_pro;
}

@keyframes bounce_pro {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pt_upgraded_page h3 {
    position: relative;
    font-size: 26px;
}

.pt_upgraded_page p {
    position: relative;
    font-size: 19px;
    max-width: 740px;
    margin: 0 auto 50px;
    line-height: normal;
}

.pt_upgraded_page .btn {
    font-weight: 500;
    border-radius: 2em;
    min-width: 250px;
    padding: 16px 20px;
    font-size: 15px;
}

@media (max-width: 1300px) {
    body.mobi_side_open {
        overflow-y: hidden;
    }

    .new_left_right .left_menu {
        left: -280px;
        transition: all 0.25s;
        padding: 0;
        bottom: 0;
        top: 0;
        display: block;
        width: 280px !important;
    }

    body.mobi_side_open .new_left_right .left_menu {
        left: 0;
        z-index: 99999;
    }

    .new_left_right .content_main_wrapper {
        width: 100% !important;
        margin: 0 !important;
        transition: all 0.25s;
    }

    body.side_open .new_left_right .content_main_wrapper {
        width: 100% !important;
        margin: 0 !important;
    }

    .pt_main_hdr .navbar-header .mobile {
        display: block;
    }

    .content_main_wrapper .navbar-fixed-bottom,
    .navbar-fixed-top {
        right: 0;
        left: 0;
        width: 100% !important;
    }

    .new_left_right .left_menu .top_logo {
        display: none;
    }

    .yp_side_drawer .open_side_menu_head {
        display: flex;
    }

    body.mobi_side_open .sidenav-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.mobi_side_open .yp_side_drawer ul.sections li a span,
    body.mobi_side_open .yp_side_drawer .subs_list,
    body.mobi_side_open .yp_side_drawer .more_links_list,
    body.mobi_side_open .yp_side_drawer footer {
        display: block !important;
    }

    body:not(.side_open) .content_main_wrapper .navbar-fixed-bottom,
    body:not(.side_open) .navbar-fixed-top {
        width: 100% !important;
    }

    body.side_open .new_left_right .left_menu {
        padding: 0 !important;
    }

    .yp_side_drawer {
        padding: 0 !important;
    }

    body .yp_side_drawer ul.sections li a span,
    body .yp_side_drawer .subs_list,
    body .yp_side_drawer .more_links_list,
    body .yp_side_drawer footer,
    body .yp_side_drawer .menu_static_text,
    .cats_section {
        display: block !important;
    }

    .cats_section ul.sections li a {
        padding: 0 15px;
        height: auto;
        line-height: 32px;
    }
}


.bootstrap-select.show-menu-arrow .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    display: none !important;
}

.right_balance_wrap>img {
    filter: invert(1);
}

@media (max-width: 768px) {
    nav.navbar-findcond {
        padding: 0 15px;
    }

    #container_content>.container-home>.col-md-12 {
        padding: 0;
    }

    .pt_timeline_latest_vids .col-md-3:first-child .video-latest-list.video-wrapper .video-thumb {
        flex-direction: column;
    }

    .pt_timeline_latest_vids .col-md-3:first-child .video-latest-list.video-wrapper .video-thumb>a {
        width: 100% !important;
    }

    body.login_pag:before,
    .login_path {
        display: none;
    }
}


.pt_points_main {
    padding: 0;
}

.pt_points_main .ep_illus {
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

.pt_points_main .ep_illus .ep_how_many {
    padding: 15px 0px;
    margin: 0;
    border: 0;
    display: flex;
    align-items: center;
    text-align: inherit;
    gap: 15px;
}

.pt_points_main .ep_illus .ep_how_many.comment_post svg {
    background-color: #d8eeff;
}

.pt_points_main .ep_illus .ep_how_many.create_post svg {
    background-color: #FFF4F2;
}

.pt_points_main .ep_illus .ep_how_many.reaction_bg svg {
    background-color: #FFF8EB;
}

.pt_points_main .ep_illus .ep_how_many.create_blog svg {
    background-color: #E1DDF6;
}

.pt_points_main .ep_illus .ep_how_many.dislike_video svg {
    background-color: #FFEBF6;
}

.pt_points_main .ep_illus .ep_how_many svg {
    width: 60px;
    height: 60px;
    border-radius: 25px;
    padding: 15px;
    flex: 0 0 auto;
    margin: 0;
}

.pt_points_main .counter {
    background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.pt_points_main .counter h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 37px;
    font-weight: 600;
}

.pt_points_main .counter .point-text {
    font-size: 18px;
    padding: 0 0 1px;
    font-weight: 600;
}

.pt_points_main .counter .count-text {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}

#geo_blocking>.bootstrap-select.fav_cats>button {
    height: 52px !important;
    padding: 0 13px;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

/*Toggle Switch*/
.tgl {
    visibility: hidden;
    position: absolute;
    opacity: 0
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 36px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: -3px;
}

.tgl+.tgl-btn:after {
    left: -3px;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 54%;
    background: #0d99dc;
}

.tgl-ios+.tgl-btn {
    background: rgb(189, 189, 189);
    transition: all .4s ease;
    height: 14px;
    border-radius: 30px;
    margin: 3px 0px;
}

.tgl-ios+.tgl-btn:after {
    border-radius: 2em;
    background: rgb(245, 245, 245);
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.tgl-ios:checked+.tgl-btn {
    background: rgb(13 153 220 / 30%);
}

.pt_ads_list_action a {
    text-decoration: none;
}

nav.navbar-findcond.resize_hdr_plr {
    background: #000 !important;
}

nav.navbar-findcond.resize_hdr_plr ul.navbar-nav.sec_lay_hdr>li>a {
    color: #ffffff !important;
}

nav.navbar-findcond.resize_hdr_plr .search-header input {
    background-color: #0F0F0F !important;
    color: #eee !important;
}

nav.navbar-findcond.resize_hdr_plr .search-header svg.feather {
    color: #f5f5f5;
}

nav.navbar-findcond.resize_hdr_plr ul.navbar-nav a.hdr_hover_btn,
nav.navbar-findcond.resize_hdr_plr ul.navbar-nav .hide-from-mobile.profile-nav>a {
    color: #fff !important;
}

nav.navbar-findcond.resize_hdr_plr ul.navbar-nav a.hdr_hover_btn:hover,
nav.navbar-findcond.resize_hdr_plr ul.navbar-nav .hide-from-mobile.profile-nav>a:hover {
    background: rgb(255 255 255 / 20%) !important;
}

body[resized=true] #container_content {
    margin-top: 66px;
    transition: all 0.2s;
}

body[resized=true] .pt_sec_nav_cats {
    margin-top: 20px;
}

.plyr:fullscreen video {
    height: 100% !important;
    max-height: none !important;
}

.plyr:-webkit-full-screen video {
    height: 100% !important;
    max-height: none !important;
}

.pt_hide_descc {
    display: none;
}

.pt_timeline_latest_vids .col-md-3:first-child {
    width: 100%;
}

.pt_timeline_latest_vids .col-md-3:first-child .video-latest-list.video-wrapper .video-thumb {
    display: flex;
    height: auto;
    gap: 22px;
}

.pt_timeline_latest_vids .col-md-3:first-child .video-latest-list.video-wrapper .video-thumb>a {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33%;
}

.pt_timeline_latest_vids .col-md-3:first-child .video-latest-list.video-wrapper .center_abs {
    width: 100%;
    max-width: 750px;
    margin: 0;
}

.pt_timeline_latest_vids .col-md-3:first-child .video-latest-list .custom_height_fixed_blur {
    max-height: none;
    background: transparent !important;
    backdrop-filter: none;
    position: relative;
    padding: 0;
    bottom: auto;
}

.pt_timeline_latest_vids .col-md-3:first-child .video_channel_details .image_channel {
    display: none;
}

.pt_timeline_latest_vids .col-md-3:first-child .video_channel_details .channel_details {
    width: 100%;
}

.pt_timeline_latest_vids .col-md-3:first-child .video-latest-list .video_channel_title {
    margin: 0 0 10px;
    color: #222;
    font-size: 16px;
    max-height: 68px;
    line-height: 20px;
    width: 100%;
}

.pt_timeline_latest_vids .col-md-3:first-child .video-latest-list .video_channel_name,
.pt_timeline_latest_vids .col-md-3:first-child .video-latest-list .video_channel_stats {
    font-size: 14px;
    color: #444;
    line-height: normal;
}

.pt_timeline_latest_vids .col-md-3:first-child .video-latest-list .pt_hide_descc {
    display: block;
    overflow: hidden;
    max-height: 62px;
    font-size: 14px;
    margin: 25px 0 0;
    color: #222;
}


nav.navbar-findcond .dropdown-menu.pt-create-menu>li>a.uploadd:hover {
    background: #40ce82 !important;
}

nav.navbar-findcond .dropdown-menu.pt-create-menu>li>a.importt:hover {
    background: #ce405a !important;
}

nav.navbar-findcond .dropdown-menu.pt-create-menu>li>a.livee:hover {
    background: #40cec2 !important;
}


@media (min-width: 1300px) {

    .content_main_wrapper .navbar-fixed-bottom,
    .navbar-fixed-top {
        z-index: 301 !important;
    }

    body:not(.side_open):not(.login_pag) .content_main_wrapper .navbar-fixed-bottom,
    body:not(.side_open):not(.login_pag) .navbar-fixed-top {
        width: calc(100% - 280px);
    }

    .yp_slide_menu {
        position: fixed;
        left: 0;
        z-index: 1;
        top: 0;
        background: #FFF;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top_logo {
        padding-left: 70px;
    }

    .top_logo .navbar-brand {
        padding: 13px !important;
    }

    /*.video-player, .video-player video, .video-player .mejs__container {
    min-height: 633px !important;
}
.video-player.pt_video_player .mejs__video, .video-player.pt_video_player .mejs__video video {
    width: 100% !important;
}*/
}



.pt_upvid_one .progress {
    height: auto;
    border-radius: 2px;
    margin: 4px 0px 20px;
    background: transparent !important;
    box-shadow: none;
    padding: 0 10px;
}

.pt_upvid_one .progress .percent {
    position: relative;
    color: #04abf2 !important;
    margin: 0 6px !important;
    width: auto;
    display: inline-block;
    background: rgb(4 171 242 / 15%);
    font-weight: 600;
    padding: 0 6px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 2em;
    min-width: 43px;
    top: auto;
    vertical-align: middle;
}

.pt_upvid_one .progress_bar_parent {
    margin: 0;
    height: 24px;
    border-radius: 2em;
    background: rgb(4 171 242 / 15%);
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
}

.pt_upvid_one .progress_bar_parent .bar {
    background-color: #04abf2 !important;
    border-radius: 2em;
    box-shadow: none;
}

.pt_upvid_one .pt_prcs_vdo {
    margin-top: 15px;
}

.play-list-player .plyr__video-wrapper {
    border-radius: 14px 0 0 14px !important;
}

.pt_forms .form-group.confirm_email_code {
    margin: 20px 0 10px;
}

.pt_forms .form-group.confirm_email_code input {
    background: #F2F2F2;
}

nav.navbar-findcond ul.navbar-nav .profile-nav.open>a {
    background: rgb(255 255 255 / 20%) !important;
}

.feat_vid_big_play_btn {
    display: none;
}


@media (min-width: 1024px) {
    .hide_feat_vid_btnn {
        display: none;
    }

    .pt_new_home_feat_vidd .feature_image_main {
        padding-top: 30px;
        padding-bottom: 170px;
    }

    .pt_new_home_feat_vidd .pt_hmpg_contanr {
        height: 100%;
        display: flex;
    }

    .home_feat .feature_wrap {
        position: relative;
        top: auto;
        bottom: auto;
        display: inline-flex;
        height: 100%;
        flex: 0 0 auto;
    }

    .feat_vid_big_play_btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .feat_vid_big_play_btn .btn {
        background: transparent;
        backdrop-filter: saturate(150%) blur(60px);
        border-radius: 50%;
        padding: 0;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
    }

    .feat_vid_big_play_btn .btn:hover {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-name: pulsssse;
    }

    @keyframes pulsssse {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        50% {
            transform: scale3d(1.1, 1.1, 1.1);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }
}

.pt_hdr_adss {
    margin-top: 90px;
    text-align: center;
}

.pt_hdr_adss:empty {
    padding: 0;
    margin: 0;
}

.pt_hdr_adss+#container_content {
    margin-top: 30px;
}

.pt_hdr_adss:empty+#container_content {
    margin-top: 80px;
}

body[resized=true] .pt_hdr_adss {
    display: none;
}

body[resized=true] .pt_hdr_adss:empty+#container_content {
    margin-top: 66px;
}


/*Switch Account*/
#switch_accounts .modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

#switch_accounts .modal-dialog::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.dropdown-switch-account .btn-main {
    width: 100%;
    margin: 16px 0 0;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.dropdown-switch-account .btn-main svg {
    width: 17px;
    height: auto;
}

.dropdown-switch-account .user-avatar {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding: 8px;
    line-height: normal;
    margin: 0 0 6px;
    text-decoration: none;
}

.dropdown-switch-account .user-avatar.active {
    color: #0d99dc !important;
    background: rgb(13 153 220 / 10%);
}

.dropdown-switch-account .user-avatar>img {
    margin: 0;
    box-shadow: none;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.dropdown-switch-account .user-avatar .info {
    flex: 1 1 auto;
}

.dropdown-switch-account .user-avatar .info b {
    margin: 0;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

.dropdown-switch-account .user-avatar.active b {
    color: #0d99dc !important;
}

.dropdown-switch-account .user-avatar .info p {
    margin: 0;
}

.dropdown-switch-account .user-avatar>svg {
    margin: 0;
    flex: 0 0 auto;
    height: 20px;
    width: 20px;
}



/* Added */
.hide-from-mobile.pull-left.top-header {
    display: none !important;
}

#notifyButton,
#block-icon,
#message-button {
    display: none;
}

#logo-home-main {
    position: absolute;
    top: 25%;
    left: 8%;
}

.movie_inner_content .feature_wrap p {
    max-height: 125px !important;
}

.pop_min_sub {
    font-size: 12px;
}

.popular_below_wrap {
    margin-top: 32px !important
}

#container_content {
    margin-bottom: 0px;
}

.pt_monetize_sett {
    display: none;
}




@media only screen and (max-width: 600px) {
    #languages-home {
        display: none;
    }

    #logo-home-main {
        position: absolute;
        top: 11%;
        left: 8%;
    }

    #footer .inside {
        flex-direction: column;
    }

    .rrjetet-sociale a img {
        margin-top: 15px;
        width: 30px;
    }

    .rrjetet-sociale a:hover {
        text-decoration: none !important;
    }

    #logo-footer img {
        margin-top: 15px;
    }

    #contact-buttons {
        display: none !important;
    }

    a.navbar-brand.logo-img {
        width: 60px;
    }

    .plans {
        flex-direction: column;
    }

    .language-option img {
        width: 40px !important;
        height: 30px !important;
    }

    .languages {
        gap: 15px 45px !important;
    }

    .lang-button {
        margin: 10px 10px 5px 10px !important;
    }

    .home-page-categories .videos .video-list {
        width: 100%;
        min-height: auto;
    }

    #collaborate-button-desktop {
        display: none;
    }

    #collaborate-button-mobile {
        background: #ff7400;
        color: #FFF;
        font-weight: 700;
        border-radius: 25px;
        padding: 10px 25px;
        text-align: center;
    }

    .sticky-container_in-content {
        padding: 0 10px !important
    } 

    #footer_tnt {
        margin-left: -20px;
        width: 110% !important;
    }

    .pt_chnl_info.container-home {
        display: flex;
        background: none;
        margin-top: -45px;
    }

    .profile-container .pt_chnl_info .info-container h4 {
        margin-bottom: 0;
    }

    .info-container.new_class_sub {
        text-align: left;
        margin-left: 16px;
        width: 110px;
    }

    .box_light_black_pad_right {
        margin-bottom: 20px;
    }

    .movie_slider {
        height: 560px !important;
    }

    .popular_channel_wrap {
        flex-direction: column;
    }

    .popular_channel_wrap .left_popular_channel {
        width: 100%;
    }

    .movie_inner_content .feature_wrap p {
        max-height: 220px !important;
    }

    .channel_of_month {
        text-align: center;
        font-size: 22px;
        line-height: 32px;
    }

    .channel_pop_text {
        font-size: 44px;
    }

    .right_popular_channel {
        display: none;
    }

    .popular_slider__, .popular_slider__ a {
        justify-content: center;
    }

    .below_wrap_heading {
        flex-direction: column;
        gap: 15px;
    }

    .custom_height_fixed_blur {
        margin-top: 10px;
    }

    .dropdown .dropdown-button {
        margin-right: 0px;
    }

    a.btn-subscribe.home {
        padding: 10px 65px !important;
        font-size: 14px !important;
    }
}




@media only screen and (min-width: 601px) {
    #collaborate-button-mobile {
        display: none;
    }

    .rrjetet-sociale a:hover {
        text-decoration: none !important;
    }

    .rrjetet-sociale a img {
        width: 35px;
    }
    
    .home-page-categories .row {
        padding-bottom: 30px;
    }

    #header_change {
        padding-top: 5px;
    }

    .dropdown .dropdown-button {
        margin-right: 6px;
    }
}


#footer {
    background: #333333;
    color: #FFF;
    text-align: center;
    height: 160px;
}

#footer_tnt {
    position: sticky;
    width: 100%;
    /* z-index: 999; */
}

.sticky-container__video {
    z-index: 9999 !important;
}

#pay_modal_wallet {
    z-index: 99999 !important;
}

#collaborate-button-desktop {
    background: #ff7400;
    color: #FFF;
    font-weight: 700;
    border-radius: 25px;
    padding: 10px 25px;
    text-align: center;
}

.video-latest-list.video-wrapper {
    min-height: 330px;
}

.expend-player {
    display: none;
}

#embed_box,
.swal2-container {
    z-index: 9999;
}

.channel_details {
    width: 240px;
}

.side_open .vije {
    display: none
}

.yp_side_drawer {
    background-color: white;
}

.box_light_black_pad_right {
    margin-top: 20px;
}

#footer_tnt {
    margin-top: 40px;
}

#language {
    border: none;
    padding: 8px 0;
    margin-right: 10px;
    cursor: pointer;
}

#language:focus-visible {
    outline: none;
}

.verified {
    font-size: 16px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    display: inline-flex; /* so we can align text + arrow */
    align-items: center;
    min-width: 130px;
    justify-content: space-between; /* text left, arrow right */
    background: none;
}

.dropdown-button::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 5px solid transparent; /* left side transparent */
    border-right: 5px solid transparent; /* right side transparent */
    border-top: 5px solid #555; /* actual triangle pointing down */
    transition: transform 0.2s ease-in-out;
}

.dropdown.open .dropdown-button::after {
    transform: rotate(180deg); /* rotate arrow when open */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 130px;
    border: 1px solid #e9e9e9; 
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1;
    margin-top: 2px;
}

.dropdown-content a {
    padding: 8px 12px;
    display: block;
    text-decoration: none;
    color: #333;
}

.dropdown-content a:hover {
    background: #1177ff !important;
    color: #fff !important;
}
  
  