@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,
body {
    font-family: "Roboto", sans-serif;
}
strong{font-weight:600;}
#app {
    font-family: "Roboto", sans-serif;
}
body {
    background-color: rgba(15, 48, 110, 0.05) !important;
}
.coin-list {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0;
    margin-bottom: 100px;
}
.coin-list > li {
    height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(15, 48, 110, 0.1);
            box-shadow: 1px 1px 10px 0 rgba(15, 48, 110, 0.1);
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 15px;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.coin-list > li.selected {
    border: 2px solid #36a635;
    font-weight: 500;
}
.coin-list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.coin-list > li h5 {
    font-weight: normal;
    font-size: 15px;
    text-align: right;
}
.coin-list-left span.title {
  font-size: 15px;
  font-weight: 300;
  margin-left: 10px;
  text-align: left;
}
.coin-list img {
  width: 30px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.payment-container.footer-content {
    width: 430px;
    margin: 0 auto;
    border-radius: 6px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(15, 48, 110, 0.05);
    box-shadow: 1px 1px 10px 0 rgba(15, 48, 110, 0.05);
}
.footer-content-inner {
    padding: 30px;
}
.custom-select{
    background-color:transparent;
}
.btn-payment {
    width: 100%;
    padding: 3%;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5%;
}
span.payment-title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.white-bg {
    max-width: 430px;
    width:100%;
    height: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(15, 48, 110, 0.05);
            box-shadow: 1px 1px 10px 0 rgba(15, 48, 110, 0.05);
}
.powered-by {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(11, 36, 83, 0.3);
    margin-right: 1%;
}
.payment-box {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.payment-box .orderId{
    color: #000;
    font-size: 16px;
}
.payment-box .merchantName{
    color:rgba(0,0,0,0.6);
    font-size:12px;
    margin-top: 5px;
}
.payment-box .amountExchange{
    font-size:12px;
    color:rgba(0, 0, 0, 0.6);
}
.payment-box .amount{
    color:#000;
    font-size:15px;
}
.networkTextHead{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    margin-bottom:5px;
    font-size:13px;
    color:#000;
}
.networkTextInfo{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width:100%;
    font-size:12px;
    color:rgba(0, 0, 0, 0.6);
    line-height: 16px;
}
.payment-box-text {
    font-size: 14px;
}
.center {
    text-align: center;
}

/*
Payment Detail
*/
.no-margin {
    margin: 0 !important;
}
.narrow {
    width: 500px;
    display: block;
    margin: auto !important;
    line-height: 1.45;
}
img.info {
    height: 14px;
    vertical-align: top;
    margin-top: 16px;
}
.countdown .item h1 {
    text-align: center;
    /* position: absolute; */
    font-size: 36px;
    /* font-weight: 500; */
    width: 100%;
    /* top: 60%; */
    /* left: 50%; */
    /* transform: translateX(-50%) translateY(-110%); */
    color: rgba(0, 0, 0, 0.6);
}
.countdown svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.countdown .circle_animation {
    stroke-dasharray: 440;
    /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 440;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.inputFieldWrapper {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    /* background: rgba(15, 48, 110, 0.05); */
    background: #fff;
    border: 2px solid #eee;
    border-radius: 5px;
    /* width: 400px; */
}
.inputFieldWrapper input {
    padding: 8px;
    width: 100%;
}
.currency {
    color: #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 2px solid #e4e4e4;
    background-color: rgba(15, 48, 110, 0.05);
    height: 39px;
    width: 20%;
}
.wallet {
    color: #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 2px solid #e4e4e4;
    background-color: rgba(15, 48, 110, 0.05);
    height: 39px;
    width:20%;
}
.detail-input{
    width:60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.green .wallet {
    color: #36a635;
    float: left;
    border: 1px solid #e4e4e4;
    background-color: rgba(15, 48, 110, 0.05);
    border-color: #36a635;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.red .wallet {
    color: red;
    float: left;
    border: 1px solid #e4e4e4;
    background-color: rgba(15, 48, 110, 0.05);
    border-color: red;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.green .tag {
    color: #36a635;
    float: left;
    padding: 10px 7px;
    border: 1px solid #e4e4e4;
    background-color: rgba(15, 48, 110, 0.05);
    border-color: #36a635;
    height: 39px;
}
.red .tag {
    color: red;
    float: left;
    padding: 10px 7px;
    border: 1px solid #e4e4e4;
    background-color: rgba(15, 48, 110, 0.05);
    border-color: red;
    height: 39px;
}
.operation-content {
    color: #555;
    padding: 0;
    text-align: center;
    background-color: #fff;
    height: 39px;
    border-left: 1px solid #e4e4e4;
    width:20%;
}
.operation-content a{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 39px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration:none;
}
.green .operation-content span{
    color:#36A635;
    font-size:13px;
    padding-right:5px;
}
.red .operation-content span{
    color: red;
    font-size:13px;
    padding-right:5px;
}
ul.box-content li {
    padding: 0 10px;
    margin-bottom: 10px;
}
.cancel-btn-bar {
    width: 100%;
}
.payment-warning img {
    display: block;
    text-align: center;
    margin: 10px auto;
}
.payment-warning {
    margin-top: 40px;
}
.header.payment-container select {
    width: 80px;
}
.language-selection {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media screen and (min-width: 401px) and (max-width: 760px) {
.payment-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.name-container {
        padding: 4% 0;
}
}
@media screen and (min-width: 760px) {
.coin-list li {
        width: 100%;
}
.name-container {
        padding: 1% 0;
}
.payment-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
}
@media screen and (max-width: 480px) {
.payment-container {
        width: 100% !important;
        margin: 0 auto !important;
        border-radius: 0;
        background: #fff !important;
        padding:10px!important;
}
.language-selection {
        padding: 0 15px !important;
        margin-top: 10px;
}
.imgLogo {
        width: auto !important;
        height: 30px;
        margin: 20px 0 0 30px !important;
}
.cancel-btn-bar {
        width: 100%;
}
.white-bg {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 20px 30px 30px 30px;
}
.powered-by {
        display: inline-block;
        vertical-align: super;
}
.with-grey-border {
        border: 1px solid rgba(15, 48, 110, 0.1);
}
.development-space {
        margin-bottom:0 !important;
}
.payment-fixed-btn {
        width: auto;
        height: 90px;
        z-index: 9999;
        display: block;
        left: 0;
        right: 0;
        position: fixed;
        bottom: 0;
        background: #fff;
        padding: 20px 30px;
}
.countdown {
        margin: 25px 0 0 0 !important;
}
.btn-payment {
        margin-top: 0 !important;
}
.name-container {
        padding: 3% 0;
}
.coin-list span.title {
        padding-left: 5%;
}
.fontSize15 {
        font-size: 12px !important;
}
.operation-content {
        height: 38px;
        width: 20%;
}
.detail-input {
        width: 80%;
}
.alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 10px;
        padding: 0 !important;
}
.partialPayment h4 {
        font-size: 16px;
}
.partialPayment .uncompleted {
        font-size: 15px !important;
        line-height: normal !important;
        padding: 10px 0 !important;
}
.spinner {
        width: 36px !important;
        height: 36px !important;
}
.partialPayment .confirmation-number {
        font-size: 14px;
        font-weight: bold;
}
.coin-list span.title {
        font-size: 1em;
}
p {
        font-size: 16px;
        line-height: 1.33;
}
button.full {
        min-width: 100%;
}
.navbar {
        height: 100px;
}
.navbar-brand img {
        width: 120px;
}
.address,
    .destination-tag {
        font-size: 16px;
        padding: 0;
}
.loader-icon {
        top: 35%;
        position: absolute;
        left: 25%;
        right: 25%;
        text-align: center;
}
.address .coin-address,
    .destination-tag span {
        font-size: 14px;
        font-weight: 300;
        display: block;
        overflow-wrap: break-word;
}
.container-end {
        padding: 30px 20px;
}
.footer-content {
        background: rgba(15, 48, 110, 0.03) !important;
        padding: 20px 30px !important;
        border-radius: 0 !important;
        -webkit-box-shadow: none;
                box-shadow: none;
}
.footer-logo {
        height: 30px;
        width: auto;
}
.fail-box {
        margin: 45px 0 !important;
}
.fail-box span {
        color: rgba(0, 0, 0, 0.6);
        font-size: 20px !important;
}
.qr-description {
        color: rgba(0, 0, 0, 0.6) !important;
        font-size: 12px !important;
}
.wallet, .currency, .tag {
        width: 100%;
}
.currency {
        background-color: rgba(0, 0, 0, 0.05);
        border: none !important;
}
.wallet {
        background-color: rgba(0, 0, 0, 0.05);
        border: none;
}
.qr-code {
        height: auto;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-right: 0;
        border-right: none;
}
.qr-code img {
        height: 114px;
}
.qr-img {
        margin-left: 18px !important;
}
.box-content li {
        width: 100%;
}
.coin-detail {
        width: inherit;
        padding-top: 30px;
}
.narrow {
        width: 100%;
}
.font-small {
        font-size: 14px;
        padding-top: 10px;
}
h1 {
        font-size: 22px;
}
.coin-list span.link-text {
        background-size: 12px 12px;
}
.coin-list li {
        font-size: 16px;
        margin: 15px auto;
        padding: 10px 20px;
        background-size: 55px 40px !important;
        background-position: 2px !important;
        background-repeat: no-repeat !important;
}
.coin-list span.title {
        padding-left: 5%;
}
.tooltip {
        left: 29% !important;
}
.tooltip-inner {
        height: 27px !important;
        padding: 7px 6px;
        font-size: 12px;
}
.tooltip-inner:after {
        margin-left: 86px;
}
span.payment-title {
        font-size: 20px;
}
.progress-container {
        width: 100% !important;
}
.fixed-bottom {
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
}
.img-container, .container-end{
        padding-bottom:0!important;
}
}
.green-text {
    color: #36a635;
}
.fontSize15 {
    font-size: 15px;
    line-height: 20px;
}
.fontSize20 {
    /* font-size: 20px; */
    font-size: 1em;
}
.fontSize30 {
    font-size: 30px;
}
.mb6 {
    margin-bottom: 6%;
}
.mt5 {
    margin-top: 5%;
}
.imgLogo {
    max-width: 140px;
    float: left;
    vertical-align: baseline;
    margin: 5px 0;
}
.payment-box-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.payment-detail-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.img-container, .container-end {
    width: 430px;
    margin: 0 auto;
    padding:10px 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.progress-container {
    height: 1px;
    background-color: #d5d5d5;
    width: 95%;
    margin: 0 auto;
}
.padding5 {
    padding: 5%;
}
.padding2 {
    padding: 2%;
}
.padding1 {
    padding: 1%;
}
.smalIcon {
    width: 19px;
}
.development-space {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:50px;
}
.development-warning {
    background-color: #36a635;
}
.gray-bg {
    background-color: rgba(15, 48, 110, 0.03);
}
.green-bg {
    background-color: #36a635;
}
.white-color {
    color: #fff;
}
.development {
    margin-right: 5px;
    margin-top: 2px;
}

/*
    theme green
 */
.green .development-warning {
    background-color: #36a635;
}
.green button.btn-customize {
    background-color: #36a635;
    border-color: #36a635;
}
.green button.btn-customize:hover {
    background-color: #36a635;
    border-color: #36a635;
}
.green .coin-list li.selected {
    border: 2px solid #36a635;
}
.green a {
    color: #36a635;
}
.green .btn-outline-primary {
    color: #36a635;
    border-color: #36a635;
}
.green .btn-outline-primary:hover {
    color: #fff;
    background-color: #36a635;
    border-color: #36a635;
}
.green .btn-payment-success {
    background-color: #36a635;
    border-color: #36a635;
}
.green .btn-payment-success:hover {
    background-color: #36a635;
    border-color: #36a635;
}
.green .partial-sub-title{
    color:#36a635
}
.green .text {
    color: #36a635
}
.green .coin-list li .networkSelect .networkList li a.selectedNetwork{
    background-color:#36a635;
    border:1px solid #36a635;
    color:#fff;
}
.green .success-icon {
    color: #36a635;
}


/*
    theme red
 */
.red .development-warning {
    background-color: red;
}
.red button.btn-customize {
    background-color: red;
    border-color: red;
}
.red button.btn-customize:hover {
    background-color: red;
    border-color: red;
}
.red .coin-list li.selected {
    border: 2px solid red;
}
.red a {
    color: red;
}
.red .btn-outline-primary {
    color: red;
    border-color: red;
}
.red .btn-outline-primary:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}
.red .btn-payment-success {
    background-color: red;
    border-color: red;
}
.red .btn-payment-success:hover {
    background-color: red;
    border-color: red;
}
.red .partial-sub-title{
    color:red
}
.red .text {
    color: red
}
.red .coin-list li .networkSelect .networkList li a.selectedNetwork{
    background-color:red;
    border:1px solid red;
    color:#fff;
}
.red .success-icon {
    color: red;
}

/*
    theme pink
 */
.pink .development-warning {
    background-color: #c6168d;
}
.pink button.btn-customize {
    background-color: #c6168d;
    border-color: #c6168d;
}
.pink button.btn-customize:hover {
    background-color: #c6168d;
    border-color: #c6168d;
}
.pink .coin-list li.selected {
    border: 2px solid #c6168d;
}
.pink a {
    color: #c6168d;
}
.pink .btn-outline-primary {
    color: #c6168d;
    border-color: #c6168d;
}
.pink .btn-outline-primary:hover {
    color: #fff;
    background-color: #c6168d;
    border-color: #c6168d;
}
.pink .btn-payment-success {
    background-color: #c6168d;
    border-color: #c6168d;
}
.pink .btn-payment-success:hover {
    background-color: #c6168d;
    border-color: #c6168d;
}
.pink .partial-sub-title{
    color:#c6168d
}
.pink .text {
    color: #c6168d
}
.pink .coin-list li .networkSelect .networkList li a.selectedNetwork{
    background-color:#c6168d;
    border:1px solid #c6168d;
    color:#fff;
}
.pink .success-icon {
    color: #c6168d;
}

/*
    theme dark
 */
.dark .development-warning {
    background-color: #696969;
}
.dark button.btn-customize {
    background-color: #696969;
    border-color: #696969;
}
.dark button.btn-customize:hover {
    background-color: #696969;
    border-color: #696969;
}
.dark .coin-list li.selected {
    border: 2px solid #696969;
}
.dark a {
    color: #000000;
}
.dark .btn-outline-primary {
    color: #000000;
    border-color: #000000;
}
.dark .btn-outline-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.dark .btn-payment-success {
    background-color: #000000;
    border-color: #000000;
}
.dark .btn-payment-success:hover {
    background-color: #000000;
    border-color: #000000;
}
.dark .partial-sub-title{
    color:#000000
}
.dark .text {
    color: #000000
}
.dark .success-icon {
    color: #000000;
}

/*  blue theme */
.blue .development-warning {
    background-color: #2947B3;
}
.blue button.btn-customize {
    background-color: #2947B3;
    border-color: #2947B3;
}
.blue button.btn-customize:hover {
    background-color: #2947B3;
    border-color: #2947B3;
}
.blue .coin-list li.selected {
    border: 2px solid #2947B3;
}
.blue a {
    color: #2947B3;
}
.blue .btn-outline-primary {
    color: #2947B3;
    border-color: #2947B3;
}
.blue .btn-outline-primary:hover {
    color: #fff;
    background-color: #2947B3;
    border-color: #2947B3;
}
.blue .btn-payment-success {
    background-color: #2947B3;
    border-color: #2947B3;
}
.blue .btn-payment-success:hover {
    background-color: #2947B3;
    border-color: #2947B3;
}
.blue .partial-sub-title{
    color:#2947B3
}
.blue .text {
    color: #2947B3
}
.blue .coin-list li .networkSelect .networkList li a.selectedNetwork{
    background-color:#2947B3;
    border:1px solid #2947B3;
    color:#fff;
}
.blue .success-icon {
    color: #2947B3;
}
/*  mystino theme */
.mystino .development-warning {
    background-color: #f80060;
}
.mystino button.btn-customize {
    background-color: #f80060;
    border-color: #f80060;
}
.mystino button.btn-customize:hover {
    background-color: #f80060;
    border-color: #f80060;
}
.mystino .coin-list li.selected {
    border: 2px solid #f80060;
}
.mystino a {
    color: #f80060;
}
.mystino .btn {
    border-radius: 25px !important;
}
.mystino .wallet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.mystino .btn-outline-primary {
    color: #f80060;
    border-color: #f80060;
}
.mystino .btn-outline-primary:hover {
    color: #fff;
    background-color: #f80060;
    border-color: #f80060;
}
.mystino .btn-payment-success {
    background-color: #f80060;
    border-color: #f80060;
}
.mystino .btn-payment-success:hover {
    background-color: #f80060;
    border-color: #f80060;
}
.mystino .partial-sub-title{
    color:#f80060
}
.mystino .text {
    color: #f80060
}
.mystino .coin-list li .networkSelect .networkList li a.selectedNetwork{
    background-color:#f80060;
    border:1px solid #f80060;
    color:#fff;
}
.mystino .operation-content span {
    margin-right: 5px;
    color: #000;
    font-size: 14px;
}
.mystino .success-icon {
    color: #f80060;
}
.mystino .networkInfoMsg {
    background-color: #fff !important;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(191,191,191,0.2);
            box-shadow: 0px 0px 5px 3px rgba(191,191,191,0.2);
}
.mystino .networkInfoMsg .icon i {
    color: #f80060 !important;
}
/*
    theme blue-light
 */
.blue-light{
    background-color:#fff!important;
    min-height: 100vh;
    border-radius: 12px;
}
.modal-dialog .blue-light{
    min-height: auto;
}
.blue-light .white-bg{
    border: 1px solid #EAEEF1;
    padding:10px 0 30px 0;
    border:none;
    -webkit-box-shadow:none;
            box-shadow:none;
}
.blue-light .progress-container{
    background-color: #EAEEF1;
}
.blue-light .development-warning {
    background-color: red;
}
.blue-light .operation-content{
    border-left:0;
}
.blue-light button.btn-customize {
    background-color: #0984E3;
    border-color: #0984E3;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    min-height: 54px;
    margin-top: 40px;
}
.blue-light button.btn-customize:hover {
    background-color: #0984E3;
    border-color: #0984E3;
}
.blue-light span.payment-title{
    text-align:center;
}
.blue-light .custom-select{
    border-color: #DFE6E9;
    color: #84949A;
    border-radius:4px;
}
.blue-light .coin-list > li{
    -webkit-box-shadow:none;
            box-shadow:none;
    border-radius:6px;
    border: 1px solid #EAEEF1;
}
.blue-light .payment-container.footer-content{
    -webkit-box-shadow:none;
            box-shadow:none;
}
.blue-light .btn-success{
    color: #fff;
    background-color: #0984E3;
    border-color: #0984E3;
}
.blue-light span.qr-description{
    font-size:12px;
}
.blue-light .currency{
    background:none;
    border: none;
    border-right: 2px solid #e4e4e4;
    color: #0984E3;
}
.blue-light .wallet{
    background: none;
    border: none;
    border-right: 2px solid #e4e4e4;
    color:#0984E3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.blue-light .inputFieldWrapper input{
    background:none;
    -webkit-box-shadow:none;
            box-shadow:none;
    border:none;
}
.blue-light .cancelBtn{
    border: 1px solid #0984E3!important;
    color: #0984E3!important;
    background-color: #fff!important;
    font-size: 16px!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    border-radius: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    line-height: 19px;
    text-transform: capitalize;
}
.blue-light .payment-letters-title{
    max-width: 200px;
    margin: 0 auto;
    font-size:13px;
    margin-bottom:10px;
}
.blue-light .payment-letters{
    max-width: 260px;
    margin: 0 auto;
}
.blue-light .coin-list li.selected {
    border: 2px solid #0984E3;
}
.blue-light a {
    color: #0984E3;
}
.blue-light .btn-outline-primary {
    color: #0984E3;
    border-color: #0984E3;
}
.blue-light .btn-outline-primary:hover {
    color: #fff;
    background-color: #0984E3;
    border-color: #0984E3;
}
.blue-light .btn-payment-success {
    background-color: #0984E3;
    border-color: #0984E3;
}
.blue-light .btn-payment-success:hover {
    background-color: #0984E3;
    border-color: #0984E3;
}
.blue-light .partial-sub-title{
    color:#0984E3
}
.blue-light .operation-content span{
    color:#0984E3;
    font-weight:600;
    margin-right:5px;
}
.blue-light .coin-list li .networkSelect .networkList li a.selectedNetwork{
    background-color:#0984E3;
    border:1px solid #0984E3;
    color:#fff;
}
.blue-light .success-icon {
    color: #0984E3;
}
.payment-letters-title {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
    text-align: center;
    color: #2c3e50;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(15, 48, 110, 0.1);
    margin-bottom: 10px;
    display: block;
}
.payment-fail-letters {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
    text-align: center;
    color: #2c3e50;
    display: block;
}
.payment-letters li {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
}
.qr-img {
    width: 120px;
    height: 120px;
    margin: 25px 15px 10px 15px;
}
.payment-letters-title .text-style-1 {
    color: #36a635;
}
ul.box-content {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
}
span.qr-code {
    display: block;
    text-align: center;
}
span.qr-description {
    display: block;
    text-align: center;
    margin: 0px 0 10px 0;
}
.networkName{display:block; margin-bottom:20px; text-align:center;}
.btn-outline-primary {
    color: #eb4c4c;
    border-color: #eb4c4c;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #eb4c4c;
    border-color: #eb4c4c;
}
.btn-payment-success {
    padding: 3% 7%;
    font-weight: bold;
    margin-top: 5%;
}
.payment-success-container {
    padding: 50px;
    width: 85%;
    margin: 0 auto;
}
.fail-box {
    text-align: center;
    margin-bottom: 20px;
}
.fail-box span {
    display: block;
    margin: 5%;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.6);
}
.fail-box img {
    margin-top: 5%;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
.white-bg{padding:20px;}
.imgLogo{min-height:30px; height:auto;}
.blue-light .imgLogo{margin:0!important;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {
}

/* Set width to make card deck cards 100% width */
@media screen and (max-width: 414) {
}
@media screen and (max-width: 480px) {
.payment-container {
        width: 100% !important;
        margin: 0 auto !important;
        border-radius: 0;
        background: #fff !important;
}
.language-selection {
        padding: 0 15px !important;
        margin-top: 10px;
}
.imgLogo {
        width: auto !important;
        height: 30px;
        margin: 20px 0 0 30px !important;
}
.cancel-btn-bar {
        width: 100%;
}
.white-bg {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 20px 30px 30px 30px;
}
.powered-by {
        display: inline-block;
        vertical-align: super;
}
.with-grey-border {
        border: 1px solid rgba(15, 48, 110, 0.1);
}
.development-space {
        margin-bottom:0 !important;
}
.payment-fixed-btn {
        width: auto;
        height: 90px;
        z-index: 9999;
        display: block;
        left: 0;
        right: 0;
        position: fixed;
        bottom: 0;
        background: #fff;
        padding: 20px 30px;
}
.countdown {
        margin: 25px 0 0 0 !important;
}
.btn-payment {
        margin-top: 0 !important;
}
.name-container {
        padding: 3% 0;
}
.coin-list span.title {
        padding-left: 5%;
}
.fontSize15 {
        font-size: 12px !important;
}
.operation-content {
        height: 38px;
        width: 20%;
}
.alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 10px;
        padding: 0 !important;
}
.partialPayment h4 {
        font-size: 16px;
}
.partialPayment .uncompleted {
        font-size: 15px !important;
        line-height: normal !important;
        padding: 10px 0 !important;
}
.spinner {
        width: 36px !important;
        height: 36px !important;
}
.partialPayment .confirmation-number {
        font-size: 14px;
        font-weight: bold;
}
.coin-list span.title {
        font-size: 1em;
}
p {
        font-size: 16px;
        line-height: 1.33;
}
button.full {
        min-width: 100%;
}
.navbar {
        height: 100px;
}
.navbar-brand img {
        width: 120px;
}
.address,
    .destination-tag {
        font-size: 16px;
        padding: 0;
}
.loader-icon {
        top: 35%;
        position: absolute;
        left: 25%;
        right: 25%;
        text-align: center;
}
.address .coin-address,
    .destination-tag span {
        font-size: 14px;
        font-weight: 300;
        display: block;
        overflow-wrap: break-word;
}
.container-end {
        padding: 30px 20px;
}
.footer-content {
        background: rgba(15, 48, 110, 0.03) !important;
        padding: 20px 30px !important;
        border-radius: 0 !important;
        -webkit-box-shadow: none;
                box-shadow: none;
}
.footer-logo {
        height: 30px;
        width: auto;
}
.fail-box {
        margin: 45px 0 !important;
}
.fail-box span {
        color: rgba(0, 0, 0, 0.6);
        font-size: 20px !important;
}
.qr-description {
        color: rgba(0, 0, 0, 0.6) !important;
        font-size: 12px !important;
}
.currency {
        background-color: rgba(0, 0, 0, 0.05);
        border: none !important;
}
.wallet {
        background-color: rgba(0, 0, 0, 0.05);
        border: none;
}
.blue-light .wallet{border-right:0;}
.qr-code {
        height: auto;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-right: 0;
        border-right: none;
}
.qr-code img {
        height: 114px;
}
.qr-img {
        margin-left: 18px !important;
}
.box-content li {
        width: 100%;
}
.coin-detail {
        width: inherit;
        padding-top: 30px;
}
.narrow {
        width: 100%;
}
.font-small {
        font-size: 14px;
        padding-top: 10px;
}
h1 {
        font-size: 22px;
}
.coin-list span.link-text {
        background-size: 12px 12px;
}
.coin-list li {
        font-size: 16px;
        margin: 15px auto;
        padding: 10px 20px;
        background-size: 55px 40px !important;
        background-position: 2px !important;
        background-repeat: no-repeat !important;
}
.coin-list span.title {
        padding-left: 5%;
}
.tooltip {
        left: 29% !important;
}
.tooltip-inner {
        height: 27px !important;
        padding: 7px 6px;
        font-size: 12px;
}
.tooltip-inner:after {
        margin-left: 86px;
}
span.payment-title {
        font-size: 20px;
}
.progress-container {
        width: 100% !important;
}
.fixed-bottom {
        /* position: fixed; */
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
}
}



/*# sourceMappingURL=app.b3fe572c.css.map*/