.dropdown_language {
  height: 40px;
  position: relative;
}
.dropdown_language .select {
    color: #ffffff;
    line-height: 34px;
    height: 44px;
    padding: 0px 10px 0px 10px;
    display: flex;
    position: relative;
    z-index: 1;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 50px;
    background-color: #363942 !important;
    background: linear-gradient(360deg, #2472fe00 0%, #565d6c 458%);
    top: 10px;
    align-items: center;
    justify-content: center;
}
.dropdown_language .select:hover {
       background-color: #3b3f48 !important;
       background: linear-gradient(360deg, #2472fe00 0%, #565d6c 458%);
}
.dropdown_language .select:hover i{
	background: #545a67;
	transform: rotate(90deg);
	color: #888ea0;
}
.dropdown_language .select i{
	z-index: 1111;
	transition: 0.2s;
	background: #4c515d;
	display: flex !important;
	width: 18px;
	transform: rotate(270deg);
	border-radius: 50px;
	height: 18px;
	margin-left: 1px;
	font-size: 12px !important;
	color: #8b91a2 !important;
	align-items: center;
	justify-content: center;
}

.dropdown_language .dropdown-menu_language {
    max-width: 180px;
    min-width: 180px;
    background: linear-gradient(1deg, #30343b 30%, #393d46 100%);
    position: absolute;
    box-shadow: 0px 5px 10px #13151a4f;
    z-index: 1100;
    top: 65px;
    border-radius: 15px;
    margin: 0px !important;
    padding: 0px 11px !important;
    display: none;
}
.dropdown_language .dropdown-menu_language li {
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: -webkit-fill-available;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    margin: 0px !important;
    padding: 12px;
} 
.dropdown_language .dropdown-menu_language li:hover {
   background: #454952;
}
.flag_img {
	margin-right: 4px;
	width: 17px;
	height: 17px;
	position: relative;
	top: -1px;
}
.dropdown_language .dropdown-menu_language {
    padding: 0;
    list-style: none
}

#selected-lang-image {
    width: 21px;
    height: 21px;
}

.line_promo_up {
  display: flex;
  width: 100%;
  gap: 5px;
  box-shadow: 0px 5px 30px #ff8998;
}

.input_promo {
  background-color: #dc778600 !important;
  border: dashed 1px #dc7786bf !important;
  background: linear-gradient(23deg, #fe95441c 0%, #e5768d14 55%);
  color: #ffff !important;
  padding-left: 45px !important;
}

.color_text_promo {
  left: 45px !important;
  color: #ffffffe0 !important;
}

.striped-circle {
    aspect-ratio: 1;
    border-radius: 50%;
    height: 70px;
    top: -30px;
    position: absolute;
    width: 100%;
    --stripe-color: #ffa66136;
    background: repeating-linear-gradient(90deg, var(--stripe-color), var(--stripe-color) 1px, transparent 1px, transparent 3px);
    -webkit-mask-image: radial-gradient(closest-side, black, transparent);
    mask-image: radial-gradient(closest-side, black, transparent);
}

.micro_line {
  display: block;
  width: 20px;
  border-radius: 50px;
  background: #e2788b6e;
  height: 3px;
}

.big_line {
  display: block;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(358deg, #fe9544 0%, #e5768d 55%);
  height: 3px;
}

.progress-circle {
    width: 60px;
    transition: 0.2s;
	display: flex;
    height: 60px;
    top: 2px;
    position: relative;
}

.progress-circle:hover {
    opacity: 0.6;
}

.progress-circle svg {
    transform: rotate(-90deg);
}

  .bg-info {
  stroke: #ff8195 !important;
         background-color: #518fff00 !important;
         background: radial-gradient(circle, rgb(255 129 149 / 25%) 2%, rgb(58 63 82 / 0%) 52%);
	}
  .bg-success {
         stroke: #ff8195 !important;
         background-color: #518fff00 !important;
         background: radial-gradient(circle, rgb(255 129 149 / 25%) 2%, rgb(58 63 82 / 0%) 52%);
    }
  .bg-warning {
         stroke: #f2a260 !important;
        background-color: #518fff00 !important;
        background: radial-gradient(circle, #f2a2604a 2%, rgb(58 63 82 / 0%) 52%);
    }
  .bg-danger {
        stroke: #f2a260 !important;
        background-color: #518fff00 !important;
        background: radial-gradient(circle, #f2a2604a 2%, rgb(58 63 82 / 0%) 52%);
    }

  .box {
  width: 350px;
  height: 100%;
  border-radius: 20px;
  position: relative;

  .box__ghost {
  padding: 15px 25px 25px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -30%);

.symbol {
  &:nth-child(1) {
    opacity: 0.2;
    animation: shine 4s ease-in-out 3s infinite;
    
    &::before, &::after {
      content: '';
      width: 12px;
      height: 4px;
      background: #85898f;
      position: absolute;
      border-radius: 5px;
      bottom: 65px;
      left: 0;
    }
    
    &::before {
      transform: rotate(45deg);
    }
    
    &::after {
      transform: rotate(-45deg);
    }
  }
  
  &:nth-child(2) {
    position: absolute;
    left: -5px;
    top: 30px;
    height: 18px;
    width: 18px;
    border: 4px solid;
    border-color: #85898f;
    border-radius: 50%;
    opacity: 0.2;
    animation: shine 4s ease-in-out 1.3s infinite;
  }
  
  &:nth-child(3) {
    opacity: 0.2;
    animation: shine 3s ease-in-out 0.5s infinite;
        
    &::before, &::after {
      content: '';
      width: 12px;
      height: 4px;
      background: #85898f;
      position: absolute;
      border-radius: 5px;
      top: 5px;
      left: 40px;
    }
    
    &::before {
      transform: rotate(90deg);
    }
    
    &::after {
      transform: rotate(180deg);
    }
  }
    
  &:nth-child(4) {
    opacity: 0.2;
    animation: shine 6s ease-in-out 1.6s infinite;
        
    &::before, &::after {
      content: '';
      width: 15px;
      height: 4px;
      background: #85898f;
      position: absolute;
      border-radius: 5px;
      top: 10px;
      right: 30px;
    }
    
    &::before {
      transform: rotate(45deg);
    }
    
    &::after {
      transform: rotate(-45deg);
    }
  }
    
  &:nth-child(5) {
    position: absolute;
    right: 5px;
    top: 40px;
    height: 12px;
    width: 12px;
    border: 3px solid;
    border-radius: 50%;
    border-color: #85898f;
    opacity: 0.2;
    animation: shine 1.7s ease-in-out 7s infinite;
  }
    
  &:nth-child(6) {
    opacity: 0.2;
    animation: shine 2s ease-in-out 6s infinite;
        
    &::before, &::after {
      content: '';
      width: 15px;
      height: 4px;
      background: #85898f;
      position: absolute;
      border-radius: 5px;
      bottom: 65px;
      right: -5px;
    }
    
    &::before {
      transform: rotate(90deg);
    }
    
    &::after {
      transform: rotate(180deg);
    }
  }
}

  .box__ghost-container {
  width: 100px;
  height: 100px;
  background: linear-gradient(360deg, #fe9544 0%, #e5768d 55%);
  border-radius: 100px 100px 0 0;
  position: relative;
  margin: 0 auto;
  animation: upndown 3s ease-in-out infinite;

 .box__ghost-eyes {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -45%);
  height: 12px;
  width: 70px;
        
.box__eye-left {
  width: 12px;
  height: 12px;
  background: #212330;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  left: 0;
}
  .box__eye-right {
  width: 12px;
  height: 12px;
  background: #212330;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  right: 0;
        }
      }

      .box__ghost-bottom {
  display:flex;
  position: absolute;
  top:100%;
  left:0;
  right:0;
  div {
          flex-grow:1;
          position: relative;
          top:-10px;
          height:20px;
          border-radius:100%;
          background: linear-gradient(1deg, #fa8f50 0%, #fa8f52 280%);
          

          &:nth-child(2n) {
          top: -12px;
          margin: 0 -0px;
          border-top: 15px solid $l-purple;
          background: #212429;
          }
        }
      }
  }
      
 .box__ghost-shadow {
  height: 10px;
  box-shadow: 0 50px 15px 5px #2d3034;
  border-radius: 50%;
  margin: 0 auto;
  animation: smallnbig 3s ease-in-out infinite;
  }
	  }
  }

@keyframes upndown {
  0% {transform: translateY(5px);}
  50% {transform: translateY(15px);}
  100% {transform: translateY(5px);}
}
@keyframes smallnbig {
  0% {width: 90px;}
  50% {width: 100px;}
  100% {width: 90px;}
}
@keyframes shine {
  0% {opacity: .2;}
  25% {opacity: .1;}
  50% {opacity: .2;}
  100% {opacity: .2;}
}

.accordion-container {
    width: 100%;
}

.flex_accordion_text {
  display: flex;
  gap: 12px;
  align-items: center;
}

.accordion-item {
     margin-top: 10px;
     background: #393c46;
     border-radius: 15px;
}

.accordion-header .flex_accordion_text i{
  color: #ffffff;
  text-shadow: #0000004a 1px 0 10px;
  width: 37px;
  height: 37px;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  font-size: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-header {
     color: #FFFFFF;
     padding: 14px;
     background: linear-gradient(1deg, #474c5696 30%, #454a54 100%);
     font-size: 12px;
     border: none;
     width: 100%;
     font-weight: bold;
     text-align: left;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-radius: 12px;
     transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #454a53;
}

.accordion-content {
    overflow: hidden;
    padding: 0px 20px;
    max-height: 0;
    border-radius: 15px;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 11.5px;
    color: #818490;
}

.icon {
    transition: transform 0.2s ease;
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 12px;
    align-items: center;
    color: #8c92a0;
    background: #565b68;
    border-radius: 50%;
    justify-content: center;
}

.active .icon {
    transform: rotate(180deg);
}

.support_btn_top {
    display: flex;
    gap: 8px;
    align-items: center;
    border: solid 1px #484e58;
    border-radius: 14px;
    padding: 8px;
    width: 100%;
}

.content_support {
  
}

#content2,#content3,#content4 { 
  display: none; 
}

#btn_supp {
 width: 100%;
}

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

.add_ticket_support {
  transition: 0.2s;
  display: flex;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  height: 50px;
  opacity: 0.7;
  color: #fff;
  font-size: 11.5px;
  cursor: pointer;
  border-radius: 11px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.add_ticket_support:hover {
  opacity: 1;
}

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

.btn_support_top:hover {
    color: #ffffff;
	font-size: 11.5px;
    background: #454a53;
}

.active_btn_support_top {
      cursor: pointer;
      height: 50px;
      width: 100%;
      display: flex;
      font-size: 11.5px;
      background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
      font-weight: 600;
      box-shadow: 0px 10px 40px #e5768d3d;
      border-radius: 11px;
      align-items: center;
      transition: 0.2s;
      justify-content: center;
}

.block_forum_item {
  background: linear-gradient(1deg, #41464fa8 30%, #41464f 100%);
  padding: 17px;
  margin-bottom: 10px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
}

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

.flip-container {
  border-radius: 15px;
  margin-bottom: 20px;
}

.flip-container:hover .flipper {
  -webkit-transform: rotateY(180deg);
  cursor:pointer;
}
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  cursor:pointer;
}

.front {
	height: 200px;
    padding: 20px 25px;
    background-size: cover !important;
    display: flex;
    padding-top: 6px;
    background: linear-gradient(16deg, #688f8a59 0%, #688f8a2e 65%);
    border-radius: 20px;
    justify-content: space-between;
}

.front h3 {
  text-align: center;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: white;
}

.front img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.back {
  height: 200px;
  border-radius: 20px;
  -webkit-backface-visibility: hidden;
  width: 100%;
  backdrop-filter: blur(4px);
  position: absolute;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  padding: 20px;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
  font-size: 18px;
  color: white;
}

.back h3 {
  margin-top: 20px;
}

.back p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-right:15px;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  position: relative;
}

.referal_block {
  display: flex;
  margin-bottom: 18px;
  gap: 15px;
  justify-content: space-between;
  padding: 30px;
  border: solid 1px #464b55;
  backdrop-filter: blur(3px);
  background: linear-gradient(1deg, #3a3e47 30%, #484d54 100%);
  border-radius: 14px;
}

.checkbox.style-h {
display: block;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-bottom: 0px;
top: 0px;
}
.checkbox.style-h input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkbox.style-h input:checked ~ .checkbox__checkmark {
background-color: #f7cb15;
}
.checkbox.style-h input:checked ~ .checkbox__checkmark:after {
opacity: 1;
top: -3px;
}
.checkbox.style-h input:checked ~ .checkbox__body {
	background-position: 0 0;
	color: #fff;
	background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
}
.checkbox.style-h input:checked:hover ~ .checkbox__body {
	opacity: 1;
}
.checkbox.style-h:hover input ~ .checkbox__checkmark {
background-color: #f7cb15;
}
.checkbox.style-h:hover input:checked ~ .checkbox__checkmark {
background-color: #f7cb15;
}
.checkbox.style-h .checkbox__checkmark {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 15px;
display: none;
height: 22px;
width: 22px;
background-color: #f7cb15;
transition: background-color 0.25s ease;
border-radius: 4px;
box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1), inset -2px -2px 4px rgba(255,255,255,0.4);
}
.checkbox.style-h .checkbox__checkmark:after {
content: "";
position: absolute;
left: 10px;
top: -15px;
width: 10px;
height: 20px;
border: solid #fff;
border-width: 0 4px 4px 0;
transform: rotate(45deg);
opacity: 0;
transition: opacity 0.25s ease, top 0.25s ease;
}
.checkbox.style-h .checkbox__body {
	color: #ffff;
	line-height: 1.4;
	font-size: 11px;
	font-weight: bold;
	background: linear-gradient(0deg, #575b6694 30%, #575b66 100%);
	padding: 17px 20px;
	border-radius: 11px;
	text-align: center;
	width: 130px;
	transition: 0.2s;
}

.checkbox.style-h .checkbox__body:hover {
	opacity: 0.7;
}

.block_date_edit {
  background: #3d4149;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px 15px 30px 15px;
}

.privaty_block {
  padding: 11px;
  background: linear-gradient(270deg, #52577000 10%, #464a54 100%);
  border-radius: 13px;
  display: flex;
  gap: 6px;
  margin-bottom: 11px;
}

#edit_user_birth_result {
  font-size: 11px;
  color: #a0c0bb;
  width: 100%;
  display: flex;
  gap: 8px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
}

.btn_edit_date {
  margin-top: 25px;
  width: 100%;
  transition: 0.2s;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  border-top: solid 1px #60657fd4;
  background: linear-gradient(0deg, #52577087 30%, #525770 100%);
  border: none;
  padding: 14px;
}

.btn_edit_date:hover {
  opacity: 0.7;
}

.text_date_edit {
  font-weight: bold;
  margin-bottom: -25px;
  padding: 10px 0px;
  display: block;
  font-size: 10.5px;
  color: #828490;
}

.flex_edit_date {
  display: flex;
  gap: 4px;
}

.top_info_index {
  display: flex;
  gap: 7px;
  align-items: center;
}

.top_info_index i{
    font-size: 19px;
    color: #6e747e;
    line-height: 0px;
}

.block_public_info {
  margin-top: -10px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.active-setting {
    color: #fff;
    font-weight: 600;
    background: #6687826b;
    border-radius: 7px;
    height: 23px;
    width: 23px;
}

.non-active-setting {
    color: #fff;
    font-weight: 600;
    background: #515670;
    border-radius: 7px;
    transition: 0.2s;
    height: 23px;
    width: 23px;
}

.settings_ul {
  background: linear-gradient(1deg, #2d3041 30%, #383d51 100%);
  border-radius: 20px;
  margin-top: 20px;
}

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

.img_header_drop:hover {
  opacity: 0.7;
}

.mechant_name {
  font-weight: bold;
  font-size: 13px;
  text-overflow: ellipsis;
  width: calc(100% - 120px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown_header {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding: 0px;
  top: 7px;
  color: #474747;
  height: 100%;
  text-align: left;
}
.dropdown_header .select_header {
    cursor: pointer;
    display: block;
}
.dropdown_header .select_header > i {
    font-size: 12px;
    color: #989eb4;
    background: #474c62;
    border: solid 3px #212330;
    cursor: pointer;
    padding: 1px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    float: right;
}

.dropdown_header.active .select_header > i {
    transform: rotate(-180deg)
}
.dropdown_header .dropdown_menu_header {
    position: absolute;
    width: 320px;
    z-index: 1000;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    height: auto;
    top: 55px;
    box-shadow: 0px 5px 10px #13151a4f;
    padding: 15px;
    border-radius: 20px;
    background: linear-gradient(45deg, #2e3141 30%, #353a4c 100%);
}
.dropdown_header .dropdown_menu_header li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown_header .dropdown_menu_header {
    list-style: none
}
.dropdown_header .dropdown_menu_header li:hover {
    background-color: #f2f2f2
}
.dropdown_header .dropdown_menu_header li:active {
    background-color: #e2e2e2
}

input[type="checkbox"].switch_1{
	font-size: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 40px;
	height: 20px;
	background: #3e424b;
	border-radius: 3em;
	position: relative;
	margin-left: 0px;
	top: 0px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
  
  input[type="checkbox"].switch_1:checked{
	background: #eb7d7c;
	}
  
  input[type="checkbox"].switch_1:after{
	position: absolute;
	content: "";
	width: 16px;
	top: 2px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
	box-shadow: 0 0 .25em rgba(0,0,0,.3);
	-webkit-transform: scale(.7);
	transform: scale(.7);
	left: 3px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
  
  input[type="checkbox"].switch_1:checked:after{
	left: calc(100% - 18px);
	}

.blocked_block {
  height: 360px;
  background: #282b3b;
  padding: 20px 25px;
  display: flex;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.head_block {
  display: flex;
  margin-bottom: 25px;
  box-shadow: 0px 10px 10px #00000029;
  background: #1f212d;
  border-radius: 20px;
  justify-content: space-between;
  background-size: 100%;
  transition: .5s all;
}

.block_stats_bans {
  display: flex;
  gap: 15px;
  width: 100%;
  margin-bottom: -7px;
}

.stats_info_bans {
  width: 100%;
  display: flex;
  background-size: cover !important;
  border-radius: 15px;
  background: linear-gradient(1deg, #3e4156 30%, #4b4e65 100%);
  padding: 0px 20px;
  flex-direction: column;
  style="background-image: url(../templates/solution/img/back_profile.png);";
  height: 100px;
  align-items: center;
  justify-content: space-between;
}


.tab-contents {
  height: 98%;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.page_auth_left {
    width: 100%;
    display: flex;
    background-size: cover !important;
    background: #1a1d27;
    justify-content: center;
    align-items: center;
}

.page_authorization {
    display: flex;
    min-height: 100vh;
}

.login_block {
    height: 100%;
    width: 95%;
    margin-left: -65px;
    border: solid 1px #373b42;
    border-radius: 25px;
    padding: 35px;
    background: linear-gradient(1deg, #2d3037 30%, #373b42 100%);
    box-shadow: 0px 5px 10px #13151a4f;
}

.page_auth_right {
    display: flex;
    max-width: 28rem;
    padding: 70px 0px 70px 0px;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    background-color: #2a2d32;
}

#new_news {
  margin-bottom: 20px;
}

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

.head_block:hover {
 background-size: 101%;
}

.bottom_stats {
  padding: 13px;
  border-radius: 50px;
  border: solid 1px #434750;
  background: linear-gradient(1deg, #4448513d 30%, #444851 100%);
  width: 100%;
  margin-top: 20px;
}

.stats_vnutr {
      display: flex;
      position: relative;
      gap: 10px;
}

.online2 {
   position: relative;
   width: 15px;
   height: 15px;
   display: flex;
   margin-right: -7px;
   margin-left: 7px;
   border-radius: 8px;
   padding: 16px;
   align-items: center;
   justify-content: center;
}

.online2::before,
.online2::after {
   border: 2px solid #30a77233;
   border-radius: 50%;
   position: absolute;
   content: '';
   display: block;
}

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

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

@keyframes spinner-1o3y8q {
   to {
      transform: rotate(360deg);
   }
}

.online3 {
   position: relative;
   width: 30px;
   height: 30px;
   border-radius: 8px;
   background: #4bb78814;
   display: flex;
   margin-right: 10px;
   align-items: center;
   justify-content: center;
}

.online3::before,
.online3::after {
   border: 2px solid #33ad7840;
   border-radius: 50%;
   position: absolute;
   content: '';
   display: block;
}

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

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

.bottom_prev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
  width: 100%;
  background: #ffffff00;
}

.bottom_name {
    position: relative;
    top: 7px;
}

.sdg_watermark {
  background: #ffffff14;
  width: 47px;
  font-size: 19px;
  transition: .2s all;
  display: flex;
  color: #8a8f9bb3;
  height: 47px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.sdg_watermark:hover {
  background: #07f;
  color: #ffffff;
}

.online_pro {
  position: relative;
  border-radius: 50%;
}

.online_prcr{
  position: absolute;
  -webkit-box-shadow: 0 35px 20px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(1deg, #373c44 30%, #3d424b 100%);
  box-shadow: 0 35px 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0s linear 0.2s;
  transition: opacity 0.2s, visibility 0s linear 0.2s;
  z-index: 9999;
  top: 54px;
  width: 274px;
  right: 0;
  border-radius: 15px;
  padding: 14px;
  padding-bottom: 9px;
  /* left: 32%; */
  margin-left: -156px;
}

.online_prcr .user_online_top {
display: none;
}

.online_pro:hover .online_prcr {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.arrtar::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
}
.arrtar::after{
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-left: -15px;
  border-bottom: 20px solid #fff0;
  top: -20px;
}
.arrtar::after {
    left: 53%;
}
.prom{
  margin-top: 15px;
}

.online_prcr label{ 
  display:block;
}
.online_prcr select{ 
  width: 100%;
  padding: 10px 20px 10px 20px;
}

.privaty_text {
  margin-bottom: 5px;
  display: block;
  color: #848692;
  margin-top: 6px;
  font-weight: bold;
}

.block_avatar_edit {
  background: linear-gradient(1deg, #494d568f 30%, #494d56 100%);
  padding: 20px 20px 10px 20px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.link_setting_block {
  padding: 17px;
  border-radius: 20px;
  background: linear-gradient(1deg, #494d568f 30%, #494d56 100%);
  margin-top: 10px;
  margin-bottom: 20px;
}

.password_setting_block {
  padding: 0px 17px 11px 17px;
  border-radius: 16px;
  background: #3d4149;
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-direction: column;
}

.link_text_setting {
  background: #ff988529;
  display: flex;
  gap: 13px;
  padding: 20px 20px;
  color: #ffa79b;
  border: dashed 1px #ff9885b0;
  margin-bottom: -5px;
  font-weight: bold;
  border-radius: 15px;
  font-size: 11px;
}

.link_text_setting i{
  background: #66878233;
  display: flex;
  width: 40px;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  border-radius: 11px;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.privaty_block_settings {
  margin-bottom: 20px;
}

.save_signature {
  border: none;
  padding: 14px;
  background: linear-gradient(0deg, #46495296 30%, #464952 100%);
  color: #ffffff;
  margin-top: 4px;
  transition: .2s all;
  font-weight: 600;
  width: 100%;
  border-radius: 10px;
}

.save_signature:hover {
  opacity: 0.7;
}

.save_all {
  border: none;
  padding: 14px;
  color: #ffffff;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  transition: .2s all;
  font-weight: 600;
  width: 100%;
  border-radius: 10px;
}

.save_all:hover {
  opacity: 0.7;
}

.save_all_info {
  color: #ffb69d;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0px;
}

#edit_user_route_result {
  color: #a0c0bb;
  font-weight: bold;
  font-size: 11px;
  margin-top: 5px;
}

.flex_edit_avatar_setting {
  display: flex;
  gap: 20px;
}

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

.img_edit_settings {
  width: 110px;
  height: 110px;
  border-radius: 16px;
}

.btn_avatar_setting {
  background: linear-gradient(0deg, #595e688f 30%, #595e68 100%);
  border: none;
  height: 49px;
  border-radius: 10px;
  font-weight: bold;
  width: 150px;
  margin-top: 21px;
  font-size: 11px;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
}

.btn_avatar_setting:hover {
  opacity: 0.7;
}

.buttons_referal {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.btn_referal {
  border: none;
  transition: 0.2s;
  background: none;
  color: #fff;
  font-weight: bold;
  border-bottom: dashed 1px #ffffffab;
}

.btn_referal:hover {
  opacity: 0.7;
}

.reveral_link_info {
  font-size: 11px;
  line-height: 15px;
  display: block;
  width: 90%;
  color: #ffffff;
  font-weight: bold;
  margin-top: 13px;
}

#edit_user_avatar_result {
  color: #a0c0bb;
  font-weight: bold;
  font-size: 11px;
  margin-top: 10px;
}

.link_info_setting {
  color: #ffff;
  display: block;
  line-height: 16px;
  margin-bottom: 6px;
}

.signature_block_setting {
  
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
.contacts_setting_block {
  background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
  padding: 18px;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
};
  padding: 18px;
  background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
  box-shadow: 0px 5px 10px #13151a4f;
  border-radius: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
}

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

.flex_link_setting {
  width: 80%;
}

#users {
  margin-bottom: 15px;
  margin-top: 15px;
}

.right_user_top {
  display: flex;
  gap: 9px;
  align-items: center;
  width: 35%;
}

.heading_block_user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.select_filter_user {
  font-size: 11px;
    padding-top: 16px;
    background: #3a3d51;
    font-weight: 600;
    padding-left: 50px;
    height: 55px;
    top: -1px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 10px;
    color: #ffff;
}

.block_companion {
  display: flex;
  background: linear-gradient(338deg, #41464fc7 30%, #41464f 100%);
  border-radius: 13px;
  padding-left: 17px !important;
  backdrop-filter: blur(1px);
  padding: 14px;
  align-items: center;
  justify-content: space-between;
}

.img_companion {
    width: 37px;
    height: 37px;
    border-radius: 10px;
}

.btn_send_message {
  border-radius: 50px;
  width: 32px;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  display: flex;
  position: absolute;
  height: 32px;
  color: #ffffff !important;
  padding-left: 1px;
  font-size: 14px;
  top: 8px;
  right: 28px;
  align-items: center;
  justify-content: center;
}

.btn_send_message:hover {
  opacity: 0.7;
}

.flex_edit_news {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.btn-primary {
  background: #3a3f47;
  padding: 0px 25px !important;
  border-radius: 10px;
  height: 45px !important;
}

.btn-primary:hover {
  height: 100%;
  background: #444a54 !important;
  padding: 0px 25px !important;
}

.send_comment_btn {
  border: none;
  margin-right: 8px;
  padding: 0px 20px;
  height: 41px;
  background: #3e424b;
  transition: 0.2s;
  font-size: 11px;
  font-weight: bold;
  color: #747984;
  border-radius: 9px;
}

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

.desp_companion {
  font-size: 11px;
  color: #818894;
}

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

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

.flex_companion {
  display: flex;
  gap: 12px;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
}

.companion_btn {
  color: #8d94a2 !important;
  font-weight: 600;
  height: 37px;
  border-radius: 10px;
  font-size: 15px;
  opacity: 1;
  display: flex;
  width: 37px;
  background: linear-gradient(25deg, #4f555f 30%, #575d68 100%);
  transition: .2s all;
  align-items: center;
  justify-content: center;
}

.companion_btn:hover {
  opacity: 0.7;
}

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

.head_news {
  background: linear-gradient(0deg, #474c56a8 30%, #454b56 100%);
  padding: 15px;
  border-radius: 15px;
  display: flex;
  font-weight: bold;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

.head_news .bx-message-square-dots{
  background: linear-gradient(23deg, #60677196 30%, #67717e 100%);
  border-radius: 12px;
  width: 43px;
  height: 43px;
  font-size: 18px;
  min-width: 43px;
  color: #a6a9ba;
  display: flex;
  align-items: center;
  justify-content: center;
}

.name_news_img {
  font-size: 17px;
  margin-bottom: 10px;
  margin-left: -13px;
  padding: 20px 50px;
  backdrop-filter: blur(4px);
  border-radius: 0px 50px 50px 0px;
  background: #e5778c33;
}

.block_comments {
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
  box-shadow: 0px 5px 10px #13151a4f;
}

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

.text_news_info {
  font-size: 13px;
}

.img_edit_news {width: 100%;border-radius: 18px;height: 246px;background-size: cover;}

.flex_edit_img {
  margin-top: -65px;
}

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

.desp_news_info {
  color: #7e8490;
  font-size: 11px;
}

.edit_news_btn {
	background: linear-gradient(23deg, #5f6874a1 30%, #5f6874 100%);
	border-radius: 12px;
	display: flex;
	width: 43px;
	height: 43px;
	color: #9093a2 !important;
	align-items: center;
	font-size: 13px;
	justify-content: center;
}

.edit_news_btn:hover {
	opacity: 0.7;
}

.head_news_btn {
  gap: 8px;
  display: flex;
}

.block_edit_news {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
    box-shadow: 0px 5px 10px #13151a4f;
}

.edit_news_left {
  width: 33%;
}

.block_forum {
  border-radius: 20px;
  background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
  box-shadow: 0px 5px 10px #13151a4f;
  padding: 20px !important;
  margin-bottom: 20px;
}

.custom_file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.load {
    width: 100%;
    height: 50px;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    backdrop-filter: blur(2px);
    cursor: pointer;
    z-index: 2;
    transition: 0.2s;
    color: #ff9fa9;
    font-size: 11px;
    font-weight: 600;
    background-color: #e8798538;
    border-radius: 11px;
    border: dashed 1px #e8798594 !important;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
}

.load:hover {
    color: #ffffff;
    background-color: #eb7d974d;
    border: dashed 1px #d47c84 !important;
}

.btn_admin_forum_full {
  background: #40444d;
  display: flex;
  height: 50px;
  border: none;
  width: 130px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  color: #898e9a !important;
  border-radius: 12px;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
}

.btn_admin_forum_full:hover {
  background: #484c56;
  color: #ffffff !important;
}

.btn_admin_forum {
  background: #3e424b;
  display: flex;
  height: 45px;
  font-size: 13px;
  color: #747a87 !important;
  border-radius: 12px;
  width: 45px;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
}

.btn_admin_forum:hover {
  background: #4d525c;
  color: #ffffff !important;
}

.btn_edit_news_img {
  border: none;
  width: 100%;
  background: #474b54;
  color: #8e939e;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
  padding: 14px;
}

.btn_edit_news_img:hover {
  background: #535862;
  color: #ffffff;
}

.flex_btn_news_img {
  display: flex;
  gap: 10px;
  margin-top: -4px;
}

.edit_news_right {
  width: 67%;
}

.custom_file_padding {
  padding: 20px;
  padding-top: 0px;
}

.flex_head_news {
  display: flex;
  gap: 12px;
  align-items: center;
}

.img_forum_setting {
  height: 55px;
  width: 55px;
  border-radius: 12px;
}

.block_content_new {
  width: 60%;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
  box-shadow: 0px 5px 10px #13151a4f;
}

.left_news {
  width: 40%;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 20px;
  background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
  box-shadow: 0px 5px 10px #13151a4f;
}

.btn_forum_setting_mini {
  border: none;
  width: 55px;
  transition: 0.2s;
  background: linear-gradient(24deg, #52566294 30%, #5a5e6a 100%);
  height: 55px;
  color: #818490;
  border-radius: 12px;
  font-size: 17px;
}

.btn_forum_setting_mini:hover {
  opacity: 0.7;
}

.btn_forum_setting_min {
  border: none;
  width: 55px;
  transition: 0.2s;
  background: linear-gradient(24deg, #52566294 30%, #5a5e6a 100%);
  height: 55px;
  color: #818490;
  border-radius: 12px;
  font-size: 17px;
}

.btn_forum_setting_min:hover {
  opacity: 0.7;
}

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

.sections_list {
  position: relative;
  z-index: 1;
  display: flex;
  width: 1px;
  top: -26px;
  align-items: center;
}

.sections_list i{
  position: relative;
  color: #828490;
  font-size: 20px;
  left: 16px;
}

.sections_list span{
  position: relative;
  z-index: 1;
  top: -8px;
  margin-left: 30px;
  color: #828490;
  font-weight: bold;
  font-size: 11px;
}

.table_group_forum {
  margin-bottom: 7px;
}

.modal_btn_forum {
  padding: 13px 30px;
  border: none;
  border-radius: 10px;
  transition: 0.2s;
  font-size: 11px;
  color: #7a7e87;
  background: #40444d;
  font-weight: 600;
}

.modal_btn_forum:hover {
  color: #ffffff;
  background: #4b4f59;
}

.btn_admin_topic {
  display: flex;
  gap: 7px;
}

.flex_btn_modal_forum {
  padding-top: 15px;
  border-top: solid 1px #3c4049;
}

.img_add_forum {
  width: 109px;
  opacity: 1;
  height: 109px;
  border-radius: 15px;
  transition: 0.2s;
}

.btn_forum_setting_delete {
  border: none;
  width: 55px;
  transition: 0.2s;
  background: linear-gradient(26deg, #bc6767 0%, #f38888 55%);
  height: 55px;
  color: #ffffff;
  border-radius: 12px;
  font-size: 17px;
}

.btn_forum_setting_delete:hover {
  opacity: 0.7;
}

.btn-group-toggle {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  padding-right: 7px;
}

.head_block_topic_full {
    display: flex;
    gap: 11px;
    align-items: center;
}

.head_block_topic_full i{
	width: 45px;
	height: 45px;
	background: linear-gradient(23deg, #4f535d94 0%, #4f535d 55%);
	border-radius: 12px;
	display: flex;
	margin-bottom: 4px;
	color: #9094a0;
	font-size: 18px;
	min-width: 45px;
	align-items: center;
	justify-content: center;
}

.row_img_edit_forum {
  display: flex;
}

.block_btn_forum_top {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

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

.name_info_block_topic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn_add_forum {
  width: 100%;
  display: flex;
  background: linear-gradient(1deg, #41464fa8 30%, #41464f 100%);
  padding: 18px;
  font-size: 12px;
  color: #ffffff !important;
  align-items: center;
  border-radius: 11px;
  justify-content: center;
}

.btn_add_forum:hover {
   opacity: 0.7;
   font-size: 12px;
}

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

.name_topic_forum {
  font-size: 15px;
  font-weight: bold;
}

.block_forum_profile_top {
  border-radius: 17px;
  background: linear-gradient(1deg, #41464fa8 30%, #41464f 100%);
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  padding: 18px;
  flex-direction: column;
}

.flex_text_forum {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 17px;
}

.name_user_forum {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
}

.group_user_forum {
  font-size: 11px;
  font-weight: bold;
}

.img_forum_user {
  width: 45px;
  height: 45px;
  border-radius: 11px;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}

.img_forum_user:hover {
  opacity: 0.7;
}

.img_forum_user_back {
  position: relative;
  filter: blur(5px);
  opacity: 0.3;
  z-index: 0;
  border-radius: 13px;
  margin-left: -10px;
  margin-right: -47px;
  width: 44px;
  height: 44px;
}

.avatar_profile {
  width: 73px;
  height: 73px;
  border-radius: 15px;
}

.name_reaction_forum {
  font-size: 11px;
  color: #ffafa0;
}

.info_reactions_profile {
  display: flex;
  background: linear-gradient(262deg, #41464fc2 30%, #ed80771f 100%);
  gap: 12px;
  border-radius: 15px;
  padding: 13px;
  flex-direction: column;
}

.flex_user_info_topic {
  display: flex;
  gap: 14px;
  align-items: center;
}

.search_flex_users {
  display: flex;
  gap: 8px;
  width: 500px;
}

.flex_text_topic_forum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 18px;
}

.block_top_users {
    padding: 15px;
    border-radius: 50px;
    display: flex;
    background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
    margin-bottom: 20px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
.new_table_forum {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

	.block_support_left {
    max-height: 520px;
}

	.block_stats_bans {
    flex-direction: column;
}

	.left_blocked {
    width: 60%;
    padding: 20px;
}
  
  .flex_mini_user {
    display: none;
}
}

@media (max-width: 991.99px) {
	.new_table_privileges {
    background: #3a3d51;
    align-items: flex-start;
    border-radius: 15px;
    gap: 15px;
    padding: 25px;
    flex-direction: column;
    margin-bottom: 17px;
}

	    .flex_mini_user {
        display: flex;
    }

	.block_top_users {
    border-radius: 20px;
}

	.search_flex_users {
    flex-direction: column;
    gap: 0px;
}

	.search_flex_users .custom-select.with-title > select{
    border-radius: 11px !important;
}

	.search_btn {
    border-radius: 9px;
}

	.search_flex_users .custom-select i {
	  border-radius: 9px !important;	
	}

	.block_message {
    gap: 0px;
    flex-direction: column;
}

	.block_message_right {
    width: 100%;
}
	
	.delete_privileges {
    position: absolute;
    right: 32px;
    margin-top: -12px;
    font-size: 13px;
    transition: 0.2s;
}

	.number_referal {
    margin-top: -5px;
    margin-left: 0px;
    left: 51px;
}

	.right_user_top {
    display: flex;
    gap: 9px;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

	.right_user_top .custom-select {
      width: 100% !important;
  }

	.heading_block_user {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

	.edit_news_right {
    width: 100%;
}

	.block_search {
    border-radius: 10px;
    margin-top: 7px;
    width: 100%;
}

	.block_select_friends {
    padding: 15px;
    border-radius: 20px;
}

	.block_forum_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

	.desp_forum {
    font-size: 11px;
    line-height: 13px;
}

	.flex_info_forum {
    line-height: 25px;
}

	.flex_forum_info_right {
    border-left: none;
    width: auto;
}

	.block_btn_forum_top {
    gap: 10px;
}

	.new_table_forum {
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    gap: 17px;
    align-items: flex-start;
}

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

	.new_tr_forum {
    width: 100%;
}

	.name_info_block_topic {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

	.block_support {
    flex-direction: column;
}

	.block_support_left {
    max-height: max-content;
    width: 100%;
}

	.block_support_right {
    width: 100%;
}

	.info_server {
    margin-top: 20px;
}

	.status_block {
		display: flex !important;
		flex-direction: row !important;
		margin-bottom: 0px !important;
		height: 56px !important;
	}

	.status_block small{
		color: #fff !important;
		font-size: 12px;
		position: relative;
		top: 10px;
	}

	.div_edit_user {
    flex-direction: column;
}

	.btn_ticket_support {
    flex-wrap: wrap;
}

	.block_select_servers_blocked {
    padding: 15px;
    border-radius: 20px;
    justify-content: space-between;
    flex-direction: column;
}

	.blocked_block {
    height: fit-content;
    padding: 15px;
}

	.edit_news_left {
    width: 100%;
}

	.flex_blocked {
    margin-bottom: 15px;
}

	.btns_blocked {
    display: none;
}

	.blocked_text {
    font-size: 19px;
}

	.blocked_desp {
    font-size: 11.5px;
}

	.left_blocked {
    width: 100%;
}

	.block_stats_bans {
    flex-direction: column;
}

	.avatar_edit {
    padding: 20px;
    flex-direction: column;
}

	.flex_user_avatar_edit {
    width: 100%;
}

	.avatar_edit_result {
    width: 100px;
    height: 100px;
    border-radius: 17px;
    margin-left: -15px;
}
  
  .select_number {
    flex-wrap: wrap;
}

	.flex_edit_news {
    flex-direction: column;
}

	.transparent_tr {
    background: #fff0 !important;
    height: max-content !important;
    align-items: flex-start;
    padding: 0px !important;
}

	.status_purse_minus {
    box-shadow: none;
}

	.status_purse_plus {
    box-shadow: none;
}
  
  #loader {
    margin: -65px 0 0 -25px;
}

	.block_select_support {
    border-radius: 15px;
}
  
  .prof_l {
    flex-direction: column;
    align-items: flex-start;
}

	.contacts_profile {
    flex-wrap: wrap;
}

	.profile_contact_discord {
    width: fit-content;
}
  
  .status_user_chat {
    display: none;
}

	.news_flex {
    flex-direction: column;
}

	.left_news {
    width: 100%;
}

	.name_news_img {
    font-size: 14px;
}

	.block_content_new {
    width: 100%;
}
  
  .slider_menu {
    display:none;
}

	.img_edit_news {
    height: 180px;
}

.discount_block {
    height: auto;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
}

.flex_yes_or_no {
    margin-bottom: 15px;
}

.name_server_info {
    max-width: 300px;
}

	.position_player {
    display: none !important;
}

}
  .with_code table tr td {
    word-break: normal;
}