/* Темная тема */
[data-theme="dark"] {
	--background: #121212;
	--bloki: #1e1e1e;
	--cvet-na-akcente: #fff;
	--cvet-vnutri-bloka: #2a2a2a;
	--vtorostepennyy-cvet-bloka: #333;
	--glavnyy-tekst: #fff;
	--vtorostepennyy-tekst: #aaa;
	--yellow: #ffc01b;
	--orange: #f3833e;
  --akcenti: linear-gradient(180deg, #ffc01b 0%, #f3713e 100%);
  --box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  --purse-pers: url("../img/purse_pay_orange.png");
}

/* Светлая тема */
[data-theme="light"] {
  	--background: #f2f2f2;
	--bloki: #fff;
	--cvet-na-akcente: #fff;
	--cvet-vnutri-bloka: #f5f5f5;
	--vtorostepennyy-cvet-bloka: #d2d2d2;
	--glavnyy-tekst: #2d2d2d;
	--vtorostepennyy-tekst: #4d4d4d;
	--yellow: #ffc01b;
	--orange: #f3713e;
  	--akcenti: linear-gradient(180deg, #ffc01b 0%, #f3713e 100%);
  	--box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  	--purse-pers: url("../img/purse_pay_orange.png");
}

/* Синяя тема */
[data-theme="blue"] {
	--background: #111214;
	--bloki: #181a1f;
	--cvet-na-akcente: #fff;
	--cvet-vnutri-bloka: #1f232b;
	--vtorostepennyy-cvet-bloka: #2b3035;
	--glavnyy-tekst: #fff;
	--vtorostepennyy-tekst: #cfcfcf;
	--yellow: #a7d8ff;
	--orange: #339dff;
  	--akcenti: linear-gradient(180deg, #339dff 0%, #3a8dff 100%);
  	--box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  --purse-pers: url("../img/purse_pay_blue.png");
}
.cybergames {
    font-family: 'Arial', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    background: linear-gradient(90deg, #00a2ff, #00f7ff, #00a2ff, #008cff, #00a2ff);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: cyberShine 3s ease-in-out infinite, glitchEffect 5s infinite;
    text-shadow: 0 0 15px rgba(0, 200, 255, 0.5), 0 0 30px rgba(0, 150, 255, 0.3);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: none;
    position: relative;
    line-height: 1;
}

.cybergames-logo {
    text-decoration: none;
    display: inline-block;
}

@keyframes cyberShine {
    0% {
        background-position: 0% 50%;
        text-shadow: 0 0 15px rgba(0, 200, 255, 0.5), 0 0 30px rgba(0, 150, 255, 0.3);
    }

    50% {
        background-position: 100% 50%;
        text-shadow: 0 0 20px rgba(0, 230, 255, 0.8), 0 0 40px rgba(0, 180, 255, 0.6), 0 0 60px rgba(0, 150, 255, 0.4);
    }

    100% {
        background-position: 0% 50%;
        text-shadow: 0 0 15px rgba(0, 200, 255, 0.5), 0 0 30px rgba(0, 150, 255, 0.3);
    }
}

/* Крутая анимация глитча */
@keyframes glitchEffect {
    0%, 100% {
        transform: translate(0);
    }

    5% {
        transform: translate(-2px, 1px);
    }

    10% {
        transform: translate(2px, -1px);
    }

    15% {
        transform: translate(-1px, 2px);
    }

    20% {
        transform: translate(1px, -2px);
    }

    25% {
        transform: translate(0);
    }
}

/* Эффект свечения при наведении */
.cybergames:hover {
    animation: cyberShine 1s ease-in-out infinite, glitchEffect 2s infinite, pulseGlow 0.5s ease-in-out;
}

@keyframes pulseGlow {
    0% {
        text-shadow: 0 0 15px rgba(0, 200, 255, 0.5), 0 0 30px rgba(0, 150, 255, 0.3);
    }

    50% {
        text-shadow: 0 0 25px rgba(0, 230, 255, 1), 0 0 50px rgba(0, 180, 255, 0.8), 0 0 75px rgba(0, 150, 255, 0.6);
    }

    100% {
        text-shadow: 0 0 15px rgba(0, 200, 255, 0.5), 0 0 30px rgba(0, 150, 255, 0.3);
    }
}

/* Для мобильной адаптации */
@media (max-width: 768px) {
    .cybergames {
        font-size: 1.6rem;
        letter-spacing: 1px;
        margin-right: 10px;
    }
}

.theme-switcher {
    position: relative;
    display: inline-block;
}

.table-adaptive .table-row > .row > div.with-description > p a {
    color: var(--glavnyy-tekst);
}

.new_forum_empty{
	width: 100% !important;
    padding: 16px;
    text-align: center;
    max-height: 48px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: var(--vtorostepennyy-tekst);
    background: var(--cvet-vnutri-bloka);
}

.theme-button {
	color: var(--glavnyy-tekst);
    border: 1px solid #ffffff00;
    cursor: pointer;
    border-radius: 50px;
    padding: 10px;
    width: 42px;
    height: 42px;
    background: var(--cvet-vnutri-bloka);
  	opacity: 1;
}

.theme-button:hover {
	opacity: 0.8;
}

.theme-button i{
 font-size: 20px;
} 

.theme-button i:before{
 	transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
} 

.hidden{
	visibility: hidden;
}

.theme-menu {
	display: none;
    position: absolute;
    left: -40px;
    top: 60px;
    background-color: var(--bloki);
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    min-width: 120px;
    z-index: 3;
    padding: 0px 15px !important;
}

.theme-menu.show {
    display: block;
}

.theme-item {
	cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 5px;
    display: flex !important;
    padding: 11px 12px;
    color: var(--glavnyy-tekst);
    gap: 8px;
    background: var(--cvet-vnutri-bloka) !important;
    align-items: center;
      opacity: 0.8;
}

.theme-item:hover {
        opacity: 1;
}

body {
   background: var(--background);
    font-family: "Inter", sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: var(--glavnyy-tekst);
  	transition: background 0.3s;
}

.input_new_tr_priv select option{
	background: var(--bloki);
    color: var(--glavnyy-tekst);
}

#admin_widget0{
	border-top: none;
    color: var(--glavnyy-tekst);
    background: var(--vtorostepennyy-cvet-bloka);
    border: none;
    height: 60px;
    border-radius: 12px;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#admin_widget0 img{
	width: 40px;
    border-radius: 50%;
}

#admin_widget0 span{
	font-size: 13px;
    font-weight: 500;
}

/* NEW NAVIGATION */
.nav-container {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    position: relative;
}

.nav-scroller {
    flex-grow: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 10px; /* Отступы для контента */
    scrollbar-width: none;
}

.nav-scroller::-webkit-scrollbar {
    display: none;
}

.nav-arrow {
	flex-shrink: 0;
    width: 32px;
    height: 32px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst);
    transition: all .3s;
    cursor: pointer;
    border: none;
    background: var(--cvet-vnutri-bloka);
}

.nav-arrow:hover {
	border: none;
    background: var(--akcenti);
    color: var(--cvet-na-akcente) !important;
    transition: .3s;
    box-shadow: var(--box-shadow);
}

.nav-arrow[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}

.nav-list {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    margin: 0;
    list-style: none;
}

.nav-list .active a {
	border: none;
    background: var(--akcenti);
    color: var(--cvet-na-akcente) !important;
    transition: .3s;
    box-shadow: var(--box-shadow);
}

.nav-list li {
    flex-shrink: 0;
}

.nav-list a {
	white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst);
    transition: all .3s;
    cursor: pointer;
    border: none;
    background: var(--cvet-vnutri-bloka);
}

.nav-list a:hover {
	border: none;
    background: var(--akcenti);
    color: var(--cvet-na-akcente) !important;
    transition: .3s;
    box-shadow: var(--box-shadow);
}

.head_block_header{
	display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.head_block_card_title{
	color: var(--glavnyy-tekst);
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
/* NEW NAVIGATION */

.profile_page_containter_banner{
	height: 228px;
    background: var(--cvet-vnutri-bloka);
    border-radius: 15px 15px 0px 0px;
}

.r_block_c > .row > .col-lg-4{
	padding-right: 10px;
    padding-left: 0;
}

.new_forum_icon{
	float: left !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px;
    border-radius: 30px;
    background: var(--akcenti);
    color: var(--cvet-na-akcente);
}

.mini_profile_button span{
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--cvet-na-akcente);
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    background: var(--akcenti);
    padding: 5px 9px;
    position: absolute;
    right: 20px;
}

.r_block_c > .row > .col-lg-4:nth-child(3n){
	padding-right: 0;
    padding-left: 0;
}

.new_block_friend_message{
	padding: 24px 16px;
    margin-bottom: 0px;
    border-radius: 15px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
  	display: flex;
    justify-content: space-between;
}

.new_block_friend_message > #companions{
	width: 40%;
    height: 500px;
    overflow-x: auto;
    padding: 0 20px 0 0;
    border-right: 1px solid var(--vtorostepennyy-cvet-bloka);
}

.new_block_message{
width: 60%;
    padding: 0 10px 0 20px;
    height: 500px;
    overflow-x: auto;
}

#companions a div p {
    color: var(--vtorostepennyy-tekst);
    font-size: 14px;
    line-height: 16px;
}

.purse_information{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  	gap: 12px;
}

.purse_information_card{
	border-radius: 15px;
    padding: 20px;
    width: 25%;
    height: 189px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    background: var(--bloki);
  color: var(--glavnyy-tekst);
  position: relative;
  overflow: hidden;
}

.purse_information_card > .card_circle1{
	width: 170px;
    height: 170px;
    background: var(--orange);
    opacity: 0.7;
    border-radius: 100%;
    position: absolute;
    top: -80px;
    left: -35px;
}

.purse_information_card > .card_circle2{
	width: 300px;
    height: 300px;
    background: var(--orange);
    opacity: 0.5;
    border-radius: 100%;
    position: absolute;
    top: -155px;
    left: -105px;
}

.purse_information_card > .card_circle3{
	width: 445px;
    height: 445px;
    background: var(--orange);
    opacity: 0.15;
    border-radius: 100%;
    position: absolute;
    top: -235px;
    left: -185px;
}

.purse_information_card > .card_logo{
	position: absolute;
    z-index: 5;
}

#forum .row .col-lg-8 > div h3 a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--glavnyy-tekst);
}

#forum .row .col-lg-8 {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--cvet-vnutri-bloka);
}

#forum .row .col-lg-4 {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--cvet-vnutri-bloka);
}

#forum .row .col-lg-4 div {
    border-left: 1px solid var(--vtorostepennyy-cvet-bloka);
    height: 48px;
    padding-left: 16px;
}

.p-title-value {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 750;
    min-width: 0;
    margin-right: auto;
    color: var(--orange);
}

.card_information{
	display: flex;
    bottom: 20px;
    position: absolute;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst);
}

.card_profileid{
	display: flex;
    gap: 20px;
}

.card_profileid > .profiledate{
  	font-weight: 500;
    font-size: 14px;
    color: var(--vtorostepennyy-tekst);
}

.card_money{
	position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 600;
    font-size: 26px;
    color: var(--glavnyy-tekst);
}

.purse_information_bonus{
border-radius: 15px;
    padding: 20px;
    width: 75%;
    height: 189px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    background: var(--bloki);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.information_bonus_count{
    background: var(--cvet-vnutri-bloka);
    border-radius: 15px;
    padding: 25px 85px 25px 25px;
  position: relative;
  overflow: hidden;
}

.bonus_count_block{
	display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    color: var(--vtorostepennyy-tekst);
}

.bonus_count_block span{
	font-weight: 600;
    font-size: 18px;
    color: var(--glavnyy-tekst);
}

.purse_information_bonus > div:nth-child(2) .purse_bonus_circle{
	position: absolute;
    width: 66px;
    height: 66px;
    background: var(--orange);
    right: -20px;
    top: -20px;
    border-radius: 100%;
    opacity: 0.15;
}

.purse_information_bonus > div:nth-child(3) .purse_bonus_circle{
	position: absolute;
    width: 77px;
    height: 77px;
    background: var(--orange);
    right: -25px;
    top: -25px;
    border-radius: 100%;
    opacity: 0.3;
}

.purse_information_bonus > div:nth-child(4) .purse_bonus_circle{
	position: absolute;
    width: 88px;
    height: 88px;
    background: var(--orange);
    right: -30px;
    top: -30px;
    border-radius: 100%;
    opacity: 0.7;
}

.new_purse{
	position: relative;
    width: 100%;
}

.new_purse_img{
	position: absolute;
    right: 40px;
    bottom: 0;
  	background-image: var(--purse-pers);
    width: 100%;
    height: 300px;
    max-height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.new_purse_item{
	display: flex;
    gap: 19px;
    flex-wrap: wrap;
    flex-direction: row;
    width: 77%;
    z-index: 1;
    position: relative;
}

.new_purse_item > .purse_item{
	width: 32%;
}

.new_news1{
	display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

#new_news > .new_card_for_news1 > .new_card__block > .new_card__news font {
	font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--glavnyy-tekst);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 29px;
}

.profile_page_edit{
	display: flex;
    padding-right: 20px;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
}

.profile_page_card > a > img {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--orange);
}

#noty_bottomRight_layout_container{
	display: none !important;
}

