.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 #4f8bc9;
    border-bottom: 1px solid #cbcbcb;
    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;
 }
 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;
}