/*===================== TABLE OF CONTENT =======================


1.  1 HOMEPAGES
2.  RESET CSS
3.  CROSS BROWSER COMPATABILITY
4.  DROPDOWN MENU
5.  RESPONSIVE HEADER
6.  SLICK SLIDER (BANNER)
7.  SIDE MENU
8.  BROWSE CATEGORY PAGE
9.  BROWSE CHANNELS PAGE
10. HISTORY PAGE
11. LOGIN / SIGN UP PAGES
12. SINGLE CHANNEL HOME
13. SINGLE VIDEO FULL WIDTH
14. UPDATES FROM SUBSCRIPTIONS PAGE
15. UPLOAD VIDEO
16. EDIT VIDEO
17. USER ACCOUNT PAGE


=============================================================*/

/* ==================================================================================
									Fonts
===================================================================================== */

@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap");

@font-face {
font-family: "Seven Segment";
src:
    url("../font/SevenSegment.woff2") format("woff2"),
    url("../font/SevenSegment.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}

/* ==================================================================================
										Reset Css
===================================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}
h1 {
    font-size: 34px;
    margin: 25px auto 25px auto;
}
ul {
    list-style: none;
}
a:hover {
    text-decoration: none;
    color: #4a90e2;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
button {
    outline: none;
    cursor: pointer;
}
button:focus {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin: 0;
    padding: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
button {
    outline: none;
}
input {
    outline: none;
}
textarea {
    outline: none;
}
section {
    position: relative;
}
img {
    height: auto;
    margin-bottom: -6px;
}
p {
    font-size: 15px;
    line-height: 27px;
}
a,
a:hover {
    color: inherit;
}
h1,
h2,
h3 {
    font-weight: 700;
}
.mm_menu li:hover a,
.vid_status a:hover,
nav ul li a:hover,
.uploading-lst > ul li a:hover,
.br-ctrs ul li a:hover,
.abt-vidz ul li a:hover,
.user-account .sidebar a:hover,
.dp_ul li:hover a,
.browse_cat_lists ul li a:hover,
.br-info > h3:hover,
.shr_links li button:hover,
.controls-lv li a:hover,
.browse_catgs .video_info > h4:hover,
.brws-head > a:hover,
.tab-history .videoo .video_info.ms > h3:hover,
#vvideo_tabz .vidz_sec > a:hover,
.viddz .vidz_sec > a:hover,
.video_info > h3:hover,
.flagg ul li a:hover,
.info-sr h3:hover,
.social-links li a:hover,
.pages-link li a:hover,
.dataTable a.notification-link:hover,
.errors .a:hover {
    color: #ffcc08;
}
.vcp_inf.pc form button:hover,
button:hover,
.btn-sbmit button:hover,
.upload-videooz form label:hover,
.youtube-dwn form button:hover,
.blocked-users form button:hover,
.ch-pswd button:hover,
#menu button:hover,
.controls-lv li a.btn-default:hover,
.banner-text a.btn-default:hover,
.category-videos .btn-default:hover,
.how-to-use-btn a.btn-default:hover {
    color: #fff;
    background-color: #ffcc08; /*4a90e2*/
}
.container {
    max-width: 1170px;
}
.configuration.container {
    max-width: 90vw;
}
.w-100 {
    width: 100% !important;
}

/* ========================= TRANSITIONS ========================= */

.vid_thumbainl > a:before,
.play_vid,
svg path,
a,
nav ul li a,
.vid_thumbainl > a:before,
.vid_thumbainl:before,
.vcp_inf.pc form button,
.br-list li,
.br-list li h4,
.br-list li span,
.live_sign,
.side_menu,
.signup_form,
.overlay:before,
button,
.upload-videooz form label,
.youtube-dwn form button,
.vid_thums li a,
.vid_thums li a svg rect,
.mega-menu,
.vid_thumbainl > a img,
.cmt-pr li:last-child span i,
.history-lst .nav-tabs .nav-link,
.mm_menu li span i,
.mm_menu li a,
.service-col > img,
.browse_catgs .video_info > h4,
.slider,
.slider:before,
.mm_menu li span i:before,
.mega-menu ul ul,
.lnks li a,
.watch_later {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay {
    position: relative;
    overflow-y: hidden;
}
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 9999;
}

.vid_thumbainl video {
    object-fit: cover;
}

/* ========================= BORDER RADIUS ========================= */

.side_links .dp_ul li span.act_status,
.vid-pr img,
.img-ch img,
.vid_thumbainl.br img,
.vidz_row,
.chat_view,
.usr_name,
.play_vid,
.vid_thumbainl > a img,
.vid-time,
.img-info-ch,
.wk-img img,
.video_info.ms.br ul li span,
.active-mb.pr,
.active-mb.sr,
.active-mb.mr,
.dp_ul li span.act_status {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.vc_hd > img,
.play-video,
.live_sign,
.browse_catgs .vid_thumb > img,
.gend .checkmark,
.gend .checkmark:before,
.user-ac-img img,
#signup_form .checkmark,
.usr_name > img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

/* ========================= HEADER ========================= */

header .container {
    max-width: 100%;
    padding: 0 45px;
}
.top_bar {
    border-bottom: 1px solid #e2ebef;
    padding: 20px 0;
}
.hp_1 .top_bar.scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

/* ============== LOGO MENU ============= */

.menu_logo {
    float: left;
    width: 33.33%;
    /*margin-top: 7px;*/
}
.menu_logo > a {
    display: inline-block;
}
.logo {
    /*margin-left: 26px;*/
    max-height: 50px;
}
.logo-re {
    max-height: 50px;
}
.menu {
    position: relative;
    top: 2px;
}

/* ============== SECOND LOGO MENU ============= */

.menu_logo2 {
    width: 33.33%;
    text-align: center;
    float: left;
}

@media (max-width: 767px) {
    .menu_logo2 {
        text-align: left !important;
    }
}

/* ============== SEARCH FORM ============= */

.search_form {
    float: left;
    width: 50%;
}
.search_form form {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}
.search_form form input {
    width: 100%;
    /*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;*/
    color: #6e6f70;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}
.search_form form button {
    position: absolute;
    top: 50%;
    right: 12px;
    background-color: inherit;
    border: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search_form form button i {
    font-weight: 700;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c3c3d2;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #c3c3d2;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #c3c3d2;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #c3c3d2;
}

/* ============== SIDE LINKS ============= */

.mode_optz {
    padding: 22px 30px 16px;
}
.mode_optz > h4 {
    color: #80808a;
    font-size: 16px;
    float: left;
}
.mode_optz > a {
    float: right;
    position: relative;
    top: -2px;
}
.mode_optz > a.mode_ch {
    margin: 0;
}

.menu_right {
    width: 33.33%;
    float: right;
}
.controls-lv {
    float: right;
    display: flex;
    align-items: center;
    margin-top: -19px;
    position: relative;
    top: 13px;
}
.controls-lv li {
    display: block;
    margin-right: 26px;
}
.controls-lv li:last-child {
    margin-right: 0;
}
.controls-lv li a {
    display: inline-block;
    color: #1c1b1b;
}
.controls-lv li a {
    font-size: 18px;
}
.btn-default {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    background-color: #2184c3;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
}
.controls-lv li a.btn-default,
.how-to-use-btn a.btn-default {
    font-size: 16px;
}
.controls-lv li a.btn-default,
.how-to-use-btn a.btn-default {
    color: #fff;
}
/**/
.controls-lvl {
    float: right;
    display: flex;
    align-items: center;
    margin-top: -19px;
    position: relative;
    top: 13px;
}
.controls-lvl li {
    display: inline-block;
    margin-right: 26px;
}
.controls-lvl li:last-child {
    margin-right: 0;
}
.controls-lv li a {
    display: inline-block;
    color: #1c1b1b;
}
.controls-lvl li a {
    font-size: 18px;
}
.controls-lvl li a.btn-default {
    font-size: 16px;
}
.controls-lvl li a.btn-default {
    color: #fff;
}
/**/
.user-log,
.notifikacije {
    position: relative;
    padding-right: 29px;
    cursor: pointer;
}
.user-log:before {
    content: "\e832";
    font-family: "fontello";
    color: #2c2b2b;
    font-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.user-log.landing:before {
    top: 65%;
}
.notifikacije i {
    font-size: 21px;
    position: relative;
}
.notifikacije i span {
    font-size: 11px;
    position: absolute;
    top: -3px;
    right: 0px;
    left: 20px;
    padding: 0px 0px;
    border-radius: 50%;
    background: #ff0000;
    color: white;
    width: 7px;
    height: 7px;
}

/* ============== BOTTOM HEADER ============= */

.btm_bar {
    padding-bottom: 13px;
    background-color: #e5f6fc;
    border-bottom: 1px solid #caebf6;
}
.hp_1 .btm_bar {
    /*border-bottom: 0;*/
}
.vid_thums {
    float: right;
    margin-top: 24px;
}
.vid_thums li {
    display: inline-block;
    margin-right: 22px;
}
.vid_thums li a {
    display: inline-block;
    font-size: 19px;
}
.vid_thums li:last-child {
    margin-right: 0;
}
.vid_thums li a svg {
    width: 19px;
    height: 19px;
    position: relative;
    top: 3px;
}
.btm_bar .search_form {
    width: auto;
    /*float: right;*/
    padding-right: 49px;
    /*margin-top: -17px;*/
    position: relative;
    top: 9px;
}
.btm_bar .search_form form {
    /*width: 270px;*/
}
.brb-0 {
    border-bottom: 0;
}

/* ============== NAVIGATIONS ============= */

nav {
    float: left;
}
nav ul li:first-child {
    padding-left: 0;
}
nav ul li {
    display: inline-block;
    padding: 25px 10px 26px;
    position: relative;
}
nav ul li a {
    display: inline-block;
    color: #1c1b1b;
    font-size: 16px;
}
nav ul li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 560px;
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    float: left;
}
.mega-menu ul {
    float: left;
    width: 50%;
}
nav ul ul li:first-child {
    padding-left: 25px;
}
nav ul ul li:last-child {
    border-bottom: 0;
}
nav ul ul li {
    display: block;
    border-bottom: 1px solid #dddddd69;
    padding: 14px 25px;
}
nav ul ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}
.mega-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
}
.mega-menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
nav ul ul li a span {
    font-size: 6px;
    float: right;
    top: 9px;
    position: relative;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* ============== SHARE LINKS ============= */

.shr_links {
    float: right;
    margin-left: 17px;
    margin-top: 19px;
}
.shr_links li {
    display: inline-block;
    margin-right: 24px;
}
.shr_links li:last-child {
    margin-right: 0;
}
.shr_links li h3 {
    color: #1c1b1b;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -1px;
}
.shr_links li button {
    display: inline-block;
    position: relative;
    font-size: 18px;
    background-color: inherit;
    border: 0;
}

/*====================abt-upload-sec==============*/

.abt-upload-sec {
    width: 100%;
    padding: 20px 0 25px;
    border-bottom: 1px solid #363643;
}
.hd-lst {
    color: #c3c3d2;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 19px;
}
.abt-upload-sec .hd-lst {
    font-weight: 400;
}
.hd-lst svg {
    position: relative;
    top: 5px;
    right: 5px;
    margin-right: 4px;
}
.abt-upload-sec svg path {
    fill: #9494a0;
}
.uploading-lst > ul li {
    display: block;
}
.uploading-lst > ul li a {
    color: #c3c3d2;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    display: inline-block;
}
.uploading-lst > ul li a svg {
    height: 15px;
    position: relative;
    top: 3px;
    left: 0;
    margin-left: 15px;
}

/* ============== VIDEO STATUS ============= */

.vid_status {
    float: right;
}
.vid_status a {
    display: inline-block;
    color: #c3c3d2;
    font-size: 16px;
    margin-top: -9px;
}
.vid_status a svg {
    position: relative;
    top: 7px;
    margin-right: 10px;
}

/* ========================= VIDEOS SECTION ========================= */

.vidz_sec {
    position: relative;
    border-bottom: 1px solid #e2ebef;
    padding: 30px 0;
}
.vidz_list {
    margin-bottom: -23px;
}
.rm_dv {
    position: absolute;
    top: 3px;
    right: 0;
}

.vidz_sec > h3 {
    font-size: 18px;
    margin-bottom: 24px;
    color: #1c1b1b;
    font-weight: 500;
}

.vcp_inf {
    display: table;
    margin-bottom: 29px;
    position: relative;
}
.vc_hd {
    display: table-cell;
    float: left;
    width: 60px;
    height: 60px;
}
.vc_hd > img {
    width: 60px;
    height: 60px;
}
.replies-list .vc_hd > img {
    width: 40px;
    height: 40px;
}
.vc_info {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 20px;
}
.vc_info h4 {
    color: #1c1b1b;
    font-size: 16px;
    font-weight: 500;
}
.vc_info > span {
    display: inline-block;
    color: #6e6f70;
    font-size: 14px;
}
.view-btn {
    position: absolute;
    top: 32px;
    right: 0;
    color: #6e6f70;
    font-size: 16px;
}

.vc-count {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #6e6f70;
}
.video-description ul,
.video-description ol {
    margin-left: 3rem;
}

/* ======================= VIDEOS LIT =========================== */

.videoo {
    margin-bottom: 26px;
}
.vid_thumbainl {
    position: relative;
    margin-bottom: 23px;
    overflow: hidden; /* za ribbon */
    border-bottom: 4px solid transparent; /* mjesto za traku pregledano */
}
.traka_pregledano {
    border-bottom: 4px solid #ffcd09;
}
.play_vid {
    position: absolute;
    top: 8px;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 38px;
    background: rgba(38, 38, 54, 0.9);
    opacity: 0;
    visibility: hidden;
    padding-left: 3px;
}
.play_vid:before {
    display: none;
}
.videoo:hover .play_vid {
    margin: 0;
    right: 10px;
    visibility: visible;
    opacity: 1;
}
.play_vid svg {
    position: relative;
    left: -1px;
}
svg:hover path {
    fill: #e8a32c;
}
.play_vid svg path {
    fill: #fff;
}
.vid_thumbainl {
    position: relative;
    min-height: 140px;
}
.vid_thumbainl > a {
    display: block;
    position: relative;
    overflow: hidden;
}
.vid_thumbainl > a img {
    width: 100%;
    object-fit: cover;
    min-height: 155px;
}
.videoo:hover .vid_thumbainl > a img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.vid_thumbainl .watch_later,
.vidz_img .watch_later {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #414346;
    line-height: 30px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.vid_thumbainl .watch_later i,
.vidz_img .watch_later i {
    font-size: 14px;
}
.vid_thumbainl:hover .watch_later,
.vidz_img:hover .watch_later {
    opacity: 1;
    visibility: visible;
    right: 7px;
}
.vid-time {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 21px;
    line-height: 21px;
    color: #ffffff;
    font-size: 14px;
    padding: 0 6px;
    background: rgba(38, 38, 54, 0.9);
}
.video_info {
    width: 100%;
    margin-top: 14px;
}
.video_info > h3 {
    color: #1c1b1b;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 5px;
}
.video_info > span {
    display: inline-block;
    color: #6e6f70;
    font-size: 14px;
    line-height: 16px;
    /*margin-bottom: 15px;*/
}
.video_info > span .posted_dt {
    margin-left: 5px;
}
.verify_ic i {
    display: inline-block;
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: 0px;
}
.sidebar .video_info > span {
    margin-bottom: 0;
}
.sidebar .videoo-list {
    margin-bottom: 8px;
}
.posted_dt {
    display: inline-block;
    color: #7e7e7e;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.video_info > h4 {
    color: #6e6f70;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    display: block;
    margin-bottom: 2px;
}
.upload-detail .video_info > h4 {
    color: #6e6f70;
    font-size: 14px;
}
.upload-detail .video_info.sr svg {
    float: none;
}
.cancel_vid {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more_items_sec {
    padding: 70px 0;
    /*border-top: 1px solid #e2ebef;*/
}
.more_items_sec svg {
    width: 25px;
    height: 25px;
}
.more_items_sec svg path {
    fill: #000;
}

.btm_bar_content::-webkit-scrollbar {
    width: 1em;
    height: 3px;
}

.btm_bar_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.btm_bar_content::-webkit-scrollbar-thumb {
    background-color: #e8a32c;
    outline: 1px solid #e8a32c;
}
.import-video-img {
    max-height: 147px;
    object-fit: cover;
}
.thumbnail-preview .vid_thumbainl > a img,
.thumbnail-preview .vid_thumbainl {
    min-height: unset;
}

/*=================================mn-sec================================*/

.mn-sec {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 34px;
}
.vid-1 {
    width: 100%;
}
.vid-pr {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vid-pr img {
    width: 100%;
}
.play-video {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: rgba(52, 52, 52, 0.85);
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
}
.play-video:hover {
    color: #fff;
}
.vid-info {
    width: 100%;
}
.vid-info h3 {
    color: #c3c3d2;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 12px;
}
.single_video .vid-info h3 {
    margin-top: 17px;
    font-size: 22px;
    color: #1c1b1b;
}
.info-pr {
    margin-top: 18px;
}
.info-pr {
    border-bottom: 2px solid #e2ebef;
    padding-bottom: 13px;
}
.info-pr > span {
    float: left;
    color: #6e6f70;
    font-size: 16px;
    line-height: 19px;
    padding-top: 8px;
}
.pr_links {
    float: right;
    position: relative;
    width: 70%;
    text-align: right;
    /* margin-bottom: 10px; */
}
.pr_links:before {
    /* content:'';
	width:156px;
	height:2px;
	position:absolute;
	bottom:-25px;
	right:12px; */
}
.pr_links.categories,
.pr_links.leagues,
.pr_links.tags {
    width: 100%;
}
.pr_links li button i {
    margin-right: 12px;
}
.pr_links li button i.icon-thumbs_down {
    position: relative;
    top: 2px;
}
.pr_links li span {
    margin: 0;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #6e6f70;
}
.pr_links li {
    display: inline-block;
    margin-right: 21px;
}
.pr_links li:last-child {
    margin-right: 0;
}
.pr_links span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #777781;
}
.pr_links li button {
    background-color: inherit;
    border: 0;
}
.pr_links li button:hover {
    color: inherit;
}
.pr_links.leagues li,
.pr_links.tags li,
.pr_links.categories li,
.pr_links.user-types li {
    margin-right: 0;
    margin-left: 0px;
    margin-bottom: 5px;
}

/* ========================= ABT MK ========================= */

.abt-mk {
    width: 100%;
    padding: 29px 0 8px;
    border-bottom: 1px solid #e2ebef;
}
.abt-mk .info-pr-sec {
    padding-top: 0;
    margin-bottom: 38px;
}
.info-pr-sec .vc_info h4 {
    color: #000000;
    font-size: 18px;
}
.vcp_inf.cr {
    width: 40%;
    float: left;
    margin-bottom: 0;
}
.vc_info.pr {
    padding-left: 40px;
}
.vc_hd.cr5 {
    text-transform: uppercase;
    background-color: #8f4fc2;
    float: left;
}

/* ========================= AMAZON TB ========================= */

.amazon {
    width: 100%;
    padding: 24px 0 23px 100px;
    border-bottom: 1px solid #e2ebef;
}
.abt-amz {
    width: 100%;
    margin-bottom: 25px;
}
.amz-hd {
    float: left;
}
.amz-hd h2 {
    margin-bottom: 4px;
}
.amz-hd h2,
.amz-hd h3 {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}
.amz-hd h3 {
    font-size: 16px;
    color: #7e7e7e;
}
.amz-hd span {
    color: #272626;
}
.amz-lg {
    float: right;
    text-align: right;
    margin-top: 4px;
}
.amz-img-inf {
    width: 100%;
    margin-top: 3px;
}
.mg-inf {
    width: 100%;
}
.img-sr {
    width: 100%;
}
.img-sr img {
    width: 100%;
}
.info-sr {
    width: 100%;
    margin-top: 20px;
}
.info-sr h3 {
    margin-bottom: 5px;
}
.info-sr h3,
.info-sr span {
    color: #1c1b1b;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}
.info-sr span {
    display: inline-block;
    font-size: 14px;
    color: #7e7e7e;
    margin-top: 2px;
}

/* ========================= COMMENT BOX ========================= */

.cmt-bx {
    width: 100%;
    padding-top: 23px;
}
.cmt-pr {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2ebef;
    padding-bottom: 24px;
}
.cmt-pr li {
    float: left;
    color: #1c1b1b;
    font-size: 16px;
    font-weight: 400;
}
.cmt-pr li span {
    display: inline-block;
    font-weight: 500;
    color: #1c1b1b;
}
.cmt-pr li:last-child {
    margin-right: 0;
    float: right;
}
.cmt-pr li:last-child span i {
    margin-right: 11px;
    position: relative;
    top: 1px;
}
.cmt-pr li svg {
    position: relative;
    top: 4px;
}

.vcp_inf.pc {
    margin: 30px 0 44px;
    position: relative;
    width: 100%;
}
.vcp_inf.pc form {
    position: relative;
    float: right;
    width: calc(100% - 100px);
    margin-top: 18px;
}
.vcp_inf.pc .vc_hd {
}
.vcp_inf.pc form input {
    color: #7e7e7e;
    font-size: 16px;
    padding-bottom: 19px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e2ebef;
}
.vcp_inf.pc form button,
.replyCommentForm button {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    background-color: #6e6f70;
    /* border-radius: 30px;
    position: absolute;
    top: -8px;
    right: 0; */
    border: none;
    height: 38px;
    line-height: 38px;
    padding: 0 32px;
}
.replyCommentForm textarea {
    height: 60px;
    padding: 5px;
}
.replyCommentForm .form-group {
    margin-bottom: 0.3rem;
}
#commentList .vcp_inf {
    width: 100%;
}
.rt-cmt {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 160px;
}
.cmn-lst {
    width: 100%;
}
.vcp_inf.pd {
    width: 100%;
    padding-top: 13px;
}
.comments {
    width: 100%;
    padding-left: 100px;
}
.replies-list .comments {
    padding-left: 60px;
}
.replies-list .comments h2 {
    margin-bottom: 0;
}
.replies-list.cmn-lst > li {
    margin-bottom: 1rem;
}
.comments h2 {
    display: inline-block;
    color: #1c1b1b;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 11px;
}
.comments p {
    color: #1c1b1b;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding-right: 65px;
}
.comments span a {
    color: #c3c3d2;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
}
.comments .icons {
    font-size: 0.7em;
    cursor: pointer;
}

.cmn-i {
    margin-top: 15px;
}
.cmn-i li {
    display: inline-block;
    margin-right: 25px;
}
.cmn-i li a {
    color: #000;
}
.cmn-i li a i.icon-thumbs_up {
    position: relative;
    top: -1px;
}
.cmn-i li a i.icon-thumbs_down {
    position: relative;
    top: 2px;
}
.cmn-lst > li {
    margin-bottom: 39px;
}
.cmn-lst li .vcp_inf {
    margin-bottom: 0;
}
.cmn-i li span {
    color: #6e6f70;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    padding-left: 11px;
    margin-top: 18px;
}
.cmn-i li:last-child {
    margin-right: 0;
}
.cmn-i-l svg {
    position: relative;
    top: 0;
}
.comments .cmn-i a {
    color: #777781;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    display: inline-block;
}
.comments > a {
    display: inline-block;
    color: #1c1b1b;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.comments svg {
    position: relative;
    top: 6px;
    width: 20px;
    height: 22px;
}
.comments a svg {
    top: 3px;
    width: 16px;
    height: 16px;
}
.vc_hd.cr6 {
    background-color: #46c879;
}
.vc_hd.cr7 {
    background-color: #8f43a1;
}
.vc_hd.cr8 {
    background-color: #ae855f;
}
.pinned-comment > span {
    display: inline-block;
    color: #7e7e7e;
    font-size: 14px;
}
.pinned-comment {
    margin-bottom: 8px;
}
.pinned-comment > span i {
    color: #000;
    position: relative;
    left: -3px;
}
.abt-views li {
    display: block;
    color: #c3c3d2;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
.abt-views span a {
    font-weight: 700;
}

/* ========================= VIDEOS PART ========================= */

.full_wdth_single_video .sidebar {
    margin-top: 20px;
}
.sidebar {
    width: 100%;
}
.vidz-prt {
    width: 100%;
    margin-bottom: 25px;
}
.sm-vidz {
    float: left;
    color: #1c1b1b;
    font-size: 16px;
    font-weight: 500;
}

.aut-vid {
    float: right;
    color: #6e6f70;
    font-size: 16px;
    font-weight: 400;
    margin-right: 33px;
}
.aut-vid span {
    display: inline-block;
    margin-right: 10px;
}
.aut-vid .switch {
    display: inline-block;
    right: 0;
}
.aut-vid .slider {
    background-color: inherit;
    border: 1px solid #1e1d1d;
}
.aut-vid .slider:before {
    background-color: #1c1b1b;
    top: 2px;
    left: 2px;
}
.aut-vid .switch input:checked + .slider {
    background-color: #1c1b1b;
    border-color: transparent;
}
.aut-vid .switch input:checked + .slider:before {
    background-color: #fff;
}

/* ========================= TRENDING VIDEOS ========================= */

.trending-vids {
    width: 100%;
}
.tr-hd {
    float: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #c3c3d2;
}
.tr-lst {
    float: right;
    text-align: right;
}
.tr-lst li {
    display: inline-block;
}
.tr-img-info {
    width: 100%;
}
.tr-img {
    width: 50%;
    float: left;
}
.video_info.tr {
    width: 50%;
    float: right;
    text-align: right;
}

/* ========================= UPLOAD VIDEOS ========================= */

.upload-videooz {
    width: 100%;
    margin: 70px 0 64px;
    position: relative;
}
.upload-videooz:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #e2ebef;
}
.video-file {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    /*border-right:1px solid #363643;*/
    padding: 196px 0 210px;
}
.upload-videooz i {
    color: #000;
    font-size: 100px;
}
.upload-videooz h3 {
    color: #1c1b1b;
    font-size: 15px;
    font-weight: 500;
    margin-top: 47px;
    margin-bottom: 3px;
}
.upload-videooz span {
    color: #6e6f70;
    font-size: 16px;
}
.upload-videooz form {
    margin-top: 64px;
}
.upload-videooz form label,
.youtube-dwn form button,
.upload-video label/*,
.upload-video button*/ {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    background-color: #2184c3;
    height: 42px;
    padding: 0 33px;
    cursor: pointer;
    border: 0;
}
.radios label {
    color: #1c1b1b;
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    background-color: #ffffff;
    height: 20px;
    padding: 0 25px 0 0;
    cursor: pointer;
    border: 0;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .radios label {
        display: block;
        margin-bottom: 10px;
    }
}
.upload-video .chekbox-lg label {
    color: #336699;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    height: 42px;
    padding: 0 33px;
    cursor: pointer;
    border: 0;
}
.upload-videooz form input[type="file"],
.upload-video input[type="file"] {
    display: none;
}
.youtube-dwn {
    width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 196px 0 210px;
}
.youtube-dwn form {
    position: relative;
}
.youtube-dwn form input[type="text"],
.upload-video input[type="text"],
.upload-video select {
    /*color: #C3C3D2;
	font-weight:400;
	font-size: 16px;
	line-height: 42px;
	background-color: #e2ebef;
	width:100%;
	height:42px;
	border:none;
	padding:0 16px;*/
    height: 42px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.upload-video .chekbox-lg {
    margin-bottom: 0 !important;
}
.upload-video .chekbox-lg label {
    height: 20px !important;
}

.youtube-dwn form button {
    position: absolute;
    top: 0;
    right: 0;
}
.upload-video .yt-embed button {
    position: absolute;
    right: 15px;
}
.upload-video .char-counter,
#savePresentationForm .char-counter,
#saveDocumentForm .char-counter {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
    background: #2184c3;
    color: white;
    text-align: center;
    padding-top: 10px;
    border-radius: 0px 3px 3px 0;
    font-weight: 900;
}
#savePresentationForm .char-counter,
#saveDocumentForm .char-counter {
    right: 17px;
    top: 23px;
    width: 34px;
    height: 34px;
}
.upload-video .char-counter.error,
#savePresentationForm .char-counter.error,
#saveDocumentForm .char-counter.error {
    background: #ff0000;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}

/* ========================= SUGGESTIONS ========================= */

.sgst_content {
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
}
.suggestions h3 {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
}
.suggestions p {
    color: #6e6f70;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
    padding: 0 15px;
}
.suggestions p a {
    display: inline-block;
    padding: 0 5px;
}

/* ========================= ABOUT VIDEO ========================= */

.abt-vidz {
    width: 100%;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 24px;
    border-top: 1px solid #e2ebef;
    border-bottom: 1px solid #e2ebef;
}
.abt-vidz ul li {
    display: inline-block;
    padding: 0 10px;
}
.abt-vidz ul li a {
    color: #777781;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
}

/* ========================= UPLOAD DETAILS ========================= */

.upload-detail {
    width: 100%;
    padding: 22px 0 31px;
    border-bottom: 1px solid #e2ebef;
}
.upload-detail h3 {
    color: #1c1b1b;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 24px;
}
.vid_thumbainl.tr {
    width: 255px;
    float: left;
    margin-bottom: 0;
}
.video_info.sr {
    width: calc(100% - 255px);
    float: left;
    position: relative;
    padding: 17px 70px 0 29px;
}
.video_info.sr h3 {
    margin-bottom: 0px;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.video_info.sr p {
    color: #6e6f70;
    font-size: 16px;
    margin-top: 20px;
}

.progress {
    background-color: #e2ebef;
    height: 8px;
    margin: 5px 0 27px 0;
}
.progress-bar {
    /*background-color: #000000;
	height: 6px;*/
}
.aligner {
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

/* ========================= VIDEO TITLE SEC ========================= */

.vid-title-sec {
    width: 100%;
    padding-top: 22px;
}
.vid-title {
    width: 100%;
}
.title-hd {
    color: #1c1b1b;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 22px;
    text-align: left;
}
.vid-title-sec .title-hd,
.title-hd {
    margin-bottom: 8px;
}
.vid-title-sec form input,
.vid-title-sec form textarea,
textarea,
input[type="checkbox"] {
    /*font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	width: 100%;
	height: 42px;
	background-color:#e2ebef;
	border:none;
	padding-left:10px;
	color: #6e6f70;*/
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6e6f70;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #6e6f70;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #6e6f70;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #6e6f70;
}
.abt-vidz-pr {
    margin-top: 22px;
    margin-bottom: 17px;
}
.vid-title-sec form textarea,
textarea {
    height: 88px;
    padding-left: 10px;
    padding-top: 10px;
}
.cls-vidz {
    width: 100%;
}
.option {
    width: 100%;
}
.option select {
    color: #6e6f70;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    height: 42px;
    border: none;
    background-color: #e2ebef;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
.abt-tags {
    width: 100%;
    margin-top: 20px;
}
.form_field {
    position: relative;
}
.form_field.pr input {
    width: 100%;
}
.amazon-products {
    width: 100%;
    margin-top: 20px;
}

/* ========================= CATEGORY ========================= */

.category {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 11px;
}
.category .title-hd {
    margin-bottom: 15px;
}
.catgss_list {
    float: left;
    width: 100%;
}
.catgss_list li {
    float: left;
    width: 25%;
}
.catgss_list li .chekbox-lg {
    margin-bottom: 13px;
}

.btn-sbmit {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 51px;
}
.btn-sbmit button {
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 42px;
    font-size: 16px;
    background-color: #2184c3;
    height: 42px;
    padding: 0 32px;
    border: none;
}

/* ========================= ABOUT CHANNELS ========================= */

.abt-channels {
    width: 100%;
    padding-top: 28px;
}

.video_info.pr .vc_hd {
    float: none;
    color: #fff;
    text-align: center;
    line-height: 36px;
}
.vc_hd.cr8.pr {
    background: #eea72a;
}
.vc_hd.cr9.pr {
    background: #dc6721;
}
.vc_hd.cr10.pr {
    background: #53bbb5;
}
.vc_hd.cr11.pr {
    background: #df5050;
}
.vc_hd.cr12.pr {
    background: #ae855f;
}
.vc_hd.cr13.pr {
    background: #34d59b;
}
.vc_hd.cr14.pr {
    background: #93b45e;
}
.vc_hd.cr15.pr {
    background: #87b9d6;
}
.vc_hd.cr16.pr {
    background: #5b5ba8;
}
.vc_hd.cr17.pr {
    background: #4c9569;
}
.vc_hd.cr18.pr {
    background: #284b6b;
}
.vc_hd.cr19.pr {
    background: #ea3b9a;
}
.vc_hd.cr20.pr {
    background: #4faec2;
}
.vc_hd.cr21.pr {
    background: #41abc2;
}
.vc_hd.cr22.pr {
    background: #ab9e2c;
}
.vc_hd.cr23.pr {
    background: #8b9d1d;
}
.vc_hd.cr24.pr {
    background: #ea7b59;
}
.vc_hd.cr25.pr {
    background: #629a29;
}
.vc_hd.cr26.pr {
    background: #5a5fc9;
}
.vc_hd.cr27.pr {
    background: #50a3de;
}
.vc_hd.cr28.pr {
    background: #aa7645;
}
.vc_hd.cr29.pr {
    background: #5574e0;
}
.vc_hd.cr30.pr {
    background: #539faf;
}

.video_info.pr p,
.video_info.pr p span {
    color: #777781;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
.video_info.pr {
    width: 100%;
    margin-top: -22px;
    padding-bottom: 26px;
}
.video_info.pr h4 {
    margin-top: 19px;
}

/* ========================= SINGLE CHANNEL HOME ========================= */

.btm_bar.ms {
    border-bottom: none;
}

.info-pr-sec .search_form {
    width: 305px;
    float: right;
    margin-top: 15px;
}
.info-pr-sec .vcp_inf.cr {
    margin-top: 5px;
    width: 35%;
}
.info-pr-sec .vcp_inf.cr .vc_info.pr {
    position: relative;
    top: -2px;
}
.chan_cantrz {
    float: right;
    margin-left: 15px;
    margin-top: 15px;
}
.chan_cantrz li {
    display: inline-block;
    margin-right: 11px;
}
.chan_cantrz li:last-child {
    margin-right: 0;
}
.chan_cantrz li a {
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 30px;
    min-width: 110px;
    text-align: center;
}
.chan_cantrz li a:hover {
    color: #fff;
}
.hire {
    background-color: #363643;
    color: #c3c3d2;
}
.donate {
    background-color: #26e491;
    color: #fff;
}
.subscribe {
    background-color: #272626;
    color: #fff;
}
strong {
    font-weight: 600;
}
.ls-0 input {
    color: #c3c3d2;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    width: 228px;
    height: 36px;
    border-radius: 30px;
    background-color: #363643;
    border: none;
    padding-left: 10px;
}

.list-br li {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.list-br li:first-child {
    padding-left: 0;
}
.list-br li a {
    color: #c8c8d8;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
}
.list-br li a span {
    color: #eea72a;
}
.list-br li a span:before {
    content: "";
    width: 42px;
    height: 2px;
    position: absolute;
    bottom: -27px;
    left: 0;
    background-color: #eea72a;
}

/* ========================= VIDEO SEC ========================= */

.vidz_sec.md {
    width: 100%;
    padding-top: 26px;
    border-bottom: 1px solid #363643;
}
.videoo.pr {
    margin-top: 18px;
}
.video_info.md h4 {
    padding-top: 0;
}

.vidz_sec .history-lst .nav-tabs {
    float: none;
    width: 100%;
}
.vidz_sec .history-lst .nav-tabs .nav-item {
    margin-right: 20px;
}
.vidz_sec .history-lst .nav-tabs .nav-link {
    padding: 17px 0 22px;
}

.vidz-row.ms {
    border-bottom: 1px solid #363643;
}
.list-br.md li a span:before {
    left: 20px;
}

/*=====================single-channel-channels==========================*/

.list-br.mn li a svg {
    position: relative;
    top: 1px;
    left: 0;
}

/*====================single-channel-about=============================*/

.description {
    width: 100%;
    padding-top: 15px;
}
.decp_cotnet {
    max-width: 670px;
    border-bottom: 1px solid #e2ebef;
    padding-bottom: 29px;
    padding-top: 6px;
}
.ab-fd {
    color: #1c1b1b;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}
.decp_cotnet p {
    color: #6e6f70;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
.stats {
    width: 100%;
    border-bottom: 1px solid #e2ebef;
    padding-bottom: 23px;
    margin-top: 6px;
}
.stats ul li {
    display: block;
    color: #6e6f70;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 11px;
}
.stats ul li:last-child {
    margin-bottom: 0;
}
.ab-links {
    width: 100%;
    padding-top: 16px;
}
.link-pr {
    max-width: 670px;
    border-bottom: 1px solid #e2ebef;
    padding: 21px 0 23px;
}
.link-pr:last-child {
    border-bottom: 0;
}
.csl-link-1 {
    width: 30%;
    float: left;
}
.csl-link-2 {
    width: 30%;
    float: left;
}
.link-pr ul li {
    display: block;
    margin-bottom: 11px;
}
.link-pr ul li:last-child {
    margin-bottom: 0;
}
.link-pr ul li a {
    color: #4a90e2;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
}
.ab-enquiries {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 1680px;
}
.ab-enquiries .link-pr {
    border-bottom: none;
}

/*============================single-channel product====================*/

.list-br.ms li a span:before {
    width: 100px;
    left: 30px;
}
.amazon.sr {
    border-bottom: 1px solid #363643;
    padding-top: 22px;
    padding-bottom: 25px;
    padding-left: 0;
}
#amazong-tb .amazon:last-child {
    border-bottom: 0;
}

/*========================single-channel-live===========================*/

.list-br.mp li a span {
    color: #de5050;
}
.list-br.mp li a span:before {
    left: 18px;
    background-color: #de5050;
    width: 35px;
}
.wrkout {
    width: 100%;
    padding: 29px 0 25px;
    border-bottom: 1px solid #363643;
}
.wk-img {
    position: relative;
}
.wk-img img {
    width: 100%;
}
.wk-info {
    width: 100%;
    padding-top: 28px;
}
.vcp_inf.md {
    margin-bottom: 20px;
}
.wk-info h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #777781;
    margin-bottom: 5px;
}
.wk-info h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #c3c3d2;
    margin-bottom: 44px;
}
.wk-info p {
    color: #777781;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px;
    padding-top: 6px;
}
.wk-info .vc_info.pr {
    padding-left: 30px;
}
.wk-info ul li {
    display: inline-block;
    margin-right: 44px;
}
.wk-info ul li a span {
    color: #eea72a;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.wk-info ul li svg {
    position: relative;
    top: 7px;
    left: 0;
    display: inline-block;
    margin-right: 11px;
}
.brd-schedule {
    width: 100%;
    /*border-bottom: 1px solid #363643;*/
}
.br-sch {
    width: 100%;
    padding-top: 22px;
}
.br-sch h3 {
    color: #c3c3d2;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 26px;
}
.br-list {
    float: left;
    width: 100%;
}
.br-list li {
    border: 1px solid #363643;
    padding: 25px 0 25px 30px;
    width: calc(100% / 7);
    float: left;
}
.br-list li h4 {
    font-size: 16px;
    line-height: 19px;
    color: #c3c3d2;
}
.br-list li span {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 5px;
    color: #c3c3d2;
    display: inline-block;
}
.br-list li:hover,
.br-list li.active {
    border-color: #df5050;
}
.br-list li:hover h4,
.br-list li:hover span,
.br-list li.active h4,
.br-list li.active span {
    color: #df5050;
}
.vidz-row.ms {
    border-bottom: none;
    padding: 23px 0 0 0;
}
.ab-donaters {
    width: 100%;
    padding: 22px 0 50px;
    border-top: 1px solid #24242d;
}
.ab-donaters h3 {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 26px;
    color: #e4e4f6;
}
.ab-donaters ul li {
    display: inline-block;
    margin-right: 55px;
}
.ab-donaters ul li:last-child {
    margin-right: 0;
}

/*======================history page==================*/

.ab-history {
    width: 100%;
    padding-bottom: 60px;
}
.history-hd-head {
    border-bottom: 1px solid #e2ebef;
}
.ab-history .nav-tabs {
    float: left;
    border-bottom: 0;
}
.history-lst .nav-tabs {
    border-bottom: 1px solid #e2ebef;
    /*float: left;*/
    /*border-bottom: 0;*/
}
.history-lst .nav-tabs .nav-link {
    padding: 0;
    border-radius: 0;
    padding: 22px 0 25px;
    border: 0;
    position: relative;
    color: #6e6f70;
    font-size: 16px;
}
.history-lst .nav-tabs .nav-item {
    margin: 0;
    margin-right: 25px;
}
.history-lst .nav-tabs .nav-link.active {
    color: #1c1b1b;
}
.clear-history {
    float: right;
    color: #6e6f70;
    font-size: 16px;
    position: relative;
    top: 22px;
}
.clear-history:hover {
    color: #000000;
}
.clear-history i {
    font-size: 14px;
}
.history-lst .nav-tabs .nav-link.live_vd.active {
    color: #1c1b1b;
}
.history-lst .nav-tabs .nav-link.live_vd.active:before {
    background-color: #df5050;
}
.live_sign {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #df5050;
    margin-left: 5px;
    opacity: 0;
    visibility: hidden;
}
.history-lst .nav-tabs .nav-link.live_vd.active .live_sign {
    opacity: 1;
    visibility: visible;
}
.history-lst .nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1c1b1b;
    opacity: 0;
    visibility: hidden;
}
.history-lst .nav-tabs .nav-link.active:before {
    opacity: 1;
    visibility: visible;
}
.history-lst .search_form {
    float: right;
    width: 350px;
    padding-top: 15px;
}
.tab-content {
    padding: 30px 0 0;
}
.tab-history {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e2ebef;
    padding: 30px 0;
}
.tab-history:first-child {
    padding-top: 0;
}
.tab-history:last-child {
    border-bottom: 0;
}
.tab-history .videoo {
    display: table;
    width: 100%;
    margin-bottom: 0;
}
.vid_thumbainl.ms {
    width: 25%;
    margin-bottom: 0;
    display: table-cell;
}
.video_info.ms {
    float: left;
    width: 25%;
    padding-left: 20px;
}
.tab-history .videoo .video_info.ms {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    float: none;
    padding-left: 30px;
}
.video_info .author-name-avatar-wrapper img {
    height: 14px !important;
    width: 14px !important;
    margin-bottom: -2px;
    margin-right: 9px;
}
.user-account .video_info.ms > ul {
    margin-top: 20px;
}
.tab-history .videoo .video_info.ms > h3 {
    width: 260px;
    margin-bottom: 5px;
    margin-top: -6px;
}
.delete-video {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ======================= BROWSER CHANNELS ====================== */

.browse_catgs {
    padding-top: 21px;
    margin-bottom: -30px;
}
#channels_tab {
    margin-bottom: 30px;
}
.brws-head > h3 {
    color: #1c1b1b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    float: left;
}
.brws-head > a {
    float: right;
    color: #6e6f70;
    font-size: 16px;
    position: relative;
    top: 1px;
}

/*=====================updates-from-subs==========================*/

.update-vidz {
    width: 100%;
}
.update-vidz > h3 {
    color: #c3c3d2;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
}
.vidz_sec.pr {
    width: 100%;
}
.vc_info.st {
    padding-left: 16px;
}
.vc_hd.cr31 {
    background-color: #eaaf58;
}
.vc_hd.cr32 {
    background-color: #93b45e;
}
.vc_hd.cr33 {
    background-color: #c6c5ad;
}
.vc_hd.cr34 {
    background-color: #87b9d6;
}

/*================================login-page======================*/

.form_popup {
    width: 570px;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    background-color: #fff;
}
.input-sec.mgb25 {
    margin-bottom: 25px;
}
.form_popup.opened {
    display: block;
}

.login-img img {
    max-height: 72px;
}

.hd-lg {
    width: 100%;
    text-align: center;
    padding: 22px 0 0;
}
.hd-lg span {
    display: block;
    color: #6e6f70;
    font-size: 18px;
    font-weight: 500;
}
.hd-lg > img {
    margin-bottom: 16px;
}
.lg-in > span {
    color: #c3c3d2;
    font-size: 16px;
    position: relative;
    display: block;
    z-index: 1;
}
.lg-in > span:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #363643;
    z-index: -1;
}
.lg-in > span:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: #000000;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.user-account .col-lg-9,
.user-account .col-lg-3 {
    padding: 0;
}
.user-account-pr {
    max-width: 370px;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
.user-account-pr h4 {
    color: #c3c3d2;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 26px;
}
.input-sec {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.input-sec > label {
    color: #6e6f70;
    font-size: 14px;
    margin-top: 8px;
}
.field_shp {
    position: absolute;
    top: 5px;
    left: 15px;
}
.user-account-pr form {
    margin-top: 40px;
    margin-bottom: 7px;
}
.user-account-pr form input[type="text"],
.user-account-pr form input[type="password"],
.user-account-pr form input[type="email"],
.user-account-pr form select,
.user-account-pr form option,
.user-account-pr form button {
    color: #383838;
    height: 42px;
    padding-left: 10px;
    background-color: #e2ebef;
    border: none;
    padding: 0 15px;
    width: 100%;
}
.user-account-pr form textarea {
    color: #383838;
    padding-left: 10px;
    background-color: #e2ebef;
    border: none;
    padding: 10px 15px;
    height: 100px;
    max-height: 120px;
    resize: none;
    margin-bottom: 20px;
    overflow: hidden;
}
.user-account-pr form select {
    padding-right: 10px;
}
.user-account-pr form + h4 {
    font-size: 14px;
    line-height: 22px;
}
.user-account-pr form + h4 a {
    display: inline-block;
    color: #feb32d;
}
.user-account-pr form button {
    background: #dc6721;
    margin-bottom: 18px;
    padding: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #2184c3;
    font-weight: 500;
}
.check_bar {
    position: relative;
}
.chekbox-lg {
    margin-bottom: 28px;
    text-align: left;
}
.chekbox-lg input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
}
.chekbox-lg input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
}
.chekbox-lg label {
    display: inline-block;
    position: relative;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #e2ebef;
    display: inline-block;
    cursor: pointer;
}
.checkmark:before {
    content: "\e82d";
    font-family: "fontello";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 7px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}
input[type="checkbox"] ~ .checkmark.checkmark-disabled {
    background-color: #f5f9fb;
    cursor: not-allowed;
}
input[type="checkbox"]:checked ~ .checkmark {
    background-color: #2184c3;
}
input[type="radio"]:checked ~ .checkmark {
    background-color: #2184c3;
}
input[type="checkbox"]:checked ~ .checkmark:before {
    opacity: 1;
    visibility: visible;
}
.chekbox-lg label span {
    display: inline-block;
    margin: 0;
    padding-left: 34px;
    color: #6e6f70;
    font-size: 16px;
    cursor: pointer;
}
.chekbox-lg label span.checkmark-disabled {
    color: #cacaca;
    cursor: not-allowed;
}
#saveVideoForm .chekbox-lg label span {
    padding-left: 0;
}
.fg_btn {
    display: block;
    color: #6e6f70;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: left;
}
.fg_btn:hover {
    color: #6e6f70;
}
.input-sec > h4 {
    font-size: 14px;
    display: block;
    color: #c3c3d2;
    margin: 8px 0 0;
}
.input-sec.mg_25 {
    margin-bottom: 25px;
}
/*
.chekbox-lg span {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: grey;
}*/

.chekbox-lg > h4 {
    text-align: left;
    padding-left: 36px;
}
.fr-ps {
    width: 100%;
    padding: 66px 0 66px;
    text-align: center;
}
.fr-ps h1 {
    color: #6e6f70;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}
.fr-ps h1 a {
    display: inline-block;
    color: #272626;
}

/*====================user-account-page============================*/

.user-account {
    width: 100%;
    text-align: left;
}
.user-account .sidebar {
    width: 100%;
    padding-top: 30px;
}
.video_info.pr.sp {
    margin-top: 0;
}
.sidebar .video_info.pr.sp {
    padding-bottom: 32px;
}
.video_info.pr.sp h4 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 18px;
    margin-bottom: 3px;
}
.video_info.pr.sp p {
    font-size: 14px;
    color: #6e6f70;
}
.video_info.pr.sp > span {
    font-size: 14px;
}
.account {
    width: 100%;
    padding-bottom: 33px;
}
.account ul {
    display: block;
}
.sidebar ul li {
    display: block;
    margin-bottom: 13px;
}
.account ul li:last-child {
    margin-bottom: 0;
}
.user-account .sidebar a {
    display: inline-block;
    color: #6e6f70;
    font-size: 16px;
    line-height: 19px;
}
.hd-uc {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1c1b1b;
    margin-bottom: 18px;
}
.hd-uc i {
    color: #1c1b1b;
    margin-right: 8px;
}
.notifications {
    width: 100%;
    padding-bottom: 33px;
}
.notifications > a {
    display: inline;
    color: #c3c3d2;
    font-size: 16px;
    line-height: 19px;
}
.donation {
    width: 100%;
    padding-bottom: 20px;
}
.chanel-pro {
    width: 100%;
    padding-bottom: 20px;
}
.vid-ac {
    width: 100%;
    padding-bottom: 20px;
}
.playlist {
    width: 100%;
    padding-bottom: 33px;
}
.messages {
    width: 100%;
    padding-bottom: 20px;
}
.contacts {
    width: 100%;
    /* padding-bottom */
}
.video-details {
    width: 100%;
    border-left: 1px solid #e2ebef;
}
.latest-vid-option {
    width: 100%;
    border-bottom: 1px solid #e2ebef;
    padding: 23px 0 27px 30px;
}
.hd-op {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #1c1b1b;
    margin-bottom: 20px;
}
.latest-vid-option a {
    color: #6e6f70;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.op-1 {
    float: left;
}
.op-2 {
    float: right;
    text-align: right;
}
.tb-pr {
    width: 100%;
    border-bottom: 1px solid #363643;
    padding: 29px 0 25px 30px;
}
.tb-pr .vid_thumbainl.ms.br {
    padding-top: 0;
}
.tb-pr .videoo {
    margin-bottom: 0;
}
.video_info.ms.br {
    width: 50%;
}
.video_info.ms.br ul li {
    display: inline-block;
    margin-right: 9px;
    margin-top: 9px;
}
.video_info.ms.br ul li:first-child {
    margin-left: 0;
}
.video_info.ms.br ul li:last-child {
    margin-right: 0;
}
.video_info.ms.br ul li span,
.vid-info .info-pr ul.pr_links li span {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 8px;
}
.br-1 {
    background-color: #eeb82f;
}
.br-1:hover {
    background-color: #d29c11;
}
.br-2 {
    background-color: #1fc64e;
}
.br-2:hover {
    background-color: #189e3e;
}
.br-3 {
    background-color: #8ccb48;
}
.br-3:hover {
    background-color: #70ab30;
}
.br-4 {
    background-color: #bfbfce;
}
.br-4:hover {
    background-color: #9292ab;
}
.br-5 {
    background-color: #59a3d3;
}
.br-5:hover {
    background-color: #3286bd;
}
.br-1,
.br-2,
.br-3,
.br-4,
.br-5 {
    color: #fff;
}
.icon-list {
    text-align: right;
    width: 100%;
}
.blocked-vcp .icon-list {
    padding: 30px;
}
.icon-list ul {
    display: flex;
    justify-content: space-between;
}
.icon-list ul li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}
.icon-list-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.blocked-users {
    width: 100%;
    border-bottom: 1px solid #e2ebef;
    padding: 26px 0 25px 30px;
}
.edit-background {
    background-color: #ffcd09;
}
.blocked-users form input,
.manage-sub form input,
#submenu select {
    width: calc(100% - 200px);
    height: 42px;
    background: #e2ebef;
    color: #6e6f70;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: none;
    padding-left: 10px;
}
.blocked-users form,
.manage-sub form {
    margin-top: 20px;
}
.blocked-users form button {
    width: 170px;
    height: 42px;
    background: #2184c3;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: none;
    float: right;
}
.blocked-users span,
.manage-sub span {
    margin-top: 20px;
}
.blocked-pr {
    width: 100%;
}
.blocked-vcp {
    width: 100%;
    border-bottom: 1px solid #e2ebef;
    padding: 30px 0 29px 30px;
    position: relative;
}
.user-account .vidz_list {
    margin-bottom: 0;
}

.optz_list {
    float: left;
    width: 100%;
    margin-top: 21px;
}
.optz_list li:first-child {
    float: left;
}
.optz_list li:last-child {
    float: right;
}
.optz_list li a {
    display: inline-block;
    color: #777781;
    font-size: 14px;
}

.blocked-pr .vc_info.st {
    padding-left: 40px;
}
.blocked-pr .vc_info h4 {
    margin-bottom: 2px;
}
.blocked-pr .vcp_inf {
    margin-bottom: 0;
}
.mange_sub .vcp_inf,
#submenu .vcp_inf {
    float: left;
    width: 433px;
}
.mange_sub .vc_info.st {
    width: auto;
    padding-left: 40px;
    float: left;
    padding-top: 7px;
}
.play_ms {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.change-pswd {
    width: 100%;
    padding: 46px 0 0 30px;
}
.change-pswd .hd-op {
    margin-bottom: 26px;
}
.ch-pswd {
    width: 100%;
    margin-bottom: 30px;
}
.ch-pswd input {
    width: 470px;
    height: 42px;
    background: #e2ebef;
    color: #6e6f70;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    border: none;
    padding: 0 15px;
}
.ch-pswd button {
    /* width: 170px; */
    padding: 0 20px;
    height: 42px;
    background: #2184c3;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: none;
}
.manage-sub {
    width: 100%;
    padding: 13px 0 0 30px;
}
.Manage-Sub span {
    margin-top: 20px;
    border-bottom: 1px solid #363643;
}
.blckd_list {
    display: block;
    /* border-top: 1px solid #e2ebef;
	margin-top: 25px; */
}
.mange_sub .optz_list {
    margin-top: 12px;
}
.active-mb {
    float: left;
    padding: 5px 12px;
    margin-top: 7px;
    color: #fff;
}
.active-mb.pr {
    background: #91c71f;
}
.active-mb.sr {
    background: #eea72a;
}
.active-mb.mr {
    background: #df5050;
}
.vc_hd.cr32.ms {
    background: #4c9569;
}
.vc_hd.cr33.ms {
    background: #4faec2;
}
.vc_hd.cr34.ms {
    background: #ea3b9a;
}
.account-details {
    width: 100%;
    padding: 41px 0 70px 30px;
}
.account-details .chekbox-lg {
    margin-bottom: 0;
}
.account-details ul {
    margin: 25px 0;
}
.account-details .hd-op {
    padding-bottom: 19px;
    margin-bottom: 0;
}
.slct-hd {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1c1b1b;
    margin-bottom: 11px;
}
.account-details select,
.dob input[type="text"] {
    width: 100%;
    height: 42px;
    background-color: #e2ebef;
    border: none;
    color: #6e6f70;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 0 15px;
    margin-bottom: 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
.account_details_content {
    float: left;
    width: 470px;
}
.dob {
    position: relative;
    margin-bottom: 7px;
}
.slct_optz {
    position: relative;
}
.arw_vz {
    position: absolute;
    right: 15px;
    top: 6px;
}
.arw_vz i {
    font-size: 7px;
    color: #585a5b;
}
.arw_vz svg {
    width: 15px;
    height: 15px;
}
.chekbox-lg.mp span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: grey;
    border-radius: 100%;
}
.chekbox-lg.mp h4 {
    padding-left: 50px;
    color: #c3c3d2;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.gend {
    display: block;
}
.gend li {
    display: inline-block;
    margin-right: 33px;
}
.gend li:last-child {
    margin-right: 0;
}
.account-details .ch-pswd {
    margin-top: 0;
}

.viddz .vidz_sec {
    padding-top: 21px;
    padding-bottom: 24px;
}
.viddz .vidz_list {
    margin-bottom: 0;
}
.viddz .videoo.pr {
    margin: 0;
}

.viddz .ftz-vidz > h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 26px;
    color: #1c1b1b;
    font-weight: 500;
}
.viddz .videoo {
    margin-bottom: 0;
}
.viddz .vidz_sec > h3 {
    margin-bottom: 24px;
    float: left;
}
.viddz .vidz_sec > a {
    float: right;
    color: #6e6f70;
    font-size: 16px;
}

.info-pr-sec {
    padding-top: 26px;
}

.videso_tb_details {
    padding-top: 1px;
}

.chaz_row > h3 {
    margin-bottom: 23px;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 26px;
    color: #e4e4f6;
}

select::-ms-expand {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.playlist_view {
    background-color: #e2ebef;
    padding: 23px 0 0;
    min-width: 450px;
    overflow: hidden;
}
.playlist_hd {
    width: 310px;
    margin-bottom: 11px;
    padding-left: 30px;
}
.playlist_hd > h3 {
    color: #1c1b1b;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    float: left;
}
.playlist_hd > ul {
    float: left;
    margin-left: 22px;
}
.playlist_hd > ul li {
    display: inline-block;
    margin-right: 19px;
}
.playlist_hd > ul li .icon-add_to_playlist {
    font-size: 18px;
}
.playlist_hd > ul li .icon-like {
    position: relative;
    top: 1px;
}
.playlist_hd > ul li:last-child {
    margin-right: 0;
}

.videos_lizt {
    display: block;
    height: 528px;
    width: 440px;
}
.vidz_row {
    display: table;
    position: relative;
    padding: 13px 0 13px 30px;
    width: 310px;
}
.vid_num {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #777781;
    font-size: 14px;
}
.vidz_img {
    display: table-cell;
    width: 100px;
    float: left;
    position: relative;
}
.vidz_row .video_info {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-left: 19px;
}
.vidz_row .video_info > h3 {
    margin-bottom: 0;
    margin-top: -6px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}
.vidz_row .video_info > h4 {
    font-size: 14px;
}

.video_main .row {
    margin: 0;
}
.video_main .row .col-lg-9,
.video_main .row .col-lg-3 {
    padding: 0;
}
.video_main .vid-pr {
    height: 460px;
}
.video_main .vid-1 .vid-info {
    margin-top: 25px;
}
.video_main .vid-pr img {
    height: 100%;
    object-fit: cover;
}
.mgt-50 {
    margin-top: -50px;
}

/*  ======================== CHAT VIEW ====================== */

.chat_view {
    background-color: #202028;
    min-width: 450px;
    padding: 30px 30px 0 30px;
    height: 560px;
}
.chat_hd {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.chat_hd > h3 {
    float: left;
    color: #c3c3d2;
    font-size: 16px;
    line-height: 19px;
}
.chat_hd > h3 span {
    display: inline-block;
    margin-left: 18px;
    position: relative;
    top: 3px;
}
.chat_hd > h3 span svg {
    width: 18px;
    height: 18px;
}

.chat_optz {
    float: right;
}
.chat_optz li {
    display: inline-block;
    margin-right: 10px;
}
.chat_optz li:last-child {
    margin-right: 0;
}
.chat_optz li a {
    display: inline-block;
    color: #c3c3d2;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background-color: #363643;
    border-radius: 30px;
}

.chat_optz li span {
    display: inline-block;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.chat_msgs {
    display: block;
    height: 390px;
}
.chat_msgs li {
    display: block;
    margin-bottom: 15px;
}
.chat_msgs li:last-child {
    margin-bottom: 0;
}
.chat_msg {
    display: table-cell;
}
.usr_name {
    display: table-cell;
    width: 30px;
    height: 30px;
    float: left;
    text-transform: uppercase;
}
.usr_name > img {
    width: 100%;
    object-fit: cover;
}
.colr1 {
    background-color: #8f4fc2;
}
.colr2 {
    background-color: #4f8bc2;
}
.colr3 {
    background-color: #53bbb5;
}
.colr4 {
    background-color: #a87830;
}
.colr5 {
    background-color: #4c9569;
}
.colr6 {
    background-color: #848187;
}
.colr7 {
    background-color: #5b5ba8;
}
.colr8 {
    background-color: #284b6b;
}
.cht_connt {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-top: 6px;
    padding-left: 29px;
}
.c_name {
    display: inline-block;
    color: #777781;
    opacity: 0.9;
    margin-right: 10px;
}
.cht_connt > p {
    color: #bfbfce;
    font-size: 14px;
    display: inline-block;
    line-height: 23px;
}
.cht_connt > p a {
    display: inline-block;
    color: #d79929;
}

.post_ch_msg {
    width: 100%;
    border-top: 1px solid #2f2f3a;
    padding: 15px 0;
    margin-top: 22px;
}
.post_ch_msg form {
    width: 100%;
    position: relative;
    height: 36px;
    line-height: 36px;
}
.post_ch_msg form input {
    width: 100%;
    color: #bfbfce;
    font-size: 14px;
    background-color: inherit;
    border: 0;
    padding: 0 50px 0 110px;
}
.post_ch_msg form button {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: inherit;
    border: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
}
.c_namee {
    position: absolute;
    top: 0;
    left: 65px;
    color: #777781;
    opacity: 0.8;
}
.post_ch_msg .usr_name {
    background-color: #8f4fc2;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.video_main.via_chat .vid-pr {
    height: 560px;
}

.post_ch_msg form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bfbfce;
}
.post_ch_msg form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfbfce;
}
.post_ch_msg form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bfbfce;
}
.post_ch_msg form input:-moz-placeholder {
    /* Firefox 18- */
    color: #bfbfce;
}

/*  =================== SIDE MENU =============== */

.side_menu {
    position: fixed;
    top: 0;
    left: -265px;
    width: 300px;
    background-color: #faf8f8;
    height: 100%;
    z-index: 99999999999999;
    border-left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    display: block !important;
}
.side_menu .dp_down {
    position: static;
    border: 0;
    width: 100%;
    padding: 0;
    display: none;
}
.side_menu .dp_down .dp_ul {
    padding: 25px 20px;
}
.side_menu .mode_optz {
    border-bottom: 1px solid #24242d;
}
.side_menu .dp_ul li h3 {
    padding-left: 15px;
    padding-top: 11px;
    opacity: 0.7;
}
.side_menu .dp_ul li span.act_status {
    margin-top: 8px;
}
.side_menu.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.side_menu .dp_ul li.live_dv {
    display: block;
    margin: 24px 0;
}
.side_menu .dp_ul li.live_dv > a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 20px;
    margin-right: 9px;
}
.side_menu .dp_ul li.live_dv > a:last-child {
    margin-right: 0;
}
.side_menu .dp_ul li.live_dv > a b {
    position: relative;
    top: -2px;
}
.side_menu .dp_ul li.live_dva:hover {
    color: #fff;
}
.side_menu .dp_ul li.live_dv:hover svg path {
    fill: #fff;
}
.side_menu .live_dv > a svg {
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.side_menu .live_dv > a svg path {
    fill: #fff;
}
.side_menu .go_live {
    background-color: #df5050;
}
.side_menu .upld {
    background-color: #dc6721;
}
.sd_menu {
    width: 100%;
    border-bottom: 1px solid #e2ebef;
    padding: 23px 0 25px 42px;
}
.side_menu .sd_menu {
    padding: 23px 15px 25px 42px;
}
.mm_menu {
    display: block;
    width: 100%;
}
.mm_menu li {
    display: table;
    margin-bottom: 18px;
}
.mm_menu li:last-child {
    margin-bottom: 0;
}

.mm_menu li span {
    display: table-cell;
    width: 20px;
    float: left;
}
.mm_menu li span i {
    color: #1c1b1b;
    position: relative;
    top: 1px;
}
.mm_menu li span svg {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.mm_menu li span svg path {
    fill: #9494a0;
}
.mm_menu li a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #1c1b1b;
    font-size: 16px;
    line-height: 19px;
    padding-left: 27px;
}
.sd_menu > h3 {
    color: #1c1b1b;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
    margin-top: 3px;
}
.m_linkz .mm_menu li a {
    padding-left: 0;
    display: inline-block;
    color: #6e6f70;
}
.m_linkz .mm_menu li {
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 7px;
}
.m_linkz .mm_menu li:last-child {
    margin-right: 0;
}
.m_linkz > span {
    display: block;
    color: #1c1b1b;
    margin-top: 11px;
}

/* ========================= SOCIAL LINKS ========================= */

.social_links {
    display: block;
}
.social_links li {
    display: inline-block;
    margin-right: 5px;
}
.social_links li:last-child {
    margin-right: 0;
}
.social_links li a {
    display: inline-block;
    font-size: 28px;
}
.social_links li a svg {
    width: 20px;
    height: 20px;
}

.subs_lst .mm_menu li span {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 10px;
}

.subs_lst .colr1 {
    background-color: #8f4fc2;
}
.subs_lst .colr2 {
    background-color: #eea72a;
}
.subs_lst .colr3 {
    background-color: #dc6721;
}
.subs_lst .colr4 {
    background-color: #df5050;
}
.subs_lst .colr5 {
    background-color: #53bbb5;
}

.subs_lst .mm_menu li small {
    float: right;
    color: #6e6f70;
    font-size: 14px;
    padding-right: 20px;
}

.pop_channels .video_info > h3 {
    margin-bottom: 1px;
}
.pop_channels .vidz_sec {
    padding-bottom: 22px;
}
.pop_channels .video_info .verify_ic i {
    margin-left: 0;
}

.acct_page .video_info.ms > ul {
    /* margin-top: 9px; */
}
.tab-history.acct_page {
    border-bottom: 0;
    padding-bottom: 0;
}
.tb-pr {
    border-bottom-color: #e2ebef;
    padding: 30px 0 30px 30px;
}
.tb-pr .verify_ic i {
    margin-left: 2px;
}

.upload-detail .video_info.sr {
    margin: 0;
}

.amz_prods {
    border-bottom: 0;
}

.flagg {
    padding-top: 27px;
}
.flagg ul li {
    display: inline-block;
    margin-right: 16px;
}
.flagg ul li:last-child {
    margin-right: 0;
}
.flagg ul li a {
    display: inline-block;
    color: #272626;
    font-size: 20px;
}

.dd_menu {
    height: 150px;
    display: block;
}

.form_popup::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.form_popup::-webkit-scrollbar-thumb {
    background: #000;
}
.side_menu::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.side_menu::-webkit-scrollbar-thumb {
    background: #000;
}

header.hp_1 .side_links li.msg,
header.hp_1 .side_links li.notification,
header.hp_1 .side_links li.user_contrl {
    display: none;
}

.side_links > ul > li > a.login_form_show {
    display: inline-block;
    color: #fff;
    background-color: #2c2c37;
    border-radius: 30px;
    padding: 0 28px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.side_links > ul > li > a.login_form_show:hover {
    background-color: #e4a128;
    color: #fff;
}
.side_links > ul > li > a.login_form_show {
    margin: 0;
}
.side_links > ul > li.user_form {
    margin-right: 44px;
}

.form_dvv {
    width: 100%;
    padding: 0 25px 4px;
    margin: 45px 0 0;
    display: none;
}
.form_dvv .login_form_show {
    display: block;
    color: #fff;
    background-color: #2c2c37;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

/* ======================= BANNER SECTION ========================= */

.banner-section {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-position: center;
}
.balls {
    background-image: url(../images/banner-balls.jpg)!important;
}
.banner-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), #000000);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.banner-text {
    color: #ffffff;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 40px;
}
.banner-text > h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 36px;
}
.banner-text p {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
}
.banner-text > a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    background-color: #2184c3;
    height: 42px;
    line-height: 42px;
    padding: 0 25px;
}
.banner-section.p120 {
    padding: 120px 0;
}
.headline {
    color: #a7a8a8;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    left: 0;
}
.headline a {
    display: inline-block;
    color: #ffffff;
}