.profile_page_card > .profile_page_info_item{
	display: flex;
    line-height: 18px;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile_page_info_item_title{
	color: var(--glavnyy-tekst);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile_page_info_item_link{
	display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile_page_containter{
	height: 312px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    display: flex;
    flex-direction: column;
  border-radius: 15px;
}

.profile_page_container_info{
display: grid;
    grid-template-columns: 130px 200px auto;
}

.profile_page_container_info_avatar{
	position: relative;
    width: 120px;
}

.profile_page_container_info_avatar img{
	width: 100px;
    height: 100px;
    border-radius: 50px;
    bottom: 40px;
    left: 20px;
    position: relative;
}

.profile_page_container_info_login{
	font-weight: 600;
    font-size: 18px;
    color: var(--glavnyy-tekst);
}

.profile_page_container_infos {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

.profile_page_container_info_group{
	font-weight: 500;
font-size: 14px;
color: var(--vtorostepennyy-tekst);	
}

.profile_page_second{
	display: flex;
    margin-top: 20px;
    flex-direction: row;
    width: 100%;
    gap: 12px;
}

.profile_page_cards{
display: flex;
    flex-direction: column;
    gap: 12px;
    width: 20%;
}

.profile_btn{
	display: flex;
    align-items: center;
    padding: 15px 45px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--glavnyy-tekst) !important;
    transition: all .3s;
    cursor: pointer;
    border: none;
    background: var(--cvet-vnutri-bloka);
}

.profile_btn.active{
	background: var(--cvet-vnutri-bloka);
    transition: .3s;
  color: var(--orange) !important;
    box-shadow: var(--box-shadow);
}

.profile_page_nav{
background: var(--bloki);
    box-shadow: var(--box-shadow);
    display: flex;
    padding: 15px 20px;
    border-radius: 15px;
    gap: 16px;
    margin-bottom: 12px;
    align-items: center;
    width: 100%;
    border: none;
    position: relative;
}

.profile_btn:hover {
    background: var(--cvet-vnutri-bloka);
    transition: .3s;
  color: var(--orange) !important;
    box-shadow: var(--box-shadow);
}

.profile_page_card {
	background: var(--bloki);
    box-shadow: var(--box-shadow);
    display: flex;
    padding: 15px 20px;
    border-radius: 15px;
    gap: 12px;
    align-items: center;
}

.profile_page_card_icon {
	display: flex;
    padding: 9px;
    border-radius: 50%;
    background: var(--akcenti);
    color: var(--cvet-na-akcente);
}

.profile_page_card_icon iconify-icon{
	font-size: 22px;
}

.copy_id_button {
	border: none;
    font-size: 14px;
    color: var(--glavnyy-tekst);
    padding-top: 3px;
    opacity: 0.6;
    transition: .2s all;
    background: none;
}

.copy_id_button:hover {
    opacity: 1;
    cursor: pointer;
}

.profile_page_card_info {
    display: flex;
    line-height: 18px;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card_info_title {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    color: var(--glavnyy-tekst);
}

.card_info_subtitle {
display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst);
    gap: 5px;
}

.card_info_subtitle a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile_page_wall {
    width: 40%;
}

.top_users_flex{
    padding: 5px 10px;
    border-radius: 20px;
    display: flex;
    gap: 5px;
    background: var(--bloki);
    color: var(--glavnyy-tekst);
    font-size: 12px;
    transition: .2s all;
    align-items: center;
  box-shadow: var(--box-shadow);
}

.top_users_flex_reit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_users_flex_reit i{
	font-size: 16px;
    text-shadow: var(--orange) 1px 0 10px;
}

.top_users_flex_reit i:before{
    -webkit-background-clip: text;
    font-weight: 100;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
}

.top_right_btn{
	display: flex;
    gap: 5px;
    padding: 7px;
    border-radius: 15px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
}

.top_right_btn button{
	border: none;
    border-radius: 50%;
    background: var(--cvet-vnutri-bloka);
    padding: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--glavnyy-tekst);
}

.top_right_btn button[aria-selected="true"] {
    background: var(--akcenti);
    color: #fff;
}

.top_right_btn button:not([aria-selected="true"]):hover {
    background: var(--akcenti);
    color: #fff;
  	cursor: pointer;
}


.new_block_stats__card {
    color: var(--glavnyy-tekst);
    background: var(--bloki);
    padding: 20px 20px 25px 20px;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
}

.new_block_stats__item{
	display: flex;
    flex-direction: column;
}

.stats_item_title{
	font-weight: 600;
    font-size: 18px;
    color: var(--glavnyy-tekst);
    display: flex;
    align-items: center;
    gap: 6px;
}

.stats_item_title span{
	font-weight: 400;
    font-size: 12px;
    color: var(--cvet-na-akcente);
    border-radius: 15px;
    background: var(--orange);
    opacity: 0.9;
    padding: 3px 20px 3px 20px;
}

.stats_item_subtitle{
	font-weight: 400;
    font-size: 12px;
    color: var(--vtorostepennyy-tekst);
}

.event_row {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.event_card{
border-radius: 15px;
    padding: 20px 20px 10px 20px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event_card__title {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.event_card__title span {
    color: var(--vtorostepennyy-tekst);
}

.event_card__profile{
	font-weight: 500;
    font-size: 14px;
    color: var(--orange);
}

.event_card__profile:hover{
    color: var(--orange);
}

.event_card__date{
	font-weight: 400;
    font-size: 12px;
    color: var(--vtorostepennyy-cvet-bloka);
    display: flex;
    align-items: center;
    justify-content: center;
}

.event_card__button{
	display: flex;
    align-items: center;
    padding: 11px 26px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst) !important;
    transition: all .3s;
    cursor: pointer;
    background: var(--cvet-vnutri-bloka);
}

.event_card__button:hover {
    background: var(--cvet-vnutri-bloka);
    color: var(--orange) !important;
    transition: .3s;
    box-shadow: var(--box-shadow);
}

.event_card__profile img{
	width: 50px;
    height: 50px;
    border-radius: 100%;
}

.event_card__flex{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.new_notification{
	color: var(--vtorostepennyy-cvet-bloka);
}

.new_notification iconify-icon{
	color: var(--vtorostepennyy-cvet-bloka);
    font-size: 24px;
}

.new_notification__button{
	color: var(--vtorostepennyy-cvet-bloka);
  width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  opacity: 0.8;
  position: relative;
}

.new_notification__button:hover{
  color: var(--vtorostepennyy-cvet-bloka);
  opacity: 1;
}

.new_message{
	color: var(--vtorostepennyy-cvet-bloka);
}

.new_message iconify-icon{
	color: var(--vtorostepennyy-cvet-bloka);
  	font-size: 26px;
}

.new_message__button{
	color: var(--vtorostepennyy-cvet-bloka);
  width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  opacity: 0.8;
  position: relative;
}

.new_message__button:hover{
  color: var(--vtorostepennyy-cvet-bloka);
  opacity: 1;
}

a.btn:not(.disp-n).btn-primary, input.btn:not(.disp-n).btn-primary, .custom-file label.btn:not(.disp-n).btn-primary, button.btn:not(.disp-n).btn-primary, label.btn:not(.disp-n).btn-primary {
	display: flex;
    align-items: center;
    padding: 11px 26px;
    border-radius: 10px;
    font-weight: 500;
    border: none;
    font-size: 14px;
    color: var(--glavnyy-tekst) !important;
    transition: all .3s;
    cursor: pointer;
    background: var(--cvet-vnutri-bloka);
}

a.btn:not(.disp-n):hover, input.btn:not(.disp-n):hover, .custom-file label.btn:not(.disp-n):hover, button.btn:not(.disp-n):hover, label.btn:not(.disp-n):hover {
    background: #3a8dff;
    background: var(--cvet-vnutri-bloka);
    color: var(--orange) !important;
    transition: .3s;
}

.vertical-navigation li a {
    display: block;
    line-height: 20px;
   	font-size: 13px;
    font-weight: 500;
    padding: 14px 26px;
}

.vertical-navigation li:first-child {
    border: 0;
}

@media (min-width: 1200px) {
    .wapper .container {
      max-width: 1800px;} }

.vertical-navigation {
    margin-bottom: 30px;
    display: block !important;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.profile-top-menu li a.active, .profile-top-menu li a:hover {
    color: #3a8dff;
    -webkit-box-shadow: 0 -3px 0 #3a8dff inset;
    box-shadow: 0 -3px 0 #3a8dff inset;
}

#top_users a {
	overflow: hidden;
    white-space: nowrap;
    border-radius: 13px;
    transition: .1s all;
    background: var(--cvet-vnutri-bloka);
    padding: 11px 15px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top_users a img {
    height: 40px;
    width: 40px;
    padding: 4px;
    border-radius: 50%;
    transition: .3s all;
    position: relative;
}

a {
    color: var(--orange);
}

a:hover {
    text-decoration: none;
    color: var(--orange);
}

#new_news > .col-lg-4 div a:nth-child(2) h3, .news > .col-lg-4 div a:nth-child(2) h3 {
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#events .event > div > a {
    height: 70px;
    vertical-align: middle;
    display: table-cell;
    line-height: 17px;
    margin: 0;
    color: var(--glavnyy-tekst);
}

.g_sticker {
    height: 60px;
    width: auto;
}

.profiletabs-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    padding: 0 15px;
}

/* Slider */
.un_slider_btn {
  height: 45px;
  display: flex;
  gap: 6px;
  font-size: 11px;
  border-radius: 11px;
  border: solid 1px #4b505a;
  background: #474c564f;
  align-items: center;
  color: #7b818e;
  padding: 0px 20px 0px 15px;
}

.un_slider_btn:hover {
  border: solid 1px #26365a;
  background: #f48862;
  align-items: center;
  color: #ffffff;
}

.un_slider_btn:hover i{
  color: #ffffff;
}

.un_slider_btn i{
  font-size: 18px;
  transition: 0.2s all;
  color: #7b818e;
}

.navigation_un_slider {
  display: flex;
  border-radius: 15px;
  width: 100%;
  padding: 13px;
  background: #393d46;
  align-items: center;
  justify-content: space-between;
}

.left_slider_info {
    height: 100%;
    display: flex;
    gap: 25px;
    margin-top: 130px;
    align-items: flex-start;
    justify-content: center;
}

.info_slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.h1_slider_text {
	font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--cvet-na-akcente);
}

.h2_slider_text {
    color: var(--cvet-na-akcente);
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
}

.btn_slider_g {
  text-shadow: #00000038 1px 0 10px;
  height: 55px;
  background: linear-gradient(23deg, #af743e 0%, #ffab5f 55%) !important;
  box-shadow: 0 0 30px #ffab5f3d;
  font-size: 14px;
  transition: 0.2s;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 0px 11px 0px 30px;
  gap: 15px;
  width: fit-content;
  border-radius: 50px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.btn_slider_g:hover {
  opacity: 0.7;
}

.btn_slider_g:hover i{
  transform: rotate(180deg);
}

.btn_slider {height: 55px;
    box-shadow: 0 0 30px var(--orange);
    background: var(--akcenti);
    font-size: 14px;
    transition: 0.2s;
    font-weight: 500;
    opacity: 0.8;
    border: none;
    cursor: pointer;
    padding: 0px 11px 0px 30px;
    gap: 15px;
    width: fit-content;
    border-radius: 50px;
    display: flex;
    color: var(--glavnyy-tekst);
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 45px;
}

.btn_slider:hover {
    opacity: 1;
    color: #fff;
}

.btn_slider:hover i{
  transform: rotate(180deg);
}


.btn_slider i{
  font-size: 17px;
  background: #00000026;
  width: 35px;
  display: flex;
  height: 35px;
  border-radius: 50px;
  transition: 0.2s all;
  justify-content: center;
  align-items: center;
}

.btn_slider_g i{
  font-size: 17px;
  background: #00000026;
  width: 35px;
  display: flex;
  height: 35px;
  border-radius: 50px;
  transition: 0.2s all;
  justify-content: center;
  align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 7px !important;
    font-weight: 600;
}

.swiper-button-next, .swiper-button-prev {
    position: relative !important;
    top: 0px !important;
    width: 25px !important;
    background: var(--akcenti) !important;
    margin-top: 0px !important;
    border-radius: 50px;
    transition: 0.2s;
    height: 25px !important;
    color: #ffffff !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.5;
}

.btns_nav_un_slider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pag_slider {
	display: flex;
    top: -75px;
    justify-content: center;
    margin-left: auto;
    margin-right: 20px;
    width: fit-content;
    backdrop-filter: blur(2px);
    box-shadow: var(--box-shadow);
    position: relative;
    z-index: 1;
    border-radius: 50px;
    padding: 5px 0px;
    align-items: center;
}

.swiper {
			width: 100%;
			transition: 0.2s;
			height: 450px;
			margin-bottom: 20px;
			border-radius: 20px;
		}

		.swiper-pagination-bullet {
		    transition: width 150ms ease-in-out;
		}
		.swiper-pagination-bullet-active {
		  width: 40px !important;
		 background: var(--akcenti) !important;
		  border-radius: 100vh !important;
		}

		.swiper-pagination-bullet {
		    width: 6px;
		    height: 8px !important;
		    display: inline-block;
		   	background: var(--akcenti) !important;
		    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
		    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
		}

		.swiper-pagination {
		    width: fit-content !important;
		    top: 0px !important;
		    position: relative !important;
		    border-radius: 50px;
		    margin: 0px 10px;
		    padding: 5px;
		}

		.swiper-slide {
			text-align: center;
			font-size: 18px;
			display: flex !important;
			height: 450px !important;
			background: #3c4049;
			padding-left: 60px;
			border-radius: 20px;
			background-size: cover;
			justify-content: flex-start;
		}

		.swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.autoplay-progress {
      position: absolute;
      right: 1rem;
      top: 1rem;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      --seconds: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      border-radius: 50px;
      background: #00000024;
      height: 100%;
      stroke-width: 3.4px;
      stroke: #67c89b;
      fill: none;
      transform: rotate(-90deg);
    }


		.autoplay-progress span {
			color: #ffffff;
			font-weight: 600;
		}

		.animate-progress {
			stroke-dasharray: 125.66;
			stroke-dashoffset: 0;
			animation-name: rotate;
			animation-duration: var(--seconds);
			animation-timing-function: linear;
		}

		@keyframes rotate {
			to {
				stroke-dashoffset: -125.66;
			}
		}
/* slider */


.menunavigationleftcard{
	position: sticky;
    top: 20px;
}

.menunavigationleft {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    padding: 20px;
}

.dropdown_language {
    height: 40px;
    position: relative;
}

.version_fixed {
font-weight: 600;
    color: #73737382;
    position: fixed;
    bottom: 10px;
    font-size: 9px;
    left: 0px;
    z-index: 1;
}

.dropdown_language .select {
    cursor: pointer;
    display: block;
}

.flag_img {
    width: 17px;
    position: relative;
    top: -1px;
}


.btn_language {
	width: 150px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 5px;
    display: flex !important;
    padding: 11px 12px;
    color: var(--glavnyy-tekst);
    gap: 8px;
    background: var(--cvet-vnutri-bloka);
    align-items: center;
}

.btn_language:hover {
    background: var(--vtorostepennyy-cvet-bloka);
}

.dropdown_language {
  height: 40px;
  position: relative;
}
.dropdown_language .select {
    cursor: pointer;
    display: block;
}
.dropdown_language .select > i {
color: var(--glavnyy-tekst);
    line-height: 34px;
    height: 42px;
    display: flex;
    position: relative;
    z-index: 1;
    font-size: 20px;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 50%;
    width: 42px;
    background: var(--cvet-vnutri-bloka);
    align-items: center;
    justify-content: center;
}

.dropdown_language .select > i:hover {
  opacity: 0.8;
}

.dropdown_language .select > i:before {
transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
}

.language_btn {
	list-style: none;
}

.dropdown_language .dropdown-menu_language {
    position: absolute;
    width: fit-content;
    background: linear-gradient(45deg, #303030 30%, #393939 100%);
    left: -40px;
    padding: 0px 15px !important;
    z-index: 100;
    top: 60px;
    border-radius: 15px;
    display: none;
}
.dropdown_language .dropdown-menu_language li {
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown_language .dropdown-menu_language {
    padding: 0;
    list-style: none
}
.dropdown_language .dropdown-menu_language li:hover {
    opacity: 1;
}
.dropdown_language .dropdown-menu_language li:active {
    opacity: 1;
}

.language__img:hover, .language__img_active {
    opacity: 1;
}

.dropdown_language .dropdown-menu_language {
	position: absolute;
    width: fit-content;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    left: -40px;
    padding: 0px 15px !important;
    z-index: 100;
    top: 60px;
    border-radius: 15px;
    display: none;
}

.topic-answers div[id^="answer"] .left-side img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 0;
}

.user img {
	width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.user span {
	padding: 0 6px;
    font-size: 12px;
    color: var(--glavnyy-tekst);
    font-weight: 600;
    height: 24px;
    line-height: 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error_message, .success_message {
    height: 0;
    margin: 0;
    font-size: 14px;
    position: absolute;
    float: right;
    top: 15px;
    right: 15px;
}

.new_edit_result{
	position: absolute;
    right: 60px;
    top: 15px;
    color: #9e9f9f;
    font-weight: 600;
}

#new_last_online_dfblock{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.right_now_online_index {
 padding: 7px 10px;
    border-radius: 15px;
    background: var(--cvet-vnutri-bloka);
    letter-spacing: 1px;
    gap: 5px;
    font-weight: 400;
    font-size: 12px;
    color: var(--vtorostepennyy-tekst);
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sobitiya_online_users {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    color: var(--vtorostepennyy-tekst);
}

.new_col_lg_6{
	-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
  padding-right: 5px;
}

.new_col_lg_6_2{
	-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
  padding-left: 5px;
}

.info-block img{
	width: 50px;
    border-radius: 10px;
}

.card-profile-head i{
	font-size: 19px;
}

.dndiscordcopy{
	display: none;
}

a.btn:not(.disp-n).btn-default:hover, a.btn:not(.disp-n).btn-default.active, a.btn:not(.disp-n).btn-outline-primary:hover, a.btn:not(.disp-n).btn-outline-primary.active, input.btn:not(.disp-n).btn-default:hover, .custom-file label.btn:not(.disp-n).btn-default:hover, input.btn:not(.disp-n).btn-default.active, .custom-file label.btn:not(.disp-n).btn-default.active, input.btn:not(.disp-n).btn-outline-primary:hover, .custom-file label.btn:not(.disp-n).btn-outline-primary:hover, input.btn:not(.disp-n).btn-outline-primary.active, .custom-file label.btn:not(.disp-n).btn-outline-primary.active, button.btn:not(.disp-n).btn-default:hover, button.btn:not(.disp-n).btn-default.active, button.btn:not(.disp-n).btn-outline-primary:hover, button.btn:not(.disp-n).btn-outline-primary.active, label.btn:not(.disp-n).btn-default:hover, label.btn:not(.disp-n).btn-default.active, label.btn:not(.disp-n).btn-outline-primary:hover, label.btn:not(.disp-n).btn-outline-primary.active {
background: var(--akcenti);
    color: var(--cvet-na-akcente) !important;
    align-content: center;
    border: none !important;
}

a.btn:not(.disp-n).btn-default, a.btn:not(.disp-n).btn-outline-primary, input.btn:not(.disp-n).btn-default, .custom-file label.btn:not(.disp-n).btn-default, input.btn:not(.disp-n).btn-outline-primary, .custom-file label.btn:not(.disp-n).btn-outline-primary, button.btn:not(.disp-n).btn-default, button.btn:not(.disp-n).btn-outline-primary, label.btn:not(.disp-n).btn-default, label.btn:not(.disp-n).btn-outline-primary {
	background: var(--cvet-vnutri-bloka);
    border: none !important;
    color: var(--glavnyy-tekst);
    align-content: center;
}

.mini_profile_button i, .mini_profile_button iconify-icon{
	font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background: var(--akcenti);
    color: var(--cvet-na-akcente);
}

.w-80{
	width: 80%;
}

.w-20{
	width: 20%;
}

.new > p:last-child span {
    background: var(--akcenti);
    border-radius: 15px;
    color: var(--cvet-na-akcente);
}

.top_donator_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img_donators {
    height: 40px;
    width: 40px;
    padding: 4px;
    border-radius: 50%;
    transition: .3s all;
    position: relative;
}

.flex_text_donators {
    display: flex;
    flex-direction: column;
    line-height: 15px;
}

.text_donator {
    color: var(--glavnyy-tekst);
	font-weight: 500;
	font-size: 14px;
}

.desp_donator {
	font-weight: 400;
	font-size: 12px;
	color: var(--vtorostepennyy-tekst);
}

.summa_donators {
	padding: 5px 10px;
    border-radius: 20px;
    display: flex;
    gap: 5px;
    background: var(--bloki);
    color: var(--glavnyy-tekst);
    font-size: 12px;
    transition: .2s all;
    align-items: center;
}

iconify-icon {
	font-size: 20px;
}

.summa_donators i {
    font-size: 16px;
    text-shadow: var(--orange) 1px 0 10px;
}

.summa_donators i:before{
    -webkit-background-clip: text;
	font-weight: 100;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
}

.top_donators {
    display: block;
    border-radius: 13px;
    transition: .1s all;
    background: var(--cvet-vnutri-bloka);
    padding: 11px 15px;
    margin-bottom: 8px;
}

.servers_heading{
	display: flex;
    gap: 20px;
  	margin-bottom: 15px;
}

.card_servers__header__subtitle{
	font-weight: 500;
    font-size: 14px;
    color: var(--vtorostepennyy-tekst);
}

.card_servers__name {
    padding: 15px 20px;
    border-radius: 15px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
}

.card_servers_header{
	display: flex;
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 0px !important;
    border-radius: 15px;
}

.card_servers__header__icon{
display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: var(--akcenti);
  color: var(--cvet-na-akcente);
}

.card_servers__header__icon i{
	font-size: 19px;
}

.card_serversonline__header__icon {
	display: flex;
    align-items: center;
    justify-content: center;
    color: var(--akcenti);
}

.card_serversonline__header__icon i{
	font-size: 22px;
}

.card_servers__header__title{
	color: var(--glavnyy-tekst);
    font-weight: 600;
    font-size: 16px;
}

.border-in-online {
	position: absolute;
    z-index: -1;
    height: calc(100% + 6px);
    top: -3px;
    width: calc(100% + 6px);
    left: -3px;
    border-radius: 15px;
}

.stats_row{
	display: flex;
    justify-content: space-between;
}

.tab-content>.active {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.table-adaptive.table-fused .success {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 4px 27px;
    margin-bottom: 7px;
    transition: .2s all;
    background: #0e121c;
    border-bottom: 1px solid var(--border-block-color);
    border-radius: 10px;
    opacity: .8;
}

.table-adaptive .success > .row{
	height: 60px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    align-content: center;
}

.table-adaptive .success > .row > div.with-icon {
    padding-left: 20px;
  	position: relative;
}

.table-adaptive .success > .row > div {
    padding: 0px 2px;
}

.table-adaptive .success > .row > div.with-icon > i, .table-adaptive .success > .row > div.with-icon > img {
    left: -8px;
    top: 12px;
}

.table-adaptive .success > .row > div.with-description > p {
    width: 100%;
    font-size: 18px;
    margin: 0px;
    color: #ffff;
    font-weight: 500;
    top: 7px;
    position: relative;
}

.table-adaptive .success > .row > div.with-description > span {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    top: 0px;
    position: relative;
    color: #a6aebc;
}

.table-adaptive .success > .row > div.with-icon > i {
    color: rgb(71 98 219);
    font-size: 24px;
  position: absolute;
}

.head_chat_block {
	padding: 12px 15px;
    border-radius: 12px;
    display: flex;
    background: var(--cvet-vnutri-bloka);
    border: none;
    margin-top: -9px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.discord_contact_name{
	width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flex_chat_user {
    display: flex;
    gap: 13px;
    height: 40px;
    align-items: center;
}

.flex_chat_user i {
    font-size: 30px;
}
.flex_chat_user i:before{
transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
  -webkit-text-fill-color: transparent;}

.circle_rules i:before{
	transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
  -webkit-text-fill-color: transparent;}
}

.under_text {
    display: flex;
    flex-direction: column;
    line-height: 15px;
}

#forum .row .col-lg-4 div p a {
    font-weight: 500;
    color: var(--orange);
}

#forum .row .col-lg-4 div p {
    width: calc(100% - 40px);
    float: right;
    font-size: 12px;
    line-height: 16px;
    color: var(--vtorostepennyy-tekst);
    display: inline-block;
    margin: 0;
}

#forum .row .col-lg-8 > div p {
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    color: var(--vtorostepennyy-tekst);
}

.login_user_chat {
    color: var(--glavnyy-tekst);
    font-weight: 600;
}

small {
    font-size: 85%;
    color: var(--vtorostepennyy-tekst);
}

.status_user_chat {
    font-size: 10.5px;
    color: var(--orange);
    font-weight: 600;
}

.right_chat_info {
    display: flex;
    gap: 10px;
    align-items: center;
}


.table .table {
    background-color: #0e121c;
    border: 1px solid var(--border-block-color) !important;
}

.small_us_av{
	display: none;
}

.info_cases {
    max-width: fit-content;
    color: var(--bloki);
    gap: 6px;
    display: flex;
    background: var(--akcenti);
    padding: 1px 10px;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-bottom: 13px;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
}

.text_cases {
    color: var(--glavnyy-tekst);
    font-weight: 500;
    font-size: 14px;
}

.description_cases {
    color: var(--vtorostepennyy-tekst);
    font-weight: 400;
    font-size: 12px;
}

.block_open_cases {
    background: var(--bloki);
    height: 105px;
    box-shadow: var(--box-shadow);
    background-size: cover;
    padding: 0 20px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 19px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block_open_cases:hover {
    opacity: .7;
}

#place_for_messages .dialog > div:nth-child(2) {
    float: right;
    width: 40px;
    height: 70px;
    text-align: center;
    padding: 26px 5px 5px;
    border-radius: 0px 10px 10px 0px;
   background-color: var(--cvet-vnutri-bloka);
    border: none;
  opacity: 0.8;
}

#companions a {
    border-top: none;
    background: var(--cvet-vnutri-bloka);
    display: block;
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 10px 16px 10px 16px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 8px;
    border-radius: 11px;
}

.b-page__content {
    height: 50px;
    background-color: var(--sec-color);
}

#stats .area-label {
    padding: 0;
}

#stats .area-image{
	display: flex;
    justify-content: center;
}

.flex_cs{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

input[type="file"], .custom-file label[type="file"] {
	text-indent: 0;
    padding: 5px 5px 10px;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: none;
    border: none;
    background: var(--cvet-vnutri-bloka);
    color: var(--glavnyy-tekst);
}

.input_new_comp input{
	-webkit-appearance: textfield;
    background: var(--cvet-vnutri-bloka);
    border: none;
    border-radius: 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: var(--glavnyy-tekst);
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px !important;
    margin: 0 !important;
    opacity: .8 !important;
    padding: 12px 16px !important;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding-right: 65px !important;
    width: 100%;
    margin-bottom: 8px !important;
}

.input_new_comp input:hover {
  opacity: 1 !important;
}

.input_new_comp input:focus {
  opacity: 1 !important;
}

.input_new_comp {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
  flex-direction: column;
}

.input_new_comp select{
	-webkit-appearance: textfield;
	background: var(--sec-color) !important;
    border: 1px solid var(--border-block-color) !important;
    border-radius: 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    margin: 0;
    opacity: .8 !important;
    padding: 12px 16px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding-right: 65px;
    width: 100%;
    margin-bottom: 8px;
}

.input_new_comp select:hover {
  opacity: 1 !important;
}

.forum_add_btn{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst);
    transition: all .3s;
    cursor: pointer;
    border: none;
    background: var(--cvet-vnutri-bloka);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0%);
}

.forum_add_btn i {
  font-size: 13px;
}

.forum_add_btn:hover{
	border: none;
    color: var(--orange);
    transition: .3s;
    box-shadow: var(--box-shadow);
}

  div[id^=my_stores] .col-lg-12 {
padding: 0;
}

  div[id^=admin_info] .col-lg-6 {
padding: 0;
}

  div[id^=new_news] .col-lg-4 {
padding: 5px;
}

  div[id^=users] .col-lg-2 {
padding: 5px;
}

.user a[href^="../profile"]:not(:first-child) {
    display: flex;
    font-weight: 600;
    line-height: 26px;
    font-size: 14px;
    margin: 5px 0;
    color: var(--orange);
    justify-content: center;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.topic-answers div[id^=answer]  .right-side .signature {
	margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-block-color);
    color: #777777;
}

.is-unread .structItem-title {
    color: var(--glavnyy-tekst) !important;
    font-weight: 500;
    font-size: 16px;
}

.is-unread .structItem-title a{
    color: var(--glavnyy-tekst) !important;
    font-weight: 500;
    font-size: 16px;
}

.structItem-minor {
    font-size: 12px;
    color: var(--vtorostepennyy-tekst);
}

.form-control {
	font-size: 14px;
    border-radius: 15px;
    text-indent: 0;
    background: var(--cvet-vnutri-bloka);
    border: none;
    color: var(--glavnyy-tekst);
    transition: 0.2s ease-out all;
}

.form-control:hover {
    font-size: 14px;
    text-indent: 0;
    background: var(--cvet-vnutri-bloka);
    border: none;
    color: var(--glavnyy-tekst) !important;
    transition: 0.2s ease-out all;
}

.form-control:focus {
    border: none;
    background: var(--cvet-vnutri-bloka);
    color: var(--glavnyy-tekst);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-profile-head{
	display: flex;
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 0px 0 10px 0px;
    border-radius: 15px;
}

.card-profile-head-icon{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--akcenti);
    color: var(--cvet-na-akcente);
}

.custom-checkbox .custom-control-label {
    color: var(--glavnyy-tekst);
    line-height: 24px;
    cursor: pointer;
    font-size: 13px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: var(--akcenti);
}

.card-profile-head-title{
color: var(--glavnyy-tekst);
    font-weight: 600;
}

.chat_message_info_author {
	max-width: 150px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profiletabs_background{
	display: none;
}

.servicetabs_background{
	display: none;
}

.profiletabs-header {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    width: 100%;
    gap: 20px;
    background: var(--vtorostepennyy-cvet-bloka);
}

.profiletabs-btn-back {
	color: var(--glavnyy-tekst);
    font-size: 20px;
    opacity: 1;
    transition: all .3s;
}

.profiletabs-btn-back:hover {
    opacity: .6;
    transition: all .3s;
}

.profiletabs-title {
    font-weight: 600;
    font-size: 20px;
}

.profiletabs-content {
	margin-top: 60px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.profiletabs-profile {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    padding: 20px !important;
    border-radius: 15px !important;
	background: var(--vtorostepennyy-cvet-bloka);
    box-shadow: var(--box-shadow);
    border: none;
}

.profiletabs-profile-info .login {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}

.profiletabs-profile-info .group {
    color: var(--cvet-na-akcente);
    font-size: 15px;
    font-weight: 500;
}

.profiletabs-btn-item2 {
	display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    border-radius: 15px;
    background: var(--vtorostepennyy-cvet-bloka);
    box-shadow: var(--box-shadow);
    border: none;
    transition: .3s all;
    color: var(--glavnyy-tekst);
}

.profiletabs-btn-item2:hover{
	color: var(--glavnyy-tekst);
}

.profiletabs-btn-item2:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: .3s all;
}

.profiletabs-btn-item2-text {
    color: var(--glavnyy-tekst);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.profiletabs-profile-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}


.mobile-menu-bottom{
	display: none;
}

.custom-input.with-title > input, .custom-file .custom-input.with-title > label {
    padding-top: 20px;
    padding-bottom: 4px;
    font-size: 14px;
    background: var(--sec-color);
    color: #fff;
}

.custom-input.with-button > button {
    z-index: 3;
    position: absolute;
    right: 8px;
    top: 8px;
    height: 32px;
    width: 32px;
    border-radius: 6px;
    background: var(--two-color);
    border: 0;
    line-height: 32px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s ease-out all;
}

.custom-input {
    cursor: text;
    background: #0c101a;
    z-index: 1;
    position: relative;
    border: 1px solid var(--border-block-color);
    height: 48px;
    width: 100%;
    line-height: 48px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.custom_select_server {
    cursor: text;
    z-index: 1;
    position: relative;
    height: 45px;
    width: 100%;
    min-width: 90px;
    border-radius: 9px;
    margin-bottom: 0px !important;
    padding: 0;
}

.custom_select_server>small {
    cursor: default;
    bottom: -22px;
    position: absolute;
    line-height: 17px;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    z-index: 2
}

.custom_select_server>small:not(:empty) {
    opacity: 1
}

.custom_select_server>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    z-index: 2;
    border: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 13px;
    font-weight: 500;
    font-size: 14px
}

.custom_select_server.with-title>select {
	font-size: 13px;
    padding: 0px 40px 0px 40px;
    height: 42px !important;
    top: 0px;
    background: var(--vtorostepennyy-cvet-bloka);
    cursor: pointer;
    transition: 0.2s;
    border-radius: 10px;
    color: #fff;
  opacity: 0.7;
}

.custom_select_server.with-title>select:focus {
    opacity: 1;
}

.custom_select_server.with-title>span {
    z-index: 3;
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    height: 18px;
    font-weight: 600;
    top: 10px;
    left: 50px;
    color: #949494e6;
}

.position_player {
    font-size: 11px !important;
    border-radius: 9px;
    width: 35px !important;
    display: flex !important;
    height: 35px;
    left: 1px !important;
    position: absolute !important;
    background: rgb(96 128 255 / 50%) !important;
    color: #ffffff !important;
    top: 8px !important;
    align-items: center;
    justify-content: center;
}

.form-group-custom {
    margin-bottom: 15px;
    margin-top: -15px;
}

.succesy_button_player {
    z-index: 5;
    border: none;
    color: var(--cvet-na-akcente);
    background: var(--akcenti);
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    display: flex;
    position: absolute;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
}

.table-adaptive.table-fused .table-row {
	margin: 0;
    border: none;
    padding: 4px 27px;
    margin-bottom: 7px;
    background: var(--cvet-vnutri-bloka);
    box-shadow: var(--box-shadow);
}

.miniprofile_menu{
position: relative;
        display: inline-block;
        transition: all .3s ease;
}

.info_server {
position: relative;
    z-index: 1;
    display: flex;
}

.name_server_info {
    font-size: 16px;
    text-align: center;
}

.connect_server {
    text-transform: uppercase;
    font-size: 10.9px;
    color: #979797;
    margin-top: 5px;
    border-bottom: dashed 1px;
}

.player_number_info {
    font-size: 1.5rem;
    color: var(--glavnyy-tekst);
    font-weight: 600;
}

.server_info {
	width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.online_line_top {
border-radius: 10px;
    padding: 5px 17px 5px 7px;
    background: #181c26;
    border: 1px solid var(--border-block-color);
    color: #ffffff;
    font-size: 10.2px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    line-height: 18px;
    align-items: center;
}
.user_online_block .users_chat_online {
    display: none;
}

.visit_users_online1:hover i {
    color: #ffffff;
    opacity: 1;
    transform: rotate(270deg);
}

.visit_users_online1 i {
    color: #ffffff;
    transition: 0.2s;
    background: var(--akcenti);
    opacity: 0.7;
    width: 14px;
    border: none;
    height: 14px;
    top: -8px;
    padding: 0px;
    right: 8px;
    margin-bottom: -16px;
    position: relative;
    font-size: 11px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.users_chat_online {
    display: flex;
    flex-wrap: wrap;
    font-size: 0px;
    overflow: auto;
}

.online_pro {
    position: relative;
    border-radius: 50%;
}

.arrow_users_top {
    background: var(--akcenti);
    height: 30px;
    width: 30px;
    color: #ffffff;
    margin-left: -11px;
    display: flex;
    font-size: 15px;
    z-index: 1;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
}

.online_prcr {
    position: absolute;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0s linear 0.2s;
    transition: opacity 0.2s, visibility 0s linear 0.2s;
    z-index: 9999;
    top: 40px;
    width: 305px;
    right: 0;
    border-radius: 15px;
    padding: 11px 11px 6px 11px;
    left: 0;
    margin-left: -260px;
}

.online_scroll::-webkit-scrollbar {
    display: none;
}

.right_now_online {
    padding: 0 12px;
    border-radius: 50px;
    background: #62a6782e;
    font-weight: 600;
    font-size: 8.1px;
    color: #7fc596;
    letter-spacing: 1px;
}

.head_online_users {
    color: var(--glavnyy-tekst);
    font-weight: 600;
    font-size: 11.5px;
    margin-bottom: 10px;
    display: flex;
    padding-left: 5px;
    justify-content: space-between;
    align-items: center;
}

.online_scroll {
    overflow: auto;
    color: #fff0;
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 290px;
    overscroll-behavior: contain;
}

.arrtar::after {
    left: 53%;
}

.arrtar::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -15px;
    border-bottom: 20px solid #fff0;
    top: -20px;
}

.img_back_visit {
    position: relative;
    filter: blur(6px);
    opacity: .3;
    z-index: 0;
    margin-right: -33px;
    margin-bottom: -55px;
    margin-left: -7px;
    width: 40px !important;
    height: 40px !important;
}

.login_visit {
    font-weight: 600;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.last_online {
    width: 33px;
    height: 33px;
    border-radius: 50px;
    z-index: 1;
}

.arrtar::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
}

.online_pro:hover .online_prcr {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 100;
}

.online_pro_later:hover .online_prcr {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 100;
}

.visit_users_online1:hover {
    opacity: 0.7;
}

.visit_users_online1 {
    padding: 15px;
    color: var(--vtorostepennyy-tekst);
    text-align: center;
    display: flex;
    gap: 3px;
    width: 85px;
    background: var(--cvet-vnutri-bloka);
    border-radius: 15px;
    transition: .2s all;
    flex-direction: column;
}

.online_prcr .user_online_top {
    display: none;
}

.online_scroll .user_online_top {
    display: none;
}

.online_line_top i {
    font-size: 17px;
	color: #ffffff;
    background: linear-gradient(90deg, #4762db 0%, #6080ff 100%);
    height: 33px;
    width: 33px;
    font-weight: 100;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online_line_top span {
	font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.last_activity_status{
	color: var(--vtorostepennyy-tekst);
    font-size: 12px;
    font-weight: 600;
}
.comments_profile{
	max-height: 400px;
    overflow: auto;
}
#main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
    height: 40px;
    width: 40px;
    top: auto;
    padding-right: 1px;
    background: rgb(96 128 255 / 60%);
    bottom: 8px;
    opacity: 1;
    border-radius: 15px;
}
#main-slider.carousel .carousel-control-prev:hover, #main-slider.carousel .carousel-control-next:hover {
    height: 40px;
    width: 40px;
    top: auto;
    padding-right: 1px;
    background: rgb(96 128 255);
    bottom: 8px;
    opacity: 1;
    border-radius: 15px;
}
.editing_admins_full {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.new > p:last-child {
    padding: 20px 15px 15px 15px;
    margin-top: 16px;
    border-top: 1px solid var(--border-block-color);
}
.editing_admins_custom_input {
    cursor: text;
    background: #f9faff00;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    width: 100%;
}

.editing_admins_custom_input.with-title>input, .custom-file .editing_admins_custom_input.with-title>label {
	position: relative;
    font-size: 12px;
    background: var(--cvet-vnutri-bloka);
    border: none;
    color: var(--glavnyy-tekst);
    height: 55px;
    padding-top: 15px;
    padding-left: 50px;
}

.editing_admins_custom_input i {
	z-index: 100 !important;
    position: absolute;
    left: 16px;
    top: 17px;
    font-size: 20px;
}

.editing_admins_custom_input i:before {
    transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
}

.editing_admins_custom_input>input, .custom-file .editing_admins_custom_input>label {
    border-radius: 10px;
    z-index: 2;
    border: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
}

.editing_admins_custom_input.with-button>button {
	z-index: 3;
    right: 6px;
    background: var(--akcenti);
    border: none !important;
    width: 115px;
    border: none;
    height: 42px;
    font-size: 12px;
    display: flex;
    color: var(--cvet-na-akcente);
    margin-top: 6px;
    position: absolute;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
}

.editing_admins_custom_input.with-title>span {
	z-index: 3;
    font-size: 11px;
    line-height: 18px;
    position: absolute;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 18px;
    top: 19px;
    font-weight: 600;
    left: 50px;
    color: var(--vtorostepennyy-tekst);
}

.editing_admins_custom_input.with-title>input:not(:placeholder-shown) + span, .custom-file .editing_admins_custom_input.with-title>label:not(:placeholder-shown) + span, .editing_admins_custom_input.with-title>input:focus + span, .custom-file .editing_admins_custom_input.with-title>label:focus + span {
    font-size: 11px;
    top: 20px;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.editing_admins_custom_input.with-button>button:hover {
    opacity: .7;
  	cursor: pointer;
}

.editing_admins_custom_select {
    cursor: text;
    background: #262f4200;
    z-index: 1;
    position: relative;
    border: 1px solid #262f4200;
    height: 49px;
    width: 100%;
    min-width: 90px;
	border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.editing_admins_custom_select.with-button>button {
	z-index: 3;
    right: 6px;
    width: 115px;
    background: var(--akcenti);
    border: none;
    border: none;
    height: 42px;
    font-size: 10.5px;
    display: flex;
    color: var(--cvet-na-akcente);
    margin-top: 6px;
    position: absolute;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
}

.editing_admins_custom_select.with-button>button:hover {
    opacity: .7;
  	cursor: pointer;
}

.editing_admins_custom_select.with-title>select {
	font-size: 11px;
    padding-top: 16px;
    background: var(--cvet-vnutri-bloka);
    border: none;
    font-weight: 600;
    padding-left: 50px;
    height: 55px !important;
    top: -1px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 10px;
    color: var(--glavnyy-tekst);
}

.editing_admins_custom_select>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    z-index: 2;
    border: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 13px;
    font-weight: 500;
    font-size: 14px;
}

.editing_admins_custom_select.with-title>span {
	z-index: 3;
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    height: 18px;
    font-weight: 600;
    top: 10px;
    left: 50px;
    color: var(--vtorostepennyy-tekst);
}

.editing_admins_custom_select i {
	z-index: 100 !important;
    position: absolute;
    left: 16px;
    top: 17px;
    font-size: 20px;
}

.editing_admins_custom_select i:before {
    transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
}

.editing_admins_full_btns {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.table-adaptive .table-row {
    margin-bottom: 10px;
    padding: 0 10px;
}

.block_editing_admins {
	padding: 6px;
    border-radius: 10px;
    display: flex;
    padding-left: 20px;
    align-items: center;
    height: 55px;
    justify-content: space-between;
    background-color: var(--cvet-vnutri-bloka);
    border: none;
}

.flex_head_privileges {
    display: flex;
    margin-bottom: 10px;
    padding-top: 9px;
    justify-content: space-between;
    align-items: center;
}

.new_table_priv {
	background: var(--cvet-vnutri-bloka);
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 11px;
    gap: 10px;
    padding: 15px 20px;
    margin-bottom: 5px;
}

.new_tr_priv {
    display: flex;
    flex-direction: column;
    width: 150px;
    line-height: 18px;
}

.delete_priv_btn{
transition: 0.2s;
    font-size: 20px;
    color: #747474 !important;
    border: none;
    background: none;
}

.delete_priv_btn:hover {
    color: #fff !important;
    cursor: pointer;
}

.delete_priv_btn i{
	color: var(--vtorostepennyy-tekst);
    transition: 0.2s;
}

.delete_priv_btn i:hover {
    cursor: pointer;
}

.name_table_new {
	color: var(--vtorostepennyy-tekst);
    font-size: 11px;
    font-weight: 600;
}

.text_table_new_one {
	font-size: 12px;
    text-overflow: ellipsis;
    width: calc(100% - 25px);
    overflow: hidden;
    white-space: nowrap;
    color: var(--glavnyy-tekst);
    font-weight: 600;
}

.flex_flags_new {
    display: flex;
    align-items: center;
    border: none;
    box-shadow: var(--box-shadow);
    padding: 7px;
    border-radius: 50px;
}

.input_new_admins_editing{
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
}

.input_new_admins_editing input{
-webkit-appearance: textfield;
    background: var(--vtorostepennyy-cvet-bloka);
    border: none;
    border-radius: 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: var(--glavnyy-tekst);
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px !important;
    margin: 0 !important;
    opacity: .8 !important;
    padding: 12px 16px !important;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding-right: 10px !important;
    width: 70px;
    height: 24px;
    margin-bottom: 0px !important;
    text-overflow: ellipsis;
}

.input_new_admins_editing input:hover {
  opacity: 1 !important;
}

.input_new_admins_editing input:focus {
  opacity: 1 !important;
}

.input_new_admins_editing_date {
-webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.button.btn:not(.disp-n), label.btn:not(.disp-n) {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 38px;
    padding: 0px 30px;
    font-size: 14px;
    color: #fff;
    background: var(--two-color);
    border: 1px solid #1b2232;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}

button.btn:not(.disp-n).btn-default {
	background: var(--akcenti);
    border: 1px solid #00000000;
    color: var(--cvet-na-akcente);
    border-radius: 10px;
  	opacity: 0.8;
}

button.btn:not(.disp-n).btn-default:hover {
	background: var(--akcenti);
    border: 1px solid #00000000;
    color: var(--cvet-na-akcente);
    border-radius: 10px;
  opacity: 1;
}

#bans tr td:nth-child(1):hover, #tickets tr td:nth-child(2):hover, #open_tickets tr td:nth-child(2):hover, #close_tickets tr td:nth-child(2):hover, #search_ban_res_min tr td:nth-child(2):hover {
    background-color: var(--cvet-vnutri-bloka);
}

table.table > tbody > tr > td a {
    color: var(--orange);
    white-space: nowrap;
}

.block_admins_privileges{
	width: 100%;
}

.modal-body .form-control {
	padding: 5px;
    border-radius: 10px;
    background: var(--vtorostepennyy-cvet-bloka);
    border: none;
}

.new_tr_priv1 {
    display: flex;
    flex-direction: column;
    width: 170px;
    line-height: 18px;
}

.text-success-priv{
	color: #44b182 !important;
    font-weight: 600;
    margin-right: 25px;
}

.input_new_admins_editing_date input{
	-webkit-appearance: textfield;
    background: var(--vtorostepennyy-cvet-bloka);
    border: none;
    border-radius: 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: var(--glavnyy-tekst);
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px !important;
    margin: 0 !important;
    opacity: .8 !important;
    padding: 12px 10px !important;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding-right: 10px !important;
    width: 100%;
    height: 24px;
    margin-bottom: 0px !important;
    text-overflow: ellipsis;
}

.input_new_admins_editing_date input:hover {
  opacity: 1 !important;
}

.input_new_admins_editing_date input:focus {
  opacity: 1 !important;
}

.text_table_new{
font-size: 12px;
    color: var(--glavnyy-tekst);
    font-weight: 600;
}

.btn_flags {
	border: none;
    transition: 0.2s;
    margin-right: 4px;
    background: var(--akcenti);
    color: var(--cvet-na-akcente);
    font-size: 15px !important;
    display: flex;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    align-items: center;
    justify-content: center;
}

.btn_flags:hover {
    opacity: .7;
  	cursor: pointer;
}

.btn_flags i {
	color: #fff !important;
}

.flex_text_priv {
    display: flex;
    line-height: 18px;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
}

.text_flex_privileges {
font-size: 16px;
    color: var(--glavnyy-tekst);

}

.desp_flex_privileges {
color: var(--vtorostepennyy-tekst);
    font-size: 12px;
}

.btn_editing_admins {
border: none;
    background: var(--akcenti);
    border: none;
    height: 42px;
    transition: 0.2s;
    width: 150px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 600;
    color: var(--cvet-na-akcente);
}

.btn_editing_admins:hover {
    opacity: .7;
 	cursor: pointer;
}

.block_editing_admins span{
	color: var(--glavnyy-tekst);
    font-weight: 600;
	}

.btn_settings_admin_edit{
height: 33px;
    border: none;
    cursor: pointer !important;
    display: flex !important;
    width: 120px !important;
    padding: 0px !important;
    transition: 0.2s;
    background: #1c1c1c;
    font-weight: 600;
    color: #ffffff !important;
    font-size: 11px !important;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.btn_settings_admin_edit:hover {
	 opacity: .7;
}
.text_desp_info {
	color: var(--glavnyy-tekst);
    font-size: 10.7px;
}
.name_info_block {
	font-size: 11px;
    color: var(--vtorostepennyy-tekst);
    padding-left: 1px;
    font-weight: 500;
}
.modal .modal-content {
    border-radius: 15px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--glavnyy-tekst);
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	color: var(--glavnyy-tekst);
    text-decoration: none;
    opacity: .75;
}
.modal-header {
    justify-content: center;
}
.banmutlist_info_names{
background: var(--cvet-vnutri-bloka);
    border: none;
    display: flex;
    padding: 10px;
    gap: 10px;
    border-radius: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    align-items: center;
}

.banmutlist_info_names i {
	display: flex;
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 10px;
    color: var(--cvet-na-akcente);
    background: var(--akcenti);
    align-items: center;
    justify-content: center;
}

.banmutlist_flex_info_names {
    display: flex;
    flex-direction: column;
    line-height: 16px
}

.banmutlist_flex_info_names i {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 12px;
    border-radius: 0;
    color: #90b9b3;
    background: #66878200
}

.banmutlist_flex_info_names img {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    position: revert;
    border-radius: 50px;
    margin-right: 3px;
    color: #90b9b3;
    background: #66878200
}

.banmutlist_modal_bans{
	padding: 0;
    display: flex;
    margin-left: -14px;
    margin-bottom: 0;
    background: #21253100;
    margin-right: -14px;
}

.banmutlist_btn_unban{
	margin-bottom: 20px;	
  display: flex;
}

.banmutlist_button{
	border: none;
    color: var(--cvet-na-akcente);
    font-weight: 600;
    border-radius: 11px;
    font-size: 11px;
    padding: 14px 20px;
    transition: .2s all;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    background: var(--akcenti);
    opacity: 0.8;
}

.banmutlist_button:hover {
	cursor: pointer;
  	opacity: 1;
}

.banmutlist_button:hover .price_btn {
    opacity: 1;
}

table.table > tbody > tr > td {
	vertical-align: middle;
    font-size: 13px;
    line-height: 15px;
    color: var(--glavnyy-tekst);
    background: var(--cvet-vnutri-bloka);
}

#bans_table > .table > thead{
	background: var(--cvet-vnutri-bloka);
    color: var(--glavnyy-tekst);
}

.price_btn{
	background: var(--akcenti);
    border: none;
    opacity: 0.7;
    padding: 8px 13px;
    color: var(--cvet-na-akcente);
    border-radius: 7px;
    margin-left: 9px;
    margin-right: -10px;
    transition: 0.2s;
    font-size: 10px;
}

.succes{
	background: #0e121c;
    border-radius: 15px;
    border-bottom: 1px solid #1b2131;
}

#place_for_messages .dialog:nth-child(1) {
    margin-top: 0;
}

#place_for_messages .dialog > div:nth-child(1) {
    padding: 5px;
    float: left;
    width: calc(100% - 40px);
    height: 70px;
    background-color: var(--cvet-vnutri-bloka);
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-radius: 10px 0 0 10px;
      opacity: 0.8;
}

  #place_for_messages .dialog > div:nth-child(1):hover {
    background-color: var(--cvet-vnutri-bloka);
    opacity: 1;
    border: none; }
  #place_for_messages .dialog > div:nth-child(2):hover {
	background-color: var(--cvet-vnutri-bloka);
    opacity: 1;
    border: 0; }
#place_for_messages .dialog > div:nth-child(2) span {
    font-size: 16px;
    color: var(--glavnyy-tekst);
}

.appadmin_btn {
	display: flex;
    align-items: center;
    padding: 11px 26px;
    border-radius: 10px;
    font-weight: 500;
  gap: 5px;
  border: none;
    font-size: 14px;
    color: var(--glavnyy-tekst) !important;
    transition: all .3s;
    cursor: pointer;
    background: var(--cvet-vnutri-bloka);
}

.w20_ticket, .w30_ticket p{
	color: var(--vtorostepennyy-tekst);
}

.w20_ticket, .w30_ticket b{
	color: var(--glavnyy-tekst);
}	

.vertical-navigation li a.active {
	color: var(--cvet-na-akcente);
    font-weight: 600;
    background: var(--akcenti);
}

.appadmin_btn:hover {
background: var(--cvet-vnutri-bloka);
    color: var(--orange) !important;
    transition: .3s;
    box-shadow: var(--box-shadow);
}

.buttons_modules_extra_flex{
	width: 100%;
    display: flex;
    justify-content: flex-start;
}

  .noty-block h5, .bs-callout h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px; }
    .noty-block.info p, .noty-block.bs-callout-info p, .noty-block.success p, .noty-block.bs-callout-success p, .noty-block.error p, .noty-block.bs-callout-danger p, .noty-block.warning p, .noty-block.bs-callout-warning p, .noty-block.primary p, .bs-callout.info p, .bs-callout.bs-callout-info p, .bs-callout.success p, .bs-callout.bs-callout-success p, .bs-callout.error p, .bs-callout.bs-callout-danger p, .bs-callout.warning p, .bs-callout.bs-callout-warning p, .bs-callout.primary p {
      font-weight: 500;
      line-height: 20px;
      font-size: 12px; }
  .noty-block.info, .noty-block.bs-callout-info, .bs-callout.info, .bs-callout.bs-callout-info {
    background-color: #1d2848;
	margin-bottom: 15px;
    }
  .noty-block.error, .noty-block.bs-callout-danger, .bs-callout.error, .bs-callout.bs-callout-danger {
    background-color: #09132e; }
  .noty-block.warning, .noty-block.bs-callout-warning, .bs-callout.warning, .bs-callout.bs-callout-warning {
    background-color: #09132e; }
  .noty-block.primary, .bs-callout.primary {
    background-color: var(--noty-block-bg);
    }
  .noty-block .m-icon.icon-remove, .bs-callout .m-icon.icon-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: rgba(85, 85, 85, 0.65);
    cursor: pointer; }
  .noty-block .close, .bs-callout .close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0; }

.noty-block, .bs-callout {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 15px;
    font-size: 13px;
    background: var(--cvet-vnutri-bloka);
    border-radius: 10px;
}

.noty-block.success, .noty-block.bs-callout-success, .bs-callout.success, .bs-callout.bs-callout-success {
	background-color: var(--cvet-vnutri-bloka);
    color: var(--glavnyy-tekst);
    border: none;
    border-radius: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.info-block{
	background: var(--cvet-vnutri-bloka);
    border-radius: 10px;
    padding: 20px;
    border: none;
    box-shadow: var(--box-shadow);
    color: var(--glavnyy-tekst);
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.info-block a{
	display: flex;
    gap: 10px;
    align-items: center;
    color: var(--glavnyy-tekst);
}

.info-block a:hover{
	color: #6749c5;
  	transition: all .3s;
}

.ban-application.ban-information p {
    margin-bottom: 10px;
    font-size: 14px;
}

.ban_comment_col{
	display: flex;
    gap: 10px;
}
.input_new textarea{
-webkit-appearance: textfield;
    background: var(--cvet-vnutri-bloka);
    border: none;
    border-radius: 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: var(--glavnyy-tekst);
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px !important;
    margin: 0 !important;
    opacity: .8 !important;
    padding: 12px 16px !important;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding-right: 65px !important;
    width: 100%;
    margin-bottom: 8px !important;
}

.noty-block.error, .noty-block.bs-callout-danger, .bs-callout.error, .bs-callout.bs-callout-danger {
	background: var(--bloki);
    border-radius: 15px;
    border: none;
    color: var(--glavnyy-tekst);
}
.modal .modal-content .modal-header h4 {
    color: #e6e6e6;
}

.button_login{
	display: flex;
    width: 100%;
    justify-content: center;
    background: var(--akcenti);
    color: var(--cvet-na-akcente);
    opacity: 0.8;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    font-weight: 600;
    transition: all .3s;
}

.button_login:hover {	
  opacity: 1;
  transition: all .3s;
  cursor: pointer;
}

.login_social_register_social{
display: flex;
    width: 100%;
    gap: 15px;
}

.login_social_register_social a{
	display: flex;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    gap: 10px;
    align-items: center;
    width: 100% !important;
    justify-content: center;
    transition: all .3s;
    background: var(--vtorostepennyy-cvet-bloka);
    color: var(--glavnyy-tekst);
}

.login_social_register_social a:hover {
  background: #6c97d4;
 	color: var(--glavnyy-tekst);
  transition: all .3s
}

.login_social_register_header{
display: flex;
    align-items: center;
    margin-bottom: 1.75rem;
    margin-top: 1.75rem;
}

.login_social_register_header p{
	margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 13px;
}

a.small {
	color: var(--glavnyy-tekst);
    border-bottom: 1px solid var(--orange) !important;
  	opacity: 0.8;
}

.authorization a.small {
   display: inline-block;
   width: auto;
}

a.small:hover, a.small:focus, a.small:visited {
    color: var(--glavnyy-tekst);
  opacity: 1;
}

.login_social_register_line{
	height: 1px;
    flex: 1;
    background: var(--akcenti);
}
.input_new_login_icon{
	height: 35px;
    background: var(--cvet-vnutri-bloka);
    border: none;
    display: flex;
    width: 35px;
    margin-left: 10px;
    color: var(--glavnyy-tekst);
    margin-right: 8px;
    font-size: 14px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.input_new_login{
	display: flex;
    align-items: center;
    background: var(--vtorostepennyy-cvet-bloka);
    border: none;
    border-radius: 15px;
    -moz-box-sizing: border-box;
    color: var(--glavnyy-tekst);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    margin: 0;
    opacity: .8;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.input_new_login input {
  padding: 5px;
  line-height: 40px;
  width: 81%;
  border-radius: 0 10px 10px 0;
  border: 0;
    background: var(--vtorostepennyy-cvet-bloka);
    color: var(--glavnyy-tekst);
}

.input_new_login input:focus {
  border: 0;
  color: #fff;
  outline: 0!important;
}

.input_new_login:hover {
  opacity: 1;
  color: #fff;
}

.modal .modal-content .modal-header h4 {
font-size: 35px;
    display: block;
    text-align: center;
    color: var(--glavnyy-tekst);
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 900;
}

.with_code p {
    font-size: 14px;
    margin: 0;
    color: var(--glavnyy-tekst);
}

#news a.small-new {
    margin: 0 -16px;
    padding: 10px 16px 10px 16px;
    border-top: 1px solid var(--border-block-color);
    display: block;
    height: 60px;
    width: calc(100% + 32px);
}

.input_new textarea:hover {
  opacity: 1 !important;
}

.input_new textarea:focus {
  opacity: 1 !important;
}

.newsimgdownload{
    border-radius: 15px;
    border: 1px solid var(--border-block-color);
    width: 100%;
    height: 200px;
}

#new_news > .col-lg-4 div, .news > .col-lg-4 div {
    margin-bottom: 5px;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    border: 1px solid var(--border-block-color);
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 4px rgba(26, 26, 26, 0.4), 0 0 1px rgba(10, 31, 68, 0.08);
}

.w20_ticket{
 	width: 20%;
    max-height: fit-content;
}

.w50_ticket{
 	width: 50%;
  max-height: fit-content;
}

.w30_ticket{
 	width: 30%;
  max-height: fit-content;
}

.button_operaciya_app{
	display: flex;
    gap: 10px;
}

.add_ban_btn_search{
display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--cvet-na-akcente);
    transition: all .3s;
    cursor: pointer;
    border: none;
    background: var(--akcenti);
    position: absolute;
    right: 0;
    top: 1px;
    padding: 13px 40px;
    opacity: 0.8;
}

.add_ban_btn_search:hover {
	opacity: 1;
   transition: .3s
}

.noty-block.info, .noty-block.bs-callout-info, .bs-callout.info, .bs-callout.bs-callout-info {
background: var(--cvet-vnutri-bloka);
    margin-bottom: 15px;
    border-radius: 15px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 20px;
    color: var(--glavnyy-tekst);
}
.forum_settings_btn{
	display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.custom-file label::after {
	border: 0;
    height: 100%;
    background: var(--akcenti);
    color: var(--cvet-na-akcente);
    content: 'Обзор';
    line-height: 24px;
    transition: 0.2s ease-out all;
}
.custom-file:hover label::after {
background: var(--akcenti);
    cursor: pointer;
    color: var(--cvet-na-akcente); }
.custom-file input, .custom-file label {
-webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: var(--cvet-vnutri-bloka);
    color: var(--glavnyy-tekst);
    cursor: pointer;
}
.forum_section_button{
	display: flex;
    gap: 5px;
}
.miniprofile_menu.show-drd .avatar_miniprofile {
    background: var(--cvet-vnutri-bloka);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}
.miniprofile_menu .avatar_miniprofile svg {
    overflow: hidden;
    transform: rotate(0deg);
  transition: all .3s;
}

.miniprofile_menu.show-drd .avatar_miniprofile svg{
	transform: rotate(180deg);
	transition: all .3s;
}
.show-drd {
    transition: all .3s;
}

.header_btn_balance{
	display: flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: var(--glavnyy-tekst);
    transition: all .3s;
    cursor: pointer;
    background: var(--bloki);
}

.circleuved {
	width: 12px;
    height: 12px;
    position: absolute;
    margin-bottom: 8px;
    right: 5px;
    top: 2px;
    z-index: 900;
    display: none;
    background: var(--akcenti);
    border-radius: 50%;
 }
.disp-b{
	display:block;
}

.header_btn_balance:hover {
	box-shadow: var(--box-shadow);
  	color: var(--orange) !important;
   transition: .3s
}
.fon-block-forum {
    background: var(--two-color);
}
.pairs>dt {
    padding: 0;
    margin: 0;
    color: var(--vtorostepennyy-tekst);
}
.block-box .block-header, .block-minorHeader {
	position: relative;
    background: var(--akcenti);
    border-radius: 10px;
    color: var(--cvet-na-akcente);
}
.p-body-header {
	color: var(--glavnyy-tekst);
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    border: none;
    padding: 15px;
}
.block-container {
	color: var(--glavnyy-tekst);
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    border: none;
    margin-bottom: 10px;
}
.block-container:last-child {
    margin-bottom: 0;
}

.structItem {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.forum_card_header_title{
	color: var(--glavnyy-tekst);
    font-weight: 600;
    font-size: 16px;
}
.forum_right_btns{
	display: flex;
    gap: 5px;
}

.forum_card_info{
	padding: 20px;
    border-radius: 15px;
    background: var(--bloki);
    border: none;
    box-shadow: var(--box-shadow);
}

.forum-info{
	border-radius: 15px;
    background: rgb(19 24 33);
    border: 1px solid var(--border-block-color);
    box-shadow: none;
}

.forum_card_user_header{
	display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 15px;
    justify-content: space-between;
}
.structItemContainer {
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid var(--vtorostepennyy-cvet-bloka);
}
.structItemContainer:last-child {
    border-bottom: 1px solid #0000;
}
.avatar_miniprofile{
	display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    height: 100%;
    padding: 5px 5px;
    transition: all .3s;
  border: 1px solid #00000000;
}

.avatar_miniprofile img{
width: 35px;
    height: 35px;
    border-radius: 50%;
}

.mini_profile_dropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 5px;
    top: 70px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    overflow: auto;
    white-space: nowrap;
    z-index: 99;
    transition: all .3s ease;
    transform-origin: top;
    animation-fill-mode: forwards;
    transform: scale(.7);
    opacity: 0;
    visibility: hidden;
    }

.dropdown_content_miniprofile {
    right: 0 !important;
    left: auto !important;
    min-width: 300px;
    z-index: 10;
    padding: 15px !important;
}

.mini_profile_dropdown .dropdown-linkk {
    color: #fff;
    padding: 10px 17px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .7px;
    display: block;
    transition: all .3s ease;
    border-radius: 10px;
    position: relative
  }

  .mini_profile_dropdown .dropdown-linkk:hover {
    background-color: var(--dropdown-linkk-hover);
    transition: all .3s ease
  }

  .mini_profile_dropdown .dropdown-linkk:hover .submenu_m {
    color: var(--dropdown-linkk-text-hover);
    transition: all .3s ease
  }

  .mini_profile_dropdown .dropdown-linkk:hover svg {
    fill: var(--dropdown-linkk-text-hover);
    transition: all .3s ease
  }

  .miniprofile_menu.show-drd .mini_profile_dropdown{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: all .3s ease
  }

.mini_profile_link {
	background: var(--cvet-vnutri-bloka);
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--glavnyy-tekst);
    box-shadow: var(--box-shadow);
    padding: 13px 17px;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    justify-content: space-between;
    transition: all .3s;
  opacity: 1;
}

.mini_profile_link:hover {
  opacity: 0.8;
  transition: all .3s
}

.mini_profile_link_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.mini_profile_link_info span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
}

.mini_profile_link_info p {
  margin-bottom: 0;
  color: #969696;
}

.mini_profile_link_icon i {
  color: #a2a2a2;
}

.mini_profile_link_balance {
    background: var(--cvet-vnutri-bloka);
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--glavnyy-tekst);
    box-shadow: var(--box-shadow);
    padding: 13px 17px;
    text-decoration: none;
    font-size: 11px;
    overflow: hidden;
    letter-spacing: 1px;
    position: relative;
    justify-content: space-between;
    transition: all .3s;
  	opacity: 1;
}

.mini_profile_link_balance:hover {
  opacity: 0.7;
  transition: all .3s
}

.mini_profile_link_balance_info span {
  font-size: 15px;
  font-weight: 500
}

.mini_profile_link_balance_info p {
  margin-bottom: 0;
  color: var(--orange);
}

.mini_profile_link_balance_info span {
    font-size: 15px;
    font-weight: 500;
}

.mini_profile_link_balance_icon {
  background: var(--akcenti);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: -10px
}

.mini_profile_link_balance_icon i {
  font-size: 20px;
  color: #fff;
}

.mini_profile_buttons{
	margin-top: 10px;		
}

.mini_profile_button{
	padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: var(--cvet-vnutri-bloka);
    margin-bottom: 7px;
    text-decoration: none;
    gap: 20px;
    font-size: 14px;
    text-align: center;
    color: var(--glavnyy-tekst);
    font-weight: 400;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.mini_profile_button_left{
	display: flex;
    align-items: center;
    gap: 12px;
}

.mini_profile_button:last-child {
  margin-bottom: 0
}

.mini_profile_button:hover {
	background: var(--cvet-vnutri-bloka);
    color: var(--orange) !important;
    transition: .3s;
    box-shadow: var(--box-shadow);
}

.input_new .btn-save-settingsglav {
    background-color: #0d111b;
    background-position: 50%;
    background-repeat: no-repeat;
    border-left: 1px solid #181e2d;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    height: 48px;
    opacity: .5;
    padding: 12px;
    position: absolute;
    right: 1px;
    top: 1px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.input_new .btn-save-settingsglav:hover {
    opacity: 1;
}

.circleuved_1{
	width: 12px;
    height: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 900;
    font-size: 10.5px;
    color: var(--cvet-na-akcente);
    background: var(--akcenti);
    border-radius: 50%;
}

.i-am-new{
	display:none;
}

.avatar_miniprofile .point {
	position: absolute;
    height: 13px;
    width: 13px;
    display: block;
    top: 5px;
    left: 30px;
    background: var(--akcenti);
    box-shadow: var(--box-shadow);
    border-radius: 50%;
}
.header_balance_new_icon{
	display: flex;
    align-items: center;
    justify-content: center;
    background: var(--akcenti);
    width: 33px;
    height: 33px;
    border-radius: 10px;
    color: var(--cvet-na-akcente);
}

.new_sale{
	position: relative;
    overflow: hidden;
    padding: 30px 20px 30px 20px !important;
    font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst) !important;
}

.new_sale span{
	background: var(--akcenti);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new_sale img{
	position: absolute;
    right: 20px;
    top: -15px;
}

.header_balance_new_text {
	font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst);
}

.top_right_btn > button > iconify-icon{
	font-size: 18px;
}

.header_balance_new {
    display: flex;
    gap: 10px;
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
    align-items: center;
    background: var(--cvet-vnutri-bloka);
    box-shadow: var(--box-shadow);
}

.input_new_stats input{
-webkit-appearance: textfield;
    background: var(--cvet-vnutri-bloka);
    border: none;
    box-shadow: var(--box-shadow);
    border-radius: 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: var(--glavnyy-tekst) !important;
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px !important;
    margin: 0 !important;
    opacity: .8 !important;
    padding: 12px 16px !important;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding-right: 65px !important;
    width: 100%;
    margin-bottom: 15px !important;
}

.modal .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.vertical-navigation li {
    border-top: 1px solid var(--border-block-color);
}

.vertical-navigation {
    border-radius: 15px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    border: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    backdrop-filter: blur(2px);
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.vertical-navigation li.active a {
    color: var(--cvet-na-akcente);
    font-weight: 600;
    background: var(--akcenti);
}

.vertical-navigation li a {
    color: var(--glavnyy-tekst);
}

.input_new_stats input:hover {
  opacity: 1 !important;
}

.input_new_stats input:focus {
  opacity: 1 !important;
}

.input_new_stats {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
}

.input_new_stats .btn-save-settings {
	background-color: var(--vtorostepennyy-cvet-bloka);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    height: 40px;
    opacity: .5;
    margin: 0px 6px;
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 40px;
    align-items: center;
    color: var(--glavnyy-tekst);
    justify-content: center;
}

.input_new_stats .btn-save-settings i{
	color: var(--glavnyy-tekst) !important;
}

.input_new_stats .btn-save-settings:hover {
    opacity: 1;
  	color: var(--glavnyy-tekst); 
}

b, strong {
    font-weight: bolder;
    color: var(--glavnyy-tekst);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background: var(--cvet-vnutri-bloka) !important;
    border-color: none !important;
}

.input_new_stats .btn_group_settings {
	background-color: #1a1a1a;
    background-position: 50%;
    background-repeat: no-repeat;
    border-left: 1px solid #2e2d2d;
    display: inline-block;
    height: 48px;
    opacity: .5;
    padding: 12px;
    position: absolute;
    right: 48px;
    top: 1px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 150px;
    border-radius: 0 !important;
}

.input_new_stats .btn_group_settings:hover {
    opacity: 1;
}

.chat {
    margin-bottom: 0px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: rgb(96 128 255);
    border-radius: 0px;
}

thead{
	background: var(--cvet-vnutri-bloka);
    color: var(--glavnyy-tekst);
}

.text-success {
    color: var(--orange) !important;
}

#operations .with-icon i.fa-plus {
    border-color: var(--yellow);
    color: var(--yellow);
}

#operations .with-icon i.fa-minus {
    border-color: var(--orange);
    color: var(--orange);
}

.table-responsive {
	width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
    border-radius: 15px;
}

.vertical-navigation li a:hover {
	background: var(--akcenti);
    color: var(--cvet-na-akcente);
	
}

.center_block_container {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px 5px 0px 15px;
    width: 82%;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 350px;
    }
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    box-shadow: none;
    border-radius: 15px;
    outline: 0;
    z-index: 1050;
	background: var(--bloki);
    box-shadow: var(--box-shadow);
    border: none;
}

.footer_new{
	background: var(--two-color);
    border: 1px solid var(--border-block-color);
    border-radius: 20px;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 20px;
}
.footer_bottom_head{
display: flex;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
    padding: 24px;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
}
.footer_bottom_footer{
	display: flex;
    width: 100%;
    gap: 100px;
    justify-content: center;
	}
.bottom_social_btn{
display: flex;
    gap: 5px;
}

.bottom_social_btn > a > iconify-icon{
	font-size: 50px;
  	color: var(--vtorostepennyy-cvet-bloka);
      transition: all .3s;
}

.bottom_social_btn > a > iconify-icon:hover{
	color: var(--orange);
      transition: all .3s;
}
.bottom_nav_title {
	font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst);
}
.footer_new_container{
	display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
  padding-right: 5px;
}

