@media (min-width: 768px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 996px) {
            .navbar-expand-md > .container,
            .navbar-expand-md > .container-fluid {
                -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
            }
        }


@media screen and (min-width:991px) {
    .user-info-mobile {
        display: none
    }
}

.timestamp {
    font-weight: bold;
    color: #3b67a2
}

.smileybox {
    top: 50%;
    left: 50%;
    width: 490px;
    z-index: 1000;
    transform: translate(-50%, -50%);
    position: fixed;
    background-color: #370072d1;
    border: solid 1px #300f3c;
    padding: 8px;
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 6px
}

.smiley_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #00000094
}

.smiley li {
    list-style: none !important
}

.smiley li img {
    cursor: pointer !important
}

.notifcation {
    border: 1px solid #bebebe;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 8px;
    background-color: #202124;
    color: #bebebe
}

.notifcation a {
    font-weight: bold;
    color: #3b67a2
}

.notifcation_subject {
    border-bottom: 1px solid #909090;
    font-weight: bold
}

.notifcation_body {
    word-break: break-word
}

.new_notification {
    background-color: #0f2b3f
}

body.no-theme-transition {
  --theme-transition: none;
}

body {
    background-color: #000; 
    color: #777;
    --theme-transition: background-color .5s ease;
    transition: var(--theme-transition);
	
	/* background: no-repeat url(https://trashcity.net/images/xmas/xlights5.png) #000; */
     background-position: 0% 1%; 
}

.btn-secondary {
    background-color: #370072;
    border-color: #370072
}

.btn-secondary:hover {
    background-color: #5d36bc;
    border-color: #5d36bc
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none !important;
    background-color: #370072;
    border-color: #370072
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    box-shadow: none !important;
    background-color: #370072;
    border-color: #370072
}

.btn:focus,
a:focus,
i:focus {
    outline: 0
}

#wrapper {
    min-height: calc(100vh - 119px);
    display: flex;
    flex-direction: column
}

.overflow-hidden {
    overflow: hidden
}

.container h1 {
    overflow: hidden
}

@media only screen and (min-width :1400px) {
    .container {
        max-width: 1536px
    }
}

.bg-dark {
    background-color: #370072 !important
}

h1 {
    font-size: 18px;
    color: #b6b6b6;
    font-weight: 500;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif
}

h2 {
    font-size: 24px;
    color: #bebebe;
    font-weight: 500;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    padding: 15px 0
}

.text-highlighted {
    color: #fff !important
}

a {
    color: #bebebe
}

a:hover
{
color: #2c90ff;
text-decoration: none;
}

a:focus,
a:active {
    text-decoration: none
}

#alerts_bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    margin: 0;
    padding: 0
}

#alerts_bottom .alert {
    display: block;
    width: max-content;
    position: relative;
    padding: 8px 40px 8px 15px;
    border: 0;
    border-radius: .25rem;
    margin: 0 20px 20px auto
}

#alerts_bottom .close {
    padding: 6px 15px
}

.form-control::-webkit-input-placeholder {
    color: #6a6a6a
}

.form-control:-ms-input-placeholder {
    color: #6a6a6a
}

.form-control::placeholder {
    color: #6a6a6a
}

.form-control:disabled,
.form-control[readonly] {
    color: #5f5f5f;
    background-color: #1d1d1d
}

.alert-success {
    color: #fff;
    background-color: #57a557;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.alert-danger {
    color: #fff;
    background-color: #e34449;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.alert a {
    color: #fff;
    font-weight: 700
}

.alert a:hover {
    text-decoration: underline
}

/*input.form-control,
textarea.form-control {
    color: #fff;
    background-color: #1b0038;
    border: 1px solid #250c2a
}

textarea.form-control {
    min-height: 62px
}

input.form-control:active,
input.form-control:focus,
textarea.form-control:active,
textarea.form-control:focus {
    color: #fff !important;
    background-color: #370072 !important;
    border: 1px solid #000 !important;
    box-shadow: none
}
*/
.top-nav {
    background-color: #5d36bc;
    border-bottom: 1px solid #000
}

a.show-hide {
    padding: .15rem 1.5rem;
    color: #bbb;
    font-size: 18px
}

a:hover.show-hide {
    color: #fff
}

a.show-hide i {
    margin-left: 6px
}

.top-menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    font-size: 14px
}

.top-menu>.float-left>li {
    margin: 0 15px 0 0;
    float: left
}

.top-menu>.float-right>li {
    margin: 0 0 0 10px;
    float: left
}

.top-menu>div>li {
    line-height: 70px !important
}

.top-menu a {
    color: #000
}

.top-menu a:hover,
.top-menu a:active {
    color: #fff;
    text-decoration: none
}

.top-brand {
    max-height: 50px;
    float: left;
    margin: 10px 0 10px 0
}

.top-brand img {
    height: 50px;
    width: auto
}

.top-nav .form-control,
.navbar .form-control {
    padding-right: 45px;
    color: #efefef !important;
    background-color: #1b0038 !important;
    border: 1px solid #000 !important;
    -moz-box-shadow: inset 0 0 0 #000;
    -webkit-box-shadow: inset 0 0 0 #000;
    box-shadow: inset 0 0 0 #000;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.navbar {
    padding-top: 0;
    padding-bottom: 0
}

.nav-link {
    padding: 12px 10px
}

.navbar-dark .navbar-nav .nav-link {
    color: #bbb
}

@media(min-width:992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }
    .navbar-dark .navbar-nav .active>.nav-link {
        color: #fff;
        -moz-box-shadow: inset 0 -2px 0 #2c90ff !important;
        -webkit-box-shadow: inset 0 -2px 0 #2c90ff !important;
        box-shadow: inset 0 -2px 0 #2c90ff !important
    }
    .navbar-dark .navbar-nav .nav-link:hover {
        background-color: #16002e;
        color: #fff;
        -moz-box-shadow: inset 0 2px 0 #2c90ff !important;
        -webkit-box-shadow: inset 0 2px 0 #2c90ff !important;
        box-shadow: inset 0 2px 0 #2c90ff !important;
        transition: none
    }
}

.navbar-toggler {
    margin: 5px 0
}

.search-top-container {
    display: inline-block;
    margin-top: 16px
}

.search-top-container input {
    width: 300px !important;
    padding-right: 45px;
    padding: 6px 12px 7px
}

.search-bot-container input {
    padding-right: 45px;
    padding: 6px 12px 7px
}

.search-top-container ::placeholder,
.search-bot-container ::placeholder {
    color: #7d7d7d;
    opacity: 1
}

.search-top-container :-ms-input-placeholder,
.search-bot-container :-ms-input-placeholder {
    color: #7d7d7d
}

.search-top-container ::-ms-input-placeholder,
.search-bot-container ::-ms-input-placeholder {
    color: #7d7d7d
}

#search_form button,
#search_form_xs button {
    padding: 10px 12px;
    line-height: 15px !important
}

.btn-search-select {
    padding: 10px 12px;
    line-height: 10px !important
}

#search_select {
    right: 41px;
    top: 0;
    position: absolute;
    z-index: 3;
    margin: 0;
    border: 0;
    border: 1px solid black;
    background-color: #2c90ff;
    height: 38px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 40px;
    color: #fff
}

#search_select:hover {
    color: #efefef;
    background-color: #5d36bc
}

#search_select:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

