/* poppins-regular - latin-ext_latin_devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-ext_latin_devanagari-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin-ext_latin_devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-ext_latin_devanagari-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-ext_latin_devanagari-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

:root {
    --color-background: rgba(0, 0, 0, .75);
    --color-primary: #2522BA;
    --font-family-base: Poppins, sans-serif;
    --font-size-h1: 1.25rem;
    --font-size-h2: 1rem;
}

.pop * {
  font-family: var(--font-family-base);
    color: #000000;
}

.pop address {
    font-style: normal;
}

.pop button {
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

.pop fieldset {
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
    padding: 0;
}

.pop h1 {
    font-size: 1.25rem;
    font-size: var(--font-size-h1);
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1.5em;
}

.pop h2 {
    font-size: 1rem;
    font-size: var(--font-size-h2);
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5em;
    text-align: center;
}
.pop h2.or-pay-with {
    margin-bottom: 0;
}
.pop h3 {
    font-size: 16px;
    font-weight: 600;
    margin:0;
}

.pop legend {
    font-weight: 600;
    margin-bottom: 0.5em;
    padding: 0;
    text-align: center;
    background: none;
}

.pop input {
    border: 0;
    color: inherit;
    font: inherit;
}

.pop input[type="radio"] {
    accent-color: var(--color-primary);
    outline: none !important;
}

.pop table {
    border-collapse: collapse;
    width: 100%;
}

.pop tbody {
    color: #000000;
}

.color-blue{
    color: #2522ba;
}

.pop label img {
    width: 25px;
}

.pop td {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
}

.pop tbody {
    font-weight: 600;
}

.pop .align {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    place-items: center;
}

.pop .button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-primary);
    border-radius: 999em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0.5em;
    gap: 0.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pop .button:focus,
.pop .button:hover {
    background-color: #000000;
}

.pop .button--full {
    width: 100%;
    margin-top: 10px;
}

.pop .card {
    border-radius: 1em;
    background-color: #f5f5f5;
    color: #fff;
    padding: 1em;
}

.pop .form {
    display: grid;
    grid-gap: 2em;
    gap: 2em;
}

.pop .form__radios {
    display: grid;
    grid-gap: 1em;
    gap: 1em;
}

.pop .form__radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fefdfe;
    border-radius: 1em;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
}

.pop .form__radio label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-gap: 1em;
    gap: 1em;
}

.pop .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
}

.pop .icon {
    height: 1em;
    display: inline-block;
    fill: currentColor;
    width: 1em;
    vertical-align: middle;
}

.pop .form-input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fefdfe;
    border-radius: 1em;
    -webkit-box-shadow: 0 0 1em rgb(0 0 0 / 10%);
    box-shadow: 0 0 1em rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    width: 100%;
    margin-bottom: 10px;
    color:#000000;
}

.pop {
    background-color: #ffffff;
    border-radius: 2em;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    width: 375px;
    max-width: 100%;
    padding: 2em;
    margin-left: auto;
    margin-right: auto;
}
.pop.pop-choose-currency {
    width: 100%;
    border-radius: 0;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pop .disabled{
    opacity: 20%;
}

.pop #step-1 table {
    margin-top: 20px;
    margin-bottom: 20px;
}


.pop #step-3 {
    text-align: center;
}

.pop .amount{
    font-weight: 600;
    font-size: 20px;
    color: #2522BA;
}
.pop a {
    text-decoration: none;
}

.pop .address{
    font-size:12px;
    font-weight: 600;
}

.pop .countdown{
    font-size:25px;
}

.pop .copyright{
    padding-top: 20px;
    border-top: 1px solid #cfcfcf;
    font-size: 12px;
    margin-top: 40px;
}
.pop .copyright img {
    width: 100px;
}

@-webkit-keyframes a{0%{opacity:0;bottom:-15px;max-height:0;max-width:0;margin-top:0}30%{opacity:.8;bottom:-3px}to{opacity:1;bottom:0;max-height:200px;margin-top:12px;max-width:400px}}@keyframes a{0%{opacity:0;bottom:-15px;max-height:0;max-width:0;margin-top:0}30%{opacity:.8;bottom:-3px}to{opacity:1;bottom:0;max-height:200px;margin-top:12px;max-width:400px}}@-webkit-keyframes b{0%{opacity:1;bottom:0}30%{opacity:.2;bottom:-3px}to{opacity:0;bottom:-15px}}@keyframes b{0%{opacity:1;bottom:0}30%{opacity:.2;bottom:-3px}to{opacity:0;bottom:-15px}}@-webkit-keyframes c{0%{opacity:0}30%{opacity:.5}to{opacity:1}}@keyframes c{0%{opacity:0}30%{opacity:.5}to{opacity:1}}@-webkit-keyframes d{0%{opacity:.6}30%{opacity:.1}to{opacity:0}}@keyframes d{0%{opacity:.6}30%{opacity:.1}to{opacity:0}}.notyf-container{position:fixed;bottom:20px;right:30px;width:20%;color:#fff;z-index:5000000}.notyf-container .notyf-alert-icon,.notyf-container .notyf-confirm-icon{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf-container .notyf-alert-icon:after,.notyf-container .notyf-alert-icon:before{content:"";background:#ed3d3d;display:block;position:absolute;width:3px;border-radius:3px;left:9px}.notyf-container .notyf-alert-icon:after{height:3px;top:14px}.notyf-container .notyf-alert-icon:before{height:8px;top:4px}.notyf-container .notyf-confirm-icon:after,.notyf-container .notyf-confirm-icon:before{content:"";background:#3dc763;display:block;position:absolute;width:3px;border-radius:3px}.notyf-container .notyf-confirm-icon:after{height:6px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:9px;left:6px}.notyf-container .notyf-confirm-icon:before{height:11px;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:5px;left:10px}.notyf-container .notyf{display:block;overflow:hidden;-webkit-animation:c .3s forwards;animation:c .3s forwards;box-shadow:0 1px 3px 0 rgba(0,0,0,.45);position:relative;padding-right:13px}.notyf-container .notyf.alert{background:#ed3d3d}.notyf-container .notyf.confirm{background:#3dc763}.notyf-container .notyf.disappear{-webkit-animation:b .3s 1 forwards;animation:b .3s 1 forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf-container .notyf.disappear .notyf-message{opacity:1;-webkit-animation:b .3s 1 forwards;animation:b .3s 1 forwards;-webkit-animation-delay:.1s;animation-delay:.1s}.notyf-container .notyf.disappear .notyf-icon{opacity:1;-webkit-animation:d .3s 1 forwards;animation:d .3s 1 forwards}.notyf-container .notyf-wrapper{display:table;width:100%;padding-top:20px;padding-bottom:20px;padding-right:15px;border-radius:3px}.notyf-container .notyf-icon{display:table-cell;width:20%;text-align:center;vertical-align:middle;font-size:1.3em;opacity:0;-webkit-animation:c .5s forwards;animation:c .5s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf-container .notyf-message{display:table-cell;width:80%;vertical-align:middle;position:relative;opacity:0;-webkit-animation:c .3s forwards;animation:c .3s forwards;-webkit-animation-delay:.15s;animation-delay:.15s}@media only screen and (max-width:736px){.notyf-container{width:90%;margin:0 auto;display:block;right:0;left:0}}
.notyf-container .notyf + .notyf {margin-top: 10px}
.notyf-container .notyf-message {opacity: 1}
.loadingoverlay {z-index: 999}

/*
*
* ==========================================================
* ICONS.SCSS
* ==========================================================
*
* Icons file shared by admin and client
*
*/
@font-face {
    font-family: 'Boxcoin Icons';
    src: url("../media/fonts/icons.ttf?v1") format("truetype"), url("../media/fonts/icons.woff?v1") format("woff"), url("../media/fonts/icons.svg?v1#Boxcoin-Icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block; }
[class^="bxc-icon-"]:before,
[class*=" bxc-icon-"]:before {
    font-family: "Boxcoin Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.bxc-icon-copy:before {
    content: "\e90d"; }

.bxc-icon-back:before {
    content: "\e90c"; }

.bxc-icon-search:before {
    content: "\e90b"; }

.bxc-icon-shuffle:before {
    content: "\e904"; }

.bxc-icon-automation:before {
    content: "\e905"; }

.bxc-icon-bar-chart:before {
    content: "\e906"; }

.bxc-icon-delete:before {
    content: "\e907"; }

.bxc-icon-menu:before {
    content: "\e908"; }

.bxc-icon-plus-2:before {
    content: "\e909"; }

.bxc-icon-settings:before {
    content: "\e90a"; }

.bxc-icon-close:before {
    content: "\e903"; }

.bxc-icon-help:before {
    content: "\e902"; }

.bxc-icon-check:before {
    content: "\e901"; }

.bxc-icon-loader:before {
    content: "\e900"; }

.bxc-icon-download:before {
    content: "\66"; }

.bxc-icon-filters:before {
    content: "\e90e"; }

.bxc-icon-arrow-down:before {
    content: "\61"; }

@font-face {
    font-family: "Boxcoin";
    src: url("../media/fonts/regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal; }
@font-face {
    font-family: "Boxcoin";
    src: url("../media/fonts/medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal; }
@font-face {
    font-family: "Boxcoin";
    src: url("../media/fonts/bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal; }
@keyframes bxc-loading {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }
@keyframes bxc-fade-in {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@keyframes bxc-fade-out {
    0% {
        opacity: 1; }
    90% {
        opacity: 1; }
    100% {
        opacity: 0; } }
@keyframes bxc-fade-bottom {
    0% {
        transform: translateY(15px);
        opacity: 0; }
    100% {
        transform: none;
        opacity: 1; } }
@keyframes bxc-fade-bottom-center {
    0% {
        transform: translateY(15px) translateX(-50%);
        opacity: 0; }
    100% {
        transform: translateX(-50%);
        opacity: 1; } }
@keyframes bxc-pulse {
    0% {
        transform: scale(1); }
    50% {
        transform: scale(1.2); }
    100% {
        transform: scale(1); } }
@keyframes bxc-ping {
    0% {
        transform: scale(0.2);
        opacity: 0.8; }
    80% {
        transform: scale(1.2);
        opacity: 0; }
    100% {
        transform: scale(2.2);
        opacity: 0; } }
/*

# GLOBAL
==========================================================

*/
.bxc-main, .bxc-main input, .bxc-main select, .bxc-main textarea, .bxc-btn, button {
    font-family: "Boxcoin", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    box-sizing: border-box; }

.bxc-main * {
    box-sizing: content-box;
    outline: none; }
.bxc-main input, .bxc-main input[text], .bxc-main textarea, .bxc-main input[email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.bxc-loader:before {
    content: "\e900"; }

.bxc-loading, [data-boxcoin]:empty {
    position: relative;
    text-indent: -999995px;
    overflow: hidden; }
.bxc-loading i, [data-boxcoin]:empty i {
    display: none; }
.bxc-loading:before, [data-boxcoin]:empty:before {
    content: "\e900";
    font-family: "Boxcoin Icons";
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    text-indent: 0;
    animation: bxc-loading 0.6s linear infinite;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 21px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 1;
    color: #2bb0ba; }
.bxc-loading div, .bxc-loading ul, .bxc-loading h1, .bxc-loading h2, .bxc-loading h3, .bxc-loading h4, .bxc-loading p, .bxc-loading span, .bxc-loading table, .bxc-loading a, [data-boxcoin]:empty div, [data-boxcoin]:empty ul, [data-boxcoin]:empty h1, [data-boxcoin]:empty h2, [data-boxcoin]:empty h3, [data-boxcoin]:empty h4, [data-boxcoin]:empty p, [data-boxcoin]:empty span, [data-boxcoin]:empty table, [data-boxcoin]:empty a {
    opacity: 0; }

.bxc-btn.bxc-loading:before {
    color: #fff; }

.bxc-hidden {
    position: absolute !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    padding: 0 !important; }

.bxc-box {
    max-width: 600px;
    border-radius: 6px;
    background: #fff;
    position: relative; }
.bxc-box + .bxc-box {
    margin-top: 15px; }

.bxc-complete-cnt, .bxc-failed-cnt {
    display: none;
    text-align: center;
    padding: 30px 0;
    animation: bxc-fade-in .5s; }
.bxc-complete-cnt > i, .bxc-failed-cnt > i {
    color: #2bb0ba;
    font-size: 30px;
    margin-bottom: 15px;
    display: inline-block; }

.bxc-failed-cnt > i {
    color: #ca3434; }
.bxc-failed-cnt .bxc-btn {
    margin-top: 15px; }

.bxc-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 0; }
.bxc-title + .bxc-text:not(:empty) {
    margin-top: 15px; }

.bxc-text {
    font-size: 15px;
    line-height: 25px;
    color: #5c7171;
    margin-bottom: 20px;
    letter-spacing: .2px; }

#search-crypto-ivendpay-div {
  display: block;
  margin-bottom: 20px;
  width: 100%
}

#search-crypto-ivendpay {
  width: 100%;
  text-align: center
}

.showMoreCoinsIvendPay.no-clicked {
  display: none
}


#payment .payment_methods li img{
    max-height: 100% !important;
}


#payment .payment_methods li .payment_box fieldset span{
    font-size: 14px !important;
    font-weight: 600 !important;
}
