@import url('https://fonts.googleapis.com/css2?family=Lexend&family=Montserrat:wght@400;500;700&family=Russo+One&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;

  --text-color: #212121;
  --accent-color: #FFCE20;
  --card-bg-color: #303030;
  --font: #e0e0e0;
  --lightBackground: #333333;
  --walletItemColor: #151517;

  color: var(--text-color);
}

/*Added after creating buy crypto widget*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul, ol {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

button {
  cursor: pointer;
  transition: .2s linear;
  font-family: 'Russo One', sans-serif;
  border-radius: 0;
  border: none;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  font-family: 'Russo One', sans-serif;
}

.container {
  max-width: 1194px;
  /*margin: 0 auto;*/
}

.loaderContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  background: #fff;
  border-radius: 12px;
}

.information-text {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  background: #fff;
  border-radius: 12px;
}

.widget-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

@media(max-width: 768px) {
  .widget-wrapper {
    flex-direction: column;
  }
}

/*Buy crypto widget start*/

.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding: 20px;
}

@media(min-width: 768px) {
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }
}

/*@media screen and (max-width: 768px) {*/
/*    .header-form {*/
/*        width: 57%*/
/*    }*/
/*}*/

@media(max-width: 767px) {
    .header-form {
        order: 1
    }
}

.combobox__filters {
    display: flex;
    flex-wrap: wrap;
    margin: 0 16px;
    justify-content: space-between
}

.filter__button {
    background: #fafafd;
    border: 1px solid #e9e7ee;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 9px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #2b2b37;
    flex-grow: 1;
    margin-top: 10px
}

.filter__button:last-child {
    margin-right: 0
}

.filter__button_active {
    border: 1px solid #00c26f;
    background: #f9fffc
}

@media screen and (min-width: 768px) {
    .filter__button {
        margin-right: 12px;
        padding: 4px
    }
}

.combobox {
    width: fit-content;
    min-width: 121px
}

.combobox--field {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
    outline: none;
    position: relative;
}

.combobox--input {
    width: calc(100% - 48px);
    height: 100%;
    margin-bottom: 0
}

.combobox--dropdown-arrow {
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 5px 12px 0;
    font-size: 5px;
    line-height: 48px;
    cursor: pointer
}

.combobox--dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #fff;
    visibility: hidden;
    display: none
}

.combobox--dropdown__open {
    visibility: visible;
    overflow: hidden;
    cursor: initial;
    display: block;
    height: 100%
}

@media screen and (min-width: 768px) {
    .combobox--dropdown__open {
        height: auto
    }
}

@media screen and (min-width: 768px) {
    .combobox--dropdown {
        max-height: 380px
    }
}

.combobox__items-list {
    padding: 0;
    max-height: none;
    overflow-y: scroll;
    height: calc(100% - 155px)
}

.combobox__items-list .combobox-dropdown-item {
    height: auto;
    padding-right: 5px;
    padding-left: 16px;
    list-style: none;
    cursor: pointer
}

.combobox-dropdown-item:hover {
    background-color: #f7f7f9
}

.combobox__green-scrollbar .combobox__items-list::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #e9e7ee
}

.combobox__green-scrollbar .combobox__items-list::-webkit-scrollbar-thumb {
    background: #00c26f
}

.combobox__dark {
    background-color: #ffce208c;
}

.combobox__light .combobox--field__dropdown-open {
    border-bottom: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-radius: 5px 5px 0 0;
    background: #fff;
    flex-direction: column;
    align-items: start
}

.combobox--dropdown__open {
    box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
    top: 100px
}

.combobox__light .combobox--dropdown-arrow {
    fill: #000
}

.combobox__input {
    background: #fafafd;
    border: 1px solid #e9e7ee;
    box-sizing: border-box;
    border-radius: 4px;
    height: 44px;
    width: calc(100% - 32px);
    margin: 8px 16px 0;
    position: relative
}

.combobox__search-icon {
    position: absolute;
    top: 10px;
    left: 16px
}

.combobox__dropdown-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1px;
    color: #000;
    margin: 16px 16px 0
}

.combobox__btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    background: 0 0;
    outline: none
}

