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

.label-info {
  color: #ffa987;
}

.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 {
  background: #383c46;
  border-radius: 15px;
  padding: 15px;
  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: 116px;
  gap: 8px;
  padding: 8px;
  background: linear-gradient(49deg, #41454f 30%, #494e5a 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;
  background: linear-gradient(49deg, #4f555f 30%, #6e727e 100%);
  color: #8f93a6;
  font-size: 18px;
  transition: .2s all;
  align-items: center;
  justify-content: center;
}

.bans_btn_slider:hover {
  opacity: 0.8;
  color: #8f93a6;
}

.muts_btn_slider {
  height: 55px;
  border-radius: 11px;
  display: flex;
  background: linear-gradient(49deg, #4f555f 30%, #6e727e 100%);
  color: #8f93a6;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.muts_btn_slider:hover {
  opacity: 0.8;
  color: #8f93a6;
}

.head_rside {
  width: 40%;
  padding: 15px;
  background: linear-gradient(15deg, #343740 30%, #3b3f49 100%);
  border-radius: 20px;
  margin: 15px;
}

.news_block {
  height: 184px;
  display: flex;
  background: linear-gradient(1deg, #2c2f36 30%, #343840 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
}

.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;
}





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

.h1-tr {
  color: #858997e6;
  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, #2c2f36 30%, #343840 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: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  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: #767c87;
  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, #2c2f36 30%, #343840 100%);
    box-shadow: 0px 5px 10px #13151a4f;
    border-radius: 20px;
    margin-bottom: 35px;
    }

#companions {
	width: 30%;
	box-shadow: 0px 5px 10px #13151a4f;
	background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
	border-radius: 20px;
	gap: 8px;
	overflow: auto;
	height: fit-content;
	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;
}


.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;
}

.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-block {
 	display: flex;
 	box-shadow: 0px 5px 10px #13151a00;
 	background: #fff0;
 	justify-content: space-between;
}

.pursee-button {
    padding: 9px;
    height: 35px;
    line-height: 16px;
    font-size: 25px;
    background: linear-gradient(180deg, #4d515e 30%, #474a55 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;
}

#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, #41464fa8 30%, #41464f 100%);
    border-radius: 14px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    align-items: center;
}

.but-bonus i{background: linear-gradient(34deg, #be5555 0%, #ed7171 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;
	padding: 18px;
	background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
	margin-bottom: 30px;
	gap: 10px;
	flex-direction: column;
}

.button-m {
	border: none;
	background: linear-gradient(0deg, #4d525d9c 30%, #4d525d 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, #2f3243 30%, #3c4155 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: 205px;
	margin-bottom: 30px;
	box-shadow: 0px 5px 10px #13151a0a;
	background: #18233a;
	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;
	font-size: 9.5px;
	border: solid 1px #c56f81;
	letter-spacing: 1px;
	padding: 11px 0px;
	background: #fff0;
	width: 190px;
	position: relative;
	font-weight: 600;
	color: #de8a9c;
	border-radius: 50px;
	transition: .2s all;
	justify-content: center;
	align-items: center;
}

.news-button-bottom:hover {
    box-shadow: 0px 0px 20px #c56f8145;
    background: #c56f81;
	border: solid 1px #c56f81;
	color: #ffffff;
}

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

.news-button-vk: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;
    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 #5f646e;
	    display: flex;
	    background: #6c717c3b;
	    padding: 0px 10px;
	    gap: 8px;
	    font-weight: 600;
	    font-size: 11px;
	    height: 26px;
	    border-radius: 50px;
	    align-items: center;
}

.block-stats .bx-heart{
  color: #ff7f7f;
  text-shadow: #fd8686 1px 0 10px;
  font-size: 14px;
}

.block-stats .bx-message{
  color: #86b6ae;
  text-shadow: #86b6aefa 1px 0 10px;
  font-size: 14px;
}

.block-stats .bx-trophy{
  color: #ffbf81;
  text-shadow: #ffbf81e6 1px 0 10px;
  font-size: 14px;
}

.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, #2c2f36 30%, #343840 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, #2c2f36 30%, #343840 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, #ff76761c 10%, #ff767654 100%);
      font-weight: 500;
      transition: .2s all;
      padding: 0;
      color: #e69494a1 !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.fade.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: #858690;
  border-radius: 50px;
  background: linear-gradient(28deg, #4d525c 30%, #51565f 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: #828490;
    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, #55596396 30%, #555963 100%);
    border: none;
    height: 42px;
    font-size: 10.5px;
    display: flex;
    color: #fff;
    border-top: solid 1px #646a75c9;
    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, #55596396 30%, #555963 100%);
    width: 115px;
    border: none;
    height: 42px;
    font-size: 10.5px;
    display: flex;
    color: #fff;
    margin-top: 6px;
    border-top: solid 1px #646a75c9;
    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: #3d4149;
    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: #828490;
    }
  .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: #828490;
  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: #3d4149;
    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: #42464f;
    }
  .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: #828490;
    }

.form-control {
  font-size: 11px;
  font-weight: 600;
  border-radius: 10px;
  height: 55px;
  text-indent: 0;
  background: #3d4149 !important;
  border: 1px solid #3d4149;
  color: #ffffff;
  transition: 0.2s;
  }
  .form-control:focus {
    border-color: #3d4149;
    color: #ffffff;
	  background: #3d4149 !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: #828693e6; }

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: #9397a0;
    font-size: 11px;
    font-weight: 600;
    background-color: #52586366;
    border-radius: 11px;
    border: dashed 1px #5e646e !important;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    }

  .custom-file label:hover {
    color: #ffffff;
    background-color: #4c515b;
    border: dashed 1px #626a74 !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: #ffa379 !important;
  font-weight: 600;
  }

.text-success {
  color: #89b7b0 !important;
  }

.text-info {
    color: #de8396 !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;
  display: flex;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%) !important;
  height: 50px !important;
  padding: 0px 25px !important;
  transition: 0.2s;
  font-weight: 600;
  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: #464b54 !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; */
    } }