.col-lg-2 ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-top: 6px;
    margin-bottom: 0;
}

.col-lg-2 li {
    list-style-type: none;
    line-height: 0;
    margin-bottom: 3px;
}

.href_bottom {
    line-height: 18px !important;
    font-weight: 400;
    font-size: 12px;
    color: var(--vtorostepennyy-tekst);
}

.bottom_logo{
	display: flex;
    opacity: 1;
    transition: all .3s;
    align-items: center;
}

.bottom_logo img{
	width: auto;
    height: 45px;
    display: block;
}

.bottom_logo:hover {
    opacity: .5;
    transition: all .3s;
}

.footer_new_content_sitestat{
	 position: relative;
    margin-top: 20px;
    -webkit-user-select: none;
    user-select: none;
}
.block {
    padding: 24px 16px;
    margin-bottom: 0px;
    border-radius: 15px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
}
#chat #chat_messages .chat_message .message .with_code, #chat #messages .chat_message .message .with_code {
	background: var(--vtorostepennyy-cvet-bloka);
    border-radius: 4px 15px 15px 15px;
    padding: 15px;
    display: inline-block;
    font-size: 12px;
    color: var(--glavnyy-tekst);
}

#chat #chat_messages .chat_message > a img:hover, #chat #messages .chat_message > a img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