#search_select_xs {
    right: 38px;
    top: 0;
    position: absolute;
    width: 43px;
    color: #fff
}

#search_select_xs:hover {
    color: #efefef
}

#search_select_xs:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

#search_query_xs {
    width: 100%
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.search-bot-container {
    width: calc(100% - 70px)
}

.search-bot-container .input-group {
    width: 100%
}

.search-bot-container .input-group-btn {
    position: absolute;
    top: 0;
    right: 0
}

.multi-column-dropdown {
    position: fixed !important;
    top: 119px !important;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
    backdrop-filter: saturate(180%) blur(10px);
    background: #1f0b1feb;
    min-height: 100px;
    z-index: 9999;
    transition: width 2s;
    visibility: hidden;
    transition: all 0
}

.dropdown:hover .multi-column-dropdown {
    visibility: visible;
    transition-delay: 1s
}

.well-filters {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: inset 0 -1px 0 #333;
    -webkit-box-shadow: inset 0 -1px 0 #333;
    box-shadow: inset 0 -1px 0 #777;
    padding: 0 !important;
    border: 0;
    background-color: transparent !important
}

.well-filters a {
    color: #bbb !important;
    cursor: pointer
}

.well-filters a:hover,
.well-filters>a:focus {
    color: #fff !important;
    text-decoration: none !important
}

.well-filters h1,
.well-filters h2,
.well-filters h3,
.well-filters h4,
.well-filters h5,
.well-filters h6 {
    padding: 10px 0;
    margin: 0;
    font-weight: bold
}

.well-action {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 17px;
    background-color: #370072;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.well-action:hover {
    background-color: #5d36bc
}

.sw-left {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 5px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.sw-right {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 5px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.active2 {
    background-color: #370072
}

.well-filters .dropdown-menu {
    background-color: #370072c4;
    backdrop-filter: saturate(180%) blur(10px);
    margin: 0;
    border: 0;
    padding: .3rem 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    z-index: 999;
    padding: 5px 0 8px;
    width: 247px;
    left: -14px !important;
    margin-top: 10px
}

.well-filters .dropdown-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 3.25rem;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #300f3cd9;
    backdrop-filter: saturate(180%) blur(10px);
    border-top: 0;
    margin-left: -8px;
    margin-top: -8px
}

.well-filters .usercarret:after {
    content: '';
    position: absolute;
    display: none;
    top: 0;
    left: 6rem;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #370072;
    backdrop-filter: saturate(180%) blur(10px);
    border-top: 0;
    margin-left: -8px;
    margin-top: -8px
}

.well-filters .dropdown-menu a {
    padding: 1px 15px 2px
}

.well-filters .dropdown-divider {
    border-top: 1px solid #555
}

.well-filters .dropdown-menu .active a {
    color: #fff !important;
    font-weight: 500
}

.well-info {
    color: #8c8c8c;
    margin: 5px 0 10px
}

.content-left {
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 100%
}

.content-right {
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 100%
}

@media(min-width:992px) {
    .content-left {
        width: calc(100% - 366px);
        float: left
    }
    .content-right {
        width: 358px;
        float: right;
        padding-left: 0
    }
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media(min-width:576px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width:720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width:960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width:1200px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        max-width: 25%
    }
}

.content-row .col-2dot4,
.content-row .col-sm-2dot4,
.content-row .col-md-2dot4,
.content-row .col-lg-2dot4,
.content-row .col-xl-2dot4 {
    padding-right: 5px;
    padding-left: 5x
}

.content-row .col-md-6,
.content-row .col-sm-6,
.content-row .col-md-6,
.content-row .col-lg-6 {
    padding-right: 6px;
    padding-left: 6px
}

.content-row .col-md-4,
.content-row .col-sm-4,
.content-row .col-md-4,
.content-row .col-lg-4 {
    padding-right: 6px;
    padding-left: 6px
}

.content-row .col-md-3,
.content-row .col-sm-3,
.content-row .col-md-3,
.content-row .col-lg-3 {
    padding-right: 6px;
    padding-left: 6px
}

.content-row .col-6,
.content-row .col-6,
.content-row .col-6,
.content-row .col-6 {
    padding-right: 6px;
    padding-left: 6px
}

.content-row .col-4,
.content-row .col-4,
.content-row .col-4,
.content-row .col-4 {
    padding-right: 6px;
    padding-left: 6px
}

.content-row .col-3,
.content-row .col-3,
.content-row .col-3,
.content-row .col-3 {
    padding-right: 6px;
    padding-left: 6px
}

.content-row {
    margin-left: -6px;
    margin-right: -6px
}

.thumb-overlay {
    position: relative;
    overflow: hidden
}

.img-responsive {
    border-radius: 0 !important;
    width: 100%;
    height: auto
}

.img-responsive-mw {
    max-width: 100%;
    height: auto
}

.duration {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    border: 0;
    text-align: right;
    padding: 10px 10px 0 0 !important;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
   /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0)
}

.hd-text-icon {
    font-weight: 900;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    display: none
}

.label-private {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    text-align: right;
    padding: 10px 10px 0 0 !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0)
}

.img-private {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    transform: scale(1.1)
}

.content-title {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    max-height: 58px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.content-row a,
.content-row a:focus {
    color: #bebebe
}

.content-row a:hover {
    color: #2c90ff;
    text-decoration: none
}

.content-added {
    color: #76787a;
    font-size: 13px
}

.content-details {
    margin-top: 2px
}

.content-views {
    color: #8e8e8e;
    font-size: 14px
}

.content-rating {
    font-size: 14px;
    margin-left: 5px;
    color: #bebebe
}

.content-rating i {
    color: #57a557
}

.content-info {
    height: 75px
}

.my .content-info {
    height: 105px
}

.vloader {
    position: absolute;
    display: block;
    width: 0;
    height: 3px;
    top: 0;
    left: 0;
    z-index: 10;
    background: #ffffff94
}

.ad-body {
    border: 1px solid #222 !important;
    background-color: #88888815 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 auto 20px;
    padding: 10px
}

.ad-title {
    color: #888;
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center
}

.ad-title span {
    display: block
}

.ad-size {
    color: #333;
    font-size: 32px;
    letter-spacing: 3px;
    text-align: center
}

.ad-group {
    color: #333;
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center
}

.ad-content {
    text-align: center;
    margin-bottom: 20px
}

.ad-content img,
.ad-content iframe {
    max-width: 100%
}

.footer-container {
    margin-top: auto
}

.footer-links {
    background-color: #370072;
    padding-top: 25px
}

.footer {
    background-color: #370072;
    color: #989a9c
}

.footer-container h4 {
    color: #fff;
    font-size: 18px
}

.footer-links a {
    color: #888
}

.footer-links a:hover {
    text-decoration: none;
    color: #eee
}

.footer a {
    color: #fff
}

.footer a:hover {
    text-decoration: none;
    color: #eee
}

.btn-primary {
    color: #fff;
    background-color: #2c90ff;
    border-color: #000;
    box-shadow: none !important
}

@media screen and (min-width:992px) {
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open>.dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #5d36bc !important;
        border-color: #000 !important
    }
}

@media screen and (max-width:991px) {
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open>.dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #2c90ff !important;
        border-color: #000 !important
    }
}

.modal-content {
    background-color: #222
}

.modal-header {
    border: 0
}

.modal-title {
    color: #fff
}