@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: #596069;
    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: #3f434d;
      }

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

      .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: #3a3f46;
    transition: 0.2s;
    }
  .table-adaptive .table-row:hover {
    background: #3f444c;
    }
    .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;
          }
          .col-lg-4 .small_us_av {
              height: 15px;
              width: 15px;
              position: relative;
              margin-right: 3px;
              border-radius: 50px;
              top: 0px;
              left: 0px;
          }
          .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: #ff9cb1;
            font-size: 15px;
            border-radius: 9px;
            background: #e5768d3b;
            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 !important;
          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: #848a92;
          }
          .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: 16px;
            }
            .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-vk: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: #ff9c9b;
    }
  .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;
    } }

.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: #848992 !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: #3d4149;
    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;
    display: block;
    width: 90%;
    }
    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: #4e525b4a !important;
    display: flex !important;
    width: 100%;
    font-weight: bold;
    color: #747882;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    font-size: 11px;
    border: dashed 1px #525660 !important;
    padding: 40px !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 #393d45;
  border-radius: 50px;
  background: #25282c;
  padding: 7px 4px;
  }

.pagination > li {
  display: inline; }

.pagination > li:first-child > a, .pagination > li:last-child > a {
  background: #34373f;
  }
  .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: #6f727b;
    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: #777a83;
  border: 1px solid #34373f;
  background: #34373f;
  }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    border: 1px solid #41454d;
  background: #41454d;
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-color: #41454d;
  border-color: #41454d;
  }

.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; } 
}

* {
  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;
  background-color: #212429;
  background-size: cover;
  font-size: 12px;
  color: #ffffff;
  }

a {
  color: #ff9c9b;
  font-weight: 600;
  transition: 0.2s;
  }
a:hover {
  color: #d97e7d;
  }
  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; }
  a[onclick] {
    color: #ffffff;
    cursor: pointer;
    }

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