::-webkit-scrollbar-track {
    background-color: var(--bloki);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 50px;
   background-color: var(--vtorostepennyy-cvet-bloka);
}

::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 0px;
    border-radius: 50px;
   background-color: var(--vtorostepennyy-cvet-bloka);
}

#chat .input-group .smile_input #smile_btn::after {
    color: var(--orange);
}

.chat_message_button {
    color: #fff !important;
    position: absolute;
    top: 6px;
    font-weight: 600;
    font-size: 16px;
    width: 40px;
    right: 5px;
    text-align: center;
    height: 40px;
    cursor: pointer;
    line-height: 42px;
    border-radius: 10px;
    background: var(--akcenti);
    transition: .1s all;
    opacity: 0.7;
}
.chat_message_button:hover {
  opacity: 1;
  transition: .1s all
}
.block .block_head {
	height: 48px;
    line-height: 48px;
    padding: 0 16px;
    margin: -24px -16px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    border-radius: 15px 15px 0px 0px;
    background: var(--bloki);
    color: var(--glavnyy-tekst);
    z-index: 1;
    position: relative;
    box-shadow: none;
}

.merchant_title_glav{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 48px;
    font-weight: 800;
}

.merchant_title{
	overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
  text-align: center;
    color: var(--vtorostepennyy-tekst);
}