.modal-body {
    color: #fff
}

.modal-footer {
    border: 0
}

.modal-body {
    padding: 0 1rem
}

.top-menu-item {
    line-height: 30px;
    margin-left: 8px;
    margin-top: 20px;
    display: inline-block;
    font-size: 19px
}

.top-menu .dropdown-toggle {
    padding: 0 4px
}

.top-menu .dropdown-toggle:focus {
    border: 0;
    outline: 0
}

.top-menu a:focus {
    border: 0;
    outline: 0
}

.top-menu .show .dropdown-toggle {
    color: #eee;
    background-color: #370072c4;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    -moz-border-radius-topright: .25rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.top-menu .dropdown-menu-right {
    background-color: #370072c4;
    backdrop-filter: saturate(180%) blur(10px);
    margin: 0;
    border: 0;
    padding: .3rem 0;
    -webkit-border-radius: .25rem;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: .25rem;
    -moz-border-radius-topright: 0;
    border-radius: .25rem;
    border-top-right-radius: 0;
    z-index: 9999
}

.top-menu .dropdown-item {
    padding: 1px 15px 2px;
    color: #eee
}

.top-menu .dropdown-item:focus,
.top-menu .dropdown-item:hover {
    background-color: #5d36bc
}

.top-menu .dropdown-item .badge {
    margin-top: 4px
}

.navbar .show .dropdown-toggle {
    color: #fff;
    background-color: #121212 !important;
    -moz-box-shadow: inset 0 2px 0 #b800ff !important;
    -webkit-box-shadow: inset 0 2px 0 #b800ff !important;
    box-shadow: inset 0 2px 0 #b800ff !important;
    transition: none
}

.easy-autocomplete-container {
    top: 39px;
    z-index: 99999
}

.easy-autocomplete input {
    color: #efefef;
    padding: 6px 12px 7px
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #121212;
    border-top: 0
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    color: #777;
    border-color: #212121;
    padding: 2px 10px !important;
    line-height: 30px !important
}

.easy-autocomplete-container ul li b {
    color: #efefef;
    font-weight: 300
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #212121
}

.eac-total {
    color: #969696;
    font-style: normal;
    font-size: .9em;
    float: right
}

.easy-autocomplete {
    width: calc(100% - 42px) !important
}

.dropdown-menu {
    padding: 0
}

.sub-menu-left {
    width: 280px;
    padding: 15px 0;
    float: left
}

.sub-menu-right {
    width: calc(100% - 280px) !important;
    padding: 15px 0;
    float: right
}

.sub-menu-title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif
}

.sub-menu-content {
    margin-top: 5px
}

.sub-menu-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sub-menu-content ul a {
    display: block;
    clear: both;
    line-height: 2;
    color: #888;
    white-space: normal;
    font-size: 15
}

.sub-menu-content ul a:hover,
.sub-menu-content ul a:active,
.sub-menu-content ul a:focus {
    text-decoration: none;
    color: #fff
}

.trending-searches a i {
    font-size: 10px;
    margin-right: 2px;
    color: #444
}

.trending-searches a {
    display: inline-block;
    white-space: nowrap;
    padding: 0 5px 10px 0;
    color: #888
}

.trending-searches a:hover,
.trending-searches a:active,
.trending-searches a:focus {
    color: #fff;
    text-decoration: none
}

.m-r-15 {
    margin-right: 15px
}

.m-r-10 {
    margin-right: 10px
}

.m-l-20 {
    margin-left: 20px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-10 {
    margin-bottom: 10px
}

a.list-group-item {
    color: #888
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #fff;
    background-color: #5d36bc
}

.list-group-item {
    background-color: #370072;
    padding: 8px 15px;
    border: 1px solid #370072
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2c90ff;
    border-color: #2c90ff
}

.page-item.active .page-link {
    background-color: #5d36bc;
    border-color: #5d36bc
}

.page-item.active .page-link:hover {
    color: #fff;
    background-color: #724bda !important;
    border-color: #724bda !important
}

.page-link {
    font-weight: bold;
    margin: 0 3px;
    color: #fff;
    background-color: #370072;
    border: 1px solid #370072;
    padding: .5rem .8rem;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important
}

.page-link:focus {
    box-shadow: none !important
}

.page-link:hover {
    color: #fff;
    background-color: #5d36bc;
    border-color: #5d36bc
}

.pagination {
    width: max-content;
    margin-top: 15px;
    margin-right: auto !important;
    margin-left: auto !important
}

.pagination .fa-caret-right {
    padding: 0 3px
}

.pagination .fa-caret-left {
    padding: 0 3px 0 1px
}

.pagination .disabled {
    font-size: 18px;
    font-weight: 800
}

.category-title .float-left {
    width: 100%
}

.category-title .float-right {
    width: 30%;
    text-align: right;
    font-weight: 900
}

.category-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    border: 0;
    color: #fff;
    padding: 7px 10px !important;
    margin-top: 5px;
    font-size: 16px;
    height: 35px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#73000000', GradientType=0)
}

.popular-tag-left {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.popular-tag a {
    color: #888
}

.popular-tag {
    padding: 8px 15px 8px 0;
    height: 32px
}

.popular-tag i {
    font-size: 10px;
    color: #4c4f52
}

.tag-item {
    padding: 8px 15px;
    height: 32px
}

.tag-item i {
    font-size: 10px;
    color: #4c4f52
}

.tag-counter {
    font-size: 14px;
    color: #4c4f52
}

.content-ml {
    width: calc(100% - 68px) !important;
    float: left;
    line-height: 24px
}

.content-mr {
    width: 62px !important;
    float: right;
    line-height: 24px;
    text-align: right
}

.content-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    font-weight: bold
}

.member .content-info {
    height: 60px !important
}

