body {
    background-color: #f8f9fa!important;
}

::-webkit-scrollbar-button{background-repeat:no-repeat;width:5px;height:0px}
::-webkit-scrollbar-track{background-color:#ecedee}
::-webkit-scrollbar-thumb{-webkit-border-radius:0px;border-radius:0px;background-color: #343a40;}
::-webkit-scrollbar-thumb:hover{background-color:#00b3ff}
::-webkit-resizer{width:4px;height:0px}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-button{width:6px;height:0px}
::-webkit-scrollbar-track{background-color: #ffffff;box-shadow: 0px 0px 3px #f8f9fa inset;border-left: 1px solid #eee;}

/*a:not(.title)[title] {
    position:relative;
}

a:not(.title)[title]:hover:before {visibility:visible;transition: 0.2s ease-in-out;opacity: 1;top: -40px;}
a:not(.title)[title]:before{background: #343a40;content: attr(title);top: -55px;color: white;border: 1px solid #343a40;padding: 3px 13px;border-radius: 2px;visibility: hidden;z-index:99;transition: 0.2s ease-in-out;opacity: 0;left: calc(-50%);right: calc(-50%);position: absolute;display: inline-block;}
*/
.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: var(--secondary);
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #eee;
    color: black;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.navbar-nav .nav-link {
    color: rgba(255,255,255,.5)!important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-underline .nav-link:hover {
    background: #f9f9f9;
}

#year {
    width: 100px;
}

.btn {
    border-radius: 2px;
    padding: 10px 25px;
}

.form-right {
    float: right;
}

[type="search"], [type="text"], [type="email"], [type="number"], select {
    border-radius: 2px!important;
    padding: 10px 20px!important;
}

.nav-link.active {
    background: #f9f9f9;
}


.table th {
    border-top: none;
}


.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 15px;
}

div#datePicker {
    width: 283px;
    display: inline-block;
    margin-left: 20px;
}

div#datePicker input {
    width: 100%;
}

.table img {
    width: 50px;
}

.trailer video {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.trailer {
    width: 900px!important;
    position: relative;
    height: 500px;
    background: black;
    margin: 0 auto;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.video_player {
    width: 100%;
    height: 450px;
    border: 2px dashed #ececec;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    margin: 10px 0;
    border-radius: 8px;
    color: #dedede;
    font-size: 60px;
    line-height: 400px;
    font-family: monospace;
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

ul.dropdown-menu.inner {
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu li {
    padding: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li:hover {
    background: #f8f9fa;
}
.bootstrap-select.btn-group .dropdown-menu li a{
    color: black;
    outline: none;
}


.bootstrap-select.btn-group .dropdown-menu li.selected {
    background: #eee;
}

.bs-searchbox input {
    padding: 3px 3px 3px 3px !important;
    margin: 0;
}
.bs-searchbox {
    margin-bottom: 8px;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    background: white;
    border: 1px solid #dee2e6;
}

span.onpause,
span.onupload,
span.convert,
span.completed {
    right: 0;
    position: absolute;
    top: 0;
}
span.speed {
    position: relative;
    float: right;
}

#torrentfile, #watermarkfile, #posterfile, #themeloader {
    display: none;
}

label[for="torrentfile"], label[for="watermarkfile"], label[for="posterfile"] , label[for="themeloader"] {
    position: relative;
    float: left;
    display: inline-block;
    max-width: 100%!important;
}

span hr {
    margin: 5px 0;
}

ul#user_list {
    list-style: none;
    padding: 0;
}

.box {
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0px;
    /* top: 56px; */
}

.leftsidebar a.list-group-item {
    color: white;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.leftsidebar a.list-group-item:first-child,
.leftsidebar a.list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.leftsidebar a.list-group-item:hover {
    background: #2a2e31;
}

.leftsidebar > div {
    border-radius: 0;
}

.leftsidebar a.list-group-item.active {
    border-color: #2e3338;
    background: #2c2f31;
}
.bottom_info {
    bottom: 0;
    position: absolute;
    padding: 5px;
    right: 0;
    display: inline-block;
    text-align: right;
}
.bottom_info > a {
    font-size: 14px;
    color: #777;
    font-family: monospace;
    display: inline-block;
    position: relative;
}
.bottom_info > a:hover {
    text-decoration: none;
    color: #32afed;
}
.telegram {
    margin-left: 4px;
    margin-right: 10px;
}
.telegram:hover {
    color: #32afed;
}
.w-40 {
    width: 40%!important;
}

.topbar-white {
    margin: 0 -15px!important;
    background: #ffffff!important;
    color: #343a40!important;
    border-bottom: 1px solid #dee2e6!important;
}

.topbar-white a.nav-link.dropdown-toggle {
    color: #343a40!important;
}
.topbar-white ul.dropdown-menu.show {
    border-radius: 0;
    top: calc(100% + 6px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.mini-progress {
    height: 8px;
    margin-top: 30px;
    position: relative;
    overflow: initial;
}
.mini-progress > div:after {
    content: attr(aria-valuenow) "%";
    position: absolute;
    color: black;
    top: -20px;
    display: inline-block;
    background: #e9ecef;
    width: 40px;
    border-radius: 3px;
    right: 0;
}

.mini-progress .progress-bar {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    position: relative;
}

.mini-progress > div.bg-danger:after {
    background: #dc3545;
    color: white;
}

li.nav-item.dropdown.show a.nav-link.dropdown-toggle {
    background: #f8f9fa;
}

.green,
.primary,
.bwhite,
.warning {
    font-size: 35px;
    text-align: center;
}
.green {background: #98d061;}
.bwhite {background: #909aac;}

.divbwhite:hover .bwhite{background: #7b8392;cursor: pointer;}
.divprimary:hover .primary{background: #0061ca!important;cursor: pointer;}
.divwarning:hover .warning{background: #e4ab00!important;cursor: pointer;}
.divgreen:hover .green{background: #89bb57!important;cursor: pointer;}

.divtext {
    color: black;
    font-size: 30px;
    top: 15px;
    font-family: 'Montserrat', sans-serif;
}

.divbwhite .divtext,
.divprimary .divtext,
.divwarning .divtext,
.divgreen .divtext {

}

.divbwhite .divtext small,
.divprimary .divtext small,
.divwarning .divtext small,
.divgreen .divtext small {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 0;
    font-size: 12px;
    top: 0;
    width: 100%;
}

.maincalendar table.table-condensed,
.maincalendar .datepicker-inline {
    width: 100%;
}

.maincalendar .card-header {
    margin: 0 auto;
    margin-top: -25px;
    margin-bottom: -10px;
    width: 90%;
    background: linear-gradient(40deg,#909aac,#4e586b);
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
}

.main_search_kp .card-header {
    background: linear-gradient(40deg,#ffd86f,#fc6262);
}

.maincalendar {
    top: 15px;
    border-radius: 0;
}
.last_active,
.main_search_kp {
    height: 407px;
}

.last_active .card-header {
    background: linear-gradient(40deg,#e9b1ff,#ff877d);
}

.last_active .card-body {
    border-radius: 3px;
    overflow: auto;
    overflow-x: hidden;
}

ul#list_active {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#list_active > li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

ul#list_active > li div.line {
    width: 50px;
    min-height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #dfdfdf;
    margin-right: -24px;
}

ul#list_active > li div.icon_line {
    position: relative;
    width: 35px;
    text-align: center;
    height: 35px;
    vertical-align: middle;
    padding-top: 6px;
    background: #808a9c;
    border-radius: 50%;
    color: white;
    display: inline-block;
}

ul#list_active > li div.line_text {
    position: relative;
    display: inline-block;
    left: 15px;
}

ul#list_active > li:hover {
    background: linear-gradient(40deg,#fd6a6340,#ff877d00);
    cursor: pointer;
}

#kp_list {
    height: 222px;
    list-style: none;
    padding: 10px 0;
    margin: 0 -20px;
    overflow: auto;
}

#kp_list li {
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    height: 80px;
}
#kp_list li .kp_list_poster {
    width: 60px;
    display: inline-block;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
#kp_list li .kp_list_poster img{
    width: 100%;
}
#kp_list li .kp_list_info {
    display: inline-block;
    width: calc(100% - 65px);
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: top;
    position: relative;
    line-height: 55px;
}
#kp_list li .kp_list_info p {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    line-height: 15px;
    font-size: 12px;
    position: relative;
    top:  22px;
}
div#reload_demo {
    position: absolute;
    right: -38px;
    top: 8px;
    background: white;
    padding: 5px 12px;
    border: 1px solid #ced4da;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

div#reload_demo:hover {
    background: #eee;
    cursor: pointer;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43,160,199);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

.badge-kp {
    background-color: #f60
}
.badge-kp:hover {
    background-color: #d05706!important;
}

.badge-imdb {
    background-color: #c93
}
.badge-imdb:hover {
    background-color: #9e7728!important;
}

@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

div#loader_block {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #343a40cf;
    opacity: 0;
    visibility: hidden;
}

div#loader_block > div {
    top: calc(50% - 70px);
}

div[id^="serial_block"] {
    margin-left: 25px;}

.active_check {
    background: azure!important;}


.sidebar-news { margin: 50px 10px 20px 15px; }
.sidebar-news .sidebar-news-item { padding-top: 15px;}
.sidebar-news .sidebar-news-item .sidebar-news-item-date { font-size: 11px;font-style: italic;color: #888888;}
.sidebar-news .sidebar-news-item .sidebar-news-item-title {font-size: 12px;margin-top: 5px;}
.sidebar-news .sidebar-news-item .sidebar-news-item-title>a {text-decoration: underline;color: #ffffff;}

.dropdown-menu {
    border-radius: 0;
    box-shadow: 0 15px 50px -25px #000;
}

.moneytransfer {
    position: absolute;
    float: right;
    z-index: 9;
    right: -20px;
    background: #17a2b8;
    padding: 5px 12px;
    color: white;
}
.moneytransfer:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #1c92a5;
    border-top: 10px solid #1c92a5;
}
div#jivo-iframe-container {
    right: 0;
    z-index: -99;
    visibility: hidden;
}

.media.text-muted.pt-3 {
    display: inline-block;
}



#main #navbarSupportedContent .dropdown-toggle::after {
    margin-left: 0 !important;
}

.form-top-bar{
    margin-left: 65px;
}

.form-top-bar input[name="search"]{
    width: 300px;
    padding: 7px 12px!important;
}


#main #navbarSupportedContent button.my-2.my-sm-0{
    padding: 7px 12px!important;
}



.message-for-webmaster-closed{
    background: #ffd8d8!important;
    padding:10px;
    font-size:16px;
    position: relative;
    margin: 0 -15px!important;
}
.message-for-webmaster-closed p{
    margin:0;
}
.closed-navbar:before{
    content:"\00d7";
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 26px;
    font-weight: bold;
    color: red;
    cursor: pointer;
}
.open-navbar:before{
    content:"\25BE";
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 26px;
    font-weight: bold;
    color: red;
    cursor: pointer;
}
.message-for-webmaster{
    background: #ffd8d8!important;
}

.navbar-close{
    display:none !important;
}



@media (max-width: 1371px) {
    .form-top-bar{
        margin-left: 7px;
    }
}


@media (max-width: 1300px)
{
    .form-top-bar input[name="search"]{
        width: auto;
    }
    .form-top-bar input[name="search"]::placeholder { font-size:12px;}/* Chrome, Firefox, Opera, Safari 10.1+ */
    .form-top-bar input[name="search"]:-ms-input-placeholder {font-size:12px;} /* Internet Explorer 10-11 */
    .form-top-bar input[name="search"]::-ms-input-placeholder {font-size:12px;} /* Microsoft Edge */

}



@media (max-width: 1180px)
{
    #main #navbarSupportedContent .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0px !important;
    }

    .form-top-bar input[name="search"]{
        margin-right:0px !important;
        border-radius: 2px 0 0 2px !important;
    }



    #main #navbarSupportedContent button.my-2.my-sm-0{
        padding: 7px 9px 6px 9px!important;
        border-radius: 0 2px 2px 0;
    }

    #main #navbarSupportedContent button.my-2.my-sm-0:before {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 16px;
        color: #fff;
    }

    #main #navbarSupportedContent button.my-2.my-sm-0 span{
        display: none;
    }
}

@media (max-width: 1121px)
{
    .ip-span{
        display: block;
        background-color:#fff;
        color:#007bff;
    }

    .topbar-white a.nav-link.dropdown-toggle{
        font-size: 15px !important;
    }

}

@media (max-width: 991px)
{
    .ip-span{
        display: inline-block;
        background-color:#007bff;
        color:#fff;
    }

    ul.navbar-nav.mr-auto > * {
        display: none;
    }

    ul.navbar-nav.mr-auto > li:last-child {
        display: block;
    }

    ul.navbar-nav.mr-auto > li:last-child > form {
        float: initial;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    div.collapse {display:block}
}

#host_brending{
    display: block;
    width: 100%;
    border: 1px solid #ced4da;
}
.menu_ads_type ul.list-group-horizontal-lg {
display: block;
}
.menu_ads_type ul.list-group-horizontal-lg li {
display: inline;
margin: 0px;
}
.menu_ads_type{
    margin-top:30px;
}
.menu_ads_type a.disable
{
    pointer-events: none;
    cursor: default;
    color: gray;
}