.purse_item_block{
	padding: 20px;
    margin-bottom: 0px;
    border-radius: 15px;
    background: var(--cvet-vnutri-bloka);
    box-shadow: var(--box-shadow);
}

.purse_item_input input{
-webkit-appearance: textfield;
    background: var(--bloki);
    border: none !important;
    border-radius: 10px !important;
    color: var(--vtorostepennyy-tekst);
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px !important;
    margin: 0 !important;
    opacity: .8 !important;
    padding: 12px 10px !important;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding-right: 0px !important;
    width: 100%;
}

.purse_item_input input:hover {
  opacity: 1 !important;
}

.purse_item_input input:focus {
  opacity: 1 !important;
}

.purse_btn{
	display: flex;
    align-items: center;
    padding: 14px 12px;
    border-radius: 10px;
    transition: all .3s;
    cursor: pointer;
    border: none;
    background: var(--bloki);
    font-weight: 400;
    font-size: 12px;
    justify-content: center;
}

.purse_item_input > .error_message, .success_message {
    height: 0;
    margin: 0;
    font-size: 14px;
    position: absolute;
    top: 46px;
    right: 150px;
}

.purse_btn:hover{
  	box-shadow: var(--box-shadow);
}

.purse_btn span{
	font-weight: 400;
	font-size: 12px;
	background: var(--akcenti);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.purse_item_input {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
  	gap: 16px;
}

.block_card_header{
	display: flex;
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 0px !important;
    border-radius: 15px;
}

.block_card_header_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: var(--akcenti);
  color: var(--cvet-na-akcente);
}