@media screen and (min-width: 768px) {
    .combobox {
        min-width: 160px
    }

    .combobox__items-list {
        max-height: 330px;
        height: auto;
        /* margin: 15px 0 0 */
    }

    div.combobox__network {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.currency-item {
    display: flex
}

.currency-item--currency-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

@media all and (max-width: 575px) {
    .currency-item--currency-icon {
        margin-right: 6px
    }
}

.currency-item--ticker {
    display: inline-block;
    margin-right: 10px;
    word-break: break-all
}

.currency-item__dark .currency-item--currency-icon {
    color: #00c26f
}

.currency-item__light .currency-item--currency-icon {
    color: #00c26f
}

.currency-item__light .currency-item--ticker {
    color: #000
}

@media(min-width: 768px) {
}

.combobox-dropdown-group {
    padding: 8px 15px;
    font-size: 12px;
    color: #5e5a72;
    list-style-type: none
}

.combobox-dropdown-item {
    padding: 2px 20px 2px 10px;
    margin: 3px 0;
    font-size: 16px;
    background-color: transparent;
    cursor: pointer
}

.combobox-dropdown-item:hover {
    position: relative;
    background-color: #f5f7fa
}

 {
    background: #eaedf2;
    position: relative
}

.combobox-dropdown-item:hover::before,
.combobox-dropdown-item:hover::after,
.combobox-dropdown-item_active::before,
.combobox-dropdown-item_active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0
}

.combobox-dropdown-item_active::before,
.combobox-dropdown-item_active::after {
    background: #eaedf2
}

.combobox-dropdown-item:hover::before,
.combobox-dropdown-item:hover::after {
    background-color: #f5f7fa
}

.combobox-dropdown-item_active::before {
    top: -1px
}

.combobox-dropdown-item:hover::after,
.combobox-dropdown-item_active::after {
    bottom: -1px
}

.currency-sup {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    background-color: transparent;
    padding: 2px 10px;
    top: 0;
    display: inline-block;
    word-break: keep-all
}

.currency-sup span {
    font-size: 12px;
    line-height: 12px
}

.now-input--input::placeholder {
    font-size: 17px;
    color: #a4a3aa;
    font-weight: 100
}

.now-input {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: 100%
}

.now-input--labels {
    position: absolute;
    display: flex;
    align-items: center
}

@media(min-width: 576px) {
}

.now-input--input {
    width: 100%;
    margin: 0;
    border: 0
}

.now-input--input[readonly] {
    cursor: default
}

.now-input__dark {
    /* background-color: #36324a */
}

.now-input__dark .now-input--input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 17px 20px 0;
    font-size: 24px;
    /* color: #fff; */
    /* background-color: #3e3e59; */
    border-radius: 5px 0 0 5px;
    outline: none
}

@media all and (max-width: 575px) {
    .now-input__dark .now-input--input {
        font-size: 16px;
        padding: 17px 36px 0 20px
    }
}

.now-input__dark .now-input--labels {
    top: 5px;
    left: 20px
}

.now-input__dark .now-input--label {
    line-height: 1.42857143;
    font-size: 14px;
    color: #808086
}

.now-input__light .now-input--input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 17px 20px 0;
    font-size: 24px;
    color: #000;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    outline: none
}

@media all and (max-width: 575px) {
    .now-input__light .now-input--input {
        font-size: 16px;
        padding: 17px 36px 0 20px
    }
}

.now-input__light .now-input--labels {
    top: 5px;
    left: 20px
}

.now-input__light .now-input--label {
    font-size: 14px;
    color: #808086
}

.now-input__default .now-input--label {
    color: #a4a3aa;
    top: 0;
    font-size: 14px
}

.now-input__default .now-input--input {
    border-radius: inherit;
    font-size: 20px;
    outline: none;
    background-color: transparent;
    z-index: 1
}

.now-input__gray .now-input--label {
    color: #a4a3aa;
    top: 0;
    font-size: 14px
}

.now-input__gray .now-input--input {
    outline: none;
    border-radius: inherit;
    font-size: 20px
}

.new-stepper-body {
    padding: 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid #000000;
    background: #fff;
}

/* todo */
/* .new-stepper-body_dark {
    background: #343443;
    border: 1px solid #46475e;
    border-top: none
} */

@media(min-width: 768px) {
    .new-stepper-body {
        padding: 40px
    }
}

.new-stepper-tabs {
    display: flex
}

