body{
    font-family: "Twemoji Country Flags", "Roboto", serif;
    margin: 0;

    background-image: url('/assets/image/background.png');
    background-size: cover;              /* Растянуть на весь экран */
    background-repeat: no-repeat;        /* Не повторять */
    background-position: center center;  /* Центр по горизонтали и вертикали */
    background-attachment: fixed;        /* 🔒 Зафиксировать при прокрутке */
}

.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}


@media (max-width: 320px) {
    body {
        min-width: 319px;
    }
}

@media (max-width: 401px) {
    html.static.search body {
        min-width: 400px;
    }
}

@media (min-width: 620px) {
    body {
        /*padding: 0 calc(20px - (100vw - 100%)) 0 0;*/
    }
}

a{
    color: #3c1449;
    text-decoration: none !important;
}
a:hover{
    color: #737373;
}

.header-image-logo-container{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0 8px;
    justify-content: center;
    flex-direction: column;
}


.logo-img{
    display: block;
    width: 60px;
    flex-shrink: 0;
    flex-grow: 0;
}
.logo-img img, .footer-logo-img img{
    width: 100%;
}


.header-title-info-container {
    display: flex;
    align-items: center;
}

.search-title{
    font-family: "League Spartan";
    font-weight: bold;
    color: #6a3198;
    font-size: 18px;
    width: max-content;
    display: block;
    text-decoration: none;
    margin-left: 32px;
}

.search-title img{
    width: 85px;
}

@media (max-width: 620px) {
    .search-title{
        font-size: 24px;
        margin-top: 5px;
        margin-left: 0;
    }
}

.header-title-info-container a:hover{
    color: #6a3198;
}

.search-title span:last-child{
    color: #6a3198;
    font-size: 14px;
}
.search-description{
    font-family: "Quicksand";
    font-size: 13px;
}
.logo-under-text{
    font-family: "Quicksand";
    font-size: 13px;
    color: #626262;
}
@media (max-width: 620px) {
    .logo-under-text{
        display: none;
    }
    .search-title span:last-child{
        display: none;
    }
    .current-lang .flag{
        font-size: 22px;
    }
}

.autocomplete-switcher{
    padding: 10px 0 20px;
    justify-content: space-between !important;
}

.autocomplete-switcher > div{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    height: 35px;
    border: 1px solid #8b54ff;
    flex: 1;
}

.autocomplete-switcher > div.section-selected{
    background: url("/assets/image/icons_background.png");
}

.autocomplete-switcher > div.section-selected{
    background: url("/assets/image/icons_background.png");
}

.autocomplete-switcher > div.section-selected:hover{
    background: url("/assets/image/icons_background_hover.png");
}



.autocomplete-switcher{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 3px;
}

.autocomplete-switcher a{
    padding: 2px 2px;
}
@media (min-width: 620px) {
    .autocomplete-switcher a {
        padding: 2px 5px;
    }
    .autocomplete-switcher .following-icon {
        padding: 2px 10px;
    }
    .autocomplete-switcher .posts-icon {
        padding: 2px 10px;
    }
    .autocomplete-switcher .talk-icon {
        padding: 2px 10px;
    }
    .autocomplete-switcher .notification-icon {
        padding: 2px 10px;
    }
    .autocomplete-switcher .members-icon {
        padding: 2px 5px;
    }
}

.autocomplete-switcher a:hover{
    /*background: #f3f3f3;*/
    /*cursor: pointer;*/
}
.autocomplete-switcher a.selected{
    color: black;
    text-decoration: none;
}

.autocomplete-switcher a{
    color: #5f5f5f;
    text-decoration: underline;
    display: flex;
    align-content: center;
}

.autocomplete-switcher img{
    width: 34px;
}

.autocomplete-switcher .following-icon img{
    width: 20px;
}

.autocomplete-switcher .posts-icon img{
    width: 25px;
}

.autocomplete-switcher .reply-icon img{
    width: 25px;
}

.autocomplete-switcher .talk-icon img{
    width: 25px;
}

.autocomplete-switcher .trend-icon img{
    width: 17px;
}

.autocomplete-switcher .notification-icon img{
    width: 20px;
}

.autocomplete-switcher .members-icon img{
    width: 30px;
}


/* video icon*/
.autocomplete-switcher a.video-icon.selected img {
    content: url("/assets/image/section_icons/video_selected.png") !important;
}

.autocomplete-switcher .section-selected a.video-icon img {
    content: url("/assets/image/section_icons/video_section_selected.png");
}


/* shorts icon*/
.autocomplete-switcher a.shorts-icon.selected img {
    content: url("/assets/image/section_icons/shorts_selected.png") !important;
}

.autocomplete-switcher .section-selected a.shorts-icon img {
    content: url("/assets/image/section_icons/shorts_section_selected.png");
}

/* following icon*/
.autocomplete-switcher a.following-icon.selected img {
    content: url("/assets/image/section_icons/follower_selected.png") !important;
}

.autocomplete-switcher .section-selected a.following-icon img {
    content: url("/assets/image/section_icons/follower_section_selected.png");
}

/* posts icon*/
.autocomplete-switcher a.posts-icon.selected img {
    content: url("/assets/image/section_icons/post_selected.png") !important;
}

.autocomplete-switcher .section-selected a.posts-icon img {
    content: url("/assets/image/section_icons/post_section_selected.png");
}

/* reply icon*/
.autocomplete-switcher a.reply-icon.selected img {
    content: url("/assets/image/section_icons/reply_selected.png") !important;
}

.autocomplete-switcher .section-selected a.reply-icon img {
    content: url("/assets/image/section_icons/reply_section_selected.png");
}

/* talk icon*/
.autocomplete-switcher a.talk-icon.selected img {
    content: url("/assets/image/section_icons/talk_selected.png") !important;
}

.autocomplete-switcher .section-selected a.talk-icon img {
    content: url("/assets/image/section_icons/talk_section_selected.png");
}

/* trend icon*/
.autocomplete-switcher a.trend-icon.selected img {
    content: url("/assets/image/section_icons/trend_selected.png") !important;
}

.autocomplete-switcher .section-selected a.trend-icon img {
    content: url("/assets/image/section_icons/trend_section_selected.png");
}

/* notification icon*/
.autocomplete-switcher a.notification-icon.selected img {
    content: url("/assets/image/section_icons/notification_selected.png") !important;
}

.autocomplete-switcher .section-selected a.notification-icon img {
    content: url("/assets/image/section_icons/notification_section_selected.png");
}

/* members icon*/
.autocomplete-switcher a.members-icon.selected img {
    content: url("/assets/image/section_icons/members_selected.png") !important;
}

.autocomplete-switcher .section-selected a.members-icon img {
    content: url("/assets/image/section_icons/members_section_selected.png");
}



.autocomplete-switcher .members-section a{
    display: flex;
}

.settings-links{
    margin: 20px 0;
}

.settings-links a{
    color: #5f5f5f;
    padding: 0 3px;
}

.settings-links > div{
    display: flex;
    border-radius: 6px;
    height: 26px;
    margin: 10px 0;
}

.settings-links > div > div {
    display: flex;
    justify-content: start;
    align-items: center;
}

.settings-links .links-col-1{
    width: 67px;
    padding-left: 5px;
}

.settings-links .links-col-2{
    width: 80px;
}