.block_card_header_title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: var(--glavnyy-tekst);
}

.header_new {
    z-index: 1001;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    background: var(--bloki);
    flex-direction: column;
    align-items: center;
    box-shadow: var(--box-shadow);
}

li{
    list-style-type: none;
}

.header_new_content{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 71px;
    width: 100%;
    position: relative;
}

.header_logo{
display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 47px;
    opacity: 1;
    transition: all .3s;
    width: 18%;
}

.header_logo img{
    width: auto;
    height: 30px;
    display: block;
}

.header_logo:hover {
  opacity: .5;
  transition: all .3s
}

.header_btns {
    display: flex;
    margin-left: 15px;
    gap: 18px;
}

.profile_dopcog{
	display: flex;
   	gap: 5px;
  	flex-direction: column;
}

.header_btn{
    display: flex;
    align-items: center;
    padding: 11px 26px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst) !important;
    transition: all .3s;
    cursor: pointer;
    border: none;
    background: var(--cvet-vnutri-bloka);
    justify-content: center;
    gap: 5px;
}

.header_btns > .header_btn:nth-child(3){
  	color: #fff !important;
}

.header_btns > .header_btn:nth-child(3):hover{
  	color: #fff !important;
    background: var(--akcenti);
  	box-shadow: var(--box-shadow);
}

.user_btn {
    display: flex;
    align-items: center;
    padding: 11px 26px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--glavnyy-tekst) !important;
    transition: all .3s;
    cursor: pointer;
    border: none;
    background: var(--vtorostepennyy-cvet-bloka);
    justify-content: center;
    gap: 5px;
  margin-bottom: .5rem !important;
}

.user_btn:hover{
	background: var(--vtorostepennyy-cvet-bloka);
    color: var(--orange) !important;
    transition: .3s;
    box-shadow: var(--box-shadow);
}

.topic-answers div[id^="answer"] .left-side {
	width: 100%;
    padding: 14px;
    text-align: left;
    background: var(--bloki);
    border-radius: 15px 15px 0 0;
    border: none;
}

.topic-answers div[id^="answer"]:not(:first-child) {
    border-top: none;
}

.popover {
position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: max-content;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: var(--bloki);
    box-shadow: var(--box-shadow);
    background-clip: padding-box;
    border: none;
    border-radius: 15px;
}

.tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover {
    background: var(--vtorostepennyy-cvet-bloka) !important;
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary{
	border:none !important; 
}

.tox .tox-mbtn {
	color: var(--glavnyy-tekst) !important;
}

.tox .tox-mbtn:focus:not(:disabled) {
	background: var(--vtorostepennyy-cvet-bloka) !important;
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-mbtn--active {
	background: var(--vtorostepennyy-cvet-bloka) !important;
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
	background: var(--vtorostepennyy-cvet-bloka) !important;
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-dialog-wrap__backdrop{
		background-color: rgb(0 0 0 / 49%) !important;
}

.tox .tox-edit-area__iframe select{
	    color: var(--glavnyy-tekst);
}

.tox .tox-menubar{
background: none !important;
    background-color: var(--cvet-vnutri-bloka) !important;
    border-bottom: none !important;
}

.tox .tox-collection--list .tox-collection__item--enabled{
	background-color: var(--vtorostepennyy-cvet-bloka) !important;
}

.tox .tox-collection--list .tox-collection__item--active {
background-color: var(--vtorostepennyy-cvet-bloka) !important;
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-menu{
	background-color: var(--bloki) !important;
    border: none !important;
}

.tox .tox-collection__item {
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-collection__item--state-disabled {
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-dialog__body-nav-item:focus {
	background-color: rgb(255 255 255 / 0%) !important;
}

.tox .tox-dialog{
	background-color: var(--bloki) !important;
    border: none !important;
    box-shadow: var(--box-shadow) !important;
    border-radius: 10px !important;
}

.tox .tox-dialog__header {
    background-color: var(--bloki) !important;
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-button--naked {
    border: none !important;
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-button--naked[disabled] {
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
	box-shadow: none !important;
	color: rgba(34, 47, 62, .5) !important;
}

.tox .tox-button--naked:hover:not(:disabled) {
    background-color: var(--cvet-vnutri-bloka) !important;
    border: none !important;
    color: var(--glavnyy-tekst) !important;
}

.tox .tox-button--naked:focus:not(:disabled) {
	background-color: #e3e3e3 !important;
	border-color: none !important;
	color: #ffff !important;
}

.tox .tox-button--naked:active:not(:disabled) {
	background-color: #d6d6d6 !important;
	border-color: #d6d6d6 !important;
	color: #222f3e !important;
}

.tox .tox-dialog__body{
	color: var(--glavnyy-tekst) !important;
}
.tox .tox-dialog__body-nav-item{
	color: var(--glavnyy-tekst) !important;
}
.tox .tox-label, .tox .tox-toolbar-label {
    color: var(--glavnyy-tekst) !important;
    font-weight: 500 !important;
}

.tox .tox-selectfield select, .tox .tox-textarea, .tox .tox-textfield, .tox .tox-toolbar-textfield {
    background-color: var(--cvet-vnutri-bloka) !important;
    border: none !important;
    color: var(--glavnyy-tekst) !important;
}
.tox .tox-toolbar-overlord {
background-color: #0c101a !important;
    border-bottom: 2px solid var(--border-block-color) !important;
}

.tox .tox-dialog__footer {
    background-color: var(--bloki) !important;
}

.tox .tox-tbtn svg {
  fill: #969696!important
}

.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary {
	color: var(--cvet-na-akcente) !important;
    background-color: var(--cvet-vnutri-bloka) !important;
}

#smile_btn::after {
    color: var(--glavnyy-tekst);
    content: "\f118";
}

.comment .message .with_code {
    background: var(--cvet-vnutri-bloka);
    border-radius: 4px 15px 15px 15px;
    padding: 2px 10px;
    display: inline-block;
    font-size: 12px;
    color: var(--glavnyy-tekst);
}

#new_news > .empty-element{
	margin-bottom: 0px;
}

.empty-element {
	display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    max-height: 40px;
    border-radius: 5px;
    margin-bottom: -5px;
    font-weight: 400;
    font-size: 12px;
    color: var(--vtorostepennyy-tekst);
    background: var(--cvet-vnutri-bloka);
}

.smile_input_forum{
display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 16px;
    margin-top: 10px;
}

#comments::-webkit-scrollbar {
    background-color: initial;
    width: 0%;
    height: 0;
    border-radius: 0;
}

#answers li {
    list-style-type: unset;
}

#answers b, strong {
  color: inherit !important;
}

.tox .tox-statusbar {
  display: none!important
}

.tox-tinymce {
    border: none !important;
    border-radius: 10px !important;
    min-height: 200px !important;
    max-height: 100vh;
    width: 100% !important;
    resize: both;
}

.tox .tox-tbtn {
  transition: all .3s
}

.tox .tox-tbtn:hover {
	background: var(--vtorostepennyy-cvet-bloka) !important;
    transition: all .3s;
    color: var(--glavnyy-tekst) !important;
}

.forum_bottom_answer{
	border-top: 1px dotted var(--border-block-color);
    margin-top: 10px;
    padding-top: 10px;
    color: #7f7f7f;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

blockquote {
	padding: 5px;
    margin: 0 0 5px;
    border-left: 5px solid var(--vtorostepennyy-cvet-bloka);
    background: var(--cvet-vnutri-bloka);
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.forum_bottom_answer a:hover{
	cursor: pointer;
	color: #7f7f7f;
}

.topic-answers div[id^="answer"] .right-side {
	position: relative;
    padding: 15px 15px 15px;
    background: var(--bloki);
    width: 100%;
    border-radius: 0 0 15px 15px;
    border: none;
}

.topic-answers div[id^="answer"] .right-side .likes-area {
	display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    width: auto !important;
    gap: 5px;
}

.forum_closetopic {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    color: var(--glavnyy-tekst);
}

.topic-answers div[id^="answer"] {
	background: var(--bloki);
    box-shadow: var(--box-shadow);
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
}

.topic-answers div[id^="answer"]:last-child {
  margin-bottom: 0;
}

.header_btn:hover {
    background: var(--cvet-vnutri-bloka);
    color: var(--orange) !important;
    transition: .3s;
    box-shadow: var(--box-shadow);
}

.top_menu_right{
	display: flex;
    gap: 6px;
}

.flex_online_block {
    border-radius: 30px;
    display: flex;
    padding: 7px 16px;
    background: var(--bloki);
    box-shadow: var(--box-shadow);
}

.flex_online_block_later {
    border-radius: 10px;
    display: flex;
    padding: 5px 17px 5px 7px;
    background: #181c26;
    border: 1px solid var(--border-block-color);
}

.online_pro_later{
	display: flex;
    gap: 10px;
  align-items: center;
  position: relative;
}

.arrow_users_top_posetitel {
    background: linear-gradient(90deg, #4762db 0%, #6080ff 100%);
    height: 33px;
    width: 33px;
    color: #ffffff;
    margin-left: -2px;
    display: flex;
    font-size: 15px;
    z-index: 1;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

#events .event {
    padding: 0 14px;
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#events .event > a.btn {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff !important;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid transparent;
    background: #ffffff0d;
    height: auto;
}

.mt-2, .my-2 {
    margin-top: 15px !important;
}

#main-slider.carousel {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 500px;
    border: 1px solid #253053;
    box-shadow: 0 3px 4px rgba(26, 26, 26, 0.21), 0 0 1px rgba(22, 22, 22, 0.05);
}

.block_card_header_icon i{
	font-size: 19px;
  color: #fff;
}

#events .event > a.btn:hover {
  border: solid 1px #253053;
   background: #ffffff1a;
   color: #6080ff!important;
   transition: .3s
}

.new_news {
	display: flex;
    gap: 12px;
}

.new_card_for_news{
	width: 20%;
}

.new_card__block{
	background: var(--bloki);
  border-radius: 15px;
}

.new_card__news {
    padding: 20px;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 278px;
    justify-content: center;
}

.new_card__news a{
	background: var(--cvet-vnutri-bloka);
	border-radius: 15px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
}

.new_card__news a span {
    font-weight: 500;
    font-size: 14px;
    background: var(--akcenti);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 130px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_card__date{
	font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: var(--vtorostepennyy-cvet-bloka);
}

.new_card__news img{
	border-radius: 15px;
width: 170px;
height: 112px;
}

.new_card__news font {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--glavnyy-tekst);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  height: 29px;
}

.user_online_img {
    margin-right: -5px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}

.user_online_block {
    display: flex;
    border-radius: 10px;
    align-items: center;
    max-width: 85px;
    overflow: hidden;
}

.online_more {
    position: relative;
    border-radius: 50%;
}

.online_more_icon {
	background: #253053;
    height: 33px;
    width: 33px;
    border: solid 3px #09132e;
    color: #c2c7da;
    margin-left: -2px;
    display: flex;
    z-index: 1;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.header_right_menu {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: 18px;
    gap: 18px;
}

.chat_message_item{
	display: flex;
    width: fit-content;
    gap: 10px;
    position: relative;
    width: 100%;
}

.chat_message_info_flex{
display: flex;
    align-items: center;
}

.chat_message_info_dell {
    background: var(--akcenti);
    border-radius: 8px;
    font-size: 10px;
    padding: 2px 6px;
    float: right;
}

.chat_message_info_edit{
background: var(--akcenti);;
    border-radius: 8px;
    font-size: 10px;
    padding: 2px 6px;
  float: right;
}

.chat_message_info_time {
    font-size: 10px;
    color: #a3a09f;
}

#chat_messages::-webkit-scrollbar {
    background-color: initial;
    width: 0%;
    height: 0;
    border-radius: 0;
}

#chat .input-group {
    margin-bottom: 0;
    top: 5px;
    position: relative;
}

#chat .input-group .smile_input input, #chat .input-group .smile_input .custom-file label, .custom-file #chat .input-group .smile_input label{
    color: var(--glavnyy-tekst);
    height: 52px;
    line-height: 48px;
    border: 0;
    font-size: 14px;
    border: none;
    padding-left: 20px;
    width: 100%;
    outline: none;
    border-radius: 14px;
    padding-right: 80px;
    background: var(--cvet-vnutri-bloka);
    transition: all .3s;
    opacity: 0.7;
}

#chat .input-group .smile_input input:hover {
  opacity: 1;
  transition: all .3s;
}

#chat .input-group .smile_input input:focus {
  opacity: 1;
  transition: all .3s;
}