/* ======================= SERVICES ========================= */

.services-sec {
    padding: 67px 0 0;
}
.services-row {
    border-bottom: 1px solid #e2ebef;
    padding-bottom: 94px;
}
.service-col {
    text-align: center;
}
.service-col > img {
    margin-bottom: 25px;
}
.service-col > h3 {
    color: #1c1b1b;
    font-size: 16px;
    margin-bottom: 16px;
}
.service-col > p {
    color: #6e6f70;
    font-size: 16px;
    line-height: 23px;
}
.service-col:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.df-list {
    float: right;
    padding-right: 10px;
}
.df-list li {
    display: inline-block;
    margin-right: 20px;
    font-size: 21px;
}
.df-list li:last-child {
    margin-right: 0;
}
.df-list li button {
    display: inline-block;
    font-size: 20px;
    border: 0;
    background-color: inherit;
}
.df-list li button:hover {
    color: inherit;
}
.about-ch-sec {
    padding-left: 100px;
}
.abt-rw {
    margin-bottom: 16px;
}
.abt-rw > h4 {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
.abt-rw ul {
    display: block;
}
.abt-rw ul li:first-child {
    padding-left: 0;
}
.abt-rw ul li {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}
.abt-rw ul li:before {
    content: ",";
    position: absolute;
    top: 0;
    right: -2px;
    color: #7e7e7e;
    font-size: 16px;
}
.abt-rw ul li:last-child:before {
    display: none;
}
.abt-rw ul li span {
    display: inline-block;
    color: #7e7e7e;
    font-size: 16px;
}
.abt-rw > p {
    color: #7e7e7e;
    font-size: 16px;
    line-height: 23px;
}
.abt-rw.tgs ul li a {
    font-size: 16px;
}
.abt-rw.tgs ul li:before {
    display: none;
}

/* ================ Advertisment =================== */

.ad-rw {
    margin-bottom: 30px;
}
.ad-rw > img {
    width: 100%;
}

.vid-pr {
    width: 100%;
}
.vid-pr video {
    width: 100%;
}

.gap_remove {
    margin: 0;
}
.gap_remove .col-lg-9,
.gap_remove .col-lg-3 {
    padding: 0;
}
.gap_remove .vid-pr img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #b7cdd7 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: inherit;
}