.col-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th,
.col-xl-5th {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media(min-width:540px) {
    .col-sm-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width:720px) {
    .col-md-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width:960px) {
    .col-lg-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width:1140px) {
    .col-xl-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.user-avatar {
    width: 180px;
    height: 180px;
    float: left
}

.user-info {
    width: calc(100% - 200px);
    height: 180px;
    float: right
}

.user-username {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 26px
}

.user-location {
    font-size: 13px;
    color: #fff;
    height: 10px
}

.user-actions-container {
    height: 30px;
    margin-bottom: 1px
}

.user-actions .dropdown-menu {
    top: 3px !important;
    background-color: #370072;
    margin: 0;
    border: 0;
    padding: .3rem 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    z-index: 999;
    font-size: 14px
}

.user-actions .dropdown-item {
    line-height: 28px;
    padding: .25rem 1.5rem !important
}

.user-actions .dropdown-menu a {
    color: #bfbfbf
}

.user-actions .dropdown-item.active,
.comments-section .dropdown-item:active,
.user-actions .dropdown-item.active,
.comments-section .dropdown-item:focus {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent
}

.user-actions .dropdown-menu a:hover {
    background-color: #5d36bc;
    color: #fff
}

.vote-box .content-rating {
    font-size: 18px;
    position: relative;
    top: 1px
}

.vote-up span,
.vote-down span {
    position: relative;
    top: -2px;
    font-size: 13px
}

.vote-up .fa-thumbs-up,
.vote-down .fa-thumbs-down {
    color: #5a5a5a
}

.vote-box .fa-thumbs-up {
    position: relative;
    top: -2px
}

.vote-box .vote-up .fa-thumbs-up {
    position: relative;
    top: -3px
}

.vote-box .vote-down .fa-thumbs-down {
    position: relative;
    top: 3px
}

.vote-up .fa-thumbs-up:hover,
.vote-down .fa-thumbs-down:hover {
    color: #5d36bc;
    cursor: pointer
}

.user-left {
    float: left
}

.user-right {
    width: 100%;
    float: right;
    margin-top: 10px
}

.alt-menu {
    display: none
}

@media only screen and (max-width:991px) {
    .user-avatar {
        width: 120px;
        height: 120px
    }
    .user-info {
        width: calc(100% - 135px);
        height: 120px;
        padding-top: 0
    }
    .user-info .vote-box {
        position: absolute;
        bottom: 40px;
        margin-left: 0 !important
    }
    .user-info .content-rating {
        margin-left: 0 !important
    }
    .user-info .user-location {
        position: absolute;
        bottom: 70px;
        margin-left: 0 !important
    }
    .user-left {
        width: 100%
    }
    .user-right {
        width: 100%
    }
    .user-menu {
        display: block;
        margin-top: 0
    }
    .user-info {
        position: relative
    }
    .user-actions {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 0 !important
    }
    .alt-menu {
        display: block
    }
    .n-alt-menu {
        display: none
    }
}

@media only screen and (max-width:991px) {
    #user_subscription i {
        display: none
    }
}

.user-info-box {
    color: #888
}

.user-info-box .fas.fa-circle {
    color: #57a557
}

.ib-icon i {
    width: 20px
}

.user-info-box div {
    margin-bottom: 4px
}

.user-info-box .text-highlighted {
    font-weight: 600
}

.user-info .fa-mars {
    color: #2d87d4
}

.user-info .fa-venus {
    color: #e34449
}

#user-info-more {
    display: none
}

#user-info-show-less {
    display: none
}

.user-menu {
    margin-top: 20px
}

.user-menu a {
    padding: 4px 10px 5px;
    float: left;
    background-color: #370072
}

.user-menu a:hover {
    background-color: #5d36bc;
    border-color: #5d36bc
}

@media screen and (max-width:991px) {
    .user-menu {
        margin-top: 0
    }
}

a.wall {
    background-color: #5d36bc;
    color: #fff !important
}

a.videos {
    background-color: #5d36bc;
    color: #fff !important
}

a.photos {
    background-color: #5d36bc;
    color: #fff !important
}

#comments_input {
    margin: 10px 0 10px;
    width: 100%;
    resize: none;
    color: #fff;
    background-color: #000;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #bebebe;
    outline: none;
    height: 28px;
    overflow: hidden;
}

@media only screen and (max-width:991px) {
    #comments_input {
        width: 100%
    }
}

#comments_input_container {
    position: relative
}

#comments_input_container:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0%;
    background: white;
    content: "";
    transition: width 0.2s ease;
    bottom: 16px;
}

  #comments_input_container.focus:before {
        width: 100%;
    }

#comments_input:focus,
#comments_input:active {
    box-shadow: none
}

#comments_login_register {
    position: absolute;
    top: 7px;
    left: 15px;
    color: #aaa
}

#comments_login_register a {
    color: #bebebe;
    text-decoration: underline
}

.modal-content {
    border-radius: 0;
    border: 0
}

.close {
    text-shadow: none;
    opacity: 1
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: 1
}

button:focus {
    outline: 0
}

.btn-bold {
    font-size: 14px;
    font-weight: 500;
    padding: .675rem 1.25rem;
    border: 0
}

.btn-xs {
    padding: .275rem 1.25rem
}

.btn-xxs {
    padding: .275rem .75rem
}

#commentsMediaModal .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ccc
}

#commentsMediaModal .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ccc
}

#commentsMediaModal .nav-tabs .nav-item.show .nav-link,
#commentsMediaModal .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #370072
}

#commentsMediaModal .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #5d36bc
}

#commentsMediaModal .nav-tabs .nav-link {
    color: #fff;
    background-color: #370072
}

#commentsMediaModal .nav-tabs .nav-link.active:hover {
    background-color: #5d36bc
}

#commentsMediaModal .nav-tabs {
    border: 0
}

#commentsMediaModal .modal-body {
    padding: 0
}

#commentsMediaModal .tab-pane {
    padding: 1rem 1rem 0;
    color: #fff
}

#commentsMediaModal input {
    color: #fff;
    background-color: #151515;
    border: 1px solid #353535;
    max-width: 40%;
    float: left
}

#commentsMediaModal input:focus {
    box-shadow: none
}

#commentsMediaModal ::-webkit-input-placeholder {
    color: #6a6a6a
}

#commentsMediaModal :-ms-input-placeholder {
    color: #6a6a6a
}

#commentsMediaModal ::placeholder {
    color: #6a6a6a
}

#commentsMediaModal .tab-content {
    min-height: 300px;
    position: relative
}

#commentsMediaModal .content-info {
    height: 40px;
    color: #bfbfbf;
    font-size: 14px
}

#commentsMediaModal .pagination {
    margin: 0 !important;
    position: absolute;
    left: 1rem;
    bottom: -2.7rem
}

#commentsMediaModal .modal-footer {
    padding-top: 0
}

#cvideos-container {
    padding: 10px 0 0
}

#cvideos-loader {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    right: 0
}

#cvideos-loader i {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: .4
}

#info-cvideos {
    float: right;
    margin-top: 5px
}

#info-cvideos i {
    color: #6a6a6a
}

#cphotos-container {
    padding: 10px 0 0
}

#cphotos-loader {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    right: 0
}

#cphotos-loader i {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: .4
}

#info-cphotos {
    float: right;
    margin-top: 5px
}

#info-cphotos i {
    color: #6a6a6a
}

#comments_btn_container {
    margin-bottom: 15px
}

.comments-list .comment-item {
    display: block;
    padding: 10px 20px;
    margin: 0 -20px 10px;
    transition: margin ease .3s
}

@media not all and (pointer:coarse) {
    .comments-list .comment-item .comment-actions {
        display: block
    }
    .comments-list .comment-info:hover .comment-actions {
        display: block
    }
}

.comments-list .comment-item .comment-user {
    float: left;
    position: relative;
    z-index: 5
}

.comments-list .comment-item .comment-user a {
    display: inline-block;
    text-decoration: none
}

.comments-list .comment-item .comment-info {
    position: relative;
    padding-left: 0;
    font-size: 14px
}

.comments-list .comment-item .comment-info .comment-body {
    margin-left: 75px
}

.comments-list .comment-item .comment-actions {
    float: right;
    margin-right: 10px
}

.comments-list .comment-item .comment-info .comment-user-info {
    display: block
}

.comments-list .comment-item .comment-info .comment-user-info .comment-username {
    font-weight: 700;
    line-height: 20px;
    color: #bebebe
}

.comments-list .comment-item .comment-info .comment-user-info .comment-add-time {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #555
}

.comments-list .comment-item .comment-info .comment-user-info .comment-add-time i {
    display: inline-block;
    margin: 0 3px 0 10px
}

.comments-list .comment-item .comment-info .comment-text {
    display: block;
    margin: 5px 0;
    color: #bebebe;
    line-height: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px
}

.comments-list .comment-item .comment-info .comment-meta .comment-add-time {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #555
}