.settings-links .links-col-4 {
    padding-right: 5px;
    margin-left: auto;
    display: flex;
    gap: 5px;
}

.settings-links .video-links, .video-color{
    background: #ededed;
}

.settings-links .video-links .following-link{
    margin-right: 24px;
}

.settings-links .talk-links, .talk-color{
    background: #d6cadc;
}

.settings-links .posts-links, .post-color{
    background: #fdf3d5;
}

.settings-links .articles-links{
    background: #cbe9ff;
}

.circle{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

a.trending-link, a.reply-switcher-link, a.following-link, a.notifications-link, a.articles-link, a.members-link, a.img-link, a.shorts-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.shorts-link img{
    width: 13px;
}

a.img-link img{
    width: 13px;
}

a.trending-link img, a.reply-switcher-link img, a.following-link img {
    width: 13px;
}

a.notifications-link img{
    width: 20px;
}

a.members-link img{
    width: 20px;
}

a.articles-link img{
    width: 23px;
}

.follow-loader.hidden{
    display: none;
}

.follow-loader{
    display: flex;
    align-items: center;
}

.follow-loader img{
    width: 13px;
}

.card.ad{
    background-color: #fafafa;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.card.ad .ad-title{
    color: #cdcdcd;
    font-size: 12px;
    padding-bottom: 5px;
}

.card.ad .ad-img{
    position: absolute;
    left: -60px;
    top: 20px;
}

.card{
    padding-bottom: 30px;
    width: 100%;
    max-width: 1200px;
}
.title{
    padding-bottom: 5px;
}
.description{
    padding-bottom: 5px;
    color: #373737;
}
.keywords{
    font-style: italic;
    font-size: 14px;
    padding-bottom: 5px;
}
.meta{
    font-size: 14px;
}
.hidden{
    display: none;
}
.rating a{
    display: inline-block;
    text-align: center;
}
.rating a img{
    width: 20px;
}
.more-results-link{
    color: gray;
    padding-left: 10px;
    text-decoration: none;
}
.more-results-link:hover{
    color: darkgray;
    text-decoration: underline;
}
.title a:hover, .url-link:hover, .rating a:hover{
    color: #737373;
}

.search-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    padding: 10px 20px;
}

html.index{
    overflow-y: scroll;
}

html.index.static{
    overflow: auto;
}

html.index, html.index body{
    height: 100%;
    padding: 0;
    margin: 0;
}

html.index .search-container,
html.static .search-container,
html.search .search-container
{
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 5px;
    width: calc(100% - 10px);
}

html.index .search-container,
html.static .search-container {
    margin: 0 auto;
}

html.static.search .search-container {
    margin: 0;
    max-width: none;
}


@media (min-width: 620px) {
    html.index .search-container,
    html.static .search-container,
    html.search .search-container {
        padding: 0 10px;
        max-width: 500px;
    }
}

.admin-link{
    color: red;
    font-size: 15px;
    margin-right: 5px;
}

html.show-search .autocomplete-switcher {
    display: flex;
}

.static-content{
    text-align: left;
    color: #626262;
}

html.index .home-reg-log-container,
html.search .home-reg-log-container,
html.static .home-reg-log-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 5px;
}

.home-link {
    font-weight: bold;
    color: #78528d;
}

html.index .home-link {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
}

html.static .home-link,
html.search .home-link {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 16px;
}

.description-wrapper-container{
    padding: 0;
}

.content-container{
    margin-top: 20px;
}


.header-image-logo-container, .description-wrapper-container, .autocomplete-switcher {
    position: relative;
}

.language-switcher{
    position: absolute;
    top: 15px;
    left: 0;
    cursor: pointer;
    z-index: 1000;
}

.current-lang{
    display: flex;
    gap: 5px;
    align-items: center;
}

@media (max-width: 620px) {
    .language-switcher .current-lang .name{
        display: none;
    }
}

.current-lang .arrow-down{
    font-size: 11px;
    margin-left: -2px;
}

.langs-list{
    display: none;
    background: white;
    color: #626262;
    margin-top: 8px;
    border-radius: 6px;
    padding: 5px 5px;
}
.langs-list .lang-list-item{
    padding: 5px 10px;
    border-radius: 6px;
}
.langs-list .lang-list-item:hover{
    background: lightgray;
    cursor: pointer;
}

.description-wrapper-container hr{
    border-color: white;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em !important;
}

html.static.search .description-wrapper-container {
    max-width: 620px;
}

html.index .logo-img, html.index .search{
    flex-shrink: 0;
    flex-grow: 0;
}

.search-log-reg-links-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.search-log-reg-text {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 16px;
}

html.index .search,
html.static .search,
html.search .search {
    width: 100%;
    max-width: 620px;
}

html.static.search .search {
    width: 100%;
    max-width: none;
}

html.static.search .search-radiobuttons {
    display: block;
}

hr {
    border: none;
    border-bottom: 1px solid;
    border-color: #ecf1f1;
}

html.search .before-footer-line {
    display: none;
}

html.index .footer-container,
html.static .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0 20px;
}

html.search .footer-container {
    display: none;
}

.page-links {
    /*display: block;*/
    margin-top: 10px;

}

html.index .page-links a,
html.static .page-links a {
    padding-right: 5px;
    border-right: 1px solid #3c1449;
}

html.index .page-links a:last-child,
html.static .page-links a:last-child {
    padding-right: 0;
    border: none;
}

.footer-logo-img {
    width: 40px;
    flex-shrink: 0;
    flex-grow: 0;
}

.search{
    flex-shrink: 1;
    flex-grow: 1;
}

.talk .pagination{
    margin-top: 40px;
}

