.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-w-b);
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.popover_avatar {
  width: 50px;
  height: 50px;
  margin: -5px -8px;
  border-radius: 2px; }
  
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: max-content;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: var(--popover-bg);
    background-clip: padding-box;
    border: var(--popover-br);
    border-radius: .3rem;
}
#new_news > .col-lg-4 div, .news > .col-lg-4 div {
  margin-bottom: 30px;
  width: 100%;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 4px rgba(26, 26, 26, 0.4), 0 0 1px rgba(10, 31, 68, 0.08);
  }
  #new_news > .col-lg-4 div img, .news > .col-lg-4 div img {
    height: 100%;
    position: absolute;
    width: 100%;
    }
  #new_news > .col-lg-4 div .shadow, .news > .col-lg-4 div .shadow {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 32px 16px;
    }
  #new_news > .col-lg-4 div a, .news > .col-lg-4 div a {
    color: #fff; }
    #new_news > .col-lg-4 div a:nth-child(2), .news > .col-lg-4 div a:nth-child(2) {
      margin-top: 15px; }
      #new_news > .col-lg-4 div a:nth-child(2) h3, .news > .col-lg-4 div a:nth-child(2) h3 {
        font-weight: 600;
        line-height: 26px;
        font-size: 18px; }
    #new_news > .col-lg-4 div a:nth-child(3), .news > .col-lg-4 div a:nth-child(3) {
      font-style: "Open Sans";
      position: absolute;
      bottom: 32px;
      line-height: 20px;
      font-size: 14px;
      letter-spacing: 1px;
      color: #fff; }
      #new_news > .col-lg-4 div a:nth-child(3) i, .news > .col-lg-4 div a:nth-child(3) i {
        font-size: 80%;
        color: #8a94a6; }

.comment {
  position: relative;
  overflow: hidden;
  padding: 10px 2px 10px 0; }
  .comment > a {
    display: block;
    width: 32px;
    float: left; }
    .comment > a img {
      border-radius: 50%;
      height: 32px;
      width: 32px; }
    .comment > a span {
      width: 100%;
      display: block;
      text-align: center;
      color: #8a94a6;
      line-height: 24px;
      font-size: 10px; }
  .comment .message {
    width: calc(100% - 40px);
    float: right;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px; }
    .comment .message .info {
      line-height: 16px;
      font-size: 13px;
      display: block;
      height: 16px; }
      .comment .message .info .author {
        float: left;
        position: relative;
        cursor: pointer; }
    .comment .message .with_code {
      background: #1c2747;
      border-radius: 4px 15px 15px 15px;
      padding: 15px;
      display: inline-block;
      font-size: 12px;
      color: var(--color-w-b);
      }
      .comment .message .with_code img {
        max-width: 300px; }
  .comment .dell_message {
    color: #a6aebc;
    position: absolute;
    top: 2px;
    font-size: 12px;
    cursor: pointer; }
  .comment .dell_message {
    right: 0; }

#dop #imgs img {
  margin-bottom: 10px; }

#dop #img_result p {
  margin-bottom: 10px; }

.ban-application.ban-information p {
  margin-bottom: 10px; }

.ban-application #closed .m-icon {
  display: none; }
  #forum .row .col-lg-8 {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #1d2848;
    }
    #forum .row .col-lg-8 img {
      border-radius: 10%;
      width: 48px;
      height: 48px;
      float: left;
      margin-right: 16px;
      }
    #forum .row .col-lg-8 > div {
      width: calc(100% - 64px);
      float: right; }
      #forum .row .col-lg-8 > div h3 {
        margin: 0;
        line-height: 18px; }
        #forum .row .col-lg-8 > div h3 a {
          font-weight: 500;
          font-size: 15px;
          line-height: 24px;
          color: var(--color-w-b);
          }
      #forum .row .col-lg-8 > div p {
        line-height: 20px;
        font-size: 12px;
        margin: 0;
        color: #949fb2;
        }
  #forum .row .col-lg-4 {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #1d2848;
    }
    #forum .row .col-lg-4 div {
      border-left: 1px solid #24282e;
      /* height: 48px; */
      /* padding-left: 16px; */
      }
      #forum .row .col-lg-4 div img {
        margin-top: 8px;
        height: 32px;
        width: 32px;
        float: left;
        border-radius: 6px; }
      #forum .row .col-lg-4 div p {
        width: calc(100% - 40px);
        float: right;
        font-size: 12px;
        line-height: 16px;
        color: #8a94a6;
        display: inline-block;
        margin: 0; }
        #forum .row .col-lg-4 div p a {
          font-weight: 500;
          color: var(--color-w-b);
          }
        #forum .row .col-lg-4 div p i {
          font-size: 10px;
          margin-right: 2px; }
  #forum .row > div:nth-last-child(1), #forum .row > div:nth-last-child(2) {
    border-bottom: 0; }