.loader {
  border: 4px solid #4d515d;
  border-radius: 50%;
  border-top: 4px solid #ff947b;
  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;
      } }
  .wapper .header {
    /* padding-top: 2px; */
    background: #2b2e35;
    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: #363a41;
              border-radius: 50px;
              }

    .wapper .header ul.user-menu > li.balance i{
                  font-size: 13px;
                  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
                  width: 31px;
                  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(9deg, #3c4155 30%, #464c62 100%);
                border-radius: 15px;
                overflow: hidden;
                display: flex;
                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: #6d717c;
                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);
              width: 330px;
              background: linear-gradient(1deg, #30343b 30%, #393d46 100%);
              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;
        }
        .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: #4a4f5a;
            color: #858b99;
            font-size: 7.4px;
            line-height: 1px;
            width: 16px;
            display: flex;
            height: 16px;
            border-radius: 50px;
            float: left;
            margin-top: 15px;
            margin-right: 10px;
            margin-left: -5px;
            justify-content: center;
            align-items: center;
            }
          .wapper .header-menu .collapsible-menu > li > a {
            position: relative;
            display: block;
            height: 48px;
            float: left;
            line-height: 46px;
            font-weight: 600;
            color: #6d717c;
            font-size: 12px;
            padding: 0 12px;
            }
            .wapper .header-menu .collapsible-menu > li > a:hover, .wapper .header-menu .collapsible-menu > li > a.open {
              color: #ffffff; }
          .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;
            padding: 11px;
            background: linear-gradient(1deg, #30343b 30%, #393d46 100%);
            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: #40444d;
              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;
}
          
      
.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;
  width: 100%;
  justify-content: space-between;
}

.double_heading i {
  width: 45px;
  height: 45px;
  background: linear-gradient(23deg, #3c4149 0%, #4b515a 55%);
  border-radius: 50px 10px 50px 50px;
  display: flex;
  color: #8e939d;
  box-shadow: 3px 1px 0px 1px rgb(52 56 61);
  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: 338px;
  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;
      float: left;
      width: 27%;
      height: 100%;
      padding: 17px;
      text-align: center;
      }

    .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;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  width: 35px;
  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;
      background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
      width: 35px;
      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: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
      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, #e75a50 0%, rgb(255 116 105) 55%);
  border-radius: 10px;
  color: #fff;
  transition: .2s all;
  font-weight: 600;
}

.black_list_button:hover {
  opacity: 0.7;
}

.black_list {
  border: solid 1px #434751;
  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: #9fa2ad;
  padding-top: 3px;
  transition: .2s all;
  background: #fff0;
}

.copyref:hover {
  color: #ffffff;
}

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

.copy_link span{
 color: #9092a0;
 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-vk {
  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-vk {
  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;
      color: #ffffff;
      background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
      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, #4a4e56 30%, #575c66 100%);
      right: 42px;
      width: 130px;
      margin-top: 26px;
      border-top: solid 1px #616671;
      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, #464b61 30%, #525770 100%);
      right: 7px;
      width: 130px;
      margin-top: 7px;
      border-top: solid 1px #60657fd4;
      position: absolute;
      font-weight: 600;
      border-radius: 10px;
      padding: 11px 25px;
      transition: 0.2s;
}

.succesy_button_forum:hover {
 opacity: 0.7;
}


.block_search {
      background: #3d4149;
      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: #8087a5;
      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: #7e818e;
      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: #767a83;
 text-transform: uppercase;
}

.new_news {
      position: absolute;
      z-index: 20;
      background: linear-gradient(34deg, #b86666 0%, #ff8686 55%);
      padding: 1px 9px;
      border-radius: 50px;
      box-shadow: 0px 0px 20px #fd86862e;
      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: #898d9b;
      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: #7f8592;
      display: flex;
      background: linear-gradient(237deg, #5a606e 0%, #40444f 55%);
      font-size: 16px;
      align-items: center;
      border-radius: 50px;
      justify-content: center;
}

.btn_sortition:hover {
   opacity: 0.7;
   color: #6e7386;
}

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

.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: linear-gradient(23deg, #4f525d 0%, #5a5e6a 55%);
  font-size: 15px;
  display: flex;
  color: #969aa6;
  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 #4c515d;
      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: #8c929b;
      font-size: 11px;
      border-radius: 11px;
      height: 45px;
      padding: 0px 25px;
      display: flex;
      background: #40454d;
      font-weight: bold;
      align-items: center;
      justify-content: center;
}

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

.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;
}

.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;
      box-shadow: 0px 5px 10px #13151a4f;
      background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
}

.left_block {
      width: 60%;
}

.flex_contacts_btn {
      display: flex;
      justify-content: space-between;
      margin-top: 12px;
      border-bottom: solid 1px #41444d;
      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: #717580;
}

.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: #ff9691;
      border: solid 1px #eb7e79;
      background: #eb7e791f;
}

.send_comment:hover {
    box-shadow: 0px 0px 20px #eb7e794d;
    background: #ea7c7e;
    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: #9096a4 !important;
      gap: 10px;
      background: #525764;
      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: #5d6271;
}

.card-btn-s {
      color: #ffffff !important;
      gap: 10px;
      font-size: 17px;
      background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
      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: #888e9d;
}

.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, #2c2f36 30%, #343840 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: #4a4f59;
      font-weight: 600;
      color: #7d828d !important;
      font-size: 11px;
      border-radius: 8px;
      align-items: center;
      justify-content: center;
}