.search-wrapper{
    margin-top: -10px;
    position: relative;
    border-radius: 12px;
    color: black;
}
.search-wrapper input {
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.search-wrapper input:focus {
    outline: none;
}


.search-input-without-autocomplete {
    border-radius: 6px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
}

.search-input-with-active-autocomplete {
    border-radius: 12px 12px 0 0;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: none;
}



.search-autocomplete-container {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 11px 11px 0px rgba(204,204,204,1);
    background-color: #ffffff;
    display: none;
    z-index: 101;
}

.autocomplete-title {
    margin: 0;
    color: #3c1449;
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 15px 25px;
}

.search-autocomplete-list {
    margin: 0;
    padding: 0 0 25px 0;
    list-style: none;
}

.search-autocomplete-link {
    display: block;
    padding: 5px 0 5px 25px;
    transition: all 0.5s;
    color: darkgray !important;
}

.search-autocomplete-not-found {
    margin: 0;
    padding-left: 25px;
    font-size: 12px;
    padding-bottom: 15px;
}

/*.search-autocomplete-link:hover {
    background-color: #efeded;
}*/

.results-container {
    padding: 20px 20px 20px 25px;
}

@media (min-width: 620px) {
    .results-container {
        padding: 20px 20px 20px 10px;
    }
}

.close-autocomplete{
    position: absolute;
    right: 14px;
    top: 17px;
    cursor: pointer;
    color: grey;
    display: none;
    z-index: 1001;
}

.search-button{
    position: absolute;
    right: 15px;
    top: 20px;
    background: url("../assets/image/search-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    padding-bottom: 20px;
}

.search-button:hover {
    background: url("../assets/image/search-icon.png");
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    padding-bottom: 20px;
}
.search-button.click {
    /*background: url("/assets/image/search_1.png");*/
    background: url("../assets/image/search_1_1.png");
    background-size: 80px 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    padding-bottom: 20px;
}

.search-button img{
    width: 80px;
}
.search-icon img{
    height: 20px;
}
.search-icon:hover{
    cursor: pointer;
}

@media (max-width:480px) {
    .results-container{
        padding: 20px 20px 20px 20px;
    }
    .ranking-text{
        display: none;
    }
    .card.ad .ad-img{
        display: none;
    }
    .comment-image-total-count-comments-container{
        display: none !important;
    }
    .join-talk-small{
        margin-right: 0 !important;
    }
}

.rating{
    padding-top: 10px;
    font-size: 14px;
}

.results{
    padding: 10px 0;
}
.success{
    color: green;
}
.error{
    color: red;
}

#contact-form{
    max-width: 450px;
    width: 100%;
}

.form-field{
    padding-top: 10px;
}

.form-field input, .form-field textarea{
    width: 100%;
    border-radius: 5px;
    border-width: 1px;
    border-color: lightgrey;
    border-style: solid;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}
.form-field input[type=submit]{
    max-width: 80px;
}
.form-field input[type=submit]:hover{
    max-width: 80px;
    border-color: darkgray;
    cursor: pointer;
}
.form-field textarea{
    height: 200px;
}

.register-login-title {
    font-size: 20px;
}

.register-login-info {
    margin-bottom: 20px;
    line-height: 25px;
}

@media (min-width: 620px) {
    .register-login-info {
        margin-bottom: 25px;
    }
}

.settings-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-form {
    margin-bottom: 30px;
}

@media (min-width: 620px) {
    .settings-form {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 20px;
    }
}

.settings-field-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 10px;
    margin: 0 0 20px;
}

.settings-field-container:last-of-type {
    margin: 0 0 35px;
}

.settings-file-field-container {
    margin: 18px 0 25px;
}



@media (min-width: 620px) {
    .settings-field-container {
        grid-column: 1 / 13;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 20px;
        align-items: center;
        margin: 0 0 8px;
    }

    .settings-textarea-field-container {
        align-items: start;
        margin: 0 0 30px;
    }

    .settings-file-field-container {
        position: relative;
        margin: 30px 0 37px;
    }
}

@media (min-width: 620px) {
    .settings-field-title {
        grid-column: 1 / 5;
    }
}

.register-login-field, .settings-field {
    border: none;
    font-family: inherit;
    background-color: #f6f7fb;
    color: #9a9595;
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
}

@media (min-width: 620px) {
    .settings-field {
        grid-column: 5 / 13;
        padding: 5px;
    }

    .settings-field {
        padding: 5px 8px;
    }
}

.settings-file-field {
    display: none;
}

.settings-username-field {
    background-color: transparent;
    padding: 0;
}

@media (min-width: 620px) {
    .settings-username-field {
        padding: 0;
    }
}

.register-login-field:focus,
.settings-field:focus
{
    outline: none;
}

.login-forgot-password-link {
    color: #626262;
}

.results {
    padding: 8px;
    background-color: #f6f7fb;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    display: none;
}

@media (min-width: 620px) {
     .results {
        grid-column: 1 / 13;
         padding: 12px;
     }
}

/*UPLOAD*/
.upload-title {
    margin-bottom: 0;
    font-size: 20px;
}

.upload-select-content-title {
    font-size: 1em;
    font-weight: bold;
}

.upload-form {
    display: flex;
    flex-direction: column;
}

.upload-fieldset {
    margin: 0 0 15px;
}

.radio-buttons-container {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.upload-field-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 10px;
    margin: 0 0 20px;
}

.upload-textarea-container {
    margin: 0;
}

.upload-field-container:last-of-type {
    margin: 0 0 35px;
}

.upload-some-inputs-container {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.upload-underline-text {
    text-decoration: underline;
}

.upload-red-text {
    color: red;
}

.upload-div-characters-container {
    margin-bottom: 35px;
}

.upload-div-characters-container .max-tip{
    font-size: 12px;
    padding: 5px;
    color: #bdbdbd;
}

.upload-characters-title {
    font-size: 12px;
}

.upload-characters-count {
    color: green;
    font-size: 12px;
}

.submit-button {
    font-weight: 700;
    background-color: #7e53b2;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    width: 100%;
    cursor: pointer;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    border-radius: 3px;
}

.submit-button:hover {
    background-color: #6524b3;
}

@media (min-width: 620px) {
    .submit-button {
        grid-column: 1 / 5;
    }
}

.submit-button {
    position: relative;
}

.submit-button:disabled {
    color: transparent;
    background-color: #6524b3
}

.submit-button:disabled::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
    background: url("../assets/image/loader2.gif") no-repeat center;
    background-size: contain;
}

@media (min-width: 620px) {
    .submit-button-container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 20px;
    }

    .submit-button-container .submit-button {
        grid-column: 1 / 5;
    }
}


.upload-field {
    border: none;
    font-family: inherit;
    background-color: #f6f7fb;
    color: #9a9595;
    padding: 5px;
    font-size: 18px;
    font-weight: 400;
}

.upload-textarea {
    resize: none;
    padding: 10px;
}

.upload-field:focus {
    outline: none;
}

.upload-input-file {
    display: none;
}