.forum-info {
  border-radius: 0;
  background: var(--user-bg);
  height: 100px;
  position: relative;
  padding: 20px 0;
  }
  .forum-info div {
    position: relative; }
    .forum-info div .go-to-back {
float: left;
    display: block;
    background: #1d2848;
    border: 1px solid #253053;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: var(--go-to-back-color);
    margin-top: 6px;
    margin-right: 20px;
    margin-left: 20px;
      }
    .forum-info div h3 {
      line-height: 24px;
      font-size: 16px;
      margin: 0;
      padding-top: 6px; }
    .forum-info div p {
      line-height: 24px;
      font-size: 12px; }
      .forum-info div p span {
        line-height: 16px;
        font-size: 12px;
        margin-right: 13px;
        color: #8a94a6; }
        .forum-info div p span i {
          color: #a6aebc;
          margin-right: 6px; }
    .forum-info div #pagination2 {
      position: absolute;
      left: 79px;
      bottom: -18px;
      margin: 0; }
      .forum-info div #pagination2 .pagination > li > a, .forum-info div #pagination2 .pagination > li > span {
        height: 18px;
        width: 18px;
        margin: 0 3px;
        line-height: 16px;
        font-size: 10px; }
      .forum-info div #pagination2 .pagination > li:first-child > a > span::before, .forum-info div #pagination2 .pagination > li:last-child > a > span::before {
        font-size: 9px; }
    .forum-info div .add-topic, .forum-info div .dell-topic {
      z-index: 1012;
      -webkit-box-shadow: 0 26px 26px rgba(10, 31, 68, 0.12), 0 0 1px rgba(10, 31, 68, 0.1);
              box-shadow: 0 26px 26px rgba(10, 31, 68, 0.12), 0 0 1px rgba(10, 31, 68, 0.1);
      display: block;
      position: absolute;
      border-radius: 5px;
	  padding: 0 10px;
      color: white;
      text-align: center;
      line-height: 48px;
      font-size: 18px;
      bottom: 0px; }
    .forum-info div .add-topic {
      background: #09132e;
      right: 20px;
	  font-size: 16px;
      }
    .forum-info div .dell-topic {
      right: 60px;
      background: #f03d3d; }

.forum-info h3 i.fa-lock, .forum-info h3 i.fa-paperclip, #forum_topics h3 i.fa-lock, #forum_topics h3 i.fa-paperclip {
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  margin-right: 6px; }

.forum-info h3 i.fa-paperclip, #forum_topics h3 i.fa-paperclip {
  background: #3a8dff; }

.forum-info h3 i.fa-lock, #forum_topics h3 i.fa-lock {
  background: #f03d3d; }