.comments-list .comment-user {
    width: 60px
}

.comments-list .comment-user a img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.comment-response .show-error {
    font-weight: 700;
    color: #e34449
}

.comment-response .show-success {
    font-weight: 700;
    color: #57a557
}

.comment-response {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.comment-response>i {
    color: #ddd
}

#comments_loading>i {
    color: #ddd
}

.comments-list .row>div>div {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.comments-list iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

.comments-list .row>div>img {
    width: 100%;
    height: auto
}

.comments-list .row {
    margin: 5px 0
}

a.comments-show-more,
a.comments-hide {
    margin: 0 15px 0 0;
    color: #bebebe;
    font-size: 18px;
	/*visibility: hidden!important;*/
}

a.comments-hide {
    display: none
}

a:hover.comments-show-more,
a:hover.comments-hide {
    color: #2c90ff
}

a.comments-show-more i,
a.comments-hide i {
    margin-left: 6px
}

.comments-section {
    margin-bottom: 15px;
    overflow: hidden
}

.comments-section .dropdown-menu {
    background-color: #370072;
    margin: 0;
    border: 0;
    padding: .3rem 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    z-index: 999;
    font-size: 14px
}

.comments-list .comment-item .comment-actions a {
    color: #bfbfbf
}

.comments-list .comment-item .comment-actions a:hover {
    color: #000
}

.comments-section .dropdown-menu a i {
    margin-right: 10px
}

.comments-section .dropdown-menu a {
    color: #fff
}

.comments-section .dropdown-menu a:hover {
    background-color: #5d36bc
}

.comments-section .vote-box {
    display: inline-block
}

.comments-section .vote-box .content-rating {
    font-size: 14px;
    margin: 0
}

.comments-section .vote-up span,
.comments-section .vote-down span {
    position: relative;
    top: 0;
    font-size: 12px;
    color: #aaa;
    margin: 0 5px 10px
}

.comments-section .content-rating i {
    color: #5a5a5a
}

.comments-section .content-rating .voted i {
    color: #57a557
}

.comments-section .content-rating .fa-thumbs-up {
    position: relative;
    top: -1px
}

.comments-section .content-rating .fa-thumbs-down {
    position: relative;
    top: 3px
}

.comments-section .comment-reply {
    display: inline-block;
    margin-left: 10px
}

.comments-section .comment-reply a {
    color: #5a5a5a
}

.comments-section .comment-reply a:hover {
    color: #5d36bc
}

.comments-section .comment-reply a:hover i {
    color: #5d36bc
}

/*.comment-reply-container textarea {
    margin: 10px 0 10px;
    width: 80%;
    resize: none;
    color: #fff !important;
    background-color: #151515 !important;
    border: 1px solid #353535 !important
}

.comment-reply-container textarea:focus,
.comment-reply-container textarea:active {
    box-shadow: none
}
*/

.replytext {
    margin: 10px 0 10px;
    width: 100%;
    resize: none;
    color: #fff;
    background-color: #000000;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ffffff;
    outline: none;
    height: 28px;
    overflow: hidden;
}

.comment-reply-container {
    position: relative;
}



.comment-reply-container:before {
     position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 46px;
    height: 2px;
    width: 0%;
    background: white;
    content: "";
    transition: width 0.2s ease;
}

.comment-reply-container.focus:before {
    width: 100%;
}

.comments-section .comment-reply i {
    margin-right: 5px;
    color: #5a5a5a
}

.comments-section .insert-media {
    margin-left: 4px
}

.comments-section .btn-cancel {
    margin-left: 10px
}

.reply-response .show-error {
    font-weight: 700;
    color: #e34449
}

.reply-response .show-success {
    font-weight: 700;
    color: #57a557
}

.reply-response>i {
    color: #ddd
}

.replies-list .comment-item:first-child {
    margin-top: 10px
}

.comment-replies {
    margin-left: 75px
}

.comment-replies .comment-user {
    width: 45px
}

.comment-replies .comment-item .comment-info .comment-body {
    margin-left: 60px
}

.comment-item .comment-item {
    margin-bottom: 0;
    padding-bottom: 5px
}

.comments-list .comment-item .comment-info .comment-user-info .comment-flagged i {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #e34449;
    margin-left: 10px
}

.replies-show-hide-container {
    margin-top: 5px
}

a.replies-show-more,
a.replies-hide {
    margin: 0 15px 0 0;
    color: #bebebe;
    font-size: 16px;
    margin-top: 5px
}

a.replies-show-more:hover,
a.replies-hide:hover {
    color: #5d36bc
}

a.replies-show-more i,
a.replies-hide i {
    margin-left: 6px
}

a.replies-hide {
    display: none
}

.replies-view-more {
    display: none
}

.reply-response div {
    margin: 5px 0 0 0
}

.vote-box i {
    align-self: flex-end;
    animation-duration: 1s;
    animation-iteration-count: 1;
    transform-origin: bottom
}

.bounce-up {
   animation: bounce-rotate 1s ease;
    color: #57a557 !important;
}

.bounce-down {
    animation-name: bounce-down;
    animation-timing-function: ease;
    color: #e34449 !important
}

@keyframes bounce-rotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    30% {
        transform: scale(1.5) rotate(-30deg); /* Megnő és elfordul */
    }
    50% {
        transform: scale(1.5) rotate(-30deg); /* Kis várakozás */
    }
    70% {
        transform: scale(1) rotate(0deg); /* Visszaáll */
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

@keyframes bounce-down {
    0 {
        transform: translateY(0)
    }
    30% {
        transform: translateY(3px)
    }
    50% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}

.comments-section .dropdown-item {
    line-height: 28px;
    padding: .25rem 1.5rem !important
}

.comments-section .dropdown-item.active,
.comments-section .dropdown-item:active {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent
}

.content-replacing {
    opacity: .4
}

.modal .close {
    color: #aaa
}

.modal .btn-facebook,
.modal .btn-google {
    width: 100%
}

.btn-facebook {
    color: #fff;
    background-color: #3f62ac;
    border-color: #3f62ac
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active {
    color: #fff;
    background-color: #305299;
    border-color: #305299;
    box-shadow: none
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active {
    color: #fff;
    background-color: #c43a29;
    border-color: #c43a29;
    box-shadow: none
}

.btn-facebook i,
.btn-google i {
    margin-right: 5px
}

.modal-small {
    max-width: 400px
}

.modal .nav-tabs .nav-link {
    padding: 6px 12px;
    color: #888
}

.modal .nav-tabs {
    border-bottom: 1px solid #888
}

.modal .nav-tabs .nav-link:focus,
.modal .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #fff
}

.modal .nav-tabs .nav-item.show .nav-link,
.modal .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: #888 #888 #1d1d1d
}

.text-success {
    color: #57a557 !important
}

.modal-body {
    color: #a9a9a9
}

.modal-content {
    background-color: #370072d1;
    border: solid 1px #300f3c;
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 10px
}

#user_reported i {
    display: inline-block;
    color: #e34449;
    top: 1px;
    position: relative
}

.form-horizontal {
    width: 100%
}

.form-horizontal label {
    color: #bebebe
}

.form-horizontal .text-muted {
    color: #8c8c8c !important
}

.form-horizontal input.form-control:active,
.form-horizontal input.form-control:focus,
.form-horizontal textarea.form-control:active,
.form-horizontal textarea.form-control:focus {
    color: #000 !important;
    background-color: #ececec !important;
    border: 1px solid #6d6d6d !important;
    box-shadow: none
}

.form-horizontal .text-x2 {
    font-size: 100% !important
}

.form-horizontal .btn-facebook,
.form-horizontal .btn-google {
    width: 100%;
    margin-bottom: 20px
}

.form-horizontal .form-control {
    background-color: #fff;
    border: 1px solid #353535;
    color: #000
}

.form-horizontal .form-control:focus {
    box-shadow: none
}

.form-horizontal .form-control option {
    color: #000;
    border-color: #353535
}

.has-error input.form-control,
.has-error textarea.form-control {
    border: 1px solid #dc3545
}

.form-horizontal .custom-file-label {
    color: #fff;
    background-color: #151515;
    border: 1px solid #353535
}

.form-horizontal .custom-file-input:focus~.custom-file-label {
    border-color: #353535;
    box-shadow: none
}

.form-horizontal .custom-file-input:focus {
    outline-color: #353535;
    outline: 0
}

.form-horizontal .has-error .form-control {
    border: 1px solid #dc3545
}

.form-horizontal .has-error .custom-file-label {
    border: 1px solid #dc3545
}

.form-horizontal .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    background-color: #353535;
    border-left: 0;
    border-radius: 0 .25rem .25rem 0
}