/* ======================== FOOTER ======================= */

.widget-title {
    color: #1c1b1b;
    font-size: 15px;
    margin-bottom: 17px;
    text-transform: uppercase;
    color: #336699;
    text-align: center;
}
.widget-title i {
    color: #1c1b1b;
    font-size: 25px;
}
.top-footer {
    padding: 65px 0 40px;
    border-bottom: 1px solid #e2ebef;
    border-top: 1px solid #e2ebef;
}
.ft-logo {
    margin-bottom: 41px;
}
.ft-logo img {
    max-height: 40px;
}

.logo-footer {
    max-width: 200px;
    margin-top: -10px;
    margin-bottom: 15px;
}
.pages-link li {
    display: block;
    margin-bottom: 13px;
    text-align: center;
}
.pages-link li a {
    display: block;
    color: #6e6f70;
    font-size: 14px;
}

.widget-information > p {
    color: #6e6f70;
    font-size: 16px;
    line-height: 26px;
}
.pages-link li:last-child {
    margin-bottom: 0;
}

/* ==================== BOTTOM STRIP ================== */

.bottom-strip {
    padding: 38px 0;
}
.bottom-strip > p {
    float: left;
    color: #6e6f70;
    font-size: 14px;
}

.social-links {
    float: right;
}
.social-links li {
    display: inline-block;
    margin-right: 4px;
}
.social-links li a {
    display: inline-block;
    color: #000;
    font-size: 22px;
}
.social-links li:last-child {
    margin-right: 0;
}

