/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/profile/items/profileItemsStyles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.profile_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .profile_items {
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 764px) {
  .profile_items .sellAll_btn_mobile {
    margin-top: 8px;
  }
}

.profile_items_button {
  min-width: 328px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .profile_items_button {
    width: 100%;
  }
}

.profile_items_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.profile_item {
  position: relative;
  width: calc((100% - 48px) / 7);
  background: linear-gradient(to bottom right, rgb(39, 58, 70), rgb(24, 35, 45));
  border-radius: 8px;
  overflow: hidden;
  display: block;
  padding: 4px;
  aspect-ratio: 1;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .profile_item {
    width: calc((100% - 40px) / 6);
  }
}
@media (max-width: 1024px) {
  .profile_item {
    width: calc((100% - 24px) / 4);
  }
}
@media (max-width: 768px) {
  .profile_item {
    width: calc((100% - 8px) / 2);
  }
}
.profile_item.profile_item_foreign {
  opacity: 0.48;
  pointer-events: none;
}

.item_percent {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: rgba(19, 19, 24, 0.5);
  color: #ffffff;
  z-index: 2;
  height: 18px;
  display: flex;
  align-items: center;
  padding: 1px 4px;
}
@media (max-width: 767px) {
  .item_percent {
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    padding: 0 4px;
    height: 16px;
  }
}

.item_image_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item_image_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item_button_container {
  display: flex;
  gap: 4px;
  width: 100%;
}

.item_image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.item_info1 {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 4px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin: 0;
}

.item_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 4px;
  opacity: 0.64;
  color: #ffffff;
  max-width: 80%;
}
@media (max-width: 767px) {
  .item_name {
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    margin-bottom: 2px;
  }
}

.item_skin {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .item_skin {
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
  }
}
.item_skin span {
  color: #ffb800;
}

.item_button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4px;
  background: rgba(19, 19, 24, 0.8);
  display: flex;
  gap: 4px;
  z-index: 2;
}
.item_button a,
.item_button button {
  flex: 1 1 auto;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  padding: 0;
}
.item_button .btn_icon {
  flex: 0 0 32px;
  aspect-ratio: 1/1;
}

.item_price {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: rgba(19, 19, 24, 0.5);
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 4px;
  color: #ffffff;
  padding: 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.item_price .price_icon {
  flex-shrink: 0;
  margin-left: -3px;
}
@media (max-width: 767px) {
  .item_price {
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
  }
}

.profile_load_more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.profile_load_more_btn {
  min-width: 145px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
}

.item_skin {
  display: none !important;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/skeletons/TopDropSkeleton.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@keyframes skeleton-loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.top_drop_skeleton {
  display: flex;
  gap: 2px;
}
.top_drop_skeleton_btns {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 1024px) {
  .top_drop_skeleton_btns {
    display: none;
  }
}
.top_drop_skeleton_btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(54, 55, 68, 0.3) 25%, rgba(64, 65, 78, 0.3) 37%, rgba(54, 55, 68, 0.3) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.5s ease infinite;
}
.top_drop_skeleton_items {
  display: flex;
  gap: 2px;
  height: 82px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top_drop_skeleton_items {
    height: 48px;
  }
}
.top_drop_skeleton_item {
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(54, 55, 68, 0.3) 25%, rgba(64, 65, 78, 0.3) 37%, rgba(54, 55, 68, 0.3) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.5s ease infinite;
  flex: 1;
  aspect-ratio: 1;
  height: 82px;
  min-width: 82px;
}
@media (max-width: 1024px) {
  .top_drop_skeleton_item {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
.top_drop_skeleton_item:first-child {
  min-width: 82px;
}
@media (max-width: 1024px) {
  .top_drop_skeleton_item:first-child {
    min-width: 48px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/skeletons/OnlineSkeleton.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
@keyframes skeleton-loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.online_skeleton {
  background: #202028;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 20px;
  width: 82px;
  border-radius: 4px;
  height: 82px;
}
@media (max-width: 1024px) {
  .online_skeleton {
    display: none;
  }
}
.online_skeleton_icon {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  margin-bottom: 4px;
  background: linear-gradient(90deg, rgba(54, 55, 68, 0.3) 25%, rgba(64, 65, 78, 0.3) 37%, rgba(54, 55, 68, 0.3) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.5s ease infinite;
}
.online_skeleton_count {
  width: 40px;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(54, 55, 68, 0.3) 25%, rgba(64, 65, 78, 0.3) 37%, rgba(54, 55, 68, 0.3) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.5s ease infinite;
}
.online_skeleton_text {
  width: 50px;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(54, 55, 68, 0.3) 25%, rgba(64, 65, 78, 0.3) 37%, rgba(54, 55, 68, 0.3) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.5s ease infinite;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/profile/profile-stats/profile.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.profile_stats {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 64px;
  padding-bottom: 40px;
  border-bottom: 2px solid #202028;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .profile_stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
.profile_stats_left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 328px;
  border-radius: 8px;
  background: #202028;
  padding: 8px;
}
@media (max-width: 1024px) {
  .profile_stats_left {
    max-width: 100%;
  }
}
.profile_stats_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .profile_stats_center {
    display: none;
  }
}
.profile_stats_right {
  padding: 12px;
  background-color: #202028;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .profile_stats_right {
    max-width: 100%;
    width: 100%;
  }
}
.profile_stats_button {
  padding: 4px 12px 4px 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.profile_stats_button_deposit {
  color: #482000;
}

.balance_block {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.balance_block .balance_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.balance_block .balance_amount {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-right: auto;
  padding-top: 4px;
}

.balance_devider {
  margin: 4px 0;
  height: 2px;
  width: 100%;
  background: #363744;
}

.stats_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.stats_title span {
  padding-top: 4px;
}
@media (max-width: 1024px) {
  .stats_title {
    margin-bottom: 0;
    cursor: pointer;
    justify-content: space-between;
  }
  .stats_title_active .stats_title_arrow {
    transform: rotate(180deg);
  }
  .stats_title:focus, .stats_title:active {
    outline: none;
    background-color: transparent;
  }
}
.stats_title_arrow {
  display: none;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .stats_title_arrow {
    display: block;
    margin-left: auto;
  }
}

.stats_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
}
@media (max-width: 1024px) {
  .stats_grid {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
    opacity: 0;
  }
  .stats_grid_visible {
    max-height: 200px;
    overflow: visible;
    padding-top: 16px;
    opacity: 1;
  }
}

.stats_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.stats_item .stats_label {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #8a8ca6;
  min-width: 110px;
}
.stats_item .stats_value {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 4px;
}

.profile_info_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .profile_info_mobile {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
  }
}

.profile_info_mobile_descr {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.profile_info_mobile_id {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #6c6f8b;
  display: flex;
  align-items: center;
  gap: 4px;
}

.profile_info_mobile_exit {
  background: transparent !important;
  margin-left: auto;
}
