@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('//fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Semi Bold'), local('Gilroy-Semi-Bold'),
        url('/gilroy-semi-bold.woff2') format('woff2'),
        url('/gilroy-semi-bold.woff') format('woff'),
        url('/gilroy-semi-bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

:root {
--plugin-p-i-c: invert(35%);
--plugin-c-i-c: invert(35%);
--plugin-color: #6B6B6B;
--plugin-a-color: #46465A;
--plugin-border-radius: 3px;
--plugin-border-color: #EEE;
--plugin-bg-color-input: #FFF;
}
body {
    color: #c8c8c8;
    font-family: 'Manrope', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #0a0e16;
    -webkit-text-size-adjust: 100%;
}
body:not(:has(.modalone-overlay.active)) {
overflow: auto !important;
padding-right: var(--scrollbar-width, 0px);
}

h1 { font-size: 52px; margin: 0; padding: 5px 15px;}
h3 { font-size: 28px; margin: 0; }
h4 { font-size: 24px; margin: 10px 0 0 0; }

h1, h3, h4, h5 {
font-weight: 300;
}
a {
color: #5ea2dc;
text-decoration: none;
}
a:hover {
color: #5491c6;
text-decoration: none;
}
a.disabled {
pointer-events: none;
background: #c6c6c6 !important;
}
.terms-link {
color: rgba(255, 255, 255, .8);
}
.terms-link:hover {
color: rgba(255, 255, 255, 1);
text-decoration: underline;
}
/*.doc-c-note {
padding: 20px;
border: 1px solid #151e27;
border-radius: 10px;
font-size: 14px;
}
.attention {
background: center no-repeat;
margin-bottom: -1px;
color: #db2768;
font-weight: bold;
font-size: 14px;
}*/
.color-box {
padding: 26px 30px;
background: #faa31a url("/images/block.png") left top repeat-y;
background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
}
.color-box-welcome {
padding: 10px 30px;
position: relative;
overflow: hidden;
background: #03ac8f url(/images/block.png) left top repeat-y;
background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
}
.color-box-welcome:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(#03ac8f, #6a2c91);
opacity: 0;
transition: opacity 1.5s;
z-index: 0;
}
.color-box-welcome:hover:before {
opacity: 1;
}
.color-content-welcome {
position: relative;
z-index: 1;
}
.color-box_text {
color: #fff;
}
.icon {
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%;
font-size: 14px;
cursor: pointer;
color: #b6c1c6;
position: relative;
top: .150em;
width: 1em;
height: 1em;
fill: currentColor;
}
.grid_center {
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
background-color: #422f89;
background-image: -webkit-linear-gradient(55deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
background-image: -moz-linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
background-image: -ms-linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
background-image: -o-linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
background-image: linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
-pie-background: linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
}
.grid_left {
display: flex;
flex-flow: column;
justify-content: left;
align-items: flex-start;
}
.grid_right {
display: flex;
flex-flow: column;
justify-content: right;
align-items: flex-end;
background-color: #422f89;
background-image: -webkit-linear-gradient(55deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
background-image: -moz-linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
background-image: -ms-linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
background-image: -o-linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
background-image: linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
-pie-background: linear-gradient(35deg, #422f89 15%, #89278c 36%, #db2768 66%, #f9971c 100%);
}
.grid_center_transparent {
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
.imgs {
width: 100%;
height: auto;
margin: 0;
border: 0;
max-width: 500px;
background-size: cover;
vertical-align: bottom;
}
.page-inner_info {
overflow: hidden;
}
.page-inner-10 {
padding: 10px;
}

h3 {font-size: 20px; font-weight: bold;}

input:not([type="checkbox"]), textarea, button { font-family: inherit; font-size: inherit; outline: 0; -webkit-appearance:none; -moz-appearance: none; appearance: none; }
input[type="radio"] {
-webkit-appearance: radio;
}
code, pre {
word-wrap: break-word;
background: #EEE;
}
option:hover {
cursor: pointer;
}
table {
border-collapse: collapse;
}
table, td, th {
border: 1px solid #CCC;
padding: 3px;
}
img { border: 0; }
hr {
border:none;
color:white;
height:1px;
background:#ccc;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, from(#ccc), to(#fff)); 
}
form { margin: 0; }
input[type="submit"] {
    display: inline-block;
    padding: 12px 28px; /* Паддинги сами сформируют высоту */
    margin: 0;
    cursor: pointer;
    text-align: center;
    background-color: #5ea2dc;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    
    /* Ключевые правки для центровки текста: */
    line-height: 1;      /* Убираем лишние множители высоты строки */
    height: auto;        /* Убираем жесткую высоту в 29px */
    vertical-align: middle;
    
    box-sizing: border-box;
    transition: all 0.2s ease;
    outline: none;
    appearance: none;    /* Убирает стандартные стили браузера (особенно в Safari) */
}

input[type="submit"]:active {
    background-color: #03ac8f;
    transform: translateY(1px); /* Легкий эффект нажатия */
}

input[type="submit"]:hover {
    background-color: #4b89bd;
}

input[type="submit"][disabled] {
    background: #2a3546 !important;
    color: #6b7785 !important;
    cursor: not-allowed;
    transform: none;
}
::selection {
background: #000;
color: #fff;
}
.gradient-text {
color: #2c2e8c;
background: linear-gradient(to right,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
-webkit-background-clip: text; 
-webkit-text-fill-color: transparent;
}
.form-wrapper {
    margin-bottom: 1em;
}
/* ----- BLOCK-PROFILE ----- */
.blockProfile {
text-align: left;
color: #5d5f61;
font-size: 14px;
line-height: 17px;
background: #e6e6e6;
border-radius: 8px;
padding: 10px;
letter-spacing: .5px;
word-break: break-word;
margin-bottom: 10px;
}
.block-margin {
margin-left: 22px;
margin-top: 1px;
margin-bottom: 5px;
font-weight: bold;
} 
.successfully {
text-align: center;
padding: 13px;
}
.rejected {
color: #a94442;
text-align: center;
padding: 13px;
}
.oneloader {
position: absolute;
width: 10px;
height: 10px;
border: 4px solid #eae4ea;
border-bottom: 4px solid #f9971c;
border-radius: 50%;
animation: oneloader 1s linear infinite;
}

@keyframes oneloader
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
	
}

/* ----- BLOCK-ID ----- */
.blockID {
    text-align: center;
    background: #1c2732;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 10px;
    margin-top: -10px;
    letter-spacing: .5px;
    word-break: break-word;
    color: #c8c8c8;
}
.id-section {
    align-self: center;
    margin: 0 auto;
    display: inline-flex;
}
.id-gradient {
    background-color: #fe3595;
    background-image: linear-gradient(35deg, #fe3595 15%, #fe3595 100%);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}
.promo-timer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.promo-text-top {
    font-size: 16px;
    font-weight: normal;
    color: #e0e0e0;
}
.promo-timer-digits {
    color: #fe3595;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 5px 0;
    text-shadow: 0 2px 8px rgba(254, 53, 149, 0.3);
}
.promo-text-bottom {
    font-size: 15px;
    line-height: 1.4;
    color: #e0e0e0;
    max-width: 95%;
}
.chat-username {
font-size: 18px;;
}
/* ----- bonus ----- */
.image {
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
.imgblock {
position: relative;
display: inline-block;
}
.imgblock span {
color: #57859c;
position: absolute;
font-size: 3em;
top: 20%;
right: 45px;
font-family: 'Mont';
}
.icon-heart {
width: 0.8em;
height: 0.8em;
margin-top: 6px;
padding-left: 5px;
margin-right: -1em;
}
.container {
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
width: 100%;
box-sizing: border-box;
text-align: left;
}
.color-box_text { color: #ffffff; line-height: 1.5; margin-bottom: 15px; }
/*.color-box-bonus {
padding: 16px 10px;
background: #03ac8f url("/images/block.png") left top repeat-y;
background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
}
.color-box-savings {
padding: 16px 10px;
background: #faa31a url("/images/block2.png") left top repeat-y;
background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
}
.color-box-bonus h1 { color: #ffffff; font-size: 200%; margin-bottom: 15px; }
.color-box_line { margin: 0 5px 10px 0; height: 0; line-height: 0; border-top: 5px dotted #fef5f7; }
.color-box_connect { zoom: 1; display: block; color: #ffffff; }
.color-box_connect:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.color-box_connect-l { padding-top: 4px; float: left; width: 50%; }
.color-box_connect-r { float: right; padding-top: 2px; }
.color-box_connect-left { float: left; padding-top: 2px; }
.color-box_connect span { font-size: 100%; }
.btn.white { background: #ffffff; color: #6a2c91; }
.btn { font-size: 114%; padding: 10px 18px; position: relative; vertical-align: top; text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
button.btn { cursor: pointer; border: none; }
.color-box_flex {
display: flex;
justify-content: space-between;
}
.color-box_btn {
flex: 1;
padding: 10px;
margin: 5px;
border: none;
background-color: #fff;
cursor: pointer;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.knob {
display: block;
width: 100%;
height: 100%;
font-size: 114%;
background: #ffffff;
color: #f04444;
border: none;
cursor: pointer;
}
button.knob {
cursor: pointer;
border: none;
background: transparent;
padding: 0;
width: 100%;
height: 100%;
text-align: center;
}
.block-button {
color: #fff !important;
text-decoration: none;
user-select: none;
background: #cc2572;
padding: .7em 1.5em;
outline: none;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
border: none;
margin-top: 5px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.block-button:hover {
background: #b72166;
}
.block-button:active {
background: #b72166;
}
.block-button-disabled {
color: #a5a5a5;
text-decoration: none;
user-select: none;
background: #dcdcdc;
padding: .7em 1.5em;
outline: none;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
border: none;
margin-top: 5px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.promo-block {
text-align: center;
background: #e6e6e6;
border-radius: 8px;
box-sizing: border-box;
padding: 20px 20px 10px 20px;
margin-top: -5px;
letter-spacing: .5px;
word-break: break-word;
}*/
.gon {
margin-top: 10px;
}
.table-container {
width: 100%;
overflow-x: auto; /* Для предотвращения прокрутки */
}
table {
width: 100%;
border-collapse: collapse;
table-layout: fixed; /* Фиксированная ширина столбцов */
}
th, td {
border: 1px solid #151e27;
padding: 12px;
text-align: center;
word-wrap: break-word; /* Перенос слов в ячейках */
}
th {
background-color: #151e27;
}
.header-row {
border: 1px solid #151e27; /* Сплошная граница */
background-color: #151e27; /* Цвет фона для заголовка */
text-align: center; /* Центрирование текста */
font-weight: bold; /* Жирный текст */
}
.bonus_faq {
padding: 20px 30px;
border: 2px solid #5ea2dc;
}
.x2bonus_faq {
padding: 20px 30px;
border: 2px solid #cc2572 !important;
margin-top: 10px;
}
.bonus_faq .bonus_faq_title {
font-size:14px;
color: #c8c8c8;
position: relative;
padding-right: 30px;
cursor: pointer;
font-weight: bold;
}
.bonus_faq .bonus_faq_open {
background: url(/images/faq_open.png) 0 0 no-repeat;
width: 22px;
height: 12px;
position: absolute;
top: 4px;
right: 0;
cursor: pointer;
}
.bonus_faq .bonus_faq_open.opened {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.bonus_faq .bonus_faq_desc {
padding-top: 30px;
display: none;
color: #c8c8c8;
}
/*.modal-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1000;
}
.modal {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.9);
border-radius: 15px;
font-size: 16px;
padding: 20px;
z-index: 1001;
width: 85%;
max-width: 500px;
color: black;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.close-btn {
background: transparent;
border: none;
color: black;
font-size: 20px;
cursor: pointer;
float: right;
}*/

.remember-me input[type="checkbox"] {
width: auto;
float: left;
}
.remember-me {
width: 100%;
padding: 5px 0;
display: inline-block;
color: #fff;
}
.remember-me label {
margin-bottom: 10px;
text-shadow: 0px 1px 3px #646464;
font-size: 13px;
}
.row-top {
background: #fff;
padding: 20px 0 10px 0;
border-bottom: 1px solid #c3c3c3;
overflow: auto;
}
.row-page {
    width: 100%;
    margin: 20px auto;
    max-width: 580px;
    overflow: auto;
}
.row-body {
    width: 100%;
    margin: 20px auto;
    max-width: 580px;
    overflow: hidden;
}
.row-body .one { width: 8.333%; }
.row-body .two { width: 16.667%; }
.row-body .three { width: 25%; }
.row-body .four { width: 33.333%; }
.row-body .five { width: 41.667%; }
.row-body .six { width: 50%; }
.row-body .seven { width: 58.333%; }
.row-body .eight { width: 66.667%; }
.row-body .nine { width: 75%; }
.row-body .ten { width: 83.333%; }
.row-body .eleven { width: 91.667%; }
.row-body .twelve { width: 100%; }
.row-page .three { width: 25%; float: left; }
.row-page .nine { width: 75%; float: left; }
.row-page .stats-container, .row-body .stats-container { width: 25%; padding-top: 5px;}
.row-page .dash-stats { width: 50%; padding-top: 10px;}
.row-page .twelve { width: 100%; }
.row-welcome {
border-bottom: 0;
width: 100%;
margin: 0 auto;
overflow: auto;
margin-top: -20px;
background: #101720;
background-image: url('images/background.png'), linear-gradient(55deg, #101720 15%, #151e27 100%);
background-repeat: no-repeat;
background-position-x: center;
background-position-y: bottom;
background-size: cover;
box-shadow: 0 5px 11px 0 rgb(0 0 0 / 40%);
text-transform: uppercase;
}
.row {
width: 100%;
}
.row .one { width: 8.333%; }
.row .two { width: 16.667%; }
.row .three { width: 25%; }
.row .four { width: 33.333%; }
.row .five { width: 41.667%; }
.row .six { width: 50%; }
.row .seven { width: 58.333%; }
.row .eight { width: 66.667%; }
.row .nine { width: 75%; }
.row .ten { width: 83.333%; }
.row .eleven { width: 91.667%; }
.row .twelve { width: 100%; }
.column, .columns {
float: left;
min-height: 1px;
position: relative;
}
[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }
.dash-half {
width: 50%;
float: left;
}
.stats-values {
font-size: 14px;
font-weight: bold;
}
.dashboard-info {
margin-top: 10px;
float: left;
width: 100%;
}
.dashboard-info a {
color: #333;
font-weight: bold;
}
.neutral {
color: #3498db;
}
.positive {
color: #27ae60;
}
.negative {
color: #FF5757;
}
.dash-values {
font-size: 22px;
}
.chart {
display: table;
table-layout: fixed;
width: 80px;
height: 30px;
margin: 0;
padding: 10px 0 0 0;
}
.chart li {
position: relative;
display: table-cell;
vertical-align: bottom;
height: 30px;
padding-right: 1px;
}
.chart span {
margin: 0 0;
display: block;
background: #737373;
}
.chart span:hover {
background: #ef2434;
}
.header {
margin: 0 auto;
max-width: 560px;
padding: 0 10px;
}
#content {
padding: 65px 0 10px 0;
}
.menu {
float: right;
height: 45px;
font-size: 12px;
color: #fff;
padding: 0 10px;
}
.menu:hover {
background: rgba(0, 0, 0, .12);
}
.menu:active {
background: rgba(0, 0, 0, .35);
}
.menu-image {
float: right;
height: 45px;
font-size: 12px;
color: #fff;
padding: 0 6px;
cursor: pointer;
}
.menu-image:hover {
background: rgba(0, 0, 0, .12);
}
.menu-image:active {
background: rgba(0, 0, 0, .35);
}
.menu-image-active {
background: rgba(0, 0, 0, .12);
}
.menu_btn_hover {
background: rgba(0, 0, 0, .12);
}
.menu_name {
float: right;
margin-top: 15px;
padding-right: 10px;
color: #fff;
}
.menu_arrow {
margin: 0 0 0 8px;
float: right;
min-width: 10px;
min-height: 45px;
background: url('images/icons/down_arrow_w.png') no-repeat;
background-position: center;
background-size: 8px;
}
.menu-dd-container {
max-width: 580px;
width: 100%;
top: 45px;
position: absolute;
display: none;
padding-right: 20px;
box-sizing: border-box;
}
.menu-dd-content {
background: #151e27;
min-width: 200px;
width: auto;
float: right;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 0 20px 40px 0 rgb(0 0 0 / 30%);
border-top: 0;
}
.menu-dd-row {
padding: 10px;
text-align: right;
color: #fff;
}
.menu-dd-row:hover {
background: #1c2834;
}
.menu-dd-extra {
color: #E95050;
}
.menu-dd-mobile {
display: none;
}
.menu-divider {
height:1px;
width: 100%;
background: #17212b;
}
.menu-dd-content a {
color: #666;
text-decoration: none;
width: 100%;
}
.menu_img {
float: right;
width: 26px;
height: 26px;
margin-top: 7px;
}
.menu_img img {
width: 30px;
height: 30px;
border-radius: 50%;
}
.topbar {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
height: 45px;
background-color: #212c3a;
    
}
.topbar-button {
border: 1px solid #f5f5f5;
color: #f5f5f5;
padding: 4px 6px;
float: right;
margin: 8px 0 0 10px;
border-radius: 3px;
font-size: 13px;
cursor: pointer;
}
.topbar-button:hover {
background: #FFF;
border: 1px solid #FFF;
color: #6a2c91;
}
.menu_btn {
padding: 0 6px;
float: right;
height: 45px;
cursor: pointer;
}
.menu_btn_hover {
background: rgba(0, 0, 0, .12);
}
.menu_btn img {
margin-top: 14px;
width: 16px;
height: 16px;
}
.menu_btn:hover {
background: rgba(0, 0, 0, .12);
}
.menu_btn:active {
background: rgba(0, 0, 0, .35);
}
.friend-btn {
float: right;
margin-top: -4px;
margin-left: 5px;
}
.search-input {
float: left;
}
.search-input input {
border: 0;
padding: 14px;
background: transparent;
border: none;
outline: none;
width: 77px;
font-size: 14px;
height: 17px;
border-radius: 0;
background-color: rgba(0, 0, 0, 0.10);
color: #fff;
border: none;
box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
font-weight: bold;
}
.search-input ::-webkit-input-placeholder { /* WebKit browsers */
color:    #f5f5f5;
}
.search-input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #f5f5f5;
}
.search-input ::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #f5f5f5;
}
.search-input :-ms-input-placeholder { /* Internet Explorer 10+ */
color:    #f5f5f5;
}
.search-input :-o-input-placeholder { /* Internet Explorer 10+ */
color:    #f5f5f5;
}
.search-input input:hover, .search-input input:focus {
background-color: rgba(0, 0, 0, 0.25);
color: #fff;
border: none;
box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
}
input::placeholder {
color: #efefef;
}
.search-container {
max-width: 580px;
width: 100%;
display: none;
top: 45px;
margin: 0 auto;
}
.search-container a:hover {
text-decoration: underline;
cursor: pointer;
}
.search-content {
padding: 0 10px;
z-index: 999;
top: 45px;
}
.search-results {
background: #101720;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 0 20px 40px 0 rgb(0 0 0 / 30%);
border-top: 0;
margin-top: 45px;
}
.search-results .friend-button, .search-results, .search-results .sub-loading, .search-results .message_btn {
position: inherit;
}
.search-results .message-inner {
border-top: 1px solid #151e27;
padding: 10px;
}
.hashtag {
border-top: 1px solid #151e27;
overflow: auto;
}
.hashtag-inner {
padding: 10px;
}
.hashtag a {
cursor: pointer;
float: left;
width: 100%;
overflow: auto;
}
.hashtag a:hover {
background: #f2f2f2;
text-decoration: none;
}
.content {
background: #FFF;
overflow: auto;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
}
.cover-container {
padding: 0 10px 10px 15px;
}
.cover-content {
box-shadow: 0 10px 10px -10px rgb(110 110 110 / 50%);
border: 1px solid #D9D9D9;
background: #fff;
color: #6B6B6B;
border-radius: 3px;
overflow: auto;
}
a.cover-button {
line-height: 47px;
margin-right: 20px;
font-weight: bold;
text-decoration: none;
color: #898F9C;
float: left;
}
a.cover-button:hover {
color: #666;
}
a.cover-button-active {
color: #666;
border-bottom: 2px solid #56A6F0;
line-height: 47px;
height: 45px;
}
.cover-button-value {
font-weight: normal;
margin-left: 3px;
}
.wf-img {
background: url('images/icons/wf.png');
background-size: 48px;
width: 48px;
height: 48px;
margin: 50px auto 0 auto;
}
.wf-title {
text-align: center;
width: 100%;
font-weight: bold;
margin-top: 10px;
color: #767676;
font-size: 16px;
}
.wf-text {
text-align: center;
width: 100%;
margin-top: 10px;
color: #767676;
}
.about-row {
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #EEE;
overflow: auto;
}
.about-text {
width: 50%;
float: left;
word-break: break-word;
}
.users-container {
margin: 10px 0 0 0;
}
.users-button {
float: right;
padding: 7px 0 7px 10px;
}
.message-container {
padding: 0 10px;
margin-bottom: 20px;
}
.message-container a {
color: #898F9C;
}
.message-container:hover .message-message a {
-webkit-transition: color .218s;
transition: color .218s;
color: #578EF1;
}
.message-content {
background: #101720;
border-radius: 10px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
overflow: auto;
}
.message-header {
background: #efefef;
padding: 10px;
font-size: 13px;
font-weight: bold;
color: #c3c3c3;
}
.message-inner {
padding: 15px;
overflow: auto;
}
.message-inner .message-avatar img {
display: block;
}
.message-inner .message-avatar a {
overflow: auto;
}
.message-divider {
    height: 1px;
    width: 100%;
    background: #1a2332;
}
.message-gradient {
height: 1px;
width: 100%;
background-color: #03ac8f;
background-image: -webkit-linear-gradient(55deg, #03ac8f 15%, #6a2c91 100%);
background-image: -moz-linear-gradient(35deg, #03ac8f 15%, #6a2c91 100%);
background-image: -ms-linear-gradient(35deg, #03ac8f 15%, #6a2c91 100%);
background-image: -o-linear-gradient(35deg, #03ac8f 15%, #6a2c91 100%);
background-image: linear-gradient(35deg, #03ac8f 15%, #6a2c91 100%);
-pie-background: linear-gradient(35deg, #03ac8f 15%, #6a2c91 100%);
float: left;
}
.message-savings {
height: 1px;
width: 100%;
background-color: #f9971c;
background-image: -webkit-linear-gradient(55deg, #f9971c 15%, #db2768 100%);
background-image: -moz-linear-gradient(35deg, #f9971c 15%, #db2768 100%);
background-image: -ms-linear-gradient(35deg, #f9971c 15%, #db2768 100%);
background-image: -o-linear-gradient(35deg, #f9971c 15%, #db2768 100%);
background-image: linear-gradient(35deg, #f9971c 15%, #db2768 100%);
-pie-background: linear-gradient(35deg, #f9971c 15%, #db2768 100%);
float: left;
}
.message-avatar {
width: 42px;
float: left;
overflow: auto;
}
.gallery-footer-container .message-avatar {
width: 42px;
float: left;
overflow: auto;
padding-right: 10px;
}
.message-avatar img {
border-radius: 50%;
width: 42px;
}
.message-author {
word-break: break-all;
}
.message-author a {
color: #c8c8c8;
cursor: pointer;
font-weight: bold;
}
.message-message {
padding-top: 8px;
word-wrap: break-word;
word-break: break-word;
}
.message-shared {
border-left: 2px solid #ccc;
padding-left: 10px;
}
.message-editing textarea {
border: 1px solid #151e27;
padding: 5px;
width: 100%;
box-sizing: border-box;
overflow: auto;
max-width: 100%;
resize: none;
height: 75px;
background: #101720;
color: #c8c8c8;
}
.message-editing textarea:focus {
border: 1px solid #151e27;
}
.edit-btn-container {
width: 100%;
overflow: auto;
}
.edit-btn {
float: right;
padding: 6px 0 0 0;
}
.message-top {
padding: 5px 0 3px 52px;
}
.message-no-avatar {
padding-left: 0;
}
.gallery-footer-container .message-top {
padding-left: 0;
}
.message-time {
overflow: auto;
margin-top: 3px;
word-wrap: break-word;
}
.message-type-image {
float: left;
width: 100%;
cursor: pointer;
}
.message-type-image img {
width: 100%;
float: left;
object-fit: contain; 
}
.message-type-image img:hover {
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition: all .218s;
transition: all .218s;
}
.image-container-padding {
padding: 10px 0 0 10px;
overflow: auto;
}
.image-thumbnail-container {
float: left;
width: 33.3%;
position: relative;
}
.image-thumbnail-container-half {
float: left;
width: 50%;
}
.image-thumbnail {
padding: 0 10px 10px 0;
overflow: auto;
}
.image-thumbnail img {
cursor: pointer;
}
.image-thumbnail-text {
color: #FFF;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
font-size: 26px;
height: 45px;
width: 100%;
text-align: center;
padding: 0 10px 10px 0;
box-sizing: border-box;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
position: absolute;
}
.image-thumbnail img:hover {
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition: all .218s;
transition: all .218s;
}
.message-type-general {
color: #898f9c;
background: #F2F2F2;
font-size: 14px;
border-left: 3px solid #56A6F0;
padding: 7px;
line-height: 22px;
}
.message-type-general img {
vertical-align: bottom;
margin-right: 5px;
margin-left: 3px;
width: 24px;
height: 24px;
filter: invert(0%);
}
.message-reply-container {
width: 100%;
overflow: auto;
border: 1px solid #151e27;
background-color: #1c2732;
border-radius: 5px;
padding: 10px;
margin: 10px 0;
box-sizing: border-box;
word-wrap: break-word;
word-break: break-word;
}
.user-one {
border-color: #151e27;
background-color: #1c2732;
}
.user-one .timeago {
/*color: #c1c1c1;*/
}
.message-reply-container::after {
content: "";
clear: both;
display: table;
}
.message-reply-container:hover .comment-menu {
display: block;
}
.message-reply-author a {
color: #000;
cursor: pointer;
font-weight: bold;
}
.message-reply-message {
padding: 0 16px 0 42px;
word-wrap: break-word;
color: #c8c8c8;
}
.message-reply-footer {
padding: 0 0 5px 38px;
}
.message-reply-footer a {
color: #5ea2dc;
cursor: pointer;
}
.message-reply-footer a:hover {
color: #5491c6;
}
.like-comment {
float: left;
padding: 0 0 0 4px;
}
.message-active {
border: 3px solid #E95050;
}
.comment-active {
border-bottom: 3px solid #E95050 !important;	
}
.message-comment-box-container {
padding: 10px 15px;
background: #F6F6F6;
overflow: auto;
}
.message-comment-box-form {
padding: 0 0 3px 42px;
position: relative;
}
.comments-buttons {
padding-left: 42px;
}
.comments-controls {
padding-top: 2px;
}
.comment-image-btn {
position: absolute;
right: 6px;
top: 3px;
}
.comment-image-thumbnail {
margin-top: 5px;
}
.comment-image-thumbnail img {
cursor: pointer;
border-radius: 3px;
}
.sci-box {
float: left;
position: relative;
width: 100px;
height: 100px;
}
.sci-box-inner {
position: absolute;
overflow: hidden;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 3px;
background-size: cover;
}
.comment-reply-textarea {
padding: 5px 30px 5px 5px;
color: #6B6B6B;
font-size: 13px;
overflow: hidden;
width: 100%;
resize: none;
box-sizing: border-box;
border: 1px solid #ccc;
max-width: 100%;
border-radius: 0px;
height: 32px;
min-height: 32px;
line-height: 21px;
}
.comment-reply-textarea:focus {
border: 1px solid #AAA;
}
.chat-block {
display: flex;
align-items: center;
width: 100%;
}
.blocked-link {
display: flex;
align-items: center;
justify-content: flex-end;
flex-grow: 1;
gap: 10px;
}
.blocked-link a {
cursor: pointer;
color: #999;
text-decoration: none;
}
.blocked-link a:hover {
color: #666;
text-decoration: underline;
}
.unblock-link a {
color: #666;
}
.unblock-link a:hover {
color: #c8c8c8;
}
.actions_btn {
width: auto;
padding-left: 18px;
height: 18px;
float: right;
background-size: 16px;
background-repeat: no-repeat;
background-position-y: center;
margin-left: 10px;
line-height: 18px;
}
.like_btn {
background-image: url('/images/note.svg');
background-size: 14px;
}
.like_btn:hover {
filter: brightness(75%);
}
.comments_btn {
background-image: url('images/icons/comments.svg');
background-size: 15px;
}
.shares_btn {
background-image: url('images/icons/shares.svg');
background-size: 16px;
}
.shares_btn:hover {
filter: brightness(75%);
}
.comment-btn {
float: right;
}
.right {
float: right;
}
.message-menu {
width: 16px;
height: 16px;
float: right;
background: url('images/icons/message_sprite.png') 0 -32px;
background-size: 32px;
cursor: pointer;
}
.message-menu:hover {
background: url('images/icons/message_sprite.png') -16px -32px;
background-size: 32px;
}
.comment-menu {
display: none;
}
.message-menu-container {
position: absolute;
min-width: 150px;
max-width: 250px;
right: 0;
margin: 15px 25px 0 0;
background: #151e27;
box-shadow: 0 10px 30px 0 rgb(0 0 0 / 30%);
cursor: pointer;
border-radius: 3px;
display: none;
z-index: 3;
}
.message-menu-container-plus {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.message-menu-container-plus label {
margin-left: 0;
}
.menu-profile-container {
margin: -7px 20px 0 0;
}
.profile-menu-active {
font-weight: bold;
}
.profile-menu-value {
font-weight: normal;
}
.message-menu-container a {
color: #6B6B6B;
text-decoration: none;
}
.sidebar-menu-container {
margin: -5px 10px 0 0;
}
.message-menu-row {
padding: 10px;
}
.message-menu-row:hover {
background: #1c2834;
}
.message-menu-divider {
width: 100%;
height: 1px;
background: #dee0e3;
}
.message-menu-active {
display: block;
}
.delete_btn {
width: 16px;
height: 16px;
float: right;
background: url('images/icons/message_sprite.png') 0 -16px;
background-size: 32px;
cursor: pointer;
}
.delete_btn:hover {
background: url('images/icons/message_sprite.png') -16px -16px;
background-size: 32px;
}
.settings_btn {
width: 16px;
height: 16px;
float: right;
background: url('images/icons/message_sprite.png') 0 -176px;
background-size: 32px;
cursor: pointer;
}
.settings_btn:hover {
background: url('images/icons/message_sprite.png') -16px -176px;
background-size: 32px;
}
#privacy-btn {
margin: 0;
}
#profile-btn {
margin: 1px;
}
#profile-button {
display: none;
}
.privacy-icons {
width: 16px;
height: 16px;
float: right;
margin: 1px 0 0 5px;
}
.public-icon {
background: url('images/icons/foto.png');
background-size: 16px;
}
.friends-icon {
background: url('images/icons/privacy_sprite.png') 0 -16px;
background-size: 16px;
}
.private-icon {
background: url('images/icons/privacy_sprite.png') 0 -32px;
background-size: 16px;
}
.download_btn {
width: 16px;
height: 16px;
float: right;
background: url('images/icons/message_sprite.png') 0 -48px;
background-size: 32px;
margin-right: 10px;
}
.download_btn:hover {
background: url('images/icons/message_sprite.png') -16px -48px;
background-size: 32px;
}
.friend-button {
border: 1px solid #151e27;
background-color: #101720;
color: #777;
border-radius: 3px;
width: 25px;
height: 25px;
cursor: pointer;
margin: 0; 
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.2s, color 0.2s;
}
.friend-button:hover {
border: 1px solid #151a27;
}
.friend-button:active, .friend-button:focus {
box-shadow: #000 0px 1px 5px inset;
border-color: #151e27;
}
.friend-remove:hover {
color: #e74c3c;
}
.friend-pending:hover {
color: #2ecc71;
}
.friend-add:hover {
color: #2ecc71;
}
.menu-button {
background-image: url(images/icons/menu.png);	
}
.page-button-like {
background-image: url(images/icons/page_like.png);	
}
.page-button-unlike {
background-image: url(images/icons/page_unlike.png);	
}
.sub-loading {
border: 1px solid #151e27;
background-color: #101720;
background-image: url(images/privacy.gif);
background-size: 20px;
background-position: center;
background-repeat: no-repeat;
color: #6B6B6B;
border-radius: 3px;
width: 25px;
height: 25px;
float: right;
cursor: pointer;
margin-left: 5px;
}
.message_btn {
border: 1px solid #151e27;
background-color: #101720;
background-image: url(images/icons/events/chats.svg);
background-size: 25px;
background-position: center;
color: #c8c8c8;
border-radius: 3px;
width: 25px;
height: 25px;
float: right;
cursor: pointer;
}
.message_btn:hover {
border: 1px solid #151e27;
}
.message_btn:active, .message_btn:focus {
box-shadow: #000 0px 1px 5px inset;
border-color: #151e27;
}
.privacy_loader {
background: url('images/privacy.gif') no-repeat;
background-size: 15px;
float: right;
width: 15px;
height: 15px;
margin-top: 1px;
margin-right: 5px;
}
.load-more-chat {
border-bottom: 1px solid #151e27;
padding: 5px 0;
text-align: center;
}
.load-more-chat a {
color: #999;
text-decoration: none;
cursor: pointer;
}
.load-more-chat a:hover {
color: #666;
}
.load-more-chat img {
width: 85px;
}
.last-comment-wrong {
border-bottom: 1px solid #eee;
padding-bottom: 5px;
}
.comments_preloader {
width: 100%;
}
/* Стили для кнопки удаления (если их нет) и нашей новой кнопки */
.message-reply-container {
    position: relative; /* Чтобы дочерние элементы позиционировались относительно него */
}

.reply-button-right {
    position: absolute;
    right: 10px; /* Отступ от правого края */
    top: 10px;   /* Отступ сверху */
    cursor: pointer;
    color: #888; /* Цвет иконки */
    transition: color 0.2s;
    z-index: 10;
}

.reply-button-right:hover {
    color: #333; /* Цвет при наведении */
}

/* Если есть кнопка удаления, сдвигаем ответ чуть левее, чтобы не накладывались */
.user-one .reply-button-right {
    display: none; /* Свое сообщение - не отвечаем себе */
}

/* Настройка для удаления (на всякий случай) */
.delete_preloader {
    position: absolute;
    right: 5px;
    top: 5px;
}
.delete_preloader img {
width: 85px;
}
.message-reply-avatar {
width: 32px;
float: left;
overflow:auto;
}
.message-reply-avatar img {
border-radius: 50%;
width: 32px;
height: 32px;
}
.load_more {
text-align: center;
height: 35px;
}
.load_more a {
box-shadow: 0px 1px 4px #03ac8f;
color: #ffffff; background: url("/images/block.png") left top repeat-y; background-size: contain;
border-radius: 3px;
overflow: auto;
padding: 5px 10px;
cursor: pointer;
text-decoration: none;
display: inline-block;
}
.load_more a:hover {
border: 1px solid #03ac8f;
color: #fff;
}
.load_more a:active {
box-shadow: #CCC 0px 1px 3px inset;
}
.load_more img {
width: 85px;
}
.timeago, .timeago-standard {
color: #999;
float: left;
font-size: 11px;
}
.timeago:hover, .timeago-standard:hover {
color: #666
}
.verified-small img {
width: 13px;
height: 13px;
margin: 0 0 -2px 3px;
}
.sidebar-container {
padding: 0 10px;
margin-bottom: 20px;
}
.sidebar-content {
background: #101720;
border-radius: 10px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
overflow: hidden;
}
.sidebar-header {
background: #101720;
padding: 20px;
font-weight: bold;
color: #c3c3c3;
border-bottom: 1px solid #151e27;
}
.sidebar-header a {
color: #777;
}
.sidebar-header a:hover {
color: #222;
}
.sidebar-header-link a {
color: #AAA;
float: right;
}
.sidebar-header-link a:hover {
color: #666;
}
.sidebar-header-light {
font-weight: normal;
}
.sidebar-inner {
padding: 10px;
}
.sidebar-birthdays img {
vertical-align: top;
margin-right: 5px;
}
.sidebar-subscriptions {
width: 33.333%;
float: left;
}
.sidebar-subscriptions img {
width: 100%;
display: block;
}
.sidebar-title-container {
color: #FFF;
display: block;
position: absolute;
width: 33.333%;
word-wrap: break-word;
}
.sidebar-title-container a {
text-decoration: none;
color: #FFF;
}
.sidebar-title-name {
padding: 5px;
font-size: 11px;
}
.sidebar-link img {
vertical-align: middle;
margin: -4px 7px 0 0;
height: 24px;
width: 24px;
}
.sidebar-events img {
vertical-align: middle;
margin: -2px 7px 0 0;
height: 24px;
width: 24px;
}
.sidebar-event img {
vertical-align: middle;
margin: -2px 0 0 0;
height: 24px;
width: 24px;
}
.widget-types .sidebar-link img, .widget-gender .sidebar-link img, .widget-user-settings .sidebar-link img, .widget-admin-settings .sidebar-link img, .widget-notifications .sidebar-link img {
filter: invert(0%);
}
.sidebar-link a {
padding: 7px 7px 7px 12px;
display: block;
text-decoration: none;
color: #898F9C;
height: 23px;
line-height: 23px;
cursor: pointer;
}
.sidebar-link +.sidebar-link a {
border-top: 1px solid #151e27;
}
.sidebar-link a:hover {
background: #0e141a;
color: #666;
-webkit-transition: all .218s;
transition: all .218s;
}
.sidebar-settings-container {
padding: 8px 7px;
display: inline;
position: absolute;
right: 1px;
margin-top: -34px;
border-top: 1px solid #EEE;
cursor: pointer;
width: 16px;
}
.sidebar-link:hover .sidebar-settings {
display: inline;
}
.s-settings-hidden {
display: none;
}
.sidebar-link-sub a::after {
content: "";
background: url('images/icons/down_arrow_b.png') no-repeat;
background-size: 8px;
width: 8px;
height: 8px;
position: absolute;
right: 15px;
margin-top: 7px;
}
.sidebar-link-sub-active a::after {
content: "";
background: url('images/icons/down_arrow_b.png') no-repeat;
background-size: 8px;
width: 8px;
height: 8px;
position: absolute;
right: 15px;
margin-top: 7px;
transform: rotate(180deg);
}
.sub-menu a {
background: #FAFAFA;
}
.sidebar-link-active {
font-weight: bold;
}
.sidebar-link-active img {
margin-top: -3px;
}
.sidebar-users {
cursor: pointer;
}
.sidebar-users img {
vertical-align: middle;
margin-right: 7px;
border-radius: 50%;
}
img.sidebar-status-icon {
height: 25px;
width: 12px;
}
.sidebar-users a {
margin-top: -1px;
padding: 15px 10px 15px 10px;
border-top: 1px solid #151a27;
display: block;
text-decoration: none;
color: #898F9C;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.sidebar-users a:hover {
background: #0e141a;
color: #666;
}
.sidebar-chat-list {
max-height: 456px;
overflow: auto;
}
.sidebar-header input {
border: 1px solid #101720;
background: #101720 url('images/icons/search.png') no-repeat center right;
background-size: 14px;
width: 100%;
margin: 0;
padding: 0;
color: #fff;
}
.sidebar-divider {
height:1px;
width: 100%;
background: #151a27;
float: left;
}
.sidebar-list {
padding: 7px 10px;
font-size: 13px;
word-wrap: break-word;
}
.sidebar-list +.sidebar-list {
border-top: 1px solid #EEE;
}
.sidebar-list img {
width: 20px;
height: 20px;
margin-left: 3px;
vertical-align: middle;
}
.sidebar-list a {
color: #6B6B6B;
}
.sidebar-avatar {
width: 50px;
float: left;
}
.sidebar-avatar img {
width: 100%;
border-radius: 50%;
}
.sidebar-avatar-desc {
height: 35px;
margin-left: 60px;
padding-top: 13px;
font-size: 13px;
}
.sidebar-avatar-edit a {
font-size: 12px;
color: #666 !important;
font-weight: normal;
}
.sidebar-more {
height: 22px;
}
.sidebar-arrow {
float: none;
margin: 2px auto 0 auto;
}
.message-form-content {
box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 50%);
background: #101720;
color: #6B6B6B;
border-radius: 3px;
overflow: auto;
}
.message-form-header, .page-header {
    padding: 20px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #c3c3c3;
    border-bottom: 1px solid #1a2332;
    background: transparent;
}
.message-form-user img, .page-header img {
width: 18px;
height: 18px;
margin-right: 10px;
border-radius: 2px;
float: left;
}
.message-form-private {
float: right;
}
.message-form-inner {
padding: 10px;
border-bottom: 1px solid #151e27;
}
.message-form-inner textarea {
border: 0;
width: 100%;
resize: none;
height: 38px;
min-height: 38px;
max-width: 100%;
overflow: hidden;
background: #101720;
color: #777;
}
.message-form-input {
border-bottom: 1px solid #151e27;
padding: 5px 10px;
display: none;
}
.message-form-input input {
border: 0;
width: 100%;
box-sizing: border-box;
opacity: 0;
cursor: default;
}
.message-reported {
padding-bottom: 5px;
}
.selected-files {
border-bottom: 1px solid #151e27;
padding: 2.5px 7.5px;
display: none;
color: #a9a9a9;
overflow: auto;
}
.si-box {
float: left;
position: relative;
width: 20%;
padding-bottom: 20%;
}
.si-box-inner {
position: absolute;
left: 2.5px;
right: 2.5px;
top: 2.5px;
bottom: 2.5px;
overflow: hidden;
background-size: cover;
}
.message-btn {
float: right;
padding: 6px 10px 0 0;
}
/*.button-active a, .plugin-button-active {
float: right;
background: url("/images/block.png") left top repeat-y; background-size: contain;
border-radius: 3px;
padding: 4px 7px;
color: #fff !important;
cursor: pointer;
text-decoration: none;
}
.button-active a:hover, .plugin-button-active:hover {
color: #fff;
border-color: url("/images/block.png") left top repeat-y; background-size: contain;
background: url("/images/block.png") left top repeat-y; background-size: contain;
}
.button-active a:active, .plugin-button-active:active {
background: #6a2c91;
border-color: #6a2c91;
box-shadow: #03ac8f 0px 5px 15px inset;
}
.button-active-2 a {
float: right;
background: url("/images/block.png") left top repeat-y; background-size: contain;
border-radius: 3px;
padding: 5px 7px;
color: #fff !important;
cursor: pointer;
text-decoration: none;
transition: .5s;
}
.button-active-2 a:active {
background: #6a2c91;
border-color: #6a2c91;
box-shadow: #03ac8f 0px 5px 15px inset;
}
.button-normal a, .plugin-button-normal {
float: right;
background: #DDD;
border-radius: 3px;
padding: 4px 7px;
color: #000 !important;
cursor: pointer;
text-decoration: none;
}
.button-normal a:hover, .plugin-button-normal:hover {
background: #CCC;
color: #333;
text-decoration: none;
}
.button-normal a:active, .plugin-button-normal:active {
border-color: #CCC;
box-shadow: #CCC 0px 1px 5px inset;
z-index: 2;
color: #000;
}
.button-normals label {
float: right;
background: #DDD;
border-radius: 3px;
padding: 6px 7px;
color: #000 !important;
cursor: pointer;
text-decoration: none;
margin-bottom: 5px;
}*/
.message-loader {
float: right;
padding-top: 5px;
}
.chat-loader {
float: left;
padding-top: 30px;
}
.chat-container {
height: 410px;
padding: 0 10px;
overflow: auto;
}
.chat-container .message-reply-container {
padding-top: 8px;
}
.chat-image-thumbnail {
width: 100%;
height: 100px;
}
.chat-image-thumbnail img {
cursor: pointer;
border-radius: 3px;
}
.chat-form-inner {
padding: 10px 5px;
float: left;
width: 100%;
box-sizing: border-box;
}
.chat-form-inner input {
border: 0;
width: 100%;
resize: none;
height: 25px;
min-height: 25px;
max-width: 100%;
overflow: hidden;
padding: 0 5px;
box-sizing: border-box;
}
#chat2 {
display: block;
width: 100%;
max-width: 710px;
margin-bottom: 5px;
height: 35px;
min-height: 30px;
box-sizing: border-box;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #f7f7f7;
background-color: transparent;
border: none;
resize: vertical;
}
#chat2::placeholder {
color: #f7f7f7;
opacity: 0.4;
}
#chat2:focus {
color: #f7f7f7;
background-color: transparent;
}
.chat-error {
padding: 10px 0;
}
.chat-send {
float: right;
padding: 12px 10px;
margin: 0;
width: 110px;
margin-right: 10px;
cursor: pointer;
text-align: center;
background-color: #5ea2dc;
border: none;
border-radius: 8px;
font-size: 15px;
font-weight: 600;
font-family: inherit;
color: #fff;
line-height: 1;
height: auto;
vertical-align: middle;
box-sizing: border-box;
transition: all 0.2s ease;
outline: none;
appearance: none;
}
.chat-send:active {
background-color: #4b89bd;
transform: translateY(1px);
}
.chat-send.disabled {
background: #2a3546 !important;
color: #6b7785 !important;
cursor: not-allowed;
transform: none;
}
textarea {
width: 100%;
max-width: 500px;
}
.logo-container {
float: left;
margin-right: 10px;
padding: 0;
}
.logo {
height: 45px;
width: 80px;
float: left;
background: url('images/logo.png') no-repeat;
background-size: 80px;
margin: 4px 0 0 0;
}
.info {
border: 1px solid #38A8FF;
background: #BEDBFF;
border-radius: 3px;
color: #2A4E9B;
width: 91%;
padding: 5px 7px;
}
.page-login-container {
    padding: 0 15px;
}
.page-container {
padding: 0 10px;
margin-bottom: 20px;
}
.page-content {
    background: #101720;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.content-settings .page-content {
overflow: initial;
}
.page-inner {
padding: 10px;
overflow: hidden;
}
.page-container-base {
width: 100%;
float: left;
padding: 10px 0;
}
.page-input-container {
width: 100%;
float: left;
padding: 10px 0;
}
.page-container-base select {
padding: 7px;
border-radius: 2px;
margin: 0;
}
.page-input-container input, .page-input-container select, .page-input-container textarea {
    width: 100%;
    max-width: 230px;
    padding: 12px 16px;
    background: #0a0e16;
    border: 1px solid #233043;
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
.page-input-container input:focus {
    outline: none;
    border-color: #5ea2dc;
    box-shadow: 0 0 0 3px rgba(94, 162, 220, 0.2);
}
.page-container-base select:focus, .page-input-container select:focus, .page-input-container textarea:focus {
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
}
.page-input-container input[type="text"] {
    width: 100%;
    max-width: 100%; /* Убрали жесткий лимит, теперь поле адаптивно заполняет правую часть */
    padding: 12px 16px;
    background: #0a0e16;
    border: 1px solid #233043;
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
.page-input-container input[type="text"]:focus {
    outline: none;
    border-color: #5ea2dc;
    box-shadow: 0 0 0 3px rgba(94, 162, 220, 0.2);
}
.page-input-container input[type="submit"] {
    width: 100%;
    max-width: 100%; /* Убрали жесткий лимит, теперь поле адаптивно заполняет правую часть */
    padding: 12px 16px;
    background: #0a0e16;
    border: 1px solid #233043;
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
.page-input-container input[type="submit"]:focus {
    outline: none;
    border-color: #5ea2dc;
    box-shadow: 0 0 0 3px rgba(94, 162, 220, 0.2);
}
.page-input-container input[type="file"] {
border: 1px solid #ccc;
border-radius: 3px;
padding: 5px;
}
.page-input-container input[type="file"]:hover {
border: 1px solid #AAA;
}
.page-input-container input[type="checkbox"] {

}
.page-input-container-name {
width: 100%;
padding: 10px 0;
}
.page-input-container-name input {
padding: 7px;
border: 1px solid #ccc;
border-radius: 2px;
margin: 0;
max-width: 204px;
color: #fff;
background: transparent;
}
.page-input-container-name input {
max-width: 188px;
width: 100%;
}
.page-input-container-name input:hover, .page-input-container-name input:focus {
border: 1px solid #b9b9b9;
}
select {
padding: 5px auto /*26px*/ 5px 5px !important;
background-size: 8px;
font-family: inherit; 
font-size: inherit; 
outline: 0;
background: #dcdddc;
}
.page-input-content {
width: 100%;
padding-left: 95px;
box-sizing: border-box;
}
.page-input-title, .page-input-title-img {
text-align: right;
width: 85px;
margin-right: 10px;
margin-top: 11px;
display: inline-block;
vertical-align: top;
float: left;
color: #c8c8c8;
}
.page-input-title-name {
text-align: right;
width: 85px;
margin-right: 10px;
margin-top: 6px;
margin-bottom: 6px;
font-size: 15px;
display: inline-block;
vertical-align: top;
float: left;
color: #fff;
font-weight: bold;
}
.page-title-name-error {
font-size: 15px;
font-weight: bold;
color: #fff;
}
.page-input-title-2 {
text-align: right;
width: 85px;
margin-right: 10px;
margin-top: 6px;
display: inline-block;
vertical-align: top;
float: left;
color: #c8c8c8;
}
.page-input-sub {
    color: #6b7785;
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.5;
}
.page-input-sub-name {
color: #fff;
font-size: 13px;
padding-top: 3px;
margin-bottom: 6px;
}
.registration-date {
font-size: 14px;
}
.page-input-title-img {
margin: 10px 0 0 10px;
width: 100px;
height: 100px;
cursor: pointer;
border-radius: 50%;
border: 3px solid #FFF;
box-shadow: 0px 2px 2px #CCC;
position: relative;
}
.page-input-title-img:hover {
background-color: #CCC !important;
background-image: url('images/icons/events/camera.svg') !important;
background-size: 24px !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
.page-input-title-img-wall {
width: 100%;
height: 200px;
display: inline-block;
float: left;
}
.stats-boxes-container {
overflow: auto;
width: 100%;
padding-bottom: 10px;
}
.container {
padding: 15px 0;
overflow: auto;
width: 100%;
float: left;
}
.chart img {
width: 100%;
}
.preloader {
width: 110px;
height: 10px;
background: url('images/preloader.gif');
background-size: 110px 10px;
background-repeat: no-repeat;
background-position: center;
}
.preloader-center {
margin: 0 auto;
padding: 3px 0 2px 0;
}
.preloader-left {
display: inline-block;
}
.preload-chat {
margin-top: 3px; margin-bottom: 4px;
}
.retrieving-results {
padding: 10px;
overflow: auto;
}
.footer {
padding: 0 10px;
border-top: 1px solid #151e27;
background: #101720;
}
.footer-img {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.footer-container {
font-size: 14px;
color: #7E7E7E;
padding: 10px 0;
width: 100%;
margin: 0 auto;
max-width: 560px;
}
.footer-links {
padding-bottom: 5px;
}
.footer-links a {
color: #5ea2dc;
}
.footer-languages {
padding-bottom: 5px;
}
.footer-languages a {
color: #5ea2dc;
}
.footer-links span:not(:last-child):after, .footer-languages span:not(:last-child):after {
content: " - ";
}
.error {
padding: 5px;
border: 1px solid #cc0000;
background: #ffc0cf;
color: #b40a34;
border-radius: 3px;
margin: 0 0 10px 0;
}
.forgot-password a {
color: rgba(255, 255, 255, .8);
float: right;
font-size: 13px;
}
.forgot-password a:hover {
color: rgba(255, 255, 255, 1) !important;
}
.welcome-captcha {
background-color: #FFF;
background-repeat: no-repeat;
background-position: top right;
}

.notification-box {
    position: relative;
    padding: 14px 40px 14px 16px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    color: #b3f0ff;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 10px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: t2NotifySlide 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
/*.notification-close::before, .notification-close::after { background-color: #00d4ff; }*/

@keyframes t2NotifySlide {
    0% { opacity: 0; transform: translateY(-12px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
.notification-box-extra {
    margin: 10px auto;
}
.notification-box p {
    margin: 0;
    width: 100%;
}
.notification-box-error {
    background: rgba(254, 53, 149, 0.12);
    border: 1px solid rgba(254, 53, 149, 0.4);
    color: #ffb3d9;
}
.notification-close-error::before, .notification-close-error::after { background-color: #fe3595; }

.notification-box-success {
    background: rgba(0, 255, 157, 0.08);
    border: 1px solid rgba(0, 255, 157, 0.3);
    color: #b3ffdf;
}
.notification-close-success::before, .notification-close-success::after { background-color: #00ff9d; }

.notification-box-info {
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    color: #b3f0ff;
}
.notification-close-info::before, .notification-close-info::after { background-color: #00d4ff; }

.notification-close {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s ease;
}
.notification-close:hover {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
}
.notification-close::before, .notification-close::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    width: 12px;
    height: 2px;
    border-radius: 2px;
}
.notification-close::before { transform: rotate(45deg); }
.notification-close::after { transform: rotate(-45deg); }

@keyframes t2FadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes t2NotifySlide {
    0% { opacity: 0; transform: translateY(-20px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
.notification-box-t2 {
    margin: 16px 26px;
}
.notification-box__bg {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: block; 
    animation: t2FadeIn 0.3s ease forwards;
    font-family: 'Manrope', sans-serif;
}
.notification-box__content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.notification-boxs {
    position: relative;
    display: flex;
    align-items: center;
    background: #111111;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
    border-radius: 16px;
    width: 100%;
    max-width: 420px;
    padding: 24px 50px 24px 24px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    animation: t2NotifySlide 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    box-sizing: border-box;
    overflow: hidden;
}
.notification-boxs::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #E5006D;
}
.notification-boxs p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.notification-closes {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}
.notification-closes:hover {
    opacity: 1;
}
.notification-closes::before, .notification-closes::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 4px;
    width: 16px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 2px;
    transition: transform 0.2s ease;
}
.notification-closes::before { transform: rotate(45deg); }
.notification-closes::after { transform: rotate(-45deg); }
.notification-closes:hover::before { transform: rotate(135deg); }
.notification-closes:hover::after { transform: rotate(45deg); }

.welcome-inner {
overflow: auto;
padding: 0 20px;
}
.welcome-user {
width: 10%;
float: left;
box-sizing: content-box;
}
.welcome-user a {
margin: 5px;
display: block;
}
.welcome-user img {
width: 100%;
display: block;
border-radius: 50%;
max-inline-size: max-content;
}
.welcome-message {
float: left;
width: 100%;
color: #FFF;
margin: 65px 0;
text-align: center;
}
.welcome-title {
font-size: 40px;
font-weight: normal;
text-shadow: 0 2px 10px rgba(150,150,150,0.3);
text-transform: uppercase;
font-family: 'Gilroy';
}
.welcome-desc {
font-size: 17px;
letter-spacing: .03rem;
font-weight: normal;
max-width: 550px;
margin: 20px auto;
color: #FFF;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
font-family: 'Gilroy';
text-transform: none;
}
.welcome-about {
font-smooth: always;
-webkit-font-smoothing: antialiased;
font-size: 17px;
letter-spacing: .03rem;
color: #fff;
text-shadow: 1px 2px 10px #646464;
max-width: 550px;
margin: 40px auto 0px auto;
}
.notification-container {
max-width: 580px;
width: 100%;
display: none;
top: 45px;
position: absolute;
padding-right: 20px;
box-sizing: border-box;
}
.notification-content {
background: #101720;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 0 20px 40px 0 rgb(0 0 0 / 30%);
border-top: 0;
max-width: 400px;
width: 100%;
float: right;
box-sizing: border-box;
}
.notification-inner {
padding: 10px;
}
.n-i-extended {
border-bottom: 1px solid #151e27;
}
.notification-row:first-child {
border-top: none;
}
.notification-row {
float: left;
width: 100%;
border-top: 1px solid #151e27;
}
.notification-row-friends:first-child {
border-top: none;
}
.notification-row-friends {
float: left;
width: 100%;
border-top: 1px solid #151e27;
}
.notification-image {
float: left;
}
.notification-text {
padding-left: 35px;
word-break: break-word;
}
.notification-text a, .sidebar-fa-text a {
cursor: pointer;
font-weight: bold;
}
.notification-text img {
vertical-align: top;
margin-right: 5px;
}
.chat-snippet {
font-style: italic;
word-wrap: break-word;
}
.notification-buttons {
margin-top: 5px;
}
.notification-buttons .notification-button {
margin: 0px 3px 0px 0px;
float: right;
font-size: 11px;
}
.notification-unread {
background: #1c2732;
}
.notification-friendships {
float: left;
padding: 0;
width: 100%;
max-width: 205px;
}
.notification-padding {
padding: 7px 6px 7px 6px;
overflow: auto;
}
#notifications-content .timeago {
float: none;
}
#notifications-content .timeago:hover {
text-decoration: none;
}
#notifications-content img.notifications {
height: 33px;
width: 33px;
border-radius: 50%;
margin-right: 5px;
}
#notifications-content {
max-height: 435px;
overflow: auto;
}
#notifications-page .timeago {
float: none;
}
#notifications-page .timeago:hover {
text-decoration: none;
}
#notifications-page .message-top a {
cursor: pointer;
font-weight: bold;
}
#notifications-page .users-container:first-child {
margin-top: 0;
}
.message-icon {
border-radius: 2px;
margin: -1px 5px 0 0;
float: left;
}
.sidebar-fa-image {
float: left;
}
.sidebar-fa-image a {
display: block;
line-height: 0;
}
.sidebar-fa-image img {
width: 30px;
height: 30px;
border-radius: 50%;
}
.sidebar-fa-text {
font-size: 12px;
padding-left: 35px;
}
.sidebar-fa-text .timeago {
float: none;
display: inline-block;
}
.sidebar-fa-content {
max-height: 400px;
overflow: auto;
}
.input_hidden {
display: none;
}
.selected {
background-color: #DFDFDF;
}
#notifications_btn, #messages_btn, #friends_btn {
width: 16px;
}
.message-btn-plus {
display: none;
}
.notifications-number-container {
float: left;
margin-right: 5px;
}
.notifications-number {
background: #fe3595; /* Old browsers */
border-radius: 5px;
padding: 2px 3px;
font-size: 10px;
position: absolute;
margin: -30px 0 0 9px;
color: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.admin-notifications-number {
background: #00ab06;
padding: 0 3px;
border-radius: 5px;
font-weight: normal;
color: #FFF;
font-size: 10px;
position: absolute;
height: 20px;
line-height: 20px;
margin: 1px 0 0 5px;
}
.sidebar-notifications-number {
right: 32px;
margin: 1px 0 0 0;
}
#more_users {
padding: 10px 0 0 0;
margin-bottom: -10px;
}
#share, #delete, #likes, #camera, #shares {
position: fixed;
z-index: 1001;  
top: 50%;  
left: 50%;  
margin: -75px 0 0 -150px;  
width: 300px;  
height: 150px;
display: none;
}
#camera {
margin: -200px 0 0 -200px;
width: 400px;
height: 400px;
}
.modal-large {
margin-top: -200px !important;
}
.modal-container-large {
height: 400px;
}
.modal-inner-large {
height: 292px;
padding: 0;
}
/* Контейнер модального окна */
.modal-container-del {
    background: #151d27; /* Темный фон, соответствующий окружению */
    width: 90%;
    max-width: 320px; /* Адаптивная ширина вместо жестких 300px */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border-radius: 12px; /* Более мягкое и современное скругление */
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-family: inherit;
    overflow: hidden; /* Чтобы нижняя панель не выходила за радиус */
}

/* Внутренние отступы */
.modal-inner-del {
    padding: 16px 20px;
}

/* Заголовок */
.modal-title-del {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

/* Текст сообщения */
.modal-desc-del, .modal-result-del {
    font-size: 15px;
    line-height: 1.5;
    color: #aeb4be;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.modal-result-del {
    display: none;
}

/* Меню с кнопками (Flexbox) */
.modal-menu-del {
    display: flex;
    justify-content: flex-end; /* Прижимаем кнопки вправо */
    gap: 12px; /* Расстояние между кнопками */
    padding: 16px 20px;
    background: #121922; /* Слегка затемненный фон для подвала */
}

/* Сброс старых стилей */
.modal-btn-del, .modal-close-del, .modal-cancel-del {
    float: none;
    margin: 0;
}

.modal-close-del {
    display: none;
}

/* Общие стили для ссылок внутри кнопок */
.button-normal-del a, .plugin-button-normal,
.button-active-del a, .plugin-button-active {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.1s ease;
    text-align: center;
    box-sizing: border-box;
}

/* Анимация нажатия */
.button-normal-del a:active, .plugin-button-normal:active,
.button-active-del a:active, .plugin-button-active:active {
    transform: scale(0.96);
}

/* Обычная кнопка (Отмена) */
.button-normal-del a, .plugin-button-normal {
    background: #f0f2f5;
    color: #101720 !important;
    border: none;
}

.button-normal-del a:hover, .plugin-button-normal:hover {
    background: #e4e6e9;
    opacity: 0.9;
}

/* Активная кнопка (Удалить - градиент t2) */
.button-active-del a, .plugin-button-active {
    /* Чистый CSS-градиент от бирюзового к фиолетовому вместо картинки */
    background: linear-gradient(135deg, #4eb5a3, #7a3a9e); 
    color: #ffffff !important;
    border: none;
    box-shadow: 0 4px 12px rgba(122, 58, 158, 0.2);
}

.button-active-del a:hover, .plugin-button-active:hover {
    opacity: 0.9;
    box-shadow: 0 4px 15px rgba(122, 58, 158, 0.4);
}
.modal-container {
background: #101720;
width: 300px;  
height: 145px;
box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
border-radius: 3px;
}
.modal-inner {
padding: 10px;
}
.modal-title {
font-size: 16px;
}
.modal-desc, .modal-result {
min-height: 35px;
}
.modal-result {
display: none;
}
.modal-desc img {
width: 85px;
}
.modal-btn, .modal-close, .modal-cancel {
float: right;
margin: 10px 10px 0 0;
}
.modal-close {
display: none;
}
.modal-background {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.15);
position: fixed;
overflow: auto;
left: 0;
top: 0;
display: none;
z-index: 1000;
}
.modal-listing-results {
overflow: auto;
height: 312px;
float: left;
width: 100%;
}
.modal-listing {
float: left;
width: 100%;
}
.modal-listing-inner {
padding: 10px;
border-bottom: 1px solid #dee0e3;
}
.modal-listing-load-more {
text-align: center;
}
.modal-listing-load-more a {
color: #999;
text-decoration: none;
cursor: pointer;
float: left;
width: 100%;
padding: 5px 0;	
}
.modal-listing-load-more a:hover {
color: #666;
}
.edit-menu {
margin: 0 0 10px 0;
overflow: auto;
border-bottom: 1px solid #151e27;
}
.edit-menu-item {
color: #898F9C;
padding: 10px 0 12px 0;
float: left;
cursor: pointer;
margin-right: 15px;
font-weight: bold;
}
.edit-menu-item:hover {
color: #666;
}
.edit-menu-item-active {
color: #666;
padding: 10px 0 10px 0;
border-bottom: 2px solid #db2768;
cursor: pointer;
}
.likes-users {
float: left;
width: 10%;
border-radius: 5px;
display: inline-block;
box-sizing: border-box;
padding-right: 5px;
}
.likes-users:last {
padding-right: 0;
}
.likes-users img {
width: 100%;
}
.likes-total {
font-size: 22px;
display: inline-block;
}
#gallery-close {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#gallery {  
display:none;  
background: rgba(0, 0, 0, 0.9); 
position: fixed;  
top: 0;  
left: 0;
bottom: 0;
right: 0;
z-index: 1001; 
}
.image-container {
margin: 5% auto;
max-width: 1000px;
width: 100%;
height: 100%;
position: relative;
}
.gallery-container {
margin: 0 auto;
max-width: 100%;
width: 100%;
z-index: 1002;
border-radius: 4px;
}
.gallery-footer {
float: left;
width: 100%;
background: #efefef;
font-size: 13px;
color: #777;
height: 62px;
}
.gallery-footer-container {
padding: 10px;
}
.image-content {
background: #000;
width: 100%;
float: left;
text-align: center;
height: 538px;
}
.image-content img {
max-width: 100%;
max-height: 100%;
display: inline-block;
margin-bottom: -3px;
}
#gallery-prev {
background: url('images/icons/gallery_prev.png') no-repeat left bottom;
float: left;
width: 20%;
position: absolute;
left: 0;
background-position: left center;
z-index: 99999;
cursor: pointer;
}
#gallery-next {
background: url('images/icons/gallery_next.png') no-repeat right bottom;
float: right;
width: 20%;
position: absolute;
right: 0;
background-position: right center;
z-index: 99999;
cursor: pointer;
}
#gallery-prev:hover {
background: url('images/icons/gallery_prev_h.png') no-repeat left center;
}
#gallery-next:hover {
background: url('images/icons/gallery_next_h.png') no-repeat right center;
}
.close_btn {
width: 17px;
height: 17px;
float: right;
background: rgba(0, 0, 0, .12) url('images/icons/close.png') no-repeat center center;
background-size: 17px;
cursor: pointer;
position: absolute;
right: 0;
padding: 5px;
}
.close_btn:hover {
background: rgba(0, 0, 0, .32) url('images/icons/close.png') no-repeat center center;
background-size: 17px;
}
.close_btn:active {
background: rgba(0, 0, 0, .62) url('images/icons/close.png') no-repeat center center;
background-size: 17px;
}
#loading-bar {
position: fixed;
z-index: 2147483647;
top: 0;
left: -6px;
width: 0;
height: 3px;
background-color: #ff3196;
border-radius: 1px;
-moz-transition: width 500ms ease-out,opacity 400ms linear;
-ms-transition: width 500ms ease-out,opacity 400ms linear;
-o-transition: width 500ms ease-out,opacity 400ms linear;
-webkit-transition: width 500ms ease-out,opacity 400ms linear;
transition: width 500ms ease-out,opacity 400ms linear;
}
#loading-bar dd, dt {
position: absolute;
box-shadow: #e4e4e4 1px 0 6px 1px;
}
#loading-bar dd {
opacity: .6;
width: 20px;
right: 0;
clip: rect(-6px,22px,14px,10px);
}
#loading-bar dt {
opacity: .6;
width: 180px;
right: -80px;
clip: rect(-6px,90px,14px,-6px);
}
.bc-container {
position: fixed;
bottom: 0;
right: 0;
height: 350px;
margin-right: 10px;
pointer-events: none;
}
.bc-friends-header {
border: 1px solid #BFBFBF;
border-bottom: 1px solid #EEE;
height: 14px;
background: #f8f8f8;
padding: 10px;
font-size: 13px;
font-weight: bold;
color: #777;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
cursor: pointer;
}
.bc-friends-user {
margin-top: 35px;
}
.bc-friends-content {
background: #FFF;
height: 288px;
border: 1px solid #BFBFBF;
border-top: none;
border-bottom: none;
overflow: auto;
}
.bc-friends-username {
color: #666;
float: left;
line-height: 15px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 175px;
}
.bc-friends-container {
width: 250px;
float: right;
bottom: 0;
margin-left: 10px;
box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
pointer-events: all;
}
.bc-friends-content .sidebar-users a {
border-bottom: 1px solid #151a27;
}
.bc-friends-chat {
background: #FFF;
height: 228px;
border: 1px solid #BFBFBF;
border-top: none;
border-bottom: none;
padding: 0 5px;
overflow: auto;
}
.bc-friends-chat .timeago {
font-size: 10px;
}
.bc-friends-chat .message-reply-container {
padding-top: 5px;	
}
.bc-friends-chat .message-reply-message {
font-size: 12px;
padding: 3px 16px 3px 37px;
}
.user-one .message-reply-message {
padding: 0 16px 0 3px;
}
.c-w-input {
height: 50px;
width: 248px;
bottom: 0;
border: 1px solid #BFBFBF;
border-top: 1px solid #EEE;
border-bottom: none;
background: #FFF;
}
.c-w-input input {
border: 0;
width: 240px;
height: 17px;
padding: 4px;
font-size: 13px;
}
.c-w-input-search input {
width: 240px;
}
.c-w-status {
float: left;
margin: -5px 5px 0 0;
}
.c-s-icon {
margin-right: 3px;
}
.chat-plugin-container {
width: 216px;
bottom: 50px;
border: 1px solid #dee0e3;
border-radius: 3px;
background: #f2f2f2;
position: absolute;
display: none;
box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
overflow: auto;
pointer-events: all;
z-index: 1;
}
.chat-plugin-container a {
float: left;
cursor: pointer;
}
.chat-plugin-container a:hover {
background: #e5e5e5;
border-radius: 3px;
}
.chat-plugin-container a:active {
background: #cccccc;	
}
.c-w-icon {
width: 16px;
height: 16px;
float: left;
margin: 5px 3px 0 5px;
cursor: pointer;
}
.c-w-icon:hover {
opacity: 0.5;
}
.c-w-icon-smiles {
background: url('images/icons/chat_emoticon.svg');
background-size: 16px 16px;
filter: var(--plugin-p-i-c);
}
.c-w-icon-picture {
background: url('images/icons/chat_picture.svg');
background-size: 16px 16px;
filter: var(--plugin-p-i-c);
}
.bc-friends-header-animated {
background: #CCC;
-webkit-animation: chatwindow 1s ease infinite;
   -moz-animation: chatwindow 1s ease;
		animation: chatwindow 1s ease infinite;
}
.emojis-list {
display: none;
max-height: 220px;
}
.emoji-category {
cursor: pointer;
padding: 5px;
margin: 0;
float: left;
width: 18px;
font-size: 14px;
height: 22px;
text-align: center;
}
.emoji-category-active {
background-color: #F5F5F5;
}
.emoji-category:hover {
background-color: #F5F5F5;
}
.emoji-category-active, .emoji-category-active:hover {
background-color: #EEE;
}
.emojis-container {
padding: 5px 10px 5px 10px
}
.emojis-buttons {
padding: 0 10px 0 10px;
}
.emojis-container a {
width: 18px;
text-decoration: none;
font-size: 14px;
padding: 5px;
height: 21px;
text-align: center;
}
.emoji-divider {
height: 1px;
width: 100%;
background: #e1e1e1;
float: left;
}
.search-sidebar {
width: 100%;
padding: 5px;
border: 1px solid #ccc;
border-radius: 2px;
margin: 0;
box-sizing: border-box;
padding-right: 26px;
}
.search-sidebar:hover, .search-sidebar:focus {
border-color: #b9b9b9;
}
#search-sidebar-btn {
background: url('images/icons/search.png') no-repeat center center;
width: 14px;
height: 14px;
background-size: 14px;
position: absolute;
right: 12px;
padding: 5px;
margin-top: -26px;
cursor: pointer;
}
.about-icon {
width: 12px;
height: 12px;
display: inline-block;
margin-right: 10px;
}
.admin-stats-container {
width: 100%;
float: left;
padding: 5px 0;
}
.admin-stats-extra {
background: #f7f7f7;
}
.admin-stats-column {
width: 33.333%;
float: left;
padding: 0 0 0 10px;
box-sizing: border-box;
}
.admin-stats-center-column {
padding: 0 10px;
text-align: center;
}
.admin-stats-right-column {
padding: 0 10px 0 0;
text-align: right;
}
.admin-stats-container:hover {
background: #EEE;
}
.page-input-content-stats {
padding-left: 0;
}
.last-online {
font-size: 12px;
width: 100%;
float: left;
box-sizing: border-box;
padding: 5px 0;
color: #CCC;
margin-top: 5px;
}
.last-online .timeago, .last-online .timeago-standard {
float: none;
color: #CCC;
font-size: 12px;
display: inline-block;
}
#timer {
font-size: 12px;
}
#images {
display: none;
}
.mentions-container {
border: 1px solid #EEE;
border-bottom: 0;
}
.mention-user {
padding: 5px 10px;
cursor: pointer;
border-bottom: 1px solid #EEE;
}
.mention-user:hover {
background: #f2f2f2;
}
.mention-user img {
vertical-align: bottom;
padding-right: 2px;
}
@-webkit-keyframes chatwindow {
0%   {background: #EFEFEF;}
100% {background: #F8F8F8;}
}
@-moz-keyframes chatwindow {
0%   {background: #EFEFEF;}
100% {background: #F8F8F8;}
}
@keyframes chatwindow {
0%   {background: #EFEFEF;}
100% {background: #F8F8F8;}
}
.mobile {
display: none;
}
.desktop {
display: inline;
}
.d-none {
display: none !important;
}
.d-block {
display: block !important;;
}
.pt-0 {
padding-top: 0 !important;;
}
.pb-0 {
padding-bottom: 0 !important;;
}
.pb-1 {
margin-bottom: 10px;
margin-top: -10px;
}
.float-inherit {
float: inherit !important;;
}
.overflow-auto {
overflow: auto;
}
/*.grid-container {
display: flex;
flex-direction: row-reverse;
overflow: auto;
width: 100%;
}
.grid-content {
flex: 5;
position: relative;
}
.grid-sidebar {
flex: 17%;
position: relative;
}*/
@media only screen and (max-device-width: 1002px), only screen and (device-width: 1024px) and (device-height: 1002px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 1002px), only screen and (max-width: 1002px) {	
    .row-body {
    border: 0;
    overflow: auto;
    }
}
/* ------------------- !MOBILE ----------------------- */
@media only screen and (max-device-width: 1100px), only screen and (device-width: 1100px) and (device-height: 1100px), only screen and (width: 1100px) and (orientation: landscape), only screen and (device-width: 1100px), only screen and (max-width: 1100px) {
   .row-welcome {
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   }
}
@media only screen and (max-device-width: 768px), only screen and (device-width: 768px) and (device-height: 768px), only screen and (width: 768px) and (orientation: landscape), only screen and (device-width: 768px), only screen and (max-width: 768px) {
    body {
    image-rendering: inherit;
    }
    .row-body .two, .row-body .ten, .row-body .twenty, .row .three, .row-body, .row-body .nine, .row-body .three, .row .four, .row .eight, .row .seven, .row-page .three, .row-page .nine {
    width: 100%;
    }
    .row-body .threeads img {
    width: auto;
    height: auto;
    }
    .row .six {
    width: 50%;
    }
    .body {
    border: 0;
    }
    .footer-container a {
    padding: 0 0 5px 0 !important;
    width: 100%;
    line-height: 15px;
    }		 
    .inputs-container {
    padding: 30px 10px 30px 20px;
    }
    .row-body .five {
    width: 100%;
    }
    .message-container {
    padding: 0 10px 10px 10px;
    }
    .message-reply-container .comment-menu {
    display: block;
    }
    .cover-container {
    height: auto;
    }
    .cover-username-container {
    max-width: 170px;
    margin-top: -55px;
    }
    .cover-username {
    font-size: 15px;
    margin: -30px 0 5px 0;
    }
    .cover-username img {
    width: 14px;
    height: 14px;
	margin: 2px 0 -3px 4px;
    }
    .cover-description-buttons {
    float: right;
    overflow: auto;
    display: block;
    width: 123px;
    }
    .cover-description-buttons-2 {
    float: right;
    overflow: auto;
    display: block;
    width: 190px;
    }
    .sidebar-container {
    padding: 10px;
    }
    .page-content .sidebar-container, .content-admin .sidebar-container, .content-settings .sidebar-container {
    padding: 0 10px 10px 10px;
    }
    .message-btn-plus {
    display: inline-block;
    cursor: pointer;
    float: left;
    }
    .message-btn-plus:hover {
    background-color: #efefef;
    -webkit-transition: all .218s;
    transition: all .218s;
    }
    .message-btn-plus:active {
    background-color: #DFDFDF;
    }
    .message-btn-plus img {
    padding: 7px 5px 6px 5px;
    width: 17px;
    height: 24px;
    pointer-events: none;
    }
    .page-input-title {
    width: 100%;
    text-align: left;
    padding: 3px 0;
    }
    .page-input-title-name {
    text-align: left;
    float: none;
    }
    .page-input-title-2 {
    text-align: right;
    width: 25px;
    margin-right: 10px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    float: left;
    color: #c8c8c8;
    }
    .page-input-sub {
    padding: 3px 0;
    width: 100%;
    min-width: 100%;
    }
    .page-input-content {
    width: 100%;
    padding-left: 0;
    }
    .row-page .stats-container, .row-body .stats-container, .row-page .dash-stats {
    width: 100%;
    }
    .subslist {
    right: 20px;
    }
    .subslist_message {
    right: 53px;
    }
    .notification-content {
    max-width: 100%;
    }
    #search {
    width: 77px;
    }
    .menu, .menu_name, a.cover-button, .likes-container {
    display: none;
    }
    .chat-container  {
    height: 300px;
    }
    .sidebar-chat-list {
    max-height: 350px;
    }
    .welcome-message {
    width: 100%;
    }
    .welcome-inputs {
    width: 100%;
    }
    .welcome-user {
    width: 20%;
    }
    .page-container {
    padding: 0 10px 10px 10px;
    }
    .menu-dd-content {
    width: 100%;
    box-sizing: border-box;
    }
    .menu-dd-mobile {
    display: block;
    }
    .notification-friendships {
    max-width: 110px;
    }
    .message-menu-container {
    margin-right: 20px;
    }
    .message-menu-container-plus {
    position: absolute;
    min-width: 100px;
    max-width: 150px;
    left: 11px;
    background: #efefef;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 30%);
    cursor: pointer;
    border-radius: 3px;
    display: none;
    z-index: 3;
    }
    .message-menu-active {
    display: block;
    }
    .welcome-inputs form {
    max-width: none;
    }
    .mobile, .s-settings-hidden {
    display: inline;
    }
    .s-settings-hidden {
    right: 20px;
    }
    .desktop {
    display: none;
    }
    .sidebar-menu-container {
    margin: -5px 20px 0 0;
    }
    .menu-profile-container {
    margin: 40px 20px 0 0;
    }
    .sidebar-settings-container {
    right: 11px;
    }
    .sidebar-notifications-number {
    right: 42px;
    }
    #profile-button {
    display: inline;
    right: 0;
    position: absolute;
    margin: 3px 10px 0 0;
    }
    #search-sidebar-btn {
    right: 22px;
    }
    .edit-menu-item  {
    font-size: 13px;
    }
    /*.grid-container {
    flex-direction: column;
    }
    .grid-content, .grid-sidebar {
    flex: 1;
    }*/
    .imgblock span {
    font-size: 2.5em;
    }
    .page-input-container input[type="text"] {
        max-width: 100%;
    }
    input[type="submit"] {
        width: 100%; /* На мобильных кнопка на всю ширину для удобства */
    }
}
@media only screen and (max-device-width: 330px), only screen and (device-width: 330px) and (device-height: 330px), only screen and (width: 330px) and (orientation: landscape), only screen and (device-width: 330px), only screen and (max-width: 330px) {
    .footer-img {
    display: none;
    }
}
@media only screen and (max-device-width: 380px), only screen and (device-width: 380px) and (device-height: 380px), only screen and (width: 380px) and (orientation: landscape), only screen and (device-width: 380px), only screen and (max-width: 380px) {
    #search {
    width: 42px;
    }
}
@media only screen and (max-device-width: 480px), only screen and (device-width: 480px) and (device-height: 480px), only screen and (width: 480px) and (orientation: landscape), only screen and (device-width: 480px), only screen and (max-width: 480px) {
    .cover-container {
        padding: 0 10px 10px 10px;
    }
    /*.notification-box {
        padding: 10px 32px 10px 14px;
        font-size: 13px;
    }
    .notification-box-extra {
        font-size: 13px;
        padding: 12px 36px 12px 14px;
    }*/
}