.upload-file-image-title-container {
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.settings-file-image-title-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

@media (min-width: 620px) {
    .settings-file-image-title-container {
        position: absolute;
        grid-column: 5 / 13;
    }
}

.upload-remove-file-button {
    cursor: pointer;
    background-color: #ffffff;
    border: none;
    display: none;
    width: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/assets/image/remove-upload-file-img.png");
}

.upload-file-container {
    position: relative;
    margin: 0 0 75px;
}

.upload-file-image-container,
.settings-file-image-container {
    overflow: hidden;
    background-color: #ffffff;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
}

.upload-video-image-container{
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-video-image-container img{
    width: 100%;
}

.image-video-progress{
    border: 3px solid #7e53b2;
    border-radius: 6px;
    max-width: 237px;
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.image-video-progress .progress-fill{
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(154, 200, 118);
    width: 0;
    height: 100%;
    z-index: -1;
}

/*DASHBOARD*/
.dashboard-list,
.settings-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.dashboard-title {
    font-size: 20px;
    margin: 0 0 20px;
}

.dashboard-item,
.settings-item {
    margin: 0 0 5px;
}

.dashboard-item:last-child,
.settings-item:last-child {
    margin: 0;
}

.dashboard-link,
.settings-link {
    color: #626262;
}

.posts-title {
    margin: 0 0 5px;
    font-size: 17px;
}

@media (min-width: 620px) {
    html.index .posts-title,
    html.static .posts-title {
        margin: 1em 0;
    }
}

.dashboard-posts {
    margin-bottom: 20px;
}

.dashboard-posts-block {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 7px;
    justify-content: center;
}

@media (min-width: 620px) {
    .dashboard-posts-block {
        margin-bottom: 25px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 20px;
    }

    .dashboard-posts-block:last-child {
        margin-bottom: 15px;
    }
}

@media (min-width: 620px) {
    .dashboard-posts-list {
        grid-column: 1 / 13;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 20px;
    }
}

.dashboard-image-info-container {
    grid-column: 1 / 7;
    margin: 0 0 10px;
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 7px;
}

@media (min-width: 620px) {
    .dashboard-image-info-container {
        margin: 0 0 25px;
        grid-column: 1 / 13;
        grid-template-columns: 200px 1fr;
        column-gap: 20px;
    }

    .dashboard-image-info-container:last-of-type {
        margin: 0 0 15px;
    }
}

.dashboard-image-container {
    grid-column: 1 / 2;
    overflow: hidden;
   /* width: 120px;*/
    background-color: #ebecf0;
    height: 75px;
    display: flex;
    justify-content: center;
}

@media (min-width: 620px) {
    .dashboard-image-container {
        /*width: 200px;*/
        height: 130px;
       /* grid-column: 1 / 5;*/
    }
}

.dashboard-info-container {
    grid-column: 2 / 3;
    margin: 0 0 auto;
}

@media (min-width: 620px) {
    .dashboard-info-container {
        /*grid-column: 5 / 13;*/
    }
}

.dashboard-post-time {
    /*display: grid;
    grid-template-columns: 1fr 20px 20px;
    column-gap: 2px;
    align-items: center;*/
}

@media (min-width: 620px) {
    .dashboard-post-time{
        /*column-gap: 10px;*/
    }
}

.dashboard-post-time,
.dashboard-author {
    grid-column: 1 / 2;
    margin: 0;
    color: #545454;
    font-size: 10px;
    font-weight: 500;
}

.dashboard-update-remove-icon {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    padding-bottom: 14px;
}

@media (min-width: 620px) {
    .dashboard-update-remove-icon {
        width: 17px;
        padding-bottom: 17px;
    }
}

.dashboard-post-time-update-remove-buttons-container {
    display: grid;
    grid-template-columns: 1fr 35px;
    align-items: center;
    margin-bottom: 4px;
}

@media (min-width: 620px) {
    .dashboard-post-time-update-remove-buttons-container {
        grid-template-columns: 1fr 47px;
        margin-bottom: 8px;
    }
}

.dashboard-update-remove-buttons-container {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 2px;
    grid-column: 2 / 3;
}

@media (min-width: 620px) {
    .dashboard-update-remove-buttons-container {
        gap: 10px;
    }
}

.dashboard-update-new-or-post {
    background-image: url("/assets/image/update-img.png");
}

.dashboard-remove-new-or-post {
    background-image: url("/assets/image/remove-upload-file-img.png");
}

@media (min-width: 620px) {
    .dashboard-post-time,
    .dashboard-author {
        /*margin: 0 0 8px;*/
        font-size: 14px;
    }
}

.dashboard-info {
    text-decoration: none;
    display: block;
    color: #000000;
    font-size: 15px;
}

.mobile-title {
    margin-bottom: 8px;
}

@media (min-width: 620px) {
    .mobile-title {
        display: none;
    }
}

.desktop-title {
    display: none;
}

.dashboard-article-text {
    display: none;
}


@media (min-width: 620px) {
    .quick-fact-short-content{
        margin-top: 10px;
    }

    .dashboard-article-text {
        display: block;
        /*color: #999*/
    }
}

.quick-fact-short-content{
    margin-top: 3px;
}

@media (min-width: 620px) {
    .desktop-title {
        display: block;
        margin-bottom: 23px;
    }
}

@media (min-width: 620px) {
    .dashboard-info {
        font-size: inherit;
    }
}

.dashboard-ratings-container {
    display: grid;
    grid-template-columns: 25px 1fr;
    column-gap: 10px;
    align-items: center;
}

@media (min-width: 620px) {
    .dashboard-ratings-container {
        grid-template-columns: 50px 1fr;
        column-gap: 10px;
    }
}

.dashboard-article-score-text {
    color: #9ac876;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

@media (min-width: 620px) {
    .dashboard-article-score-text {
        font-size: 19px;
        font-weight: 400;
    }
}

.dashboard-rating-bar {
    height: 10px;
    display: flex;
    width: 150px;
}

.dashboard-bar-score {
    height: 10px;
}

@media (min-width: 620px) {
    .dashboard-rating-bar {
        height: 17px;
    }

    .dashboard-bar-score {
        height: 17px;
        /*width: 55px;*/
    }
}

.dashboard-more-container {
    grid-column: 1 / 7;
    color: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: max-content;
    margin: 0 auto;
}

.dashboard-more-container:hover {
    color: lightgray;
}

@media (min-width: 620px) {
    .dashboard-more-container {
        grid-column: 1 / 13;
    }
}

.dashboard-more-arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-more-arrow {
    display: block;
    width: 20px;
    padding-bottom: 11px;
    background-image: url("/assets/image/more-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-lg-6:last-child {
    display: none;
}

.pagination {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.page-item {
    background-color: #f4f3f3;
    padding: 6px 12px;
    border-radius: 5px;
}

.first, .last {
    padding: 6px 8px;
}

.prev, .next {
    padding: 6px 11px;
}

.page-link {
    text-decoration: none;
    color: #626262;
    font-size: 14px;
}

/*CONTENT*/

.content-image-container {
    margin: 0;
}

@media (min-width: 620px) {
    .content-image-container {
        margin-bottom: 20px;
    }

}

.content-image {
    width: 100%;
}

.content-title {
    margin: 0 0 18px;
    font-weight: 500;
    font-size: 20px;
}

.content-references-title {
    margin: 0 0 5px;
}

.content-rating-container {
    position: relative;
}

.content-left-rating-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    width: 200px;
    margin: 0 auto;
}

@media (min-width: 620px) {
    .content-left-rating-container {
        gap: 10px;
        width: 250px;
    }
}

.content-personal-opinion-score-container {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media (min-width: 620px) {
    .content-personal-opinion-score-container {
        width: 250px;
    }
}

.content-right-article-score-text,
.content-right-article-scores,
.content-personal-opinion-score-text {
    font-size: 12px;
    color: #373737;
}

.dashboard-article-text {
    font-size: 14px;
    color: #999;
    margin-bottom: 1px;
}

.dashboard-article-text-second {
    margin-bottom: 4px;
}

.content-personal-opinion-score-text {
    color: #373737;
}

.content-personal-opinion-score {
    font-size: 13px;
    color: #373737;
    position: absolute;
    right: 0;
}

.content-rating-bar {
    height: 24px;
    display: flex;
}

.content-bar-score {
    height: 24px;
}

@media (min-width: 620px) {
    .content-rating-bar {
        height: 30px;
    }

    .content-bar-score {
        height: 30px;
    }
}

.content-right-rating-container {
    position: absolute;
    right: 0;
    top: -4px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.content-article-score-text {
    margin: 0;
    font-size: 24px;
}

@media (min-width: 620px) {
    .content-article-score-text {
        font-size: 40px;
    }
}

.content-article-opinion-score {
    font-size: 13px;
    text-align: right;
    color: #373737;
    position: relative;
    top: -5px;
}

.personal-opinion-link,
.article-link {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.popup-layout {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    left: 0;
    overflow-y: auto;
    display: none;
}


.content-popup-personal-rating-window,
.content-popup-article-rating-window,
.popup-content-wrapper{
    position: absolute;
    width: 320px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    border: 2px solid #000000;
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 20px;
    z-index: 10;
    display: none;
}

.content-popup-rating-container {
     position: relative;
}

.popup-content{
    position: relative;
    padding: 0 20px;
}

.report-content-title{
    display: flex;
    align-items: center;
    gap: 10px;
}

.report-content-title img{
    width: 15px;
}

.delete-this-content-link{
    display: none;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}
.delete-this-content-link.visible{
    display: flex;
}

.delete-this-content-link img{
    width: 15px;
}

.report-reasons-list{
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.report-reasons-list li{
    padding: 3px;
}

.report-reasons-list li.selected{
    padding: 3px;
    background-color: lightgrey;
}

.report-reasons-list li:hover{
    background-color: lightgrey;
    cursor: pointer;
}

.additional-menu-link{
    text-decoration: none;
    display: flex;
    align-items: center;
}

.additional-menu-link img{
    width: 20px;
}

.additional-menu-popup .success-result{
    margin: 20px 0;
    display: none;
}

.additional-menu-popup .selected-reason{
    font-weight: bold;
    padding-bottom: 20px;
}

.additional-menu-popup .success-message{
    border: 1px solid green;
    padding: 20px;
}

.additional-menu-popup .span-submit{
    text-decoration: underline;
    color: red;
}

.additional-menu-popup .span-submit:hover{
    cursor: pointer;
}

.additional-menu-popup .confirmation-message{
    padding: 0px 13px 0px 13px;
    display: none;
}


.content-list-opinion-in-popup {
    padding: 0;
    margin: 0;
    list-style: none;
}

.content-list-article-in-popup {
    padding: 0;
    margin: 0;
    list-style: none;
}

.button-close-popup-menu,
.button-close-popup-menu2 {
    position: absolute;
    border-radius: 50%;
    padding: 3px 7px;
    right: -7px;
    top: -25px;
    cursor: pointer;
}


.personal-opinion-list-items {
    padding: 5px 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 40px;
    transition: all 0.3s;
    cursor: pointer;
}


.article-list-items {
    cursor: pointer;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1fr 10px;
    justify-items: end;
    align-items: center;
    gap: 30px;
    transition: all 0.3s;
    cursor: pointer;
}

.personal-opinion-list-items:hover,
.article-list-items:hover {
    background-color: #efeded;
}

.content-popup-list-left-text {
    grid-column: 1 / 2;
    color: #626262;
}

.content-popup-list-right-content {
    grid-column: 2 / 3;
    font-weight: bold;
}

.personal-opinion-rating-icon {
    width: 100%;
}

.content-shark-image-container {
    display: block;
    margin: 0 0 4px;
}

@media (min-width: 620px) {
    .content-shark-image-under-title {
        margin-bottom: 10px;
    }
}

.content-sponsor-title {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 300;
}

.single-ad{
    border: 1px solid #f1f1f1;
    padding: 10px 10px;
}

.content-author-time-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

@media (min-width: 620px) {
    .content-author-time-container {
        margin-bottom: 30px;
    }
}

.content-author,
.content-time {
    color: #999;
}

.content-info {
    margin: 0 0 30px;
}

.content-title-list-block {
    margin-bottom: 30px;
}

.content-title-list-block:last-child {
    margin: 0;
}

.content-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-item {
    margin: 0 0 5px;
}

.content-link {
    color: #626262;
}

.settings-data-container{
    margin-top: 10px;
}

.settings-earnings-left {
    gap: 38px !important;
}

.settings-bag-image {
    width: 100%;
}

.settings-earnings-right {
    margin: 0;
}

.settings-earning-title {
    margin: 0;
}

.settings-greeting {
    margin: 0 0 20px;
    font-size: 14px;
    color: #737373;
    font-weight: 600;
}

.settings-account-title, .subscriptions-title, .settings-views-title, .settings-earnings-left {
    margin: 0;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    gap: 43px;
    align-items: center;
}

.settings-views-title {
    gap: 39px !important;
}

@media (max-width: 620px) {
    .visible-desktop{
        display: none !important;
    }
}

@media (min-width: 621px) {
    .visible-mobile{
        display: none !important;
    }
}

.settings-account-title img{
    height: 17px;
    padding: 0 4px 0 11px;
}

.settings-views-title img{
    height: 12px;
    padding: 0 9px 0 14px;
}

.subscriptions-title img{
    height: 13px;
    padding: 0 3px 0 11px;
}

.settings-image-container {
    width: 16px;
    padding: 0 9px 0 12px;
}


.settings-form-container{
    margin-top: 20px;
}

.toggle-wrapper{
    display: none;
}
.toggle-click{
    cursor: pointer;
}

.settings-data {
    /*display: flex;
    align-items: center;
    gap: 50px;*/
}

/*.settings-info {
    display: block;
    margin: 0 0 6px;
}*/

/*.settings-info:last-child {
    margin: 0;
}*/

.user-name-nick-container {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px;
}

.edit-my-profile-button{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 12px;
}

.edit-my-profile-button img{
    width: 12px;
}

.user-title {
    margin-right: 20px;
    font-size: 19px;
}

.user-nick{
    font-size: 16px;
}

.user-image-info-container {
    display: grid;
    grid-template-columns: 130px 1fr;
    column-gap: 10px;
    margin-bottom: 15px;
}

.user-image-container {
    grid-column: 1 / 2;
}

.user-image {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

@media (min-width: 620px) {
    .user-image-info-container {
        grid-template-columns: 150px 1fr;
    }
    .user-image {
        height: 150px;
    }
}


.user-info {
    grid-column: 2 / 3;
    margin: 0;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.user-info .ui-about{
    border-radius: 9px;
    padding: 5px 10px;
    background: #ededed;
}

.about-user-info-container{
    display: flex;
}

.about-user-info-container div:last-child{
    margin-left: auto;
    text-align: right;
}

@media (max-width: 620px) {
    .about-user-info-container{
        flex-direction: column-reverse;
    }
    .about-user-info-container div:last-child{
        margin-left: 0;
    }
    .about-user-info-container .user-url-nick-container{
        flex-direction: row-reverse;
        align-items: center;
    }
    .about-user-info-container .user-url-nick-container .user-url-container{
        margin-right: auto;
        margin-top: 0;
    }
}

.prof-bio{
    padding-bottom: 15px;
}

.user-url-nick-container {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: end;
}

.user-url-nick-container div:last-child{
    margin-top: auto;
}

.about-user-info, .user-url-nick {
    color: #626262;
}

.user-nick-icon {
    position: relative;
    display: block;
    width: 17px;
    padding-bottom: 24px;
    background-image: url("/assets/image/user/x-icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about-user-info {
    display: block;
    margin: 0 0 3px;
}

.about-user-info:last-child {
    margin: 0;
}

.comment-card {
    margin-top: 20px;
    border: 1px solid #8c52ff;
    border-radius: 3px;
    padding: 10px 10px;
    box-shadow: 1px 1px 4px 1px darkgrey;
}

.comment-card .video-wrapper{
    margin-bottom: 10px;
}

.comment-name {
    display: block;
    margin: 0 0 10px;
    color: #626262;
    font-weight: 500;
    background: #f1f1f1;
    padding: 3px 7px;
    border: 1px solid #e1dddd;
}

.copy-to-clipboard{
    margin-left: auto;
}
.copy-to-clipboard a{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.copy-to-clipboard img{
    width: 16px;
}

.comment-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.comment-title .title-data-side{
    width: 100%;
}

.comment-title .comment-title-top{
    display: flex;
    align-items: center;
}

.comment-title .comment-title-bottom .time-string{
    font-size: 14px;
}

.comment-title .left-side{
    display: flex;
    gap: 10px;
    align-items: center;
}
.padding-left-20{
    padding-left: 20px;
}

.invisible-icon{
    display: none;
}

.invisible-icon img{
    width: 75px;
}

.comment-hide img, .comment-show img{
    width: 20px;
    display: flex;
}

.comment-hidden .comment-hide{
    display: none;
}
.comment-show{
    display: none;
}
.comment-hidden .comment-show{
    display: inline;
}
.set-visible-comment{
    font-size: 12px;
}

.comment-hidden .invisible-icon{
    display: flex;
}

.comment-title .right-side {
    margin-left: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.under-search-bar{
    display: flex;
    gap: 6px;
    align-items: center;
    height: 26px;
}

.comment-img{
    max-width: 230px;
    margin-top: 10px;
}

.comment-img.fullwidth{
    max-width: 100%;
}

@media (max-width: 620px) {
    .comment-img{
        /*padding-right: 20px;*/
    }
}

@media (min-width: 620px) {
    .comment-img{
        max-width: 280px;
    }
}

.comment-img video{
    width: 100%;
}

.comment-img img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.additional-talk-actions{
    display: flex;
    align-items: center;
    justify-content: center;
}

.additional-talk-actions a {
    margin: 0 6px; /* Добавьте отступ между элементами, если нужно */
}

.trending-ol li div{
    display: flex;
    justify-content: space-between;
}

.comments{
    margin-bottom: 20px;
}

.time-string {
    color: #999;
}

.dashboard-author {
    font-size: 15px;
    color: #626262;
}

a.comment-content{
    display: block;
    color: #626262;
    text-decoration: none;
    cursor: default;
}

@media (max-width: 619px) {
    .comment-content-text{
        /*padding-right: 20px;*/
    }
}

a.comment-content.has-link{
    cursor: pointer;
}

a.comment-content.has-link video{
    cursor: default;
}

.comment-content,
.comment-shared-link-text {
    margin: 0 0 9px;
    word-break: break-word;
}

.comment-image-container {
    grid-column: 1 / 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment-text-opinion-container {
    grid-column: 2 / 3;
}

.comment-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.comment-opinion-total-count-comments-container,
.comment-image-total-count-comments-container {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.views-count-container {
    display: flex;
    align-items: center;
    column-gap: 7px;
    margin: 0 auto;
}

.views-count-image {
    position: relative;
    width: 18px;
    padding-bottom: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/assets/image/graph_raise_2.png");
}

.comment-opinion-total-count-comments-container{
    margin-bottom: 3px;
}

.comment-image-total-count-comments {
    position: relative;
    width: 30px;
    padding-bottom: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/assets/image/total-comments.image.png");
}

.comment-count-comments {
    color: #999;
}

.comment-shared-link-text {
    color: #999;
    font-size: 14px;
}

.comment-rating-bar {
    width: 300px;
    height: 15px;
    display: flex;
    cursor: pointer;
}

.comment-rating-score {
    width: 100px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-count {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.comments-form-container {
    padding-top: 40px;
}

.comments-form-image-title-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.comments-image-container {
    width: 35px;
}


.comments-icon {
    width: 100%;
}

.comments-form-title {
    margin: 0;
    font-size: 16px;
    color: #707070;
}

.posts-image-container {
    width: 16px;
    display: flex;
    align-items: center;
}

.comments-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}

.comments-form:last-child {
    margin: 0;
}

/*.comment-autocomplete-input-container {
    position: relative;
}*/

/*.comment-autocomplete-input-container .comment-field {
    width: 100%;
}*/

.comment-autocomplete, .tags-autocomplete-results {
    position: absolute;
    background-color: #f6f7fb;
    top: 25px;
    width: 100%;
    display: none;
    z-index: 1;
}

.comment-autocomplete-list, .tags-autocomplete-results-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comment-autocomplete-list .selected, .tags-autocomplete-results-list .selected{
    background-color: #efeded;
}

.comment-autocomplete-not-found, .tags-autocomplete-not-found {
    font-size: 18px;
    padding: 10px 8px;
    margin: 6px 0;
}

.comment-field.comment-textarea{
    margin-bottom: 0;
}

.comments-form .upload-div-characters-container{
    margin-bottom: 20px;
}


.comment-autocomplete-link, .tag-autocomplete-link {
    display: block;
    color: #9a9595;
    padding: 2px 8px;
    font-size: 18px;
    transition: all 0.3s;
}

.comment-field {
    margin: 0 0 20px;
    border: none;
    background-color: #f6f7fb;
    /*color: #9a9595;*/
    padding: 6px 8px;
    display: block;
    font-size: 18px;
}

/*.comments-form input[name="topic"],
.comments-form input[name="topic"]::placeholder {
    color: #000000;
}*/


.comment-textarea {
    font-family: inherit;
    resize: none;
}

.comment-field-last {
    margin-bottom: 15px;
}

.comment-field:focus {
    outline: none;
}

.comment-button {
    margin: 0;
    height: 35px;
}

.comment-button-first {
    margin-top: 25px;
}

@media (min-width: 620px) {
    .button-desktop-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 20px;
    }

    .comment-button {
        grid-column: 9 / 13;
    }
}

@media (min-width: 620px) {
    .hr-index{
        margin-top: -20px;
    }
}

.file-image-container{
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 10px;
    overflow: hidden;
}

.file-size-limit-info{
    margin-top: 10px;
    font-size: 12px;
}

.before-comments-header{
    margin: 20px 10px 0;
    display: flex;
    gap: 10px;
}

.before-comments-header .join-talk{
    margin-left: auto;
    display: flex;
}

.join-talk a{
    color: grey;
    text-decoration: underline;
    cursor: pointer;
    display: flex;
    gap: 6px;
    margin-left: auto;
    align-items: center;
}

.join-talk a:hover{
    text-decoration: underline;
}

.join-talk a img{
    width: 20px;
}

.comment-opinion-total-count-comments-container .right-block{
    display: flex;
    align-items: center;
    gap: 15px;
}

.reply-icon-block{
    display: flex;
    gap: 5px;
    align-items: center;
}

a.reply-link{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

a.reply-link img{
    width: 15px;
}

.reply-to-user{
    display: none;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.reply-to-user.visible{
    display: flex;
}

.reply-to-user .reply-icon img{
    width: 20px;
}

.reply-to-user .cross-icon{
    margin-left: auto;
    display: flex;
    align-items: center;
}

.reply-to-user .cross-icon a{
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.reply-to-user .cross-icon img{
    width: 100%;
}

.reply-to{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.reply-to a{
    display: flex;
    align-items: center;
    gap: 5px;
    color: grey;
    text-decoration: none;
}

.comment-image-info-container .reply-to img{
    width: 20px;
}

.comment-image-info-container .reply-to{
    color: grey;
}

#search-form{
    position: relative;
}

.join-talk-small{
    text-align: center;
    margin-right: 10px;
}

.join-talk-small a{
    cursor: pointer;
    display: inline-block;
}

.join-talk-small.join-talk a{
    width: 21px;
    margin-bottom: 1px;
}

.join-talk-small.join-post a{
    width: 16px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
}

.join-talk-small a img{
    width: 100%;
}

.comments-form .edit-icon{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: none;
}

.comments-form .edit-icon img{
    width: 20px;
}

.how-to-use-img-wrapper {
    margin-bottom: 15px;
}

.how-to-use-img-wrapper img {
    height: 100%;
}

.how-to-use hr{
    margin: 20px 0;
}

h1{
    font-size: 18px;
}
.about-info-with-img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.index .about{
    background-image: url('/assets/image/index/about_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid grey;
    position: relative;
    min-height: 56px;
    margin-bottom: 10px;
}

.index .about .about-text{
    width: calc(100% - 93px)
}

.index .about img.about-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 93px;
}

.index .about .about-img img{
    width: 100%;
}




.members .about{
    background-image: url('/assets/image/index/about_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid grey;
    position: relative;
    min-height: 70px;
    margin-bottom: 10px;
}

.members .about .about-text{
    width: calc(100% - 93px)
}

.members .about img.about-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
}

.members .about .about-img img{
    width: 100%;
}














.index .about hr{
    margin: 20px 0;
}

.index .about a{
    color: black;
}

.info-buttons{
    display: flex;
    gap: 10px;
    width: 100%;
}


.info-buttons > div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid grey;
    flex: 1;
}

.info-buttons ul{
    list-style: none;
    padding: 0;
    margin: 10px 20px;
}

.info-buttons ul li:hover{
    background: rgba(236, 236, 236, 0.6);
}

.info-buttons ul li{
    background: rgba(236, 236, 236, 0.7);
    padding: 5px 10px;
    display: flex;
    gap: 5px;
    margin-bottom: 2px;
    border-radius: 3px;
    cursor: pointer;
}
.info-buttons ul li span{
    align-content: center;
    flex-wrap: wrap;
}
.info-buttons ul li .icon{
    display: flex;
    width: 25px;
    justify-content: center;
    margin-left: 10px;
}
.info-buttons ul li .icon img{
    width: 15px;
}

@media (max-width: 620px) {
    .info-buttons ul{
        margin: 10px 5px;
    }
    .info-buttons ul li .icon{
        margin-left: 0;
    }
    .index .about{
        min-height: 80px;
    }
    .index .about img.about-img{
        width: 125px;
    }
    .index .about .about-text{
        width: calc(100% - 100px);
    }
}


.info-buttons > div.left-buttons{
    background-image: url('/assets/image/index/enjoy.jpg');
}
.info-buttons > div.right-buttons{
    background-image: url('/assets/image/index/create.jpg');
}

.info-buttons .icon-notifications:hover .icon img{
    content: url("/assets/image/index/info-buttons/notifications_selected.png");
}

.info-buttons .icon-video .icon img{
    width: 25px;
}
.info-buttons .icon-video:hover .icon img{
    content: url("/assets/image/index/info-buttons/video_selected.png");
}

.info-buttons .icon-posts .icon img{
    width: 20px;
}
.info-buttons .icon-posts:hover .icon img{
    content: url("/assets/image/index/info-buttons/post_selected.png");
}
.info-buttons .icon-talks .icon img{
    width: 20px;
}
.info-buttons .icon-talks:hover .icon img{
    content: url("/assets/image/index/info-buttons/talk_selected.png");
}


.about-info-with-img img{
    width: 50px;
}

.user-container hr, .last-articles-wrapper hr{
    margin: 20px 0;
}

.user-container .user-content-links a{
    color: black;
}

.title-newest{
    font-size: 18px;
    font-weight: normal;
}

.copy-profile-link{
    display: flex;
    align-content: center;
}

.copy-profile-link a{
    color: #626262;
}

.follow-link{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.follow-link img{
    width: 15px;
}

.follow-link.action-unfollow img{
    content: url("/assets/image/follow_green.png");
}

.followers-count {
    display: flex;
    align-items: center;
    gap: 5px;
}

.followers-count img {
    width: 20px;
}

.followers-count span{
    font-size: 14px;
}

.about-user-info span:last-child{
    padding-left: 5px;
}

.profile-url-info{
    font-size: 14px;
    color: #bbbbbb;
    padding-top: 10px;
}

.members-user-container{
    display: flex;
    border: 1px solid #f1f1f1;
    padding: 10px 10px;
    margin-top: 20px;
}

.members-user-container .members-right-side{
    margin-left: 10px;
}

.members-user-title{
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.short-bio-about{
    padding-bottom: 5px;
}

.members-follows-you{
    padding-bottom: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.members-follows-you img{
    width: 15px;
}

.search-by-followers{
    display: flex;
    gap: 10px;
    align-content: center;
    padding: 10px 0;
}

.search-by-followers input{
    accent-color: grey;
}

.members-list{
    padding: 10px 0;
}

.search-members input{
    font-family: inherit;
    background-color: #f6f7fb;
    color: #9a9595;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;

    border-radius: 6px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
}

.search-members input:focus{
    outline: none;
}

.members-left-side{
    width: 50px;
}

.subscriptions-wrapper{
    padding: 10px 0;
}
.subscriptions-wrapper .subscription{
    padding-bottom: 10px;
}

.subscriptions-wrapper .subscription:last-child{
    padding-bottom: 0;
}

.subscriptions-wrapper label{
    cursor: pointer;
}

.smaller-font{
    font-size: 12px;
}

.subscription input[type=checkbox]{
    accent-color: grey;
}

.force-register{
    position: fixed;
    bottom: 0;
    background: white;
    border-top: 1px solid grey;
    width: 100%;
    box-shadow: 0 -10px 25px -15px black;
    z-index: 11;
    height: 50%;
}

.force-register > div {
    width: calc(100% - 40px);
    max-width: 330px;
    margin: auto;
    padding: 20px 20px 60px;
}

.force-register .fr-title{
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}
.force-register .fr-description{
    padding-bottom: 20px;
}

.force-register .fr-buttons{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.force-register .fr-buttons a {
    background-color: #7e53b2;
    color: white;
    font-weight: bold;
    width: 60px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
}

.fr-overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.3;
    z-index: 10;
    top: 0;
}

.video-converting-placeholder{
    background: #f9f9f9;
    padding: 25px 0;
    text-align: center;
    display: none;
    z-index: 1;
    position: relative;
}
.video-hidden .video-converting-placeholder{
    display: block;
}
.video-wrapper.video-hidden .video-js{
    display: none;
}

.video-converting-placeholder img{
    width: 100%;
}

.user-notifications-title{
    padding-top: 20px;
}

.user-comment-title, .single-video-title{
    margin-top: 20px;
    margin-bottom: -5px;
    border-top: 1px solid #ecf1f1;
    border-bottom: 1px solid #ecf1f1;
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.content-no-longer-avail{
    margin-top: 20px;
}

.why-reviewed{
    padding: 10px 13px 0;
    font-size: 14px;
}

.video-form{
    margin: 20px 0 10px 0;
}

.video-form .vf-title{
    display: flex;
    gap: 6px;
    align-items: center;
    text-decoration: underline;
    font-size: 16px;
}

.video-form .vf-title img{
    width: 15px;
}

.edit-video-form .vf-title{
    margin-bottom: 20px;
}

.video-form .upload-file-label{
    margin: 10px 0;
    display: block;
}

.upload-file-label.has-image .upload-file-image-container{
    background-color: rgb(217, 217, 217);
    width: 130px;
    height: 75px;
}

.upload-file-label.has-image .upload-remove-file-button{
    display: block;
}

.video-form .upload-file-title{
    margin-left: 10px;
}

.video-form .upload-video-image-container{
    width: 45px;
}

.vf-form-field textarea{
    width: 100%;
    box-sizing: border-box;
}

.video-form .file-image-container{
    margin-bottom: 20px;
    margin-top: 20px;
    column-gap: 20px;
}

.video-form .upload-div-characters-container{
    margin-bottom: 0;
}

.video-form .comment-field{
    font-size: 16px;
}

.video-form .thumbnail-upload-title{
    flex: 1;
}
.video-form .settings-field{
    width: 100%;
}

.vf-form-field{
    margin-bottom: 25px;
}

.share-lnk{
    display: flex;
    gap: 6px;
    align-items: center;
}
.share-lnk img{
    width: 13px;
}

.single-video-title .share{
    margin-left: auto;
}

.not-allowed-to-edit{
    margin-top: 20px;
}

.edit-video-link{
    display: flex;
    width: 16px;
    align-items: center;
}

.edit-video-link img{
    width: 100%;
}

.table-views td, .earning-views td{
    padding: 2px 10px;
}
.table-views td.period-name, .earning-views td.period-name{
    text-align: left;
    padding: 2px 20px 0 0;
    border-right: 1px solid #ededed;
    width: 125px;
}

.table-views tr:not(:first-child) td:not(:first-child){
    text-align: right;
}

.views-chart-wrapper, .earnings-chart-wrapper{
    margin: 20px 0;
    background: #bfc0c2;
    padding: 10px;
}

.views-chart-wrapper canvas, .earnings-chart-wrapper canvas {
    width: 100% !important;
    height: 100% !important;
}

.table-views, .earning-views{
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
}

table.earning-views{
    min-width: 420px;
}

.table-transaction-history{
    border-collapse: collapse;
    width: 100%;
    max-width: 620px;
    margin-top: 20px;
}

.table-transaction-history tr:first-child td{
    border-bottom: 1px solid #ededed;
}

.table-transaction-history td{
    padding: 5px 10px;
}

.table-transaction-history td:first-child{
    padding-left: 0 !important;
}
.table-transaction-history td:last-child{
    padding-right: 0 !important;
}

.trans-history-more-link{
    margin: 10px 0;
    text-align: center;
}

.text-align-right{
    text-align: right;
}

table.earning-views td:last-child{
    text-align: right;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

.form-field-wrapper .submit-button{
    height: 32px;
    max-width: 200px;
}

#withdraw-form{
    max-width: 400px;
    padding-bottom: 10px;
}
.full-width-form{
    width: 100%;
}
.full-width-form input[type=text], .full-width-form input[type=number]{
    width: 100%;
    box-sizing: border-box;
}
.full-width-form .submit-button{
    margin-left: auto;
}

.trans-history-toggle{
    margin: 20px 0 0 0;
    text-decoration: underline;
}

.withdraw-toggle{
    margin: 0 0 20px 0;
    text-decoration: underline;
}

/* Убираем стрелки в Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Убираем стрелки в Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.erc-20-hint{
    margin: 30px 0 20px 0;
    font-size: 15px;
}

.earnings-info{
    padding: 20px 20px;
    background-image: url("/assets/image/settings/background_earnings.png");
    background-size: cover;
    border-radius: 3px;
}

.this-content-deleted{
    font-style: italic;
}

.user-notifications{
    margin-bottom: 20px;
}





.password-wrapper {
    position: relative;
}

.password-wrapper input{
    padding-right: 40px !important;
}

.password-wrapper .toggle-password {
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}

.password-wrapper .toggle-password i {
    font-size: 1em; /* можно подкорректировать */
    color: #666;
}

.password-wrapper .toggle-password:hover i {
    color: #333;
}

.video-type-option{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}
.video-type-option label, .video-type-option input{
    margin: 0;
    cursor: pointer;
}


@media (min-width: 620px) {
    .short .video-wrapper, .video-wrapper.video-vertical {
        max-width: 400px;
    }
}

@media (max-width: 620px) {
    .articles-section{
        display: none !important;
    }
}
.mute-user{
    display: flex;
}
.mute-user img{
    width: 20px;
    opacity: 0.5;
}

.mute-user img.show-img{
    display: none;
}

.mute-user.unmute img.show-img{
    display: inline;
}

.mute-user.unmute img.hide-img{
    display: none;
}


.mute-title{
    font-weight: bold;
    margin-bottom: 20px;
}
.mute-confirm-message .confirm-btn{
    color: red;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    accent-color: grey;
}

.autoplay-switcher{
    font-size: 13px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #999;
}

.autoplay-switcher input{
    margin: 0;
}

.shorts-img-poster{
    position: relative;
    border-radius: 10px !important;
    overflow: hidden;
    width: 100%;                    /* во всю ширину родителя */
    background-size: cover;         /* подгоняет изображение, обрезая лишнее */
    background-position: center;    /* центрирует «постер» */
    background-repeat: no-repeat;
    cursor: pointer;
}

.autoplay-videos .video-js{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
}

.autoplay-videos .video-js.vjs-visible{
    z-index: 1 !important;
}

/* Когда к элементу добавляется класс poster-img-loading — показываем спиннер */
.shorts-img-poster.poster-img-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;     /* центрируем спиннер */
    border: 4px solid rgba(255,255,255,0.3);
    border-top-color: #ffffff;   /* цвет «лобовой» грани спиннера */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 10;
}

/* Анимация вращения */
@keyframes spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 620px) {
    .desktop-visible{
        display: none;
    }
}
@media (min-width: 619px) {
    .mobile-visible{
        display: none;
    }
}

.set-content-lang-wrapper{
    display: flex;
    gap: 5px;
    margin-left: 10px;
    text-transform: uppercase;
}

.set-content-lang-wrapper .content-lang{
    cursor: pointer;
    color: darkgray;
    text-decoration: underline;
}
.set-content-lang-wrapper .content-lang.selected{
    font-weight: bold;
    cursor: default;
    color: #06a506;
    text-decoration: none;
}

.settings-about{
    margin-top: 20px;
}

.new-static-title {
    border: 1px solid grey;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.border-video{
    border-bottom: 1px solid #ff5733;
}
.border-posts{
    border-bottom: 1px solid #ffd700;
}
.border-talk{
    border-bottom: 1px solid #1ac7a4;
}

.profile-url{
    border: 1px solid grey;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 14px;
    display: flex;

}
.profile-url a{
    color: #626262;
}

.form-input-field input {
    font-family: inherit;
    background-color: #f6f7fb;
    color: #626262;
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #7e53b2;
    border-radius: 3px;
}

.form-input-hint{
    margin-top: 5px;
    font-size: 14px;
}

.register-login-container{
    margin-top: 20px;
    background-image: url("/assets/image/login/backgroung.png");
    background-size: cover;
    padding: 10px 20px;
    min-height: 550px;
    border: 1px solid #7e53b2;
    border-radius: 3px;
}

.register-login-container.register-page{
    background-image: url("/assets/image/register/background.png");
}

.register-login-container .form-input-field{
    margin-bottom: 20px;
}

.register-login-title{
    text-align: center;
    margin-top: 20px;
}

.register-login-form-container{
    margin-top: 60px;
}