.new-stepper-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #eaedf2;
    font-size: 12px;
    line-height: 14px;
    color: #808086;
    font-weight: 500;
    letter-spacing: .4px;
    padding: 0 8px;
    border: 1px solid transparent;
    width: 100%;
    height: 44px;
    border-radius: 12px 12px 0 0;
    transition: color ease .3s
}

.new-stepper-tab_dark {
    background: #30303e;
    border: 1px solid #46475e
}

.new-stepper-tab span {
    position: relative;
    z-index: 1;
    opacity: .8
}

.new-stepper-tab:focus {
    outline: none
}

.new-stepper-tab_active {
    color: #2b2b36;
    background: #fff
}

.new-stepper-tab_active span {
    opacity: 1
}

/* .new-stepper-tab_active-dark {
    color: #fff;
    background: #343443;
    border-bottom: 1px solid transparent
} */

.new-stepper-tab_buy-sell {
    /* border: 1px solid #fff; */
    border: 1px solid #000000;
    border-bottom: 1px solid transparent
}

/* .new-stepper-tab_buy-sell-dark {
    border: 1px solid #46475e;
    border-bottom: 1px solid transparent
} */

.new-stepper-tab__text {
    display: flex;
    align-items: center
}

.new-stepper-tab__text span {
    display: none
}

@media screen and (min-width: 576px) {
    .new-stepper-tab__text span {
        display: inline-block;
        vertical-align: top
    }
}

@media screen and (min-width: 768px) {
    .new-stepper-tab {
        font-size: 13px;
        line-height: 15px;
        height: 50px
    }
}

.new-stepper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .4px;
    color: #000000;
    /*font-weight: 700;*/
    background-color: #FFCE20;
    border-radius: 6px;
    border: 1px solid #FFCE20;
    text-align: center;
    padding: 0 5px;
    margin: 0 auto;
    cursor: pointer;
    transition: background ease .3s
}

.new-stepper-button:hover {
    background-color: #fbc400;
}

.new-stepper-button:focus {
    outline: 0
}

.new-stepper-button:disabled {
    pointer-events: none;
    background-color: gray;
}

@media(min-width: 768px) {

}

.new-stepper-body_main-page {
    padding: 20px 24px 24px
}

.new-stepper-button-mt {
    margin-top: 25px
}

.new-stepper-form_margin {
    margin: 0 -15px
}

@media(min-width: 768px) {
    .new-stepper-form_margin {
        margin: 0
    }

    .new-stepper-button-mt {
        margin-top: 32px
    }
}

.exchange-calculator {
    z-index: 100
}

.exchange-calculator--fields-section {
    position: relative;
    display: flex;
    margin-bottom: 32px;
}

.exchange-calculator--fields-section__amount,
.exchange-calculator--fields-section__estimation {
    border: 1px solid #46475e;
    border-radius: 5px;
    min-height: 50px
}

@media all and (min-width: 768px) {

    .exchange-calculator--fields-section__amount,
    .exchange-calculator--fields-section__estimation {
        min-height: 70px
    }
}

.exchange-calculator--fields-section__show-error .now-input--input {
    border-radius: 5px 0 0 0
}

.exchange-calculator--fields-section__show-error .combobox {
    border-radius: 0 5px 0 0
}

.exchange-calculator--fields-section__show-error .warning-field p {
    padding: 0 19px;
    line-height: 16px;
    letter-spacing: .0736842px
}

@media screen and (max-width: 767px) {
    .exchange-calculator--fields-section__show-error .warning-field p {
        font-size: 12px
    }
}

@media screen and (min-width: 768px) {
    .exchange-calculator--fields-section__show-error .warning-field p {
        font-size: 14px
    }
}

.exchange-calculator--fields-section__show-error .warning-field p a {
    font-size: inherit;
    line-height: 16px;
    color: #ffd85c;
    text-decoration: underline;
    letter-spacing: .0736842px
}

.exchange-calculator--fields-section__show-error .warning-field p a:hover {
    text-decoration: none
}

.exchange-calculator--selected-currency-item {
    align-items: center;
    font-size: 22px;
    user-select: none;
    padding-left: 10px
}

@media all and (max-width: 767px) {
    .exchange-calculator--selected-currency-item {
        padding-left: 5px
    }
}

.exchange-calculator--selected-currency-item .currency-item--ticker {
    margin-right: 0;
    font-size: 20px;
    white-space: nowrap;
    max-width: 8ch;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle
}

