.userinfo_top {
  position: relative;
  padding-bottom: 50px;
}

.user_tab {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user_tab>li {
  display: inline;
  margin-right: 1.2em;
}

.user_tab>li>a {
  text-decoration: none !important;
  font-size: .6em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.user_tab>li>a {
  color: #fff;
  opacity: .5;
}

.user_tab>li>a:hover {
  color: inherit;
}

.user_tab>li.active>a {
  cursor: default;
  font-size: 1em;
  opacity: 1;
}

.usinf {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.usinf li {
  padding: 12px 0;
  border-top: 1px solid #1d2333;
}

.usinf li:first-child {
  border-top-width: 0;
}

.ui-c1,
.ui-c2 {
  display: inline-block;
  vertical-align: top;
}

.ui-c1 {
  width: 30%;
  margin-right: 5%;
}

.ui-c2 {
  width: 60%;
}

.userinfo {
  padding-left: 90px;
}

.userinfo .avatar {
  position: absolute;
  float: left;
  margin: 0 0 0 -90px;
}

.userinfo .avatar .cover {
  width: 60px;
  height: 60px;
}

.userinfo>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.stats_head>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.25em;
}

.stats_head>ul>li {
  margin-top: 15px;
  padding-left: 30px;
}

.stats_head>ul>li:before {
  content: "";
  float: left;
  margin: 2px 0 0 -30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #3394e6;
}

.stats_head>ul>li>b {
  display: block;
  font-size: .8em;
  opacity: .5;
  font-weight: normal;
}

.stats_head>ul>li.stats_d:before {
  background-color: #f6a71a;
}

.stats_head>ul>li.stats_w:before {
  background-color: #ce3f28;
}

.stat_group {
  margin-bottom: 25px;
}

.stat_group>h5 {
  margin-top: 0;
  margin-bottom: 1em;
}

.stat_group>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stat_group>ul>li {
  padding: .6em 0;
  border-top: 1px dotted #d5d5d5;
}


.page_form_style body {
  background-color: #f1f5f9;
}

.page_form {
  max-width: 1100px;
  padding-left: 7%;
}

.page_form__back {
  background-color: #0c5f7eed;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 3%;
  padding: 0 2%;
}

.page_form__back:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-repeat: repeat-y;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.page_form__back>.icon {
  position: absolute;
  left: 50%;
  top: 8%;
  margin: 0 0 0 -15px;
  width: 30px;
  height: 20px;
  fill: #fff;
  opacity: .6;
}

.page_form__back:hover>.icon {
  opacity: 1;
}

.page_form__body {
  padding: 0 10%;
}

.page_form__logo {
  padding: 8% 0 0 0;
  margin-bottom: 8%;
}

.page_form__logo .icon {
  margin-top: -10px;
  width: 60px;
  height: 60px;
}

.page_form__inner>.title {
  font-weight: normal;
  font-size: 30px;
  margin: 4% 0;
}

.page_form__form .form_submit {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0 0 0;
  margin-top: 20px;
}

@media only screen and (min-width: 701px) {
  .page_form__form {
    font-size: 1em;
  }

  .page_form__form .form-group label {
    color: #999;
  }

  .page_form__form .form-group input,
  .page_form__form .form-group textarea,
  .page_form__form .form-group select,
  .page_form__form .c-captcha input {
    font-size: 1em;
    height: 60px;
    line-height: 26px;
    padding: 15px;
  }

  .page_form__form .form-group textarea {
    height: auto;
  }

  .page_form__form .c-captcha img {
    width: 160px;
    height: 60px;
  }

  .page_form__form .c-captcha input {
    width: 160px;
  }

  .page_form__form .form_submit {
    padding-top: 3%;
    margin-top: 3%;
  }

  .page_form__form ul.ui-form>li {
    margin-bottom: 3%;
  }

  .page_form__form .form_submit>.btn {
    font-size: 1em;
    font-weight: normal !important;
    height: 60px;
    border-radius: 30px;
    line-height: 26px;
    padding: 17px 28px;
  }
}

.page_form__form .login_check {
  position: relative;
}

.page_form__form .login_check>input {
  padding-right: 150px;
}

.page_form__form .login_check>.btn {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  margin: 12px;
}

#result-registration {
  margin-top: 10px;
  font-size: .8em;
}

.regtext {
  margin-bottom: 5%;
}

.page_form__foot {
  margin-top: 8%;
  padding-bottom: 8%;
}

.page_form__foot>* {
  display: block;
  float: none;
}

.page_form__foot .ca {
  display: block;
  margin-top: 2%;
  margin-left: 0;
}

@media only screen and (min-width: 601px) {
  #pm-menu:after {
    content: "";
    clear: both;
    display: block;
  }

  #pm-menu {
    margin-bottom: 25px;
  }

  #pm-menu a {
    color: inherit;
    padding: 10px 16px;
    border-radius: 2px;
    border: 2px solid transparent;
    float: left;
    text-decoration: none !important;
  }

  #pm-menu a:hover {
    border-color: #0c5f7e;
    color: #0c5f7e;
  }
}

.pm-box {
  margin-bottom: 25px;
}

.pm_status {
  padding: 25px;
  background-color: #f1f5f9;
  border-radius: 2px;
}

.pm_progress_bar {
  background-color: #e5dbcc;
  margin-bottom: 10px;
  border-radius: 2px;
}