.btn_setting_admins:hover {
  background: #575c67;
      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 #474c56;
      border-radius: 18px;
}

.block_user {display: flex;}

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

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

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

.active_btn_bans_muts {
      cursor: pointer;
      height: 50px;
      width: 100%;
      display: flex;
      font-weight: 600;
      background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
      box-shadow: 0px 10px 40px #ed817330;
      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: #7f838b;
      align-items: center;
      transition: 0.2s;
      justify-content: center;
}

.btn_bans_muts:hover {
    color: #ffffff;
    background: #484c56;
}

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

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

.info_block_names i{
  display: flex;
  width: 36px;
  height: 36px;
  font-size: 16px;
  border-radius: 10px;
  color: #ffa48c;
  background: #ffa48c24;
  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: 12px;
      border-radius: 0px;
      color: #90b9b3;
      background: #66878200;
}

.flex_info_block_names img {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 12px;
  position: revert;
  border-radius: 50px;
  margin-right: 3px;
  color: #90b9b3;
  background: #66878200;
}

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

.btn_unban {
      margin-bottom: 20px;
}

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

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

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

.svg_sdg {
      width: 31px;
      background: #41454f;
      transition: 0.2s;
      height: 31px;
      display: flex;
      position: relative;
      margin-left: -1px;
      fill: #717683;
      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: #737783;
      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(251 145 77 / 9%);
      align-items: center;
      font-size: 10px;
      font-weight: 600;
      color: rgb(255 168 112);
      border-radius: 11px;
}

.ban_btn_blocked:hover {
  background: rgb(251 145 77 / 20%);
  color: rgb(255 255 255);
}

.ban_btn_blocked i {
    border-radius: 9px;
    font-size: 16px;
    color: rgb(253 173 121);
    display: flex;
    transition: 0.2s;
    padding-left: 1px;
    width: 33px;
    height: 33px;
    background: rgb(251 146 75 / 16%);
    align-items: center;
    justify-content: center;
}

.ban_btn_blocked:hover i {
    color: rgb(255 255 255);
    background: rgb(251 145 77);
}

.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 140 140 / 7%);
      align-items: center;
      font-size: 10px;
      color: rgb(255 133 133 / 93%);
      font-weight: 600;
      border-radius: 11px;
}

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

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

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

.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%, #2f77ff 55%);
      color: #fff;
      font-weight: 600;
      left: 15px;
      border: solid 3px #2b2e35;
      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, #477549 0%, #7ecc82 65%);
      color: #fff;
      font-weight: 600;
      left: 15px;
      border: solid 3px #2b2e35;
      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;
      opacity: 0.6;
      font-size: 12px;
      color: #fff;
      background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
      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: #94eb97;
      width: 32px;
      background: #94eb9726;
      display: flex;
      box-shadow: 0px 0px 36px #94eb9740;
      border: dashed 1px #94eb9761;
      font-size: 12px;
      font-weight: 600;
      height: 32px;
      border-radius: 10px;
      justify-content: center;
      align-items: center;
}

.text-success-custom {
      color: #94eb97;
}

.rihgt_item_td {
      text-align: -webkit-right;
      padding-right: 12px !important;
      overflow: hidden;
}

.text-success-custom-minus {
      color: #ff7676;
}

.text-danger-custom {
      color: #808590;
}

.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, #41464f96 30%, #41464f 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: #7e838e;
      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: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
      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: #848891;
}
 