/* us_profile */
.us_profile {
}
.us_profile .user {
  float: left; width: 25%; padding: 20px; text-align: center; color: #000000; background: #ffffff;
}
.us_profile .user .avatar {
  display: inline-block; width: 160px; height: 160px;
}
.us_profile .user .avatar img {
  width: 160px; height: 160px;
}
.us_profile .user .nick {
  margin-top: 30px; font-size: 32px; font-weight: bold;
}
.us_profile .user .registration {
  margin-top: 5px;
}
.us_profile .user .country {
  display: flex; justify-content: center; gap: 10px; align-items: center; margin-top: 10px; font-size: 20px; font-weight: bold;
}
.us_profile .user .country img {
  width: auto; height: 20px;
}
.us_profile .user .country span {
}

.us_profile .user .level {
  margin-top: 30px;
}
.us_profile .user .level .title {
  font-size: 18px; font-weight: bold;
}
.us_profile .user .level .line {
  position: relative; width: 100%; height: 15px; margin-top: 7px; background: #e5e5e5;
}
.us_profile .user .level .line span {
  position: absolute; z-index: 2; top: 0; left: 0; height: 15px; background: #040b11;
}
.us_profile .user .level .line span.LEVEL1 { width: 0; }
.us_profile .user .level .line span.LEVEL2 { width: 25%; }
.us_profile .user .level .line span.LEVEL3 { width: 50%; }
.us_profile .user .level .line span.LEVEL4 { width: 75%; }
.us_profile .user .level .line span.LEVEL5 { width: 100%; }
.us_profile .user a.message {
  position: relative; height: 50px; line-height: 50px; margin-top: 30px; padding: 0 25px; text-align: center; border: 1px solid #000000;
}
.us_profile .user a.message::after {
  content: ''; display: inline-block; width: 26px; height: 26px; margin-left: 7px; background: url(../img/icons/message_w.svg?v2) no-repeat center center; background-size: 90% 90%; cursor: pointer;
}
.us_profile .user a.message:hover::after {
  background-image: url(../img/icons/message_b.svg?v2);
}

.us_profile .user .ratings {
  margin-top: 30px; border-top: 1px solid #000000;
}
.us_profile .user .ratings .item {
  margin-top: 25px;
}
.us_profile .user .ratings .item:first-child {
  padding-bottom: 25px; border-bottom: 1px solid #000000;
}
.us_profile .user .ratings .item .title {
  font-size: 18px;
}
.us_profile .user .ratings .item .rating {
  margin-top: 7px;
}
.us_profile .user .ratings .item .rating * {
  cursor: default;
}
.us_profile .user .ratings .item .rating .fa {
  font-size: 20px;
}


.us_profile .prim_elms {
  float: right; width: 70%;
}
.us_profile .prim_elms .description {
  padding: 25px; color: #ffffff; background: rgba(5,11,19, 0.95);
}
.us_profile .prim_elms .description h3 {
  margin-bottom: 15px;
}
.us_profile .prim_elms .description p {
}


.us_profile a.button_adds {
  position: relative; display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 80px; line-height: 80px; margin-top: 30px; text-align: center; font-size: 22px; font-weight: 600; color: #000000; background: #ffffff; border: 2px solid #ffffff;
}
/* .us_profile a.button_adds::after {
  content: '\f138'; font-family: "Font Awesome 6 Free"; margin-left: 8px; font-weight: bold;
} */
.us_profile a.button_adds:hover {
  text-decoration: none !important; color: #ffffff; background: #040b11;
}
/* us_profile */



/* user_sett */
.user_sett .loader {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, 0.8);
  align-items: center; display: flex; justify-content: center;
}
.user_sett .loader span {
  display: inline-block; padding: 10px; color: #ffffff; background: #040b11;
}

.user_sett .menu {
  margin-bottom: 50px;
}
.user_sett .menu ul {
  width: 100%; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #ffffff;
}
.user_sett .menu ul li {
  display: inline-block; margin: 0; padding: 0; list-style: none;
}
.user_sett .menu ul li a {
  display: inline-block; margin: 0; padding: 10px 20px; list-style: none;
}
.user_sett .menu ul li a.active, .user_sett .menu ul li a:hover {
  color: #000000; background: #ffffff;
}

