﻿/* --------------------                                   VegasAces                                             ------------------------------------*/

@font-face {
  font-family: Poppins-Regular;
  src: url("https://vegasaces.com/content/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
p,
ul {
  margin: 0;
}
.wallet-filter {
  display: flex;
  margin-bottom: 16px;
  justify-content: flex-end;
}
.wallet-filter ul {
  color: #1D2129;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  display: flex;
  gap: 16px;
}
.wallet-filter ul li {
  list-style-type: none;
  border-bottom: 2px solid #1D2129;
  padding-bottom: 12px;
  cursor: pointer;
}
.wallet-brief-section {
  display: flex;
  gap: 60px;
  justify-content: flex-start;
  align-items: center;
}
.wallet-brief-section .wallet-attr-style {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  align-items: flex-start;
}
.wallet-brief-section .wallet-attr-style p:first-child {
  font-family: Poppins-Regular;
  font-weight: 400;
  color: #F8AF26;
  font-size: 12px;
}
.wallet-brief-section .wallet-attr-style p:last-child {
  font-family: Roboto;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  gap: 4px;
}
.wallet-brief-section .wallet-attr-style.wallet-status p:first-child {
  font-weight: 800;
  font-size: 16px;
  color: #F8AF26;
}
.wallet-brief-section .wallet-attr-style.wallet-status p:last-child {
  font-size: 16px;
}
.wallet-alert {
  display: flex;
  padding: 16px 8px 16px 12px;
  border-radius: 8px;
  border: 1px solid #007BFF;
  background: #F0F9FF;
  align-items: center;
  gap: 10px;
  max-width: 444px;
  color: #1D2129;
  text-align: left;
}
.wallet-alert .wallet-description p:first-child {
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: 400;
}
.wallet-alert .wallet-description p:last-child {
  font-family: Poppins-Regular;
  font-size: 12px;
}
.wallet-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: #232323;
  color: #ffffff;
  font-family: Poppins-Regular;
  font-size: 16px;
}
.wallet-address .wallet-copy {
  display: flex;
  align-items: center;
  gap: 16px;
  word-break: break-all;
}
.wallet-address .wallet-copy img {
  cursor: pointer;
}
.wallet-address .wallet-copy.active .wallet-copy-text {
  display: none;
}
.wallet-address .wallet-copy.active .tooltip-text {
  display: block;
}
.wallet-address .wallet-copy .tooltip-text {
  display: none;
}
.wallet-address .wallet-showhide {
  cursor: pointer;
}
.wallet-address .wallet-showhide .wallet-eye {
  background: url('../../willbetgamebettingsa/image/show.svg') no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.wallet-address.active .wallet-copy-text {
  background: linear-gradient(90deg, #FFF 0%, rgba(84, 95, 117, 1) 29.77%);  
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wallet-address.active .wallet-eye {
  background: url('../../willbetgamebettingsa/image/hide.svg') no-repeat;
}
.wallet-qr-section {
  display: flex;
  flex-direction: column;
  font-family: Poppins-Regular;
  font-weight: 600;
  font-size: 14px;
  color: #F8AF26;
  width: 100%;
  text-align: left;
  gap:12px;
}

.wallet-qr-section .wallet-qr-sub-section{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:35px;
}
.wallet-qr-section .wallet-image {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
}
.wallet-qr-section .wallet-image > img {
  width: 168px;
  height: 168px;
  border-radius: 10px;
  border: 1px solid rgba(145, 145, 145, 0.1);
}
.wallet-qr-section .wallet-exchange {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 15px 30px 17px 30px;
  border-radius: 8px;
  /*border: 1px solid #777; */
  background: #232323;
}
.wallet-qr-section .wallet-exchange p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  color:#ffffff;
}
.wallet-dropdown {
  position: absolute;
  right: 12px;
}
.wallet-info {
  cursor: pointer;
  color: #F8AF26;
  font-size: 12px;
  font-weight: 700;
}
.wallet-info > span {
  background: url('../../willbetgamebettingsa/image/arrow.svg') no-repeat;
  background-size: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 4px;
}
.wallet-info.active > span {
  transform: rotate(90deg);
}
.wallet-info-detail {
  cursor: pointer;
}
.wallet-info-detail > span {
  background: url('../../willbetgamebettingsa/image/arrow.svg') no-repeat;
  background-size: 10px;
  display: inline-block;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  margin-left: 4px;
}
.wallet-info-detail.active > span {
  transform: rotate(180deg);
}
.wallet-term-section {
  display: flex;
  width:100%;
  flex-direction: column;
  border-radius: 5px;
  color: #ffffff;
  font-family: Poppins-Regular;
  gap:10px;
}
.wallet-term-section .wallet-term-top-section {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
  background: #232323;
  border-radius: 5px;
}
.wallet-term-section .wallet-term-top-section .wallet-info-detail {
  color: #F8AF26;
}
.wallet-term-section .wallet-term-bottom-section {
  font-size: 12px;
  font-weight: 400;
  line-height: 17.1px;
  padding: 10px 10px 30px 10px;
  color: #777777;
  background: #232323;
  text-align: left;
  border-radius: 5px;
  flex-direction: column;
}
.wallet-item {
  padding: 24px 12px;
  margin-bottom: 12PX;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  border-radius: 12px;
  border: 2px solid #777777;
  background: #2b2a2a;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}
.wallet-item .wallet-top-section,
.wallet-item .wallet-bottom-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .wallet-item {
    padding: 24px 12px 68px 12px;
  }
  .wallet-dropdown {
    bottom: 24px;
  }
  .wallet-brief-section {
    gap: 15px;
  }
  .wallet-brief-section .wallet-attr-style.wallet-status p:first-child {
    font-size: 14px;
  }
  .wallet-brief-section .wallet-attr-style.wallet-status p:last-child {
    font-size: 14px;
  }
  .wallet-qr-section {
    align-items: center;
  }
  .wallet-qr-section .wallet-image {
    align-items: center;
  }
  .wallet-qr-section .wallet-exchange {
    width:100%;
  }
  .wallet-bottom-section {
    justify-content: center;
    align-items: center;
  }
  .wallet-address{
      font-size: 14px;;
  }
}