/* ======================= BROWSER CHANNELS PAGE =========================== */

.browse_catgs .videoo {
    text-align: center;
    margin-bottom: 30px;
}
.browse_catgs .vid_thumbainl {
    margin-bottom: 0;
}
.browse_catgs .video_info {
    margin-top: 0;
    border: 1px solid #e2ebef;
    border-top: 0;
    padding-bottom: 23px;
}
.browse_catgs .vid_thumb {
    max-width: 65px;
    margin: 0 auto;
    margin-top: -34px;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}
.browse_catgs .vid_thumb > img {
    width: 100%;
    border: 2px solid #fff;
}
.browse_catgs .video_info > h4 {
    color: #1c1b1b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.browse_catgs .video_info > span {
    padding: 0 30px;
    color: #6e6f70;
    font-size: 14px;
    line-height: 21px;
}
.browse_catgs .video_info .verify_ic i {
    margin-left: 0;
}

.channel-cover > img {
    width: 100%;
}
.videso_section .info-pr-sec .vcp_inf.cr .verify_ic i {
    margin-left: 2px;
    top: -4px;
}

.ftz-vidz {
    border-bottom: 1px solid #e2ebef;
    padding-bottom: 24px;
    padding-top: 27px;
}

#vvideo_tabz .vidz_sec > h3 {
    float: left;
}
#vvideo_tabz .vidz_sec > a {
    float: right;
    color: #6e6f70;
    font-size: 16px;
}
#vvideo_tabz .vidz_sec > a i {
    margin-right: 10px;
}