.user_sett .verification {
  display: inline-block; height: 44px; line-height: 44px; padding: 0 20px; font-size: 20px; font-weight: bold; color: #000000; background: #ffffff;
}
.user_sett .verification.red {
  color: #ffffff; background: #bf0000;
}
.user_sett .upload_photo {
  position: relative; flex: 0 0 500px; height: 340px; background: #14191f; border: 2px solid #ffffff;
}
.user_sett .upload_photo .elms {
  position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; height: 100%;
}
.user_sett .upload_photo .elms .loading {
  position: absolute; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, 1);
  display: flex; justify-content: center; align-items: center;
}
.user_sett .upload_photo .elms .loading::after {
  content: '...uploading';
}
.user_sett .upload_photo .elms img.icon {
  width: auto; height: 60px;
}
.user_sett .upload_photo .elms img {
  width: auto; height: 180px;
}
.user_sett .upload_photo .elms small {
  font-size: 12px; color: rgba(255,255,255, 0.75);
}

.user_sett .upload_photo #image_for_crop_elm {
  padding: 20px; text-align: center;
}
.user_sett .upload_photo #image_for_crop {
  margin: 0 auto;
}

.user_sett #image_for_crop_elm span.button {
  display: inline-block; justify-content: center; align-items: center; padding: 12px 10px; font-family: 'Bakbak One'; font-size: 14px; font-weight: 500; text-align: center; text-transform: uppercase; cursor: pointer;
}
.user_sett #image_for_crop_elm span.button:hover {
  text-decoration: underline;
}
.user_sett #image_for_crop_elm span.button.crop_image {
  background: #040b11;
}

.user_sett #us_image_remove_new {
  position: absolute; left: 0; right: 0; bottom: 15px; width: 200px; margin: auto; text-align: center;
}
/* user_sett */


/* modal_verification */
.mw_FB .verification_user {
}
.mw_FB .verification_user .dropzone {
  display: flex; justify-content: center; flex-wrap: wrap; min-width: 400px; background: #040b11; border: 2px solid #ffffff;
}
.mw_FB .verification_user .dropzone .dz-message {
  position: relative; min-width: 400px;
}
.mw_FB .verification_user .dropzone .dz-message .elms {
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; height: 100%;
}
.mw_FB .verification_user .dropzone .dz-message .elms img.icon {
  width: auto; height: 60px;
}
.mw_FB .verification_user .dropzone .dz-message .elms img {
  width: auto; height: 180px;
}
.mw_FB .verification_user .dropzone .dz-message .elms small {
  font-size: 12px; color: rgba(255,255,255, 0.75);
}

.mw_FB .verification_user .response {
  margin-top: 20px;
}
.mw_FB .verification_user .response span {
  display: block; padding: 10px; text-align: center;
}
.mw_FB .verification_user .response span.success {
  color: #000000; background: #ffffff;
}
.mw_FB .verification_user .response span.error {
  color: #ffffff; background: #990000;
}

.mw_FB .verification_user .result table {
  margin-top: 20px; width: 100%; font-size: 12px; border-collapse: collapse; border-spacing: 0; border-top: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.mw_FB .verification_user .result table td {
  padding: 10px; border-left: 1px solid rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mw_FB .verification_user .result table td.filename { max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mw_FB .verification_user .result table td.filename .wrap { white-space: normal; word-wrap: break-word; }

.mw_FB .verification_user .result table td[remove_image] { cursor: pointer; }
/* /modal_verification */



/* modal_rate_user */
.mw_FB .rate_user {
}
.mw_FB .rate_user .rating_items {
  display: flex; align-items: center; justify-content: center; grid-column-gap: 50px; margin: 30px 0 30px 0; padding: 0 30px;
}
.mw_FB .rate_user .rating_items .item {
  text-align: center;
}
.mw_FB .rate_user .rating_items .item .label {
  margin: 0 0 10px 0; text-align: center; font-weight: bold;
}
.mw_FB .rate_user .rating_items .item.rating .fa {
  font-size: 26px !important;
}

.mw_FB .rate_user .form textarea {
  height: 100px;
}
.mw_FB .rate_user .form input[type="submit"] {
  width: auto !important; padding: 0 25px;
}
/* /modal_rate_user */


.avatar[user_status] {
  position: relative;
}
.avatar[user_status]::after {
  content: ''; position: absolute; z-index: 10; left: -2px; bottom: -2px; width: 12px; height: 12px; background: #b8b8b8; border: 2px solid #000000; border-radius: 50%;
}
.avatar[user_status="active"]::after {
  background: #01ff02;
}

.us_profile .user .avatar[user_status]::after {
  left: 3px; bottom: 3px; width: 24px; height: 24px; border: 4px solid #ffffff;
}
