.loader_spinner {
	animation: anim_loader_spin 1s linear infinite;
    transform-origin: 92px 92px;
}

#scoreboard {
	margin-bottom: 15px;
}

@keyframes anim_loader_spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
/*
@keyframes group_1 {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

@keyframes group_2 {
  to {
    background-position: 200% center;
  }
}
*/
.d-lg-inline-block {
        display: inline-block !important;
        background: #ff75750a;
        border: solid 1px #ff83835c;
        border-radius: 12px;
        width: 100%;
        position: relative;
        top: 20px;
        font-size: 11px;
        color: #ff8383f5;
        font-weight: 600;
 }
 
.custom_shop {
    display: grid;
    gap: 20px;
}

.custom_shop_item {
    position: relative;
    display: block;
    padding: 25px;
    height: 300px;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(359deg, #2e2e39 30%, #363642 100%);
    border-radius: 20px;
    cursor: pointer;
}

.custom_shop_item .content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    position: relative;
}

.content_title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.content_bottom {
	margin-top: auto;
}

.content_free {
    background: linear-gradient(34deg, #5050a6 0%, #7979eb 65%);
    width: fit-content;
    border-radius: 10px;
    padding: 14px;
    color: white;
    transform: skewX(348deg);
    margin-bottom: 10px;
}

.content_desc {
    font-size: 12px;
    color: #67677c;
    font-weight: 600;
}

.content_button {
    background: radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%);
    padding: 14px;
    color: #fff;
    text-shadow: #00000069 1px 0 10px;
    border-radius: 10px;
    margin-top: auto;
    width: fit-content;
    transform: skewX(348deg);
    display: flex;
    align-items: center;
    gap: 3px;
}

.content_bg {
    position: absolute;
    z-index: 1;
    inset: 0;
}

.content_bg:hover img {
    transform: translate(0.6rem) translateY(-1.6rem) scale(1.17) rotate(4deg);
}

.content_bg_image {
    transition: transform 0.4s;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 453px;
    height: 362px;
}

.content_bg_image img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px;
    transition: transform 0.4s;
}

@media (max-width: 567px) {
    .content_button {
        z-index: 2;
    }
}

#dropzone_demos {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
    border-radius: 10px;
    background: rgb(253 164 111 / 20%);
    color: #fbab7c;
    border: 1px dashed #fda977;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
	margin-top: 10px;
}

#demos_list_error, #submit_error {
    color: #ff7a70;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 10px;
}

#files_demo_list {
	display: none;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	margin-bottom: 10px;
}

#files_demo_list .file {
	border-radius: 13px;
    background: linear-gradient(359deg, #2e2e39 30%, #363642 100%);
    padding: 15px;
	position: relative;
}

#files_demo_list .file_icon {
	margin-bottom: 10px;
}

#files_demo_list .file_name {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

#files_demo_list .file_size {
    font-weight: 700;
    line-height: 20px;
    font-size: 10.5px;
    color: #767689;
}

#files_demo_list .file .remove_button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #7c7c92;
    font-size: 17px !important;
    width: auto !important;
    border: none;
    background: none;
    transition: .2s all;
    cursor: pointer;
}

#files_demo_list .file .remove_button:hover {
	color: #ff7a70;
}

#demos_progress {
	display: none;
	position: relative;
	margin-bottom: 10px;
}

#demos_progress .progress-bar {
	height: 100%;
}

#demos_progress p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    padding: 1px 5px;
}

#submit_demos {
	cursor: pointer;
}

.profile_frame_wrap {
  display: flex;
  gap: 33px;
  margin-bottom: 22px;
}

.profile_frame {
	position: relative;
}

.profile_frame #ramka_preview {
    width: 170px;
    position: absolute;
	top: -15px;
    left: -15px;
}

.profile_frame_buttons {
	width: 100%;
}

.avatar_frame {
    width: 140px;
    border-radius: 16px;
}

.col-lg-2 li{
  list-style-type: none;
  line-height: 0px;
  margin-bottom: 9px;
}

.visitors_bottom {
    width: 50%;
    padding: 15px;
    border-radius: 20px;
    background: #34343f;
}

.case_soderjimoe {
  margin-bottom: 20px;
  background: #454552;
  padding: 16px;
  display: flex;
  gap: 15px;
  border-radius: 12px;
  align-items: center;
}

.case_soderjimoe i{
  font-size: 19px;
  color: #ffffff;
  background: #555564;
  display: flex;
  height: 40px;
  border-radius: 9px;
  width: 40px;
  align-items: center;
  justify-content: center;
}

.flex_case_soderjimoe {
  display: flex;
  flex-direction: column;
  line-height: 17px;
  font-weight: 600;
}

.small_achs {
    height: 40px;
    width: 40px;
    margin-right: 15px;
    border: 2px solid #486b91;
	float: left;
}

.text_case_a {
  font-size: 14px;
}

#users_visit .empty-element {
    padding: 0px !important;
    border: none !important;
    width: 65px;
    margin-bottom: 0px !important;
}

.auth_buttons {
	display: flex;
    align-items: center;
    float: right;
    margin-left: 20px;
	margin-top: 12px;
}

.auth_buttons .reg_button .icon_buy {
    margin-left: 0;
    margin-right: 5px;
}

.lvl_profile_wrap {
    display: flex;
    gap: 45px;
	margin-bottom: 15px;
}

.user_lvl {
    width: 33px;
    height: 33px;
    color: #fff;
	border-radius: 50%;
    line-height: 30px;
    text-align: center;
	background: #47c38714;
    border: 2px solid #47c387;
}

.lvl_p_wrap {
	display: flex;
    flex-direction: column;
    line-height: 16px;
}