#forum_topics {
  padding: 0 16px; }
  #forum_topics .row .col-lg-9 {
    padding: 16px;
    border-bottom: var(--user-br);
    }
    #forum_topics .row .col-lg-9 h3 {
      line-height: 24px;
      font-size: 15px; }
      #forum_topics .row .col-lg-9 h3 a {
        color: var(--color-w-b);
        margin-left: 3px;
        position: relative;
        top: 1px;
        }
    #forum_topics .row .col-lg-9 p {
      line-height: 16px;
      font-size: 13px;
      margin: 0; }
      #forum_topics .row .col-lg-9 p span {
        line-height: 16px;
        font-size: 12px;
        margin-right: 13px;
        color: #8a94a6; }
        #forum_topics .row .col-lg-9 p span img {
          border-radius: 4px;
          width: 16px;
          height: 16px;
          margin-right: 6px; }
        #forum_topics .row .col-lg-9 p span a {
          position: relative;
          top: 1px; }
        #forum_topics .row .col-lg-9 p span i {
          color: #a6aebc;
          margin-right: 6px; }
  #forum_topics .row .col-lg-3 {
    padding: 16px;
    border-bottom: 1px solid #f1f2f400;
    }
    #forum_topics .row .col-lg-3 div {
      padding: 6px 16px;
      border-left: var(--user-br);
      height: 49px;
      }
      #forum_topics .row .col-lg-3 div img {
        height: 32px;
        width: 32px;
        border-radius: 6px;
        float: left; }
      #forum_topics .row .col-lg-3 div p {
        color: #8a94a6;
        display: block;
        width: calc(100% - 45px);
        float: left;
        margin: 0 0 0 10px;
        font-size: 12px;
        line-height: 16px; }
        #forum_topics .row .col-lg-3 div p i {
          color: #a6aebc;
          font-size: 11px;
          margin-right: 3px; }
  #forum_topics .row > div:nth-last-child(1), #forum_topics .row > div:nth-last-child(2) {
    border-bottom: 0; }

.topic-answers {
    margin: 0; }
    .topic-answers div[id^="answer"] {
      background: #313852;
      -webkit-box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1), 0 0 1px rgba(10, 31, 68, 0.08);
      box-shadow: 0 3px 4px rgba(10, 31, 68, 0), 0 0 1px rgba(10, 31, 68, 0);
      position: relative;
      display: block;
      overflow: hidden;
      }
      .topic-answers div[id^="answer"]::after {
        display: none; }
      .topic-answers div[id^="answer"]:not(:first-child) {
        border-top: 1px solid #1d2848;
        }
      .topic-answers div[id^="answer"] .left-side {
        width: 100%;
        padding: 14px;
        text-align: left;
            background: #1d2848;
        -webkit-box-shadow: -1px 0px 26px rgba(10, 31, 68, 0.12);
                box-shadow: -1px 0px 26px rgba(10, 31, 68, 0.12); }
        .topic-answers div[id^="answer"] .left-side img {
          width: 50px;
          height: 50px;
          border-radius: 5px;
          margin: 0; }
        .topic-answers div[id^="answer"] .left-side a {
          line-height: 27px;
          font-size: 16px;
          font-weight: 600;
          color: #8a94a6;
          margin-left: 10px; }
        .topic-answers div[id^="answer"] .left-side p, .topic-answers div[id^="answer"] .left-side span {
          display: none; }
      .topic-answers div[id^="answer"] .right-side {
        position: relative;
        padding: 14px 14px 56px;
        background: #253053;
        width: 100%; }
        .topic-answers div[id^="answer"] .right-side .likes-area {
          width: calc(100% - 28px); } }

@media (max-width: 991.99px) {
  .forum-info {
    border-top: 0;
    background: var(--user-bg);
    }
    .forum-info.no-shadow {
      border-bottom: var(--user-br);
      -webkit-box-shadow: none;
      box-shadow: none;
      }
  .topic-answers {
    margin: 0 -15px; }
    .topic-answers div[id^="answer"] {
      background: #313852;
      -webkit-box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1), 0 0 1px rgba(10, 31, 68, 0.08);
      box-shadow: 0 3px 4px rgba(10, 31, 68, 0), 0 0 1px rgba(10, 31, 68, 0);
      position: relative;
      display: block;
      overflow: hidden;
      }
      .topic-answers div[id^="answer"]::after {
        display: none; }
      .topic-answers div[id^="answer"]:not(:first-child) {
        border-top: 1px solid #2a2f36;
        }
      .topic-answers div[id^="answer"] .left-side {
        width: 100%;
        padding: 14px;
        text-align: left;
            background: #0d0e12;
        -webkit-box-shadow: -1px 0px 26px rgba(10, 31, 68, 0.12);
                box-shadow: -1px 0px 26px rgba(10, 31, 68, 0.12); }
        .topic-answers div[id^="answer"] .left-side img {
          width: 50px;
          height: 50px;
          border-radius: 5px;
          margin: 0; }
        .topic-answers div[id^="answer"] .left-side a {
          line-height: 27px;
          font-size: 16px;
          font-weight: 600;
          color: #8a94a6;
          margin-left: 10px; }
        .topic-answers div[id^="answer"] .left-side p, .topic-answers div[id^="answer"] .left-side span {
          display: none; }
      .topic-answers div[id^="answer"] .right-side {
        position: relative;
        padding: 14px 14px 56px;
        background: #181a22;
        width: 100%; }
        .topic-answers div[id^="answer"] .right-side .likes-area {
          width: calc(100% - 28px); } }

