/*
*   Account base less
*   @date 4/12/2016
*/
/*
*   Account variable less
*   @date 4/12/2016
*/
.account-module .scrollbar {
  background: #151516;
  border-radius: 4px;
  width: 9px;
}
.account-module .scrollbar .track {
  border-radius: 4px;
  width: 8px;
}
.account-module .scrollbar .track .thumb {
  left: 1px;
  background: rgba(0, 0, 0, 0) url("../images/global/scrollbar/bg-scrollbar-thumb-y2.png") repeat-y 50% 100%;
  width: 8px;
}
.account-module .scrollbar .track .thumb .end {
  background: #1c1616 url("../images/global/scrollbar/bg-scrollbar-thumb-y2.png") no-repeat 50% 0;
  height: 5px;
  overflow: hidden;
  width: 8px;
}
.account-module .dropdown-list {
  box-sizing: border-box;
  width: 100%;
  top: inherit;
  border: 1px solid rgba(167, 167, 167, 0.3);
  background-color: rgba(0, 0, 0, 0.9);
}
.account-module .dropdown-list dd {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
}
.account-module .dropdown-list dd:first-child {
  border-top: 0 none;
}
.account-module .dropdown-list dd a {
  line-height: 26px;
}
.account-module .dropdown-list dd a:hover,
.account-module .dropdown-list dd a:focus {
  background-color: rgba(167, 167, 167, 0.2);
}
.account-module .scrollbar {
  z-index: 10;
}
.account-module .dropdown-current-value {
  color: #fff;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  height: 30px;
  line-height: 30px;
}
.account-module .dropdown-current-value span {
  position: absolute;
  left: 0;
  overflow: hidden;
  max-width: 75%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-module .dropdown-current-value i {
  background-position: right -16px;
}
.account-module .btn-common,
.compose-new-wrap .btn-common {
  line-height: 28px;
  height: 28px !important;
  padding: 0 15px;
  background-image: none !important;
  background-color: #4471c5;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #4471c5;
}
.account-module .btn-common:hover,
.compose-new-wrap .btn-common:hover {
  background-color: #7198e2;
  border-color: 1px solid #7198e2;
}
.account-module .modal-dialog .btn-cancel,
.compose-new-wrap .modal-dialog .btn-cancel {
  background: none;
  border: 1px solid #a7a7a7;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
}
.account-module .modal-dialog .btn-cancel span,
.compose-new-wrap .modal-dialog .btn-cancel span {
  background: none;
  height: 28px;
  line-height: 28px;
}
.account-module .modal-dialog .btn-cancel:hover,
.compose-new-wrap .modal-dialog .btn-cancel:hover {
  border-color: #fff;
}
.user-plus-group.active .ico-user-plus {
  background-position: -28px -1000px;
}
.my-account-header {
  max-width: 1200px;
  /*height: 300px;*/
  position: relative;
  margin: 0 auto;
  color: #fff;
  padding: 0 0;
}
.my-account-header .account-nav {
  position: absolute;
  top: 10px;
  left: 10px;
}
.my-account-header .account-nav h2 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}
.my-account-header .account-nav .account-nav-btn {
  width: 32px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  background: url("../images/account/Menu.png") no-repeat;
  vertical-align: sub;
}
.my-account-header .account-nav ul {
  position: absolute;
  width: 150px;
  right: -117px;
  padding: 0 0 1px;
  z-index: 20;
  border: 1px solid rgba(167, 167, 167, 0.3);
  border-radius: 2px;
  margin-top: -10px;
  display: none;
  top: 40px;
}
.my-account-header .account-nav ul li {
  list-style: none;
  height: 30px;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.my-account-header .account-nav ul li a {
  line-height: 30px;
  height: 100%;
  display: block;
  padding-left: 15px;
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  font-family: 'Open Sans', sans-serif;
}
.my-account-header .account-nav ul li a:link,
.my-account-header .account-nav ul li a:visited,
.my-account-header .account-nav ul li a:hover,
.my-account-header .account-nav ul li a:active {
  text-decoration: none;
}
.my-account-header .account-nav ul li a:hover,
.my-account-header .account-nav ul li a.active {
  background: rgba(167, 167, 167, 0.2);
}
.my-account-header .account-nav ul li:first-child a {
  border-top: none;
}
.my-account-header .account-bg-container {
  position: relative;
  top: 70px;
  left: 0;
  text-align: center;
  display: block;
  padding: 0 20px;
  height: 18px;
}
.my-account-header .account-bg-container::selection {
  background: transparent;
}
.my-account-header .account-bg-container .checkbox-inline {
  height: 20px;
}
.my-account-header .account-bg-container .checkbox-inline span {
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  .my-account-header .account-bg-container .checkbox-inline {
    display: none;
  }
}
.my-account-header .account-bg-container input[type=checkbox] {
  display: none;
}
.my-account-header .account-bg-container input[type=checkbox] ~ span:hover:before {
  border: 1px solid #ffffff;
}
.my-account-header .account-bg-container span {
  position: relative;
  cursor: pointer;
}
.my-account-header .account-bg-container span::selection {
  background: transparent;
}
.my-account-header .account-bg-container input[type=checkbox] ~ span:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  margin-right: 10px;
  top: 4px;
  border-radius: 1px;
}
.my-account-header .account-bg-container input[type=checkbox]:checked ~ span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 7px;
  border: 2px solid #5c91ff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  top: 4px;
  left: 6px;
}
.my-account-header .account-profile {
  min-height: 80px;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: 170px;
  position: relative;
  padding: 10px 15px 0 140px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}