.text-small {
    font-size: 80%;
    font-weight: 400
}

.progress {
    height: .3rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    background-color: #8558ff
}

.what-is h5 {
    color: #fff
}

.what-is .list-unstyled {
    font-size: 18px;
    color: #a0a0a0
}

.what-is .list-unstyled li {
    margin: 10px 0
}

.note-group-select-from-files {
    display: none
}

.dropdown-toggle::after {
    display: none
}

.note-modal-content {
    background-color: #1d1d1d !important;
    border-radius: 0 !important;
    border: none !important
}

.note-modal-header {
    border: none !important
}

.note-modal-title {
    color: #fff !important
}

.note-modal .close {
    color: #aaa;
    text-shadow: none;
    opacity: 1
}

.note-modal-header {
    padding: 1rem !important
}

.note-modal-body {
    padding: 1rem !important
}

.note-modal-footer .note-btn {
    position: absolute;
    bottom: 1rem !important;
    right: 1rem !important
}

.note-modal .note-btn {
    color: #fff !important;
    background-color: #8558ff !important;
    border-color: #8558ff !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: .675rem 1.25rem !important
}

.note-frame {
    color: #b7b7b7 !important
}

.note-modal .note-btn:hover {
    background-color: #724bda !important;
    border-color: #724bda !important
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #333
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.card a {
    color: #fff
}

.card a:hover {
    text-decoration: underline
}

.card {
    color: #8d8d8d;
    background-color: #282828;
    border: 1px solid #333;
    margin-bottom: 10px
}

.card-body img,
.card-body iframe {
    max-width: 100%
}

.small-avatar {
    width: 30px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 4px;
    margin-left: 4px
}

.medium-avatar {
    width: 48px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px
}

.total-subscribers {
    font-size: 14px
}

.card-sub {
    color: #777;
    border-top: 1px solid #777;
    padding-top: 10px
}

.card-sub .float-right.mt-2 {
    margin-top: 9px !important
}

.blog-body {
    color: #8d8d8d
}

.profile-menu .nav-tabs {
    border-bottom: 1px solid #2b2b2b
}

.profile-menu .nav-tabs .nav-item.show .nav-link a,
.profile-menu .nav-tabs .nav-link.active a {
    color: #fff !important
}

.profile-menu .nav-tabs .nav-link:focus,
.profile-menu .nav-tabs .nav-link:hover {
    border-color: #2b2b2b;
    background-color: #2b2b2b;
    margin-bottom: -1px
}

.profile-menu .nav-tabs .nav-link:focus a,
.profile-menu .nav-tabs .nav-link:hover a {
    color: #fff !important
}

.profile-menu .nav-tabs .nav-item.show .nav-link,
.profile-menu .nav-tabs .nav-link.active {
    background-color: #8558ff;
    border-color: #8558ff;
    margin-bottom: -1px
}

.profile-menu .nav-link {
    padding: 10px 10px
}

.m-l-14 {
    margin-left: 14px
}

fieldset {
    color: #999
}

h5 {
    color: #bebebe;
}

.table-dark {
    color: #fff;
    background-color: #151515 !important
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.5) !important
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #2b2b2b !important
}

.tmb-active {
    outline: 4px solid #b800ff
}

.video-edit-thumbnails img {
    cursor: pointer
}

.edit-photo-actions {
    width: 25px;
    float: left;
    margin-top: 10px
}

.edit-photo-caption {
    width: calc(100% - 25px);
    float: right;
    margin-top: 5px
}

.mail-left {
    width: 120px;
    float: left;
    border-left: 1px solid #333
}

.mail-right {
    width: calc(100% - 120px);
    float: right
}

.mail-left .row>div {
    margin-bottom: 15px
}

.mail-left .row div:last-child {
    margin-bottom: 0
}

.mail-container {
    color: #555
}

.mail-body {
    color: #bfbfbf;
    font-size: 18px;
    margin-top: 15px;
    border-left: 1px solid #333;
    padding-left: 15px
}

.subject-unread {
    font-weight: 700
}

@media only screen and (max-width:991px) {
    .mail-left {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #333;
        margin-bottom: 15px
    }
    .mail-right {
        width: 100%
    }
    .mail-left .row>div {
        margin-bottom: 15px
    }
    .mail-body {
        border-left: 0;
        padding-left: 0
    }
}

.request-sub {
    color: #8d8d8d;
    border-top: 1px solid #151515;
    padding-top: 10px
}

.request-sub .small-avatar {
    width: 38px;
    height: auto
}

.tag-heading {
    margin-top: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    background-color: #1c1c1c;
    border-radius: 4px
}

.video-actions .dropdown-menu {
    top: 3px !important;
    background-color: #2b2b2b;
    margin: 0;
    border: 0;
    padding: .3rem 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    z-index: 999;
    font-size: 14px
}

.video-actions .dropdown-item {
    line-height: 28px;
    padding: .25rem 1.5rem !important
}

.video-actions .dropdown-menu a {
    color: #bfbfbf !important
}

.video-actions .dropdown-item.active,
.comments-section .dropdown-item:active,
.video-actions .dropdown-item.active,
.comments-section .dropdown-item:focus {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent
}

.video-actions .dropdown-menu a:hover {
    background-color: #4a4a4a
}

.related-video {
    margin-bottom: 10px
}

.related-video .thumb-overlay {
    width: 50%;
    float: left
}

.related-video .content-info {
    height: 75px;
    float: left;
    width: 50%;
    padding-left: 10px
}

.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
    outline: 0
}

.feed-blog {
    padding: 20px;
    border: 1px solid #222;
    margin-bottom: 20px;
    border-radius: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.feed-blog div {
    font-size: 14px;
    color: #606060;
    margin-left: 20px
}

.feed-wall {
    border-left: 1px solid #333;
    margin-left: 150px;
    padding-left: 10px
}

.feed-left {
    position: relative;
    left: -175px;
    margin-bottom: -65px;
    overflow: hidden
}

.feed-left a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
    display: inline-block
}

.feed-left:after {
    content: "";
    width: 3px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 163px;
    background-color: #606060
}