.lvl_profile_text {
	color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.next_lvl_profile {
    font-weight: 600;
    font-size: 11px;
    color: #9292a0 !important;
}

.lvl-profile-progress {
    height: 15px !important;
    background: radial-gradient(100% 100% at 50% 0, #535366 0, #3f3f4d 100%);
    border-radius: 50px;
}

.lvl-profile-bar {
	height: 100%;
	background: radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%) !important;
    border-radius: 50px;
}

.text_case_b {
  font-size: 12px;
  color: #7e7e93;
}

#case-subjects {
  border-radius: 20px;
  border: solid 1px #3b3b47;
  backdrop-filter: blur(3px);
  background: linear-gradient(1deg, #3d3d4961 30%, #3d3d49f2 100%);
  padding: 20px;
}

.label-info {
  color: #67c196;
}

.col-lg-2 ul{
  list-style-type: none;
  padding-inline-start: 0px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.col-lg-3 li{
  list-style-type: none;
  line-height: 0px;
  margin-bottom: 3px;
}

.col-lg-3 ul{
  list-style-type: none;
  padding-inline-start: 0px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.flex_online_users {
  border-radius: 15px;
  background: linear-gradient(359deg, #2e2e39 30%, #363642 100%);
  padding: 17px;
  margin-bottom: 20px;
}

.flex_item_contact {
  display: flex;
  align-items: center;
}

.chat {
    width: 100%;
    padding: 0px 10px 0px 5px!important;
    padding-bottom: 0px !important;
    background: #fff0 !important;
    margin-bottom: 0px !important;
}

.slider_menu {height: 125px;}

.left_btns {
  width: 70px;
  height: 118px;
  gap: 8px;
  padding: 8px;
  background: linear-gradient(49deg, #40415194 30%, #3d3e4d 100%);
  border-radius: 13px;
  display: flex;
  z-index: 1;
  position: relative;
  margin-right: 9px;
  float: left;
  flex-direction: column;
  justify-content: space-between;
}

.bans_btn_slider {
  height: 55px;
  border-radius: 11px;
  display: flex;
  color: #ffffff;
     background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  font-size: 18px;
  text-shadow: #00000030 1px 0 10px;
  transition: .2s all;
  align-items: center;
  justify-content: center;
}

.bans_btn_slider:hover {
  opacity: 0.8;
  color: #ffffff;
}

.listPlain {
	margin-top: 0px !important;
}

.listPlain li {
	display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 11px;
}

.listPlain li i {
    display: flex;
    font-size: 17px;
    align-items: center;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    justify-content: center;
}

.listPlain li i.bxs-pencil {
    background: #ff605424;
    color: #ff7a70;
}

.listPlain li i.bx-check {
    background: #48c5892b;
    color: #5dba8d;
}

.listPlain_progress {
    height: 21px !important;
    background: radial-gradient(100% 100% at 50% 0, #535366 0, #3f3f4d 100%);
    border-radius: 50px;
}

.listPlain_progress .progress-bar-striped {
    background: radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%) !important;
    border-radius: 50px;
}

.show_all_messages {
    color: #87879d;
    font-weight: bold;
    transition: 0.2s;
    font-size: 11px;
    border-bottom: dashed 1px #87879dd6;
    width: fit-content;
}

.show_all_center {
	text-align: center;
	margin-top: 7px;
}

.show_all_messages:hover {
  color: #ffffff;
  border-bottom: dashed 1px #ffffffa1;
}

.muts_btn_slider {
  height: 55px;
  border-radius: 11px;
      background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #00000030 1px 0 10px;
  display: flex;
  color: #ffffff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.muts_btn_slider:hover {
  opacity: 0.8;
  color: #e9e9e9;
}

.head_rside {
  width: 40%;
  /* height: 300px; */
  padding: 15px;
  background: linear-gradient(15deg, #32343f99 30%, #323440b3 100%);
  border-radius: 20px;
}

.news_block {
  height: 184px;
  display: flex;
  background: linear-gradient(1deg, #25252e 30%, #292932 100%);
  gap: 20px;
  box-shadow: 0px 5px 10px #13151a4f;
  padding: 18px;
  border-radius: 18px;
  margin-bottom: 3px;
  align-items: center;
  justify-content: space-between;
}

.dropdown {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
}
.dropdown .select {
    cursor: pointer;
    display: block;
}
.dropdown .select > i {
    font-size: 16px;
    color: #707387;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 37px;
}

.dropdown.active .select > i {
    transform: rotate(-180deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

.link_chat_banner {
	background: #282831;
    height: 105px;
    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;
}

.link_chat_banner:hover {
    opacity: 0.7;
}

.link_chat_top {
    max-width: fit-content;
    color: #97bdb8;
    gap: 6px;
    display: flex;
    background: #6687823d;
    padding: 1px 10px;
    letter-spacing: 1px;
    border-radius: 50px;
    margin-bottom: 13px;
    font-size: 8px;
    align-items: center;
}

.link_chat_text {
	font-size: 15px;
    color: #fff;
}

.link_chat_description {
    color: #787890;
    font-size: 11px;
}

.online_now {
  background: #202947;
  width: 85px;
  display: flex;
  border-radius: 50px;
  cursor: pointer;
  transition: .2s all;
  position: relative;
  height: 40px;
  top: 9px;
  align-items: center;
}

.online_now:hover {
  background: #263153;
  width: 85px;
  display: flex;
  border-radius: 50px;
  cursor: pointer;
  transition: .2s all;
  height: 40px;
  align-items: center;
}

.online_now i{
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(237deg, #4856ff 0%, #6874ff 55%);
  height: 29px;
  margin-left: 6px;
  font-size: 13.5px;
  line-height: 5px;
  top: -1px;
  position: relative;
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.online_now .bx-chevron-down{
  border-radius: 0px;
  color: #55628e;
  height: 0px;
  background: #fff0;
  margin-left: 34px;
  font-size: 16px;
  width: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.number_online {
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  margin-left: 9px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {background: #18233a;border-radius: 15px;padding: 23px;width: 65%;}

.cTabs > div{
    list-style: none;
    float:left;
    width:90%;
}

.support_cTabs {
  width: 40px;
  cursor: pointer;
  transition: 0.2s;
  height: 40px;
  background: #263350;
  border-radius: 10px;
  margin-right: 16px;
  font-size: 17px;
  color: #596887;
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
}

.support_cTabs:hover {
  width: 40px;
  transition: 0.2s;
  height: 40px;
  background: #2e3c5b;
  border-radius: 10px;
  margin-right: 16px;
  font-size: 17px;
  color: #ffffff;
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
}

.text_left_cTabs {
  backdrop-filter: blur(5px);
  background: #00000038;
  border-radius: 12px;
  margin: 17px;
  width: 100%;
  padding: 20px;
  font-weight: 600;
  font-size: 10.5px;
}

.text_left_cTabs i{
  background: #ffffff17;
  border-radius: 8px;
  font-weight: 100;
  font-size: 14px;
  right: 10px;
  top: 10px;
  height: 30px;
  display: flex;
  position: absolute;
  width: 30px;
  align-items: center;
  justify-content: center;
}

.number_rules {
  display: flex;
  width: 40px;
  font-weight: 600;
  height: 40px;
  font-size: 13px;
  color: #516283;
  background: #293752;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.twoname_rules {
  padding-left: 16px;
  font-weight: 600;
  background: #ff74691a;
  color: #ff6c6c;
  display: flex;
  font-size: 10.5px;
  gap: 10px;
  border-radius: 8px;
  align-items: center;
  flex-direction: row-reverse;
}

.twoname_rules i{
  color: #ffffff;
  display: flex;
  font-size: 20px;
  height: 39px;
  position: relative;
  left: 1px;
  width: 39px;
  background: linear-gradient(34deg, #e75a50 0%, rgb(255 116 105) 55%);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}

.two_rules {
  display: flex;
  gap: 17px;
  align-items: center;
}

.block_rules {
  display: flex;
  gap: 16px;
  background: #1e2a42;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 8px;
  justify-content: space-between;
}

.block_rules1 {
  display: flex;
  gap: 16px;
  background: #232f49;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 8px;
  justify-content: space-between;
}

.cTabs > div{
    font-size: 14px;
    text-decoration: none;
    width: 100% !important;
    height: 75px;
    gap: 13px;
    transition: 0.2s;
    overflow: hidden;
    padding: 0px 18px;
    border-radius: 12px;
    display: flex;
    margin-bottom: 8px;
    background: #1e2a43;
    cursor: pointer;
    color:#ffffff;
    font-weight: bold;
    align-items: center;
}

.cTabs > div .push_cTabs{
  display: none;
}

.cTabs > div > i{
    font-size: 20px;
    height: 40px;
    transition: 0.2s;
    border-radius: 10px;
    width: 40px;
    display: flex;
    background: #427cff30;
    cursor: pointer;
    color: #4e85ff;
    align-items: center;
    justify-content: center;
}

.cTabs > div:hover{
    font-size: 14px;
    text-decoration: none;
    width: 100% !important;
    height: 75px;
    gap: 13px;
    transition: 0.2s;
    overflow: hidden;
    padding: 0px 18px;
    border-radius: 12px;
    display: flex;
    margin-bottom: 8px;
    background: #212e49;
    cursor: pointer;
    color:#ffffff;
    font-weight: bold;
    align-items: center;
}

.cTabs > div:hover .name_cTabs{
    font-size: 13.5px;
  color: #ffffff;
  transition: 0.2s;
}

.cTabs > div:hover i{
  font-size: 20px;
    height: 40px;
    border-radius: 10px;
    width: 40px;
    transition: 0.2s;
    display: flex;
    background: #427cff57;
    cursor: pointer;
    color: #4e85ff;
    align-items: center;
    justify-content: center;
}

.cTabContent{
    padding: 20px;
    background: #18233a;
    color:#fff;
    border-radius: 15px;
    margin-bottom: 30px;
}
.wrapper{
    width:100%;
    margin:0 auto;
}
.cTabs > div.active{
       font-size: 14px;
       text-decoration: none;
       width: 100% !important;
       height: 75px;
       gap: 13px;
       transition: 0.2s;
       overflow: hidden;
       padding: 0px 18px;
       border-radius: 12px;
       display: flex;
       margin-bottom: 8px;
       background: #222f49;
       cursor: pointer;
       color: #ffffff;
       font-weight: bold;
       align-items: center;
}

.cTabs > div.active .number_cTabs {
    font-size: 70px;
    position: relative;
    right: 0px;
    height: 100%;
    top: 15px;
    font-weight: 600;
    background: linear-gradient(to top, #2c3b57d6 0%, #26344ec4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: sans-serif;
    line-height: 70px;
}

.cTabs > div.active .push_cTabs {
  color: #ffae4e;
  background: #ffae4e29;
  font-size: 10px;
  padding: 4px 8px;
  margin-left: 8px;
  margin-top: -3px;
  position: absolute;
  display: inline;
  border-radius: 5px;
}

.cTabs > div.active i{
       font-size: 20px;
    height: 40px;
    transition: 0.2s;
    border-radius: 10px;
    width: 40px;
    display: flex;
    background: #ffae4e40;
    cursor: pointer;
    color: #ffae4e;
    align-items: center;
    justify-content: center;
}

.cTabs > div.active .name_cTabs{
       font-size: 13.5px;
       color: #ffffff;
       transition: 0.2s;
}



.cTabs_block {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.cTabs_left_block {
  background: #18233a;
  width: 70%;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-end;
}

.twoname_cTabs {
  font-size: 10.9px;
  color: #5a6a8c;
}

.name_cTabs {
  font-size: 13.5px;
  color: #c5d9fe;
  transition: 0.2s;
}

.number_cTabs {
  font-size: 70px;
  position: relative;
  right: 0px;
  height: 100%;
  top: 15px;
  font-weight: 600;
  background: linear-gradient(to top, #26344e 0%, #26344ec4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: sans-serif;
  line-height: 70px;
}

.b_cTabs {
  display: flex;
    line-height: 17px;
    width: 240px;
    flex-direction: column;
}



.button_player1 {
  border: none;
  background: #293651;
  padding: 8px 20px;
  color: #4d5c7b;
  margin-left: -11px;
  font-weight: 600;
  font-size: 10.5px !important;
  border-radius: 8px;
  transition: 0.2s;
}

.button_player1:hover {
 border: none;
  background: #2f3d59;
  padding: 8px 20px;
  color: #ffffff;
  margin-left: -11px;
  font-weight: 600;
  font-size: 10.5px !importan;
  border-radius: 8px;
  transition: 0.2s;
}

.success {
  -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #f1f2f400;
    padding: 4px 27px;
    margin-bottom: 7px;
    transition: .2s all;
    background: #18233a;
}

#chat #chat_messages, #chat #messages {
    overflow-y: auto;
    width: calc(100% - 10px);
    height: 271px !important;
    margin-left: 7px;
}

.block_select_servers {
  padding: 13px;
  border-radius: 50px;
  background: linear-gradient(1deg, #272730 30%, #32323d 100%);
  margin-bottom: 20px;
}

.block_select_servers_blocked {
  padding: 13px 14px;
  border-radius: 50px;
  display: flex;
  background: linear-gradient(1deg, #272730 30%, #32323d 100%);
  margin-bottom: 20px;
  justify-content: space-between;
}

.bar_top {
  width: fit-content;
  background: linear-gradient(237deg, #33343e 60%, #4ace8e24 100%);
  font-size: 10.5px;
  transform: skewX(348deg);
  padding: 8px;
  gap: 4px;
  display: flex;
  color: #6c79a3;
  border-radius: 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.tune_complain {
  border: none;
  background: #293651;
  padding: 10px 15px;
  color: #4d5c7b;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 11px !important;
  border-radius: 8px;
  transition: 0.2s;
}

.tune_complain:hover {
  border: none;
  background: #313f5c;
  padding: 10px 15px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 11px !important;
  border-radius: 8px;
  transition: 0.2s;
}

.posetili {
  height: 246px;
  overflow: auto;
  padding-right: 5px;
}

.button_admins {
  height: 40px;
  border: none;
  display: flex;
	    margin-right: 6px;
  transition: 0.2s;
  background: #2a3854;
  font-weight: 600;
  color: #ffffff;
  border-radius: 9px;
  padding: 0px 26px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.button_admins:hover {
  height: 40px;
  border: none;
  display: flex;
  transition: 0.2s;
  margin-right: 6px;
  background: #334362;
  font-weight: 600;
  color: #ffffff;
  border-radius: 9px;
  padding: 0px 26px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.razban1 {
  border: none;
  padding: 10px 15px;
  border-radius: 9px;
  background: #273451;
  font-weight: 600;
  font-size: 10.5px !important;
  color: #ffffff;
  transition: 0.2s;
}

.razban1:hover {
  border: none;
  padding: 10px 15px;
  border-radius: 9px;
  background: #2f3d5d;
  font-weight: 600;
  font-size: 10.5px !important;
  color: #ffffff;
  transition: 0.2s;
}

.razban2 {
  border: none;
  padding: 10px 15px;
  border-radius: 9px;
  background: #4f9a52;
  font-weight: 600;
  font-size: 10.5px !important;
  color: #ffffff;
  transition: 0.2s;
}

.razban2:hover {
  border: none;
  padding: 10px 15px;
  border-radius: 9px;
  background: #438746;
  font-weight: 600;
  font-size: 10.5px !important;
  color: #ffffff;
  transition: 0.2s;
}

.razban3 {
  border: none;
  padding: 10px 15px;
  border-radius: 9px;
  background: #f15454;
  font-weight: 600;
  font-size: 10.5px !important;
  color: #ffffff;
  transition: 0.2s;
}

.razban3:hover {
  border: none;
  padding: 10px 15px;
  border-radius: 9px;
  background: #d03e3e;
  font-weight: 600;
  font-size: 10.5px !important;
  color: #ffffff;
  transition: 0.2s;
}

.razban4 {
  border: none;
  padding: 10px 15px;
  border-radius: 9px;
  background: #f19854;
  font-weight: 600;
  font-size: 10.5px !important;
  color: #ffffff;
  transition: 0.2s;
}

.razban4:hover {
  border: none;
  padding: 10px 15px;
  border-radius: 9px;
  background: #ce7e41;
  font-weight: 600;
  font-size: 10.5px !important;
  color: #ffffff;
  transition: 0.2s;
}

.block_t_u {
  padding: 17px;
  border-radius: 17px;
  margin-bottom: 20px;
  background: linear-gradient(1deg, #25252e 30%, #292932 100%);
  box-shadow: 0px 5px 10px #13151a4f;
}

.version_fixed {
  font-weight: 600;
  color: #66667cb3;
  position: fixed;
  bottom: 10px;
  font-size: 9px;
  left: 20px;
}

.button_right_menu {
  width: 45px;
  padding-left: 5px;
  transition: 0.2s;
  background: linear-gradient(180deg, #4765a0 0%, rgb(64 92 147) 55%);
  color: #718fcb;
  border-radius: 50px 0px 0px 50px;
  overflow: hidden;
  margin-right: -8px;
  line-height: 0px;
  display: flex;
  font-size: 17px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.button_right_menu:hover {
  width: 45px;
    padding-left: 5px;
 background: linear-gradient(180deg, #4765a0 0%, rgb(64 92 147) 55%);
  transition: 0.2s;
  color: #ffffff;
  border-radius: 50px 0px 0px 50px;
  overflow: hidden;
  margin-right: -8px;
  line-height: 0px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.button_right_menu1 {
 width: 45px;
 transition: 0.2s;
 padding-right: 2px;
 background: linear-gradient(180deg, #4765a0 0%, rgb(64 92 147) 55%);
 font-size: 17px;
 color: #718fcb;
 border-radius: 0px 50px 50px 0px;
 overflow: hidden;
 line-height: 0px;
 display: flex;
 height: 40px;
 align-items: center;
 justify-content: center;
}

.button_right_menu1:hover {
 width: 45px;
  padding-right: 2px;
background: linear-gradient(180deg, #4765a0 0%, rgb(64 92 147) 55%);
 transition: 0.2s;
 color: #ffffff;
 border-radius: 0px 50px 50px 0px;
 overflow: hidden;
 line-height: 0px;
 display: flex;
 height: 40px;
 align-items: center;
 justify-content: center;
}

.fire_top {
  width: 34px !important;
  background: #ff957329;
  border-radius: 8px;
  height: 34px;
  padding: 8px;
}

.block_servers {margin-top: 5px;}

.online_servers_full {
  background: #212d47;
  display: flex;
  padding: 0px 10px 0px 10px;
  flex-wrap: nowrap;
  border-radius: 10px;
  height: 45px;
  justify-content: space-between;
  align-items: center;
}

.online_servers_full span{
  color: #fff;
  font-weight: 600;
  font-size: 11.5px;
  display: flex;
  align-items: center;
}

.button_cases {
  background: #272f42;
  width: 100%;
  height: auto;
  border-radius: 13px;
}

.button_sortion .bx-crown{
  display: flex;
  padding-left: 1px;
  background: linear-gradient(34deg, #15c8f6 0%, rgb(71 166 255) 55%);
  height: 36px;
  font-size: 16px;
  width: 36px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.button_sortion .bx-trophy{
  display: flex;
  padding-left: 1px;
  background: linear-gradient(34deg, #ae6244 0%, #e59474 55%);
  height: 36px;
  font-size: 16px;
  width: 36px;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.menuq {
  background: #212d4700;
  width: 100px;
  display: flex;
  height: auto;
  transition: 0.2s;
  gap: 9px;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
}

.button_sortion {
  width: 100%;
  background: #283d65;
  overflow: hidden;
  position: relative;
  display: flex;
  padding: 15px;
  height: auto;
  transition: 0.2s;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
}

.open_open {
  font-size: 10px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  width: fit-content;
  line-height: 15px;
  height: 15px;
  color: #6e8bc4;
  margin-top: 2px;
  border-radius: 50px;
}

.news_admin {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
}

.news_edit_news {
  display: flex;
  transition: 0.1s;
  background: #28304300;
  border: solid 1px #24304b;
  padding: 4px 20px;
  font-size: 10px !important;
  color: #414f6d !important;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}

.news_edit_news:hover {
  display: flex;
  transition: 0.1s;
  border: solid 1px #212d47;
  background: #212d47;
  padding: 4px 20px;
  font-size: 10px !important;
  color: #ffffff !important;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}

.news_delete_news {
  display: flex;
  transition: 0.1s;
  background: #212d47;
  border: solid 1px #212d47;
  padding: 4px 20px;
  font-size: 10px !important;
  color: #5a6a8c !important;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}

.news_delete_news:hover {
 display: flex;
  transition: 0.1s;
  background: #283652;
  border: solid 1px #283652;
  padding: 4px 20px;
  font-size: 10px !important;
  color: #ffffff !important;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}

.news_info {
  display: flex;
  width: 180px;
  background: linear-gradient(1deg, #393946a1 30%, #393946 100%);
  padding: 14px;
  border-radius: 15px;
  height: 100%;
  flex-direction: column;
}

.text_info_news {
  color: #5a6a8c;
  font-size: 11px;
  font-weight: 600;
  gap: 7px;
  display: flex;
  align-items: center;
}

.text_info_news i{
  color: #ffffff;
  font-size: 13px;
  font-weight: 100;
  background: linear-gradient(34deg, #c85353 0%, rgb(255 105 105) 55%);
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}

.text_info_news .bx-time{
  color: #5d6d8e;
  font-size: 13px;
  font-weight: 100;
  background: linear-gradient(213deg, #384665 0%, rgb(51 65 95) 55%);
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}

.menu_top_push_active {
  display: flex;
  font-weight: 600;
  transition: 0.2s;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  color: #ffffff;
  cursor: pointer;
  align-items: center;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  justify-content: center;
}

.menu_top_push_active:hover {
  opacity: 0.7;
}

.menu_top_push_active i{
	color: #d6d6e3;
	font-size: 16px;
	transition: 0.2s;
}

.menu_top_push {
  background: #414b6100;
  padding: 10px 15px;
  display: flex;
  color: #6278ae;
  font-weight: 600;
  gap: 7px;
  transition: 0.2s;
  cursor: pointer;
  align-items: center;
  border-radius: 9px;
}

.menu_top_push:hover {
  background: #2e374c00;
  padding: 10px 15px;
  display: flex;
  color: #ffffff;
  font-weight: 600;
  gap: 7px;
  transition: 0.2s;
  align-items: center;
  border-radius: 9px;
}

.menu_top_push:hover .line_menu {
    background: #6169ff;
    width: 35%;
    box-shadow: 0px 0px 7px #4f5eff;
    height: 2.1px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
}

.menu_top_push:hover i{
	color: #666fff;
	font-size: 16px;
	transition: 0.2s;
}

.menu_top_push i {
	color: #6278ae;
	font-size: 16px;
	transition: 0.2s;
	margin-left: -3px;
}

.menu_top_left {
  display: flex;
  position: relative;
}

.menu_top_left1 {
  display: flex;
  position: relative;
  margin-left: -3px;
  top: -1px;
}

.menu_top_rigth {
  display: flex;
  gap: 6px;
}

.search_user {
  background: #20294700;
  font-size: 10.8px;
  color: #606073;
  padding: 6px 25px 6px 8px;
  border: solid 1px #333340;
  cursor: pointer;
  float: left;
  position: relative;
  display: flex;
  margin-left: 20px;
  top: 16px;
  transition: 0.2s;
  height: 45px;
  font-weight: 600;
  border-radius: 50px;
  align-items: center;
}

.search_user:hover {
 background: #2b2b36;
 border: solid 1px #2a2a34;
 color: #ffffff;
}

.search_user:hover .svg_sdg{
  font-size: 13px;
  width: 31px;
  background: #434351;
  transition: 0.2s;
  height: 31px;
  display: flex;
  fill: #74748c;
  margin-right: 10px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.two_top_menu {
  border-radius: 505px;
  padding: 9px 11px 9px 11px;
  box-shadow: 0px 10px 10px #00000012;
  display: flex;
  background: linear-gradient(0deg, #272730 30%, #353542 100%);
  margin-bottom: 20px;
  position: relative;
  border: solid 1px #353542;
  margin-top: -28px;
  justify-content: space-between;
  align-items: center;
}

.button_plus_purse {
  transition: 0.2s;
  display: flex;
  padding: 0px 19px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #5c5c71 0, #3f3f4d 100%));
  text-shadow: #000000a1 1px 0 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 10.5px;
  color: #ffffff;
  height: 34px;
  align-items: center;
  justify-content: center;
}

.button_plus_purse:hover {
  transition: 0.2s;
  opacity: 0.7;
}

.menu_top_rigth .user_online_block .empty-element {
	padding: 6px !important;
	margin-bottom: -33px !important;
}

.version {
  background: #212d47;
  border-radius: 12px;
  display: flex;
  padding: 0px 12px;
  padding-right: 20px;
  align-items: center;
}

.version i {
	width: 35px;
	height: 35px;
	border-radius: 10px;
	padding-right: 1px;
	display: flex;
	background: linear-gradient(237deg, #ffb875 0%, rgb(218 151 95) 55%);
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
	align-items: center;
	justify-content: center;
}

.button_bottom_left {
  height: 45px;
  transition: 0.2s;
  border: none;
  margin-right: 6px;
  background: #24304c;
  font-weight: 600;
  color: #ffffff;
  font-size: 11px;
  border-radius: 9px;
  padding: 0px 26px;
  cursor: pointer;
}

.button_bottom_left:hover {
  height: 45px;
  transition: 0.2s;
  border: none;
  margin-right: 6px;
  background: #2b3856;
  font-weight: 600;
  color: #ffffff;
  font-size: 11px;
  border-radius: 9px;
  padding: 0px 26px;
  cursor: pointer;
}

.bottom_water_info {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom_water_info_right {
  display: flex;
  flex-direction: row-reverse;
  background: #212d47;
  border-radius: 12px;
  padding: 12px 0px;
  align-items: center;
}

.bottom_new {
  background: #18233a;
  border-radius: 15px;
  margin-top: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.left_bottom_logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.bottom_info {
    background: #2d303a00;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_button {
    width: 122px;
    transition: 0.2s;
    margin-right: 15px;
    cursor: pointer;
}

.logo_button:hover {
	opacity: 0.7;
}

.avatar_profile_wrap {
	position: relative;
}

.shield_bottom {
  color: #646478;
}

.bottom_info_left {
  display: flex;
  flex-direction: column;
  font-size: 11.5px;
  font-weight: 600;
}

.t1 {
	color: #5f6a82 !important;
	font-size: 10.5px;
	margin-top: -23px;
}

.flip-tr {
  background: #343440;
  padding: 10px 20px;
  display: flex;
  gap: 16px;
  border-radius: 11px;
  margin-bottom: 7px;
  align-items: center;
}

.flip-tr i{
    color: #767689;
    font-size: 20px;
}

.h1-tr {
  color: #767689;
  font-size: 11px;
  font-weight: 600;
}

.h2-tr {
  font-size: 12px;
  font-weight: 600;
}

.edit-user-tag {
  font-size: 11px;
  display: block;
  margin-bottom: 3px;
  color: #6e7a91;
}

#copyright {display: none;}

.img_navigation {
	width: 38px;
	height: 38px;
	transition: .3s all;
	border-radius: 50px;
}

.img_navigation:hover {
	opacity: 0.7;
    transition: .1s all;
}

.div_edit_user {
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(1deg, #25252e 30%, #292932 100%);
  box-shadow: 0px 5px 10px #13151a4f;
  gap: 20px;
  margin-bottom: 15px;
  display: flex;
}

.ring-container {
    position: relative;
    left: 50px;
    top: -125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password_setting {
  border: none;
  padding: 14px;
  margin-top: 21px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #00000082 1px 0 10px;
  color: #ffffff;
  transition: .2s all;
  font-weight: 600;
  width: 100%;
  border-radius: 10px;
}

.password_setting:hover {
	opacity: 0.7;
}

.black_list_h1 {
  font-weight: 600;
  font-size: 17px;
}

.black_list_h2 {
  color: #707085;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
}

.player_servers {
  height: 328px;
  overflow: auto;
  padding-right: 7px;
}

.banlist {
  display: flex;
  flex-wrap: nowrap;
}

.toper_mini_block {
   height: 135px;
   margin-bottom: 5px;
   width: 100%;
   display: flex;
   padding-bottom: 6px;
   gap: 11px;
   border-radius: 15px;
}

  .topic-answers div[id^="answer"] {
    position: relative;
    display: flex;
    background: linear-gradient(1deg, #25252e 30%, #292932 100%);
    box-shadow: 0px 5px 10px #13151a4f;
    border-radius: 20px;
    margin-bottom: 35px;
    }

.block_mini_profile {
  border-radius: 17px;
  padding: 15px 16px;
  margin-bottom: 30px;
  background: linear-gradient(1deg, #272a39 30%, #2c2f3f 100%);
  position: relative;
}

.block_authorization {
  border-radius: 16px;
  display: flex;
  flex-wrap: nowrap;
  background: linear-gradient(247deg, #1e2a42 0%, #18233a 20%);
}

.authorization_img {
  background: #212e49;
  width: 80%;
  border-radius: 16px 0px 0px 16px;
}

.authorization_plaza {
  display: flex;
  width: 100%;
  margin: 24px;
  justify-content: center;
}

.chat_block {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 5px 10px #13151a4f;
  padding: 17px;
  background: linear-gradient(1deg, #212129 30%, #292932 100%);
  padding-bottom: 0px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.users_online_chat {
  width: 45%;
  margin-right: 10px;
  padding: 0px;
  gap: 9px;
  display: flex;
  flex-direction: column;
}

.btn_heading i{
  height: 45px;
  border: none;
  width: 45px;
  transition: 0.2s;
  margin-right: 6px;
  background: #2d3d62;
  font-weight: 600;
  color: #ffffff;
  font-size: 11px;
  border-radius: 13px;
}

.btn_heading {
  height: 45px;
  border: none;
  width: 45px;
  cursor: pointer;
  transition: 0.2s;
  background: #2e2e39;
  font-weight: 600;
  color: #666679;
  font-size: 20px;
  border-radius: 13px;
}

.btn_heading:hover {
  height: 45px;
  border: none;
  width: 45px;
  transition: 0.2s;
  background: #3a3a47;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  border-radius: 13px;
}

.btn_heading_full {
  height: 45px;
  border: none;
  cursor: pointer;
  display: flex;
  transition: 0.2s;
  padding: 0px 23px;
  background: #2e2e39;
  font-weight: 600;
  color: #666679;
  font-size: 11.5px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
}

.btn_heading_full:hover {
  background: #3a3a47;
  color: #ffffff;
}

.btn_admin_stn {
  height: 45px;
  border: none;
  cursor: pointer;
  display: flex;
  width: 45px;
  transition: 0.2s;
  padding: 0px 23px;
  background: #383844;
  font-weight: 600;
  color: #6e6e80;
  font-size: 19px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
}

.btn_admin_stn:hover {
  background: #424250;
  color: #ffffff;
}

.button_mess_user {
	background: #272f42;
	width: 35px;
	height: 35px;
	display: flex;
	font-size: 15px;
	color: #4f5a6f;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

.button_mess_user:hover {
	background: #2d364b;
	width: 35px;
	height: 35px;
	display: flex;
	font-size: 15px;
	color: #ffffff;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

 .news_view_osn {
  font-size: 10.5px;
  display: flex;
  font-weight: 600;
  padding: 5px 14px;
  text-align: center;
  float: right;
  position: relative;
  top: -7px;
  line-height: 24px;
  margin-right: -7px;
  color: #6e7a91;
  align-items: center;
} 

.news-block-info {
    padding: 0px;
    bottom: 15px;
    position: absolute;
    background: #fff0;
    width: -webkit-fill-available;
    margin-bottom: 30px;
    border-radius: 0px;
}

.news-block-imgg {
	padding: 13px;
	width: 100%;
	height: 270px;
	background: #fff0;
	display: flex;
	border-radius: 15px;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.news-block-imgg span {
  display: flex;
  position: relative;
  letter-spacing: 1px;
  gap: 10px;
  padding: 6px 16px 6px 7px;
  background: #48c28724;
  align-items: center;
  font-size: 10px;
  color: rgb(90 204 149);
  font-weight: 600;
  border-radius: 50px;
}

.news-block-imgg span i{
    border-radius: 50%;
    font-size: 13px;
    color: rgb(255 255 255);
    display: flex;
    padding-left: 1px;
    width: 26px;
    height: 26px;
    background: rgb(75 209 145 / 23%);
    align-items: center;
    justify-content: center;
}

.news_delete {
  	background: #00000029;
  	color: #ffffff;
  	font-size: 11px;
  	text-align: center;
  	line-height: 40px;
  	border: none;
  	height: 39px;
  	margin-left: 6px;
  	width: 39px;
  	position: relative;
  	float: right;
  	transition: .2s all;
  	border-radius: 10px;
}

.news_delete:hover {
    background: #00000045;
	color: #ffffff;
  	font-size: 11px;
  	text-align: center;
  	line-height: 40px;
  	height: 39px;
  	margin-left: 6px;
  	width: 39px;
  	position: relative;
  	float: right;
  	transition: .2s all;
  	border-radius: 10px;
	
}

.punkt_news {
    font-size: 11px;
    font-weight: 600;
    background: #272f428f;
    padding: 13px;
    line-height: 13px;
    height: 49px;
    display: block;
    margin-top: 5px;
    border-radius: 10px;
}

.punkt_news i {
    height: 30px;
    color: #fff;
    background: linear-gradient(180deg, #3473ff 0%, rgb(80 134 255) 55%);
    border-radius: 9px;
    position: relative;
    line-height: 31px;
    text-align: center;
    top: -3px;
    width: 30px;
    font-size: 13px;
    float: left;
    margin-right: 10px;
}

.news_delete:active {
   background: #00000045;
   color: #ffffff;
  	font-size: 11px;
  	text-align: center;
  	line-height: 40px;
  	height: 39px;
  	margin-left: 6px;
  	width: 39px;
  	position: relative;
  	float: right;
  	transition: .2s all;
  	border-radius: 10px;
   -webkit-transform: scale(0.9);
   -ms-transform: scale(0.9);
   transform: scale(0.9);
}


.news-data {
	padding: 10px 0px;
	margin-top: 20px;
	font-size: 11px;
	margin-bottom: 30px;
	font-weight: 600;
	border-radius: 0px;
	border-bottom: solid 1px #383e4e9c;
	background: #fff0;
	border-top: solid 1px #383e4e9c;
}

.bottom_buttons {
  display: flex;
  align-items: center;
}

.danger {
	background: #5086ff1a;
	border: dashed 1px #5086ff;
	border-radius: 10px;
	padding: 10px 20px;
	margin-top: 30px;
	margin-bottom: -15px;
	font-size: 11px;
}

.block_message {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

#companions {
	width: 30%;
	box-shadow: 0px 5px 10px #13151a4f;
	border-radius: 20px;
	background: linear-gradient(1deg, #25252e 30%, #292932 100%);
	gap: 8px;
	overflow: auto;
	max-height: 600px;
	display: flex;
	padding: 20px;
	flex-direction: column;
}

#companions::-webkit-scrollbar{
    display: none;
}

.block_auth_push {
	display: flex;
	margin-left: auto;
	align-items: center;
	gap: 10px;
	margin-right: auto;
	flex-direction: column;
}

.vaucher_activated {
      border: dashed 1px #5086ff;
      background: #5086ff1a;
      height: 70px;
      padding: 24px 16px;
      border-radius: 15px;
      font-size: 12px;
      display: flex;
      cursor: pointer;
      transition: .2s all;
      font-weight: 600;
      margin-bottom: 15px;
      align-items: center;
      justify-content: center;
}

.vaucher_activated:hover {
      border: dashed 1px #5086ff;
      background: #5086ff30;
      height: 70px;
      padding: 24px 16px;
      border-radius: 15px;
      font-size: 12px;
      transition: .2s all;
      display: flex;
      font-weight: 600;
      margin-bottom: 15px;
      align-items: center;
      justify-content: center;
}

.vaucher_activated:active {
      border: dashed 1px #5086ff;
      background: #5086ff30;
      height: 70px;
      padding: 24px 16px;
      border-radius: 15px;
      font-size: 12px;
      transition: .2s all;
      display: flex;
      font-weight: 600;
      margin-bottom: 15px;
		-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: .15s all;
      align-items: center;
      justify-content: center;
}

.nav_bottom_soc {
  background: #ffffff00;
  gap: 13px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.span_number {
    border-radius: 50px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    box-shadow: 0px 0px 20px #66878200;
    max-width: fit-content;
    transition: .2s all;
    display: flex;
}

.name_stats {
  font-size: 11px;
  color: #8a8aa0;
}

.btn_profile_background {
	border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 11px;
    font-size: 11px;
    padding: 14px 20px;
    transition: .2s all;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    background: #454553;
}

.btn_profile_background:hover {
    color: #ffffff;
    background: #494958;
}

.btn_profile_background:hover .price_profile_background {
    background: #37a770;
    color: #ffffff;
}

.price_profile_background {
  background: #4dde972e;
  padding: 8px 13px;
  color: #47c587;
  border-radius: 7px;
  margin-left: 9px;
  margin-right: -10px;
  transition: 0.2s;
  font-size: 10px;
}

.buybackground_wrap {
	display: flex;
    gap: 15px;
}

.update_background {
    border: none;
    padding: 14px;
    color: #ffffff;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
    text-shadow: #00000082 1px 0 10px;
    transition: .2s all;
    font-weight: 600;
    width: 100%;
    border-radius: 10px;
}

.dell_background {
    border: none;
    padding: 13px 35px;
    background: linear-gradient(34deg, #b43535 0%, rgb(255 81 81) 55%);
    border-radius: 10px;
    color: #fff;
    transition: .2s all;
    font-weight: 600;
}

.update_background:hover, .dell_background:hover {
  opacity: 0.7;
}

.span_number small{
    font-weight: 600;
    font-size: 9px;
    padding: 0px 7px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
    text-shadow: #000000e0 1px 0 7px;
    border-radius: 50px;
    margin-left: 6px;
    position: relative;
    display: flex;
    height: 16px;
    box-shadow: 0px 0px 30px #45b37e96;
    color: #fff;
    align-items: center;
    justify-content: center;
}


.span_text {
    font-weight: 600;
    font-size: 9.5px;
    transition: .2s all;
    letter-spacing: 1px;
    font-family: inherit;
    position: relative;
    color: #60667f;
}

.razrabotal {
    float: right;
    font-size: 10.8px;
    line-height: 17px;
    margin-right: 2px;
    top: 4px;
    position: relative;
}

.stats_mini_block {
  display: flex;
  height: 60px;
  width: 96%;
  padding: 0px 12px;
  background: #3d4155;
  transition: .2s all;
  border-radius: 50px;
  cursor: pointer;
  margin-left: 10px;
  align-items: center;
  justify-content: space-between;
}

.stats_mini_block:hover {
    opacity: 0.8;
}

.online5 {
   position: relative;
   width: 15px;
   height: 15px;
   display: flex;
   margin-right: 10px;
   align-items: center;
   justify-content: center;
}

.online5::before,
.online5::after {
   border: 2px solid #5086ff21;
   border-radius: 50%;
   position: absolute;
   content: '';
   display: block;
}

.online5::before {
   width: 6px;
   height: 6px;
   border-bottom-color: #5086ff;
   border-left-color: #5086ff;
   animation: spinner-1o3y8q 0.75s infinite linear reverse;
}

.online5::after {
   animation: spinner-1o3y8q 1.5s infinite linear;
   height: 14px;
   width: 14px;
   border-right-color: #5086ff;
   border-top-color: #5086ff;
}

.top_mecenat {
    padding: 16px 20px;
    font-weight: 600;
    background: #272f428f;
    margin: -4px 0px 10px;
    padding-left: 78px;
    font-size: 11.5px;
    border-radius: 11px;
}

.bottom_inf {
    display: flex;
    align-items: center;
}

.info_button {
	line-height: 0px;
	font-weight: 600;
	margin-left: 15px;
	position: relative;
	top: 2px;
	font-size: 11px;
}

.h2_button {
    font-weight: 600;
    font-size: 10.5px;
    right: 1px;
    position: relative;
    line-height: 16px;
    color: #6e7a91;
    top: -3px;
}

.author {
	color: #767687;
	font-size: 11.4px !important;
	transition: .2s all;
}

.logo {
    width: 65px;
    float: left;
    position: relative;
    top: 16px;
    margin-left: 3px;
    cursor: pointer;
    transition: .20s all;
    margin-right: 9px;
}

.logo:hover {
	opacity: 0.7;
	-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: .20s all;
}

.author:hover {
	color: #ffffff;
}

.navigation_head {
    border-radius: 13px 13px 0px 0px;
    transition: .2s all;
    background: linear-gradient(1deg, #393945 30%, #414150 100%);
    box-shadow: 0px 5px 10px #3d405329;
    height: 56px;
    padding: 11px 18px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification_collapse {
    padding: 0px;
    width: 70% !important;
    margin-bottom: 0px;
    background: #fff0;
    line-height: 17px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.notification_all_uved {
    color: #6c6c83;
    font-weight: 600;
    text-align: center;
    font-size: 11px !important;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: -8px;
    position: relative;
    padding: 11px 20px;
    border: solid 1px #444454;
    border-radius: 10px;
    transition: .2s all;
}

.notification_all_uved:hover {
      border: solid 1px #424252;
      color: #ffffff;
      background: #424252;
}

.notification_delete_all {
    color: #7c7c92;
    font-weight: 600;
    font-size: 17px !important;
    width: auto !important;
    border: none;
    background: none;
    transition: .2s all;
}

.notification_delete_all:hover {
    color: #ffffff;
}

.discord_contact {
    background: #5865f2;
    width: 34px;
    display: block;
    float: left;
    position: relative;
    top: -2px;
    font-size: 16px;
    line-height: 37px;
    height: 34px;
    text-align: center;
    border-radius: 10px;
}

.vk_contact {
  font-size: 18px;
  width: 42px;
  transition: 0.2s;
  display: flex;
  color: #7a7a92;
  background: #3b3b4b;
  height: 42px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
}

.vk_contact:hover {
  background: #0076ff;
  color: #ffff;
}

.tg_contact {
  font-size: 18px;
  width: 42px;
  transition: 0.2s;
  display: flex;
  color: #7a7a92;
  background: #3b3b4b;
  height: 42px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
}

.tg_contact:hover {
  background: #3390ec;
  color: #ffff;
}

.steam_contact {
  font-size: 18px;
  width: 42px;
  display: flex;
  background: #42465c;
  height: 42px;
  border-radius: 11px;
  color: #777c96;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
}

.steam_contact:hover {
  background: #53567f;
  color: #ffff;
}

.info_notification {
    color: white;
    font-weight: 600;
    text-align: center;
    height: 35px;
    margin-top: -4px;
    position: relative;
    left: 4px;
    padding: 0px 20px;
    float: right;
    line-height: 30px;
    border-radius: 8px;
    border: 1.5px solid #353e52;
    background: #353e52;
    transition: .2s all;
}

.info_notification:hover {
    color: white;
    font-weight: 600;
    text-align: center;
    height: 35px;
    margin-top: -4px;
    position: relative;
    left: 4px;
    padding: 0px 20px;
    float: right;
    line-height: 30px;
    border-radius: 8px;
    border: 1.5px solid #30394f;
    background: #30394f;
    transition: .2s all;
}

.info_notification:active {
    color: white;
    font-weight: 600;
    text-align: center;
    height: 31px;
    margin-top: -4px;
    position: relative;
    left: 4px;
    padding: 0px 20px;
    float: right;
    line-height: 30px;
    border-radius: 8px;
    border: 1.5px solid #30394f;
    background: #30394f;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: .15s all;
}

.notification_img {
	border-radius: 9px;
	padding: 9px;
	background: linear-gradient(41deg, rgb(39 47 66) 0%, rgb(49 58 80) 55%);
	margin-top: 3px;
	margin-bottom: 30px;
	margin-right: 15px;
	width: 35px;
	float: left;
	height: 35px;
	margin-left: -10px;
	color: #fff;
}

.block_nick_group {
	text-align: left;
	margin-left: 35px;
	width: 125px;
	top: 2px;
	position: relative;
	height: 10px;
}

.slick-active {
      /* margin-top: 8px; */
      width: 6px;
      /* padding: 0px; */
      position: relative;
      border-radius: 50px;
}

.slick-dots {
    color: #ffffff3d;
    font-size: 18px;
    position: absolute;
    left: 78px;
    bottom: -8px;
    transform: rotate(270deg);
    width: 0px;
    margin-bottom: -75px;
}

#slick-slide-control00 {
  display:none;
}

#slick-slide-control01 {
  display:none;
}

#slick-slide-control02 {
  display:none;
}

#slick-slide-control03 {
  display:none;
}


.balance_block {
	padding: 0px;
	display: flex;
	justify-content: space-between;
}

.balance_mini_profile {
  background: #333340;
  padding: 8px 9px;
  border-radius: 12px;
  transition: .2s all;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_navigation {
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	line-height: 16px;
	position: relative;
	align-items: flex-start;
}

.info_navigation .bx-ruble {
	color: #ffffff;
	font-weight: 500;
	background: linear-gradient(180deg, #3473ff 0%, rgb(80 134 255) 55%);
	font-size: 10px;
	padding: 3px 3px 3px 4px;
	border-radius: 5px;
	top: 1px;
	position: relative;
}

.navigation_profile {
	border-radius: 20px;
	background: linear-gradient(1deg, #25252e 30%, #292932 100%);
	transition: .2s all;
	gap: 11px;
	padding: 17px;
	box-shadow: 0px 5px 10px #13151a4f;
	display: flex;
	margin-bottom: 20px;
	flex-direction: column;
}

.navigation_profile .bxs-door-open{
	color: #ff7a70;
	transition: all 0.2s;
	background: #ff605424;
	width: 32px;
	border: solid 1px #ff665a3b;
	height: 32px;
	cursor: pointer;
	display: flex;
	position: relative;
	font-size: 15px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
}

.navigation_profile .bxs-door-open:hover{
	background: #ff756b;
    color: #ffffff;
}

.topusers-block {
    padding: 0px;
    background: #fff0;
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    box-shadow: 0px 5px 10px #13151a00;
    justify-content: space-between;
}

.topdonators-block {
 	 width: 48.3%;
 	 height: 65px;
 	 display: flex;
 	 background: #1e2638;
 	 padding: 24px 16px;
 	 border-radius: 12px;
 	 margin-bottom: 30px;
}

.topuserss-block {
	width: 48.2%;
	height: 65px;
	display: flex;
	padding: 24px 16px;
	margin-bottom: 30px;
	background: #1e2638;
	border-radius: 12px;
}

.userstext-block {
	font-size: 11px;
	font-weight: 900;
	line-height: 15px;
	width: 95px;
	padding-top: 5px;
	height: 40px;
	background: #ff4d4d00;
	margin-left: 20px;
	border-right: solid 1px #2a3346;
	position: relative;
	display: block;
	top: -11px;
}

.fa-message-lines:before {
    content: "\f4a6";
    color: #3330;
    transition: 0.2s;
    font-size: 15.5px;
    background: #272f42;
    padding: 11.5px;
    height: 38px;
    cursor: pointer;
    top: 6px;
    border-radius: 10px;
    margin-right: -20px;
    margin-left: 5px;
    position: relative;
    font-weight: 500;
}

.steamid-where {
    /* background: #272f42; */
    height: 45px;
    margin-top: 35px;
    cursor: pointer;
    font-weight: 600;
    border: solid 1px #2c3448;
    font-size: 11px;
    line-height: 45px;
    padding-left: 20px;
    border-radius: 10px;
    transition: .2s all;
}

.steamid-where:hover {
    background: #2c3448;
    height: 45px;
    margin-top: 35px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    line-height: 45px;
    padding-left: 20px;
    border-radius: 10px;
	transition: .2s all;
}

.img-bell {
    width: 15px;
    margin-right: 0px;
    top: 5px;
    left: 16px;
    position: relative;
    cursor: pointer;
    display: block;
}

.servers-online-block {
    opacity: 1;
    transition: .2s all;
    height: 57px;
    display: flex;
    width: 57px;
    min-width: 57px;
    margin-left: -4px;
    margin-right: 5px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px #13151a0a;
    border: solid 4px #545966;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.servers-online-block:hover {
    opacity: 1;
    transition: .2s all;
    height: 57px;
    display: flex;
    width: 57px;
    margin-left: -4px;
    margin-right: 5px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px #13151a0a;
    border: solid 4px #676c7a;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.servers-info-block {
    display: flex;
    height: 90px;
    position: relative;
    overflow: hidden;
    padding: 44px 10px 44px 15px;
    background: linear-gradient(49deg, #373845 30%, #3e3f4d 100%);
    border-radius: 16px;
    border: solid 1px #414251;
    background-size: cover !important;
    align-items: center;
}

.servers-info-block .bx-cog {
     font-size: 15px;
     width: 37px;
     position: relative;
     height: 37px;
     display: flex;
     background: #ffffff08;
     transition: 0.2s;
     color: #ffffff6b;
     border: solid 1px #ffffff1c;
     border-radius: 50px;
     align-items: center;
     justify-content: center;
}

.servers-info-block .bx-cog:hover {
     color: #ffffff;
    background: #ffffff29;
    border: solid 1px #ffffff85;  
  }

.servers-info-block .bx-heart:active{
	width: 24px;
	height: 24px;
	padding-right: 1px;
	display: flex;
	background: #ff6b7c;
	cursor: pointer;
	color: #ffffff;
	border: solid 1px #ff6b7c;
	transition: 0.2s;
	font-size: 12px;
	padding-left: 2px;
	border-radius: 7px;
	justify-content: center;
	align-items: center;
}

.servers-online-now {
	color: #fff;
	font-weight: 600;
	text-align: center;
	display: flex;
	height: 45px;
	width: 45px;
	z-index: 1;
	transition: .2s all;
	position: relative;
	font-size: 15px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
}

.servers-info-span {
    font-size: 11.5px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: flex;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 11px;
    justify-content: space-between;
    align-items: center;
}

.pursee-button {
    padding: 9px;
    height: 35px;
    line-height: 16px;
    font-size: 25px;
    background: linear-gradient(180deg, #424253 30%, #343441 100%);
    top: 4px;
    color: #606676;
    position: relative;
    float: right;
    margin-left: auto;
    border-radius: 10px;
}

.pursee-button:hover {
	opacity: 0.7;
    padding: 9px;
    height: 35px;
    line-height: 16px;
    font-size: 25px;
    top: 4px;
    color: #606676;
    position: relative;
    float: right;
    margin-left: auto;
    border-radius: 10px;
}

.mess-button {
    background: #5086ff;
    padding: 10px;
    height: 35px;
    line-height: 16px;
    font-size: 25px;
    top: 2px;
    color: #606676;
    position: relative;
    float: right;
    margin-left: auto;
    border-radius: 10px;
}

.mess-button:hover {
    background: #4976db;
    padding: 10px;
    height: 35px;
    line-height: 16px;
    font-size: 25px;
    top: 2px;
    color: #606676;
    position: relative;
    float: right;
    margin-left: auto;
    border-radius: 10px;
}

.right-sidebar {
    width: 330px;
    top: 0;
    bottom: 0;
    margin-top: 20px;
    border-radius: 13px;
    margin-bottom: 20px;
    margin-left: 30px;
    z-index: 900;
    background-color: #ffffff;
    position: fixed;
}

.cifr-block  {
	padding: 0px;
	display: flex;
	margin-bottom: 20px;
	background: #fff0;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.cifr-price  {
    background: #fff0;
    border: solid 1px #393f52;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 0px;
    text-align: center;
    width: 49%;
}

.cifr-price-buy  {
	background: #ffffff00;
	padding: 0px;
	position: relative;
	margin-top: 10px;
	display: flex;
	bottom: -1px;
	margin-bottom: 0px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.cifr-buy {
    background: #f5bf6d;
    border-radius: 10px;
    padding: 18px 30px;
    color: #222;
    width: 48%;
    border: solid 1px #f5bf6d;
    line-height: 1px;
    font-size: 11px;
    font-weight: 600;
    transition: 0.2s;
}

.cifr-buy:hover  {
	background: #d1a056;
	border-radius: 10px;
	padding: 18px 30px;
	transition: 0.2s;
    width: 48%;
	color: #222;
	border: solid 1px #d1a056;
	line-height: 1px;
	font-size: 11px;
	font-weight: 600;
}

.cifr-img  {
	width: 49%;
	margin-bottom: 0px;
	height: 217px;
	border-radius: 15px;
	background-size: cover;
}

.cifr-info  {
    width: 49%;
    margin-bottom: 0px;
    padding: 11px;
    border-radius: 15px;
    background: #212531;
}

.block-aut  {padding: 10px;display: flex;width: 34.4%;background: #1e2638;border-radius: 13px;position: relative;margin-right: auto;top: 230px;margin-left: auto;flex-direction: column;flex-wrap: nowrap;}


.img-setting {
width: 100px;
    border-radius: 15px;
}

.modal-bans  {
	padding: 0px;
    display: flex;
    margin-left: -14px;
    margin-bottom: 0px;
    background: #21253100;
    margin-right: -14px;
}

.login_account_btn  {
	width: 100%;
	border: none;
	border-radius: 10px;
	background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
	text-shadow: #00000085 1px 0 10px;
	box-shadow: 0px 10px 40px #44ae7b42;
	padding: 14px;
	cursor: pointer;
	font-size: 11.5px;
	color: #ffffff;
	transition: .2s all;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
}

.login_account_btn:hover  {
opacity: 0.7;
}

.authoriz {
	border: none;
	background: #25324d;
	border-radius: 9px;
	margin-top: 8px;
	margin-right: 8px;
	display: flex;
	padding: 11px 20px 11px 16px;
	color: #5a6a8c;
	transition: .2s all;
	font-weight: 600;
	justify-content: space-between;
	align-items: center;
}

.authoriz:hover {
	border: none;
	background: #2a3855;
	border-radius: 9px;
	margin-top: 8px;
	margin-right: 8px;
	display: flex;
	padding: 11px 20px 11px 16px;
	color: #ffffff;
	transition: .2s all;
	font-weight: 600;
	justify-content: space-between;
	align-items: center;
}

.authoriz i {
	font-size: 17px;
	margin-right: 6px;
}

.zareg {
    border: none;
    background: linear-gradient(34deg, #3473ff 0%, rgb(80 134 255) 55%);
    border-radius: 9px;
    margin-top: 8px;
    margin-right: 1px;
    display: flex;
    padding: 11px 20px;
    color: #ffff;
    transition: .2s all;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
}

.zareg i{
   font-size: 17px;
   margin-right: 6px;
}

.zareg:hover {
   border: none;
	opacity: 0.7;
    background: linear-gradient(34deg, #3473ff 0%, rgb(80 134 255) 55%);
    border-radius: 9px;
    margin-top: 8px;
    margin-right: 1px;
    display: flex;
    padding: 11px 20px;
    color: #ffff;
    transition: .2s all;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
}

.autorization  {
	background: #212531;
	padding: 12px 30px;
	border-radius: 8px;
	margin-right: 7px;
}

.registrationn  {
	background: #212531;
    padding: 12px 30px;
    border-radius: 8px;
}

#exTab1 .tab-content {
  color : white;
  background-color: #428bca00;
  margin-top: -20px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
  margin-right: 10px;
  background: #323748;
  border-radius: 8px;
  color: #fff;
  top: -52px;
  position: relative;
  display: flex;
  padding: 12px 30px;
}

#exTab1 .nav-pills > li > a:hover {
  border-radius: 0;
  margin-right: 10px;
  background: #3a4053;
  border-radius: 8px;
  color: #fff;
	display: flex;
  top: -52px;
  position: relative;
  padding: 12px 30px;
}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.but-bonus {
    padding: 16px;
    display: flex;
    background: linear-gradient(1deg, #3a3a4678 30%, #3a3a46 100%);
    border-radius: 14px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    align-items: center;
}

.but-bonus i{background: linear-gradient(34deg, #c54242 0%, #ff5858 55%);height: 40px;min-width: 40px;border-radius: 11px;font-size: 18px;display: flex;margin-right: 11px;align-items: center;justify-content: center;}

.bottom-text {
    color: #7a8091;
    font-size: 11px;
}

.footer-osn {
    background: #1e2638;
    padding: 10px;
    padding-left: 30px;
    line-height: 20px;
    margin-top: 10px;
    padding-right: 30px;
    display: flex;
    margin-bottom: 20px;
    height: 110px;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
}

.but-block {
	display: flex;
	width: 100%;
	padding: 0px;
	background: #fff0;
	margin-bottom: -18px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.bottom-nav {
	background: #272b3800;
	display: flex;
	flex-wrap: nowrap;
	width: 500px;
	padding: 20px 20px 0px 20px;
	margin-bottom: 11px;
	border-radius: 15px;
}

.bottom-link {
	display: flex;
	padding: 0px;
	margin-bottom: 30px;
	background: #5b6b9b00;
	margin-right: 15px;
	border-radius: 15px;
	flex-wrap: wrap;
	flex-direction: column;
}

.logo-img {
	width: 125px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: -10px;
	margin-left: -10px;
}

.logo-img-top {
    width: 100px;
    margin-right: -10px;
    position: relative;
    margin-left: -8px;
    top: 2px;
}

.bonus-block {
	display: flex;
	border-radius: 15px;
	background: linear-gradient(1deg, #25252e 30%, #292932 100%);
	padding: 18px;
	margin-bottom: 30px;
	gap: 10px;
	flex-direction: column;
}

.button-m {
	border: none;
	background: linear-gradient(0deg, #43435296 30%, #434352 100%);
	font-weight: 600;
	padding: 16px 25px;
	transition: 0.2s;
	border-radius: 11px;
	color: #fff;
}

.button-plateji {	
	display: flex;
    padding: 0px;
    background: #fff0;
    margin-bottom: 0px;
    justify-content: space-between;
}

.user-full {
    display: flex;
    background: linear-gradient(1deg, #2b2b34 30%, #31313b 100%);
    border-radius: 19px;
    background-size: cover;
    transition: 0.2s;
    padding: 15px;
    padding-left: 27px;
    justify-content: space-between;
}

.user-full:hover .buttons_friends {
    display: flex;
    gap: 10px;
   animation: 0.5s show ease;
}

@keyframes show {
  from { opacity: 0; }
  to { opacity: 1; }
}

.user-img {
    width: 35px;
    border-radius: 11px;
}

.user_name_block {
	padding: 0px;
    display: flex;
    margin-left: 12px;
    line-height: 15px;
    border-radius: 0px;
    margin-bottom: 0px;
    float: right;
    flex-direction: column;
}

.button-m:hover {	
  opacity: 0.7;
}

.komissia-block {
	background: #89898900;
    width: 60%;
    padding-left: 20px;
    padding-top: 0px;
    margin-left: 20px;
    margin-top: 30px;
    border-radius: 0px;
}

.date-not {
    padding: 0px;
    color: #ffffff;
    font-weight: 600;
    font-size: 10px;
    padding-top: 10px;
    background: #fff0;
    margin-top: 10px;
}

.komissia-h1 {
	font-size: 13.1px;
    margin-bottom: 7px;
    margin-top: -5px;
    display: block;
}

.komissia-text {
	font-size: 11px;
    font-weight: 500;
    color: #7a8091;
}

.tabs-payment {
	background: #fff0;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 0px;
    justify-content: space-between;
}

.block-history {
	padding: 0px;
	height: 200px;
	background: #fff0;
	overflow: auto;
	border-radius: 0px;
	margin-bottom: 0px;
}

.tabs-payment-selector {
    width: 35%;
    padding: 0px;
    border-radius: 15px;
    margin-bottom: 0px;
    background: #fff0;
    height: auto;
}

.tabs-payment-metod {
	padding: 0px;
	width: 63%;
	display: flex;
	height: 164px;
	margin-bottom: 0px;
	border-radius: 15px;
	background: #212531;
}

.tab {
  float: left;
  background-color: #171a2400;
  width: 100%;
}

.tab button {
  display: block;
  color: white;
  padding: 8px 20px;
  width: 100%;
  background: #212531;
  border-radius: 11px;
  border: none;
  margin-bottom: 5px;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.2s;
  font-size: 12px;
  font-weight: 600;
}


.tab button:hover {
  background-color: #2f3442;
}


.tab button.active {
  background-color: #2f3442;
}

.tabcontent {
  float: left;
  padding: 0px 20px;
  width: 100%;
  margin-top: 15px;
  border-left: none;
  height: 300px;
}

.steamid_recomended {
	display: flex;
	border-radius: 15px;
	padding: 17px 25px;
	height: 200px;
	margin-bottom: 30px;
	background: linear-gradient(1deg, #25252e 30%, #292932 100%);
	flex-wrap: nowrap;
	flex-direction: column;
}

.promocode-block {
	display: flex;
	border-radius: 15px;
	padding: 24px 16px;
	margin-bottom: 30px;
	height: 95px;
	background: #212531;
}

.steamid_left {
    width: auto;
    background: #f6f8ff00;
    border-radius: 0px;
    padding: 10px 0px;
    /* border-bottom: solid 1px #eaefff; */
    margin-bottom: -10px;
}

.steamid_right {
    background: #ffffff00;
    padding: 0px;
    width: auto;
    position: relative;
}

.circle-h1 {
	background: #fff0;
	width: 8px;
	padding: 0px;
	height: 8px;
	top: 1.1px;
	position: relative;
	border-radius: 50%;
	border: solid 2px #fcc776;
}


.news-block-info {
    padding: 0px;
    bottom: 50px;
    width: auto;
    position: absolute;
    border-radius: 0px;
}

.news-block-img {
	height: 150px;
	display: flex;
	width: 225px;
	background: #212d47;
	border-radius: 16px;
	flex-direction: column;
	justify-content: space-between;
}

.news-block-index {
	height: 100%;
	padding: 16px;
	border-radius: 15px;
	background: #18233a;
	display: flex;
	box-shadow: 0px 5px 10px #13151a0a;
	margin-bottom: 30px;
	flex-direction: column;
}

.news-block {
    float: right;
    display: flex;
    padding: 3px;
    width: 100%;
    border-radius: 15px 0px 0px 15px;
    flex-direction: column;
    justify-content: space-between;
}

.news-button-bottom i{font-size: 15px;margin-left: 8px;}

.news-button-bottom {
	cursor: pointer;
	text-align: center;
	display: flex;
	transform: skewX(346deg);
	font-size: 9.5px;
	border: solid 1px #3a9167;
	letter-spacing: 1px;
	padding: 11px 0px;
	background: #fff0;
	width: 190px;
	position: relative;
	font-weight: 600;
	color: #57c48f;
	border-radius: 10px;
	transition: .2s all;
	justify-content: center;
	align-items: center;
}

.news-button-bottom:hover {
    background: #3a9167;
	color: #ffffff;
}

.news-button-Telegram {
	cursor: pointer;
	text-align: center;
	display: flex;
	font-size: 11px;
	margin-top: 6px;
	padding: 9px 0px;
	position: relative;
	font-weight: 600;
	background: #454554;
	color: #7d7d91;
	border-radius: 9px;
	transition: .2s all;
	justify-content: center;
	align-items: center;
}

.news-button-Telegram:hover {
    background: #0377fe;
	color: #ffffff;
}

.block-profile-user {
    display: flex;
    background: linear-gradient(22deg, rgb(33 37 49) 45%, rgb(46 51 66) 100%);
    flex-wrap: nowrap;
    padding: 0px;
    height: 130px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.block-profile-left {
    width: 50%;
    background: #fff0;
    display: flex;
    border-radius: 15px;
    padding: 24px 0px;
    margin-bottom: 0px;
}

.block-profile-stats {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 13px;
    transform: skewX(348deg);
    gap: 7px;
    justify-content: space-between;
    margin-bottom: 13px;
    align-items: center;
}

.stats-text {
	font-size: 13px;
	font-weight: 600;
	color: #ffff;
	margin-bottom: 4px;
}

.block-stats {
	    color: #fff;
	    border: solid 1px #58586c;
	    display: flex;
	    background: #5555686e;
	    padding: 0px 10px 0px 4px;
	    gap: 8px;
	    font-weight: 600;
	    font-size: 11px;
	    height: 26px;
	    border-radius: 6px;
	    align-items: center;
}

.block-stats .bx-heart{color: #ffffff;font-size: 10px;background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff685d 0, #d15249 100%));text-shadow: #000000d4 1px 0 7px;width: 17px;border-radius: 4px;padding-top: 2px;display: flex;height: 17px;align-items: center;justify-content: center;}

.block-stats .bx-message{
  color: #ffffff;
  font-size: 10px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #000000d4 1px 0 7px;
  width: 17px;
  border-radius: 4px;
  padding-top: 2px;
  display: flex;
  height: 17px;
  align-items: center;
  justify-content: center;
}

.block-stats .bx-trophy{
  color: #ffffff;
  text-shadow: #000000cf 1px 0 10px;
  font-size: 11px;
  background: linear-gradient(34deg, #ad6f2c 0%, #ffa33e 55%);
  width: 17px;
  border-radius: 4px;
  display: flex;
  height: 17px;
  align-items: center;
  justify-content: center;
}

.block-profile-right {
    width: 50%;
	padding: 0px;
    border-radius: 15px;
    margin-bottom: 0px;
    background: #fff0;
}

.opiss {
    color: #5a6a8c;
    position: relative;
    font-size: 10px;
    top: -9px;
    font-weight: 600;
}

@charset "UTF-8";
.table-adaptive .table-row > .row > div > strong, .table-adaptive .table-row > .row > div > p, .table-adaptive .table-row > .row > div > span, .table-adaptive .table-row > .row > div > .area-user, .wapper .monitoring .server p, .wapper .monitoring .server strong, .wapper .monitoring .server a, .block .block_head, .vertical-navigation li a, #place_for_messages .dialog > div:nth-child(1) div p, #events .event > a:not(.btn), #events .event > span, #top_users a div > span, #companions a div > span, #last_activity > div > p, #last_activity > span > p, #mybans > div > p, #mybans > span > p, #forum .row .col-lg-8 > div h3, #forum .row .col-lg-4 div p, #forum_topics .row .col-lg-9 h3, #forum_topics .row .col-lg-3 div p, .user a[href^="../profile"]:not(:first-child), .user .btn, .detailed-profile > div:nth-child(1) > div span, .detailed-profile table tr td:nth-child(2) span, .detailed-profile ul li a, #stats tr td, #news a.small-new div p {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  }

.table-adaptive .table-row, .block, .block .block_head, .our-steam-group, .vertical-navigation, .forum-info, .money-info-block, .profile-top-menu {
  border-radius: 20px;
  background: linear-gradient(1deg, #25252e 30%, #292932 100%);
  }

.btn, .form-control, [class^="custom-"] {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .form-control:hover, .form-control:focus, .form-control:active, .form-control.active, .form-control:active:focus, .form-control:not(:disabled):not(.disabled):active, .form-control:not(:disabled):not(.disabled).active, .form-control:not(:disabled):not(.disabled):active:focus, .form-control:not(:disabled):not(.disabled).active:focus, [class^="custom-"]:hover, [class^="custom-"]:focus, [class^="custom-"]:active, [class^="custom-"].active, [class^="custom-"]:active:focus, [class^="custom-"]:not(:disabled):not(.disabled):active, [class^="custom-"]:not(:disabled):not(.disabled).active, [class^="custom-"]:not(:disabled):not(.disabled):active:focus, [class^="custom-"]:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

*[onclick], *[data-toggle="modal"] {
  cursor: pointer;
  font-size: 11px;
  }

*[onclick], *[data-toggle="modal"]:hover {
  cursor: pointer;
  font-size: 11px;
  }

*[class^="btn"]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.modal .modal-content {
  border-radius: 20px;
  margin-left: auto;
  padding: 5px;
  background: linear-gradient(1deg, #25252e 30%, #292932 100%);
  margin-right: auto;
  }
  .modal .modal-content .modal-header {
    border-bottom: none;
    padding: 17px 20px 20px 20px;
    display: flex;
    }
    .modal .modal-content .modal-header .close {
      font-size: 20px;
      margin: 0px;
      height: 28px;
      opacity: 1;
      border-radius: 50%;
      width: 28px;
      background: linear-gradient(228deg, #ff4b4b12 10%, #ff4b4b3d 100%);
      font-weight: 500;
      transition: .2s all;
      padding: 0;
      color: #ff7e7ea1 !important;
      }

    .modal .modal-content .modal-header .close:hover {
      opacity: 0.7;
      }
    .modal .modal-content .modal-header h4 {
      font-weight: 600;
      font-size: 18px;
      color: #ffffff; }
  .modal .modal-content .modal-body {
    padding: 0 20px 20px 20px;
    }
    .modal .modal-content .modal-body h4 {
      font-weight: 600;
      font-size: 16px;
      color: #ffffff;
      }
    .modal .modal-content .modal-body table td {
      vertical-align: middle; }

.modal-backdrop.show {
  opacity: .75; }

.modal-lg2 {
  width: 1200px; }

.input-search {
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-top: -40px;
  margin-bottom: -23px;
  }

.search_btn {
  z-index: 2;
  position: absolute;
  left: 4px;
  transition: 0.2s;
  top: 30px;
  width: 36px;
  display: flex;
  height: 36px;
  fill: #767689;
  border-radius: 50px;
  background: linear-gradient(28deg, #4e4e5ead 30%, #4e4e5e 100%);
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.search_btn:hover {
  opacity: 0.7;
}

  .input-search i.fa-search {
    z-index: 1000;
    position: absolute;
    left: 16px;
    top: 43px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    }
  .input-search .custom-input, .input-search .custom-input input, .input-search .custom-input .custom-file label, .custom-file .input-search .custom-input label {
    border-radius: 15 !important;
    text-indent: 0 !important;
    border: 0 !important;
    margin: 0;
    }
  .input-search .custom-input {
    margin-left: 35px;
    height: 50px;
    width: calc( 100% - 0px);
    top: 19px;
    padding-right: 60px;
    }
    .input-search .custom-input.with-title span {
      top: 19px !important;
      }
  .input-search .custom-select {
    width: 130px;
    position: absolute;
    right: 10px;
    top: 28px;
    height: 40px;
    }
    .input-search .custom-select.with-title > select {
      line-height: 22px;
      font-size: 12px;
      padding-top: 13px;
      position: relative;
      }
    .input-search .custom-select.with-title > span {
      font-size: 10px;
      line-height: 14px;
      top: 4px;
      }

#toCopy {
	display:none
}

.custom-input {
  cursor: text;
  background: #f9faff00;
  margin-bottom: 0px;
  z-index: 1;
  position: relative;
  width: 100%;
  }

.custom-input i {
    z-index: 100 !important;
    position: absolute;
    color: #767689;
    left: 16px;
    top: 17px;
    font-size: 20px;
}
  .custom-input > small {
    cursor: default;
    position: relative;
    line-height: 17px;
    font-size: 11px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    z-index: 2;
    }
  .custom-input > small:not(:empty) {
    opacity: 1;
    height: 30px;
    color: #a0c0bb;
    gap: 8px;
    display: flex;
    align-items: center;
    }
  .custom-input > input, .custom-file .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;
    }
    .custom-input > input::-webkit-input-placeholder, .custom-file .custom-input > label::-webkit-input-placeholder {
      color: #8a94a6; }
    .custom-input > input:-ms-input-placeholder, .custom-file .custom-input > label:-ms-input-placeholder {
      color: #8a94a6; }
    .custom-input > input::-ms-input-placeholder, .custom-file .custom-input > label::-ms-input-placeholder {
      color: #8a94a6; }
    .custom-input > input::placeholder, .custom-file .custom-input > label::placeholder {
      color: #8a94a6; }
  .custom-input.with-button > input, .custom-file .custom-input.with-button > label {
    padding-right: 58px; }
  .custom-input.with-button > button {
    z-index: 3;
    right: 6px;
    width: 115px;
    background: linear-gradient(0deg, #434352d1 30%, #484859 100%);
    border: none;
    height: 42px;
    font-size: 10.5px;
    display: flex;
    color: #fff;
    border-top: solid 1px #56566a;
    margin-top: 6px;
    position: absolute;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
    }
.custom-select.with-button > button {
    z-index: 3;
    right: 6px;
    background: linear-gradient(0deg, #434352d1 30%, #484859 100%);
    width: 115px;
    border: none;
    height: 42px;
    font-size: 10.5px;
    display: flex;
    color: #fff;
    margin-top: 6px;
    border-top: solid 1px #56566a;
    position: absolute;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
    }
    .custom-input.with-button > button > i {
      color: #ffffff;
      }
    .custom-input.with-button > button:hover {
      opacity: 0.7;
    }
  .custom-select.with-button > button:hover {
      opacity: 0.7;
    }
      .custom-input.with-button > button:hover > i {
        color: #fff; }
    .custom-input.with-button > button > i.fa-pencil {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 31px;
      font-weight: 100;
      font-size: 11px !important;
      }
  .custom-input.with-title > input, .custom-file .custom-input.with-title > label {
    position: relative;
    font-size: 12px;
    background-color: #343440;
    color: #fff;
    height: 55px;
    padding-top: 15px;
    padding-left: 50px;
    }
  .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: #767689;
    }
  .custom-input.with-title > input:not(:placeholder-shown) + span, .custom-file .custom-input.with-title > label:not(:placeholder-shown) + span, .custom-input.with-title > input:focus + span, .custom-file .custom-input.with-title > label:focus + span {
    =: 15px;
    font-size: 11px;
    top: 20px;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    }
  .custom-input.with-title input.placeholder-hidden + span, .custom-input.with-title .custom-file label.placeholder-hidden + span, .custom-file .custom-input.with-title label.placeholder-hidden + span {
    left: 15px;
    font-size: 12px;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px); }

.custom-select {
  cursor: text;
  background: #262f4200;
  z-index: 1;
  position: relative;
  border: 1px solid #262f4200;
  height: 49px;
  width: 100%;
  min-width: 90px;
  border-radius: 9px;
  margin-bottom: 14px;
  padding: 0;
  }
.custom-select i{
  z-index: 100 !important;
  position: absolute;
  color: #6a6a7e;
  left: 16px;
  top: 17px;
  font-size: 20px;
  }
  .custom-select > 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 > small:not(:empty) {
    opacity: 1; }
  .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; }
    .custom-select > select::-webkit-input-placeholder {
      color: #8a94a6; }
    .custom-select > select:-ms-input-placeholder {
      color: #8a94a6; }
    .custom-select > select::-ms-input-placeholder {
      color: #8a94a6; }
    .custom-select > select::placeholder {
      color: #8a94a6; }
  .custom-select.with-title > select {
    font-size: 11px;
    padding-top: 16px;
    background: #343440;
    font-weight: 600;
    padding-left: 50px;
    height: 55px !important;
    top: -1px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 10px;
    color: #ffff;
    }
  .custom-select.with-title > select:focus {
    background: #343440;
    }
  .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: #767689;
    }

.form-control {
  font-size: 11px;
  font-weight: 600;
  border-radius: 10px;
  height: 55px;
  text-indent: 0;
  background: #30303b !important;
  border: 1px solid #30303b;
  color: #ffffff;
  transition: 0.2s;
  }
  .form-control:focus {
    border-color: #30303b;
    color: #ffffff;
	  background: #30303b !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

input.form-control, .custom-file label.form-control, input[type="file"], .custom-file label[type="file"], select.form-control, select[type="file"] {
  padding: 0 15px;
  line-height: 40px;
  margin-bottom: 10px;
  }
  input.form-control::-webkit-input-placeholder, .custom-file label.form-control::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder, .custom-file label[type="file"]::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder, select[type="file"]::-webkit-input-placeholder {
    font-size: 13px;
    color: #ffffff; }
  input.form-control:-ms-input-placeholder, .custom-file label.form-control:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder, .custom-file label[type="file"]:-ms-input-placeholder, select.form-control:-ms-input-placeholder, select[type="file"]:-ms-input-placeholder {
    font-size: 13px;
    color: #ffffff; }
  input.form-control::-ms-input-placeholder, .custom-file label.form-control::-ms-input-placeholder, input[type="file"]::-ms-input-placeholder, .custom-file label[type="file"]::-ms-input-placeholder, select.form-control::-ms-input-placeholder, select[type="file"]::-ms-input-placeholder {
    font-size: 13px;
    color: #ffffff; }
  input.form-control::placeholder, .custom-file label.form-control::placeholder, input[type="file"]::placeholder, .custom-file label[type="file"]::placeholder, select.form-control::placeholder, select[type="file"]::placeholder {
    font-size: 11px;
    color: #7a7a90; }

input[disabled], .custom-file label[disabled], select[disabled] {
  color: #777 !important;
  cursor: not-allowed !important; }

.custom-file {
  border-radius: 4px;
  cursor: pointer; }
  .custom-file input, .custom-file label {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #1247eb00 !important;
    }
  .custom-file label {
    width: 100%;
    height: 50px;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
    transition: 0.2s;
    color: #747486;
    font-size: 11px;
    font-weight: 600;
    background-color: #4848557d;
    border-radius: 11px;
    border: dashed 1px #565667 !important;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    }

  .custom-file label:hover {
    color: #ffffff;
    background-color: #474754b5;
    border: dashed 1px #59596d !important;
    }
    .custom-file label::after {
      display:none;
      }
  .custom-file:hover label::after {
    opacity: 0.7;
    }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #6292ff;
  border-radius: 1.5px;
  border: 0;
  margin: 5px;
  width: 6px;
  height: 6px;
  }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff00;
  background-color: transparent;
  }

.custom-radio .custom-control-label {
  color: #5a6a8c;
  line-height: 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 11px;
  }
  .custom-radio .custom-control-label::before {
    background: #17171700 !important;
    border: 1px solid #5a6a8c !important;
    }
  .custom-radio .custom-control-label::after, .custom-radio .custom-control-label::before {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.custom-checkbox {
  cursor: pointer; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border: 0; }
  .custom-checkbox .custom-control-label {
    color: #5a6a8c;
    line-height: 25px;
    cursor: pointer;
    font-size: 10.9px;
    font-weight: 600;
    }
    .custom-checkbox .custom-control-label::before {
      background-color: #212d47;
      border: 1px solid #212d47;
      }
    .custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }

textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

select.form-control {
  text-indent: 0px;
  height: 41px !important;
  position: relative;
  top: 8px;
  font-size: 10.5px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  }

input[disabled], .custom-file label[disabled] {
  cursor: text !important;
  background: transparent; }

input[type="file"], .custom-file label[type="file"] {
  text-indent: 0;
  border: 0;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  margin-left: -60px;
  color: #546489;
  overflow: hidden;
  max-width: 100%;
  }

.input-xs {
  height: 18px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  width: auto; }
  .input-xsselect {
    height: 23px;
    line-height: 23px; }
  .input-xs[type="file"] {
    border-radius: 3px;
    padding: 0;
    height: 23px;
    width: auto;
    font-size: 12px;
    line-height: 23px; }

a.btn {
  line-height: 28px; }

a[data-toggle="popover"] {
  cursor: pointer; }

.input-group-sm {
  min-width: 150px;
  }
  .input-group-sm input, .input-group-sm .custom-file label, .custom-file .input-group-sm label {
    text-indent: 5px; }

.input-group .input-group-prepend .btn {
  margin: 0; }

.input-group .input-group-text {
  height: 40px;
  background-color: whitesmoke; }

.input-group.editing-date select {
  padding-left: 5px;
  text-indent: 0; }

.form-group label h4 {
  font-size: 16px;
  margin: 0;
  color: #ffffff; }

small {
  font-size: 11px;
  color: rgb(128 131 139);
  font-weight: 600;
  }

* > p:last-child {
  color: #fff;
  font-weight: 600;
  }

p {
  margin-top: 0;
  margin-bottom: 20px;
  }

.text-warning {
  color: #6dcc9f !important;
  font-weight: 600;
  }

.text-success {
  color: #61d39c !important;
  }

.text-info {
    color: #5eb088 !important;
}

.text-error, .text-danger {
  color: #ff8b8b !important;
  font-size: 11.5px;
  border-radius: 8px;
  padding: 0px;
  }

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
    position: relative;
  font-size: 11px;
  color: #ffffff !important;
  display: flex;
  background: #464b54;
  height: 50px !important;
  padding: 0px 25px !important;
  transition: 0.2s;
  font-weight: 600;
  align-items: center;
}

a.btn:not(.disp-n), input.btn:not(.disp-n), .custom-file label.btn:not(.disp-n), button.btn:not(.disp-n), label.btn:not(.disp-n) {
  position: relative;
  font-size: 11px;
  color: #ffffff !important;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%)) !important;
  text-shadow: #00000063 1px 0 10px;
  display: flex;
  height: 50px !important;
  padding: 0px 25px !important;
  transition: 0.2s;
  font-weight: 600;
  margin-bottom:20px;
  border: none;
  align-items: center;
  }

a.btn:not(.disp-n), input.btn:not(.disp-n), .custom-file label.btn:not(.disp-n), button.btn:hover:not(.disp-n), label.btn:not(.disp-n) {
  font-size: 11px !important;
  opacity: 0.7;
  border-radius: 10px !important;
  padding: 0px 25px !important;
  }

    a.btn:not(.disp-n).btn-primary span, input.btn:not(.disp-n).btn-primary span, .custom-file label.btn:not(.disp-n).btn-primary span, button.btn:not(.disp-n).btn-primary span, label.btn:not(.disp-n).btn-primary span {
      color: #fff !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: #434351 !important;
    border-radius: 11px;
    border: none;
    color: #8389a3;
    padding: 0px 25px !important;
    border-radius: 10px;
    font-size: 11px;
    }
    a.btn:not(.disp-n).btn-default span, a.btn:not(.disp-n).btn-default i, a.btn:not(.disp-n).btn-outline-primary span, a.btn:not(.disp-n).btn-outline-primary i, input.btn:not(.disp-n).btn-default span, .custom-file label.btn:not(.disp-n).btn-default span, input.btn:not(.disp-n).btn-default i, .custom-file label.btn:not(.disp-n).btn-default i, input.btn:not(.disp-n).btn-outline-primary span, .custom-file label.btn:not(.disp-n).btn-outline-primary span, input.btn:not(.disp-n).btn-outline-primary i, .custom-file label.btn:not(.disp-n).btn-outline-primary i, button.btn:not(.disp-n).btn-default span, button.btn:not(.disp-n).btn-default i, button.btn:not(.disp-n).btn-outline-primary span, button.btn:not(.disp-n).btn-outline-primary i, label.btn:not(.disp-n).btn-default span, label.btn:not(.disp-n).btn-default i, label.btn:not(.disp-n).btn-outline-primary span, label.btn:not(.disp-n).btn-outline-primary i {
      color: #585f74;
      font-size: 22px;
      line-height: 46px;
      }

label.btn.btn-sm {
  height: 32px;
  line-height: 20px !important;
  font-size: 12px !important; }

blockquote {
  padding: 20px;
  margin: 15px 0 10px;
  border-radius: 0px 13px 13px 0px;
  border-left: 3px solid #739590;
  background: #7395901f none repeat scroll 0 0;
  font-size: 11px;
  }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: "";
  }

@media (max-width: 991.99px) {
  .order-is-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-is-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
    /* margin-left: 10px; */
    } 
	
    .modal-content {
        max-width: 100%;
        left: 2px;
    }
	}

@media (min-width: 992px) {
  .order-is-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-is-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; } }

.table-adaptive {
    border-radius: 14px;
    color: #7d7d909e;
    font-size: 11px;
    font-weight: bold;
  }
  .table-adaptive.mt {
    }
  .table-adaptive.table-fused {
    overflow: hidden;
    border-radius: 4px; }
    .table-adaptive.table-fused .loader {
      margin: 16px 0; }
    .table-adaptive.table-fused .table-row {
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0;
      border-bottom: 1px solid #f1f2f400;
      padding: 4px 27px;
      margin-bottom: 7px;
      transition: .2s all;
      background: #343440;
      }

    .table-adaptive.table-fused .table-row:hover {
      background: #3c3c49;
      }

      .table-adaptive.table-fused .table-row:last-child {
        border-bottom: 0; }
  .table-adaptive .table-row {
    margin-bottom: 9px;
    border-radius: 11px;
    padding: 5px 28px;
    background: #30303b;
    transition: 0.2s;
    }
  .table-adaptive .table-row:hover {
    background: #363642;
    }
    .table-adaptive .table-row > .row {
      height: 50px;
      display: flex;
      flex-wrap: nowrap;
      }
      .table-adaptive .table-row > .row > div {
        padding: 0 16px;
        }
        .table-adaptive .table-row > .row > div > strong, .table-adaptive .table-row > .row > div > p, .table-adaptive .table-row > .row > div > span {
          display: inline-block;
          max-width: 110%;
          }
        .table-adaptive .table-row > .row > div > p {
          width: auto;
          color: #6c6e8100;
          font-weight: 600;
          font-size: 0px;
          line-height: 52px;
          }
        .table-adaptive .table-row > .row > div > strong {
          color: #5a6a8c;
          font-weight: 600;
          line-height: 48px;
          font-size: 12px;
          }
        .table-adaptive .table-row > .row > div > .area-user {
          color: #ffffff;
          font-weight: 600;
          line-height: 48px;
          font-size: 13px;
          }
          .table-adaptive .table-row > .row > div > .area-user a img {
            height: 25px;
            width: 25px;
            border-radius: 50%;
            margin-right: 5px;
            }
          .table-adaptive .table-row > .row > div > .area-user a i {
            font-style: normal; }
        .table-adaptive .table-row > .row > div > .area-image img {
          margin: 10px;
          max-height: 30px;
          width: auto; }
        .table-adaptive .table-row > .row > div.with-icon {
          position: relative;
          padding-left: 46px;
          }
          .table-adaptive .table-row > .row > div.with-icon > i, .table-adaptive .table-row > .row > div.with-icon > img {
            position: absolute;
            left: 1px;
            top: 18px;
            }
          .table-adaptive .table-row > .row > div.with-icon > i {
            color: #59cc94;
            font-size: 15px;
            border-radius: 9px;
            background: #47bf8529;
            top: 9px;
            padding: 9px;
            }
          .table-adaptive .table-row > .row > div.with-icon > img {
            height: 20px;
            width: 20px;
            border-radius: 50px;
            top: 16px;
            }
        .table-adaptive .table-row > .row > div.with-description > p {
          line-height: 22px;
          font-size: 12px;
          margin: 15px 0px 0;
          position: relative;
          top: -7px;
          border: none;
          background: #fff0;
          color: #ffff;
          font-weight: 600;
          }
          .table-adaptive .table-row > .row > div.with-description > p a {
            color: #ffffff; }
        .table-adaptive .table-row > .row > div.with-description > .area-user img {
          display: none; }
        .table-adaptive .table-row > .row > div.with-description > span {
          width: 100%;
          font-weight: 700;
          line-height: 20px;
          font-size: 10.5px;
          top: -18px;
          position: relative;
          color: #767689;
          }
          .table-adaptive .table-row > .row > div.with-description > span a {
            color: #ffffff !important;
            margin-left: 5px;
            }
          .table-adaptive .table-row > .row > div.with-description > span p {
            color: #7a8091 !important;
            margin: 0;
            font-weight: 600;
            margin-left: 68px;
            text-align: center;
            position: relative;
            display: flex;
            font-size: 10px;
            top: -3px;
            flex-wrap: nowrap;
            justify-content: flex-start;
            }
        .table-adaptive .table-row > .row > div.with-button > .btn {
          margin: 8px 0 0;
          }
          .table-adaptive .table-row > .row > div.with-button > .btn i {
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            }
    @media (max-width: 991.99px) {
      .table-adaptive .table-row > .row {
        height: auto;
        display: flex;
        padding-bottom: 15px;
        padding-top: 15px;
        flex-direction: column;
        }
        .table-adaptive .table-row > .row > div {
          padding: 0 16px;
          height: 42px;
          margin-left: 0px !important;
          }
          .table-adaptive .table-row > .row > div.with-icon {
            padding-left: 42px;
            }
            .table-adaptive .table-row > .row > div.with-icon > i, .table-adaptive .table-row > .row > div.with-icon > img {
              /* display: none; */
              }
          .table-adaptive .table-row > .row > div.with-button .btn {
            width: 100%; } }

#cote {
  height: 150px;
  width: 150px;
  position: absolute;
  right: -25px;
  cursor: pointer;
  bottom: -29px;
  z-index: 1001; }
  #cote img {
    height: 150px;
    width: 150px; }

@media (max-width: 991.99px) {
  #cote {
    display: none; } 
  
  .double_heading i {min-width: 45px;}
}

.m-icon {
  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: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
  font-weight: 900; }
  .m-icon.icon-trash:before {
    font-weight: 400;
    content: "\f1f8"; }
  .m-icon.icon-remove:before {
    content: "\f00d"; }
  .m-icon.icon-ok:before {
    content: "\f00c"; }
  .m-icon.icon-pencil:before {
    font-weight: 400;
    content: "\f040"; }
  .m-icon.icon-link:before {
    content: "\f0c1"; }
  .m-icon.icon-time:before {
    font-weight: 400;
    content: "\f017"; }
  .m-icon.icon-user:before {
    content: "\f007"; }
  .m-icon.icon-up:before {
    content: "\f077"; }
  .m-icon.icon-down:before {
    content: "\f078"; }
  .m-icon.icon-left:before {
    content: "\f104"; }
  .m-icon.icon-right:before {
    content: "\f105"; }
  .m-icon.icon-plus:before {
    content: "\f067"; }
  .m-icon.icon-minus:before {
    content: "\f068"; }
  .m-icon.icon-bank:before {
    content: "\f19c"; }
  .m-icon.icon-marker:before {
    content: "\f041"; }
  .m-icon.icon-Telegram:before {
    font-family: 'Font Awesome 5 Brands', serif;
    content: "\f189"; }
  .m-icon.icon-steam:before {
    font-weight: 400;
    font-family: 'Font Awesome 5 Brands', serif;
    content: "\f3f6"; }
  .m-icon.icon-fb:before {
    font-family: 'Font Awesome 5 Brands', serif;
    content: "\f39e"; }
  .m-icon.icon-bars:before {
    content: "\f0c9"; }
  .m-icon.icon-compress:before {
    content: "\f066"; }

.with_code {
   overflow-wrap: break-word;
   height: auto;
   font-weight: 500;
   background: rgb(30 34 47 / 0%);
   border-radius: 15px;
   flex: 0 0 auto;
  }

.with_code:hover .answer {
   color: #586378;
  }

.with_code:hover .answer:hover {
   color: #ffffff;
  }
  .with_code ol {
    list-style: decimal;
    margin-left: 15px; }
  .with_code ul {
    list-style: disc;
    margin-left: 15px; }
  .with_code em {
    font-style: italic; }
  .with_code video {
    max-width: 100%; }
  .with_code .player {
    height: 40px;
    overflow: hidden; }
    .with_code .player object {
      position: relative;
      margin-top: -22px; }
  .with_code video, .with_code iframe {
    border: 0;
    max-width: 100%; }
  .with_code img {
    height: auto;
    max-width: fit-content;
    width: 100%;
    }
    .with_code img[style="margin-left:auto;margin-right:auto;"] {
      margin: 0 auto;
      display: block; }
  .with_code .m-icon {
    font-size: 11px;
    margin-right: 2px;
    color: #63c395;
    }
  .with_code::after {
    clear: both;
    display: table;
    content: " "; }
  .with_code table {
    width: auto;
    max-width: 100% !important; }
    .with_code table tr td {
      border: 1px solid #f1f2f4;
      padding: 5px;
      word-break: break-all;
      white-space: pre-wrap;
      word-wrap: break-word; }
  .with_code .g_sticker {
    max-width: 250px !important; }

.order-is-first {
order: 13;
}
.order-is-last {
order: -1;
}

img.thumbnail-img {
  border-radius: 13px;
  height: auto;
  margin: 0;
  width: 100%;
  margin-top: 10px;
  }

#imgs .thumbnail {
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 0;
  float: left; }

#imgs::before, #imgs::after {
  display: table;
  content: " "; }

#imgs::after {
  clear: both; }

div.spoiler div.spoiler-title {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 3px;
  border: 1px solid #f1f2f4;
  cursor: pointer;
  line-height: 25px;
  background: whitesmoke;
  height: 35px; }

div.spoiler div.spoiler-title div.spoiler-toggle {
  display: inline-block;
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 6px;
  cursor: pointer;
  -webkit-user-modify: read-only; }

div.spoiler div.spoiler-title div.hide-icon {
  background: url("../img/minus.png") no-repeat scroll left center transparent; }

div.spoiler div.spoiler-title div.show-icon {
  background: url("../img/plus.png") no-repeat scroll left center transparent; }

div.spoiler div.spoiler-content {
  font-size: 13px;
  border: 1px solid #f1f2f4;
  border-top: 0;
  padding: 6px 10px;
  background: #fff; }

div.spoiler div.title-text {
  float: left;
  height: 24px;
  line-height: 20px;
  font-weight: normal; }

.error_message, .success_message {
  height: 0;
  margin: 0;
  font-size: 12px;
  position: relative;
  float: right;
  top: -54px;
  right: 55px;
  }

.input_error {
  background-color: #ed717121 !important; }

.input_success {
  border-color: #8fc47a !important;
  background-color: #e3f5dc !important; }

.success_message {
  color: #0BB07B !important; }

.error_message {
  color: #ff686800 !important;
  }

.table-responsive {
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #f1f2f400;
  }

@media (min-width: 992px) {
  .table-responsive {
    overflow: hidden;
    background: #212d4700;
    padding: 0px;
    }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important;
    } 
	
    .custom_shop {
        grid-template-columns: repeat(2, 1fr);
    }
	
	}

.table-responsive > .table {
  margin-bottom: 0;
  }

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
  }

.table-responsive > table.table {
  border: 0 !important;
  }

.table-responsive > table.table > tbody:first-child > tr:first-child > th,
.table-responsive > table.table > tbody:first-child > tr:first-child > td,
.table-responsive > table.table > thead > tr:first-child > th,
.table-responsive > table.table > thead > tr:first-child > td {
  border-top: 0 !important;
  color: #6d6d80 !important;
  }

.table-responsive > table.table > thead > tr > th:first-child,
.table-responsive > table.table > tbody > tr > th:first-child,
.table-responsive > table.table > tfoot > tr > th:first-child,
.table-responsive > table.table > thead > tr > td:first-child,
.table-responsive > table.table > tbody > tr > td:first-child,
.table-responsive > table.table > tfoot > tr > td:first-child {
  border-left: 0 !important;
  padding-right: 0px;
  color: #fff;
  border-radius: 12px 0px 0px 12px;
  padding-left: 20px;
  }

.table-responsive > table.table > thead > tr > th:last-child,
.table-responsive > table.table > tbody > tr > th:last-child,
.table-responsive > table.table > tfoot > tr > th:last-child,
.table-responsive > table.table > thead > tr > td:last-child,
.table-responsive > table.table > tbody > tr > td:last-child,
.table-responsive > table.table > tfoot > tr > td:last-child {
  border-right: 0 !important;
  border-radius: 0px 12px 12px 0px;
  }

.table-responsive > table.table > tbody > tr:last-child > th,
.table-responsive > table.table > tfoot > tr:last-child > th,
.table-responsive > table.table > tbody > tr:last-child > td,
.table-responsive > table.table > tfoot > tr:last-child > td {
  border-bottom: 0 !important;
  }

table.table.table-bordered {
  border-color: #e1e4e800 !important;
  }
  table.table.table-bordered tr {
    position: relative;
    background: #343440;
    height: 55px;
    }
    table.table.table-bordered tr td {
      font-size: 11px;
      padding-left: 0px;
      border: none;
      font-weight: 600;
      border-color: #21253100 !important;
      }

table.table > thead tr td {
  font-size: 13px; }

table.table > tbody > tr.danger > td {
  background: #fce3e3;
  border-color: #e8caca;
  color: #FF5D5D; }
  table.table > tbody > tr.danger > td span {
    color: #FF5D5D; }

table.table > tbody > tr.success > td {
  background: #e3f5dc;
  border-color: #cde8c3;
  color: #0BB07B; }
  table.table > tbody > tr.success > td span {
    color: #0BB07B; }

table.table > tbody > tr.warning > td {
  background: #fff0d2;
  border-color: #e8ddca;
  color: #9f7b34; }
  table.table > tbody > tr.warning > td span {
    color: #9f7b34; }

table.table > tbody > tr > td {
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  }
  table.table > tbody > tr > td .btn {
    margin: 0; }
  table.table > tbody > tr > td p {
    margin: 0; }
  table.table > tbody > tr > td a {
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    }
    table.table > tbody > tr > td a[href*="profile"] img, table.table > tbody > tr > td a img[src="../files/avatars/no_avatar.jpg"] {
      height: 18px;
      width: 18px;
      margin-right: 5px;
      border-radius: 4px; }
    table.table > tbody > tr > td a[href*="profile"] i {
      font-style: normal; }

#search_ban_res_min > tr:nth-child(2n) {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }
  #search_ban_res_min > tr:nth-child(2n) > td {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important; }

#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: #1f1f1f00; }

#bans tr td:nth-child(1) a,
#tickets tr td:nth-child(2) a,
#open_tickets tr td:nth-child(2) a,
#close_tickets tr td:nth-child(2) a,
#search_ban_res_min tr td:nth-child(2) a {
  max-width: 300px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  top: 4px;
  margin-right: 30px;
  white-space: nowrap;
  display: inline-block;
  }

#muts td, #banlist td, #stats td {
  vertical-align: middle;
  cursor: pointer; }

td[colspan$="10"] img, td[colspan$="10"] {
  text-align: center;
  padding-bottom: 10px;
  color: #707486;
  width: 1220px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  margin: 0 auto;
  }

table tr[data-toggle="modal"] > td, table.admins tr > td {
  border-bottom: 0 !important; }

.hidden-tr > td {
  height: 0 !important;
  border: 0 !important;
  padding: 0 !important; }

.mce-tinymce {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .mce-tinymce .mce-btn-small button {
    padding: 7px 6px; }
  .mce-tinymce .mce-path {
    padding: 14px; }
  .mce-tinymce .mce-btn-group:not(:first-child) {
    border-left: 0; }

.mce-fullscreen div[id^="mceu_"].mce-container.mce-fullscreen {
  z-index: 2000; }

.label.label-default {
  color: #466ea5; }

.label.label-success {
  color: #ffa0a0;
  }

.label.label-danger {
  color: #FF5D5D; }

.empty-element {
    margin-bottom: 13px;
    border-radius: 14px !important;
    background: #3a3a4759 !important;
    display: flex !important;
    width: 100%;
    font-weight: bold;
    color: #727287;
    font-size: 11px;
    border: dashed 1px #4a4a5b !important;
    padding: 10px !important;
    align-items: center !important;
    justify-content: center !important;
 }

div[id^="pagination"]::after {
  display: table;
  clear: both;
  content: ' '; }

.pagination {
  display: inline-block;
  border: solid 1px #32323e;
  border-radius: 50px;
  background: #282831;
  padding: 7px 4px;
  }

.pagination > li {
  display: inline; }

.pagination > li:first-child > a, .pagination > li:last-child > a {
  background: #353541;
  }
  .pagination > li:first-child > a span, .pagination > li:last-child > a span {
    color: #ffffff !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: 0px;
  line-height: 30px;
  vertical-align: -.0667em;
  font-weight: 400;
  color: #ffffff;
  }
  .pagination > li:first-child > a > span:before, .pagination > li:last-child > a > span:before {
    color: #60606f;
    font-size: 9px;
    position: relative;
    font-weight: 600;
    top: -1px;
    }

.pagination > li:first-child > a > span:before {
  content: "\f060"; }

.pagination > li:last-child > a > span:before {
  content: "\f061"; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  height: 35px;
  width: 35px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50px;
  font-size: 11px;
  line-height: 34px;
  color: #646473;
  border: 1px solid #353541;
  background: #353541;
  }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    border: 1px solid #3e3e4b;
  background: #3e3e4b;
color: #ffff;}

.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: #fff;
  cursor: default;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #000000d4 1px 0 7px;
  background-color: #41454d;
  border-color: #41454d;
  border: none;
  }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed; }

div[id^="pagination"] {
  display: block;
  text-align: center;
  margin: 0 auto 25px; }
  div[id^="pagination"] ul {
    float: left;
    margin: 0 -5px; }

@media (max-width: 991.99px) {
  .pagination > li:nth-child(4), .pagination > li:nth-child(5), .pagination > li:nth-child(6), .pagination > li:nth-child(7), .pagination > li:nth-child(8), .pagination > li:nth-child(9), .pagination > li:nth-child(10) {
    display: none; }
  .pagination > li:nth-last-child(1), .pagination > li:nth-last-child(2), .pagination > li:nth-last-child(3), .pagination > li:nth-last-child(4) {
    display: inline !important; } }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel > .container {
    padding: 0; }
  .owl-carousel.smiles_panel *::selection, .owl-carousel.smiles_panel *::-moz-selection {
    background: none; }
  .owl-carousel .owl-dots {
    display: none; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
     }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut; }

.no-js .owl-carousel {
  display: block; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  background-color: black;
  opacity: 0.75;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1110;
  text-align: center;
  line-height: 0;
  font-weight: normal; }
  .lightbox .lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 2px; }
    .lightbox .lb-outerContainer .lb-container {
      padding: 2px; }
      .lightbox .lb-outerContainer .lb-container > .nav {
        left: 0; }
      .lightbox .lb-outerContainer .lb-container .lb-loader {
        position: absolute;
        top: 43%;
        left: 0;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0; }
        .lightbox .lb-outerContainer .lb-container .lb-loader .lb-cancel {
          display: block;
          width: 32px;
          height: 32px;
          margin: 0 auto;
          background: url("../img/loader.gif") no-repeat; }
      .lightbox .lb-outerContainer .lb-container .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        border-radius: 3px; }
      .lightbox .lb-outerContainer .lb-container .lb-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a {
          outline: none;
          background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }
        .lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev, .lightbox .lb-outerContainer .lb-container .lb-nav .lb-next {
          height: 100%;
          cursor: pointer;
          display: block; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
          opacity: 0;
          -webkit-transition: opacity 0.6s;
          -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
          background: rgba(0, 0, 0, 0.26); }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:after, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:after {
          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: 1.33333em;
          line-height: 0.75em;
          vertical-align: -.0667em;
          line-height: 0.75em;
          font-weight: 900;
          font-size: 30px;
          color: #fff;
          position: absolute;
          top: 50%;
          margin-top: -0.325em; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev {
          width: 20%;
          left: 0;
          float: left; }
          .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev::after {
            margin-left: -8px;
            left: 10%;
            content: "\f104"; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
          width: 20%;
          right: 0;
          float: right; }
          .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next::after {
            margin-right: -8px;
            right: 10%;
            content: "\f105"; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover {
          opacity: 0.8; }
  .lightbox .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }
  .lightbox a img {
    border: none; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%; }
  .lb-dataContainer::after {
    content: "";
    display: table;
    clear: both; }
  .lb-dataContainer .lb-data {
    padding: 0 4px;
    color: #ccc; }
    .lb-dataContainer .lb-data .lb-details {
      width: 85%;
      float: left;
      text-align: left;
      line-height: 1.1em; }
    .lb-dataContainer .lb-data .lb-caption {
      font-size: 13px;
      font-weight: bold;
      line-height: 1em; }
    .lb-dataContainer .lb-data .lb-number {
      display: block;
      clear: left;
      padding-bottom: 1em;
      font-size: 12px;
      color: #999; }
    .lb-dataContainer .lb-data .lb-close {
      color: #ccc;
      display: block;
      float: right;
      width: 30px;
      height: 30px;
      text-align: right;
      outline: none;
      opacity: 0.7;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .lb-dataContainer .lb-data .lb-close::after {
        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: 1.33333em;
        line-height: 0.75em;
        vertical-align: -.0667em;
        font-weight: 900;
        content: "\f00d"; }
      .lb-dataContainer .lb-data .lb-close:hover {
        cursor: pointer;
        opacity: 1; }

.noty_bar.noty_type_error .noty_message {
  background: #fce3e3;
  color: #FF5D5D;
  border: 1px solid #e8caca; }

.noty_bar.noty_type_error a {
  color: #FF5D5D; }

.noty_bar .noty_message {
  background: #272f42;
  border-radius: 15px;
  color: #ffffff;
  border-radius: 2px;
  padding: 15px !important;
  }
  .noty_bar .noty_message .noty_text {
    margin: -15px;
    display: block;
    font-weight: 400; }
    .noty_bar .noty_message .noty_text a {
      display: block;
      background: #668782;
      color: #c2dfdb;
      font-size: 11px;
      padding: 15px 25px;
      }

.noty_bar .noty_message .noty_text a:hover {
      display: block;
      background: #4e6c67;
      color: #ffffff;
      font-size: 11px;
      padding: 15px 25px;
      }


.animated {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated .infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated .hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  border-radius: 10px !important;
  background-color: rgb(39 47 66) !important;
  width: auto !important;
  float: right;
  }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

#nprogress {
  z-index: 1200;
  pointer-events: none; }
  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1200;
    top: 15px;
    right: 15px; }
  #nprogress .spinner-icon {
    width: 20px;
    display: none;
    height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #8670ff00;
    border-left-color: #8670ff;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }
  .nprogress-custom-parent .spinner, .nprogress-custom-parent .bar {
    position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.result_ok, .result_ok_b {
  display: block;
  position: fixed;
  z-index: 1200;
  top: 16px;
  right: 18px;
  color: #5086ff;
  font-size: 16px;
  }

.result_error, .result_error_b {
  display: block;
  position: fixed;
  z-index: 1200;
  top: 17px;
  right: 18px;
  color: #5086ff;
  font-size: 16px;
  }

.wapper .header {
  position: relative; }

.b-page__content {
  height: 50px;
  background-color: #171a24;
  }

.b-head-decor {
  display: none; }

.b-page_newyear .b-head-decor {
  z-index: 1200;
  position: absolute;
  top: 0;
  margin-top: -35px;
  left: 0;
  display: block;
  height: 105px;
  width: 100%;
  overflow: hidden;
  background: url(../img/balls/b-head-decor_newyear.png) repeat-x 0 0; }

.b-page_newyear .b-head-decor__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 115px;
  display: block;
  width: 373px; }

.b-page_newyear .b-head-decor::before {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 3;
  height: 115px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75); }

.b-page_newyear .b-head-decor__inner_n2 {
  left: 373px; }

.b-page_newyear .b-head-decor__inner_n3 {
  left: 746px; }

.b-page_newyear .b-head-decor__inner_n4 {
  left: 1119px; }

.b-page_newyear .b-head-decor__inner_n5 {
  left: 1492px; }

.b-page_newyear .b-head-decor__inner_n6 {
  left: 1865px; }

.b-page_newyear .b-head-decor__inner_n7 {
  left: 2238px; }

.b-ball {
  position: absolute; }

.b-ball_n1 {
  top: 0;
  left: 3px;
  width: 59px;
  height: 83px; }

.b-ball_n2 {
  top: -19px;
  left: 51px;
  width: 55px;
  height: 70px; }

.b-ball_n3 {
  top: 9px;
  left: 88px;
  width: 49px;
  height: 67px; }

.b-ball_n4 {
  top: 0;
  left: 133px;
  width: 57px;
  height: 102px; }

.b-ball_n5 {
  top: 0;
  left: 166px;
  width: 49px;
  height: 57px; }

.b-ball_n6 {
  top: 6px;
  left: 200px;
  width: 54px;
  height: 70px; }

.b-ball_n7 {
  top: 0;
  left: 240px;
  width: 56px;
  height: 67px; }

.b-ball_n8 {
  top: 0;
  left: 283px;
  width: 54px;
  height: 53px; }

.b-ball_n9 {
  top: 10px;
  left: 321px;
  width: 49px;
  height: 66px; }

.b-ball_n1 .b-ball__i {
  background: url(../img/balls/b-ball_n1.png) no-repeat; }

.b-ball_n2 .b-ball__i {
  background: url(../img/balls/b-ball_n2.png) no-repeat; }

.b-ball_n3 .b-ball__i {
  background: url(../img/balls/b-ball_n3.png) no-repeat; }

.b-ball_n4 .b-ball__i {
  background: url(../img/balls/b-ball_n4.png) no-repeat; }

.b-ball_n5 .b-ball__i {
  background: url(../img/balls/b-ball_n5.png) no-repeat; }

.b-ball_n6 .b-ball__i {
  background: url(../img/balls/b-ball_n6.png) no-repeat; }

.b-ball_n7 .b-ball__i {
  background: url(../img/balls/b-ball_n7.png) no-repeat; }

.b-ball_n8 .b-ball__i {
  background: url(../img/balls/b-ball_n8.png) no-repeat; }

.b-ball_n9 .b-ball__i {
  background: url(../img/balls/b-ball_n9.png) no-repeat; }

.b-ball_i1 .b-ball__i {
  background: url(../img/balls/b-ball_i1.png) no-repeat; }

.b-ball_i2 .b-ball__i {
  background: url(../img/balls/b-ball_i2.png) no-repeat; }

.b-ball_i3 .b-ball__i {
  background: url(../img/balls/b-ball_i3.png) no-repeat; }

.b-ball_i4 .b-ball__i {
  background: url(../img/balls/b-ball_i4.png) no-repeat; }

.b-ball_i5 .b-ball__i {
  background: url(../img/balls/b-ball_i5.png) no-repeat; }

.b-ball_i6 .b-ball__i {
  background: url(../img/balls/b-ball_i6.png) no-repeat; }

.b-ball_i1 {
  top: 0;
  left: 0;
  width: 25px;
  height: 71px; }

.b-ball_i2 {
  top: 0;
  left: 25px;
  width: 61px;
  height: 27px; }

.b-ball_i3 {
  top: 0;
  left: 176px;
  width: 29px;
  height: 31px; }

.b-ball_i4 {
  top: 0;
  left: 205px;
  width: 50px;
  height: 51px; }

.b-ball_i5 {
  top: 0;
  left: 289px;
  width: 78px;
  height: 28px; }

.b-ball_i6 {
  top: 0;
  left: 367px;
  width: 6px;
  height: 69px; }

.b-ball__i {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none; }

.b-ball_bounce .b-ball__right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 9; }

.b-ball_bounce:hover .b-ball__right {
  display: none; }

.b-ball_bounce .b-ball__right:hover {
  left: 0;
  display: block !important; }

.b-ball_bounce.bounce > .b-ball__i {
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
      transform: rotate(-9deg); }

.b-ball_bounce .b-ball__right.bounce + .b-ball__i {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
      transform: rotate(9deg); }

.b-ball_bounce.bounce1 > .b-ball__i {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
      transform: rotate(6deg); }

.b-ball_bounce .b-ball__right.bounce1 + .b-ball__i {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
      transform: rotate(-6deg); }

.b-ball_bounce.bounce2 > .b-ball__i {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }

.b-ball_bounce .b-ball__right.bounce2 + .b-ball__i {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
      transform: rotate(3deg); }

.b-ball_bounce.bounce3 > .b-ball__i {
  -webkit-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
      transform: rotate(1.5deg); }

.b-ball_bounce .b-ball__right.bounce3 + .b-ball__i {
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
      transform: rotate(-1.5deg); }

.win_day {
  background: url("../img/balls/win_day.png");
  background-size: 100% 100%;
  height: 80px;
  width: 170px;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 103px; }

@media (max-width: 991.99px) {
  .win_day, .b-page__content {
    display: none; } 
}
#servers {
  max-height: 190px;
  overflow: auto;
  position: relative;
  gap: 10px;
  display: flex;
  padding-right: 10px;
  flex-direction: column;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  }

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

body {
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
    background: url(../img/background.jpg) no-repeat fixed center top#17181d;
    background-color: #17181d;
    background-size: cover;
    font-size: 12px;
    color: #ffffff;
  }

a {
  color: #63c395;
  font-weight: 600;
  transition: 0.2s;
  }
a:hover {
  color: #529f7a;
  }
  a.small {
    color: #7b839b;
    font-size: 9px;
    transition: 0.2s;
    font-family: revert;
    font-weight: 600;
    border-bottom: 1px solid #0c66ff;
    }
    a.small:hover, a.small:focus, a.small:visited {
      color: #fff;
    transition: 0.2s;}
  a:hover {
    text-decoration: none; }

h2 {
  font-weight: bold;
  line-height: 32px;
  font-size: 19px;
  }

.loader {
  border: 4px solid #424351;
  border-radius: 50%;
  border-top: 4px solid #43b37d;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  .logo h1 {
    line-height: 0;
    margin: 0;
    display: none; }
  .logo span {
    display: none;
    font-weight: 700;
    line-height: 56px;
    font-size: 20px;
    letter-spacing: 2px; }
    .logo span:nth-child(1) {
      color: #0a1f44; }
    .logo span:nth-child(2) {
      color: #0c66ff; }

.wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0;
  }
  .wapper > .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .wapper > .footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    place-self: center;
    background-color: #242a40;
    padding-top: 36px;
    width: 59.5%;
    border-radius: 15px;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    }
    .wapper > .footer .col-lg-4 .logo {
      display: block; }
      .wapper > .footer .col-lg-4 .logo span {
        font-size: 28px; }
    .wapper > .footer .col-lg-4 p {
      line-height: 20px;
      font-size: 12px;
      margin-top: 20px;
      text-align: justify; }
    .wapper > .footer .col-lg-2 strong {
      font-weight: bold;
      font-size: 16px;
      color: #989898;
      margin-bottom: 20px;
      display: block; }
    .wapper > .footer .col-lg-2 ul {
      position: relative;
      display: block;
      list-style: none; }
      .wapper > .footer .col-lg-2 ul li {
        margin: 0 0 8px; }
        .wapper > .footer .col-lg-2 ul li a {
          color: #ffffff;
          font-size: 14px; }
    .wapper > .footer hr {
      border-color: #f1f2f4; }
    .wapper > .footer .copyright #copyright {
      display: inline-block;
      margin: 0; }
      .wapper > .footer .copyright #copyright br {
        display: none; }
    .wapper > .footer .copyright a {
      font-weight: 600;
      }
    .wapper > .footer .copyright p {
      color: #ffffff;
      display: inline-block;
      margin: 0; }
      .wapper > .footer .copyright p span {
        position: relative;
        top: 2px;
        margin: 0 5px;
        color: #a6aebc; }
    @media (max-width: 991.99px) {
      .wapper > .footer .copyright p {
        min-height: 30px;
        line-height: 21px; }
      .wapper > .footer #copyright {
        width: 100%;
        display: block;
        height: 30px !important;
        line-height: 30px !important; } }
    @media (min-width: 992px) {
      .wapper > .footer #copyright {
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        border-left: 1px solid #f1f2f4; }
      .wapper > .footer .copyright p {
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
        } }
  @media (max-width: 991.99px) {
    .wapper > .footer {
      padding-top: 50px;
      width: 72.5%;
      padding-left: 30px;
      }
      .wapper > .footer .col-lg-2 ul {
        margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .wapper .container {
      max-width: 1350px;
      } 
	  
    .custom_shop {
        grid-template-columns: repeat(3, 1fr);
    }
	  
	  }
  .wapper .header {
    padding-top: 2px;
    background: #212129;
    height: 109px;
    border-bottom: 1px solid #242a4000;
    }

.forum_info_answer {
  display: flex;
  gap: 7px;
  height: 24px;
  margin-bottom: 10px;
}
    .wapper .header .auth-in, .wapper .header .reg-in {
      display: block;
      float: right;
      margin-left: 10px;
      margin-top: 12px; }
    .wapper .header .menu-trigger {
      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: 1.33333em;
      line-height: 0.75em;
      vertical-align: -.0667em;
      font-weight: 900;
      text-align: center;
      color: #0a1f44;
      border: 1px solid #e8ebee;
      background-color: #fff;
      float: right;
      margin-left: 10px;
      margin-top: 12px; }
    .wapper .header .menu-trigger.collapsed:before {
      content: "\f0c9"; }
    .wapper .header .menu-trigger:not(.collapsed):before {
      content: "\f066"; }
  @media (min-width: 992px) {
    .wapper .header {
      position: relative; }
      .wapper .header ul {
        display: block;
        float: left;
        list-style: none;
        margin: 0 0 0 40px;
        }
        .wapper .header ul > li {
          display: block;
          float: left;
          margin: 0 17px;
          }
          .wapper .header ul > li > a {
            font-size: 12px;
            display: block;
            height: 56px;
            color: #333;
            }
	            .wapper .header ul > li > a:hover {
            font-size: 12px;
            display: block;
            color: #5086ff;
            }
        .wapper .header ul.user-menu {
          margin: 6px -8px;
          height: 32px;
          float: right;
          position: relative;
          }
          .wapper .header ul.user-menu > li {
            margin: 0 5px;
            }
            .wapper .header ul.user-menu > li.balance {
              color: #fff;
              position: relative;
              padding: 9px 7px 9px 50px;
              font-size: 11px;
              font-weight: 600;
              top: 10px;
              margin-left: 10px;
              line-height: 26px;
              margin-right: 5px;
              background: #2b2b36;
              border-radius: 50px;
              }

    .wapper .header ul.user-menu > li.balance i{
                  font-size: 13px;
                  width: 31px;
                  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
                  text-shadow: #000000d4 1px 0 7px;
                  transition: 0.2s;
                  height: 31px;
                  position: absolute;
                  display: flex !important;
                  left: 7px;
                  top: 6px;
                  color: #ffffff;
                  margin-right: 10px;
                  border-radius: 50px;
                  align-items: center;
                  justify-content: center;
              }
    
              .wapper .header ul.user-menu > li.balance span, .wapper .header ul.user-menu > li.balance i, .wapper .header ul.user-menu > li.balance a {
                display: inline-block; }
              .wapper .header ul.user-menu > li.balance span, .wapper .header ul.user-menu > li.balance i {
                font-size: 14px;
                line-height: 30px;
                }
              .wapper .header ul.user-menu > li.balance span {
                font-weight: 600;
                font-size: 11px;
                top: 5px;
                position: relative;
                padding-left: 6px;
                }
              .wapper .header ul.user-menu > li.balance i {
                font-weight: 500;
                }
              .wapper .header ul.user-menu > li.balance a {
                height: 32px;
                width: 95px;
                margin-top: -7px;
                margin-left: 12px;
                font-size: 10.5px;
                font-weight: 600;
                border-radius: 50px;
                line-height: 14px;
                color: #ffffff;
                }
                .wapper .header ul.user-menu > li.balance a i {
                  color: #fff;
                  top: -4px;
                  left: -3px; }
            .wapper .header ul.user-menu > li a i.fa-envelope {
              left: -2px; }
            .wapper .header ul.user-menu > li.collapsible {
              width: 38px;
              position: relative;
              margin-top: 1px;
              margin-left: 20px;
              }
              .wapper .header ul.user-menu > li.collapsible > a {
                width: 42px; }
                .wapper .header ul.user-menu > li.collapsible > a img {
                  width: 38px;
                  height: 38px;
                  border-radius: 50px;
                  margin-left: -15px;
                  top: -16px;
                  position: relative;
                  display: block;
                  float: left;
                  }
                .wapper .header ul.user-menu > li.collapsible > a i {
                  display: block;
                  float: right;
                  color: #f000;
                  line-height: 30px;
                  font-size: 10px;
                  }
            .collapsible_head{
                padding: 17px;
                   background: linear-gradient(354deg, #44445496 30%, #474758 100%) !important;
                border-radius: 15px;
                overflow: hidden;
                display: flex;
                border: solid 1px #41414f;
                gap: 10px;
                margin: 15px 15px 10px 15px;
                align-items: center;
                justify-content: space-between;
                }
			  .collapsible_head .bxs-door-open {
			    color: #ff7a70;
			    transition: all 0.2s;
			    background: #ff605424;
			    width: 35px;
			    border: solid 1px #ff665a3b;
			    height: 35px;
			    cursor: pointer;
			    display: flex;
			    position: relative;
			    font-size: 15px;
			    border-radius: 10px;
			    justify-content: center;
			    align-items: center;
				}
			  .collapsible_head .bxs-door-open:hover {
			    color: #ffffff;
			    background: #ff7a70;
							    border: solid 1px #ff7a70;
				}
            .collapsible_profile{
              position: relative;
              padding-left: 26%;
              top: 13px;
            }
            .wapper .header ul.user-menu > li > a {
              height: 32px;
              width: 32px;
              line-height: 39px;
              text-align: center;
              margin: 0;
              }
              .wapper .header ul.user-menu > li > a i {
                color: #67677c;
                transition: 0.2s;
                padding: 9px;
                font-size: 20px;
                top: 13px;
                position: relative;
                font-weight: 500;
                }
    .wapper .header ul.user-menu > li > a i:hover {
                color: #ffffff;
                transition: 0.2s;
                font-size: 20px;
                top: 13px;
                position: relative;
                font-weight: 500;
                }
            .wapper .header ul.user-menu > li > ul {
              z-index: 1013;
              display: none;
              position: absolute;
              right: calc(100% - 35px);
              background: linear-gradient(1deg, #2f2f39 30%, #2f2f39 100%);
              width: 330px;
              height: auto;
              list-style: none;
              top: 66px;
              box-shadow: 0px 5px 10px #13151a4f;
              border-radius: 20px;
              overflow: hidden;
              }
              .wapper .header ul.user-menu > li > ul > li {
                text-align: left;
                width: 100%;
                margin: 0px;
                }
                .wapper .header ul.user-menu > li > ul > li:hover {
                  color: #171717; }
                .wapper .header ul.user-menu > li > ul > li > a {
                  font-weight: 600;
                  color: #5a6a8c;
                  font-size: 11px;
                  border-radius: 10px;
                  position: relative;
                  height: 43px;
                  text-overflow: ellipsis;
                  transition: 0.2s;
                  margin-bottom: 7px;
                  overflow: hidden;
                  white-space: nowrap;
                  padding: 10px;
                  }
    .wapper .header ul.user-menu > li > ul > li > a:hover {
                  background: #212d47;
                  }
 .header ul.user-menu > li > ul > li > a i {
                  color: #5a6a8c;
                  font-size: 17px;
                  margin-right: 5px;
                  transition: .2s all;
                  margin-left: 5px;
                  position: relative;
                  top: 3px;
                  }

					  .header ul.user-menu > li > ul > li > a b {
                  color: #5a6a8c;
                  font-size: 8px;
                  transition: .2s all;
                  margin-left: 5px;
                  background: #26334e;
                  border-radius: 50px;
                  position: relative;
                  top: -1px;
                  padding: 2px 9px;
                  }

              .wapper .header ul.user-menu > li > ul > li:last-child > a {
                border-bottom: 0; }
    .wapper .header-menu {
      background-color: #1e263800;
      position: relative;
      border-radius: 10px;
      }

      .wapper .header-menu .collapsible-menu {
        font-size: 14px;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: -3px;
        overflow: hidden;
        height: 40px;
        display: flex;
        gap: 20px;
        }
        .wapper .header-menu .collapsible-menu > li {
          margin: 0;
          padding: 0;
          display: inline-block; }
          .wapper .header-menu .collapsible-menu > li.collapsible::after {
            font-family: Font Awesome\ 5 Pro;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 0.75em;
            vertical-align: -.0667em;
            font-weight: 900;
            content: "\f078";
            position: relative;
            z-index: 1010;
            background: #41414e;
            color: #707083;
            font-size: 7.4px;
            line-height: 1px;
            width: 16px;
            display: flex;
            height: 16px;
            border-radius: 50px;
            float: left;
            margin-top: 15px;
            margin-right: 0;
            margin-left: 7px;
            justify-content: center;
            align-items: center;
            }
          .wapper .header-menu .collapsible-menu > li > a {
			  position: relative;
        display: block;
        height: 39px;
        float: left;
        line-height: 46px;
        font-weight: 600;
        color: #6d6d7e;
        font-size: 12px;
        padding: 0 0px;
        transition: 0.0s;
            }
            .wapper .header-menu .collapsible-menu > li > a:hover, .wapper .header-menu .collapsible-menu > li > a.open {
              color: #ffffff;
			  border-bottom: solid 2px #4ddd97;
			  }
          .wapper .header-menu .collapsible-menu > li:first-child > a {
            padding-left: 0; }
          .wapper .header-menu .collapsible-menu > li ul {
            display: none;
            list-style: none;
            margin: 0;
            background: linear-gradient(1deg, #2c2c37 30%, #32323d 100%);
            padding: 11px;
            position: absolute;
            box-shadow: 0px 5px 10px #13151a4f;
            min-width: 200px !important;
            z-index: 1011;
            top: 56px;
            border-radius: 15px;
            overflow: hidden;
            }
            .wapper .header-menu .collapsible-menu > li ul > li > a:hover {
               font-weight: 600;
              color: #fffff;
              border-radius: 10px;
              font-size: 11px;
              background: #3b3b48;
              display: block;
                  transition: .2s all; }
            .wapper .header-menu .collapsible-menu > li ul > li > a {
              font-weight: 600;
              color: #ffffff;
              font-size: 11px;
              border-radius: 10px;
              transition: .2s all;
              display: block;
              position: relative;
              height: 45px;
              line-height: 45px;
              padding-left: 15px;
              margin: 0px;
              }
            .wapper .header-menu .collapsible-menu > li ul > li:last-child > a {
              border-bottom: 0; } }

.pays{
  margin-top: 20px;
}
.table .table {
  background-color: #1b1b1b00;
}

.product_block2 {
  background: #191d28;
  justify-content: space-between;
  max-height: 400px;
  display: flex;
  flex-direction: column;
 }
.block_flex2{background: #1e1f36 ;
  justify-content: space-between;
}
.product-content {
    width: 450px;
    padding: 0px;
    height: 70px;
    background: rgb(42 43 71 / 0%);
    border-radius: 15px;
    flex: 0 0 auto;
    }

.product-content1 {
    width: 450px;
    height: 70px;
    padding: 0px;
    text-align: center;
    background: rgb(42 43 71 / 0%);
    border-radius: 15px;
    flex: 0 0 auto;
    }

	@media (max-width: 576px) {
	.with_code {
    width: 94%;
    overflow-wrap: break-word;
    height: 100%;
    font-weight: 600;
    background: rgb(42 43 71 / 0%);
    border-radius: 15px;
    flex: 0 0 auto;
}
     .btn5 {  
      background: #303546;
    padding: 10px 10px;
    width: 40px;
    border-radius: 10px;
}
      .product-content {
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(42 43 71 / 0%);
    border-radius: 15px;
    flex: 0 0 auto;
    margin-top: 20px;
}
          .reg_text {
			  /* display: none; */
			 }
      
.product_block2 {
    background: #1e1f36;
    justify-content: space-between;
    max-height: 400px;
    display: flex;
    padding: 0px;
    height: 100%;
    margin: 0 auto;
    flex-direction: row-reverse;
}

		}
.rules1 {
    background: #272f42;
    padding: 10px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rules2 {
  background: #272f42;
  padding: 10px 20px;
  border-radius: 11px;
  margin-top: 6px;
  display: flex;
  margin-bottom: 6px;
  justify-content: space-between;
  align-items: center;
}

.rules_nakaz {
    font-size: 12px;
    padding: 10px 0px 10px 20px;
    width: 210px;
    color: #1f9dd9b0;
    margin-left: 10px;
    border-left: dashed 1px #3d4250;
    font-weight: bold;
}
.rules {
      width: 475px;
      display: block;
      font-size: 11px;
      font-weight: 600;
}

.photo_profile {
  display: flex;
  align-items: center;
}

.promo-code {margin-top: -20px;}

.last_activ {
  background: #fff0;
  padding: 13px;
  border: solid 1px #2a3346;
  border-radius: 13px;
  margin-bottom: 18px;
  margin-top: 14px;
}

.name_sidebar {
  	color: #ffff;
  	position: relative;
  	font-weight: bold;
  	text-overflow: ellipsis;
  	width: 150px;
  	overflow: hidden;
  	white-space: nowrap;
  	font-size: 12px;
}

.heading_block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transform: skewX(348deg);
  width: 100%;
  justify-content: space-between;
}

.double_heading i {
  width: 45px;
  height: 45px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #000000d4 1px 0 7px;
  border-radius: 10px;
  display: flex;
  color: #ffffff;
  box-shadow: 3px 1px 0px 1px rgb(79 234 159 / 17%);
  margin-right: 17px;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}  

.button_servers {
  display: flex;
  align-items: center;
  right: 18px;
  position: absolute;
  margin-top: -47px;
}

.online_scroll .block_online{
  display: none;
}

.online_scroll {
  height: 225px;
  overflow: auto;
  color: #fff0;
}

.online_scroll .user_online_top{
  display: none;
}

.online_scroll::-webkit-scrollbar{
    display: none;
}

 .topic-answers div[id^="answer"] .left-side {
  flex-grow: 3;
  border-radius: 20px;
  width: 27%;
  height: 100%;
  padding: 17px;
  text-align: center;
  position: sticky;
  top: 0; /* Adjust this value to set how far from the top it sticks */
}

    .topic-answers div[id^="answer"] .right-side {
      position: relative;
      -webkit-box-flex: 3;
      flex-grow: 3;
      border-radius: 20px;
      float: right;
      }

.chat_icon {
  background: #ff8b8b;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  display: inherit;
  line-height: 32px;
  margin-left: 9px;
  position: relative;
  margin-right: 10px;
  top: 2px;
  border-radius: 8px;
}

.buttons_top {
  display: flex;
  position: relative;
}

.money {
  background: #1e2638;
  margin-bottom: 10px;
  border-radius: 13px;
  height: 60px;
}

.forum_profile_reaction {
  =: 10px;
  display: flex;
  align-items: center;
}

.forum_profile_reaction .bx-heart{
  border-radius: 9px;
  width: 35px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #000000d4 1px 0 7px;
  height: 35px;
  display: flex;
  font-size: 15px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.forum_profile_reaction .bx-message-square-detail{
      border-radius: 9px;
      width: 35px;
      background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
      text-shadow: #000000d4 1px 0 7px;
      height: 35px;
      display: flex;
      font-size: 15px;
      color: #fff;
      align-items: center;
      justify-content: center;
}

.forum_profile_reaction .bx-star{
      border-radius: 9px;
      width: 35px;
      background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
      text-shadow: #000000d4 1px 0 7px;
      height: 35px;
      display: flex;
      font-size: 15px;
      color: #fff;
      align-items: center;
      justify-content: center;
}

.reaction_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 15px;
  font-weight: bold;
  margin-left: 10px;
}

.button_player {
  border: none;
  background: #293651;
  padding: 10px 15px;
  margin-right: 10px;
  color: #4d5c7b;
  font-weight: 600;
  font-size: 10.5px;
  border-radius: 8px;
  transition: 0.2s;
}

.button_player:hover {
  border: none;
  color: #ffff;
  background: #394867;
  padding: 10px 15px;
  margin-right: 10px;
    font-weight: 600;
  font-size: 10.5px;
  border-radius: 8px;
  transition: 0.2s;
}

.p_mobile {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #5a6a8c !important;
    width: 90%;
    margin-top: 4px;
}

.span_monile {
    font-size: 12.5px;
    font-weight: 600;
    position: relative;
}

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

.black_list_text {
  display: flex;
  flex-direction: column;
  line-height: 23px;
}

.referal_procent {
  border: none;
  background: #303e5b;
  padding: 11px 35px;
  border-radius: 9px;
  color: #5a6a8c;
  font-size: 11px;
  transition: .2s all;
  font-weight: 600;
}

.black_list_button {
  border: none;
  padding: 13px 35px;
  background: linear-gradient(34deg, #b43535 0%, rgb(255 81 81) 55%);
  border-radius: 10px;
  color: #fff;
  transition: .2s all;
  font-weight: 600;
}

.black_list_button:hover {
  opacity: 0.7;
}

.black_list {
  border: solid 1px #363642;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  padding: 17px;
  padding-left: 19px;
  justify-content: space-between;
  align-items: center;
}

.black_list_left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.block_setting_top {
      display: flex;
      padding: 0px;
      flex-direction: row;
      justify-content: space-between;
}

.block_setting_left {
    width: 40%;
    padding: 0px;
    margin-bottom: 0px;
}

.block_setting_right {
	width: 60%;
	padding: 0px;
	margin-left: 20px;
}

.block_setting_left1 {
    width: 60%;
    padding: 0px;
    margin-bottom: 0px;
}

.block_setting_right1 {
	width: 40%;
	padding: 0px;
	margin-left: 20px;
}

.referal_text {
  display: flex;
  flex-direction: column;
}

.referal_h1 {
  font-size: 15px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  color: #fff;
  border-bottom: solid 1px #283652;
}

.black_list i {
	min-width: 40px;
	height: 40px;
	background: linear-gradient(34deg, #e75a50 0%, rgb(255 116 105) 55%);
	border-radius: 10px;
	display: flex;
	color: #fff;
	margin-right: 11px;
	font-size: 18px;
	align-items: center;
	justify-content: center;
}

.copyref {
  border: none;
  font-size: 16px;
  color: #8f8fa8;
  padding-top: 3px;
  transition: .2s all;
  background: #fff0;
}

.copyref:hover {
  color: #ffffff;
}

.copy_link {
  background: #4f4f6187;
  border-radius: 10px;
  border: dashed 1px #636377;
  display: flex;
  font-size: 12px;
  height: 40px;
  gap: 12px;
  padding: 6px 11px;
  justify-content: space-between;
  align-items: center;
}

.copy_link span{
 color: #8f8fa8;
 font-weight: bold;
 font-size: 11px;
}

.vk_block_setting_exit {
  background: linear-gradient(358deg, #0077ff6b 0%, #0077ffab 55%);
  width: 100%;
  padding: 13px 12px;
  font-size: 10.5px;
  transition: 0.2s;
  font-weight: 600;
  height: 55px;
  color: #fff;
  display: flex;
  border-radius: 11px;
  align-items: center;
  justify-content: space-between;
}

.vk_block_setting {
  background: linear-gradient(358deg, #0077ff6b 0%, #0077ffab 55%);
  width: 100%;
  padding: 13px 12px;
  font-size: 10.5px;
  transition: 0.2s;
  font-weight: 600;
  height: 55px;
  color: #fff;
  display: flex;
  border-radius: 11px;
  align-items: center;
  justify-content: flex-start;
}

.vk_block_setting:hover {
  opacity: 0.7;
}

.steam_block_setting_exit {
  background: linear-gradient(358deg, #53598687 0%, #535986 55%);
  width: 100%;
  padding: 13px 12px;
  font-size: 10.5px;
  transition: 0.2s;
  font-weight: 600;
  height: 55px;
  color: #fff;
  display: flex;
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
 }


.steam_block_setting {
  background: linear-gradient(358deg, #53598687 0%, #535986 55%);
  width: 100%;
  padding: 13px 12px;
  font-size: 10.5px;
  transition: 0.2s;
  font-weight: 600;
  height: 55px;
  color: #fff;
  display: flex;
  border-radius: 11px;
  align-items: center;
  justify-content: flex-start;
 }

.steam_block_setting:hover {
  opacity: 0.7;
 }

.vk_block_setting .bxl-Telegram {
  font-size: 17px;
  margin-right: 13px;
  height: 36px;
  display: flex;
  background: linear-gradient(358deg, #0067dd 0%, #1783ff 55%);
  width: 36px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.vk_block_setting_exit .bxl-Telegram {
  font-size: 17px;
  margin-right: 13px;
  height: 36px;
  display: flex;
  background: linear-gradient(358deg, #0067dd 0%, #1783ff 55%);
  width: 36px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.steam_block_setting i {
      font-size: 17px;
      margin-right: 13px;
      height: 36px;
      display: flex;
      background: linear-gradient(358deg, #7078ae91 0%, #7078ae 55%);
      width: 36px;
      border-radius: 10px;
      align-items: center;
      justify-content: center;
}

.steam_block_setting_exit .bxl-steam {
      font-size: 17px;
      margin-right: 13px;
      height: 36px;
      display: flex;
      background: linear-gradient(358deg, #7078ae91 0%, #7078ae 55%);
      width: 36px;
      border-radius: 10px;
      align-items: center;
      justify-content: center;
}

.button_vk_login {
      background: #ffffff26;
      padding: 6px 20px;
      border: solid 1px #ffffff26;
      border-radius: 7px;
      color: #ffffff9c;
      font-size: 10px;
      margin-right: -10px;
}

.button_vk_login:hover {
  background: #ffffff4a;
      padding: 6px 20px;
      border: solid 1px #ffffff26;
      border-radius: 7px;
      color: #ffffff;
      margin-right: -10px;
}

.button_steam_login {
      background: #ffffff0a;
      padding: 6px 20px;
      border: solid 1px #ffffff0a;
      border-radius: 7px;
      color: #ffffff66;
      font-size: 10px;
      margin-right: -10px;
}

.button_steam_login:hover {
  background: #ffffff17;
      padding: 6px 20px;
      border: solid 1px #ffffff1f;
      border-radius: 7px;
      color: #ffffff;
      margin-right: -10px;
}

.succesy_button_player {
      z-index: 2;
      border: none;
      background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
      text-shadow: #000000d4 1px 0 7px;
      color: #ffffff;
      right: 7px;
      width: 30px;
      height: 30px;
      font-size: 14px;
      margin-top: 26px;
      position: absolute;
      font-weight: 600;
      border-radius: 8px;
      transition: 0.2s;
}

.succesy_button_player:hover {
 opacity: 0.7;
}

.succesy_button {
      z-index: 2;
      border: none;
      color: #ffffff;
      background: linear-gradient(0deg, #47475487 30%, #474754 100%);
      right: 42px;
      width: 130px;
      margin-top: 26px;
      border-top: solid 1px #555566;
      position: absolute;
      font-weight: 600;
      border-radius: 10px;
      padding: 11px 25px;
      transition: 0.2s;
}

.succesy_button:hover {
 opacity: 0.7;
}

.succesy_button_forum {
      z-index: 3;
      border: none;
      color: #ffffff;
      background: linear-gradient(0deg, #424252a6 30%, #464656 100%);
      right: 7px;
      width: 130px;
      margin-top: 7px;
      border-top: solid 1px #545468;
      position: absolute;
      font-weight: 600;
      border-radius: 10px;
      padding: 11px 25px;
      transition: 0.2s;
}

.succesy_button_forum:hover {
 opacity: 0.7;
}


.block_search {
      background: #363642;
      height: 50px;
      border-radius: 50px;
      display: flex;
      padding-left: 4px;
      align-items: center;
}

.group_sidebar {
      font-size: 11px;
      font-weight: 600;
      color: #757b98;
}

.servers-online-max {
      font-size: 7.8px;
      font-weight: 600;
      color: #ffffff;
      position: absolute;
      margin-top: 37px;
      display: flex;
      margin-left: 27px;
      border: solid 5px #1d233a;
      background: linear-gradient(219deg, #337dff 0%, #005cff 95%);
      width: 29px;
      border-radius: 50px;
      height: 29px;
      justify-content: center;
      align-items: center;
}

.play-servers {
      font-size: 15px;
      width: 37px;
      position: relative;
      height: 37px;
      display: flex;
      background: #ffffff08;
      color: #ffffff6b;
      border: solid 1px #ffffff1c;
      border-radius: 50px;
      align-items: center;
      justify-content: center;
}

.play-servers:hover {
     color: #ffffff;
    background: #ffffff29;
    border: solid 1px #ffffff85;  
}

.button_head_top {
      background: #364f7f;
      color: #ffffff;
      font-weight: 600;
      font-size: 10px;
      transition: 0.2s;
      display: flex;
      height: 37px;
      cursor: pointer;
      width: 102px;
      border-radius: 8px;
      align-items: center;
      justify-content: center;
}

.button_head_top:
      hover {
  background: #3d588c;
      color: #ffffff;
      font-weight: 600;
      transition: 0.2s;
      font-size: 10px;
      display: flex;
      height: 37px;
      width: 102px;
      border-radius: 7px;
      align-items: center;
      justify-content: center;
}

.button_head_top
      i{
  font-size: 12px;
      margin-left: 4px;
}

.button_head_top1 {
      background: #666fff2e;
      color: #747cff;
      font-weight: 600;
      font-size: 10px;
      transition: 0.2s;
      display: flex;
      cursor: pointer;
      height: 37px;
      width: 37px;
      border: solid 1px #747cff63;
      border-radius: 9px;
      align-items: center;
      justify-content: center;
}

.button_head_top1:
      hover {
  background: #666fff;
      color: #ffffff;
      font-weight: 600;
      transition: 0.2s;
      font-size: 10px;
      display: flex;
      height: 37px;
      width: 37px;
      border-radius: 9px;
      align-items: center;
      justify-content: center;
}

.button_head_top1
      i{
  font-size: 17px;
}

.button_head_top2 {
      background: #e5947421;
      color: #e59474;
      font-weight: 600;
      font-size: 10px;
      border: solid 1px #e594743b;
      transition: 0.2s;
      display: flex;
      cursor: pointer;
      height: 37px;
      width: 102px;
      border-radius: 9px;
      align-items: center;
      justify-content: center;
}

.button_head_top2:
      hover {
  background: #e5947433;
      color: #ffffff;
      font-weight: 600;
      font-size: 10px;
      border: solid 1px #e59474a1;
      transition: 0.2s;
      display: flex;
      cursor: pointer;
      height: 37px;
      width: 102px;
      border-radius: 9px;
      align-items: center;
      justify-content: center;
}

.button_head_top2
      i{
  font-size: 12px;
      margin-left: 4px;
}

.online_line_top {
      border-radius: 50px;
      padding: 5px 17px 5px 7px;
      background: linear-gradient(212deg, #87e59542 0%, #7eda8d17 85%);
      color: #94eb97;
      font-size: 10.2px;
      font-weight: 600;
      display: flex;
      gap: 6px;
      line-height: 18px;
      align-items: center;
}

.online_line_top
      i{
      font-size: 17px;
      color: #94eb97;
      background: #6ac56d4d;
      height: 29px;
      width: 29px;
      font-weight: 100;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      }
      @keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
    }
    40%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
    }
    80%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    100%{
      box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    
}


.online_line_top
      span {
  font-size: 9.9px;
      font-weight: 600;
      color: #ffc491;
}

.nomer_rules {
      padding: 10px;
      float: left;
      margin-right: 20px;
      width: 45px;
      font-size: 12px;
      color: #fffafa;
      height: 40px;
      text-align: center;
      border-radius: 4px;
      background: #447eff;
}

.name_news {
      font-size: 17px;
      background-clip: text;
      font-weight: 600;
      color: white;
}

.short_news {
      color: #68687c;
      line-height: 18px;
      font-size: 11px;
      overflow: hidden;
      max-height: 40px;
      height: 40px;
      width: 300px;
      margin-top: 8px;
      margin-bottom: 22px;
      font-weight: 600;
}

.view_news {
      color: #a6adcd;
      gap: 10px;
      display: flex;
      border-radius: 12px;
      width: 60px;
      padding: 6px 12px;
      border: solid 1px #344161;
      font-size: 13px;
      align-items: center;
}

.line_menu {
      background: #6169ff;
      width: 35%;
      box-shadow: 0px -3px 13px #4f5eff;
      height: 2.1px;
      border-radius: 50px;
      position: relative;
      margin-left: auto;
      top: 14px;
      margin-right: auto;
}

.ending {
}

#ending {
      display: flex;
}

.ending
      span{
  display: flex;
      font-size: 14px;
      color: #fff;
      padding-left: 4px;
      padding-top: 1px;
      padding-right: 4px;
      margin-right: 5px;
      flex-direction: column;
      align-items: center;
}

.ending
      i{
 font-size: 9px;
 font-style: normal;
 margin-top: -3px;
 color: #818397;
 text-transform: uppercase;
}

.new_news {
      position: absolute;
      z-index: 20;
      background: linear-gradient(34deg, #bd4141 0%, #fd5656 55%);
      padding: 1px 9px;
      border-radius: 50px;
      box-shadow: 0px 0px 20px #fa555559;
      font-weight: 600;
      text-shadow: #00000096 1px 0 7px;
      font-size: 8.5px;
      color: #ffffff;
      margin-top: 30px;
      margin-left: 48px;
}

.sortion_block_head {
      background: #fff0;
      width: 160%;
      height: 380px;
      display: block;
      padding: 35px 45px;
}

.border_absolute {
      height: 116px;
      background: #34384000;
      width: 6px;
      z-index: 1;
      position: absolute;
      margin-left: 62px;
}

.first_text_news {
      color: #747487;
      font-weight: 600;
      font-size: 10.5px;
      margin-bottom: -3px;
}

.second_text_news {
      font-weight: 600;
      font-size: 11.5px;
      color: #ffffff;
      padding-left: 1px;
}

.news_info_set {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 45px;
      margin-top: -5px;
}

.btn_sortition {
      width: 40px;
      height: 40px;
      color: #7d8092;
      display: flex;
      background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #5c5c71 0, #3f3f4d 100%));
      text-shadow: #00000096 1px 0 10px;
      font-size: 16px;
      align-items: center;
      border-radius: 10px;
      justify-content: center;
}

.btn_sortition:hover {
   opacity: 0.7;
   color: #7d8092;
}

.sortition_lite_banner {
      display: flex;
      align-items: center;
      margin-top: 30px;
}

.right_stats_info {
      margin-left: 15px;
      line-height: 17px;}

.flex_balance_mp {
      display: flex;
      align-items: center;
      gap: 10px;
}

.flex_balance_mp i{
  width: 35px;
  transition: all 0.2s;
  height: 35px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #5c5c71 0, #3f3f4d 100%));
  text-shadow: #000000a1 1px 0 10px;
  font-size: 15px;
  display: flex;
  color: #8f8fa6;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.flex_balance_mp span {
  font-weight: bold;
      font-size: 12px;
}

.profile_block {
      margin-bottom: 30px;
      border-radius: 20px;
      display: flex;
      gap: 15px;
}

.left_profile {
      border-radius: 20px;
      padding: 20px;
      background-size: cover;
      display: flex;
      justify-content: space-between;
}

.personal_card {
      display: flex;
      justify-content: space-between;
      padding-bottom: 15px;
      border-bottom: solid 1px #5f5f7a42;
      margin-bottom: 15px;
}

.flex_user_info {
      display: flex;
      font-weight: bold;
      flex-direction: column;
      line-height: 18px;
}

.group_name {
      font-size: 11px;
}

.activity_name {
      color: #797990;
      font-size: 11px;
      border-radius: 11px;
      height: 45px;
      padding: 0px 25px;
      display: flex;
      background: #353542;
      font-weight: bold;
      align-items: center;
      justify-content: center;
}

.prof_l {
      display: flex;
      gap: 20px;
      align-items: center;
	  margin-left: 5px;
}

.persobal_card_flex {
      display: flex;
      gap: 15px;
      align-items: center;
}

.prof_r {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end;
	  gap: 20px;
}

.prof_r .bxs-door-open{
      color: #ff7a70;
      transition: all 0.2s;
      background: #ff605424;
      width: 40px;
      border: solid 1px #ff665a3b;
      height: 40px;
      cursor: pointer;
      display: flex;
      position: relative;
      font-size: 17px;
      border-radius: 10px;
      justify-content: center;
      align-items: center;
}

.prof_r .bxs-door-open:
      hover{
	background: #ff756b;
      color: #ffffff;
}

.id {
      font-size: 12px !important;
      color: #c8c8c8 !important;
      margin-left: 1px;
}

.profile_top {
      border-radius: 20px;
      padding: 20px;
      background: linear-gradient(1deg, #25252e 30%, #292932 100%);
      box-shadow: 0px 5px 10px #13151a4f;
}

.profile_progress {
      border-radius: 20px;
      padding: 20px;
      background: linear-gradient(1deg, #25252e 30%, #292932 100%);
      box-shadow: 0px 5px 10px #13151a4f;
	  margin-top: 13px;
}

#achievs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    overflow: auto;
    max-height: 390px;
}

.achievs-empty {
    border-radius: 14px;
    background: #3a3a4759;
    display: flex;
    width: 100%;
    font-weight: bold;
    color: #727287;
    font-size: 11px;
    border: dashed 1px #4a4a5b;
    padding: 40px;
    align-items: center;
    justify-content: center;
}

.profile_progress .flex_head_block {
	align-items: center;
}

#btn_show_achieves_all, #btn_show_achieves {
    color: rgb(135, 135, 157);
    font-weight: bold;
    transition: 0.2s;
    font-size: 11px;
    border-bottom: 1px dashed rgba(135, 135, 157, 0.84);
	padding-bottom: 3px;
}

#btn_show_achieves_all:hover, #btn_show_achieves:hover {
    color: #ffffff;
    border-bottom: dashed 1px #ffffffa1;
}

.achievement_item {
    border-radius: 11px;
    padding: 15px;
    background: #30303b;
    display: flex;
    gap: 15px;
    max-width: 353px;
    width: 100%;
}

.achievement_title {
    line-height: 22px;
    font-size: 12px;
    color: #ffff;
    font-weight: 600;
}

.achievement_desc {
    font-weight: 700;
    line-height: 20px;
    font-size: 10.5px;
    color: #767689;
}

.achievement_date {
	line-height: 22px;
    font-size: 12px;
    font-weight: 600;
}

.achievement_date.achievs_info {
	color: rgb(251 171 124);
}

.achievement_date.achievs_success {
	color: #59cc94;
}

.achievement_item img {
    min-width: 85px;
    min-height: 85px;
    max-height: 85px;
    max-width: 85px;
}

.left_block {
      width: 60%;
}

.flex_contacts_btn {
      display: flex;
      justify-content: space-between;
      margin-top: 12px;
      border-bottom: solid 1px #373744;
      padding-bottom: 14px;
}

.prof_r_top {
      display: flex;
      gap: 10px;
}

.date_short {
      font-size: 10px;
      margin-left: 7px;
      font-family: 'Montserrat';
      font-weight: 600;
      color: #7a7a92;
}

.send_comment {
      width: 100%;
      cursor: pointer;
      padding: 5px;
      margin-top: 5px;
      font-size: 10px;
      transition: .2s all;
      font-weight: bold;
      letter-spacing: 1px;
      border-radius: 50px;
      color: #ff7c76;
      border: solid 1px #ff7c76;
      background: #ff635c14;
}

.send_comment:hover {
    box-shadow: 0px 0px 20px #eb7e794d;
    background: #ff6d67;
    border: solid 1px #3f517d00;
    color: #ffffff;
}

.right_profile {
      width: 40%;
}

.admin_menu_block {
      display: flex;
      gap: 15px;
}

.left_block_admin {
      width: 100%;
      display: flex;
      gap: 10px;
      flex-direction: column;
}

.flex_modal_head {
      color: #ffff; 
}

.flex_merchant_head {
      color: #ffff;
      margin-bottom: 10px;
}

.card-btn {
      color: #75758a !important;
      gap: 10px;
      background: #454556;
      font-size: 11px;
      border-radius: 10px;
      display: flex;
      height: 42px;
      padding: 0px 15px;
      transition: 0.2s;
      align-items: center;
      justify-content: center;
}

.card-btn:hover {
  color: #ffffff !important;
      background: #4b4b5e;
}

.card-btn-s {
      color: #ffffff !important;
      gap: 10px;
      background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
      text-shadow: #000000d4 1px 0 10px;
      font-size: 17px;
      border-radius: 10px;
      display: flex;
      height: 42px;
      width: 42px;
      transition: 0.2s;
      align-items: center;
      justify-content: center;
}

.card-btn-s:hover {
  opacity: 0.7;
}

.flexinfo_card {
      display: flex;
      flex-direction: column;
}

.double_info_card {
      display: flex;
      flex-direction: column;
      width: 100%;
}

.activity_last_card {
      font-size: 11px;
      font-weight: bold;
      color: #747489;
}

.btn_admins_menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 7px;
}

.block_solution {
      padding: 20px;
      border-radius: 20px;
      margin-bottom: 20px;
      box-shadow: 0px 5px 10px #13151a4f;
      background: linear-gradient(1deg, #25252e 30%, #292932 100%);
}

.admins_img {
      border-radius: 7px !important;
      width: 25px !important;
      height: 25px !important;
      top: 14px !important;
      left: 10px !important;
}

.head_text_one {
      font-size: 11px;
      color: #8288a1;
}

.head_text_two {
      color: #fff;
      font-size: 12px;
}

.btn_setting_admins {
      height: 33px;
      border: none;
      cursor: pointer !important;
      display: flex !important;
      width: 120px !important;
      padding: 0px !important;
      transition: 0.2s;
      background: #424250;
      font-weight: 600;
      color: #77778d !important;
      font-size: 11px;
      border-radius: 8px;
      align-items: center;
      justify-content: center;
}

.btn_setting_admins:hover {
  background: #494959;
      color: #ffffff !important;
      font-size: 11px;
}

.flex_text_head {
      display: flex;
      flex-direction: column;
      line-height: 17px;
}

.block_admins_select {
      margin-bottom: 20px;
      padding: 17px;
      padding-bottom: 11px;
      border: solid 1px #383844;
      border-radius: 18px;
}

.block_user {display: flex;}

.place_search {
      background: #393d5000 !important;
}

.line_info_stats {
      height: 2px;
      background: #48ca8b;
      border-radius: 50px;
      display: block;
      box-shadow: 0px 0px 20px #48ca8b;
      width: 100px;
}

.bans_muts {
      display: flex;
      gap: 8px;
      align-items: center;
      border: solid 1px #454554;
      border-radius: 14px;
      padding: 8px;
      margin-bottom: 45px;
      width: 280px;
}

.active_btn_bans_muts {
      cursor: pointer;
      height: 50px;
      width: 100%;
      display: flex;
      background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
      text-shadow: #000000d4 1px 0 7px;
      font-weight: 600;
      box-shadow: 0px 10px 40px #46b78136;
      border-radius: 11px;
      align-items: center;
      transition: 0.2s;
      justify-content: center;
}

.active_btn_stats {
      cursor: pointer;
      height: 50px;
      width: 100%;
      display: flex;
      text-shadow: #00000059 1px 0 11px;
      font-weight: 600;
      border-radius: 11px;
      background: linear-gradient(23deg, #c57d51 0%, #fda46f 55%);
      box-shadow: 0px 10px 40px #fda46f3d;
      align-items: center;
      transition: 0.2s;
      justify-content: center;
}

.btn_bans_muts {
      cursor: pointer;
      height: 50px;
      display: flex;
      font-weight: 600;
      border-radius: 11px;
      width: 100%;
      color: #777787;
      align-items: center;
      transition: 0.2s;
      justify-content: center;
}

.btn_bans_muts:hover {
    color: #ffffff;
    background: #40404d;
}

.pagination_center {
      display: flex;
      justify-content: center;
}

.info_block_names {
      background: #343440;
      display: flex;
      padding: 10px;
      position: relative;
      gap: 10px;
      border-radius: 13px;
      font-weight: bold;
      margin-bottom: 8px;
      align-items: center;
}

.info_block_names i{
  display: flex;
  width: 36px;
  height: 36px;
  top: 0px !important;
  position: relative !important;
  font-size: 16px !important;
  right: 0px !important;
  transform: rotate(0deg) !important;
  border-radius: 10px;
  color: #4dde97 !important;
  background: #4dde9724;
  align-items: center;
  justify-content: center;
}

.flex_info_block_names {
      display: flex;
      flex-direction: column;
      line-height: 16px;
}

.flex_info_block_names i {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 11px !important;
  border-radius: 0px;
  color: #90b9b3;
  background: #66878200;
}

.flex_info_block_names img {
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  font-size: 12px;
  left: 0px !important;
  top: -2px !important;
  position: relative !important;
  border-radius: 50px;
  margin-right: 1px !important;
  color: #90b9b3;
  background: #66878200;
}

.line_info_stats_r {
      height: 2px;
      background: #ff5658;
      border-radius: 50px;
      display: block;
      box-shadow: 0px 0px 20px #ff5658;
      width: 100px;
}

.btn_unban {
      margin-bottom: 20px;
}

.price_btn {
      background: #4dde972e;
      padding: 8px 13px;
      color: #47c587;
      border-radius: 7px;
      margin-left: 9px;
      margin-right: -10px;
      transition: 0.2s;
      font-size: 10px;
}

.text_desp_info {
      color: #767689;
      font-size: 10.7px;
}

.name_info_block {
      font-size: 11px;
      color: #fff;
      padding-left: 1px;
}

.svg_sdg {
      width: 31px;
      background: #353542;
      transition: 0.2s;
      height: 31px;
      display: flex;
      position: relative;
      margin-left: -1px;
      fill: #6c6c80;
      margin-right: 10px;
      border-radius: 50px;
      align-items: center;
      justify-content: center;
}

.blocked_text {
      font-size: 26px;
      font-weight: 600;
      letter-spacing: 1px;
      position: relative;
      margin-bottom: 15px;
      color: #fff;
}

.left_blocked {
      width: 40%;
      padding: 20px;
}

.blocked_desp {
      font-size: 12.5px;
      font-weight: 600;
      color: #7a7a8e;
      line-height: 18px;
      position: relative;
}

.btns_blocked {
      display: flex;
      gap: 10px;
}

.stats_info {
      display: flex;
      transition: 0.2s;
      position: relative;
      letter-spacing: 1px;
      gap: 10px;
      padding: 7px 22px 7px 7px;
      background: rgb(253 164 111 / 12%);
      align-items: center;
      font-size: 10px;
      font-weight: 600;
      color: rgb(251 171 124);
      border-radius: 11px;
}

.stats_info i {
    border-radius: 9px;
    font-size: 16px;
    color: rgb(253 169 119);
    display: flex;
    transition: 0.2s;
    padding-left: 1px;
    width: 33px;
    height: 33px;
    background: rgb(253 164 111 / 20%);
    align-items: center;
    justify-content: center;
}

.ban_btn_blocked {
      display: flex;
      cursor: pointer;
      transition: 0.2s;
      position: relative;
      letter-spacing: 1px;
      gap: 10px;
      padding: 7px 22px 7px 7px;
      background: rgb(74 201 139 / 8%);
      align-items: center;
      font-size: 10px;
      font-weight: 600;
      color: rgb(88 195 144);
      border-radius: 11px;
}

.ban_btn_blocked:hover {
  background: rgb(71 184 129 / 27%);
  color: rgb(255 255 255);
}

.ban_btn_blocked i {
    border-radius: 9px;
    font-size: 16px;
    color: rgb(84 204 147);
    display: flex;
    transition: 0.2s;
    padding-left: 1px;
    width: 33px;
    height: 33px;
    background: rgb(73 196 136 / 20%);
    align-items: center;
    justify-content: center;
}

.ban_btn_blocked:hover i {
    color: rgb(255 255 255);
    background: rgb(64 171 119);
}

.report_btn_blocked {
      display: flex;
      transition: 0.2s;
      position: relative;
      letter-spacing: 1px;
      gap: 10px;
      cursor: pointer;
      padding: 7px 22px 7px 7px;
      background: rgb(255 103 103 / 7%);
      align-items: center;
      font-size: 10px;
      color: rgb(255 128 128 / 93%);
      font-weight: 600;
      border-radius: 11px;
}

.report_btn_blocked:hover {
  background: rgb(255 92 92 / 19%);
      color: rgb(255 255 255 / 93%);
}

.report_btn_blocked i {
    border-radius: 9px;
    transition: 0.2s;
    font-size: 16px;
    color: rgb(255 121 121 / 93%);
    display: flex;
    padding-left: 1px;
    width: 33px;
    height: 33px;
    background: rgb(255 115 115 / 21%);
    align-items: center;
    justify-content: center;
}

.report_btn_blocked:hover i {
    color: rgb(255 255 255 / 93%);
      background: rgb(255 93 93);
}

.head_text {
      font-size: 12px;
      color: #fff;
}

.head_desp {
      font-size: 11px;
}

.flex_head {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-left: 4px;
}

.mp_flex {
      display: flex;
      gap: 6px;
      margin-bottom: 5px;
}

.img_head {
      width: 36px;
      height: 36px;
      transition: 0.2s;
      border-radius: 50px;
      z-index: 1;
      position: relative;
}

.img_head:hover {
  opacity: 0.7;
}

.complaint_btn {
      color: #a6acc9;
      font-size: 14px;
      display: flex !important;
      line-height: 0px !important;
      margin-left: -3px !important;
      flex-direction: column-reverse;
}

.complaint_btn i{
      display: flex;
      line-height: 0px !important;
      padding: 0px !important;
      top: 0px !important;
      align-items: center;
      justify-content: center;
}

.complaint_btn span {
      width: 24px;
      position: relative;
      height: 24px;
      line-height: 0px;
      z-index: 900;
      display: flex;
      top: 2px;
      text-align: center;
      text-shadow: #000000 0px 0 5px;
      font-size: 9px;
      background: linear-gradient(34deg, #265aba 0%, #3f82ff 55%);
      color: #fff;
      font-weight: 600;
      left: 15px;
      border: solid 3px #212129;
      border-radius: 50px;
      align-items: center;
      justify-content: center;
}

.unban_btn {
      display: flex !important;
      line-height: 0px !important;
      margin-left: -3px !important;
      flex-direction: column-reverse;
}

.unban_btn i{
      display: flex;
      line-height: 0px !important;
      padding: 0px !important;
      top: 0px !important;
      align-items: center;
      justify-content: center;
}

.unban_btn span {
      width: 24px;
      position: relative;
      height: 24px;
      line-height: 0px;
      z-index: 900;
      text-shadow: #000000 0px 0 5px;
      display: flex;
      top: 2px;
      text-align: center;
      font-size: 9px;
      background: linear-gradient(34deg, #5050a6 0%, #7979eb 65%);
      color: #fff;
      font-weight: 600;
      left: 15px;
      border: solid 3px #212129;
      border-radius: 50px;
      align-items: center;
      justify-content: center;
}

.head_btn {
      display: flex;
      flex-direction: column;
      line-height: 16px;
      font-weight: bold;
}

.add_admin_btn {
      width: 100%;
      padding: 15px;
      border-radius: 10px;
      margin-bottom: 10px;
      margin-top: 15px;
      transition: 0.2s;
      background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
      text-shadow: #00000091 1px 0 15px;
      opacity: 0.6;
      font-size: 12px;
      color: #fff;
      font-weight: bold;
      border: none;
}

.add_admin_btn:hover {
 opacity: 1;
}

.status_purse_minus {
      color: #ff7676;
      width: 32px;
      background: #ff76762b;
      display: flex;
      box-shadow: 0px 0px 36px #ff76764f;
      border: dashed 1px #ff767694;
      font-size: 12px;
      font-weight: 600;
      height: 32px;
      border-radius: 10px;
      justify-content: center;
      align-items: center;
}

.status_purse_plus {
      color: #52d797;
      width: 32px;
      background: #4acb8d26;
      display: flex;
      box-shadow: 0px 0px 36px #4acb8d4d;
      border: dashed 1px #4acb8dab;
      font-size: 12px;
      font-weight: 600;
      height: 32px;
      border-radius: 10px;
      justify-content: center;
      align-items: center;
}

.text-success-custom {
      color: #4dd191;
}

.rihgt_item_td {
      text-align: -webkit-right;
      padding-right: 12px !important;
      overflow: hidden;
}

.text-success-custom-minus {
      color: #ff7676;
}

.text-danger-custom {
      color: #7d7d94;
}

.text-danger-custom .text-danger{
      color: #ffffff !important;
}

.text-danger-custom .text-warning{
      color: #ffffff !important;
}

.text-danger-custom .text-success{
      color: #ffffff !important;
}

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

.left_td_head {
      text-align: -webkit-left;
      padding: 0px !important;
}

.purse_list {
      height: 352px;
      overflow: auto;
      margin-bottom: 5px;
}

.form-group-custom {
      margin-bottom: 15px;
      margin-top: -15px;
}

.avatar_edit {
      margin-bottom: 10px;
      display: flex;
      background: linear-gradient(0deg, #39394496 30%, #393944 100%);
      padding: 20px 10px 10px 10px;
      border-radius: 20px;
}

.avatar_edit_result {
      width: 100px;
      height: 100px;
      border-radius: 17px;
}

.purse_list::-webkit-scrollbar{
    display: none;
}

.text_bonuses {
      font-size: 13px;
}

.desp_bonuses {
      color: #7d7d92;
      font-size: 11px;
      display: block;
      line-height: 15px;
}

.flex_bonuses {
      display: flex;
      flex-direction: column;
      line-height: 17px;
}

.flex_user_avatar_edit {
      width: 73%;
}

.not_found_multi {
      color: #7e8098;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
}

.transparent_tr {
      background: #fff0 !important;
      height: 0px !important;
}

.load_image_edit {
      border: none;
      margin-top: 20px;
      color: #fff;
      background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
      text-shadow: #00000069 1px 0 10px;
      width: 35%;
      transition: 0.2s;
      cursor: pointer;
      font-weight: bold;
      font-size: 11px;
      border-radius: 9px;
      height: 41px;
}

.button_contact_osn {
  height: 36px;
  width: 36px;
  border-radius: 10px;
  border: solid 1px #ffffff1f;
  margin-right: -2px;
  color: #ffffff69;
  transition: 0.2s;
  background: #ffffff1a;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.button_contact_osn:hover {
  border: solid 1px #ffffff2b;
  color: #fff;
  background: #ffffff29;
}

.load_image_edit:hover {
  opacity: 0.7;
}

.flex_tr_ticket {
  display: flex;
  flex-direction: column;
  line-height: 18px;
}

.flex_blocked {
      display: flex;
      flex-direction: column;
      margin-bottom: 55px;
}

.custom_checkbox_block {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 15px;
      font-size: 11.5px;
      font-weight: bold;
      color: #74748a;
}

/* PBGame CMS solution2 â€” server widget/store cleanup, 2026-04-29 */
.pb-servers-widget {
    height: 156px !important;
    max-height: 156px !important;
    min-height: 156px !important;
    margin-top: 10px !important;
    padding: 9px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(58,58,70,.78), rgba(37,37,47,.94)) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.18) !important;
    position: relative !important;
    z-index: 1 !important;
}

.pb-servers-widget__head {
    height: 29px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 0 2px 8px !important;
}

.pb-servers-widget__title {
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.pb-servers-widget__title i {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 9px !important;
    background: linear-gradient(135deg, #4fea9f, #348d63) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(79,234,159,.22) !important;
}

.pb-servers-widget__status {
    flex: 0 0 auto !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.07) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    color: rgba(255,255,255,.76) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-transform: capitalize !important;
}

.pb-servers-list-shell {
    height: 108px !important;
    max-height: 108px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 0 !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    overscroll-behavior: contain !important;
}

.pb-servers-list-shell::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.pb-servers-list,
#servers.pb-servers-list {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pb-server-card.servers-block {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.pb-server-card__inner.servers-info-block {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 6px 8px 6px 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    overflow: hidden !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    background: rgba(30,33,43,.86) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
    transition: background .18s ease, border-color .18s ease, transform .18s ease !important;
}

.pb-server-card__inner.servers-info-block:hover {
    transform: translateY(-1px) !important;
    background: rgba(40,43,55,.94) !important;
    border-color: rgba(79,234,159,.22) !important;
}

.pb-server-card__map.map_back_server {
    inset: 0 auto auto 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: .22 !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: inset 150px 0 120px rgba(22,24,32,.88), inset -60px 0 90px rgba(22,24,32,.58) !important;
    filter: saturate(.95) contrast(1.05) !important;
}

.pb-server-card__online.progress-circle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    flex: 0 0 38px !important;
    margin: 0 !important;
    z-index: 2 !important;
    cursor: pointer !important;
}

.pb-server-card__online.progress-circle svg {
    width: 38px !important;
    height: 38px !important;
}

.pb-server-card__online .now_online_server {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    line-height: 28px !important;
    font-size: 10px !important;
}

.pb-server-card__content.servers-info-span {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    overflow: visible !important;
    white-space: normal !important;
    z-index: 2 !important;
}

.pb-server-card__meta.flex_server_info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: grid !important;
    gap: 0 !important;
    line-height: 1.18 !important;
}

.pb-server-card__name,
.pb-server-card__address,
.pb-server-card__mapname {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.pb-server-card__name {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.pb-server-card__address {
    color: rgba(222,231,246,.74) !important;
    font-size: 10px !important;
}

.pb-server-card__mapname {
    color: rgba(167,181,204,.62) !important;
    font-size: 10px !important;
}

.pb-server-card__actions.btn_server_play_cog {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    z-index: 2 !important;
}

.pb-server-card__actions .play-servers,
.pb-server-card__actions .bx-cog {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    font-size: 14px !important;
    border-radius: 11px !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    color: rgba(255,255,255,.76) !important;
}

.pb-server-card__actions .play-servers:hover,
.pb-server-card__actions .bx-cog:hover {
    background: rgba(79,234,159,.22) !important;
    border-color: rgba(79,234,159,.42) !important;
    color: #fff !important;
}

/* Ð’ Ð²Ñ‹Ð¿Ð°Ð´Ð°ÑŽÑ‰ÐµÐ¼ Ð¾Ð½Ð»Ð°Ð¹Ð½Ðµ Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ ÑÑ‚Ñ€Ð¾ÐºÑƒ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ, Ð±ÐµÐ· Ð¾Ñ‚Ð´ÐµÐ»ÑŒÐ½Ð¾Ð³Ð¾ Ð°Ð²Ð°Ñ‚Ð°Ñ€Ð°-Ð´ÑƒÐ±Ð»Ñ */
.online_prcr .user_online_top,
.online_scroll .user_online_top {
    display: none !important;
}

.online_prcr .users_chat_online,
.online_scroll .users_chat_online {
    display: block !important;
}

.user_online_block .users_chat_online {
    display: none !important;
}

.user_online_block .user_online_top {
    display: block !important;
}

/* Ð¡ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¹ ÑÐµÑ€Ð²ÐµÑ€Ð½Ñ‹Ð¹ Ð¸Ð½Ñ„Ð¾Ð±Ð»Ð¾Ðº Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ð° */
#store_server_info {
    display: none !important;
}

.store-empty-info {
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.45;
}

.server-monitoring-empty {
    padding: 14px;
    border-radius: 15px;
    background: rgba(255,255,255,.06);
    border: 1px dashed rgba(255,255,255,.12);
    color: rgba(255,255,255,.74);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .pb-servers-widget {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
    }

    .pb-servers-list-shell {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .pb-servers-list,
    #servers.pb-servers-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .pb-servers-list,
    #servers.pb-servers-list {
        grid-template-columns: 1fr !important;
    }

    .pb-server-card__inner.servers-info-block {
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
    }
}

/* PBGame CMS solution2 â€” final monitoring + online dropdown cleanup, 2026-04-29 */
html body .pb-servers-widget.pb-servers-widget--final,
html body .block_servers.pb-servers-widget {
    width: 100% !important;
    height: 222px !important;
    max-height: 222px !important;
    min-height: 222px !important;
    margin-top: 12px !important;
    padding: 14px !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, rgba(58,58,72,.82), rgba(35,35,45,.96)) !important;
    border: 1px solid rgba(255,255,255,.075) !important;
    box-shadow: 0 18px 44px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04) !important;
    position: relative !important;
    z-index: 2 !important;
}

html body .pb-servers-widget__head {
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 0 3px 12px !important;
}

html body .pb-servers-widget__title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-width: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
}

html body .pb-servers-widget__title i {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #54eba4, #2f9668) !important;
    color: #fff !important;
    font-size: 17px !important;
    box-shadow: 0 9px 24px rgba(84,235,164,.23) !important;
}

html body .pb-servers-widget__status {
    flex: 0 0 auto !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.07) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

html body .pb-servers-list-shell {
    height: 168px !important;
    max-height: 168px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0 2px 0 0 !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    overscroll-behavior: contain !important;
}

html body .pb-servers-list-shell::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

html body .pb-servers-list,
html body #servers.pb-servers-list {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body .pb-server-card.servers-block {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body .pb-server-card__inner.servers-info-block {
    width: 100% !important;
    height: 78px !important;
    min-height: 78px !important;
    max-height: 78px !important;
    padding: 11px 12px 11px 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,.075) !important;
    background: rgba(52,53,66,.76) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 8px 24px rgba(0,0,0,.10) !important;
    transition: background .18s ease, border-color .18s ease, transform .18s ease !important;
}

html body .pb-server-card__inner.servers-info-block:hover {
    transform: translateY(-1px) !important;
    background: rgba(59,60,75,.86) !important;
    border-color: rgba(255,255,255,.13) !important;
}

html body .pb-server-card__map.map_back_server {
    inset: 0 auto auto 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: .18 !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: inset 205px 0 155px rgba(37,38,49,.94), inset -85px 0 120px rgba(37,38,49,.66) !important;
    filter: saturate(.96) contrast(1.05) !important;
}

html body .pb-server-card__online.progress-circle {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    flex: 0 0 58px !important;
    margin: 0 !important;
    z-index: 2 !important;
    cursor: pointer !important;
}

html body .pb-server-card__online.progress-circle svg {
    width: 58px !important;
    height: 58px !important;
    transform: rotate(-90deg) !important;
}

html body .pb-server-card__online.progress-circle circle {
    cx: 29 !important;
    cy: 29 !important;
    r: 24 !important;
}

html body .pb-server-card__online .now_online_server {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    line-height: 42px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    background: transparent !important;
    color: #fff !important;
}

html body .pb-server-card__content.servers-info-span {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    overflow: visible !important;
    white-space: normal !important;
    z-index: 2 !important;
}

html body .pb-server-card__meta.flex_server_info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: grid !important;
    gap: 2px !important;
    line-height: 1.22 !important;
}

html body .pb-server-card__name,
html body .pb-server-card__address,
html body .pb-server-card__mapname {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body .pb-server-card__name {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
}

html body .pb-server-card__address {
    color: rgba(232,239,251,.74) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

html body .pb-server-card__mapname {
    color: rgba(178,190,212,.72) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

html body .pb-server-card__actions.btn_server_play_cog {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    z-index: 2 !important;
}

html body .pb-server-card__actions .play-servers,
html body .pb-server-card__actions .bx-cog {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.065) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    color: rgba(255,255,255,.82) !important;
    transition: .18s ease !important;
}

html body .pb-server-card__actions .play-servers:hover,
html body .pb-server-card__actions .bx-cog:hover {
    background: rgba(79,234,159,.22) !important;
    border-color: rgba(79,234,159,.42) !important;
    color: #fff !important;
}

/* Online dropdown: no duplicate avatar strip inside popup */
html body .menu_top_rigth .pb-online-avatars-strip .users_chat_online,
html body .menu_top_rigth .user_online_block .users_chat_online {
    display: none !important;
}

html body .menu_top_rigth .pb-online-avatars-strip .user_online_top,
html body .menu_top_rigth .user_online_block .user_online_top {
    display: inline-flex !important;
}

html body .menu_top_rigth .online_prcr.arrtar .user_online_top,
html body .menu_top_rigth .online_prcr .user_online_top,
html body .menu_top_rigth .pb-online-dropdown-list .user_online_top {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
}

html body .menu_top_rigth .online_prcr.arrtar .users_chat_online,
html body .menu_top_rigth .online_prcr .users_chat_online,
html body .menu_top_rigth .pb-online-dropdown-list .users_chat_online {
    display: block !important;
}

html body .menu_top_rigth .pb-online-dropdown-list {
    display: grid !important;
    gap: 8px !important;
    max-height: 252px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 2px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

html body .menu_top_rigth .pb-online-dropdown-list::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
}

html body .menu_top_rigth .pb-online-dropdown-list .visit_users_online {
    min-height: 54px !important;
    border-radius: 14px !important;
}

@media (max-width: 991px) {
    html body .pb-servers-widget.pb-servers-widget--final,
    html body .block_servers.pb-servers-widget {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
    }

    html body .pb-servers-list-shell {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    html body .pb-servers-list,
    html body #servers.pb-servers-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    html body .pb-servers-list,
    html body #servers.pb-servers-list {
        grid-template-columns: 1fr !important;
    }

    html body .pb-server-card__inner.servers-info-block {
        height: 72px !important;
        min-height: 72px !important;
        max-height: 72px !important;
    }

    html body .pb-server-card__online.progress-circle {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        flex-basis: 50px !important;
    }

    html body .pb-server-card__actions .play-servers,
    html body .pb-server-card__actions .bx-cog {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }
}

/* PBGame CMS solution2 â€” compact monitoring without title/settings, visible scroll rail, 2026-04-29 */
html body .pb-servers-widget.pb-servers-widget--compact,
html body .block_servers.pb-servers-widget.pb-servers-widget--compact {
    height: 178px !important;
    max-height: 178px !important;
    min-height: 178px !important;
    padding: 10px 14px 10px 10px !important;
    margin-top: 10px !important;
    overflow: hidden !important;
}

html body .pb-servers-widget--compact .pb-servers-widget__head,
html body .pb-servers-widget--compact .pb-servers-widget__title,
html body .pb-servers-widget--compact .pb-servers-widget__status {
    display: none !important;
}

html body .pb-servers-widget--compact .pb-servers-list-shell {
    height: 158px !important;
    max-height: 158px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 10px !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255,255,255,.18) rgba(255,255,255,.045) !important;
}

html body .pb-servers-widget--compact .pb-servers-list-shell::-webkit-scrollbar {
    width: 4px !important;
    display: block !important;
}

html body .pb-servers-widget--compact .pb-servers-list-shell::-webkit-scrollbar-track {
    background: rgba(255,255,255,.045) !important;
    border-radius: 999px !important;
}

html body .pb-servers-widget--compact .pb-servers-list-shell::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.20) !important;
    border-radius: 999px !important;
}

html body .pb-servers-widget--compact .pb-servers-list-shell::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.32) !important;
}

html body .pb-servers-widget--compact .pb-servers-list,
html body .pb-servers-widget--compact #servers.pb-servers-list {
    gap: 12px !important;
}

html body .pb-servers-widget--compact .pb-server-card__inner.servers-info-block {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    padding: 10px 12px 10px 15px !important;
    border-radius: 18px !important;
    background: rgba(62,62,78,.78) !important;
}

html body .pb-servers-widget--compact .pb-server-card__online.progress-circle {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    flex-basis: 56px !important;
}

html body .pb-servers-widget--compact .pb-server-card__online.progress-circle svg {
    width: 56px !important;
    height: 56px !important;
}

html body .pb-servers-widget--compact .pb-server-card__online .now_online_server {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    line-height: 40px !important;
    font-size: 13px !important;
}

html body .pb-servers-widget--compact .pb-server-card__name {
    font-size: 13px !important;
}

html body .pb-servers-widget--compact .pb-server-card__address,
html body .pb-servers-widget--compact .pb-server-card__mapname {
    font-size: 11px !important;
}

/* Hide server management cog in monitoring cards; leave only connect/play button. */
html body .pb-servers-widget--compact .pb-server-card__actions [data-target^="#server-management-modal"],
html body .pb-servers-widget--compact .pb-server-card__actions .bx-cog {
    display: none !important;
}

html body .pb-servers-widget--compact .pb-server-card__actions {
    gap: 0 !important;
}

html body .pb-servers-widget--compact .pb-server-card__actions .play-servers {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 50% !important;
}

@media (max-width: 991px) {
    html body .pb-servers-widget.pb-servers-widget--compact,
    html body .block_servers.pb-servers-widget.pb-servers-widget--compact {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
    }

    html body .pb-servers-widget--compact .pb-servers-list-shell {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding-right: 0 !important;
    }
}

/* PBGame CMS solution2 â€” keep monitoring inside block + move online avatars left, 2026-04-29 */
html body .right_block .pb-servers-widget.pb-servers-widget--compact,
html body .monitoring_servers .pb-servers-widget.pb-servers-widget--compact,
html body .block_servers.pb-servers-widget.pb-servers-widget--compact,
html body .pb-servers-widget.pb-servers-widget--compact {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 156px !important;
    max-height: 156px !important;
    min-height: 156px !important;
    margin: 10px 0 0 0 !important;
    padding: 8px 10px 8px 8px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
}

html body .pb-servers-widget--compact .pb-servers-list-shell {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 140px !important;
    max-height: 140px !important;
    padding-right: 8px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-radius: 14px !important;
}

html body .pb-servers-widget--compact .pb-servers-list,
html body .pb-servers-widget--compact #servers.pb-servers-list {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
    overflow: visible !important;
}

html body .pb-servers-widget--compact .pb-server-card.servers-block,
html body .pb-servers-widget--compact .pb-server-card__inner.servers-info-block {
    box-sizing: border-box !important;
    max-width: 100% !important;
}

html body .pb-servers-widget--compact .pb-server-card__inner.servers-info-block {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding: 8px 10px 8px 12px !important;
    gap: 11px !important;
    border-radius: 16px !important;
}

html body .pb-servers-widget--compact .pb-server-card__online.progress-circle {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    flex-basis: 50px !important;
}

html body .pb-servers-widget--compact .pb-server-card__online.progress-circle svg {
    width: 50px !important;
    height: 50px !important;
}

html body .pb-servers-widget--compact .pb-server-card__online .now_online_server {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    line-height: 36px !important;
    font-size: 12px !important;
}

html body .pb-servers-widget--compact .pb-server-card__name {
    font-size: 12px !important;
    line-height: 1.18 !important;
}

html body .pb-servers-widget--compact .pb-server-card__address,
html body .pb-servers-widget--compact .pb-server-card__mapname {
    font-size: 10px !important;
    line-height: 1.18 !important;
}

html body .pb-servers-widget--compact .pb-server-card__actions .play-servers {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
}

/* Keep the visible scrollbar rail inside the monitoring card. */
html body .pb-servers-widget--compact .pb-servers-list-shell::-webkit-scrollbar {
    width: 4px !important;
}
html body .pb-servers-widget--compact .pb-servers-list-shell::-webkit-scrollbar-track {
    margin: 2px 0 !important;
}

/* Top-right online avatars: move the avatar strip left so it does not overlap the green online button/pill. */
html body .menu_top_rigth .user_online_block,
html body .menu_top_rigth .pb-online-avatars-strip {
    position: relative !important;
    right: 8px !important;
    margin-right: 8px !important;
    transform: translateX(-10px) !important;
    z-index: 3 !important;
}

html body .menu_top_rigth .user_online_block .user_online_top,
html body .menu_top_rigth .pb-online-avatars-strip .user_online_top {
    margin-left: -5px !important;
}

html body .menu_top_rigth .user_online_block .user_online_top:first-child,
html body .menu_top_rigth .pb-online-avatars-strip .user_online_top:first-child {
    margin-left: 0 !important;
}

/* The green online pill/button should stay on top and not be covered by avatars. */
html body .menu_top_rigth .online_block,
html body .menu_top_rigth .online_but,
html body .menu_top_rigth [class*="online"] {
    max-width: 100% !important;
}

@media (max-width: 991px) {
    html body .pb-servers-widget.pb-servers-widget--compact,
    html body .block_servers.pb-servers-widget.pb-servers-widget--compact {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        padding: 10px !important;
    }

    html body .pb-servers-widget--compact .pb-servers-list-shell {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding-right: 0 !important;
    }

    html body .menu_top_rigth .user_online_block,
    html body .menu_top_rigth .pb-online-avatars-strip {
        transform: none !important;
        right: auto !important;
        margin-right: 0 !important;
    }
}

/* PBGame CMS solution2 â€” final raise monitoring + clean online top, 2026-04-29 */
html body .pb-servers-widget.pb-servers-widget--compact,
html body .block_servers.pb-servers-widget.pb-servers-widget--compact {
    margin-top: 0 !important;
    transform: translateY(-8px) !important;
}

html body .pb-servers-widget--compact .pb-servers-list-shell {
    height: 142px !important;
    max-height: 142px !important;
}

/*
 * Ð’ÐµÑ€Ñ…Ð½Ð¸Ð¹ Ð¾Ð½Ð»Ð°Ð¹Ð½-Ð±Ð»Ð¾Ðº:
 * ÑƒÐ±Ð¸Ñ€Ð°ÐµÐ¼ Ð°Ð³Ñ€ÐµÑÑÐ¸Ð²Ð½Ñ‹Ð¹ ÑÐ´Ð²Ð¸Ð³/Ð½Ð°Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¹ Ð´Ð°Ð²Ð°Ð» ÑÑ‚Ñ€Ð°Ð½Ð½Ð¾Ðµ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ.
 * ÐžÑÑ‚Ð°Ð²Ð»ÑÐµÐ¼ Ð°ÐºÐºÑƒÑ€Ð°Ñ‚Ð½ÑƒÑŽ ÑÑ…ÐµÐ¼Ñƒ: Ð°Ð²Ð°Ñ‚Ð°Ñ€ÐºÐ¸ ÑÐ»ÐµÐ²Ð°, ÐºÐ½Ð¾Ð¿ÐºÐ°/Ð¿Ð»Ð°ÑˆÐºÐ° Ð¾Ð½Ð»Ð°Ð¹Ð½ ÑÐ¿Ñ€Ð°Ð²Ð°.
 */
html body .menu_top_rigth .user_online_block,
html body .menu_top_rigth .pb-online-avatars-strip {
    position: relative !important;
    right: auto !important;
    margin-right: 6px !important;
    transform: none !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    max-width: 78px !important;
    overflow: hidden !important;
}

html body .menu_top_rigth .user_online_block .user_online_top,
html body .menu_top_rigth .pb-online-avatars-strip .user_online_top {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: -7px !important;
    flex: 0 0 auto !important;
}

html body .menu_top_rigth .user_online_block .user_online_top:first-child,
html body .menu_top_rigth .pb-online-avatars-strip .user_online_top:first-child {
    margin-left: 0 !important;
}

html body .menu_top_rigth .user_online_block .users_chat_online,
html body .menu_top_rigth .pb-online-avatars-strip .users_chat_online {
    display: none !important;
}

/* Ð’ Ð²Ñ‹Ð¿Ð°Ð´Ð°ÑŽÑ‰ÐµÐ¼ Ð¾ÐºÐ½Ðµ Ð¾Ð½Ð»Ð°Ð¹Ð½ Ð½Ð°Ð¾Ð±Ð¾Ñ€Ð¾Ñ‚: Ñ‚Ð¾Ð»ÑŒÐºÐ¾ ÑÑ‚Ñ€Ð¾ÐºÐ¸ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹, Ð±ÐµÐ· Ð¾Ñ‚Ð´ÐµÐ»ÑŒÐ½Ð¾Ð¹ Ð»ÐµÐ½Ñ‚Ñ‹ Ð°Ð²Ð°Ñ‚Ð°Ñ€Ð¾Ðº ÑÐ²ÐµÑ€Ñ…Ñƒ. */
html body .menu_top_rigth .online_prcr .user_online_top,
html body .menu_top_rigth .pb-online-dropdown-list .user_online_top {
    display: none !important;
}

html body .menu_top_rigth .online_prcr .users_chat_online,
html body .menu_top_rigth .pb-online-dropdown-list .users_chat_online {
    display: block !important;
}

html body .menu_top_rigth .online_prcr .visit_users_online,
html body .menu_top_rigth .pb-online-dropdown-list .visit_users_online {
    width: 100% !important;
    min-height: 54px !important;
    margin: 0 0 8px 0 !important;
    border-radius: 14px !important;
}

/* Ð§Ñ‚Ð¾Ð±Ñ‹ Ð¿Ð»Ð°ÑˆÐºÐ° Ð¾Ð½Ð»Ð°Ð¹Ð½ Ð½Ðµ Ð¿Ñ€Ñ‹Ð³Ð°Ð»Ð° Ð¸ Ð½Ðµ Ð¿ÐµÑ€ÐµÐºÑ€Ñ‹Ð²Ð°Ð»Ð°ÑÑŒ Ð°Ð²Ð°Ñ‚Ð°Ñ€ÐºÐ°Ð¼Ð¸. */
html body .menu_top_rigth > div,
html body .menu_top_rigth .online_prcr {
    box-sizing: border-box !important;
}

@media (max-width: 991px) {
    html body .pb-servers-widget.pb-servers-widget--compact,
    html body .block_servers.pb-servers-widget.pb-servers-widget--compact {
        transform: none !important;
        margin-top: 10px !important;
    }

    html body .menu_top_rigth .user_online_block,
    html body .menu_top_rigth .pb-online-avatars-strip {
        max-width: none !important;
        margin-right: 0 !important;
    }
}

/* PBGame CMS solution2 â€” online hover dropdown fixed, 2026-04-29 */
html body .menu_top_rigth,
html body .menu_top_rigth .flex_online_block,
html body .menu_top_rigth .online_pro {
    overflow: visible !important;
}

html body .menu_top_rigth .online_pro {
    position: relative !important;
    z-index: 60 !important;
}

/* Ð¡Ð°Ð¼Ð¾ Ð¾ÐºÐ½Ð¾ Ð¾Ð½Ð»Ð°Ð¹Ð½: Ð±Ð¾Ð»ÑŒÑˆÐµ Ð½Ðµ ÑƒÐ·ÐºÐ°Ñ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ð°Ñ Ð¿Ð»Ð°ÑˆÐºÐ°, Ð° Ð½Ð¾Ñ€Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° Ð¿Ð¾Ð´ ÐºÐ½Ð¾Ð¿ÐºÐ¾Ð¹. */
html body .menu_top_rigth .online_pro .online_prcr.arrtar,
html body .menu_top_rigth .online_pro .online_prcr {
    position: absolute !important;
    top: 48px !important;
    right: -8px !important;
    left: auto !important;
    width: 270px !important;
    min-width: 270px !important;
    max-width: 270px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 13px !important;
    margin: 0 !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(60,60,76,.98), rgba(41,41,54,.98)) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.04) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;
    z-index: 9999 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

html body .menu_top_rigth .online_pro:hover .online_prcr.arrtar,
html body .menu_top_rigth .online_pro:hover .online_prcr,
html body .menu_top_rigth .online_pro:focus-within .online_prcr.arrtar,
html body .menu_top_rigth .online_pro:focus-within .online_prcr {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

html body .menu_top_rigth .online_prcr:before {
    content: "" !important;
    position: absolute !important;
    top: -7px !important;
    right: 28px !important;
    width: 14px !important;
    height: 14px !important;
    background: rgba(60,60,76,.98) !important;
    border-left: 1px solid rgba(255,255,255,.08) !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    transform: rotate(45deg) !important;
    border-radius: 3px !important;
}

/* Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ð¾ÐºÐ½Ð°. */
html body .menu_top_rigth .online_prcr .head_online_users {
    width: 100% !important;
    height: auto !important;
    min-height: 26px !important;
    margin: 0 0 11px 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    position: relative !important;
    z-index: 2 !important;
    overflow: visible !important;
}

html body .menu_top_rigth .online_prcr .head_online_users span {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(235,241,255,.78) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

html body .menu_top_rigth .online_prcr .head_online_users .right_now_online {
    padding: 6px 10px !important;
    border-radius: 999px !important;
    background: rgba(85,229,151,.14) !important;
    color: #7cf0ad !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    letter-spacing: .03em !important;
}

/* Ð’Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ð¹ ÑÐ¿Ð¸ÑÐ¾Ðº: Ð½Ð¾Ñ€Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð¸ Ð°ÐºÐºÑƒÑ€Ð°Ñ‚Ð½Ñ‹Ð¹ ÑÐºÑ€Ð¾Ð»Ð» Ð²Ð½ÑƒÑ‚Ñ€Ð¸ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸. */
html body .menu_top_rigth .online_prcr .pb-online-dropdown-list {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 252px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0 4px 0 0 !important;
    margin: 0 !important;
    display: grid !important;
    gap: 8px !important;
    box-sizing: border-box !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255,255,255,.18) rgba(255,255,255,.04) !important;
}

html body .menu_top_rigth .online_prcr .pb-online-dropdown-list::-webkit-scrollbar {
    width: 4px !important;
    display: block !important;
}

html body .menu_top_rigth .online_prcr .pb-online-dropdown-list::-webkit-scrollbar-track {
    background: rgba(255,255,255,.04) !important;
    border-radius: 999px !important;
}

html body .menu_top_rigth .online_prcr .pb-online-dropdown-list::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
}

/* Ð’ Ð²Ñ‹Ð¿Ð°Ð´Ð°ÑŽÑ‰ÐµÐ¼ Ð¾Ð½Ð»Ð°Ð¹Ð½Ðµ Ð¾ÑÑ‚Ð°Ð²Ð»ÑÐµÐ¼ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ ÑÑ‚Ñ€Ð¾ÐºÐ¸ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹. */
html body .menu_top_rigth .online_prcr .user_online_top,
html body .menu_top_rigth .online_prcr .pb-online-dropdown-list .user_online_top {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

html body .menu_top_rigth .online_prcr .users_chat_online,
html body .menu_top_rigth .online_prcr .pb-online-dropdown-list .users_chat_online {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

html body .menu_top_rigth .online_prcr .visit_users_online,
html body .menu_top_rigth .online_prcr .users_chat_online .visit_users_online {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 54px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.055) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    box-sizing: border-box !important;
}

/* Ð’ÐµÑ€Ñ…Ð½ÑÑ ÐºÐ¾Ð¼Ð¿Ð°ÐºÑ‚Ð½Ð°Ñ Ð»ÐµÐ½Ñ‚Ð°: Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ð°Ð²Ð°Ñ‚Ð°Ñ€ÐºÐ¸, Ð±ÐµÐ· ÑÑ‚Ñ€Ð¾Ðº Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ. */
html body .menu_top_rigth .pb-online-avatars-strip .users_chat_online,
html body .menu_top_rigth .user_online_block .users_chat_online {
    display: none !important;
}

html body .menu_top_rigth .pb-online-avatars-strip .user_online_top,
html body .menu_top_rigth .user_online_block .user_online_top {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ð§Ñ‚Ð¾Ð±Ñ‹ Ð¾ÐºÐ½Ð¾ Ð½Ðµ ÑƒÐ»ÐµÑ‚Ð°Ð»Ð¾ Ð½Ð° ÑƒÐ·ÐºÐ¸Ñ… ÑÐºÑ€Ð°Ð½Ð°Ñ…. */
@media (max-width: 575px) {
    html body .menu_top_rigth .online_pro .online_prcr.arrtar,
    html body .menu_top_rigth .online_pro .online_prcr {
        right: -56px !important;
        width: 250px !important;
        min-width: 250px !important;
        max-width: 250px !important;
    }
}

/* PBGame CMS solution2 â€” profile comments/friends group color + verification, 2026-04-29 */
.pb-profile-comments-list {
    display: grid !important;
    gap: 12px !important;
}

.pb-profile-comment-item {
    display: flex !important;
    gap: 12px !important;
    align-items: flex-start !important;
    padding: 12px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.03) !important;
    border: 1px solid rgba(255,255,255,.05) !important;
}

.pb-profile-comment-avatar {
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    display: block !important;
}

.pb-profile-comment-avatar img,
.pb-profile-comment-avatar .pb-avatar-wrap {
    width: 48px !important;
    height: 48px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.pb-profile-comment-body {
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

.pb-profile-comment-head {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    margin-bottom: 6px !important;
}

.pb-profile-comment-author {
    font-weight: 900 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
}

.pb-profile-comment-author:hover {
    opacity: .82 !important;
    text-decoration: none !important;
}

.pb-profile-comment-verify {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.pb-profile-comment-verify .verification-badge,
.pb-mini-friend-login .verification-badge,
.pb-friend-login .verification-badge {
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-left: 5px !important;
    transform: translateY(-1px) !important;
}

.pb-profile-comment-group {
    font-size: 11px !important;
    font-weight: 800 !important;
    opacity: .9 !important;
    margin-left: 2px !important;
}

.pb-profile-comment-meta {
    margin-left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.pb-profile-comment-meta .small {
    opacity: .7 !important;
}

.pb-profile-comment-text {
    opacity: .92 !important;
    line-height: 1.5 !important;
    word-break: break-word !important;
}

.pb-mini-friend-login,
.pb-friend-login {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    font-weight: 900 !important;
}

.pb-mini-friend-login .verification-badge,
.pb-friend-login .verification-badge {
    flex: 0 0 auto !important;
}

.small-friend.pb-mini-friend span.pb-mini-friend-login {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

@media (max-width: 575px) {
    .pb-profile-comment-meta {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

/* PBGame CMS solution2 â€” profile verification badge small + no group text, 2026-04-29 */
.pb-profile-comment-group {
    display: none !important;
}

.pb-profile-comment-verify,
.pb-mini-friend-login .verification-badge,
.pb-friend-login .verification-badge {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 4px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    overflow: hidden !important;
    transform: translateY(-1px) !important;
}

/* The verification template may be svg/img/span/i, so clamp every child too. */
.pb-profile-comment-verify *,
.pb-mini-friend-login .verification-badge *,
.pb-friend-login .verification-badge *,
.pb-profile-comment-verify img,
.pb-profile-comment-verify svg,
.pb-mini-friend-login .verification-badge img,
.pb-mini-friend-login .verification-badge svg,
.pb-friend-login .verification-badge img,
.pb-friend-login .verification-badge svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    display: inline-flex !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

/* If render_badge returns raw image/svg without .verification-badge class. */
.pb-profile-comment-verify > img,
.pb-profile-comment-verify > svg,
.pb-profile-comment-verify > span,
.pb-profile-comment-verify > i {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

/* Friend mini cards use compact 14px badge. */
.pb-mini-friend-login .verification-badge,
.pb-friend-login .verification-badge {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
}

.pb-mini-friend-login .verification-badge *,
.pb-friend-login .verification-badge * {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    font-size: 14px !important;
    line-height: 14px !important;
}

/* Keep author/name row clean after group text removal. */
.pb-profile-comment-head {
    gap: 5px !important;
}

.pb-profile-comment-author {
    display: inline-flex !important;
    align-items: center !important;
}

/* PBGame CMS solution2 â€” friends mini verification display fix, 2026-04-29 */
.small-friend.pb-mini-friend {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    overflow: hidden !important;
}

.small-friend.pb-mini-friend .pb-mini-friend-name-row {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 0 4px !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.small-friend.pb-mini-friend .pb-mini-friend-login-text {
    display: inline-block !important;
    max-width: calc(100% - 18px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    line-height: 14px !important;
}

.small-friend.pb-mini-friend .pb-mini-friend-verification {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 14px !important;
    line-height: 1 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

.small-friend.pb-mini-friend .pb-mini-friend-verification:empty {
    display: none !important;
}

.small-friend.pb-mini-friend .pb-mini-friend-verification img,
.small-friend.pb-mini-friend .pb-mini-friend-verification svg,
.small-friend.pb-mini-friend .pb-mini-friend-verification i,
.small-friend.pb-mini-friend .pb-mini-friend-verification span,
.small-friend.pb-mini-friend .pb-mini-friend-verification .verification {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    display: inline-block !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 14px !important;
    font-size: 14px !important;
    vertical-align: middle !important;
    transform: none !important;
}

/* ÐÐ° Ð²ÑÑÐºÐ¸Ð¹ ÑÐ»ÑƒÑ‡Ð°Ð¹ Ð³Ð»ÑƒÑˆÐ¸Ð¼ ÑÑ‚Ð°Ñ€Ñ‹Ð¹ Ð²Ð°Ñ€Ð¸Ð°Ð½Ñ‚, ÐµÑÐ»Ð¸ Ð¾Ð½ Ð¾ÑÑ‚Ð°Ð»ÑÑ Ð² ÐºÐµÑˆÐµ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð°. */
.small-friend.pb-mini-friend .pb-mini-friend-login img.verification,
.small-friend.pb-mini-friend .pb-mini-friend-login .verification {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    margin-left: 4px !important;
    object-fit: contain !important;
}

/* PBGame CMS solution2 â€” admins/search/unban polish, 2026-04-29 */
.block_admins_select .table-row,
.block_admins_select .table-row .row,
.block_admins_select .with-description {
    overflow: hidden !important;
}

.block_admins_select .pb-admin-user-line,
.block_admins_select .pb-admin-user-line a {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
}

.block_admins_select .pb-admin-group-name {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
    opacity: .82 !important;
}

.block_admins_select .with-description p,
.block_admins_select .with-description span,
.block_admins_select .with-description a {
    min-width: 0 !important;
}

/* Search result tables should not push layout on long nick/SteamID. */
#banlist .table-row p,
#muts .table-row p,
#stats .table-row p {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Unban creation result area */
#new_result small,
#result small {
    display: block !important;
    margin-top: 8px !important;
    line-height: 1.35 !important;
}

/* PBGame CMS solution2 â€” final admins/stat/banlist cleanup, 2026-04-29 */

/* Admins page: no visible group label; avatar/frame sits a little lower and remains inside row. */
.block_admins_select .pb-admin-group-name,
.block_admins_select .col-lg-4.with-icon.with-description > span:not(.verification-badge):not(.badge):not(.status) {
    display: none !important;
}

.block_admins_select .col-lg-4.with-icon.with-description {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

.block_admins_select .col-lg-4.with-icon.with-description img,
.block_admins_select .col-lg-4.with-icon.with-description .admins_img,
.block_admins_select .col-lg-4.with-icon.with-description .pb-avatar-wrap {
    transform: translateY(5px) !important;
    margin-top: 0 !important;
    flex: 0 0 auto !important;
}

.block_admins_select .pb-admin-user-line {
    transform: translateY(5px) !important;
    margin: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.block_admins_select .pb-admin-user-line a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Stats search result must be rendered as cards/rows, not as readable raw text. */
#stats .table-row,
#stats .table-row .row {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

#stats .table-row .row {
    cursor: pointer !important;
}

#stats .table-row .with-description p {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Ban modal price: prevent code fragments from breaking the button layout if old cache remains. */
.btn_unban .price_btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* Hide legacy broken currency fragments if browser cached old ajax output. */
.btn_unban .price_btn:empty {
    display: none !important;
}

/* PBGame CMS solution2 â€” admins avatar/services/stat final2, 2026-04-29 */
.block_admins_select .col-lg-4.with-icon.with-description {
    overflow: visible !important;
}

.block_admins_select .pb-admin-user-inline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 11px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    transform: translateY(10px) !important;
}

.block_admins_select .pb-admin-user-avatar {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    flex: 0 0 42px !important;
    position: relative !important;
}

.block_admins_select .pb-admin-user-avatar img,
.block_admins_select .pb-admin-user-avatar .admins_img,
.block_admins_select .pb-admin-user-avatar .pb-avatar-wrap,
.block_admins_select .pb-admin-user-avatar .avatar,
.block_admins_select .pb-admin-user-avatar picture {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    transform: none !important;
    margin: 0 !important;
}

.block_admins_select .pb-admin-user-line {
    margin: 0 !important;
    transform: none !important;
    max-width: 170px !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

.block_admins_select .pb-admin-user-line a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-weight: 900 !important;
}

.block_admins_select .pb-admin-group-name {
    display: none !important;
}

#stats {
    word-break: normal !important;
}

#stats .table-row {
    position: relative !important;
}

#stats .table-row > .row {
    overflow: hidden !important;
}

/* Hide any legacy raw onclick text that old cache may render before new templates are compiled. */
#stats {
    font-variant-ligatures: none !important;
}

#admin_info td {
    vertical-align: middle !important;
}

#admin_info td[colspan="10"] {
    text-align: center !important;
    opacity: .78 !important;
}

/* PBGame CMS solution2 — restore native profile comments view, 2026-04-29 */
#comments {
    margin-top: 1rem !important;
}

/* Родной пустой блок как в шаблоне: без синей шапки "Комментарии". */
#comments > .empty-element {
    min-height: 94px !important;
    margin-bottom: 18px !important;
    border-radius: 14px !important;
    background: #3a3a4759 !important;
    border: dashed 1px #4a4a5b !important;
    color: #727287 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Возвращаем комментарии к родной структуре .comment из шаблона. */
#comments .comment {
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
    background: linear-gradient(0deg, #31313d 30%, #3a3a48 100%) !important;
    border-radius: 15px !important;
    padding: 20px 20px 5px 20px !important;
    border: none !important;
}

#comments .comment > a {
    display: block !important;
    width: 42px !important;
    float: left !important;
}

#comments .comment > a img,
#comments .comment > a .pb-avatar-wrap {
    width: 38px !important;
    height: 38px !important;
}

#comments .comment .message {
    width: calc(100% - 50px) !important;
    float: right !important;
    word-wrap: break-word !important;
    position: relative !important;
    overflow: hidden !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

#comments .comment .message .info {
    min-height: 18px !important;
    display: block !important;
}

#comments .comment .message .info .author {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    min-width: 0 !important;
}

#comments .comment .message .info .author > a {
    font-weight: 900 !important;
    text-decoration: none !important;
}

#comments .comment .message .info .author > a:hover {
    opacity: .85 !important;
}

#comments .comment .onlineuser,
#comments .comment .onlineuser * {
    max-width: 16px !important;
    max-height: 16px !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    font-size: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#comments .comment .date_short {
    margin-left: auto !important;
    font-size: 10px !important;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    color: #7a7a92 !important;
    white-space: nowrap !important;
}

#comments .comment .with_code {
    margin-top: 8px !important;
    color: #ffffff !important;
    background: transparent !important;
}

#comments .comment .native-comment-del,
#comments .comment .cs16-comment-del {
    border: 0 !important;
    background: transparent !important;
    color: #7a7a92 !important;
    padding: 0 !important;
    margin-left: 8px !important;
    cursor: pointer !important;
}

#comments .comment .native-comment-del:hover,
#comments .comment .cs16-comment-del:hover {
    color: #ff7c76 !important;
}

/* Старый экспериментальный вывод больше не должен влиять на профиль. */
#comments .pb-profile-comments-block,
#comments .pb-profile-comments-list,
#comments .pb-profile-comment-item {
    all: unset;
}

/* PBGame CMS — release logo placeholders/fallbacks */
.img_edit_news[src*="news_imgs/none.jpg"],
.img_add_forum[src*="forums_imgs/none.jpg"] {
    object-fit: cover !important;
    background: #111218 !important;
}

.pb-map-with-fallback {
    background-color: rgba(17,18,24,.92) !important;
    background-size: cover !important;
    background-position: center center !important;
}

.pb-map-with-fallback::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../img/pbgame_engine_logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: min(42%, 150px);
    opacity: .10;
    z-index: 0;
}

.pb-server-card__map,
.map_back_server,
.map-image {
    position: relative !important;
    overflow: hidden !important;
}

/* PBGame CMS 2.3.2.7 rcon and date editor fixes */
.pb-server-actions-2327{display:flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto!important;}
.pb-server-rcon-cog{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:12px!important;background:rgba(255,255,255,.06)!important;color:#8ee8ba!important;cursor:pointer!important;line-height:1!important;}
.pb-server-rcon-cog:hover{background:rgba(63,207,142,.18)!important;color:#fff!important;}
.pb-ban-end-editor{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:100%;}
.pb-ban-end-input{height:28px!important;min-height:28px!important;padding:3px 7px!important;font-size:12px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:8px!important;background:rgba(255,255,255,.04)!important;color:#fff!important;max-width:190px;}
.pb-ban-end-input::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.8;cursor:pointer;}
.pb-ban-end-btn{height:28px;border:0;border-radius:8px;padding:0 9px;background:rgba(63,207,142,.16);color:#8ff0bd;font-size:11px;font-weight:700;cursor:pointer;}
.pb-ban-end-btn:hover{background:rgba(63,207,142,.26);}
.pb-ban-end-forever{background:rgba(255,193,7,.12);color:#ffd166;}
@media(max-width:575px){.pb-ban-end-editor{width:100%;}.pb-ban-end-input{max-width:100%;width:100%;}.pb-ban-end-btn{flex:1 1 auto;}}