#chat .input-group .smile_input input::placeholder {
  color: #878787
}

#chat .input-group .smile_input input:focus,#chat .input-group .smile_input input:active {
  outline: 0;
  outline-offset: 0;
  box-shadow: none
}

.chat_message_text {
display: block;
    background: var(--cvet-vnutri-bloka);
    padding: 10px 15px;
    border-radius: 2px 15px 15px 15px;
    word-break: break-all;
    font-weight: 400;
    font-size: 14px;
    color: var(--glavnyy-tekst);
}

.chat_message_author_img {
	text-align: center;
}

.chat_message_author_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#chat_messages{
	display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
    height: 60vh;
    overflow: auto;
}

.chat_message_info{
	width: 100%;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.chat_message_textbg{
	display: block;
    background: black;
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 15px;
}

.right_block{
	width: 18%;
  	padding-bottom: 10px;
}

.right_block_sticky{
 	position: sticky;
	top:20px;
}

.table-adaptive .table-row > .row{
	height: 60px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    align-content: center;
}

.place-stats{
	color: var(--glavnyy-tekst);
    font-weight: 900;
    font-size: 40px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
    cursor: default;
    transform: scale(1);
}

.place-stats:hover{
  transform: scale(1.1);
}
.place-stats .place-top1{
	color: #efd154;
    text-shadow: rgb(237 204 70 / 50%) 1px 0 10px;
    font-size: 40px;
    font-weight: 900;
}
.place-stats .place-top2{
	color: #8b94a3;
    font-size: 40px;
    font-weight: 900;
    text-shadow: rgb(112 123 141 / 50%) 1px 0 10px;
}
.place-stats .place-top3{
	color: #d19e8f;
    font-size: 40px;
    font-weight: 900;
    text-shadow: rgb(181 131 116 / 50%) 1px 0 10px;
}
.table-adaptive .table-row > .row > div > .area-user {
	font-size: 15px;
    color: #ffff;
    font-weight: 600;
}
 .table-adaptive .table-row > .row > div > .area-user a img {
	height: 30px;
    width: 30px;
    border-radius: 10px;
    margin-right: 3px;
}
.table-adaptive .table-row > .row > div.with-description > span {
    width: 100%;
    top: 0px;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: var(--vtorostepennyy-tekst);
  }
.table-adaptive .table-row > .row > div.with-description > p {
	width: 90%;
    margin: 0px;
    font-size: 14px;
    color: var(--glavnyy-tekst);
    font-weight: 500;
    top: 10px;
    position: relative;
}
div[id^="pagination"] {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 15px !important;
  margin: 0;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
    float: left;
    padding: 8px 16px;
    margin-right: 5px;
    border-radius: 5px;
    margin-left: -1px;
    line-height: 1.42857143;
    transition: all 300ms ease 0s;
    color: var(--glavnyy-tekst);
    text-decoration: none;
    background-color: var(--bloki);
    border: none;
    height: auto !important;
    width: auto !important;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
    background: var(--akcenti);
    color: var(--cvet-na-akcente);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: auto !important;
}
.pagination > li:first-child > a > span, .pagination > li:last-child > a > span {
    font-family: Font Awesome\ 5 Pro;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 12px;
    line-height: 1.42857143;
    vertical-align: -.0667em;
    font-weight: 400;
    color: white;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-right: 0px;
    margin-left: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
    color: var(--cvet-na-akcente);
    cursor: default;
    background: var(--akcenti);
    border: none;
}
.pagination > li:first-child > a > span:before, .pagination > li:last-child > a > span:before {
    color: var(--cvet-na-akcente);
    font-size: 11px;
    position: relative;
    left: 4px;
    top: -1px;
}
.table-adaptive .table-row > .row > div > .area-image img {
	max-height: 40px;
    width: auto;
  }
.table-adaptive .table-row > .row > div {
  padding: 0px 2px;
  }
  .table-adaptive .table-row > .row > div.with-icon > i, .table-adaptive .table-row > .row > div.with-icon > img{
	left: -10px;
    top: 18px;
  }
.table-adaptive .table-row > .row > div.with-icon > i {
    font-size: 24px;
}
.table-adaptive .table-row > .row > div.with-icon > i:before {
    transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
}
.table-adaptive .table-row > .row > div.with-icon{
    padding-left: 20px;
}

.social_icons_menu {
display: flex;
    justify-content: center;
    list-style: none;
margin-top: 3rem;
    margin-bottom: 1rem;
    padding-left: 0;
    position: absolute;
}
.social_icons_menu>li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.social_icons_menu a {
  position: relative;
  background-color: #eee;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color .3s ease-in-out;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .25rem;
}
.social_icons_menu a::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  left: .65rem;
  top: .65rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.social_icons_menu .social-icon-vk::before {
  background-image: url("https://merryproject.ru/templates/merryprojectv1/img/socialicon/vk.png");
width: 85px;
    height: 78px;
    left: 37px;
    top: 3px;
    position: absolute;
    background-size: 100% 100%;
}
.social_icons_menu .social-icon-discord::before {
  background-image: url("https://merryproject.ru/templates/merryprojectv1/img/socialicon/discord.png");
width: 90px;
    height: 70px;
    position: absolute;
    left: 90px;
    background-size: 100% 100%;
}

.left_block{
	width: 18%;
  padding-bottom: 10px;
}
.left_menu_item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 20px;
    gap: 20px;
    border-radius: 15px;
    transition: all .3s;
    background: var(--cvet-vnutri-bloka);
}
.left_menu_item_icon {
    font-size: 20px;
}

.left_menu_item_icon i:before{
    transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
}
.left_menu_item_btns{
	display: flex;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left_menu_item:hover {
	box-shadow: var(--box-shadow);
  transition: all .3s;
}

.left_menu_item_btns .title {
    color: var(--glavnyy-tekst);
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left_menu_item_btns .subtitle {
    letter-spacing: 1px;
    color: var(--vtorostepennyy-tekst);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.center_block {
	position: relative;
    overflow: hidden;
    padding: 0px 15px 10px 15px;
    width: 64%;
}
.float-left-block {
    float: left;
}

.float-right-block {
    float: right;
}
.data-players i {
    font-size: 17px;
}
.float-left-block {
    float: left;
}
.btn-pages-monitoring-info:hover {
    color: #fff;
    background: var(--span-color);
}
.btn-pages-monitoring-info {
    background-color: rgb(32 34 46);
    padding: 1px 10px;
    z-index: 5;
    border-radius: 8px 0px 0px 0px;
    transition: .5s;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    gap: 5px;
}
.btn-pages-left {
    position: absolute;
    display: flex;
}

.btn-pages-left {
    position: absolute;
    display: flex;
    margin-left: 334px;
  margin-top: -18px;}

.btn-pages-left .btn-pages-left-banlist {
    position: absolute;
    z-index: 999; 
    border-right: 1px solid #4c5364;
}

.btn-pages-left .btn-pages-left-mutlist {
    position: absolute;
    z-index: 999; 
    margin-left: 37px;
}

.btn-pages-left .btn-pages-left-mutlist .btn-pages-monitoring-info {
    border-radius: 0px 0px 8px 0px!important;
}


.btn-pages-monitoring-info i {
    font-size: 16px;
}

.btn-pages-right {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: flex-end;
    margin-top: -18px;
  margin-left: -776px;}

.btn-pages-right .btn-pages-right-stats {
    position: absolute;
    z-index: 999;
    border-left: 1px solid #4c5364;
}

.btn-pages-right .btn-pages-right-stats .btn-pages-monitoring-info {
    border-radius: 0px 0px 0px 0px!important;
}

.btn-pages-right .btn-pages-right-admins {
    position: absolute;
    z-index: 999;
    margin-right: 39px;
}

.btn-pages-right .btn-pages-right-admins .btn-pages-monitoring-info {
    border-radius: 0px 0px 0px 8px!important;
}

.custom-select {
    cursor: text;
    background: #fff0;
    z-index: 1;
    position: relative;
    border: none;
    height: 48px;
    width: 100%;
    min-width: 90px;
    line-height: 48px;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 0px;
}

.agreement {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #bbbbbb;
    display: block;
    margin: 0 auto;
}

.agreement a {
    transition: .3s all;
    color: #c1c1c1;
    border-bottom: 1px solid transparent;
}

.agreement a:hover {
    border-color: gray;
}

.custom-select.with-title > span {
    z-index: 3;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    height: 18px;
    top: 5px;
    left: 14px;
    color: #8a94a6;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: hsl(0deg 0% 0% / 65%);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  transition: 0.5s;
  line-height: 1.2;
  border-radius: 10px;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid hsl(0deg 0% 0% / 65%);
  border-top: 5px solid hsl(0deg 0% 0% / 65%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transition: 0.5s;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: 1s;
}

.service__description {
    margin: 1rem 0;
}

.mini-text {
    padding: 0px 32px;
    color: #9d9d9d;
    border-radius: 8px;
    text-align: center;
}

.service__description .oplata_cont {
    flex-direction: column !important;
}

.block .block_head p {
    font-size: 14px;
    color: #767676;
    font-weight: 400;
}

.btn-warning {
    color: #d68337 !important;
    background-color: unset;
    transition: all 300ms ease 0s;
    border-color: #dce483;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    border: dashed 2px #e4b183 !important;
}

.btn-more {
    color: #9cbff3 !important;
    background-color: unset;
    transition: all 300ms ease 0s;
    border-color: #839be4;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    border: dashed 2px #83b0e4 !important;
}

.newblock {
	position: relative;
	min-height: 200px;
	display: block;
	width: 100%;
	border-radius: 0px 0px 15px 15px;
	color: #000000;
	min-width: 549px;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
}
.container-oplata {
  	display: -webkit-inline-box;
    margin-bottom: 5px;
    height: 50px;
    width: 100%;
    background: #0e121c;
    border: 1px solid #1b2232;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    text-align: initial;
    transition: all 0.2s ease-out;
    cursor: default;
    transform: scale(1);
}

.container-oplata:hover .tooltiptext1 {
	visibility: visible;
	opacity: 1;
}

.tooltip1:hover .tooltiptext1 {
	visibility: visible;
	opacity: 1;
}

.service__description .container-oplata:nth-child(1) {
	animation: zoomIn 0.2s;
}

.service__description .container-oplata:nth-child(2) {
	animation: zoomIn 0.3s;
}

.service__description .container-oplata:nth-child(3) {
	animation: zoomIn 0.4s;
}

.service__description .container-oplata:nth-child(4) {
	animation: zoomIn 0.5s;
}

.service__description .container-oplata:nth-child(5) {
	animation: zoomIn 0.6s;
}

.service__description .container-oplata:nth-child(6) {
	animation: zoomIn 0.7s;
}

.service__description .container-oplata:nth-child(7) {
	animation: zoomIn 0.8s;
}

.service__description .container-oplata:nth-child(8) {
	animation: zoomIn 0.9s;
}

.service__description .container-oplata:nth-child(9) {
	animation: zoomIn 1.0s;
}

.service__description .container-oplata:nth-child(10) {
	animation: zoomIn 1.1s;
}

.service__description .container-oplata:nth-child(11) {
	animation: zoomIn 1.2s;
}

.service__description .container-oplata:nth-child(12) {
	animation: zoomIn 1.3s;
}

.service__description .container-oplata:nth-child(13) {
	animation: zoomIn 1.4s;
}

.service__description .container-oplata:nth-child(14) {
	animation: zoomIn 1.5s;
}

.service__description .container-oplata:nth-child(15) {
	animation: zoomIn 1.6s;
}

.service__description .container-oplata:nth-child(16) {
	animation: zoomIn 1.7s;
}

.service__description .container-oplata:nth-child(17) {
	animation: zoomIn 1.8s;
}

.service__description .container-oplata:nth-child(18) {
	animation: zoomIn 1.9s;
}

.service__description .container-oplata:nth-child(19) {
	animation: zoomIn 2.0s;
}

.service__description .container-oplata:nth-child(20) {
	animation: zoomIn 2.1s;
}

.service__description .container-oplata:nth-child(21) {
	animation: zoomIn 2.2s;
}

.service__description .container-oplata:nth-child(22) {
	animation: zoomIn 2.3s;
}

.service__description .container-oplata:nth-child(23) {
	animation: zoomIn 2.4s;
}

.service__description .container-oplata:nth-child(24) {
	animation: zoomIn 2.5s;
}

.service__description .container-oplata:nth-child(25) {
	animation: zoomIn 2.6s;
}

.service__description .container-oplata:nth-child(26) {
	animation: zoomIn 2.7s;
}

.service__description .container-oplata:nth-child(27) {
	animation: zoomIn 2.8s;
}

.service__description .container-oplata:nth-child(28) {
	animation: zoomIn 2.9s;
}

.service__description .container-oplata:nth-child(29) {
	animation: zoomIn 3.0s;
}

.service__description .container-oplata:nth-child(30) {
	animation: zoomIn 3.1s;
}

.container-oplata .tooltiptext1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
}

.container-oplata .tooltiptext1 {
    visibility: hidden;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    display: flex;
    padding: 10px;
    position: fixed;
    z-index: 1;
    opacity: 0;
    transition: opacity 220ms ease-out;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.service__description .container-oplata:hover {
    transform: scale(0.95);
}

.icon-user-oplata {
    width: 40px !important;
    height: 40px !important;
    border-radius: 15px;
    border-radius: 10px;
    padding: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* margin: 5px; */
    margin-right: 10px !important;
}

.name-user {
    font-size: 16px;
    line-height: 3px;
    font-weight: 600;
    color: #ffffff;
}

.category-user {
    font-size: 14px;
    line-height: 0px;
    color: #bbbbbb;
}

.textContainer-oplata {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
}

.priv_discount {
    position: absolute;
    background: #24282e;
    font-size: 14px;
    border-radius: 0px 10px 0px 10px;
    top: 1px;
    padding: 0px 10px 0px 10px;
    right: 0px;
    opacity: 1;
    font-weight: 400;
    z-index: 3;
    color: white;
    cursor: help;
}
.scaleimgonline {
    transition: 1s; /* Время эффекта */
   }
.scaleimgonline:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
   }
#green_circle_online {
    display: inline-block;
    background-color: green;
    width: 10px;
    border-radius: 20px;
    height: 10px;
    margin-left: 10px;
    margin-bottom: 1px;
    box-shadow:0 0 15px rgba(255,255,255,.4);
    -webkit-animation: mymove 3s infinite;
    animation: mymove .4s ease-in infinite alternate;
}
@keyframes mymove{
  from{
    transform:scale(1);
  }
  to{
    transform:scale(1.3);
  }
}
.online_users_info {
	font-size: 14px;
	min-height: 30px;
	background: none repeat scroll 0% 0% #EEE;
	border-width: 0px 1px 1px;
	border-style: none solid solid;
	border-color: #CCC;
	border-image: none;
	padding: 6px 0px 0px 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
}
#online_users {
	overflow-y: hidden !important;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
  margin-top: 10px;
}
.online_user {
	padding: 5px;
	margin-bottom: 5px;
	overflow: auto;
	position: relative;
	background: #323648 none repeat scroll 0% 0%;
	border-radius: 3px;
	border: 1px solid #333851;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: none;
	height: 47px;
	line-height: 33px;
	font-size: 13px;
}
.online_user a img{
	float: left;
	border-radius: 3px;
	height: 35px;
	width: 35px;
	padding: 2px;
	margin-right: 10px;
	background-color: #45688E;
}
#online_users>li:nth-last-child(2) {
	margin-bottom: 0px;
}
.pay-in-modal .modal-card {
    max-width: 650px;
}
.toolbar {
	background: var(--bloki);
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    font-size: 15px;
    padding: 15px;
    height: 100px;
    line-height: 24px;
    min-height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.toolbar__icon {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: var(--akcenti);
  color: var(--cvet-na-akcente);
}

.block .table-adaptive.table-fused{
	overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0;
  padding: 0;
}

.table-adaptive .table-row{
	border-radius: 10px;
    background: var(--cvet-vnutri-bloka);
    opacity: .8;
}

.table-adaptive .table-row:hover{
	opacity: 1;
}

.new_user_grid{
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    width: 100%;
}

.input_new input{
-webkit-appearance: textfield;
    background: var(--cvet-vnutri-bloka);
    border: none !important;
    border-radius: 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: var(--glavnyy-tekst);
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px !important;
    margin: 0 !important;
    opacity: .8 !important;
    padding: 12px 16px !important;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding-right: 65px !important;
    margin-bottom: 8px !important;
      width: 100%;
}

.input_new input:hover {
  opacity: 1 !important;
}

.input_new input:focus {
  opacity: 1 !important;
}

.input_new {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
}

.input_new select{
	-webkit-appearance: textfield;
    background: var(--cvet-vnutri-bloka) !important;
    border: none !important;
    border-radius: 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: var(--glavnyy-tekst) !important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    margin: 0;
    opacity: .8 !important;
    padding: 12px 16px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding-right: 65px;
    margin-bottom: 15px;
  width: 100%;
}

.input_new select:hover {
  opacity: 1 !important;
}

.user {
	background: var(--cvet-vnutri-bloka);
    border: none;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 0px;	
}

.buttons_users{
	margin-bottom: 5px;
}

.input_new .btn-save-settings {
background-color: var(--vtorostepennyy-cvet-bloka);
    background-position: 50%;
    background-repeat: no-repeat;
    border-left: none;
    border-radius: 10px;
    display: inline-block;
    height: 40px;
    opacity: .5;
    padding: 12px;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--glavnyy-tekst);
}