#sections .block_head {
  margin-bottom: 16px; }

#sections .btn .m-icon {
  color: white; }

.btn-group-toggle .btn.btn-default.active {
  background: #3a8dff; }

.btn-group-toggle .btn.btn-default:not(.btn-sm) {
  line-height: 26px; }

form[id^="section_settings"] .btn-group-toggle > label, div#add_section .btn-group-toggle > label {
  font-size: 14px;
  height: 30px;
  padding: 5px 11px;
  margin: 0 5px 5px 0; }

table tbody[id^="forums"] img {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 50px; }

table tbody[id^="forums"] tr td {
  padding: 5px; }
  table tbody[id^="forums"] tr td:first-child {
    max-width: 60px; }
  table tbody[id^="forums"] tr td:nth-child(2) {
    max-width: 150px; }
    table tbody[id^="forums"] tr td:nth-child(2) input, table tbody[id^="forums"] tr td:nth-child(2) .custom-file label, .custom-file table tbody[id^="forums"] tr td:nth-child(2) label {
      width: 100%; }
  table tbody[id^="forums"] tr td input, table tbody[id^="forums"] tr td .custom-file label, .custom-file table tbody[id^="forums"] tr td label {
    margin: 0; }

#banlist div[id^="baninfo"] i {
  font-style: normal !important; }

#banlist div[id^="baninfo"] input, #banlist div[id^="baninfo"] .custom-file label, .custom-file #banlist div[id^="baninfo"] label {
  margin: 0; }

#muts div[id^="muteinfo"] i {
  font-style: normal !important; }

#muts div[id^="muteinfo"] input, #muts div[id^="muteinfo"] .custom-file label, .custom-file #muts div[id^="muteinfo"] label {
  margin: 0; }

#server_admins tr[id^="admin"] > td > i[class^="fa"], #server_admins tr[id^="admin"] > td > .m-icon, #admins tr[id^="admin"] > td > i[class^="fa"], #admins tr[id^="admin"] > td > .m-icon {
  margin-left: 5px;
  color: #3a8dff;
  font-size: 12px;
  cursor: pointer; }

#server_admins div[id^="admin_info"] table tbody tr td, #admins div[id^="admin_info"] table tbody tr td {
  font-size: 13px;
  padding: 7px; }

#server_admins div[id^="admin_info"] .services-title, #admins div[id^="admin_info"] .services-title {
  margin-bottom: 12px;
  float: left; }

#server_admins div[id^="admin_info"] .add-service, #admins div[id^="admin_info"] .add-service {
  float: right; }

#server_admins #admins_services td, #admins #admins_services td {
  vertical-align: middle;
  word-wrap: normal;
  white-space: nowrap;
  font-size: 13px;
  padding: 7px; }
  #server_admins #admins_services td .btn, #admins #admins_services td .btn {
    float: right; }
    #server_admins #admins_services td .btn > i[class^="fa"], #server_admins #admins_services td .btn > .m-icon, #admins #admins_services td .btn > i[class^="fa"], #admins #admins_services td .btn > .m-icon {
      font-size: 12px;
      color: #3a8dff; }
  #server_admins #admins_services td p, #admins #admins_services td p {
    display: block;
    width: auto;
    float: left; }
  #server_admins #admins_services td .form-control, #admins #admins_services td .form-control {
    margin: 0; }
  #server_admins #admins_services td .hasDatepicker, #admins #admins_services td .hasDatepicker {
    font-size: .875rem;
    line-height: 1.5;
    text-indent: 5px; }

@media (max-width: 991.99px) {
  .admin-settings tr > td:first-child {
    display: none; }
  .admin-settings tr > td:last-child {
    border-left: 0; }
    .admin-settings tr > td:last-child small {
      display: block;
      float: right; }
      .admin-settings tr > td:last-child small::after {
        clear: both;
        display: table;
        content: " "; } }

@media (min-width: 992px) {
  .admin-settings tr > td:last-child small {
    display: none; } }

