.succ_ok {
    background-color: #48c74c;
    color: #fff;
    padding: 12px;
}

.bbcode a img {
  margin-right: 4px;
  opacity: 0.5;
}

.bbcode a img:hover  {
  filter: none;
}

@supports (position:sticky) {
    .bbcode a img {
      filter: grayscale(1);
      transition: filter .2s;
      opacity: 1;
    }
}

.bbcode {
  background: #212a31;
  padding: 15px 15px 0px 15px;
}

.login {
    display: block;
    /*padding-left: 5px;*/
    /* background: #212a31; */
    /* color: #fff; */
    /* border-top: 1px solid #1a2127; */
    transition: background .2s;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 5px;
}

.ava_usr {
    max-width: 100%;
    margin: 0px auto;
}

.login_menu {
    flex: 1 1 200px;
    padding-left: 10px;
    line-height: 1.4;
    /*font-size: 13px;*/
    width: 100%;
    word-wrap: break-word;
}
.login_status {
    font-size: 13px;
    word-break: break-all;
}

.time {
    float: right;
    border: 1px solid #5f5e5e;
    background: #777777;
    color: #fff;
    border-radius: 7px;
    font-size: 11px;
    padding: 3px 5px;
    /* color: #4d575f; */
    margin-right: 6px;
    margin-top: 3px;
    font-weight: bold;
}

.furum_nav_adm {
    padding: 5px;
    margin: 6px 0;
}
.furum_nav_adm a{
    background: #de7676;
    color:#fff;
    border-radius: 20%;
    padding:6px;
}
.furum_nav_adm a:hover{
    background: #bb3535;
}