.label-date {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    text-align: right;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    background-color: #333;
    padding: 1px 10px 2px
}

.fileupload-theme-dragdrop .fileupload-input {
    display: block;
    padding: 50px 0;
    border: 1px dashed #6d6d6d;
    border-radius: .25rem;
    color: #999;
    text-align: center;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

@keyframes fontGrow {
    0% {
        font-size: 1em;
    }
    100% {
        font-size: 3em;
    }
}

.fileupload-theme-dragdrop .fileupload-input i {
    display: block;
    text-align: center;
    font-size: 3em; /* Ez lesz az alapméret */
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    /* Az animáció alkalmazása */
    animation: fontGrow 0.5s ease forwards;
}


.fileupload-theme-dragdrop .fileupload-input h3 {
    margin: 0;
    padding: 0;
    background: 0;
    border: 0;
    font-size: 20px;
    font-weight: normal;
    white-space: normal
}

.fileupload-theme-dragdrop .fileupload-input p {
    font-size: 16px;
    margin: 0 0 10px 0
}

.fileupload-fileinfo {
    padding: .375rem .75rem;
    border: 1px dashed #6d6d6d;
    border-radius: .25rem;
    margin-bottom: 1rem
}

a.fileupload-file-remove {
    float: right;
    color: #fff !important;
    margin-top: 8px
}

.fileupload-file-title {
    float: left;
    color: #bebebe;
    margin-bottom: 3px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 100px)
}

.fileupload-file-size {
    float: left;
    color: #909090;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 100px)
}

.item-title {
    float: left;
    color: #000;
    margin: 10px 0;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 100px)
}

.item-size {
    float: right;
    color: #909090;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    text-align: right
}

.video-embedded {
    width: 100%;
    overflow: hidden
}

.video-embedded iframe {
    width: 100% !important;
    height: 100% !important
}

.float-right-total-videos {
    visibility: hidden
}

.arrow {
    border: solid #999;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fa-upload {
    padding-right: 10px
}

h7 {
    font-size: 18px;
    color: #bebebe;
    font-weight: 500;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    display: inline-block
}

.well-filters h7 {
    padding-top: 30px;
    margin: 0
}

.wheel {
    margin-top: 4px;
    transition: transform .3s ease-in-out
}

.wheelspin {
    transform: rotate(30deg)
}

.video-row {
    display: grid;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
    margin: 0;
    padding: 0
}

