/* Cloud Mining Calc START */
.block-S9kP6m {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px;
  border-radius: 16px;
  background: #FFF;
}
@media (max-width: 989px) {
  .block-S9kP6m {
    gap: 24px;
    padding: 0;
    flex-direction: column;
    align-items: normal;
  }
}
.block-S9kP6m.loaded-elem {
  height: 654px;
  border-radius: 12px;
}
.block-S9kP6m__dashboard {
  flex: 1 1 auto;
}
@media (max-width: 989px) {
  .block-S9kP6m__dashboard {
    padding: 16px 12px 0;
  }
}
.block-S9kP6m__dashboard-title {
  color: #101828;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 32px;
}
@media (max-width: 989px) {
  .block-S9kP6m__dashboard-title {
    display: none;
  }
}
.block-S9kP6m__dashboard-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 989px) {
  .block-S9kP6m__dashboard-inner {
    gap: 10px;
  }
}
.block-S9kP6m__dashboard-desc {
  color: #2E90FA;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-top: 8px;
}
@media (max-width: 989px) {
  .block-S9kP6m__dashboard-desc {
    display: none;
  }
}
.block-S9kP6m__label {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.block-S9kP6m__select-row {
  display: flex;
  gap: 8px;
}
@media (max-width: 1247px) {
  .block-S9kP6m__select-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 989px) {
  .block-S9kP6m__select-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 4px;
  }
}
.block-S9kP6m__select-row label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  color: #1D2939;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  height: 36px;
  max-width: calc(50% - 4px);
  cursor: pointer;
  padding: 0 12px;
  border-radius: 100px;
  border: 1px solid #EAECF0;
  transition: all 0.2s ease-out;
}
@media (max-width: 1247px) {
  .block-S9kP6m__select-row label {
    flex-basis: calc(50% - 4px);
  }
}
@media (max-width: 989px) {
  .block-S9kP6m__select-row label {
    min-width: 120px;
    flex: 0 0 auto;
  }
}
.block-S9kP6m__select-row label:hover {
  background: #f8fbff;
}
.block-S9kP6m__select-row label:has(input:checked) {
  color: #1570EF;
  background: #D1E9FF;
}
.block-S9kP6m__select-row label input {
  display: none;
}
.block-S9kP6m__select-row label img {
  max-width: 40px;
}
.block-S9kP6m__input-wrap {
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  height: 48px;
  background: #FFF;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.block-S9kP6m__input-wrap.flex {
  display: flex;
  gap: 4px;
}
.block-S9kP6m__input-wrap input[type=text] {
  color: #1D2939;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  outline: none;
  border: none;
}
.block-S9kP6m__input-wrap input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  height: 8px;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  background: #B2DDFF;
}
.block-S9kP6m__input-wrap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid #1570EF;
  background: #FFF;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.block-S9kP6m__input-wrap input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid #1570EF;
  background: #FFF;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.block-S9kP6m__bonus {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 8px;
  background: #98A2B3;
}
.block-S9kP6m__bonus.green {
  background: #16B364;
}
.block-S9kP6m__bonus-label {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.block-S9kP6m__bonus-value {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.block-S9kP6m__buttons {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 100px;
  width: 100px;
  height: calc(100% + 8px);
  margin-top: -4px;
  margin-right: -4px;
}
.block-S9kP6m__buttons button {
  width: 50%;
  height: 100%;
  outline: none;
  border: none;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}
.block-S9kP6m__buttons button:first-child {
  border-right: 1px solid #787880;
}
.block-S9kP6m__buttons button.decrease {
  background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12L18 12" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.block-S9kP6m__buttons button.increase {
  background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12H18M12 6V18" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.block-S9kP6m__card {
  flex: 0 0 430px;
  padding: 24px 16px 16px;
  border-radius: 16px;
  background: var(--gradient-primary-60050090-deg, linear-gradient(90deg, #1570EF 0%, #2E90FA 100%));
}
@media (max-width: 989px) {
  .block-S9kP6m__card {
    background: var(--gradient-primary-80060090-deg, linear-gradient(63deg, #1849A9 16.72%, #1570EF 83.39%));
  }
}
.block-S9kP6m__card-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 989px) {
  .block-S9kP6m__card-title {
    display: none;
  }
}
.block-S9kP6m__card .block-S9kP6m__select-row {
  margin-bottom: 16px;
}
.block-S9kP6m__card .block-S9kP6m__select-row label {
  height: 42px;
  color: #FFF;
  border: 1px solid rgba(252, 252, 253, 0.4);
  opacity: 0.6;
}
.block-S9kP6m__card .block-S9kP6m__select-row label:has(input:checked) {
  color: #1D2939;
  background-color: #FFF;
  opacity: 1;
}
.block-S9kP6m__thumb-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 989px) {
  .block-S9kP6m__thumb-row {
    display: none;
  }
}
.block-S9kP6m__img {
  max-width: 94px;
}
.block-S9kP6m__asic-name {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.block-S9kP6m__asic-name span {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.block-S9kP6m__details {
  border-radius: 8px;
  padding: 14px 16px 12px 16px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 989px) {
  .block-S9kP6m__details {
    padding: 30px 10px 8px;
    position: relative;
  }
}
.block-S9kP6m__details-title {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 0 6px;
  margin-bottom: 8px;
  border-radius: 80px;
  background: #53B1FD;
}
.block-S9kP6m__details-title::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><path d="M7.58268 1.04175H3.24935C2.96203 1.04175 2.68648 1.15588 2.48332 1.35905C2.28015 1.56221 2.16602 1.83776 2.16602 2.12508V10.7917C2.16602 11.0791 2.28015 11.3546 2.48332 11.5578C2.68648 11.7609 2.96203 11.8751 3.24935 11.8751H9.74935C10.0367 11.8751 10.3122 11.7609 10.5154 11.5578C10.7185 11.3546 10.8327 11.0791 10.8327 10.7917V4.29175L7.58268 1.04175Z" stroke="white" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.58398 1.04175V4.29175H10.834" stroke="white" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.66732 7H4.33398" stroke="white" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.66732 9.16675H4.33398" stroke="white" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.41732 4.83325H4.87565H4.33398" stroke="white" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 989px) {
  .block-S9kP6m__details-title {
    border-radius: 0 0 8px 8px;
    padding: 0 6px;
    color: #1570EF;
    background: #D1E9FF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .block-S9kP6m__details-title::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><path d="M7.58268 1.04175H3.24935C2.96203 1.04175 2.68648 1.15588 2.48332 1.35905C2.28015 1.56221 2.16602 1.83776 2.16602 2.12508V10.7917C2.16602 11.0791 2.28015 11.3546 2.48332 11.5578C2.68648 11.7609 2.96203 11.8751 3.24935 11.8751H9.74935C10.0367 11.8751 10.3122 11.7609 10.5154 11.5578C10.7185 11.3546 10.8327 11.0791 10.8327 10.7917V4.29175L7.58268 1.04175Z" stroke="%231570EF" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.58398 1.04175V4.29175H10.834" stroke="%231570EF" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.66732 7H4.33398" stroke="%231570EF" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.66732 9.16675H4.33398" stroke="%231570EF" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.41732 4.83325H4.87565H4.33398" stroke="%231570EF" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
}
.block-S9kP6m__details-grid {
  display: grid;
  gap: 6px 10px;
  grid-template-columns: 1fr 1fr;
}
.block-S9kP6m__details-item {
  display: flex;
  flex-direction: column;
}
.block-S9kP6m__details-item .name {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 989px) {
  .block-S9kP6m__details-item .name {
    font-size: 12px;
    line-height: 18px;
  }
}
.block-S9kP6m__details-item .value {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 989px) {
  .block-S9kP6m__details-item .value {
    font-size: 16px;
    line-height: 24px;
  }
}
.block-S9kP6m__details-item .value--blue {
  color: #67E3F9;
}
.block-S9kP6m__details-item .value--big {
  font-size: 26px;
  line-height: 38px;
}
@media (max-width: 989px) {
  .block-S9kP6m__details-item .value--big {
    font-size: 20px;
    line-height: 30px;
  }
}
.block-S9kP6m__profitability {
  border-radius: 8px;
  position: relative;
  padding: 24px 16px 8px;
  margin-top: 10px;
  background: rgba(242, 244, 247, 0.1);
}
.block-S9kP6m__profitability-title {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 0 0 8px 8px;
  padding: 0 6px;
  background: #2CE;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block-S9kP6m__profitability-title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6 3.99951C8.48528 3.99951 10.5 3.32794 10.5 2.49951C10.5 1.67108 8.48528 0.999512 6 0.999512C3.51472 0.999512 1.5 1.67108 1.5 2.49951C1.5 3.32794 3.51472 3.99951 6 3.99951Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5 6C10.5 6.83 8.5 7.5 6 7.5C3.5 7.5 1.5 6.83 1.5 6" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.5 2.49951V9.49951C1.5 10.3295 3.5 10.9995 6 10.9995C8.5 10.9995 10.5 10.3295 10.5 9.49951V2.49951" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 989px) {
  .block-S9kP6m__profitability-title {
    color: #1570EF;
    background: #D1E9FF;
  }
  .block-S9kP6m__profitability-title::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6 3.99939C8.48528 3.99939 10.5 3.32782 10.5 2.49939C10.5 1.67096 8.48528 0.99939 6 0.99939C3.51472 0.99939 1.5 1.67096 1.5 2.49939C1.5 3.32782 3.51472 3.99939 6 3.99939Z" stroke="%231570EF" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5 6C10.5 6.83 8.5 7.5 6 7.5C3.5 7.5 1.5 6.83 1.5 6" stroke="%231570EF" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.5 2.49939V9.49939C1.5 10.3294 3.5 10.9994 6 10.9994C8.5 10.9994 10.5 10.3294 10.5 9.49939V2.49939" stroke="%231570EF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
}
.block-S9kP6m__profitability-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 989px) {
  .block-S9kP6m__profitability-grid {
    gap: 8px;
  }
}
.block-S9kP6m__profitability-item {
  display: flex;
  flex-direction: column;
}
.block-S9kP6m__profitability-item .value {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 989px) {
  .block-S9kP6m__profitability-item .value {
    font-size: 16px;
    line-height: 24px;
  }
}
.block-S9kP6m__profitability-item .name {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 989px) {
  .block-S9kP6m__profitability-item .name {
    font-size: 12px;
    line-height: 18px;
  }
}
.block-S9kP6m__button {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 20px;
  margin-top: 10px;
  border: 1px solid #FFF;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
@media (max-width: 989px) {
  .block-S9kP6m__button {
    color: #FFF;
    border: 1px solid #FF9C66;
    background: var(--Orange-dark-300, #FF9C66);
  }
}
.block-S9kP6m__button--transparent {
  color: #FFF;
  background: transparent;
}