#vvideo_tabz .vidz_sec {
    padding-bottom: 59px;
}

.amz_products_content .amazon {
    padding-left: 0;
}
.amz_products_content .amazon .info-sr span {
    font-weight: 400;
}

/* =================== BROWSER CATEGORIES CHANNELS ================ */

.browse_categories {
    border-bottom: 1px solid #e2ebef;
}
.browse_categories_sec {
    padding-top: 30px;
}
.br-channel {
    margin-bottom: 40px;
}
.br-channel-img {
    margin-bottom: 24px;
}
.br-channel-img > a img {
    width: 100%;
}
.br-info > h3 {
    color: #1c1b1b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
.br-info > span {
    display: inline-block;
    color: #6e6f70;
    font-size: 14px;
}
.browse_categories_sec .verify_ic i {
    margin-left: 0;
}

.browse_cat_lists {
    padding: 40px 0 50px;
}
.browse_cat_lists > h3 {
    color: #1c1b1b;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500;
}
.browse_cat_lists ul {
    float: left;
    width: calc(100% / 6);
}
.browse_cat_lists ul li {
    display: block;
    margin-bottom: 13px;
}
.browse_cat_lists ul li a {
    display: block;
    color: #6e6f70;
    font-size: 16px;
}

.browse_cat_lists ul li:last-child {
    margin-bottom: 0;
}

.ab-updates .vcp_inf {
    float: left;
    display: block;
}
.delete-subs {
    float: right;
    position: relative;
    top: 25px;
}
.delete-subs i {
    font-size: 14px;
}
.ab-updates .vc_info {
    padding-top: 19px;
    padding-left: 40px;
}
.ab-updates .vidz_sec {
    padding-top: 30px;
}

.ab-updates .vidz_sec:last-child {
    border-bottom: 0;
}

.tab-history.acct_page .vid_thumbainl.ms.br {
    width: 250px;
    float: left;
}
.tab-history.acct_page .vid_thumbainl > a img {
    margin-bottom: -5px;
}
.tab-history.acct_page .videoo .video_info.ms > h3 {
    width: auto;
    margin-bottom: 0;
}
.blocked-pr.mange_sub .hd-op {
    margin-bottom: 5px;
}

.blckd_list .play_ms {
    display: inline-block;
    color: #6e6f70;
    font-size: 16px;
}
.blckd_list .play_ms i {
    font-size: 7px;
    position: relative;
    top: -2px;
    margin-left: 10px;
}
.blckd_list .active-mb {
    margin-top: 17px;
}

.account-details ul.gend {
    margin-top: 18px;
}
.gend .checkmark {
    width: 20px;
    height: 20px;
}
.gend input[type="radio"]:checked ~ .checkmark {
    background-color: #e2ebef;
}
.gend .checkmark:before {
    width: 10px;
    height: 10px;
    background-color: #000000;
    font-family: inherit;
}
.gend input[type="radio"]:checked ~ .checkmark:before {
    opacity: 0;
    visibility: visible;
}

.more-ch {
    display: inline-block;
    margin-top: 21px;
}
.more-ch i {
    font-size: 8px;
    position: relative;
    top: -2px;
    margin-right: 24px;
}

.sd_menu.bb-0 {
    border-bottom: 0;
}
.user-ac-img {
    cursor: pointer;
}

.user-ac-img img {
    width: 60px;
    height: 60px;
}
.user-ac-img .icon-jezici {
    width: 30px;
    height: 30px;
    margin-top: 12px;
}
#saveUserForm .form-group .input-group-btn button {
    border-radius: 0 5px 5px 0;
}
.account-menu,
.notifikacije-menu,
.language-menu {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 265px;
    width: calc(100vw - 120px);
    background-color: #faf8f8;
    padding: 34px 0 0 0;
    z-index: 99;
    margin-top: 19px;
    display: none;
}
.notifikacije-menu {
    padding: 0;
}
.notifikacije-menu .title {
    padding: 10px;
    background-color: #2284c5;
    color: white;
    font-size: 15px;
}
.notifikacije-menu .item {
    padding: 15px;
    border-bottom: 1px solid #dddddd;
    margin-right: 0;
    width: 100%;
}
.notifikacije-menu .item p a {
    font-size: 14px;
    line-height: 18px;
    width: 90%;
}
.notifikacije-menu .item p button {
    background-color: #faf8f8;
    color: #2284c5;
}
.notifikacije-menu .item p button:hover {
    background-color: #faf8f8;
    color: #ffcd09;
}
.notifikacije-menu h6 {
    font-size: 14px;
    font-weight: 700;
}
.notifikacije-menu button.close {
    position: absolute;
    top: 10px;
    right: 15px;
}
.account-menu h4 {
    color: #1c1b1b;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding-left: 30px;
}
.account-menu h4 span {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    background-color: #3cb878;
    padding: 0 7px;
    margin-left: 10px;
}
.account-menu .sd_menu {
    padding-top: 23px;
    padding-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
}
.account-menu .mm_menu li {
    margin-bottom: 20px;
    margin-right: 0;
}
.account-menu .mm_menu li:last-child {
    margin-bottom: 0;
}
.account-menu .mm_menu li i {
    font-size: 20px;
}
.account-menu .mm_menu li > i {
    font-size: 8px;
    top: -5px;
    position: relative;
    right: 10px;
}
.account-menu .mm_menu li > i:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.language-menu {
    max-width: unset;
    width: unset;
    padding: 0;
}
.language-menu .sd_menu {
    padding: 0;
}
.language-menu .mm_menu li {
    margin: 10px;
    display: block;
}
.language-menu .mm_menu a {
    padding: 10px;
}
.language-menu .mm_menu .icon-jezici {
    margin: 0px;
    border: solid 1px #ebebeb;
    border-radius: 50%;
    padding: 1px;
    box-sizing: content-box;
}
.restricted-mode {
    padding-top: 22px;
}
.restricted-mode > h4 {
    color: #6e6f70;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 400;
    float: left;
}
.account-menu .sd_menu.scnd {
    padding-bottom: 20px;
}

