.curr-dropdown-container {
  position: relative;
  width: 100%;
}
.curr-custom-dropdown {
  width: 100%;
  color: #f7941d;
  box-sizing: border-box;
  border: 2px solid #f7941d;
  font-size: 18px;
  padding: 10px 30px;
  background-color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 12px;
}
.curr-dropdown-content {
  color: #ba8bf9;
  -webkit-text-decoration-color: #ba8bf9;
  text-decoration-color: #ba8bf9;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50;
  background-color: #000;
  border: 1px solid #000;
  box-shadow: 0 4px 8px #0606501a;
  padding: 10px;
  z-index: 10000000000;
  width: max-content;
}
.btn-buy {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: auto;
}
.btn-buy-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    vertical-align: center;
}

.curr-dropdown-content.open {
  display: block;
}
.btn-buy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.curr-dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  margin-top: 5;
  margin-bottom: 5;
}
.curr-dropdown-item:hover {
  color: #f2f2f2;
}
.curr-dropdown-item span {
  margin-left: 5px;
  font-size: large;
}
.curr-dropdown-icon {
  color: #fff;
}
.walletBox-container {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  position: relative;
  background: url(/img/btchyper/widget-bg-top.png) no-repeat 0 -10px/100%,
    url(/img/btchyper/widget-bg-bottom.png) no-repeat 100% 100%/100%,
    linear-gradient(#21283d, #21283d);
  max-width: 450px;
  z-index: 1;
  margin-left: auto;
  border-radius: 25px;
  padding: 12px 20px 18px;
  box-sizing: border-box;
  color: #000;
}
.walletBox-bottom {
  background: url(/img/solx/widget-bottom.png) no-repeat 0 0;
  background-size: 100% 100%;
  height: 50px;
  position: relative;
  margin: -5px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
}
.walletBox-bottom .white-paper {
  text-transform: uppercase;
  font-size: x-large;
  color: #25e07a;
  text-align: left;
  font-weight: 800;
  -webkit-text-decoration-color: #25e07a;
  text-decoration-color: #25e07a;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.walletBox {
  width: 100%;
  max-width: 450px;
  position: relative;
  background: url(/img/btchyper/union.png) no-repeat,
    radial-gradient(68.7% 68.7% at 50% 50%, #0000, #d9d9d903);
  padding: 10px 18px;
  -webkit-backdrop-filter: blur(3.3340492249px);
  backdrop-filter: blur(3.3340492249px);
  box-shadow: inset 0.72px 0.72px #ffffff1c, 0 14.5px 16.53px #0000004a,
    inset -0.72px -0.72px #ffffff26;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.walletBox-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.walletBox-heading {
  margin-bottom: 8px;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: badaboom-bb, sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  transform: none;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}
.walletBox-heading strong {
  color: #ffa230;
}
.counter-wrapper {
  text-align: center;
  border: none;
  border-radius: 12px;
  background-color: initial;
  font-size: large;
  font-weight: 800;
  width: 100%;
}
.counter-container {
  width: 100%;
  background: #5f616b;
  box-sizing: border-box;
  color: #1b344a;
  column-gap: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 80px;
  justify-content: space-around;
  letter-spacing: 1px;
  line-height: 27.2px;
  padding: 10px 12px;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  border-radius: 20px;
  border: 1.613px solid #fff;
}
.counter-container,
.time-card {
  align-items: center;
  display: flex;
}
.time-card {
  min-width: 60px;
  width: 20%;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-family: Sausages, sans-serif;
  padding: 10px 7px;
  border: none;
  border-radius: 8px;
  color: #fff;
}
.time-card .indicator {
  font-size: 1em;
  font-weight: 400;
}
.time-card .value {
  font-weight: 400;
  font-size: 1.3em;
  color: #ffa230;
}
.total-raised {
  color: #fff;
  display: block;
  font-family: HeyComic, sans-serif;
  font-weight: 900;
  line-height: 22.4px;
  margin-inline: 0;
  margin-block: 8px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-transform: uppercase;
}
.total-raised,
.user-purchased-info {
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.user-purchased-info {
  align-items: center;
  color: #f7941d;
  display: flex;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 21.09px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.dashTitle {
  margin-block: 10px;
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
  width: 100%;
  color: #fff;
}
.dashTitle:after,
.dashTitle:before {
  content: "";
  width: 24%;
  height: 2px;
  background: #f7941d;
  position: absolute;
  left: 0;
  top: 50%;
}
.dashTitle:after {
  right: 0;
  left: auto;
}
.swapArea {
  width: 100%;
}
.currencies-list {
  column-gap: 16px;
  justify-content: space-evenly;
}
.currencies-list,
.currencies-list .btn {
  width: 100%;
  display: flex;
  align-items: center;
}
.currencies-list .btn {
  height: 50px;
  padding: 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #ffff2e !important;
  color: #ffff2e;
  font-family: Roboto, sans-serif;
  justify-content: center;
  column-gap: 8px;
  background: #0000;
  font-size: large;
}
.currencies-list .btn:hover {
  color: #fff;
}
.currencies-list .btn.selected {
  background-color: #f7941d;
  color: #fff;
  border-radius: 4px;
  font-weight: 900;
  box-shadow: 0 0 0 2px #a8a8a8;
}
.swapSection {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.swapSection .input-container {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
}
.input-lable {
  margin-bottom: 8px;
  color: #fff;
}
.input-amount {
  position: relative;
}
.input-control-custom {
  min-height: 50px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  color: #6a6a6a;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #4b1a09;
  outline: none;
}
.input-control-custom::placeholder {
  color: #4b1a09;
}
.amountType {
  position: absolute;
  top: 25px;
  right: 12px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.action-buttons {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.action-buttons .connect-btn {
  background: #f7941d;
}
.action-buttons .buy-btn,
.action-buttons .connect-btn {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Sausages, sans-serif;
  font-feature-settings: normal, auto, normal, normal, normal, "subs" off,
    "sups" off;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 20px;
  font-size-adjust: none;
  font-stretch: 100%;
  font-style: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 400;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 21.4286px;
  margin: 0;
  min-height: 45px;
  min-width: 100px;
  overflow-x: visible;
  overflow-y: visible;
  padding-block-end: 10px;
  padding-block-start: 10px;
  padding-inline-end: 10px;
  padding-inline-start: 10px;
  padding: 10px;
  text-align: center;
  text-indent: 0;
  text-rendering: auto;
  text-shadow: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
  word-spacing: 0;
  border-radius: 12px;
  border: none;
}
.action-buttons .buy-btn {
  background: #ffa231;
}
.action-buttons .buy-btn:hover,
.action-buttons .connect-btn:hover {
  background: linear-gradient(#f7941d, #000);
}
.external-info {
  margin: 8px;
  padding-top: 8px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .walletBox-container {
    padding: 12px 8px;
    margin-left: 0;
    width: 100%;
    max-width: 600px;
  }
  .walletBox {
    max-width: 100%;
  }
  .walletBox-heading {
    font-size: 1.6em;
    width: 100%;
  }
  .counter-container {
    padding: 0;
    column-gap: 0;
    justify-content: space-evenly;
  }
  .time-card {
    min-width: none;
  }
  .currencies-list {
    width: 100%;
    column-gap: 8px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .swapSection {
    flex-direction: column;
    row-gap: 16px;
  }
  .dashTitle:after,
  .dashTitle:before {
    width: 18%;
  }
  .walletBox-bottom {
    padding: 18px 8px;
    background: none;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    height: auto;
  }
  .walletBox-bottom .white-paper {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
  }
}