tr[id^="multi-account-"] span {
  font-size: 12px;
  cursor: pointer;
  margin-left: 5px; }

#edit_user_avatar_result p {
  margin-bottom: 0; }

div[id^="store_info"] table.table > tbody[id^="admins_services"] > tr > td {
  font-size: 13px; }
  div[id^="store_info"] table.table > tbody[id^="admins_services"] > tr > td button {
    margin-top: 5px;
    width: 100%; }
  div[id^="store_info"] table.table > tbody[id^="admins_services"] > tr > td select {
    margin-top: 5px;
    margin-bottom: 0; }
.buy {
    white-space: nowrap;
    overflow: hidden;
    background: #fc0;
    padding: 5px;
    text-overflow: ellipsis;}
	
.user {
background: #253053;
    border: 1px solid #1d2848;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  padding-bottom: 3px;
  margin-bottom: 16px;
  }
  .user img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px; }
  .user span {
    display: inline-block;
    padding: 0 6px;
    line-height: 24px;
    font-size: 12px;
    color: white;
    height: 24px;
    border-radius: 3px; }
  .user a[href^="../profile"]:not(:first-child) {
    display: block;
    width: 100%;
    font-weight: 600;
    line-height: 26px;
    font-size: 14px;
    margin: 5px 0;
    color: var(--color-w-b);
    }
  .user .btn {
    width: 100%;
    margin-bottom: 0; }