.lock-th {
    padding: 0;
    border: 0;
    width: 32px;
    height: 32px;
    background-color: #0000;
    background-image: url(/views/icon/lock-th.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

.lock-th-m {
    padding: 0;
    border: 0;
    width: 18px;
    height: 18px;
    background-color: #0000;
    background-image: url(/views/icon/lock-th.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

/*stiker forum*/


.lclose {
    color: #fff;
    padding: 5px 8px;
    background: #ad3030;
    border-radius: 5px;
    cursor: pointer;
    position: sticky;
    top: 1px;
    float: right;
}
 
/*stiker forum*/
.vip {
    background: #350c77;
    /*font-size: 11px;*/
}

/*
table{border-spacing:10px;counter-reset:numrows;}
tr::before{counter-increment:numrows;content:counter(numrows)}
*/

.num {
    
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
    background: #000;
    margin-right: 15px;
    padding: 2px;
}
.num_block {
   display: -webkit-box;
}

.search_ic {
    padding: 0;
    border: 0;
    width: 17px;
    height: 17px;
    background-color: #0000;
    background-image: url(/views/icon/search_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}
.plus_ic {
    padding: 0;
    border: 0;
    width: 17px;
    height: 17px;
    background-color: #0000;
    background-image: url(/views/icon/plus_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

.spfo {
    /*margin: 5px;*/
    border: 1px solid #7c86e4;
    border-left: 7px solid #7c86e4;
    padding: 3px 10px;
}

.ftop {
    background: #70ad61;
    font-size: 11px;
}

.blog_view {
   /* background: #eee;*/
    padding: 10px;
    font-size: 13px;
    border: 1px solid #d9d9d9;
}

.flex_nav {
    display: flex;
    text-align: center;
}

.flex_nav > r {
    padding: 6px;
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    flex: 1;
    vertical-align: middle;
}
.flex_nav > r:last-child {
    border-right: 1px solid #e9e9e9;
}
.padding_menu {
    padding: 8px;
}

.green-div {
    display: inline-block;
    background: #1eaf5f;
    padding: 3px;
    color: #fff;
}
.green-div a{color: #fff;}
.green-div a:hover{background: #3ddf86;}

.red-div {
    background: #dd4141;
    display: inline-block;
    padding: 3px;
    color: #fff;
}
.red-div a{color: #fff;}
.red-div a:hover{background: #dd4141;}

.hashtag {
    padding: 4px;
    background: #e5e5e5;
    margin: 2px;
    border-radius: 5px;
    line-height: 2;
}

.error {
    padding: 7px;
    background: #e76c6c;
    color: #f9f9f9;
}

.forum_file {
    background: #f5eba6;
    /* color: #e9e9e9; */
    font-size: 13px;
    padding: 5px;
    border-radius: 7px;
    font-weight: 500;
}

.progress {
    border-radius: 6px;
}

.f_top_mess {
	overflow: hidden;
	position: relative;    
}
.f_top_mess.hide {
	height: 300px;
}
.f_top_mess.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000 150%);*/
}

.count_right {
    background: #bcbcbc;
    display: inline-block;
    float: right;
    padding: 4px;
    color: #fff;
}

.div_comm {
    padding-left: 6px;
    border-left: 3px solid #efefef;
    border-bottom: 1px solid #e9e9e9;
    margin-left: 40px;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}


         .spoiler-list-sp {
            
             display:none;
         }
 
         .d-block-sp {
             display: block;
         }
 
         .menu-link-sp {
             display:block;
             padding:7px 0;
         }

/*
.menu-button-sp{
*/
.spoiler-sp {
  display: block;
  position: relative;
  /*z-index: 9999;*/
  cursor: pointer;
  }
  
  .spoiler-sp : hover {
      text-decoration: none;
  }
  
  .spfo a:hover {
    text-decoration: none;
}

/* РЈР±РёСЂР°РµРј СЃС‚Р°РЅРґР°СЂС‚РЅС‹Р№ РјР°СЂРєРµСЂ Chrome */
/*
details summary::-webkit-details-marker {
  display: none
}
*/
/* РЈР±РёСЂР°РµРј СЃС‚Р°РЅРґР°СЂС‚РЅС‹Р№ РјР°СЂРєРµСЂ Firefox */
/*
details > summary {
  list-style: none;
}

details > summary:hover {
  cursor: pointer;
}
*/
/* Р”РѕР±Р°РІР»СЏРµРј СЃРѕР±СЃС‚РІРµРЅРЅС‹Р№ РјР°СЂРєРµСЂ РґР»СЏ Р·Р°РєСЂС‹С‚РѕРіРѕ СЃРѕСЃС‚РѕСЏРЅРёСЏ */
/*
details summary:before {
  content: '+';
 
  margin-right: 7px;
  border: 1px solid #4c4c4c;
  padding: 0 4px;
  border-radius: 3px;
  float: right;
}
*/
/* Р”РѕР±Р°РІР»СЏРµРј СЃРѕР±СЃС‚РІРµРЅРЅС‹Р№ РјР°СЂРєРµСЂ РґР»СЏ РѕС‚РєСЂС‹С‚РѕРіРѕ СЃРѕСЃС‚РѕСЏРЅРёСЏ */
/*
details[open] summary:before {
  content: '-';
}
*/
.noti-text {
    border: 2px solid #93af9d;
    /*margin-left: 25px;*/
    margin-top: 5px;
    padding: 5px;
    border-radius: 6px;
}

.more_item {
    padding: 5px;
    border: 1px solid #5b92cb;
    border-radius: 6px;
    background: #4f8bc9;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}
.more_item:hover {
    background: #1860ab;
}
.round {
    border-radius: 50%;
    border: 2px solid #eee;
   }
   /*
   .red-div {
    background: #db4545;
    padding: 13px;
}
.red-div a {
    color: #fff;
}
*/
.black-div{
    background: #303030;
    padding: 13px;
    color: #fff;
}
.black-div a {
    color: #fff;
}

.ico {
    padding: 3px;
    background: #579144;
    border-radius: 5px;
}

.ico:hover {
    background: #dd4d4d;
}

.confirm {
    text-align: center;
    padding: 10px;
}


.confirm a {
    padding: 12px;
    margin: 12px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: bold;
	color: #dfdfdf;
}

.confirm a:hover {
	padding: 10px;
}

.confirm_ok {
	background: #1eaf5f;
	border: 2px solid #1d9d57;
}


.confirm_no {
	background: #dd4141;
	border: 2px solid #db2a2a;
}

.bbcode_panel {
    padding: 6px;
}
.bbcode_panel img {
    margin: 2px;
}
.bbcode_panel img:hover {
    /*padding: 4px;*/
    background: #bdbdbd;
    /*border-radius: 50%;*/
}
.q a {
    text-decoration: underline;
}


        .progressbar {
	height: 12px;
	position: relative;
	background: #555;
	padding: 2px;
	border-radius: 0 10px 10px 0;
   /* width: 65%;*/
    /*max-width: 200px;*/
    
    margin-left: 28px;
}
        .progressbar > span {
  display: block;
  height: 100%;
  background-color: rgb(43,194,83);
  position: relative;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}

.progressbar_text {
   text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 1px;
    font-size: 12px;
    color: #fff;
    z-index: 1;
}

.progressbar_level{
  display: inline-block;
  background: #198f48;
  color: #000;
  text-align: center;
  border-radius: 50%;
  padding: 0.5em  0;
  width:2em;
  height:1em;
  position: absolute;
  z-index:1;
  margin-top: -10px;
  color: #fff;
  border: 2px dotted #2d831a;
  line-height: 1.1;
  box-sizing: unset;
}

.div-item {
    display: inline-block;
    background: #f8f9cc;
    color: #9d8b05;
    padding: 2px;
    border-radius: 4px;
}

.progressbar1 {
    margin: 0 50px;
    
}

details {
 border-bottom: 1px solid #dee2e6;
 padding: 10px;
 border-left: 7px solid #bfcd33;
 }
 details summary::-webkit-details-marker {
   display: none
 }
 
 details > summary {
   list-style: none;
   font-weight: bold;
 }
 
 details > summary:hover {
   cursor: pointer;
 }
 
 
 details summary:before {
   content: url("data:image/svg+xml; utf8, <svg enable-background='new 0 0 32 32' version='1.1' height='24' width='24' viewBox='0 0 32 32'  xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M24.285,11.284L16,19.571l-8.285-8.288c-0.395-0.395-1.034-0.395-1.429,0  c-0.394,0.395-0.394,1.035,0,1.43l8.999,9.002l0,0l0,0c0.394,0.395,1.034,0.395,1.428,0l8.999-9.002  c0.394-0.395,0.394-1.036,0-1.431C25.319,10.889,24.679,10.889,24.285,11.284z' fill='%23ccc'/></svg>");
   padding: 0 4px;
   float: right;
 }
 
 details[open] summary:before {
   content: url("data:image/svg+xml; utf8, <svg enable-background='new 0 0 32 32' version='1.1' height='24' width='24' viewBox='0 0 32 32'  xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M16.714,11.297c-0.389-0.389-1.039-0.389-1.429,0l-8.999,8.976  c-0.394,0.394-0.394,1.033,0,1.426c0.394,0.394,1.034,0.394,1.428,0L16,13.436l8.285,8.264c0.395,0.394,1.034,0.394,1.429,0  c0.394-0.394,0.394-1.033,0-1.426L16.714,11.297z' fill='%23ccc' /></svg>");
 }
 
.del_inl {
    padding: 5px 9px;
    float: right;
   
   
    position: relative;
   
    z-index: 9;
    margin-top: -5px;
}

.inline > b {
    display: inline-block;
    padding: 12px 0;
    background-color: var(--menu-bg);
    /* color: #454545; */
    width: 48%;
    border: var(--border);
}
.icons-ava {
    display: block;
}

.icon-ava-level{
	padding: 3px;
    /*background: #ff6766;*/
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    margin-left: -12px;
    margin-top: 4px;
    font-size: 8px;
    padding: 0.3em 0;
    width: 1.6em;
    height: 1em;
    line-height: 1;
    text-align: center;
    color: #fff;
    /* padding-right: 20px; */
    box-sizing: unset;
}

.icon-ava-online{
	padding: 3px;
    background: #49bb0f;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    margin-left: -12px;
    margin-top: -21px;
    font-size: 8px;
    padding: 0.3em 0;
    width: 1.6em;
    height: 1em;
    line-height: 1;
    text-align: center;
    color: #fff;
    /* padding-right: 20px; */
    box-sizing: unset;
}

.user_repl {
    font-size: x-small;
    background: #ebebeb;
    padding: 2px 1px;
    border-radius: 5px;
    display: inline-block;
}
.avatarm {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.login_menu {
    flex: 1 1 200px;
    padding-left: 10px;
    line-height: 1.4;
    /* font-size: 13px; */
    width: 100%;
    word-wrap: break-word;
}
.login {
    display: block;
    /* padding-left: 5px; */
    /* background: #212a31; */
    /* color: #fff; */
    /* border-top: 1px solid #1a2127; */
    transition: background .2s;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 5px;
}
.delete {
    color: #fff;
    background: #ca4444;
    display: inline-block;
    float: right;
    padding: 3px 5px;
}
.delete {
    color: #fff;
}
.new {
    background: #ef4747;
    /* color: #fff; */
}
  .description {
            width: 80%
        }
 
        .pic {
            width: 20%;
            text-align: center;
            display: contents;
        }
        .pic>a{
    width: 150px;
    height: 150px;
    overflow: hidden;
}
 
        .ultFlex {
            display: flex;
            justify-content: space-evenly;
            gap: 10px;
        }
@-webkit-keyframes vip {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes vip {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes vip {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes vip {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.round {
    border-radius: 50%;
    border: 2px solid #eee;
}

.bbcode_panel {
    padding: 6px;
}

.auth_soc_but {
     background-color: #54a9eb;
    margin: 10px;
    padding: 5px 0;
    color: #fff;
    border: 1px solid #54a9eb;
    display: block;
    border-radius: 30px;
    /* height: 40px; */
    width: 234px;
}
.auth_soc_text {
  margin-top: 6px;
      margin-right: 25px;
  
}
.auth_soc_ico {
    height: 31px;
    width: 31px;
    float: left;
    margin-left: 10px;
}
.clr {
  clear: both;
}

.auth_form {
  display: flex;
}
 
.auth_left {
    width: 65%;
    background-color: #fffdfd;
    padding: 15px;
    margin: 0 5px 5px 0;
}
 
.auth_right {
    width: 35%;
    background-color: #fff;
    margin: 0 0 5px 5px;
    padding: 10px;
    text-align: center;
}
.auth_right img{
    padding: 16px;
    width: 54px;
    height: 54px;
}

.SocAuth{
	display: flex;
    justify-content: center;
    margin-top: 10px;
    word-break: auto-phrase;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #323232;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #eaecf1;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #36383a;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.download_buttom {
    
    background-color: #4caf50;
    width: 45%;
    text-align: center;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #48a54c;
    color: #fff;
    cursor: pointer;
}

.download_buttom:hover{
    background-color: #39873c;
}

.download_buttom_view {
    background-color: #647865;
    border: 1px solid #546455;
    padding: 12px;
}

.download_buttom_view:hover{
    background-color: #506051;
}


.download_buttom_forum {
    background-color: #dce394;
    border: 1px solid #dce396;
    padding: 3px;
    width: auto;
    color: #3a3939;
}

.download_buttom_forum:hover{
    background-color: #506051;
}

.download_buttom_item {
    background: #2d6a3094;
    display: inline-block;
    padding: 3px;
    border-radius: 5px;
}

.download_buttom_item_forum {
    background: #868b584d;
    
}

.level_size {
    font-size:5px;
}

.bubble {
    position: relative;
    /* font-family: sans-serif; */
    font-size: small;
    /* line-height: 24px; */
    background: #00000080;
    border-radius: 6px;
    padding: 2px 8px;
    text-align: center;
    color: #f5f5f5;
    /*display: inline-block;
    float: right;*/
}

.bubble-bottom-left:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 8px solid #7f7f7f;
    border-right: 5px solid transparent;
    /*border-top: px solid #00000080;*/
    border-bottom: 6px solid transparent;
    left: 7px;
    bottom: -5px;
    z-index: 2;
}
.bubble-inside {
    /* color: #000; */
    /* display: inline-block; */
    float: right;
    border-left: 1px solid #c0c0c1;
    padding-left: 10px;
}
.bubble-inside-inside {
    /* color: #000; */
    float: right;
    border-left: 1px solid #e9eced;
    margin-top: -6px;
}
.like-new {
    border: 1px solid #80f37d;
    display: inline-block;
    padding: 4px;
    border-radius: 3px;
    color: #80f37d;
    font-size: 10px;
    font-weight: 600;
}
.like-new a {
color: #80f37d;
}

.like-new-border {
    border-left: 1px solid #80f37d;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    height: 10px;
    vertical-align: middle;
}
.repost-div {
    border: 1px solid #b2bde5;
    display: inline-block;
    padding: 4px;
    border-radius: 3px;
    color: #748bdb;
    font-size: 10px;
    font-weight: 600;
}
.repost-div a {
color: #748bdb;
}

.repost-div-border {
    border-left: 1px solid #748bdb;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    height: 10px;
    vertical-align: middle;
}

.spoiler-new {
    cursor: pointer;
    background: #444;
    color: transparent;
    border-radius: 4px;
    padding: 2px 4px;
    user-select: none;
    transition: color 0.3s;
    
}
.spoiler-new.revealed {
    color: #fff;
    background: none;
    cursor: auto;
}

.hide-text {
   display: -webkit-box;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;
   overflow: hidden;
   transition: all 0.3s ease;
   margin-bottom: 10px;
}

.hide-text.expanded {
    -webkit-line-clamp: unset;
}

.hide-btn {
    
    cursor: pointer;
    padding: 6px 12px;
    /*
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 4px;
    */
    
    font-size: 14px;
    margin-top: 8px;
}


.spoiler-image {
    border-left: 7px solid #bfcd33;
}
.cabinet, .cab-ico {
    
}
.cab-ico-ank {
}
.cab-ico-set {
}
.cab-ico-bill {
}
.cab-ico-rename-us {
}
.cab-ico-ref {
}
.cab-ico-task {
}
.cab-ico-mail {
}
.cab-ico-noti {
}
.cab-ico-uslugi {
}

.cab-ico-tiket {
}
.cab-ico-portf {

}
.cab-ico-notes {
 
}
.cab-ico-bookmark {
  
}
.cab-ico-ked {
}
.cab-ico-friends {
}
.cab-ico-blacklist {
}
.cab-ico-blog {
}
.cab-ico-exit {
}