.account-menu {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.switch {
    float: right;
    position: relative;
    display: inline-block;
    right: 60px;
    top: 2px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 19px;
    background-color: #ccc;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 3px;
    background-color: white;
}

.switch input:checked + .slider {
    background-color: #2196f3;
}

.switch input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #2196f3;
    -moz-box-shadow: 0 0 1px #2196f3;
    -ms-box-shadow: 0 0 1px #2196f3;
    -o-box-shadow: 0 0 1px #2196f3;
    box-shadow: 0 0 1px #2196f3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 50px;
}

.slider.round:before {
    border-radius: 50%;
}
.mm_menu li {
    position: relative;
}
.mm_menu .dt-label {
    margin-left: 25px;
    margin-top: 3px;
    cursor: pointer;
}
.mm_menu .dt-label:hover {
    color: #ffcc08 !important;
}
.mm_menu .switch {
    position: absolute;
    top: 3px;
    right: -15px;
    z-index: 9;
}
.mm_menu .switch input:checked + .slider {
    background-color: #e2ebef;
}
.mm_menu .switch .slider:before {
    background-color: #6e6f70;
}
.mm_menu .switch input:checked + .slider:before {
    background-color: #fff;
}

.form_popup input[type="checkbox"]:checked ~ .checkmark:before {
    font-family: inherit;
    content: "";
}

#signup_form .chekbox-lg ul li {
    display: inline-block;
    margin-right: 33px;
}
#signup_form .chekbox-lg ul li:last-child {
    margin-right: 0;
}
#signup_form .checkmark {
    width: 20px;
    height: 20px;
}
#signup_form input[type="radio"]:checked ~ .checkmark {
    background-color: #1c1b1b;
}
#signup_form input[type="radio"]:checked ~ .checkmark:before {
    opacity: 1;
    visibility: visible;
    content: "";
}
#signup_form input[type="radio"]:checked ~ .checkmark + span {
    color: #1c1b1b;
}

.form-text {
    text-align: center;
    margin-top: -3px;
    padding-bottom: 64px;
}
.form-text p {
    padding: 0 10px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
}
.form-text p a {
    display: inline-block;
    color: #4a90e2;
}

.br-top {
    border-top: 1px solid #e2ebef;
}

.user-account .checkmark:before {
    display: none;
}
.gend input[type="radio"]:checked ~ .checkmark {
    background-color: #2184c3;
}