.detailed-profile {
  overflow: hidden;
  border-radius: 4px;
background: #253053;
    border: none;
  margin-bottom: 32px;
  border-radius: 25px;
  }
  .detailed-profile > div:nth-child(1) {
position: relative;
    height: 92px;
    background: #1c2747;
    box-shadow: none;
    padding: 16px;
    }
    .detailed-profile > div:nth-child(1) .avatar {
      display: block;
      height: 60px;
      width: 60px;
      border-radius: 4px;
      float: left; }
      .detailed-profile > div:nth-child(1) .avatar img {
        height: 60px;
        width: 60px;
        border-radius: 4px;
        float: left; }
    .detailed-profile > div:nth-child(1) > div {
      float: right;
      width: calc(100% - 60px);
      padding: 13px 24px 13px 16px; }
      .detailed-profile > div:nth-child(1) > div span {
        display: block; }
        .detailed-profile > div:nth-child(1) > div span:first-child {
          color: var(--color-w-b);
          font-weight: 600;
          line-height: 20px;
          font-size: 16px; }
        .detailed-profile > div:nth-child(1) > div span:last-child {
          font-weight: 500;
          line-height: 16px;
          font-size: 12px; }
    .detailed-profile > div:nth-child(1) > a:not(.avatar) {
      color: var(--color-w-b);
      position: absolute;
      top: 38px;
      right: 16px;
      font-size: 20px;
      }
  .detailed-profile table {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%; }
    .detailed-profile table tr td:nth-child(1) {
      padding: 10px 15px;
      width: 62px; }
      .detailed-profile table tr td:nth-child(1) i {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        line-height: 32px;
        text-align: center;
background: #09132e;
    font-size: 18px;
    color: #b1b8cb;
        }
    .detailed-profile table tr td:nth-child(2) {
      width: 200px !important;
      border-bottom: 1px solid #1c2747;
      }
      .detailed-profile table tr td:nth-child(2) span {
        width: 206px !important;
        display: block;
        font-weight: 600;
        line-height: 18px;
        font-size: 13px;
        letter-spacing: 0.5px;
        color: var(--color-w-b);
        white-space: pre-wrap; }
      .detailed-profile table tr td:nth-child(2) p {
        font-weight: 500;
        line-height: 12px;
        font-size: 12px;
        color: #8a94a6; }
    .detailed-profile table tr:last-child td:first-child {
      border-bottom: 1px solid #1c2747; }
  .detailed-profile ul {
    margin-bottom: 15px; }
    .detailed-profile ul li a {
      padding: 10px 15px;
      display: block;
      border: 1px solid #253053;
      margin: 4px 15px;
      background: #1c2747;
      border-radius: 10px;
      color: var(--color-w-b);
      font-size: 13px;
      }
	  .detailed-profile ul li a:hover {
      border: 1px solid #09132e;
      background: #09132e;
      }
      .detailed-profile ul li a .m-icon {
        font-size: 12px;
        margin-right: 5px; }
      .detailed-profile ul li a[href^="../messages"] {
        border: var(--li-a-mess-br);
        background: var(--li-a-mess-bg);
        }
  .detailed-profile .go-exit {
    color: var(--color-w-b);
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    display: block;
    margin: 15px; }
    .detailed-profile .go-exit i {
      line-height: 20px;
      color: #8a94a6;
      margin-right: 10px; }

.money-info-block {
  display: block;
  background: var(--money-info-bg);
  padding: 11px 16px;
  color: var(--color-w-b);
  height: 60px;
  margin: 18px 15px 0;
  }
  .money-info-block div {
    width: 50%;
    float: left; }
    .money-info-block div i {
      font-size: 15px;
      float: left;
      line-height: 18px;
      margin-right: 5px; }
    .money-info-block div p {
      color: var(--color-w-b);
      margin: 0; }
    .money-info-block div span {
      font-weight: 600;
      line-height: 20px;
      font-size: 16px; }
  .money-info-block:hover {
    color: var(--color-w-b) !important; }

.profile-top-menu {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  height: 56px;
  list-style: none; }
  .profile-top-menu li {
    display: inline-block; }
    .profile-top-menu li a {
      display: block;
      float: left;
      font-size: 14px;
      line-height: 56px;
      padding: 0 15px;
      color: #8a94a6;
      font-weight: 500;
      transition: 0.2s ease-out all;
      }
      .profile-top-menu li a.active, .profile-top-menu li a:hover {
        color: #3a8dff;
        -webkit-box-shadow: 0 -3px 0 #3a8dff inset;
        box-shadow: 0 -3px 0 #3a8dff inset;
        }

.pay-area {
  border-radius: 6px;
  margin-bottom: 30px;
  position: relative;
  padding: 20px 16px 20px 16px;
  background: var(--user-bg);
  border: var(--user-br);
  background-size: 100% auto;
  }
  .pay-area b {
    color: var(--color-w-b);
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    display: block;
    margin-bottom: 16px; }
  .pay-area .money-info-block {
    padding: 0;
    margin: 0;
    background: transparent;
    max-width: 230px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1), 0 0 1px rgba(10, 31, 68, 0.08);
    box-shadow: 0 3px 4px rgba(33, 37, 41, 0), 0 0 1px rgba(10, 31, 68, 0.08);
    }
  .pay-area span[data-toggle] {
    cursor: pointer;
    height: 32px;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    background: #343a45;
    border: 1px solid rgb(52, 58, 69);
    padding: 0 16px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    float: right;
    margin: 6px 0;
    }
  .pay-area .pay-input {
    height: 48px;
    position: relative;
    margin-bottom: 20px;
    width: 100%; }
    .pay-area .pay-input input, .pay-area .pay-input .custom-file label, .custom-file .pay-area .pay-input label {
      height: 48px;
      line-height: 48px;
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding-right: 100px; }
    .pay-area .pay-input button {
      position: absolute;
      right: 8px;
      top: 8px;
      margin: 0; }
    .pay-area .pay-input .error_message {
      display: none !important; }

@media (max-width: 991.99px) {
  .pay-area {
    background-size: auto 100%; }
    .pay-area span[data-toggle] {
      width: 100%;
      text-align: center;
      margin-top: 0;
      margin-bottom: 26px; } }

#operations .with-icon {
  padding-left: 50px; }
  #operations .with-icon i {
    left: 10px;
    top: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 7px solid;
    text-align: center;
    line-height: 18px;
    font-size: 12px; }
    #operations .with-icon i.fa-plus {
      border-color: #3a8dff;
      color: #3a8dff; }
    #operations .with-icon i.fa-minus {
      border-color: #f03d3d;
      color: #f03d3d; }

.profile-settings h2 {
  font-size: 16px; }

.profile-settings .btn i.fa-pencil {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 15px !important; }

.profile-settings .m-icon {
  display: none; }

.profile-settings #vk_user img, .profile-settings #steam_user img, .profile-settings #fb_user img {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  border-radius: 50%; }

.profile-settings #vk_user span, .profile-settings #steam_user span, .profile-settings #fb_user span {
  display: inline; }