@media all and (max-width: 767px) {
    .exchange-calculator--selected-currency-item .currency-item--ticker {
        max-width: 7ch;
        font-size: 16px
    }
}
.exchange-calculator--selected-currency-item .currency-item--name {
  margin-right: 0;
  font-size: 20px
}

.exchange-calculator--selected-currency-item .currency-item--currency-icon {
    display: block;
    font-size: 16px;
    color: #00c26f;
    margin: 2px 6px 0 2px;
    width: 19px;
    height: 19px
}

.exchange-calculator--amount-field,
.exchange-calculator--estimation-field {
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-direction: row
}

@media all and (max-width: 767px) {

    .exchange-calculator--amount-field,
    .exchange-calculator--estimation-field {
        font-size: 18px
    }
}

@media all and (min-width: 768px) {

    .exchange-calculator--amount-field,
    .exchange-calculator--estimation-field {
        font-size: 20px
    }
}

.exchange-calculator--estimation-field .now-input--input {
    padding: 17px 5px 0 20px
}

@media all and (max-width: 767px) {

    .exchange-calculator--amount-field .now-input--label,
    .exchange-calculator--estimation-field .now-input--label {
        font-size: 11px
    }
}

.exchange-calculator--currency-field {
    position: relative;
    border-radius: 0 5px 5px 0;
    display: flex;
    flex-direction: column-reverse
}

@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
}

@media all and (max-width: 575px) {
}

@media all and (max-width: 374px) {
}

@media all and (max-width: 767px) {
}

@media all and (min-width: 768px) {
}

@media all and (max-width: 767px) {
    .exchange-calculator .combobox--field {
        width: 121px
    }
}

@media all and (min-width: 768px) {
    .exchange-calculator .combobox--field {
        width: 160px
    }
}

.exchange-calculator .combobox--field__dropdown-open {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    background: #fff;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: initial;
    width: calc(100% + 2px);
    min-height: 100px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
}

@media all and (min-width: 768px) {
    .exchange-calculator .combobox--field__dropdown-open {
        position: absolute;
        left: auto;
        right: -1px;
        top: -1px;
        width: 342px
    }
}

@media all and (max-width: 767px) {
}

@media all and (min-width: 768px) {
}

.exchange-calculator .combobox--input {
    height: 100%;
    padding: 0;
    margin: 0 0 0 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000;
    background: 0 0;
    border: none;
    outline: none
}

.exchange-calculator .combobox--dropdown {
    z-index: 9999;
    border-radius: 0 0 5px 5px;
    width: 100%;
    background: #fff;
    /* top: 92px; */
}

@media all and (min-width: 768px) {
    .exchange-calculator .combobox--dropdown {
        width: 342px
    }
}

.exchange-calculator .combobox-dropdown-item .currency-item {
    align-items: center
}

.exchange-calculator .combobox-dropdown-item .currency-item--currency-icon {
    display: block;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 18px;
    color: #2c4240;
    width: 32px;
    height: 32px
}

.exchange-calculator .combobox-dropdown-item .currency-item--name {
  display: block;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #808086
}

@media all and (max-width: 767px) {
  .exchange-calculator .combobox-dropdown-item .currency-item--name {
    line-height: 13px
  }
}

.exchange-calculator .combobox-dropdown-item .currency-item--ticker {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 16px;
    color: #000
}

.exchange-calculator--sup {
    margin-left: 4px;
    margin-top: 2px
}

.exchange-calculator .combobox-dropdown-item {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0
}

.exchange-calculator__dark .exchange-calculator--fields-section__tabs button:first-child {
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #35354c
}

.exchange-calculator__dark .exchange-calculator--fields-section__tabs button:last-child {
    border-radius: 0 4px 4px 0
}

.exchange-calculator__dark .exchange-calculator--fields-section__show-error .warning-field p {
    color: #ffd85c
}

.exchange-calculator__dark .exchange-calculator--fields-section__show-error .warning-field p a {
    color: #ffd85c
}

.exchange-calculator__light .exchange-calculator--fields-section__tabs button:first-child {
    border-radius: 4px 0 0 4px
}

.exchange-calculator__light .exchange-calculator--fields-section__tabs button {
    border-right: none;
    flex-grow: 1;
    width: 30%
}

.exchange-calculator__light .exchange-calculator--fields-section__tabs button:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #dce2ea
}