.pm_progress_bar span {
  background: #e85319;
  font-size: 0;
  height: 20px;
  border-radius: 2px;
  display: block;
  overflow: hidden
}

.com_info {
  display: flex;
  gap: 10px;
  padding-left: 20px;
  padding-bottom: 20px;
}


ul.ui-form {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.ui-form>li {
  margin-bottom: 10px;
}

ul.ui-form>li:last-child {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 10px;
}

.form-group>label {
  display: block;
  margin-bottom: .4em;
}

.imp:after {
  content: "*";
  margin: 0 0 0 10px;
  color: #e85319;
}

@media only screen and (min-width: 601px) {
  .form-group.combo:after {
    clear: both;
    display: table;
    content: "";
  }

  .form-group.combo>.combo_field {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form-group.combo>.combo_field:last-child {
    padding-left: 10px;
  }

  .form-group.combo>.combo_field:first-child {
    padding-right: 10px;
  }
}

.form_submit {
  margin-top: 20px;
}

.form-sep {
  border-top: 1px solid #efefef;
}

.box_in {
  padding: 20px;
}

.story_icons {
  float: right;
  position: relative;
  padding: 0;
  margin: -4px 0 10px 10px;
}

.story>.meta {
  padding: 10px 20px;
}

.meta>ul.left>li {
  margin-right: 12px;
}

.meta>ul.right>li {
  margin-left: 12px;
}

.story .title {
  font-size: 1.15em;
}

.story .box_in>.text {
  font-size: 1em;
}

#searchsuggestions {
  width: 280px;
  background: #0f131f;
}

#searchsuggestions a,
#searchsuggestions span.notfound {
  background: #161b28;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
  border-bottom: 1px solid #2f3749;
}

#searchsuggestions a:hover {
  background-color: #1d2333;
}

#searchsuggestions span.searchheading {
  color: #ffaa00;
}

#searchsuggestions span.seperator a {
  color: #ffaa00;
}

.berrors {
  box-sizing: border-box;
  background: #fa0;
  color: #131720;
  padding: 20px 25px;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.berrors a {
  color: #000;
}


.navigation {
  margin: 25px 0;
}

.navigation:after {
  clear: both;
  display: block;
  content: "";
}

.pages {
  text-align: left;
}

.pages span,
.pages a:hover,
.page_next-prev {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.pages span,
.pages a {

  border-radius: 8px;
  color: inherit;
  display: inline-block;
  position: relative;
  padding: 7px 14px;
  min-width: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
}

.pages span {
  color: #399;
}

.pages a:hover {
  color: #fff;
  background-color: #3394e6;
}

.pages span {
  color: #3394e6;
}

.page_next-prev {
  float: right;
  height: 36px;
}

.page_next-prev * {
  float: left;
}

.page_next-prev .icon {
  width: 32px;
  height: 20px;
  fill: #d7d7d7;
}

.page_next-prev>span>a:hover .icon {
  fill: #0c5f7eed;
}

.page_next-prev>span>* {
  float: left;
  padding: 8px 12px;
}

.page_next>span,
.page_prev>span {
  opacity: 0.5;
}

.splitnewsnavigation {
  margin-top: 4%;
  padding-top: 4%;
  font-weight: bold;
  border-top: 1px solid #efefef;
}

.splitnewsnavigation>a,
.splitnewsnavigation>span {
  padding: 6px 10px;
}

#pm-menu {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.userstop thead td,
.pm td.pm_head,
.pm td.pm_list {
  border-bottom: 1px solid #2f3749
}

.pm_status {
  background: #101420;
  padding: 15px;
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 12px;
  text-align: center;
}

.pm_progress_bar {
  background: #2f3749;
  border-radius: 12px;
  text-align: left;
  margin-bottom: 15px;
}

.pm_progress_bar span {
  background-color: #ffaa00;
  color: #101420;
  border-radius: 12px;
  padding: 0 3px;
  font-weight: 600;
}

.pm-no-messages {
  display: block;
  text-align: center;
}

.usinf li {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  background: #0f131f;
  padding: 10px 15px;
  border-radius: 8px
}

.usinf li:last-child {
  margin-bottom: 0;
}

.usinf li .ui-c1 {
  flex: 0 0 200px;
  font-weight: 700;
}

.heading {
  margin-top: 20px;
}

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

.userinfo_top li {
  list-style: none;
}

.userinfo_top .avatar {
  width: 65px;
  height: 65px;
  border-radius: 12px;
  overflow: hidden;
}

.userinfo_top .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user_tab {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1
}

.user_tab .left {
  display: flex;
  gap: 15px;
  flex-wrap: wrap
}

.box_in {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
  background: #1d2333;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.btn_more,
.btn,
.bbcodes {
  background: #101420;
  padding: 7px 15px;
  border-radius: 10px !important;
  display: inline-flex;
  align-items: center;
  text-shadow: none !important;
}

.btn_more:hover,
.btn:hover,
.bbcodes:hover {
  background-color: #ffaa00;
  box-shadow: 0 0 10px 0 rgba(255, 203, 0, .3);
  color: #131720 !important
}

.btn_more svg,
.btn svg {
  width: 18px;
  height: 18px;
  background-color: #ffaa00;
  margin-left: 10px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}

.btn_more:hover svg,
.btn:hover svg {
  background: #161b28;
  fill: #ffaa00;
}

.search_result_num {
  margin-top: 15px;
  text-align: center
}