.profile-settings table tr td[colspan="2"] {
  white-space: normal !important; }

.profile-settings small.input-title {
  font-size: 12px;
  display: block;
  margin-bottom: 4px; }

.profile-settings .edit-avatar img {
  width: 100%;
  border-radius: 6px; }

.profile-settings .edit-privacy p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-w-b);
  margin-bottom: 4px;
  }

.profile-settings .edit-date .col-12:last-child {
  position: relative; }
  .profile-settings .edit-date .col-12:last-child small {
    position: absolute;
    left: 15px;
    top: -24px; }

.profile-settings .edit-date .col-3 .btn {
  margin-top: 7px; }

#stats table {
  max-width: 100%; }

#stats tr td {
  max-width: 200px; }
  #stats tr td .rank {
    width: 80px;
    height: 30px;
    display: block;
    margin: 0 auto; }
  #stats tr td a i {
    font-style: normal !important; }

#stats .progress {
  position: relative;
  margin: -7px 0;
  height: 17px; }
  #stats .progress span {
    position: absolute;
    color: black;
    width: 100%;
    text-align: center;
    top: 2px;
    }

#stats .area-label {
  padding-top: 15px; }

#stats .label {
  padding: 3px 6px;
  border-radius: 2px;
    background-color: #fffc8e;
    color: #484848;
    border: #fffc8e;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  #stats .label.label-primary {
    background-color: #ff7a3a;
    color: #fff;
    border: 0;}
  #stats .label.label-success {
    background-color: #ffd53a;
    color: #484848;
    border-color: #ffd53a; }
  #stats .label.label-info {
    background-color: #e1effa;
    color: #0a1f44;
    border-color: #cadded; }
  #stats .label.label-warning {
    background-color: #ff3a3a;
    color: #ffffff;
    border-color: #ff3a3a; }
  #stats .label.label-danger {
    background-color: #ff0000;
    color: #ffe8e8;
    border-color: #ff0000; }

.new {
  padding-top: 16px; }
  .new > p:last-child {
    margin: -16px;
    padding: 21px 16px 0 16px;
    margin-top: 16px;
    border-top: var(--datailed-profile-bb);
    }
    .new > p:last-child span {
      margin-top: 10px;
      margin-right: 10px;
      padding: 5px 10px;
      background: #343a45;
      border-radius: 30px;
      color: #fff;
      }
      .new > p:last-child span a {
        color: #fff; }

#news a.small-new {
  margin: 0 -16px;
  padding: 10px 16px 10px 16px;
  border-top: var(--datailed-profile-bb);
  display: block;
  height: 60px;
  width: calc(100% + 32px); }
  #news a.small-new img {
    height: 40px;
    width: 70px;
    border-radius: 4px;
    margin-right: 10px;
    float: left; }
  #news a.small-new div {
    width: calc(100% - 80px);
    float: right; }
    #news a.small-new div p {
      font-size: 12px;
      margin: 0;
      line-height: 13.5px;
      display: block;
      color: #5d6c84; }
  #news a.small-new:last-child {
    margin-bottom: -23px; }

#main-slider.carousel {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 350px;
  border: 1px solid #253053;
  box-shadow: 0 3px 4px rgba(26, 26, 26, 0.21), 0 0 1px rgba(22, 22, 22, 0.05);
  }
  #main-slider.carousel .carousel-inner {
    height: 100%; }
    #main-slider.carousel .carousel-inner .carousel-item {
      height: 100%; }
      #main-slider.carousel .carousel-inner .carousel-item img {
        height: 100%;
        width: 100%; }
  	#main-slider.carousel .he {
    height: 288px;
    width: 211px;
    position: absolute;
    top: 0;
    left: calc(50% - 90px);
    z-index: 11; }
  	#main-slider.carousel .carousel-caption {
    left: 15px;
    top: 15px;
    border-radius: 25px;
    height: auto;
    bottom: auto;
    padding: 10px 10px 10px 20px;
    width: calc((100% - 60px) / 2);
    background-color: #0000007d;
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: left;
    }
    #main-slider.carousel .carousel-caption h1 {
    font-size: 230%;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 30px; }
    #main-slider.carousel .carousel-caption h1 a {
    color: #fff; }
  	#main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
    height: 40px;
    width: 40px;
    top: auto;
    padding-right: 1px;
    background: rgba(80,60,165,0.3);
    bottom: 8px;
    opacity: 1;
    border-radius: 15px;
    }
    #main-slider.carousel .carousel-control-prev:hover, #main-slider.carousel .carousel-control-next:hover {
    height: 40px;
    width: 40px;
    top: auto;
    padding-right: 1px;
    background: rgba(80,60,165,0.8);
    bottom: 8px;
    opacity: 1;
    border-radius: 15px;
    }
    #main-slider.carousel .carousel-control-prev i, #main-slider.carousel .carousel-control-next i {
    color: #ffffff;
    }
    #main-slider.carousel .carousel-control-prev:hover i, #main-slider.carousel .carousel-control-next:hover i {
    color: #ffffff; }
  	#main-slider.carousel .carousel-control-prev {
    right: 52px;
    left: auto; }
  	#main-slider.carousel .carousel-control-next {
    right: 8px;
    }

