@import url("https://fonts.googleapis.com/css?family=Lato:300,400");
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,500,600";
.login-page .login-form input[type=text], .login-page .login-form input[type=password] { padding: 10px; background-color: rgba(255, 255, 255, 0.25); border-radius: 3px; width: 100%; border: 1px solid transparent; color: #fff; }

.login-page .login-form select, .login-page .login-form input[type=submit] { padding: 10px; background-color: rgba(255, 255, 255, 0.25); border-radius: 3px; width: 100%; border: 1px solid transparent; color: #fff; }

.videos-list .video-wrapper .video-views, .videos-list .video-wrapper .video-publisher { color: #777; margin-top: 3px; font-size: 11px; }

.user-setting-panel input[type='text'], .user-setting-panel input[type='password'] { height: 30px !important; 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 !important; 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: 30px !important; 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 .btn-main, .setting-panel .btn-delete { height: 30px !important; font-size: 13px; min-width: 100px !important; }

header .upload-button, header .import-button { color: #fff !important; margin: 7.6px -5px 7px; padding: 6px 15px !important; line-height: normal !important; font-size: 14px !important; border-radius: 17px; border: 0 !important; transition: all 0.2s ease; }

header .upload-button svg.feather, header .import-button svg.feather { margin: -3px 2px 0 1px; width: 17px; height: 17px; }

.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.2); color: #fff; opacity: 0; visibility: hidden; transition: all 0.2s ease; }

.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 img, .home-page-categories .videos .video-list img { width: 100%; min-height: 151px; max-height: 151px; object-fit: cover; }

.video-latest-list .video-title h4, .home-page-categories .videos .video-list .video-list-title h4 { font-size: 13px; color: #167ac6; margin-bottom: 3px; font-weight: 600; font-family: sans-serif; line-height: 1.3em; max-height: 2.6em; }

.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: block; 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: 250px; width: 20%; 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 #fcfcfc; outline: none; }
.login-page .login-form input[type=submit] { background: #fff !important; margin-top: 10px; border: 0; }
.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: Lato, 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-page .login-icons div { margin-left: 5px; padding: 1px; border-radius: 6px; width: 25px; font-size: 22px; text-align: center; height: 25px; line-height: 1.1; background: #fff !important; color: #04abf2; }
.login-page .login-icons .facebook-icon a { color: #2d4373; }
.login-page .login-icons .google-icon a { color: #c23321; }
.login-page .login-icons .twitter-icon a { color: #2795e9; }
.login-page .recaptcha { text-align: center; margin: 0 auto; }

.mejs-qualities-selected { color: #04abf2 !important; }

.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%; }
.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: 15px; }
.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: 2px; }
.videos-list .pt_video_side_vids .video-publisher { margin: 0; color: #777; }
.videos-list .pt_video_side_vids .video-views { margin: 0; color: #777; }

.user-setting-panel { background-color: #fff; padding: 30px; padding-top: 20px; padding-bottom: 10px; box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1; }
.user-setting-panel select { height: 30px !important; 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 { background: #f5f5f5; background-size: cover; font-family: Roboto, sans-serif !important; margin: 0; padding: 0; height: 100%; min-height: 100%; }

.dropdown-menu { animation-name: slidenavAnimation; animation-duration: .1s; animation-iteration-count: 1; animation-timing-function: ease; animation-fill-mode: forwards; }
.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 { top: 57px; overflow: visible; visibility: hidden; opacity: 0; filter: alpha(opacity=0); transition: opacity 120ms linear, top 120ms linear, visibility 120ms linear; display: block; }
.dropdown-menu.ani-acc-menu svg.feather { margin: -2px 8px 0 1px !important; width: 18px; height: 18px; color: #5f5f5f; }
.dropdown-menu > li > a:focus { color: #333 !important; }
.dropdown-menu > li > a:hover { color: #333 !important; }

.video-latest-list { height: 270px; overflow: hidden; }
.video-latest-list .video-title { font-size: 16px; color: #04abf2; max-height: 43px; overflow: hidden; }
.video-latest-list .video-thumb { width: 100%; position: relative; }
.video-latest-list .video-thumb .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:hover .play_hover_btn { opacity: 1; visibility: visible; }
.video-latest-list .video-thumb: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; }

.navbar-default.second-header-layout { min-height: 40px !important; }
.navbar-default.second-header-layout .navbar-nav a { line-height: 2; }
.navbar-default.second-header-layout .navbar-nav > li { margin-right: 10px; }
.navbar-default.second-header-layout .navbar-nav > li > a { padding: 6px 15px; border: 0; }
.navbar-default.second-header-layout .navbar-nav > .open > a { background: #f5f5f5; }


.second-header-layout { margin-top: 50px; text-align: center; background: #fff !important; color: #444; border-bottom-color: #e3e4e8 !important; }
.second-header-layout li:hover > a { box-shadow: 0 3px #c6c6c6; }
.second-header-layout li.active > a { background: #fff !important; box-shadow: 0 3px #04abf2; }
.second-header-layout li.dropdown:hover li a { box-shadow: none; }
.second-header-layout a { color: #666 !important; transition: all 0.2s ease-in-out; }
.second-header-layout ul.nav.pull-right li:hover a { box-shadow: none; }

header .upload-button { background-color: #d84c47 !important; margin-right: 10px; color: #fff!important; }
header .upload-button:hover { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important; }
header .import-button { background-color: #2ec0bc !important; color: #fff!important;}
header .import-button:hover { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important; }

.content { background: #fff; width: 100%; box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1; padding: 10px; margin-bottom: 20px; }

#mep_0 { 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 { box-shadow: none; }
.pt_video_info .btn-subscribed { box-shadow: none; }
.pt_video_info .watch-video-show-more { margin-top: 10px; width: 150px; padding: 5px 10px; font-family: Roboto; font-weight: 500; }
.pt_video_info .watch-video-description { padding: 0 15px; }
.pt_video_info .watch-video-description p { word-wrap: break-word; font-size: 13px; line-height: 21px; }
.pt_video_info .video-published { padding: 0 15px; }

.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; }
.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; }
.video-likes .like-btn.active svg.feather-thumbs-up { color: #4caf50; fill: #cfffd1; }
.video-likes .like-btn.active svg.feather-thumbs-down { color: #f44336; fill: #ffd8d5; }

.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; }

.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: 10px; }
.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 span { font-weight: 100; color: #04abf2; font-size: 12px; float: right; }
.home-page-categories .videos .video-list { width: 100%; }
.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 { background-color: #04abf2; color: #fff; }
.btn-main: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-name a { color: #333; font-weight: 500; font-size: 16px; }

.btn-subscribe { background: #04abf2; }
.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: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: 48px; left: 0; right: 0; width: 100%; z-index: -99999; background-color: #000; }

.mobile { display: none; }

.desktop { display: block; }

.video-player { width: 100%; position: relative; }
.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: Roboto, sans-serif; font-size: 20px; font-weight: 600; margin-bottom: 5px; }
.video-player .ads-overlay-info p { padding: 0; margin: 0; font-family: Roboto, 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: #fff; }
.new-here a { color: #fcfcfc; }
.new-here .dec { text-decoration: underline; }

.import-form-content { padding-top: 10px; border-top: 1px solid #f3f3f3; }

.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 { text-align: center; cursor: pointer; display: block; width: 250px; margin: auto; background-color: #f8f8f8; padding: 10px; border-radius: 3px; border: 1px solid #d3d3d3; background-image: linear-gradient(to top, #fcfcfc 0, #f8f8f8 100%); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); font-weight: bold; font-family: Helvetica; font-size: 12px; transition: all 0.1s ease; }
.watch-video-show-more:hover { background-color: #f0f0f0; border-color: #c6c6c6; background-image: linear-gradient(to top, #f0f0f0 0, #f8f8f8 100%); }

.thumbnail-preview { margin-top: 20px; }
.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: 20px; padding-bottom: 5px; }
.next-video h4 { color: #333; font-family: Lato, 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 { background-color: #04abf2; width: 100%; z-index: 99; 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 { padding: 60px 0; background: #fff; }
.footer-container .footer-links { margin-top: 10px; }
.footer-container .footer-links ul { list-style: none; margin-left: 0 !important; padding-left: 0 !important; }
.footer-container .footer-links ul li { display: inline-block; padding-right: 10px; }
.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 { margin-top: 10px; color: #888; }

.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; }

.progress { position: relative; height: 40px; background: #fff7f7; }

#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; }

.user-comments .no-comments-found { margin-bottom: 10px; color: #777; }
.user-comments .main-comment { margin-bottom: 40px; margin-bottom: 20px !important; }
.user-comments .main-comment .user-avatar { width: 50px; margin-right: 10px; }
.user-comments .main-comment .user-avatar img { width: 100%; border-radius: 50%; border: 1px solid #f4f4f4; }
.user-comments .main-comment .user-name { font-size: 15px; }
.user-comments .main-comment .user-name a { font-weight: 500; }
.user-comments .main-comment .user-name small { font-size: 12px; color: #aaa; display: inline; }
.user-comments .main-comment .user-comment { width: 85%; font-size: 13px; margin-top: 5px; overflow: hidden; color: #777; font-family: Lato, sans-serif; }
.user-comments .main-comment .user-comment .div-vote-comment { color: #888; margin-top: 10px; font-size: 12px; }
.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; }
.profile-container .card-container { width: 100%; position: relative; }
.profile-container .card-container .edit-cover-container { position: absolute; top: 5px; right: 10px; font-size: 16px; }
.profile-container .card-container .edit-cover-container a { color: #fff; text-shadow: #444 0 0 3px; }
.profile-container .card-container .edit-cover-container a:hover { text-decoration: none; }
.profile-container .card-container .cover-container img { width: 100%; height: 200px; }
.profile-container .pt_chnl_info { position: relative; background-color: #fff; display: flex; align-items: center; padding: 20px; margin: -55px 25px 0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.profile-container .pt_chnl_info .avatar-container { width: 90px; border: 1px solid #fff; margin-right: 15px; }
.profile-container .pt_chnl_info .avatar-container img { width: 100%; border-radius: 50%; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
.profile-container .pt_chnl_info .info-container h4 { font-size: 22px; margin: 0; }
.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 .btn-message { border-radius: 2px; padding: 4px 13px; margin-top: 10px; }
.profile-container .pt_chnl_info .info-container .btn-message svg.feather { margin: -2px 2px 0 0; width: 17px; height: 17px; }
.profile-container .pt_chnl_info .subscribe-btn-container { margin-left: auto; }
.profile-container .links-container { margin: 0 25px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); padding-top: 10px; position: relative; }
.profile-container .links-container ul { margin-bottom: 0; padding-left: 0; margin-left: 0; width: 100%; list-style: none; }
.profile-container .links-container ul li { text-align: center; display: inline-block; }
.profile-container .links-container ul li a { padding: 10px 30px; display: block; position: relative; }
.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: #04abf2; box-shadow: inset 0 -2px #04abf2; }
.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; }
.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: Lato, sans-serif; }
.upload > div p { padding: 0; margin: 0; font-family: Lato, 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: Roboto; 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: 400px !important; border-radius: 1px !important; }
.swal2-modal button.swal2-styled { border-radius: 1px !important; padding-top: 5px !important; padding-bottom: 5px !important; box-shadow: none !important; font-size: 16px !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 #mep_0 { max-height: 100% !important; }

.play-list-container { padding: 0; margin: 0; height: 100%; box-shadow: none !important; }
.play-list-container .next-video { padding: 15px; background: #1a1a1a; color: #fff; padding-top: 7px; padding-bottom: 5px; margin-bottom: 0; border-bottom: none; }

.play-list-cont { background: #383838; color: #fff !important; height: 100%; overflow-x: hidden; padding: 10px 5px 10px 0; }
.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; }

.optional-field { opacity: 0.7; }

.create-new-list { width: 80%; 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: Roboto; font-size: 18px; text-align: left !important; }

.add-topl-cont { width: 80%; overflow: hidden; margin: auto; }
.add-topl-cont h4 { text-align: left; margin-top: 0; }

.sa-no-list { width: 80%; overflow: hidden; margin: auto; line-height: 120px; font-size: 15px; }

.playlist-item { width: 100%; text-align: left !important; border-bottom: 1px solid #dedede; padding: 10px 0; }
.playlist-item span { color: #333; font-size: 15px; font-family: Roboto; }
.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: Roboto; font-weight: 500; }

.secure-color { color: green !important; }

.play-lists { margin-bottom: 20px; }
.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 { height: 100%; width: 100px; text-align: center; position: absolute; right: 0; top: 0; background: rgba(36, 36, 36, 0.67); display: flex; align-items: center; justify-content: center; }
.play-lists div.video-latest-list div.play-lists-count span { color: #fff; font-weight: 500; font-family: Roboto; font-size: 17px; }
.play-lists div.video-latest-list div.play-lists-count span b { display: block; font-weight: 500; }

.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; }
.pt_blogcomm_combo img { width: 50px; height: 50px; border-radius: 50%; border: 1px solid #f4f4f4; margin-right: 10px; }
.pt_blogcomm_combo textarea { border-radius: 25px; padding: 13px 15px 7px; height: 50px; }
.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-bottom: 5px; margin-bottom: 10px; }
.related-article-wrapper .ra-thumb { height: 150px; overflow: hidden; padding: 5px 10px; background-size: cover; position: relative; }
.related-article-wrapper .ra-thumb .ra-info { position: absolute; right: 0; bottom: 0; background: #f7931a; padding: 5px 10px; min-width: 50%; width: auto; font-family: Roboto, Arila, sans-serif; font-size: 13px; color: #fff; }
.related-article-wrapper .ra-thumb .ra-info a { display: inline; color: #fff; }
.related-article-wrapper .ra-thumb .ra-info:hover > span a { text-decoration: underline; }
.related-article-wrapper .ra-thumb a { display: block; overflow: hidden; cursor: pointer; text-decoration: none; }
.related-article-wrapper .ra-title { width: 100%; overflow: hidden; padding: 5px 10px; }
.related-article-wrapper .ra-title h5 { width: 100%; padding: 0; margin: 0; }
.related-article-wrapper .ra-title h5 a { font-size: 17px; font-family: Roboto; color: #202020; cursor: pointer; max-height: 3.3em; overflow: hidden; display: block; }

.related-video-wrapper { width: 100%; overflow: hidden; padding-bottom: 5px; margin-bottom: 10px; }
.related-video-wrapper .ra-thumb { height: 150px; overflow: hidden; padding: 0; background-size: cover; position: relative; }
.related-video-wrapper .ra-thumb img { width: 100%; transition: filter 1s ease-in; }
.related-video-wrapper .ra-thumb .ra-info { position: absolute; z-index: 1000; right: 0; bottom: 0; background: #f7931a; padding: 5px 10px; min-width: 50%; width: auto; font-family: Roboto, Arila, sans-serif; font-size: 13px; color: #fff; }
.related-video-wrapper .ra-thumb .ra-info.re-video-info { background: #04abf2; }
.related-video-wrapper .ra-thumb .ra-info:hover + .ra-overlay { visibility: hidden; }
.related-video-wrapper .ra-thumb .ra-info:hover > span a { text-decoration: underline !important; }
.related-video-wrapper .ra-thumb .ra-info a { display: inline; color: #fff; }
.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; z-index: 500; 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: 60px; color: #fff; }
.related-video-wrapper .ra-title { width: 100%; overflow: hidden; padding: 5px 10px; }
.related-video-wrapper .ra-title h5 { width: 100%; padding: 0; margin: 0; }
.related-video-wrapper .ra-title h5 a { font-size: 17px; font-family: Roboto; color: #202020; cursor: pointer; max-height: 3.3em; overflow: hidden; display: block; }
.related-video-wrapper .ra-title h5 a:hover { text-decoration: none; }

.read-article-sidebar { width: 100%; overflow: hidden; background: #f1f1f1; height: auto; }
.read-article-sidebar .ra-sidebar-body { width: 100%; overflow: hidden; }
.read-article-sidebar .ra-sidebar-head h4 { width: 100%; padding: 15px; margin: 0; color: #333; font-family: Lato, sans-serif; font-size: 20px; }

.read-article-container { width: 100%; overflow: hidden; padding: 15px 20px 20px; }
.read-article-container .read-article-head { width: 100%; overflow: hidden; }
.read-article-container .read-article-head h1 { color: rgba(0, 0, 0, 0.8); font-size: 34px; font-family: Lato, sans-serif; font-weight: 800; margin: 0 0 15px; line-height: 1.2; }
.read-article-container .read-article-head .postCategory h5 { background: #04abf2; color: #fff; margin: 0; text-transform: uppercase; display: inline-block; font-size: 10px; padding: 0 10px; border-radius: 999em; height: 23px; line-height: 24px; margin-bottom: 14px; }
.read-article-container .read-article-description { width: 100%; overflow: hidden; margin: 0 0 10px; }
.read-article-container .read-article-description article { color: #555; font-size: 17px; font-family: Lato, sans-serif; font-weight: 500; }
.read-article-container .read-article-meta { width: 100%; overflow: hidden; padding: 15px 0; border-top: 1px solid rgba(0, 0, 0, 0.05); border-bottom: 1px solid rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.6); margin-bottom: 20px; }
.read-article-container .read-article-meta span svg.feather.feather-clock { width: 16px; height: 16px; margin: -2px 1px 0 0; }
.read-article-container .read-article-meta span.pull-right svg.feather { margin: -3px 0 0 15px; cursor: pointer; width: 18px; height: 18px; }
.read-article-container .read-article-meta span.pull-right svg.feather-thumbs-up.active { color: #4caf50; fill: #cfffd1; }
.read-article-container .read-article-meta span.pull-right svg.feather-thumbs-down.active { color: #f44336; fill: #ffd8d5; }
.read-article-container .read-article-meta .middot { color: rgba(0, 0, 0, 0.59); margin: 0 6px; font-size: 13px; line-height: 1.1; font-weight: bold; }
.read-article-container .read-article-share { width: 100%; overflow: hidden; }
.read-article-container .read-article-share ul { margin: 0 0 20px 0; overflow: hidden; text-align: center; }
.read-article-container .read-article-share ul li { display: inline-block; padding-right: 5px; padding-left: 5px; font-weight: 500; }
.read-article-container .read-article-share ul li a { cursor: pointer; text-decoration: none; }
.read-article-container .read-article-share ul li a .btn-share { text-align: center; border-radius: 3px; padding: 7px 5px; cursor: pointer; display: inline-block; }
.read-article-container .read-article-share ul li a .btn-share svg.feather { width: 28px; height: 28px; }
.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; padding: 0 30px; }
.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 { box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); border: 1px solid #f0f0f0; background: #fff; margin-bottom: 20px; }

.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: 24px; background: #fff; border: 1px solid #f0f0f0; border-radius: 4px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03); display: block; overflow: hidden; }
.articles-content .pt_article_h_list .video-thumb { position: relative; display: inline-block; margin: 0 24px 20px 0; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); }
.articles-content .pt_article_h_list .video-thumb img { width: 200px !important; max-width: 100%; object-fit: cover; }
.articles-content .pt_article_h_list .video-info { overflow: hidden !important; }

.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-top: 30px; overflow: hidden; display: table; }
.popular-articles-wrapper:first-child { margin-top: 0; }
.popular-articles-wrapper .video-thumb { overflow: hidden; }
.popular-articles-wrapper .video-thumb img { width: 80px; height: 80px; position: relative; margin-right: 15px; border-radius: 100%; object-fit: cover; }
.popular-articles-wrapper .video-info { margin-left: 95px; display: table-cell; vertical-align: middle; }
.popular-articles-wrapper .popular-article-title a { color: rgba(0, 0, 0, 0.8); display: block; font-size: 16px; font-weight: 500; line-height: 1.4; text-decoration: none; }

.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: 14px; margin-bottom: 3px; }
.article-wrapper .article-title h4 { margin-top: 0; }
.article-wrapper .article-title h4 a { color: #444; font-size: 23px; margin-top: 13px; margin-bottom: 13px; font-family: Lato, sans-serif; font-weight: 800; text-transform: capitalize; line-height: 1.3; }
.article-wrapper .article-desc p { color: #777; font-family: Lato, sans-serif; font-size: 14px; line-height: 22px; margin-bottom: 14px; overflow: hidden; }

.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 { padding: 0 10px; margin-bottom: 20px; }
.article-categories h4 { color: #333; font-family: Lato, sans-serif; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; font-size: 20px; margin-top: 0; }
.article-categories .pt_categories ul { list-style: none !important; padding: 0; margin: 0; }
.article-categories .pt_categories ul li { transition: all .20s ease; background-color: #d3d3d3; margin: 0 6px 11px 0; display: inline-block; border-radius: 25px; }
.article-categories .pt_categories ul li a { text-decoration: none; width: 100%; color: #1a1a1a; display: block; padding: 5px 15px; }
.article-categories .pt_categories ul li.active { background-color: #04abf2; }
.article-categories .pt_categories ul li.active a { color: #fff; }
.article-categories .pt_categories ul li:hover a { cursor: pointer; text-decoration: underline; }
.article-categories div form input { border-radius: 16px; width: 100%; display: block; padding-right: 40px; }
.article-categories div form div { width: 100%; overflow: hidden; margin: 27px 0 20px; 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 { font-family: Lato, sans-serif; margin-bottom: 0; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; font-size: 20px; margin-top: 0; }

.go-pro-container { width: 100%; overflow: hidden; margin-bottom: 30px; padding-bottom: 30px; }
.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: Roboto, sans-serif; }
.go-pro-container .go-pro-head-upgraded p { margin: 0; color: #555; font-size: 17px; font-family: Roboto, 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: Roboto, 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: 60%; margin: auto; }
.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg > div { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); border-radius: 6px; 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%; background: #fff; }
.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: 6px 6px 0 0; }
.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: 6px 6px 0 0; }
.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 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 .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; min-height: 210px; padding-top: 20px; }
.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .go-pro-features-list p { margin: 0 15px; text-align: center; padding: 15px; line-height: 15px; border-bottom: 1px solid #f1f1f1; }
.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: 500; letter-spacing: .075em; text-transform: uppercase; border-radius: 6px; 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: #fff; 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 { background: #9c27b0; color: #fff; transition: all 0.2s ease; }
button.pro-bg:hover { background: #9c27b0; opacity: 0.8; }
button.btn-report.active i { color: #2ec0bc !important; }

.pro-bg { background: #fff; color: #9c27b0; }

.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 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
.user-ads-list-container .col-10 { padding: 0 30px; }
.user-ads-list-container .user-ads-list-header { width: 100%; overflow: hidden; background: #04abf2; border-bottom: 1px solid #dedede; margin-bottom: 20px; padding: 0 30px; }
.user-ads-list-container .user-ads-list-header span { padding: 5px 0; display: inline-block; font-size: 16px; margin: 10px 0; 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; }
.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); }
.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: Roboto, sans-serif; font-weight: 700; font-style: normal; font-size: 15px; padding: 15px 0; color: #333; }
.col-10 table tbody tr td { background: #fff; font-family: Lato, 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 span.spends { font-family: Roboto, sans-serif; font-weight: 700; }
.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 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
.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: Roboto, 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; }
.user-ads-settings-alert .alert { border-radius: 0; color: #fff; font-family: Roboto, sans-serif; font-size: 16px; font-weight: 600; padding: 15px 30px; }

.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: 440px; overflow: hidden; position: fixed; bottom: 30px; z-index: 9; left: 30px; background-color: #fff; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15); border-radius: 2px; }
.announcement-renderer .alert-white { width: 100%; overflow: hidden; border-radius: 0 !important; padding: 0; margin: 0; }
.announcement-renderer .alert-white p { width: auto; padding: 15px; color: #000; }
.announcement-renderer .alert-white span { padding: 7px; cursor: pointer; }
.announcement-renderer .alert-white span i { font-size: 18px !important; color: #666; }

.thumbnail-preview-renderer { border: 3px dashed #d3d3d3; padding: 3px; }
.thumbnail-preview-renderer:hover { border-color: #04abf2; }

.panel-text-center { width: 100%; overflow: hidden; text-align: center; color: #333; font-family: Lato, 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 { background-color: #f7f7f7; border: 0; border-left: 4px solid; border-radius: 0; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
.alert:empty { padding: 0; margin-bottom: 0; border: 0; }

.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-notifications { position: absolute; display: inline-block; top: 12px; left: 25px; z-index: 100; color: #fff; font-family: Lato, sans-serif; background: #d84c47; border-radius: 2px; line-height: 11px; }
span#new-notifications b { padding: 1px 4px 2px; display: inline-block; font-weight: normal; line-height: 11px; font-size: 12px; }
span#new-messages { position: absolute; display: inline-block; top: 12px; left: 25px; z-index: 100; color: #fff; font-family: Lato, sans-serif; background: #d84c47; border-radius: 2px; line-height: 11px; }
span#new-messages b { padding: 1px 4px 2px; display: inline-block; font-weight: normal; line-height: 11px; font-size: 12px; }

#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; border-top: 1px solid #e1e1e1; margin: 10px 0 -9px; }
.load-related-videos button { border: none; padding: 7px 50px; color: #666; text-transform: uppercase; font-size: 12px; width: 100%; background: #fff; 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 .swal2-title { text-align: left; font-size: 15px; text-transform: uppercase; color: #333; font-family: Lato, sans-serif; margin-bottom: 20px; }
.report-video-popup .report-message-label { text-align: left; font-size: 13px; color: #666; font-family: Lato, sans-serif; }
.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: 10px; }
.sort-comments-dropdown .dropdown-toggle { font-size: inherit; text-transform: capitalize; }
.sort-comments-dropdown .dropdown-toggle i { font-size: 20px; }
.sort-comments-dropdown ul.dropdown-menu { border-radius: 0; padding: 0; margin: 0; }
.sort-comments-dropdown ul.dropdown-menu li a { padding: 10px 15px; }

.toggle-mode { text-align: center; }
.toggle-mode .switch { cursor: pointer; position: relative; padding: 0; margin: 0 5px; }
.toggle-mode .switch input { display: none; }
.toggle-mode .slider { transition: all 0.4s; padding: 6px; display: block; margin: 7px auto; width: 37px; height: 37px; background-color: #f1f1f1; border-radius: 50%; }
.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: #04abf2; padding: 14px; border: none; outline: none; color: #fff; border-radius: 8px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); margin-left: 10px; }

.countunseen { background-color: #c23321; padding: 2px 7px; width: auto; border-radius: 2px; color: #fff; float: right; margin: 10px 4px; }
.countunseen:empty { padding: 0; margin: 0; }

::-webkit-scrollbar { background: #f0f0f0; width: 10px; }

::-webkit-scrollbar-thumb { background: #ccc; width: 10px; }

.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: 33px; float: left; }
.user-messages .messages .message .user-avatar img { width: 100%; border-radius: 100%; }
.user-messages .messages .message .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-send-message { width: 100%; }
.user-send-message textarea { border: 0; padding: 15px 13px; outline: none; resize: none; width: 100%; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); height: 50px; border-radius: 8px; }

.messages-sidebar { overflow: auto; }
.messages-sidebar .search-box { position: relative; padding: 10px; background-color: #fff; border-bottom: 1px solid #f0f0f0; }
.messages-sidebar .search-box input { width: 100%; padding: 3px 12px; outline: none; padding-left: 30px; background-color: #f7f7f7; border-radius: 16px; height: 34px; border: 1px solid #f0f0f0; }
.messages-sidebar .search-box svg.feather { position: absolute; margin: 7px; pointer-events: none; }
.messages-sidebar ul { list-style: none; height: calc(100vh - 196px); overflow-y: auto; margin: 0; }
.messages-sidebar ul li { height: 64px; border-bottom: 1px solid #f1f1f1; }
.messages-sidebar ul li:last-child { border: 0; }
.messages-sidebar ul li a { transition: all .2s; display: block; padding: 9.5px 10px; }
.messages-sidebar ul li a .user-avatar { width: 45px; 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 1px; 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: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; }

#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 3px rgba(0, 0, 0, 0.2); border-radius: 3px; }

.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: Roboto, 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: 2px; margin: 24px; bottom: -100px; } }
@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; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); top: 95px; width: 100%; left: 0; min-height: 160px; max-height: 160px; }

.wo_about_wrapper { position: relative; min-height: 160px; height: 160px; background-position: center; background-size: cover; }
.wo_about_wrapper .full-width-picture { height: 160px; background-position: center; background-size: cover; }
.wo_about_wrapper .hero-overlay { background-color: #489fd0; position: absolute; width: 100%; height: 100%; }
.wo_about_wrapper .hero-overlay h1 { color: #fff; margin-top: 24px; margin-bottom: 12px; line-height: 48px; font-family: Lato, sans-serif; }
.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: #489fd0; position: absolute; width: 100%; height: 100%; padding-top: 15px; }

.pt_page_margin { margin-top: 110px; position: relative; }

.empty_state { 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; }

.pt_forms .form-group { margin: 0; margin-bottom: 15px; padding: 0; }
.pt_forms .form-group input[type=text] { border: 2px solid #e3e4e8; border-radius: 2px; 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=text]:focus { border-color: #b3b3b3; }
.pt_forms .form-group input[type=email] { border: 2px solid #e3e4e8; border-radius: 2px; 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 #e3e4e8; border-radius: 2px; 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=password]:focus { border-color: #b3b3b3; }
.pt_forms .form-group select { border: 2px solid #e3e4e8; border-radius: 2px; height: 40px !important; line-height: 14px; padding-left: 15px; 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 #e3e4e8; border-radius: 2px; padding-left: 15px; 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: 14px; font-weight: 500; }
.pt_forms .form-group input:focus + .help-block { opacity: 1; }
.pt_forms .last-sett-btn { margin: 0 -25px -25px; }
.pt_forms .setting-panel-mdbtn { padding: 9px 18px; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-transform: uppercase; font-weight: 500; margin: 2px 25px; height: auto !important; }
.pt_forms .ui-widget.ui-widget-content { border: 2px solid #e3e4e8; }
.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: 4px; 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; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); border: 0; border-radius: 3px; }
.pt_404 .btn { margin: 35px 0 0; }

.fixed-action-btn { user-select: none; position: fixed; bottom: -60px; right: 35px; }
.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: #fff; background-color: #04abf2; line-height: 55px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26); }
.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: 34px; }
.btn-floating svg.feather { margin-top: 2px; width: 18px; height: 18px; }

.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_fv_blur_img { position: absolute; left: 0; margin-top: -20px; width: 100%; height: 500px; overflow: hidden; }
.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; z-index: -1; background-repeat: no-repeat; background-size: cover; transform: scale(1.1); filter: blur(12px); background-position: center; }

.pt_featured_video { position: relative; display: block; margin-bottom: 20px; margin-top: -20px; }
.pt_featured_video h4 { position: absolute; z-index: 5; background: rgba(0, 0, 0, 0.35); top: 15px; left: 15px; color: rgba(255, 255, 255, 0.8); margin: 0; padding: 10px; border-radius: 50%; }
.pt_featured_video .video-player a { display: block; color: #fff; font-weight: normal; }
.pt_featured_video .video-player .video-title { position: absolute; bottom: 20px; width: 100%; padding: 0 30px; }
.pt_featured_video .video-player .publisher-element { width: 100%; margin: 14px 0 7px; 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 .video-big-title { margin: 0; margin-right: 30px; }
.pt_featured_video .video-player .video-big-title a { color: #fff; font-size: 28px; }
.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%; opacity: .8; background-image: linear-gradient(180deg, transparent, #000); transition: opacity .4s; }
.pt_featured_video .video-title .video_title_combo { display: flex; align-items: center; }
.pt_featured_video .video-title .video_info { margin-left: auto; text-align: center; max-width: 85px; overflow: hidden; white-space: nowrap; }
.pt_featured_video .video-title .video_info .video-views { color: #e3e4e8; margin-bottom: 7px; }
.pt_featured_video:hover .thumbnail_holder img { transform: scale(1.1) translate(-45.3%, -45%); }

.view_more_link { margin-top: -4px; opacity: 0; visibility: hidden; transition: all 0.15s ease; overflow: hidden; }
.view_more_link a { display: block; background-color: #efefef; padding: 3px 2px 2px 5px; border: 1px solid silver; }
.view_more_link a svg.feather { margin: -2px 0 0 -4px; transition: all 0.2s linear; width: 18px; height: 18px; }
.view_more_link a:hover svg.feather { transform: translateX(2.5px); }

.pt_foot_lang { text-align: end; list-style: none; padding: 40px 0; }
.pt_foot_lang > li { display: inline-block; }
.pt_foot_lang li svg.feather { width: 16px; height: 16px; 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); }

.pt_import_vdo { padding: 15px 0; }
.pt_import_vdo #fetch-form { padding: 50px; }
.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 20px; }
.pt_video_comments .comments-header { margin: 5px 0 20px; font-size: 17px; }
.pt_video_comments svg.feather.blue { margin-top: 0; width: 15px; height: 15px; color: #2196f3; }

.pt_msg_area { 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: 13px 20px; height: 55px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.19); position: relative; line-height: 27px; }
.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: #fcfcfc; position: relative; border-radius: 0; box-shadow: inset 6px 0 6px -3px rgba(0, 0, 0, 0.1); margin-bottom: 0; padding: 0; }

@media (max-width: 1600px) { .login-page { width: 50%; } }
@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_fv_blur_img { height: 450px; min-height: 450px; max-height: 450px; } }
@media (max-width: 992px) { .pt_page_margin { margin-top: 60px; }
  .hide-in-mobile { display: none !important; }
  .pt_fv_blur_img { height: 400px; min-height: 400px; max-height: 400px; }
  .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: 300px !important; }
  nav.navbar-findcond .search-header input:focus { margin-right: 0; }
  .navbar-default.second-header-layout .navbar-nav > li > a { padding: 6px 10px; }
  .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; }
  .pt_latest_vds .col-md-3 { float: left; width: 40%; }
  .pt_latest_vds .col-md-3:first-child { width: 60%; }
  .pt_latest_vds .col-md-3:first-child .video-list img { min-height: 440px; max-height: 440px; }
  .pt_latest_vds .col-md-3 .video-list img { min-height: 140px; max-height: 140px; }
  .settings-sidebar ul { white-space: nowrap; overflow-x: auto; } }
@media (max-width: 990px) { .mobile { display: block; width: 100%; }
  .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); } }
@media (max-width: 900px) { .hide-in-mobile { display: none !important; }
  .btn-message { width: auto !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; } }
.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; } }
@media (max-width: 768px) { nav.navbar-findcond .pull-right > .navbar-nav { margin: 0; margin-right: -10px; }
  .pt_vdo_plyr .embed-responsive.stuck { display: none; } }
@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; }
  .main-content { margin-top: 55px; }
  .phone-container { padding-left: 0 !important; padding-right: 0 !important; }
  .second-header-layout { display: none; }
  .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; }
  .pt_foot_lang { text-align: center; }
  .pt_featured_video { margin-top: -5px; }
  .pt_featured_video .thumbnail_holder { height: 370px; min-height: 370px; max-height: 370px; }
  .pt_featured_video .video-player .publisher-name a { color: #fff; }
  .pt_fv_blur_img { height: 370px; min-height: 370px; max-height: 370px; margin-top: -5px; }
  .pt_four_videos { height: 600px; }
  ul.notfi-dropdown { right: -80px !important; }
  nav.navbar-findcond .logo-img { max-width: 130px !important; margin-top: -6px; }
  nav.navbar-findcond .pull-right > .navbar-nav > li > a { padding: 15px 15px 13.9px !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 !important; }
  .nav > li > a { padding: 7px !important; }
  .next-video h4 { font-size: 14px; margin-top: 5px; margin-bottom: 5px; }
  .navbar-nav li { margin-top: -2px; }
  .home-page-categories .videos .video-list { margin-bottom: 30px; }
  .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; } }
@media (max-width: 700px) { ul.notfi-dropdown { left: auto !important; width: 100% !important; } }
@media (max-width: 650px) { .profile-container .pt_chnl_info { display: block; text-align: center; }
  .profile-container .pt_chnl_info .info-container .btn-message { margin-bottom: 10px; }
  .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; } }
@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_fv_blur_img { height: 330px; min-height: 330px; max-height: 330px; }
  .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; } }
@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; }
  .pt_fv_blur_img { height: 280px; min-height: 280px; max-height: 280px; }
  .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 { padding: 5.7px 12px; font-size: 13px; }
  .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 .subs-amount { display: none; }
  .video-options { text-align: center; }
  .video-options .btn-share { float: none !important; }
  .go-pro-container .go-pro-body .go-pro-packages { width: 80%; } }
@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; }
  .pt_fv_blur_img { height: 240px; min-height: 240px; max-height: 240px; }
  .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%; } }
@media (max-width: 400px) { .pt_featured_video .thumbnail_holder { height: 220px; min-height: 220px; max-height: 220px; }
  .pt_featured_video .video-player .publisher-name { display: none; }
  .pt_fv_blur_img { height: 220px; min-height: 220px; max-height: 220px; }
  ul.notfi-dropdown { left: auto !important; right: -80px !important; width: 100% !important; width: all !important; }
  nav.navbar-findcond .pull-right > .navbar-nav > li > a { padding: 15px 10px 13.9px !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; }
  .pt_fv_blur_img { height: 200px; min-height: 200px; max-height: 200px; }
  nav.navbar-findcond .logo-img { max-width: 110px !important; margin-top: -3px; } }
@media (max-width: 350px) { .pt_fv_blur_img { height: 180px; min-height: 180px; max-height: 180px; }
  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%); } }
.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 { margin-bottom: 10px; }
.author-list .video-wrapper .video-thumb img {width: 100%;}
.author-list .video-wrapper .video-info { overflow: hidden; }
.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: 11px; 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; }

nav.navbar-findcond { background: #fff; border-bottom: 1px solid #f1f1f1; }
nav.navbar-findcond ul.navbar-nav a { color: #3e3e3e; font-size: 15px; border-style: solid; border-width: 0 0 2px 0; border-color: transparent; padding-bottom: 13.9px; }
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 li.active a:not(.category) { border-color: #04abf2; color: #04abf2; background-color: #04abf2; }
nav.navbar-findcond ul.dropdown-menu { border: 0; background: #fff; }
nav.navbar-findcond ul.dropdown-menu > li > a { color: #444; padding: 7px 12px; }
nav.navbar-findcond ul.dropdown-menu > li > a:hover { background: #fcfcfc !important; color: #444 !important; border-color: transparent !important; }
nav.navbar-findcond .search-header { margin: 8px 20px; position: relative; }
nav.navbar-findcond .search-header input { height: 35px; padding-left: 35px; color: #444; width: 400px !important; transition: all 0.3s; background-color: #f0f0f0; border: none; }
nav.navbar-findcond .search-header input:focus { margin-right: 30px; }
nav.navbar-findcond .search-header .search-dropdown { position: absolute; width: 400px; background-color: #fff; color: #333; border-right: 1px solid #f2f2f2; border-left: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; }
nav.navbar-findcond .search-header .search-dropdown .search-result { padding: 10px; }
nav.navbar-findcond .search-header .search-dropdown .search-result:hover { background-color: #fcfcfc; }
nav.navbar-findcond .search-header .search-dropdown .search-result a { display: block; color: #333; text-decoration: none; }
nav.navbar-findcond .search-header svg.feather { position: absolute; top: 0; cursor: pointer; left: 15px; color: #637076; margin: 8px; }
nav.navbar-findcond .search-header-mobile { padding: 10px; position: relative; }
nav.navbar-findcond .search-header-mobile input { height: 100%; color: #444; border-radius: 0; width: 100%; transition: all 0.3s; background-color: transparent !important; border: 0; }
nav.navbar-findcond .logo-img { margin-right: 2px; max-width: 150px; margin-top: -8px; }
nav.navbar-findcond .logo-img img { width: 100%; }
nav.navbar-findcond .header-image { width: 27px; height: 27px; border: none; margin: -10px 0 -6px; 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 { visibility: visible; opacity: 1; filter: none; top: 47px; }

.videos-latest-list.row { margin-right: 0; }

.categories-drop-down a { color: #444 !important; }

.video-title p { word-wrap: break; margin-top: 10px; }

.video-description p { font-size: 12px; color: #777; margin-top: 10px; word-wrap: break; }

.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 { background: transparent; box-shadow: none; border-bottom: 1px solid #dedede; }
.settings-sidebar ul li { display: inline-block; padding: 0; background: transparent; }
.settings-sidebar ul li a { display: block; padding: 15px 20px; position: relative; }
.settings-sidebar ul li a:hover { text-decoration: none; }
.settings-sidebar ul li a:hover:after { transform: scaleX(1); }
.settings-sidebar ul li a:focus { text-decoration: none; }
.settings-sidebar 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; }
.settings-sidebar ul li a svg.feather { margin: -3px 2px 0 -2px; width: 16px; height: 16px; }
.settings-sidebar ul li.active a { box-shadow: inset 0 -3px #04abf2; font-weight: 500; }
.settings-sidebar ul li.active a:hover:after { transform: scaleX(0); }

.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; background: #f3f3f3; }

.replenish-wallet-form div { text-align: left !important; }
.replenish-wallet-form div label span { font-size: 16px; font-family: Roboto, 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: Roboto, 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: Lato, 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: 3px; border: 1px solid #f5f5f5 !important; font-family: Lato, sans-serif; padding: 0; margin: 0; height: auto; overflow: hidden; }
ul.notfi-dropdown ul#notifications-list { width: 100%; display: block; padding: 0; margin: 0; overflow: hidden; overflow-y: auto; min-height: 50px; max-height: 400px; }
ul.notfi-dropdown ul#notifications-list li.notifications-list { width: 100%; display: block; padding: 10px; margin: 0; overflow: hidden; border-bottom: 1px solid #eaeaea; background: #fff; cursor: pointer; }
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-bottom: 0; border: 0; }
ul.notfi-dropdown ul#notifications-list li.no-notifications { display: block; background: #fcfcfc; cursor: pointer; width: 100%; padding: 15px 0; text-align: center; font-size: 14px; }
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%; }
ul.notfi-dropdown ul#notifications-list li div.notifications-info { overflow: hidden; }
ul.notfi-dropdown ul#notifications-list li div.notifications-info p { width: 100%; overflow: hidden; margin: 0; padding: 0; color: #666; font-size: 13px; }
ul.notfi-dropdown ul#notifications-list li div.notifications-info p .main-color { font-weight: bold; color: #5f5f5f; }
ul.notfi-dropdown ul#notifications-list li div.notifications-info p a { color: #333 !important; font-family: Lato, 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: #888; 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 { width: 100%; display: block; padding: 7px 15px; background: linear-gradient(#fff, #f7f7f7); margin: 0; overflow: hidden; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); position: relative; font-size: 12px; font-weight: bold; font-family: Helvetica, Arial, sans-serif; }
ul.notfi-dropdown li h5 i.fa-circle-o-notch { float: right; color: #555; }

.player-video .video-processing { width: 100%; text-align: center; position: relative; overflow: hidden; }
.player-video .video-processing img { width: 100%; min-height: 100%; }
.player-video .video-processing div { width: 100%; height: 100%; position: absolute; background: #ccc; left: 0; top: 0; bottom: 0; right: 0; z-index: 100; }
.player-video .video-processing div h5 { color: #000; font-size: 17px; font-family: Lato, sans-serif; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.player-video .video-processing div svg.feather { margin: 0 0 15px; width: 39px; height: 39px; animation-duration: 700ms; fill: currentColor; }

.nav.navbar-nav.navbar-right .dropdown.profile-nav ul { right: 0 !important; left: auto; }

.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: Lato, 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: 35%; }
.pt_latest_vds .col-md-3:first-child { width: 65%; }
.pt_latest_vds .col-md-3:first-child .video-list { margin-bottom: 0; }
.pt_latest_vds .col-md-3:first-child .video-list img { min-height: 473px; max-height: 473px; }
.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 .video-list { position: relative; margin-bottom: 10px; }
.pt_latest_vds .col-md-3 .video-list .pt_vid_fixed_height { max-height: none; min-height: auto; margin-bottom: 10px; }
.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%; opacity: .8; background-image: linear-gradient(180deg, transparent, #000); transition: opacity .4s; }

.pt_cat_vid_list .video-list { margin: 7px 0 10px; }

.pt_footer .container-fluid { border-top: solid 1px #f0f0f0; background-color: #fff; }

.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; }

.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; }

.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; }