@media screen and (max-width: 740px) {
  .my-account-header .account-profile {
    height: auto;
    border-radius: 0;
    margin-top: 120px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 0;
  }
  .my-account-header .account-profile .text-right {
    text-align: left;
  }
}
.my-account-header .account-profile .account-avatar {
  width: 123px;
  height: 123px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: -1px;
  top: -25px;
  border: 1px solid rgba(153, 153, 153, 0.7);
}
.my-account-header .account-profile .account-avatar img {
  display: block;
  height: 100%;
}
.my-account-header .account-profile .account-avatar .account-avatar-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 40px 20px;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 740px) {
  .my-account-header .account-profile .account-avatar .account-avatar-hover {
    display: none;
  }
}
.my-account-header .account-profile .account-avatar:hover .account-avatar-hover {
  opacity: 1;
}
.my-account-header .account-profile .account-avatar .change-avatar {
  display: none;
}
.my-account-header .account-profile .account-profile-left {
  width: 60%;
}
.my-account-header .account-profile .account-profile-right {
  width: 40%;
  text-align: right;
}
.my-account-header .account-profile .account-profile-right .profile-right-content,
.my-account-header .account-profile .account-profile-right .profile-right-buttons {
  display: inline-block;
  vertical-align: middle;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons {
  margin-left: 15px;
}
@media screen and (max-width: 740px) {
  .my-account-header .account-profile .account-profile-right .profile-right-buttons {
    margin-left: 0;
  }
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .button[class*="btn-"] {
  background: none;
  padding: 0;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .button {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  border: 1px solid #6f6c70;
  border-radius: 2px;
  box-sizing: border-box;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .button:not(:last-child) {
  margin-right: 15px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .button:hover {
  border-color: #fff;
  outline: none;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 12px;
  background: url("../images/account/icon-submenu.png") no-repeat;
  background-size: cover;
  background-origin: content-box;
  background-clip: content-box;
  box-sizing: border-box;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-add {
  background-position: 0 -95px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-add:hover {
  background-position: 0 -120px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-pendding {
  background-position: 0 -44px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-pendding:hover {
  background-position: 0 -69px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-remove {
  background-position: 0 -147px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-remove:hover {
  background-position: 0 -176px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-send {
  background-position: 0 3px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-send:hover {
  background-position: 0 -20px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-unblock {
  background-position: 0 -255px;
}
.my-account-header .account-profile .account-profile-right .profile-right-buttons .icon-unblock:hover {
  background-position: 0 -280px;
}
.my-account-header .account-profile .account-profile-left,
.my-account-header .account-profile .account-profile-right {
  float: left;
}
@media screen and (max-width: 375px) {
  .my-account-header .account-profile .account-profile-left,
  .my-account-header .account-profile .account-profile-right {
    width: 100%;
  }
  .my-account-header .account-profile .account-profile-left .text-lighter,
  .my-account-header .account-profile .account-profile-right .text-lighter {
    padding: 0;
  }
}
@media screen and (max-width: 740px) {
  .my-account-header .account-profile .account-profile-left,
  .my-account-header .account-profile .account-profile-right {
    float: none !important;
    display: block;
    width: 100%;
    text-align: left !important;
  }
  .my-account-header .account-profile .account-profile-left .text-right,
  .my-account-header .account-profile .account-profile-right .text-right {
    text-align: left !important;
  }
  .my-account-header .account-profile .account-profile-left .profile-right-content,
  .my-account-header .account-profile .account-profile-right .profile-right-content,
  .my-account-header .account-profile .account-profile-left .profile-right-buttons,
  .my-account-header .account-profile .account-profile-right .profile-right-buttons {
    display: block;
  }
  .my-account-header .account-profile .account-profile-left .profile-right-buttons,
  .my-account-header .account-profile .account-profile-right .profile-right-buttons {
    margin: 10px 0 5px;
    text-align: left;
  }
}
.my-account-header .account-profile p {
  line-height: 24px;
  padding: 2.5px 0;
  font-size: 14px;
}
@media screen and (max-width: 375px) {
  .my-account-header .account-profile p span {
    display: block;
    float: none !important;
  }
}
.my-account-header .account-bg-btn {
  position: absolute;
  right: 40px;
  bottom: 122px;
  font-size: 24px;
  color: #fff;
  z-index: 20;
}
@media screen and (max-width: 740px) {
  .my-account-header .account-bg-btn {
    display: none;
    bottom: auto;
    top: 145px;
    right: 0;
  }
}
.my-account-header .account-bg-btn > a {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/account/account_change_bg.png") no-repeat center / cover;
}
.my-account-header .account-bg-btn ul {
  position: absolute;
  display: none;
  top: 28px;
  right: 0;
  border: 1px solid rgba(153, 153, 153, 0.3);
  border-radius: 2px;
}
.my-account-header .account-bg-btn ul li:last-child {
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}
.my-account-header .account-bg-btn ul li {
  height: 30px;
  background: #080707;
}
.my-account-header .account-bg-btn ul li:hover {
  background: #292726;
}
.my-account-header .account-bg-btn ul li a {
  display: block;
  line-height: 30px;
  height: 100%;
  padding: 0 10px;
  font-size: 12px;
  white-space: nowrap;
  text-align: left;
}
.my-account-header .account-bg-btn ul li a:link,
.my-account-header .account-bg-btn ul li a:visited,
.my-account-header .account-bg-btn ul li a:hover,
.my-account-header .account-bg-btn ul li a:active {
  text-decoration: none;
}
.my-account-header .account-bg-btn ul li a label {
  cursor: pointer;
}
.my-account-header .account-bg-btn ul.active {
  display: block;
}
.account-btn {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  margin: 0 3px;
  cursor: pointer;
  background: transparent;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .account-btn.account-btn-half {
    width: 48%;
    text-align: center;
    display: block;
    float: left;
    margin: 0 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.account-btn:link {
  color: #ddd;
}
.account-btn:hover {
  color: #5c91ff;
  border-color: #fff;
  text-decoration: none;
}
.clearfix,
.account-module .input-group,
.input-account-row {
  *zoom: 1;
}
.clearfix:before,
.account-module .input-group:before,
.input-account-row:before,
.clearfix:after,
.account-module .input-group:after,
.input-account-row:after {
  display: table;
  content: '';
  overflow: hidden;
}
.clearfix:after,
.account-module .input-group:after,
.input-account-row:after {
  clear: both;
}
.text-lighter {
  color: #a7a7a7;
}
.account-covers-container {
  width: 740px;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  position: fixed;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account-covers-container.active {
  opacity: 1;
  z-index: 1000;
  transform: translate(-50%, 20px);
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
}
.container-body {
  position: relative;
  margin-top: 20px;
}
.account-cover-btn {
  position: absolute;
  top: 153px;
  color: #fff;
  font-size: 30px;
  width: 14px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  z-index: 20;
  text-indent: -9999px;
  overflow: hidden;
  background: no-repeat center / cover;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.account-cover-btn.account-cover-prev {
  left: -5px;
  background-image: url("../images/account/arrow_prev.png");
}
.account-cover-btn.account-cover-next {
  right: -5px;
  background-image: url("../images/account/arrow_next.png");
}
.account-cover-btn.disabled {
  cursor: default;
  background-image: none;
}
.account-cover-btn:link,
.account-cover-btn:visited,
.account-cover-btn:hover,
.account-cover-btn:active {
  text-decoration: none;
}
.account-cover-slides {
  display: block;
  padding: 0 16px;
  height: 340px;
  /*background: #00b498;*/
  overflow: hidden;
  width: 710px;
}
.account-cover-container {
  width: 1000%;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account-cover-container ul.account-cover-slide {
  display: block;
  width: 710px;
  height: 100%;
  float: left;
  margin-right: 30px;
}
.account-cover-container ul.account-cover-slide li {
  list-style: none;
  float: left;
  width: 220px;
  height: 67px;
  margin: 8px;
}
.account-cover-container ul.account-cover-slide li a {
  border: 2px solid rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.account-cover-container ul.account-cover-slide li a.account-cover-selected {
  border-color: #5c91ff !important;
  box-shadow: 0px 0px 10px #5c91ff;
}
.account-cover-container ul.account-cover-slide li a img {
  width: 100%;
  height: 100%;
}
.account-cover-container ul.account-cover-slide li a:hover {
  border-color: #fff;
}
.container-footer {
  text-align: center;
  padding: 5px 0;
}
.error,
.error-msg {
  color: #C0392b;
}
input.error {
  color: #fff;
  border: 1px solid #C0392b !important;
}
.error-border {
  border: 1px solid #C0392b;
}
.arc-icon {
  width: 18px;
  height: 17px;
  display: inline-block !important;
  position: relative;
  top: 4px;
  margin-right: 0;
  background: url("../images/account/arc_icon.png") no-repeat center / 100%;
}
.upload-avatar-dialog .btn-line {
  text-align: center;
}
.account-container-title {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
}
.account-container-title span {
  float: left;
}
.account-container-title .account-title-name {
  display: inline-block;
  margin-right: 10px;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.account-container-title .account-title-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 16px;
  background: rgba(255, 255, 255, 0.4);
}
.fake-checkbox,
.fake-radio {
  position: relative;
  cursor: pointer;
}
.fake-checkbox span.radiobox,
.fake-radio span.radiobox,
.fake-checkbox span.checkboxs,
.fake-radio span.checkboxs,
.fake-checkbox input[type='radio'],
.fake-radio input[type='radio'],
.fake-checkbox input[type='checkbox'],
.fake-radio input[type='checkbox'],
.fake-checkbox span.content,
.fake-radio span.content {
  vertical-align: middle;
  display: inline-block;
}
.fake-radio input[type='radio'] {
  margin-right: 15px;
  visibility: hidden;
}
.fake-radio span.radiobox {
  position: absolute;
  top: 0;
  left: -20px;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #fff;
}
.fake-radio span.radiobox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #548fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fake-radio input[type='radio']:checked ~ span.radiobox:after {
  opacity: 1;
  filter: alpha(opacity=1);
}
.fake-checkbox {
  position: relative;
}
.fake-checkbox input[type='checkbox'] {
  visibility: hidden;
}
.fake-checkbox span.content {
  margin-left: 10px;
}
.fake-checkbox span.checkboxs {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 16px;
  height: 16px;
  background: #1f2228;
  border: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: middle;
}
.fake-checkbox span.checkboxs:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #548fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fake-checkbox input[type='checkbox']:checked ~ span.checkboxs:after {
  opacity: 1;
  filter: alpha(opacity=1);
}
.pw-themed body {
  background-color: #fff !important;
}
.pw-themed .header {
  background-color: #000;
}
.pw-themed .footer {
  background-color: #1D1E21;
}
.pw-themed .account-bg-container input[type=checkbox] ~ span:before {
  border-color: rgba(54, 55, 59, 0.3) !important;
  border-radius: 2px;
}
.pw-themed .account-bg-container input[type=checkbox] ~ span:hover:before {
  border-color: rgba(54, 55, 59, 0.3) !important;
}
.pw-themed .account-bg-container input[type=checkbox]:checked ~ span:after {
  border-color: #36373B !important;
}
.pw-themed .account-title {
  color: #36373B !important;
}
.pw-themed .profile-right-buttons .button {
  border-color: rgba(54, 55, 59, 0.3) !important;
}
.pw-themed .profile-right-buttons .button:hover {
  border-color: #d62222 !important;
}
.pw-themed .profile-right-buttons .icon::after {
  color: #36373B;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 22px;
}
.pw-themed .profile-right-buttons .icon:hover::after {
  color: #d62222;
}
.pw-themed .profile-right-buttons .icon-add {
  background: none !important;
}
.pw-themed .profile-right-buttons .icon-add::after {
  content: '\f234';
}
.pw-themed .profile-right-buttons .icon-pendding {
  background: none !important;
}
.pw-themed .profile-right-buttons .icon-pendding::after {
  content: '\f4fd';
}
.pw-themed .profile-right-buttons .icon-send {
  background: none !important;
}
.pw-themed .profile-right-buttons .icon-send::after {
  content: '\f0e0';
}
.pw-themed .profile-right-buttons .icon-remove {
  background: none !important;
}
.pw-themed .profile-right-buttons .icon-remove::after {
  content: '\f05e';
}
.pw-themed .profile-right-buttons .icon-unblock {
  background: none !important;
}
.pw-themed .profile-right-buttons .icon-unblock::after {
  content: '\e058';
}
.pw-themed .account-covers-container {
  background-color: #36373B !important;
}
.pw-themed .account-dialog-wrap .m-t h3.dialog-title span {
  background: #36373B !important;
}
.pw-themed .account-cover-confirm.account-cover-confirm {
  border: 1px solid #d62222 !important;
  background: #d62222 !important;
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important;
}
.pw-themed .account-cover-confirm.account-cover-confirm:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.pw-themed .send-message-popup {
  z-index: 10000;
}
.pw-themed .compose-new-wrap {
  box-shadow: none !important;
}
.pw-themed .msg-user-to,
.pw-themed .message-edit-info {
  color: #36373B !important;
}
.pw-themed #colorbox:not(.colorbox-web-defender) #cboxContent {
  background-color: #36373B !important;
  border: solid 1px rgba(167, 167, 167, 0.3) !important;
}
.pw-themed #colorbox:not(.colorbox-web-defender) .account-btn {
  border: 1px solid #d62222 !important;
  background: transparent !important;
  color: #d62222 !important;
  font-family: 'Roboto', sans-serif !important;
}
.pw-themed #colorbox:not(.colorbox-web-defender) .account-btn:hover {
  color: #8E8E8E !important;
  border-color: #8E8E8E !important;
}
.pw-themed #colorbox:not(.colorbox-web-defender) [type="submit"] {
  border: 1px solid #d62222 !important;
  background: #d62222 !important;
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important;
}
.pw-themed #colorbox:not(.colorbox-web-defender) [type="submit"]:hover {
  background-color: #8E8E8E !important;
  border-color: #8E8E8E !important;
  color: #fff !important;
}
.pw-themed #colorbox:not(.colorbox-web-defender) input[type="text"],
.pw-themed #colorbox:not(.colorbox-web-defender) [type="password"] {
  background-color: #fff !important;
  color: #36373B !important;
}
.pw-themed #colorbox:not(.colorbox-web-defender) #cboxClose {
  background: none !important;
  border-color: #8E8E8E !important;
}
.pw-themed #colorbox:not(.colorbox-web-defender) #cboxClose::after {
  content: '\f00d';
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  color: #8E8E8E !important;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pw-themed #colorbox:not(.colorbox-web-defender) #cboxClose:hover {
  border-color: #fff !important;
}
.pw-themed #colorbox:not(.colorbox-web-defender) #cboxClose:hover::after {
  color: #fff !important;
}
.pw-themed .modal .message-edit-info,
.pw-themed .modal .message-edit {
  border: none !important;
}
.pw-themed .modal .msg-user-to,
.pw-themed .modal .message-edit-info {
  color: #fff !important;
}
.pw-themed .modal .message-to-users,
.pw-themed .modal .message-edit-info textarea {
  color: #fff !important;
  background-color: #2A2B2E !important;
  border: none !important;
}
.pw-themed .modal-dialog {
  background-color: #36373B !important;
  border: solid 1px rgba(167, 167, 167, 0.3) !important;
  color: #fff;
}
.pw-themed .modal-dialog .close {
  background: none !important;
  border-color: #8E8E8E !important;
}
.pw-themed .modal-dialog .close::after {
  content: '\f00d';
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  color: #8E8E8E !important;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pw-themed .modal-dialog .close:hover {
  border-color: #fff !important;
}
.pw-themed .modal-dialog .close:hover::after {
  color: #fff !important;
}
.pw-themed .modal-dialog .dialog-title span {
  background: #36373B !important;
}
.pw-themed .modal-dialog .dialog-title::after {
  background: #515151;
}
.pw-themed .modal-dialog .dialog-container {
  box-shadow: none;
}
.pw-themed .modal-dialog .btn-common {
  border: 1px solid #d62222 !important;
  background: #d62222 !important;
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important;
}
.pw-themed .modal-dialog .btn-common:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.pw-themed .modal-dialog .btn-cancel {
  border: 1px solid #d62222 !important;
  background: transparent !important;
  color: #d62222 !important;
  font-family: 'Roboto', sans-serif !important;
}
.pw-themed .modal-dialog .btn-cancel:hover {
  color: #000000 !important;
  border-color: #000000 !important;
}
.pw-themed .modal-dialog .reply-btns a {
  min-width: 120px !important;
}
.pw-themed .modal-dialog .reply-btns a span {
  text-align: center;
}
.pw-themed .send-message-popup .modal-dialog .compose-new-wrap .reply-btns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.pw-themed .send-message-popup .modal-dialog .compose-new-wrap .reply-btns > * + * {
  margin: 13px 0 0 0;
}
@media (min-width: 450px) {
  .pw-themed .send-message-popup .modal-dialog .compose-new-wrap .reply-btns {
    flex-direction: row;
  }
  .pw-themed .send-message-popup .modal-dialog .compose-new-wrap .reply-btns > * + * {
    margin: 0 0 0 13px;
  }
}
.pw-themed .activity-nav li:not(.active),
.pw-themed .account-container-nav li:not(.active),
.pw-themed ul.nav li:not(.active) {
  border: 1px solid #d62222 !important;
  background: transparent !important;
  color: #d62222 !important;
  font-family: 'Roboto', sans-serif !important;
  border-right: 1px solid #d62222 !important;
}
.pw-themed .activity-nav li:not(.active):hover,
.pw-themed .account-container-nav li:not(.active):hover,
.pw-themed ul.nav li:not(.active):hover {
  color: #000000 !important;
  border-color: #000000 !important;
}
.pw-themed .activity-nav li:not(.active) a,
.pw-themed .account-container-nav li:not(.active) a,
.pw-themed ul.nav li:not(.active) a {
  color: #d62222 !important;
}
.pw-themed .activity-nav li:not(.active):hover,
.pw-themed .account-container-nav li:not(.active):hover,
.pw-themed ul.nav li:not(.active):hover {
  border-right: 1px solid #000 !important;
}
.pw-themed .activity-nav li:not(.active):hover a,
.pw-themed .account-container-nav li:not(.active):hover a,
.pw-themed ul.nav li:not(.active):hover a {
  color: #000 !important;
}
.pw-themed .activity-nav li.active.active,
.pw-themed .account-container-nav li.active.active,
.pw-themed ul.nav li.active.active {
  border: 1px solid #d62222 !important;
  background: #d62222 !important;
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important;
  pointer-events: none;
}
.pw-themed .activity-nav li.active.active:hover,
.pw-themed .account-container-nav li.active.active:hover,
.pw-themed ul.nav li.active.active:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.pw-themed .account-user-banner {
  width: 100%;
}
.pw-themed .my-account-header {
  color: #36373B;
}
.pw-themed .my-account-header .account-nav h2 {
  color: #36373B;
  text-shadow: none;
}
.pw-themed .my-account-header .account-nav .account-nav-btn {
  display: inline-flex;
  margin-left: 10px;
  font-family: "Font Awesome 5 Pro";
  text-decoration: none;
  color: #36373B;
  font-weight: 600;
  vertical-align: initial;
  background: none;
}
.pw-themed .my-account-header .account-nav .account-nav-btn:hover {
  color: #d62222;
}
.pw-themed .my-account-header .account-nav .account-nav-btn::before {
  content: '\f0c9';
  font-size: 26px;
}
.pw-themed .my-account-header .account-nav .account-nav-btn::after {
  content: '\f0d7';
  font-size: 14px;
  display: inline-block;
  margin-left: 2px;
}
.pw-themed .my-account-header .account-nav ul li {
  background: #161616;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  cursor: pointer;
  height: auto;
}
.pw-themed .my-account-header .account-nav ul li:hover,
.pw-themed .my-account-header .account-nav ul li.active {
  background: #262626;
}
.pw-themed .my-account-header .account-nav ul li a {
  padding: 10px 15px;
  text-decoration: none !important;
}
.pw-themed .my-account-header .account-nav ul li:first-child {
  border-top: none;
}
.pw-themed .account-profile {
  background: #EEEFF2;
}
.pw-themed .account-profile .account-avatar {
  border: none;
}
.pw-themed .account-bg-btn > a {
  background: url("../images/account/pw-update/options-hover.png") no-repeat center / cover;
}
.pw-themed .account-bg-btn > a:not(:hover) {
  background-image: url("../images/account/pw-update/options.png");
}
.pw-themed .account-bg-btn ul li {
  background: #161616;
  color: #CCC;
  height: auto;
}
.pw-themed .account-bg-btn ul li:hover {
  background: #262626;
}
.pw-themed .account-bg-btn ul li a {
  padding: 10px 15px;
}
.pw-themed .account-btn {
  border: 1px solid #d62222 !important;
  background: transparent !important;
  color: #d62222 !important;
  font-family: 'Roboto', sans-serif !important;
}
.pw-themed .account-btn:hover {
  color: #000000 !important;
  border-color: #000000 !important;
}
.pw-themed .text-lighter {
  color: #726868;
}
.pw-themed .account-container-title {
  color: #36373B;
}
.pw-themed .account-container-title .account-title-line {
  background: #E6E6E6;
}
.pw-themed .dropdown-current-value {
  background: #fff !important;
  border-color: #36373B !important;
  color: #36373B !important;
}
.pw-themed .dropdown-current-value i {
  background: none !important;
  text-indent: 0;
  color: transparent;
}
.pw-themed .dropdown-current-value i::before {
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
  text-decoration: none;
  color: #36373B;
  font-style: normal;
}
.pw-themed .paginate ul .prev a {
  background-image: url(../images/global/icon-arrows-pwe.png);
  background-repeat: no-repeat;
  background-position: -2px -84px;
}
.pw-themed .paginate ul .prev a:hover {
  background-image: url(../images/global/icon-arrows-pwe.png);
  background-repeat: no-repeat;
  background-position: -2px -126px;
}
.pw-themed .paginate ul .next a {
  background-image: url(../images/global/icon-arrows-pwe.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.pw-themed .paginate ul .next a:hover {
  background-image: url(../images/global/icon-arrows-pwe.png);
  background-repeat: no-repeat;
  background-position: 0 -42px;
}
.pw-themed .paginate li {
  margin: 0 8px;
}
.pw-themed .paginate li a {
  width: 40px !important;
  height: 40px !important;
  display: flex;
  padding: 0 !important;
  line-height: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  font-size: 16px;
}
.pw-themed .paginate li.active a,
.pw-themed .paginate li.disabled {
  pointer-events: none;
}
.pw-themed .paginate li.active a,
.pw-themed .paginate li:not(.active) a:hover {
  background-color: #d62222;
  color: #fff;
}
.pw-themed .paginate li:not(.active) a {
  background-color: #F6F6F6;
  color: #36373B;
}
.pw-themed .paginate li.next,
.pw-themed .paginate li.prev {
  background: none;
}
.pw-themed .paginate li.next a::after,
.pw-themed .paginate li.prev a::after {
  top: 50% !important;
}
.pw-themed .paginate li:not(.disabled).next a::after {
  right: 50% !important;
  left: auto !important;
  transform: translate(25%, -50%) rotate(45deg) !important;
  border-top-color: #d62222 !important;
  border-right-color: #d62222 !important;
}
.pw-themed .paginate li:not(.disabled).next a:hover::after {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
}
.pw-themed .paginate li:not(.disabled).prev a::after {
  left: 50% !important;
  right: auto !important;
  transform: translate(-25%, -50%) rotate(45deg) !important;
  border-bottom-color: #d62222 !important;
  border-left-color: #d62222 !important;
}
.pw-themed .paginate li:not(.disabled).prev a:hover::after {
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