@media(min-width:200px) {
    .video-row {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(min-width:768px) {
    .video-row {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media(min-width:1200px) {
    .video-row {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media(min-width:768px) {
    .ad-body-right {
        grid-row: 1/span 2;
        grid-column: 2/span 2;
        align-self: center
    }
}

@media(min-width:1200px) {
    .ad-body-right {
        grid-row: 1/span 2;
        grid-column: 3/span 2;
        align-self: center
    }
}

@media(max-width:768px) {
    .ad-body-right {
        display: none
    }
}

.smiley-row {
    display: grid;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
    margin: 0;
    padding: 0
}

@media(max-width:500px) {
    .smileybox {
        width: 314px
    }
}

@media(min-width:200px) {
    .smiley-row {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media(min-width:768px) {
    .smiley-row {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media(min-width:1200px) {
    .smiley-row {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.regcolor a {
    color: #fff
}

.regcolor a:hover {
    color: #2c90ff
}

.text-black {
    color: #fff
}

.hidegender {
    visibility: hidden;
    position: absolute;
    .
}

.catlist {
    list-style: none;
    .
}

.hideprivate {
    display: none;
    .
}

.warning {
    padding: 14px;
    color: red
}

.bell {
    margin-top: 21px;
    font-size: 19px
}

@media(min-width:996px) {
    .d-sm-inline2 {
        display: inline !important
    }
}

@media(min-width:996px) {
    .d-sm-none2 {
        display: none !important
    }
}

@media(min-width:200px) {
    .delnotif2 {
        margin-top: -28px;
        margin-left: 100px
    }
}

@media(min-width:540px) {
    .delnotif2 {
        margin-top: -7px
    }
}

.delnotif {
    background: #370072;
    color: #bbb;
    border: 1px solid black;
    border-radius: 6px;
    padding: 7px 10px 8px 11px
}

.delnotif:hover {
    background: #5d36bc;
    color: #fff;
    border: 1px solid;
    border-radius: 6px;
    padding: 7px 10px 8px 11px
}

.delnotif2 {
    display: inline-block;
    float: right
}

.delnotif2 a {
    display: inline-block;
    background: #370072;
    color: #bbb;
    border: 1px solid black;
    border-radius: 6px;
    padding: 3px 11px
}

.delnotif2 a:hover {
    background: #5d36bc;
    color: #fff
}

.break {
    margin-left: 58px;
    margin-top: -20px
}

.hidden {
    visibility: hidden
}

.bold {
    font-weight: bold
}

.content-left-categories {
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden
}

@media(min-width:992px) {
    .cat-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 25%
    }
}

.small-avatar {
    width: 33px;
    border-radius: 3px
}

.col-footer {
    padding-left: 15px;
    padding-right: 15px
}

.form-control {
    height: calc(2.2rem+2px)
}

@media screen and (min-width:508px) {
    #user_more_actions {
        display: none
    }
}

@media screen and (max-width:991px) {
    #user_report {
        display: none
    }
}

@media screen and (max-width:991px) {
    .actionhide {
        display: none
    }
}

@media screen and (max-width:508px) {
    .usrmenu {
        background-color: #370072;
        width: 100%
    }
}

@media screen and (max-width:508px) {
    .usrmenu {
        background-color: #370072;
        width: 100%
    }
}

@media screen and (max-width:508px) {
    .usrmenu a {
        padding: 4px 6% 5px;
        float: left
    }
}

@media screen and (min-width:360px) {
    .favlabel {
        display: none
    }
}

@media screen and (min-width:412px) {
    .favlabel {
        display: inline
    }
}

@media screen and (max-width:508px) {
    .favhidden {
        display: none
    }
}

.margin {
    margin-top: 8px
}

#user_more_actions {
    float: right
}

.noticedate {
    font-size: 10px;
    position: absolute;
    margin-top: 20px;
    margin-left: -65px;
    color: #ff000000;
    transition: .3s
}

.rowflex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.mtop {
    margin-top: 68vh
}

.social {
    color: #bebebe
}

.badge {
    display: block;
    padding: .25em .4em;
    font-size: 56% !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    position: absolute !important;
    left: 65px !important
}

.socback {
    background-color: #0f2b3f;
}

    .input-container {
      position: relative;
      width: 300px; /* Adjust as needed */
      margin-bottom: 20px;
    }

    .animated-textarea {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 5px;
      resize: vertical;
    }

    .placeholder-label {
      position: relative;
      top: -57px;
      left: 10px;
      pointer-events: none;
      transition: 0.3s ease-out;
      color: #888;
    }

    .animated-textarea:focus + .placeholder-label,
    .animated-textarea:not(:placeholder-shown) + .placeholder-label {
    border: 1px solid black;
    top: -82px;
    font-size: 14px;
    color: #000;
    background-color: white;
    }
	 
	 	@media (max-width: 768px) {
    .animated-textarea:focus + .placeholder-label,
    .animated-textarea:not(:placeholder-shown) + .placeholder-label {
        top: -1px; /* itt jön alulra */
		left: 0px;
    }
}
	
	.imageborder{

    border: 1px solid black;
    border-radius: 6px;
	}
	
	.awardborder {

    border: 1px solid black;
    border-radius: 6px;
	background-color: #202124;
	padding: 5px;
	}
	
			.awardtitle {

     font-weight: bold;
	}
	
		.video-row2 {
    display: grid;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
    margin: 0;
    padding: 0
}


@media(min-width:200px) {
    .video-row2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(min-width:768px) {
    .video-row2 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media(min-width:1200px) {
    .video-row2 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

.playback {
    background-color: #2c90ff;
    height: 4px;
    position: absolute;
    bottom: 0;
}

.cpadding

{
    padding:20px;
}

.fcomment

{
    border:1px solid #bebebe;
	border-radius:6px;
	padding: 16px 5px!important;
	background-color: #202124;
}

blockquote

{
    border: 1px solid black;
    border-radius: 6px;
    background-color: #353535;
    padding: 6px;
	margin-top: 15px;
}

.icon-only {
    display: none;
}

/* Mobile view and below */
@media (max-width: 767px) {
    .button-text {
        display: none; /* Hide text on mobile */
    }
    .icon-only {
        display: inline-block; /* Show icons on mobile */
    }
}

@media (max-width: 767px) {
    .quoter-button:first-child {
        display: none;
    }
}

/* subscribe switch */

/* Hide the default checkbox */
.switch input {
  display: none;
}

/* Style the slider container */
.switch {
  position: relative;
  display: inline-block;
    width: 39px;
    height: 17px;
    top: 14px;
}

/* Style the slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #565656;
  transition: .4s;
  border-radius: 34px;
}

/* Style the slider's background when checked */
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

/* Move the slider to the right when checked */
input:checked + .slider {
  background-color: #2196F3;
}

/* Move the slider's background to the right when checked */
input:checked + .slider:before {
  transform: translateX(20px);
}

.nav-item {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    background-color: #370072;
    min-width: 118px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 45px;
	border-radius:0px;
}

.dropdown-menu a {
    color: #bbbbbb;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #16002e;
	color: #fff;
/*	    -webkit-box-shadow: inset 0 2px 0 #2c90ff !important;
    box-shadow: inset 0 2px 0 #2c90ff !important; */
}

/* Media query for desktop screens */
@media (min-width: 992px) {
    .dropdown-menu {
        display: none; /* Not visible until hovered */
        visibility: visible; /* Reset visibility */
    }

    .nav-item:hover .dropdown-menu {
        display: block; /* Show on hover */
    }
}

/* Hide dropdown on mobile devices */
@media (max-width: 767px) {
    .dropdown-menu {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}


.chevcontainer {
     display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 29px;
}

.chevron {
  position: absolute;
  width: 0.525rem;
  height: 0.12rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(0.57rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(0.78rem);
  }
  100% {
    opacity: 0;
    transform: translateY(1.2rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(0.57rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(0.78rem);
  }
  100% {
    opacity: 0;
    transform: translateY(1.2rem) scale(0.5);
  }
}

@media (max-width: 344px) {
  .trashlogo {
    width: 160px;
    height: 40px;
  }
}


.video-description

{
	color: #bebebe;
    background-color: #282727;
    border-radius: 6px;
    padding: 6px;
}


.avatarhover {
    position: relative;
}

.edit-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 20px;
    color: white;
    transition: opacity 0.3s ease;
}

.avatarimage {
    transition: filter 0.3s ease; /* Animáljuk a filter változást */
}

#notification-dropdown {
    position: absolute;
    top: 57px;
    right: 0;
    width: 350px;
    background: #fff;
    border: 1px solid #370072c4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
	background-color: #370072c4;
    backdrop-filter: saturate(180%) blur(10px);
	color:white;
	border-radius:11px;
	opacity: 1;

}
#notification-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#notification-dropdown li {
    padding: 10px;
    border-bottom: 2px solid black;
	font-size:15px;
}

#notification-dropdown li a {
    color: #2c90ff; /* Világoskék szín alapértelmezetten */
    text-decoration: none; /* Link aláhúzás eltávolítása */
	font-weight: bold;
}

#notification-dropdown li a:hover {
    color: white; /* Fehér szín hover esetén */
}

#notification-dropdown li:last-child {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px; 
}

.notification-header {
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #370072;
    background-color: #f7f7f7;
    color: white;
	background-color: #370072c4;
    backdrop-filter: saturate(180%) blur(10px);
	border-top-left-radius: 11px;
    border-top-right-radius: 11px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#notification-list {
    max-height: 665px;
    overflow-y: auto; /* Mindig görgethető */
    scrollbar-width: thin; /* Keskenyebb görgetősáv Firefoxhoz */
    scrollbar-color: transparent transparent; /* Alapértelmezés szerint láthatatlan */
    transition: scrollbar-color 0.3s, opacity 0.3s; /* Animáció a görgetősáv megjelenítésére */
    opacity: 1; /* Alapértelmezett láthatóság */
}

#notification-list:hover {
    scrollbar-color: #370072 #5d36bc; /* Láthatóvá válik az egér fölött */
    opacity: 1; /* Az elem teljesen látható */
}

/* Görgetősáv stílusok Chrome, Edge, és Safari esetén */
#notification-list::-webkit-scrollbar {
    width: 8px; /* Görgetősáv szélessége */
}

#notification-list::-webkit-scrollbar-thumb {
    background-color: transparent; /* Alapértelmezett állapot */
    transition: background-color 0.3s; /* Görgetősáv színének animációja */
}

#notification-list:hover::-webkit-scrollbar-thumb {
    background-color: #888; /* Szín egér fölött */
    border-radius: 4px; /* Lekerekített sarkok */
}

#notification-list::-webkit-scrollbar-track {
    background: #f1f1f1; /* Görgetősáv háttér */
}

/*Új thumb up  */



.vote-up .thumbsup,
.vote-down .thumbsdown {
    color: #5a5a5a
}


.vote-up .thumbsup:hover, .vote-down .thumbsdown:hover {
    color: #5d36bc;
    cursor: pointer;
}

.highlight-comment {
  background-color: #1b0038;
}

#top-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background-color: #2c90ff; 
  z-index: 9999;
  transition: width 0.3s ease;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #514b82;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

   



   .toggle-buttons {
      display: flex;
      gap: 12px;
    }

    .toggle-button {
      padding: 0.3em 0.6em;
      border: 1px solid #370072;
      border-radius: 6px;
      background-color: #370072;
      color: #fff;
      cursor: pointer;
      transition: all 0.2s ease;
      font-size: 15px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .toggle-button.active {
      background-color: #5d36bc;
      color: #fff;
      border-color: #5d36bc;
    }

    .toggle-button:not(.active):hover {
      background-color: #8a59ff;
    }

    .toggle-button.active:hover {
      background-color: #5d36bc; /* Sötétebb lila árnyalat */
    }
	
	/* From Uiverse.io by Galahhad */ 
/* checkbox settings 👇 */

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  /* checkbox */
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  /* checkmark */
  --checkmark-size: 1.2;
}

.ui-checkbox, 
.ui-checkbox *, 
.ui-checkbox *::before, 
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

/* actions */

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}



.wallc {
box-shadow: inset 0 1px 0 #777777;
}