.vidz-row .vidz_sec {
    border-bottom: 1px solid #e2ebef;
}
.pop_channels .vidz_sec {
    border-bottom: 0;
}
.browse-sec {
    padding-bottom: 50px;
}

.ab-history .history-lst .nav-tabs {
    border-bottom: 0;
}

.mgt-50 {
    margin-top: 50px;
}

/* =================== FILTER SEC =================== */

.filter-sec {
    padding: 22px 0 25px;
    border-bottom: 1px solid #e2ebef;
    border-top: 1px solid #e2ebef;
    margin-bottom: 30px;
}
.fl-head {
    color: #1c1b1b;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #e2ebef;
    padding-bottom: 25px;
    margin-bottom: 22px;
}
.fl-head i {
    margin-right: 7px;
}
.filter-sec .row {
    margin: 0;
}
.filter-sec .col-lg-2 {
    padding: 0;
}
.lnks li {
    display: block;
    margin-bottom: 7px;
}
.lnks li:last-child {
    margin-bottom: 0;
}
.lnks li a {
    display: block;
    color: #6e6f70;
    font-size: 16px;
}
.lnks a i {
    font-size: 9px;
    position: relative;
    top: -1px;
    margin-left: 8px;
}

.bt-0 {
    border-top: 0;
}

.dataTable img {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
}

.dataTable td {
    vertical-align: middle;
}

.avatarPreview img {
    position: absolute;
    right: 5px;
    top: 25px;
    height: 30px;
    border-radius: 3px;
}

.settings img {
    right: 20px;
}

/* ================== VIDEO PLAYER ================= */

.video-js {
    width: 100%;
    height: 100%;
}
.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*tag input*/

.tagsinput {
    /*border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
	text-align: left;
	background-color: #e2ebef;*/
    height: 42px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #2184c3;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
    background-color: #1c6ea2;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\f00d";
    font-family: "FontAwesome";
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    /**display: inline;*/
    /* display:none; */
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px 9px;
    display: inline-block;
    zoom: 1;
    display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
    background-color: #1c6ea2;
}
.tagsinput-add:before {
    content: "\f067";
    font-family: "FontAwesome";
}
.tagsinput-add {
    display: none;
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}
.not_valid {
    color: crimson !important;
}

.ikona-wrapper {
    margin: 35px auto 55px auto;
}
.ikona-velika {
    font-size: 80px;
    color: #2184c3;
    margin-bottom: 25px;
}

input[type="radio"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #e2ebef;
    border-radius: 50%;
    /*border: 2px solid #dddddd;*/
}
input[type="radio"]:checked {
    background: url("../images/radio.svg");
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.inline-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /*padding: .375rem .75rem;*/
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}
.inline-label input[type="radio"] {
    margin-right: 7px;
}
.ili-wrapper {
    position: relative;
}
.ili {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    text-align: center;
    font-size: 30px;
}

#videosDataTable thead {
    display: none;
}

#videosDataTable_wrapper .row + .row {
    margin-top: 1em;
}

#videosDataTable img {
    height: auto;
}
.pr_links.categories:before {
    background-color: unset;
}
.page-item.active .page-link,
.btn-primary {
    background-color: #2184c3;
}
.page-link {
    color: #2184c3;
}
#videosDataTable video,
#videosDataTable iframe,
.sidebar video,
.sidebar iframe {
    pointer-events: none;
}
#videosDataTable video,
.sidebar video,
.category-videos .vid_thumbainl a,
.tab-history .vid_thumbainl a {
    /* border: solid 1px #c8c8d8; */
}
h2.sm-vidz {
    font-size: 22px;
}
.category-videos nav {
    margin-left: auto;
}
.category-videos nav ul li {
    padding: 20px 0;
}
.category-videos .video_info ul li {
    padding: 5px 0;
    display: inline-block;
}
.category-videos .video_info ul li span,
.category-videos .video_info a span {
    padding: 2px 5px;
    font-size: 13px;
}
.cursor-pointer {
    cursor: pointer;
}
.d-block-inline {
    display: inline-block !important;
}
input[type="file"] {
    border: unset;
    padding-left: 0;
}
.upload-mobile {
    display: none !important;
}
.video-clip-item ul {
    display: flex;
    justify-content: space-between;
}
.video-clip-item ul li:first-child {
    justify-content: start;
}
.video-clip-item ul li:last-child {
    justify-content: end;
}
.video-clip-item ul li {
    align-self: center;
}
.video-clip-item .thumbnail-preview .vid_thumbainl {
    max-width: 100px;
    margin: 0;
}
/* LOADER */
.loader {
    font-size: 1em;
    margin: 10px auto;
    text-indent: -9999em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #2184c3;
    background: -moz-linear-gradient(
        left,
        #2184c3 10%,
        rgba(255, 255, 255, 0) 42%
    );
    background: -webkit-linear-gradient(
        left,
        #2184c3 10%,
        rgba(255, 255, 255, 0) 42%
    );
    background: -o-linear-gradient(
        left,
        #2184c3 10%,
        rgba(255, 255, 255, 0) 42%
    );
    background: -ms-linear-gradient(
        left,
        #2184c3 10%,
        rgba(255, 255, 255, 0) 42%
    );
    background: linear-gradient(
        to right,
        #2184c3 10%,
        rgba(255, 255, 255, 0) 42%
    );
    position: relative;
    -webkit-animation: load 1.4s infinite linear;
    animation: load 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #2184c3;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.loader:after {
    background: #f8f9fa;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* END LOADER */

/* FILTER ITEMS */
.filter-wrapper li input[type="checkbox"],
.filter-wrapper li input[type="radio"] {
    display: none;
}
.filter-wrapper ul li label {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid;
    cursor: pointer;
}
.filter-wrapper label {
    font-weight: bold;
    margin-bottom: 10px;
}
.filter-wrapper .categories-wrapper ul li label {
    background-color: #eeb82f;
}
.filter-wrapper .leagues-wrapper ul li label {
    background-color: #1fc64e;
}
.filter-wrapper .tags-wrapper ul li label {
    background-color: #bfbfce;
}
.filter-wrapper ul.check-list li label {
    cursor: pointer;
}
.filter-wrapper ul.check-list li label::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    width: 20px;
    height: 20px;
}
.filter-wrapper ul.check-list li input[type="checkbox"]:checked + label::before,
.filter-wrapper ul.check-list li input[type="radio"]:checked + label::before {
    content: "\f00c";
}
.filter-wrapper ul.check-list li input[type="checkbox"]:checked + label,
.filter-wrapper ul.check-list li input[type="radio"]:checked + label {
    background-color: unset;
    color: #000;
    border: solid 1px #cdcdcd;
    transition: all 0.2s;
}
/* END FILTER */
#searchTerm {
    font-weight: bold;
    position: relative;
}
#resetSearchTerm {
    font-size: 10px;
    cursor: pointer;
    position: absolute;
    margin-left: 5px;
}
.video-list-category .vid_thumbainl,
.video-list-category .video_info {
    margin-bottom: 0;
    margin-top: 0;
}
.icon-active {
    color: #ffcc08 !important;
}

.icon-red {
    color: #ff0000 !important;
}

.icon-jezici {
    width: 30px;
    /*margin-top: 12px;*/
}

.upload-button {
    text-align: center !important;
    line-height: 35px !important;
    display: block !important;
}

.icon-lg {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 65px;
    color: #2184c3;
}
.big-icons {
    margin-bottom: 40px;
}
.big-icons h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #2184c3;
}

.landing-icons {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt12 {
    margin-top: 12px;
}

.prikazi {
    display: block !important;
}

.novo {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 1px 2px 1px 2px;
    background-color: #2284c5;
    color: #fff;
    text-align: center;
    opacity: 50;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#privateVideos {
    width: 100%;
}
.private-user-list {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
}
.private-user-list img {
    width: 25px;
    height: 25px !important;
    border-radius: 50%;
}
#users_tag {
    width: 100% !important;
}

input:disabled,
label.disabled,
.btn:disabled {
    cursor: not-allowed;
}
.upload-video label.disabled {
    background-color: #d3d3d3;
}

.deactivated,
.deactivated .fa,
.deactivated .fas,
.deactivated .far,
.deactivated .icon-pencil {
    color: #ced4da;
}

.preloader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: url("../images/preloader.svg") 50% 50% no-repeat #2284c5;
}

#administrativeNotificationForm textarea {
    height: 200px;
}

.refeducos-modal-header {
    background: #2284c5 !important;
    color: white !important;
}

.video-responsive {
    position: relative;
    margin-bottom: 20px;
}

.screenshots {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #ebebeb;
}
.screenshots h3 {
}

.screenshots img {
    margin-top: 20px;
    padding-bottom: 20px;
}

.demo-video {
    padding-top: 80px;
    padding-bottom: 40px;
}
.demo-video h1 {
    margin-bottom: 40px;
}

/* PRICE TABLES */

section.pricing {
    background: #2284c5;
    background: linear-gradient(to right, #336699, #2284c5);
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.pricing .card {
    border: none;
    border-radius: 0;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    z-index: 25;
}

.pricing .standard {
    color: #32c522 !important;
}

.pricing .premium-pc {
    color: #008aff !important;
}

.pricing .expert {
    color: #9422c5 !important;
}

.pricing .professional {
    color: #c5ad22 !important;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    letter-spacing: 0.1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
    border-radius: 0;
}

.pricing .btn:hover,
.contact-submit:hover,
.configuration .config-save:hover {
    background-color: #ffcc08;
    color: #fff;
    border: none;
}
.configuration .small {
    word-wrap: break-word;
}

.ribbon {
    position: absolute; /* 1 */
    top: 0; /* 1 */
    right: 0; /* 1 */
    padding: 0.3em 2em; /* 2 */
    text-align: center; /* 3 */
    transform: translateY(-100%) rotate(90deg) translateX(70.71067811865476%)
        rotate(-45deg); /* 4 */
    transform-origin: bottom right; /* 4 */
    z-index: 26;
    width: 130px;

    /* Demo styles */
    text-transform: uppercase;
    font-weight: 500;
    font-size: 75%;
    letter-spacing: 1px;
    background-color: #c0d765;
    color: rgba(255, 255, 255, 1);
}

.ribbon-royal {
    background-color: #d7c665 !important;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -0.25rem;
        margin-bottom: 0.25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}

.banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.icon-plus,
.how-to-use .icon-pencil,
.how-to-use .icon-cancel,
#new-testing-group .icon-previous,
#new-testing-group .fa-arrow-left,
#test-header .fa-arrow-left,
#test-header .fa-archive,
#officialUserTests .fa-arrow-left,
#presentations .fa-plus,
#presentations .fa-arrow-left,
#documents .fa-plus,
#documents .fa-arrow-left,
.event-drawer-wrapper i,
.event-tracker-container .fa-arrow-left,
#eventTrackingStatistics .fa-arrow-left {
    background-color: #2284c5;
    padding: 8px;
    color: #ffffff;
    transition: all 300ms ease-in-out;
}

.icon-plus:hover,
.how-to-use .icon-pencil:hover,
.how-to-use .icon-cancel:hover,
#new-testing-group .icon-previous:hover,
#new-testing-group .fa-arrow-left:hover,
#test-header .fa-arrow-left:hover,
#test-header .fa-archive:hover,
#officialUserTests .fa-arrow-left:hover,
#presentations .fa-plus:hover,
#presentations .fa-arrow-left:hover,
#documents .fa-plus:hover,
#documents .fa-arrow-left:hover,
.event-tracker-container .fa-arrow-left:hover,
#eventTrackingStatistics .fa-arrow-left:hover {
    background-color: #ffcc08;
}
.background-official {
    background-color: #e5f6fc!important;
}

.sd_menu ul li .fa,
.sd_menu ul li .far,
.sd_menu ul li .fas {
    margin-left: 7px;
}

.whistle {
    width: 80%;
    max-width: 250px;
    fill: #2284c5;
    margin: 20px auto 0px auto;
    transform: translate(-50%, -50%);
    transform: rotate(0);
    transform-origin: 80% 30%;
    animation: wiggle 0.2s infinite;
}

.how-to-use ul {
    margin-left: 3em;
}

.how-to-use ul li {
    list-style: inside;
}

.how-to-use em {
    font-style: italic;
}

@keyframes wiggle {
    0% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(3deg);
    }
}
.errors {
    text-align: center;
}
.errors h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #ffcc08;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}
.errors h2 {
    color: #455d7a;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.errors svg:hover path {
    fill: #2284c5;
}
.errors p {
    color: #333333;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
}
.errors a:link,
.errors a:active,
.errors a:visited {
    color: #2284c5;
    text-align: center;
    font-size: 17px;
    padding: 40px 10px 15px 10px;
}
.errors a:hover {
    color: #ffcc08;
    text-align: center;
    font-size: 17px;
}
@media (max-width: 767px) {
    div.dataTables_filter label {
        margin-top: 15px !important;
    }
}
.ukupno-videa-traka {
    margin-top: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    /*background-color:#f8f8f8;*/
    padding: 10px 0px 5px 0px;
}