.exchange-calculator__light .exchange-calculator--fields-section__show-error .warning-field p {
    color: #35354c
}

.exchange-calculator__light .exchange-calculator--fields-section__show-error .warning-field p a {
    color: #35354c
}

.exchange-calculator__light .exchange-calculator--fields-section__amount,
.exchange-calculator__light .exchange-calculator--fields-section__estimation {
    border: 1px solid #dce2ea;
    border-radius: 5px
}

.exchange-calculator__light .exchange-calculator--amount-field,
.exchange-calculator__light .exchange-calculator--estimation-field {
    border-right: 1px solid #dce2ea
}

.exchange-calculator_horizontal .exchange-calculator--fields-section__amount,
.exchange-calculator_horizontal .exchange-calculator--fields-section__estimation {
    flex-basis: 100%
}

@media(min-width: 768px) {
    .exchange-calculator--selected-currency-item .currency-item--currency-icon {
        margin-right: 12px;
        margin-top: 0;
        width: 21px;
        height: 21px
    }
}

@media(min-width: 992px) {

  .exchange-calculator_horizontal .exchange-calculator--hints-section {
        display: flex;
        flex-direction: row;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none
    }

    .exchange-calculator_horizontal .exchange-calculator-hints--item {
        padding: 0
    }

    .exchange-calculator_horizontal .now-tooltip {
        min-width: 245px;
        text-align: left
    }
}

.exchange-form {
    position: relative
}

.exchange-form .now-input__light .now-input--input {
    font-size: 20px
}

.network-info {
    position: relative;
    width: 100%;
    height: 10px;
    text-align: left;
    padding-left: 9px;
    flex-shrink: 0
}

.exchange-calculator .combobox-dropdown-item .currency-item__right {
  flex-grow: 1;
  border-top: 1px solid #dce2ea;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start
}

.exchange-calculator .combobox-dropdown-item .currency-item__right .currency-item__percent {
  position: absolute;
  right: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: .34px;
  color: #00c26f
}

.exchange-calculator .combobox-dropdown-item .currency-item__right .currency-item__percent_red {
  color: #f42841
}

.network-info__background {
    opacity: .6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0 0 4px 0
}

.network-info__text {
    position: absolute;
    color: #fff;
    font-size: 8px;
    line-height: 11px;
    font-weight: 500;
    letter-spacing: .2px
}

@media screen and (min-width: 768px) {
    .network-info {
        height: 14px;
        padding-left: 13px
    }

    .network-info__text {
        font-size: 10px;
        line-height: 15px
    }
}

.now-input__dark .wallet-input {
    border-radius: 5px;
}

.new-stepper-button:disabled {
    background-color: #999694;
    border: 1px solid #999694;
    cursor: not-allowed;
}

/* Custom Loader */
.custom-loader {
    width: 25px;
    height: 25px;
    display: grid;
    border-radius: 50%;
    -webkit-mask: radial-gradient(farthest-side, #0000 40%, #000 41%);
    background: linear-gradient(0deg, #00000080 50%, #000000FF 0) center/2px 100%,
        linear-gradient(90deg, #00000040 50%, #000000BF 0) center/100% 2px;
    background-repeat: no-repeat;
    animation: s3 1s infinite steps(12);
    margin: 30px 0 0 20px;
}

.custom-loader::before,
.custom-loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.custom-loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

.custom-btn-loader {
    width: 25px;
    height: 25px;
    display: grid;
    border-radius: 50%;
    -webkit-mask: radial-gradient(farthest-side, #0000 40%, #000 41%);
    background: linear-gradient(0deg, #00000080 50%, #000000FF 0) center/2px 100%,
        linear-gradient(90deg, #00000040 50%, #000000BF 0) center/100% 2px;
    background-repeat: no-repeat;
    animation: s3 1s infinite steps(12);
    margin: 0 10px 0 0;
}

.custom-btn-loader::before,
.custom-btn-loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.custom-btn-loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@media all and (max-width: 575px) {
    .custom-loader {
        width: 20px;
        height: 20px;
        margin: 22px 0 0 20px;
    }

    .custom-btn-loader {
        width: 20px;
        height: 20px;
    }
}

@keyframes s3 {
    100% {
        transform: rotate(1turn)
    }
}

.crypto-loader {
    margin: 40px auto;
}

/*Buy crypto widget end*/