@media (max-width: 991.99px) {
  #main-slider.carousel {
    height: 160px; }
    #main-slider.carousel .he {
      display: none; }
    #main-slider.carousel .carousel-caption {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 4px;
      padding: 20px; }
      #main-slider.carousel .carousel-caption h1 {
        font-size: 200%;
        line-height: 100%;
        margin-bottom: 10px; }
    #main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
      height: 40px;
      width: 40px; }
    #main-slider.carousel .carousel-control-prev {
      right: 52px;
      left: auto;
      } }
@media (max-width: 575.98px) {
  #main-slider.carousel {
    height: 160px; }
    #main-slider.carousel .he {
      display: none; }
    #main-slider.carousel .carousel-caption {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 4px;
      padding: 20px; }
      #main-slider.carousel .carousel-caption h1 {
        font-size: 120%;
        line-height: 100%;
        margin-bottom: 10px; }
    #main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
      height: 40px;
      width: 40px; }
    #main-slider.carousel .carousel-control-prev {
      right: 52px;
      left: auto;
      } }
@media (max-width: 767.98px) {
  #main-slider.carousel {
    height: 160px; }
    #main-slider.carousel .he {
      display: none; }
    #main-slider.carousel .carousel-caption {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 4px;
      padding: 20px; }
      #main-slider.carousel .carousel-caption h1 {
        font-size: 120%;
        line-height: 100%;
        margin-bottom: 10px; }
    #main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
      height: 40px;
      width: 40px; }
    #main-slider.carousel .carousel-control-prev {
      right: 52px;
      left: auto;
      } }
@media (max-width: 991.98px) {
  #main-slider.carousel {
    height: 160px; }
    #main-slider.carousel .he {
      display: none; }
    #main-slider.carousel .carousel-caption {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 4px;
      padding: 20px; }
      #main-slider.carousel .carousel-caption h1 {
        font-size: 120%;
        line-height: 100%;
        margin-bottom: 10px; }
    #main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
      height: 40px;
      width: 40px; }
    #main-slider.carousel .carousel-control-prev {
      right: 52px;
      left: auto;
      } }
@media (max-width: 1199.98px) {
  #main-slider.carousel {
    height: 160px; }
    #main-slider.carousel .he {
      display: none; }
    #main-slider.carousel .carousel-caption {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 4px;
      padding: 20px; }
      #main-slider.carousel .carousel-caption h1 {
        font-size: 120%;
        line-height: 100%;
        margin-bottom: 10px; }
    #main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
      height: 40px;
      width: 40px; }
    #main-slider.carousel .carousel-control-prev {
      right: 52px;
      left: auto;
      } }

.vk-widgets .block {
  padding-bottom: 0; }

.vk-widgets a[id^="admin_widget"] {
  margin-top: 3px;
  margin-bottom: 3px;
  display: block; }
  .vk-widgets a[id^="admin_widget"] img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 8px; }
  .vk-widgets a[id^="admin_widget"] span {
    display: block;
    width: calc(100% - 40px);
    float: right;
    line-height: 30px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    color: #0a1f44;
    font-size: 13px; }
  .vk-widgets a[id^="admin_widget"]::after {
    clear: both;
    display: table;
    content: " "; }

.disp-b {
  display: block; }

.disp-n {
  display: none; }