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

/* forms */

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

.ui-form li {
  list-style: none;
}

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

.form-group label {
  margin-bottom: 5px;
  display: inline-block;
}

select {
  color: #9aa4bf;
  border-radius: 12px;
  border: none !important;
  background-color: #101420;
}

.xfields input,
.qq-uploader {
  margin-bottom: 15px;
}

.wseditor {
  border-top: 5px solid #fa0 !important
}

input[type="file"],
input[type="image"] {
  padding: 12px;
  border-width: 0;
  background-color: #101420;
  border-radius: 12px
}


/* user */
.usinf {
  margin-bottom: 15px;
}

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

.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
}

.heading {
  margin-top: 20px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* profile popup */
.userinfo ul li {
  list-style: none;
}

/* fast search */
#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;
}

/* addcomments */
.comm_form {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
  background: #1d2333;
  padding: 15px;
  border-radius: 15px
}

.add_comm [type="submit"] {
  background: #ffaa00;
  color: #131720;
  border-radius: 7px;
  padding: 8px 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.add_comm [type="submit"] svg {
  width: 16px;
  height: 16px;
  margin-left: 10px
}


.add_comm .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.add_comm .form-group .combo_field {
  flex: 1;
}

textarea#comments {
  height: 150px;
  margin-bottom: 15px;
}

.c-captcha {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.c-captcha>input {
  width: auto
}

/* info */

.berrors {
  background: #fa0;
  color: #131720;
  padding: 10px 15px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.berrors a {
  color: #131720;
}

/* regform */

.regtext {
  margin-bottom: 15px;
  background-color: #101420;
  color: #9aa4bf;
  padding: 10px 15px;
  border-radius: 12px
}

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

.login_check input {
  flex: 1
}

/* login */
.header-profile {
  position: relative;
}

/* .user_panel {margin-left: 20px;} */
.fn_profile {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #b8bdca;
  margin-left: 15px;
  font-weight: 600
}

.fn_profile .fn_ava,
.fn_lock {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  background: #161b28;
  border: 1px solid #2f3749;
  align-items: center;
  justify-content: center;
  color: #b8bdca;
  font-size: 16px;
  position: relative;
  overflow: hidden
}

.fn_profile .fn_ava::before {
  content: "\F256";
  font-family: remixicon !important;
  position: absolute;
  z-index: 0
}

.fn_profile .fn_lock::before {
  content: "\F126";
  font-family: remixicon !important;
  color: #ffaa00;
  z-index: 0
}

.fn_profile .fn_ava img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 1
}

.fn_profile>span {
  margin-left: 10px;
}

.fn_profile>span.fn_lock {
  margin-left: 0px;
}

.fn_panel_user {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  min-width: 430px;
}

.fn_panel_user li {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 10px;
}

.fn_panel_user .fn_card {
  display: block;
  padding: 12px 7px;
  border-radius: 10px;
  color: #576071;
  background: #161b28;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #2f3749;
}

.fn_panel_user .fn_card::before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}

/* .fn_panel_user .fn_card:hover::before {background: #ffaa00; transform: scale(1);} */
.fn_panel_user .fn_card div {
  font-weight: 600;
  color: #b8bdca;
  transition: all 0.3s ease 0s;
}

.fn_panel_user .fn_card [class*="ri-"] {
  font-size: 24px;
  color: #576071;
  transition: all 0.3s ease 0s;
}

.fn_panel_user .fn_card:hover [class*="ri-"] {
  opacity: 1;
  color: #ffaa00
}

.fn_panel_user .fn_card:hover div {
  color: #ffaa00
}

.fn_panel_user li.fn_full {
  flex: 1 100%;
  max-width: none;
}

.fn_panel_user li.fn_full input {
  background-color: #181e2b;
  border: 1px solid #131720 !important;
  color: #b8bdca
}

.fn_panel_user li.fn_full input[type="checkbox"] {
  border: 1px solid #b7b2b2 !important;
}

.fn_panel_user li.fn_full input[type="checkbox"]:checked {
  border: 1px solid #ffaa00 !important
}

.dropdown-menu {
  padding: 0;
  border: 1px solid #131720;
  border-top: none;
  margin-top: 16px;
  background: #21283b;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.dropdown-menu-right {
  right: -21px
}

.fn_panel_user.login {
  min-width: 300px
}

.fn_panel_user.login .rem_me {
  text-align: left;
}

.fn_panel_user.login .rem_me [type="checkbox"] {
  margin-right: 10px;
}

.fn_panel_user.login .input_field {
  width: 100%;
}

.login_bottom {
  display: flex;
  justify-content: space-between;
  padding: 5px 12px;
  flex: 1
}

.login_bottom a {
  color: #b8bdca;
}

.login_bottom a:hover {
  color: #ffaa00;
}

/* pm */

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

#dle-comments-list { width: 100%; overflow: hidden; }
#dle-comments-list .comments-tree-list > li > .comments-tree-list { padding: 0 8%; border-top: 1px solid #efefef; }
#dle-comments-list .comments-tree-list > li .comments-tree-list > li { padding-left: 20px; }
.comments-tree-list { list-style: none; padding: 0; margin: 0; }