/* TESTIRANJE KORISNIKA */
.flexer,
.progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.no-flexer,
.progress-indicator.stacked {
    display: block;
}
.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}
.flexer-element,
.progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}
.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block;
}
.progress-indicator > li:hover {
    color: #6f6f6f;
}
.progress-indicator > li.completed,
.progress-indicator > li.completed .bubble {
    color: #48b461;
}
.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    display: block;
    margin: 0 auto 0.5em;
}
.progress-indicator > li .bubble:after,
.progress-indicator > li .bubble:before {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #bbb;
}
.progress-indicator > li.completed .bubble,
.progress-indicator > li.completed .bubble:after,
.progress-indicator > li.completed .bubble:before {
    background-color: #2284c5;
    border-color: #2284c5;
}
.progress-indicator > li .bubble:before {
    left: 0;
}
.progress-indicator > li .bubble:after {
    right: 0;
}
.progress-indicator > li:first-child .bubble:after,
.progress-indicator > li:first-child .bubble:before {
    width: 50%;
    margin-left: 50%;
}
.progress-indicator > li:last-child .bubble:after,
.progress-indicator > li:last-child .bubble:before {
    width: 50%;
    margin-right: 50%;
}
.progress-indicator > li.active,
.progress-indicator > li.active .bubble {
    color: #337ab7;
}
.progress-indicator > li.active .bubble,
.progress-indicator > li.active .bubble:after,
.progress-indicator > li.active .bubble:before {
    background-color: #337ab7;
    border-color: #122a3f;
}
.progress-indicator > li a:hover .bubble,
.progress-indicator > li a:hover .bubble:after,
.progress-indicator > li a:hover .bubble:before {
    background-color: #5aabe0;
    border-color: #1f306e;
}
.progress-indicator > li a:hover .bubble {
    color: #2184c3;
}
.progress-indicator > li.danger .bubble,
.progress-indicator > li.danger .bubble:after,
.progress-indicator > li.danger .bubble:before {
    background-color: #d3140f;
    border-color: #440605;
}
.progress-indicator > li.danger .bubble {
    color: #d3140f;
}
.progress-indicator > li.warning .bubble,
.progress-indicator > li.warning .bubble:after,
.progress-indicator > li.warning .bubble:before {
    background-color: #ffcd09;
    border-color: #5a4304;
}
.progress-indicator > li.warning .bubble {
    color: #edb10a;
}
.progress-indicator > li.info .bubble,
.progress-indicator > li.info .bubble:after,
.progress-indicator > li.info .bubble:before {
    background-color: #5b32d6;
    border-color: #25135d;
}
.progress-indicator > li.info .bubble {
    color: #5b32d6;
}
.progress-indicator.stacked > li {
    text-indent: -10px;
    text-align: center;
    display: block;
}
.progress-indicator.stacked > li .bubble:after,
.progress-indicator.stacked > li .bubble:before {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%;
}
.progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60% !important;
    width: 45% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em;
}
.progress-indicator.stacked > li a {
    border: none;
}
.progress-indicator.stacked.nocenter > li .bubble {
    margin-left: 0;
    margin-right: 0;
}
.progress-indicator.stacked.nocenter > li .bubble:after,
.progress-indicator.stacked.nocenter > li .bubble:before {
    left: 10px;
}
.progress-indicator.stacked.nocenter .stacked-text {
    width: auto !important;
    display: block;
    margin-left: 40px !important;
}
.progress-bubble.warning,
.progress-bubble.completed {
    cursor: pointer;
}
@media handheld, screen and (max-width: 400px) {
    .progress-indicator {
        font-size: 60%;
    }
}

.bubble {
    padding-top: 1.4px;
}
.bubble span {
    color: #fff;
    z-index:99;
    position: relative;
}
.current span {
    color: #000;
    font-weight: 700;
}
.stres {
    padding: 10px;
    color: #2184c3 !important;
    border: 1px solid #2184c3;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ebebeb;
}

.stres:hover {
    background-color: #cccccc;
}

.btn-pitanja {
    margin-bottom: 15px;
    width: 100%;
}
.btn-pitanja:hover {
    background-color: #ffcc08;
    color: #fff;
}

.panel-test {
    margin-bottom: 27px;
}
.panel-test-header {
    background-color: #2184c3;
    color: #fff;
    padding: 0.75rem 1.25rem;
    user-select: none;
}
.panel-test-header p {
    display: inline;
}
.panel-test-body {
    border: 1px solid #2184c3;
    padding: 2.75rem 1.25rem 1.25rem 1.25rem;
}
.user-testing .nav-tabs a {
    color: #fff;
    font-weight: 900;
    border: 1px solid;
    border-color: #dee2e6;
    background-color: #2184c3;
}
.user-testing .nav-tabs a:hover {
    font-weight: 900;
    color: #fff;
    background-color: #ffcc08;
}
.user-testing .nav-tabs a.active {
    cursor: unset;
    pointer-events: none;
}
.user-testing .chosen-tab-content {
    padding: 2em;
    border: 1px solid;
    border-color: #fff #dee2e6 #dee2e6 #dee2e6;
}
#saveQuestionForm .input-group-text {
    width: 46px;
    padding: 0;
}
#saveQuestionForm .input-group-text input[type="checkbox"] {
    height: 20px;
}
#new-testing-group .form-group > label {
    margin-bottom: .25rem;
}
#new-testing-group .delete-answer {
    position: absolute;
    right: 7px;
    top: 6px;
    z-index: 10;
}
#new-testing-group .form-group label + label {
    margin-left: 20px;
}
#new-testing-group .input-group-text {
    border-radius: unset;
}
.testing-checkbox-group label {
    cursor: pointer;
}
.testing-checkbox-group input[type=radio] {
    display: none;
}
.testing-checkbox-group .checkbox:checked + label {
    background-color: #ffcc08;
}
#testingGroupManagementTable thead tr th:last-child {
    width: 110px!important;
}
#questionManagementTable thead tr th:last-child {
    width: 170px!important;
}
.testing-instructions-wrapper ul {
    list-style: unset;
    margin-left: 2rem;
}
#questionManagementTable form button:hover {
    background-color: unset;
}
/* try it free */
.try-it-free #logo_image {
    border: 1px solid #ced4da;
}
.try-it-free #logo_image.is-invalid {
    border: 1px solid #dc3545;
}
.btn-file-upload-wrapper {
    border: 1px solid #ced4da;
    padding: 3px;
    border-radius: 0.25rem;
}
.btn-file {
    height: 30px;
    line-height: 30px;
}

section.banner-block {
    background: #fff;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.btn-test {
    margin-top: 13px;
    padding: 0 15px!important;
}

.btn-test-icon {
    /*width: 35px;*/
    height: 35px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom:-13px;
    margin-top:1px;
}

.kapa {
    font-size:1.6em!important;
}

.btn-test-icon:hover {
    /*filter: invert(99%) brightness(81%) contrast(95%);*/
    color:#ffcd09;
  }

.container-btn-test {
    padding-top:19px;
}

.panel-results {
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    color: #333333;
    padding: 15px;
}

.presentation-thumb {
    width:100%;
    background-color:#2284c5;
    color:#ffffff;
    min-height: 160px;
    font-size:28px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("../images/icon-presentation.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.document-thumb {
    width:100%;
    background-color:#2284c5;
    color:#ffffff;
    min-height: 160px;
    font-size:28px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("../images/icon-files.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.presentation-description,
.document-description {
    font-size:14px;
    margin:10px auto 6px auto;
}

.event-tracker-nav .nav-item {
    max-width: calc(100vw / 2);
}
#eventsDataTable .event {
    cursor: move;
}
.event-buttons-wrapper .btn {
    min-height: 3em;
    padding: 0 1em;
    white-space: normal;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-buttons-wrapper .btn.start-type,
.event-buttons-wrapper .btn.end-type {
    background-color: var(--red);
}

.event-drawer-wrapper {
    bottom: -270px;
    background-color: white;
    position: fixed;
    height: 270px;
    width: 100%;
    box-shadow: 0 10px 5px 18px rgb(0, 0, 0, .5);
    transition: all 300ms ease-in-out;
}
.event-drawer-wrapper .close {
    position: absolute;
    top: -25px;
    right: 10px;
}
#saveEventComment {
    max-width: 1170px;
    margin: 0 auto;
}
.event-success-check .fas {
    color: var(--light);
}
#overlay {
    position: fixed; /* Sit on top of the page content */
   /*  display: none; */ /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#overlay .overlay-event-success-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#overlay .overlay-event-success-check .fas {
    font-size: 15em;
    color: var(--success);
}
.event-tracker-event-save-btn .far {
    font-size: 1.33em;
}
#selectedEventsDataTable_wrapper .dt-buttons {
    position: absolute;
    top: -103px;
}
#selectedEventsDataTable_wrapper .dt-buttons .dt-button.buttons-pdf {
    padding: 2px 10px;
    margin: 0;
}

section.matija {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
    background-color: #f5f5f5;
}

.matija-slika {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width:200px;
}

section.testimonials {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
    background-color: #f5f5f5;
}

.testimonial {
    border-right: 4px solid #2284c5;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}
.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #ffcd09;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}
.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #ffcd09;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}
.testimonial .pic {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 36px;
    left: 20px;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2284c5;
    margin: 0;
}
.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #2284c5;
    font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #ffcd09 !important;
    border-color: #ffcd09;
}
@media only screen and (max-width: 767px) {
.testimonial {
    padding: 20px;
    text-align: center;
}
.testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
}
}

@media only screen and (min-width: 768px) {
.testimonial .description, .testimonial .title {
    padding-left: 40px;
}
}

.owl-theme .owl-controls .owl-page span {
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
}

/* ACCORDION MENU */

.list-product-nav {
    margin:0 0 0 0;
}

.list-product-nav a {
    font-size: 16px!important;
}
.list-product-nav a {
    display: block;
    text-decoration: none;
}
.list-product-nav a:hover,
.list-product-nav a:focus {
    color: #D52027;
}
.list-product-nav > li {
    border-bottom: solid 2px #fff;
    width:100%;
}
.list-product-nav > li a.list-product-cat {
    color: #fff;
    padding: 10px 20px 10px 10px;
    background-color: #2184c3;
    width:100%;
}
.list-product-nav > li > a.list-product-cat:hover,
.list-product-nav > li > a.list-product-cat:focus {
    color: #fff;
}
.list-product-subnav {
    display: none;
    border: solid 1px #e9e9e9;
}
.list-product-subnav li a {
    color: #000;
    padding: 10px 8px;
}
.list-product-subnav li i {
    margin-right:5px;
}
.list-product-cat span {
    float: right;
    margin-top:5px;
}
.list-product-cat i {
    margin-right:8px;
}
.list-product-subnav li a {
    font-size: 16px!important;
}
.note-editable b,
.note-editable strong {
    font-weight: bold !important;
}

.note-editable i {
    font-style: italic!important;
}

.btn-score {
    display: inline-block;
    color: #ffffff;
    font-size: 2rem;
    background-color: #2184c3;
    padding: 0 20px;
    margin-top:-15px;
}
.btn-timeout {
    display: inline-block;
    color: #ffffff;
    background-color: #2184c3;
    padding: 5px 15px;
    min-width: 70px;
    margin-bottom: 7px;;
}
.yellow {
    color:#fff000;
}
.blue {
    color:#2184c3;
}
.semafor {
    font-family: "Seven Segment", monospace;
    font-size:3.5rem!important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #f5f5f5;
    margin-left:0px;
    margin-right:0px;
    color:var(--red);
    padding-top:20px;
    padding-bottom:20px;
}
.home {
    font-size:1.2rem;
    color:#999999;
    display: inline;
    margin-left:10px;
}
.away {
    font-size:1.2rem;
    color:#999999;
    display: inline;
    margin-right:10px;
}

#controlsTab.tab-pane .btn {
    min-height: 3em;
    padding: 0 1em;
    white-space: normal;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* TIMER CONTROLS STYLING */
.timer-controls-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-timer-control {
    background-color: #2184c3;
    color: #ffffff;
    border: 2px solid #2184c3;
    padding: 0.5rem 0.75rem;
    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    min-width: 50px;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.btn-timer-control:hover:not(:disabled) {
    background-color: #ffcc08;
    border-color: #ffcc08;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-timer-control:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-timer-control:disabled {
    background-color: #e2ebef;
    border-color: #e2ebef;
    color: #6e6f70;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-timer-control i {
    font-size: 1rem;
}

.btn-timer-control span {
    font-size: 0.85rem;
    font-weight: 600;
}

.btn-decrease {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-decrease:hover:not(:disabled) {
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-increase {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-increase:hover:not(:disabled) {
    background-color: #218838;
    border-color: #1e7e34;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .timer-controls-wrapper {
        gap: 0.25rem;
    }

    .btn-timer-control {
        padding: 0.4rem 0.6rem;
        font-size: 0.85rem;
        min-width: 45px;
    }

    .btn-timer-control i {
        font-size: 0.9rem;
    }

    .timer-display {
        font-size: 1.5rem;
        margin: 0 0.25rem;
        padding: 0.4rem 0.75rem;
        min-width: 70px;
    }
}

@media (max-width: 575px) {
    .timer-controls-wrapper {
        gap: 0.2rem;
    }

    .btn-timer-control {
        padding: 0.3rem 0.5rem;
        min-width: 40px;
    }

    .timer-display {
        font-size: 1.25rem;
        padding: 0.3rem 0.5rem;
        min-width: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .timer-controls-wrapper {
        gap: 0.4rem;
    }

    .btn-timer-control {
        padding: 0.45rem 0.7rem;
        min-width: 48px;
    }
}

@media (min-width: 992px) {
    .btn-timer-control {
        padding: 0.6rem 0;
        /*min-width: 60px;*/
    }

    .timer-display {
        font-size: 2rem;
        padding: 0.6rem 1.2rem;
        min-width: 90px;
    }
}

/* Timer controls layout refinement for tablet widths */
.semafor .timer .timer-controls-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: .25rem;
}
.semafor .timer .btn-timer-control {
    line-height: 1.1;
    padding: .25rem .4rem; /* compact by default to help on tablets */
}
@media (min-width: 992px) { /* lg and up */
    .semafor .timer .btn-timer-control {
        padding: .375rem .5rem; /* slightly larger on desktop */
    }
}