.input_new .btn-save-settings:hover {
    opacity: 1;
}

.avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    vertical-align: top;
    overflow: hidden;
}

.input_new .btn_group_settings {
	display: flex;
    position: relative;
    border-radius: 10px !important;
    height: 48px;
    opacity: .5;
    padding: 12px;
    box-shadow: var(--box-shadow);
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.input_new .btn_group_settings:hover {
    opacity: 1;
}

.toolbar__title {
    color: var(--glavnyy-tekst);
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

@media only screen and (max-width:767px) {
    .toolbar__title {
        font-size: 20px
    }
}

.toolbar__subtitle {
    line-height: 16px;
    color: var(--vtorostepennyy-tekst);
}

@media only screen and (max-width:1343px) {
    .toolbar__subtitle {
        font-size: 14px
    }
}

.toolbar .layout {
    margin: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toolbar .layout .flex {
    padding: 0 !important
}
.mb-3 {
    margin-bottom: 20px !important;
}
.application_wrap {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
}
.toolbar .layout {
    margin: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toolbar__header_wrap {
	display: flex;
    align-items: center;
    gap: 10px;
}

stats-page-toolbar-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stats-page-toolbar-search__input {
    min-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.stats-page-toolbar-search__btn {
    height: 45px;
    margin-left: 10px
}

@media only screen and (max-width:575px) {
    .stats-page-toolbar-search__input {
        min-width: 180px
    }
}

.stats-page-toolbar-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    color: #9b9ea8
}

.stats-page-toolbar-categories__select {
    min-width: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width:1023px) {
    .stats-page-toolbar-categories {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:575px) {
    .stats-page-toolbar-categories__select {
        min-width: 220px
    }
}

.stats-page-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #0d0e12;
    padding: 15px;
    min-height: 75px
}

.stats-page-toolbar__title {
    font-weight: 700;
    font-size: 24px
}

.stats-page-toolbar__icon {
    color: #007bff;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.stats-page-toolbar__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 75px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width:1343px) {
    .stats-page-toolbar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .stats-page-toolbar__body {
        margin-left: 0;
        margin-top: 15px;
        width: 100%
    }
}

@media only screen and (max-width:1023px) {
    .stats-page-toolbar__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .stats-page-toolbar__spacer {
        display: none
    }

    .stats-page-toolbar__nav {
        width: 100%
    }

    .stats-page-toolbar__extension {
        margin-top: 15px;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .stats-page-toolbar__title {
        font-size: 20px
    }
}
.servers-section-toolbar__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.servers-section-toolbar__subtitle {
    height: 16px
}

.servers-section-toolbar__progress-container {
    width: 205px
}

@media only screen and (max-width:767px) {
    .servers-section-toolbar .toolbar__extension {
        margin-top: 16px;
        width: 100%
    }

    .servers-section-toolbar .toolbar__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
.user-shopping .toolbar .layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:500px) {
    .user-shopping .toolbar__extension {
        margin-top: 16px;
        width: 100%
    }
}
.servers-categories {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

@media only screen and (max-width:575px) {
    .servers-categories {
        grid-template-columns: 100%
    }
}

.servers-categories-filter-link {
    padding: 7px;
    font-size: 12px;
    text-transform: uppercase;
    color: #9b9ea8;
    cursor: pointer
}

.servers-categories-filter-link:focus,
.servers-categories-filter-link:hover {
    color: #007bff;
    text-shadow: 0 3px 9px #007bff;
    text-decoration: none;
    outline: none
}

.servers-categories-filter-link:active {
    color: #007bff;
}

.servers-categories-filter-link.router-link-active {
    color: #007bff
}

.servers-categories-filter-link_vip.router-link-active,
.servers-categories-filter-link_vip:focus,
.servers-categories-filter-link_vip:hover {
    color: #ffc529
}

.servers-categories-filter {
    padding: 9px 13px;
    min-height: 50px;
    background-color: #0d0e12;
    border-radius: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.servers-categories-filter,
.time-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.servers-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.choose-server {
    color: #fff;
    padding: 7px 15px;
    transition: .3s;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px dotted var(--sidebar-icons-color);
    background: var(--navbar-color);
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
}

.choose-server:hover {
    color: var(--default-text-color);
    transition: .3s;
    border: 1px dotted var(--sidebar-icons-color);
    cursor: pointer;
}

.servers-list_active {
    background: var(--sidebar-icons-color);
    border: 1px solid transparent;
}
.category-servers {
    margin: -20px -20px -50px -20px;
}

.vertical-navigation-servers {
    margin-bottom: 30px;
    display: block !important;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border-radius: 0px 0px 15px 15px;
}

.vertical-navigation-servers li {
    border-top: 1px solid #2f3034;
}

.vertical-navigation-servers li:first-child {
    border: 0;
}

.vertical-navigation-servers li a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #f1f1f1;
    padding: 14px 26px;
    transition: .3s;
}

.vertical-navigation-servers li:hover {
    transition: .3s;
    border-left: 5px solid #14d323;
    background: #1d1e22;
}

.vertical-navigation-servers li.active {
    background: #4e515e;
    border-left: 5px solid #14d323!important;
}

.server-category-card-online {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.server-category-card-online__bots {
    font-size: 14px;
    font-weight: 500;
    color: #d1d1d1;
    margin-left: 3px
}

.server-category-card-online__dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #007bff;
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.server-category-card-online__dot:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    opacity: .65;
    border-radius: inherit;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    pointer-events: none
}

.server-category-card {
	padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
}

.server-category-card:hover {
    text-decoration: none
}

.server-category-card__name {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: var(--glavnyy-tekst);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  width: 85%;
  height: 40px;
}

.info-item__value[data-v-7a018aad] a{
	color: var(--glavnyy-tekst);
}

.server_connect_btn .server_tooltip {
visibility: hidden;
    width: 120px;
    background: var(--bloki);
    color: var(--glavnyy-tekst);
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
    position: absolute;
    top: 3px;
    right: 105%;
}

.server_connect_btn:hover .server_tooltip {
  visibility: visible;
}

.server_copy_btn .server_tooltip {
visibility: hidden;
    width: 120px;
    background: var(--bloki);
    color: var(--glavnyy-tekst);
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
    position: absolute;
    top: 3px;
    right: 105%;
}

.server_copy_btn:hover .server_tooltip {
  visibility: visible;
}

.server-category-card__infos {
  margin-top: 21px;
    display: flex;
    gap: 35px;
}

.server-category-card__icon {
    position: absolute;
    top: calc(50% - 50px);
    right: 35px;
    width: 100px;
    height: 100px;
    color: #fff;
}

.server-category-card__bg-container,
.server-category-card__bg-container:before,
.server-category-card__mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none
}

.server-category-card__mask {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 14, 18, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(13, 14, 18, .5), transparent);
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.server-category-card:active .server-category-card__mask,
.server-category-card:focus .server-category-card__mask,
.server-category-card:hover .server-category-card__mask {
    opacity: 0
}

.server-category-card__bg-container:before {
	content: "";
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
   	background: var(--bloki);
    opacity: 0.78;
}

.server-category-card:active .server-category-card__bg-container:before {
    box-shadow: var(--box-shadow);
}

.server-category-card__bg-container {
	z-index: -2;
    overflow: hidden;
    color: var(--glavnyy-tekst);
    -webkit-transition: .3s;
    transition: .3s;
}

.server-category-card:focus .server-category-card__bg-container,
.server-category-card:hover .server-category-card__bg-container {
	box-shadow: var(--box-shadow);
}

.server-category-card:active .server-category-card__bg-container {
	box-shadow: var(--box-shadow);
}

.server-category-card__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.server-category-card.is-loading {
    background-color: rgba(0, 0, 0, .3)
}

@media(max-width:420px) {
    .server-category-card {
        padding: 17px 20px 20px
    }

    .server-category-card__name {
        font-size: 20px;
        padding-right: 40px
    }

    .server-category-card__icon {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px
    }
}

.server-category-card_warm .server-category-card__mask {
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(232, 181, 3, .3)));
    background-image: linear-gradient(90deg, transparent, rgba(232, 181, 3, .3))
}

.server-category-card_warm .server-category-card__bg-container {
    -webkit-box-shadow: 0 0 0 3px #e8b503;
    box-shadow: 0 0 0 3px #e8b503
}

.server-category-card_warm:focus .server-category-card__mask,
.server-category-card_warm:hover .server-category-card__mask {
    opacity: 1
}

.server-category-card_warm:focus .server-category-card__bg-container,
.server-category-card_warm:hover .server-category-card__bg-container {
    -webkit-box-shadow: 0 0 0 3px #e8b503;
    box-shadow: 0 0 0 3px #e8b503
}

.server-category-card_cold .server-category-card__mask {
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(19, 160, 185, .3)));
    background-image: linear-gradient(90deg, transparent, rgba(19, 160, 185, .3))
}

.server-category-card_cold .server-category-card__bg-container {
    -webkit-box-shadow: 0 0 0 3px #13a0b9;
    box-shadow: 0 0 0 3px #13a0b9
}

.server-category-card_cold:focus .server-category-card__mask,
.server-category-card_cold:hover .server-category-card__mask {
    opacity: 1
}

.server-category-card_cold:focus .server-category-card__bg-container,
.server-category-card_cold:hover .server-category-card__bg-container {
    -webkit-box-shadow: 0 0 0 3px #13a0b9;
    box-shadow: 0 0 0 3px #13a0b9
}
.carousel__item {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-pack: center;
    width: inherit;
    overflow: hidden
}

.carousel__item,
.carousel__item__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.carousel__item__wrap {
    display: block;
    border-radius: inherit;
    color: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: center;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    max-width: 100%;
    height: 100%;
}

.carousel__item img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}
.info-item[data-v-a1e422a8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-shadow: 0 0 10px #000;
    padding: 10px 14px;
    border-radius: 7px;
    background-color: rgba(40, 41, 47, .7);
    width: 250px;
    max-width: 100%
}

.info-item__title[data-v-a1e422a8] {
    width: 160px;
    font-size: 13px;
    color: #fff;
    text-align: left
}

.info-item__value[data-v-a1e422a8] {
    font-size: 15px;
    font-weight: 700;
    color: #e9b603;
    text-align: left;
    max-width: 100%;
    display: inline-block
}

@media(max-width:420px) {
    .info-item__title[data-v-a1e422a8] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.info-item[data-v-7a018aad] {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.info-item__title[data-v-7a018aad] {
	font-weight: 500;
    font-size: 12px;
    color: var(--glavnyy-tekst);
}

.info-item__value[data-v-7a018aad] {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
    color: var(--glavnyy-tekst);
    width: 70px;
}

.server_connect_btn{
	position: absolute;
    right: 20px;
    top: 20px;
	width: 36px;
    height: 36px;
    border: none;
    border-radius: 100%;
    background: var(--bloki);
  opacity: 0.8;
  z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.server_connect_btn:hover, .server_copy_btn:hover{
   opacity: 1;
 	cursor: pointer;
}

.server_connect_btn i:before{
	transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
}

.server_copy_btn{
position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 100%;
    background: var(--bloki);
  z-index: 2;
   opacity: 0.8;
  display: flex;
    justify-content: center;
    align-items: center;
}

.server_copy_btn i{
  	font-size: 20px;
      right: 0px;
    position: relative;
}

.server_connect_btn i{
  	font-size: 20px;
      right: -1px;
    position: relative;
}

.server_copy_btn i:before{
	transition: all .8s ease-in-out;
    -webkit-background-clip: text;
    font-weight: 900;
    background-image: var(--akcenti);
    -webkit-text-fill-color: transparent;
}


@media(max-width:420px) {
    .info-item__title[data-v-7a018aad] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}
html.modal-open {
    overflow: hidden;
    height: 100%
}

.modals {
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(6px);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    top: 0;
    min-height: 100%
}

.modals:focus {
    outline: none
}

.modals__wrap {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    position: absolute;
    height: 100vh;
    width: 100vw
}

.modals__wrap .simplebar-content {
    height: 100%;
    position: relative
}

.modals__wrap .simplebar-scrollbar {
    width: 4px
}

.simplebar-track.simplebar-horizontal .modals__wrap .simplebar-scrollbar {
    height: 4px
}

.modals__wrap .simplebar-scrollbar:before {
    border-radius: 100px;
    background: hsla(0, 0%, 100%, .5)
}


/* 025ed10651d284275e1c77d5a7da5081 */
