﻿.dark .recharge-option:hover:not(.is-active)
{
    background-color: var(--extension-overlay-black);
}
.dark .recharge-option:after
{
    display: none!important;
}
.recharge-option[data-v-faa60fad]
{
    height: 94px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    border-radius: 16px;
    background-color: var(--gray-01);
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: relative;
}
.recharge-option[data-v-faa60fad]:after
{
    display: none;
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 16px;
}
.recharge-option.is-active[data-v-faa60fad]
{
    border: 2px solid var(--primary-tap-blue);
    background: transparent;
}
.recharge-option[data-v-faa60fad]:hover:not(.is-active):after
{
    background-color: var(--extension-overlay-black);
    display: block;
}
.recharge-option__count[data-v-faa60fad]
{
    padding: 20px 0 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.recharge-option__icon[data-v-faa60fad]
{
    width: 18px;
    height: 18px;
    color: var(--primary-tap-blue);
}
.recharge-option__num[data-v-faa60fad]
{
    margin-left: 2px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: var(--gray-08);
}
.recharge-option__amount[data-v-faa60fad]
{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--gray-07);
    padding: 9px 0 16px;
    text-align: center;
}
.recharge-option__divider[data-v-faa60fad]
{
    width: 80px;
    height: 1px;
    background-color: var(--gray-02);
    margin: 0 auto;
}
.dark .recharge-option-custom:hover:not(.is-active)
{
    background-color: var(--extension-overlay-black);
}
.dark .recharge-option-custom:after
{
    display: none!important;
}
.recharge-option-custom[data-v-815a633c]
{
    height: 94px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    border-radius: 16px;
    background-color: var(--gray-01);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
}
.recharge-option-custom[data-v-815a633c]:after
{
    display: none;
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 16px;
}
.recharge-option-custom.is-active[data-v-815a633c]
{
    border: 2px solid var(--primary-tap-blue);
    background: transparent;
}
.recharge-option-custom[data-v-815a633c]:hover:not(.is-active):after
{
    background-color: var(--extension-overlay-black);
    display: block;
}
.recharge-option-custom__default[data-v-815a633c]
{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--gray-08);
    height: 94px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.recharge-option-custom__count[data-v-815a633c]
{
    min-width: 80px;
    padding: 20px 0 14px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.recharge-option-custom__icon[data-v-815a633c]
{
    width: 18px;
    height: 18px;
    color: var(--primary-tap-blue);
    flex-shrink: 0;
}
.recharge-option-custom__input-wrapper[data-v-815a633c]
{
    height: 18px;
    margin-left: 2px;
    position: relative;
}
.recharge-option-custom__placeholder[data-v-815a633c]
{
    opacity: 0;
    min-width: 18px;
}
.recharge-option-custom__input[data-v-815a633c], .recharge-option-custom__placeholder[data-v-815a633c]
{
    color: var(--gray-08);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.recharge-option-custom__input[data-v-815a633c]
{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 18px;
    outline: none;
    border: none;
    background-color: transparent;
    caret-color: var(--primary-tap-blue);
}
.recharge-option-custom__input[type=number][data-v-815a633c]::-webkit-inner-spin-button, .recharge-option-custom__input[type=number][data-v-815a633c]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.recharge-option-custom__text[data-v-815a633c]
{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: var(--gray-08);
    margin-left: 2px;
}
.recharge-option-custom__fake-input[data-v-815a633c]
{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    top: 0;
    left: 0;
}
.recharge-option-custom__amount[data-v-815a633c]
{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--gray-07);
    padding: 9px 0 16px;
    text-align: center;
}
.recharge-option-custom__divider[data-v-815a633c]
{
    width: 80px;
    height: 1px;
    background-color: var(--gray-02);
    margin: 0 auto;
}
.recharge-option-custom__amount-text[data-v-815a633c]
{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-07);
    margin-top: 10px;
    text-align: center;
}
.currency-input-modal
{
    margin-top: 15vh!important;
}
.currency-input-modal .media-modal__header
{
    display: none!important;
}
.currency-input-modal
{
    background-color: var(--extension-dialog-white)!important;
    border-radius: 16px!important;
}
.input-number[data-v-aebf8605]
{
    overflow: hidden;
    padding: 36px 20px 24px;
    position: relative;
}
.input-number-close[data-v-aebf8605]
{
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.input-number-close__icon[data-v-aebf8605]
{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--gray-07);
}
.input-number__top[data-v-aebf8605]
{
    display: -webkit-box;
    display: flex;
}
.input-number__icon[data-v-aebf8605]
{
    width: 32px;
    height: 32px;
    color: var(--primary-tap-blue);
    flex-shrink: 0;
}
.input-number__input-wrapper[data-v-aebf8605]
{
    -webkit-box-flex: 1;
    flex: 1;
    height: 32px;
    overflow: hidden;
    margin: 0 24px 0 10px;
}
.input-number__input[data-v-aebf8605]
{
    width: 100%;
    height: 32px;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    color: var(--gray-08);
    outline: none;
    border: none;
    border-bottom: 1px solid var(--gray-03);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--extension-dialog-white);
    -webkit-border-radius: 0;
    caret-color: var(--primary-tap-blue);
}
.input-number__input[data-v-aebf8605]:focus
{
    outline: none;
}
.input-number__input[data-v-aebf8605]::-webkit-input-placeholder
{
    color: var(--gray-04);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.input-number__input[data-v-aebf8605]::-moz-placeholder
{
    color: var(--gray-04);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.input-number__input[data-v-aebf8605]:-ms-input-placeholder
{
    color: var(--gray-04);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.input-number__input[data-v-aebf8605]::-ms-input-placeholder
{
    color: var(--gray-04);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.input-number__input[data-v-aebf8605]::placeholder
{
    color: var(--gray-04);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.input-number__btn[data-v-aebf8605]
{
    width: 136px;
    height: 32px;
    padding: 7px 16px;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    white-space: nowrap;
    border-radius: 16px;
    margin-top: 24px;
}
.input-number__bottom[data-v-aebf8605], .input-number__btn[data-v-aebf8605]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.input-number__content[data-v-aebf8605]
{
    width: 100%;
    display: -webkit-box;
    display: flex;
    margin-top: 16px;
}
.input-number__label[data-v-aebf8605]
{
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-07);
}
.input-number__amount[data-v-aebf8605]
{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: var(--gray-07);
}
.recharge-option-list[data-v-50b48fda]
{
    display: grid;
    grid-gap: 8px;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
}
.payment-qr[data-v-22747bbd]
{
    width: 132px;
    height: 132px;
    border-radius: 4px;
    overflow: hidden;
}
.payment-qr__loading[data-v-22747bbd]
{
    width: 132px;
    height: 132px;
    background-color: var(--gray-01);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.payment-qr__code[data-v-22747bbd]
{
    width: 132px;
    height: 132px;
    position: relative;
}
.payment-qr__expire[data-v-22747bbd]
{
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}
.payment-qr__mask[data-v-22747bbd]
{
    position: absolute;
    inset: 0;
    background-color: var(--extension-background-white-new);
    opacity: .8;
}
.payment-qr__refresh-icon[data-v-22747bbd]
{
    width: 32px;
    height: 32px;
    color: var(--gray-08);
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}
.payment-qr__refresh-btn[data-v-22747bbd]
{
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    z-index: 2;
}
.wallet__popover-content .certified-card__button
{
    margin-top: 16px!important;
}
.certified-card[data-v-ba7ef84b]
{
    padding: 12px 16px 24px;
    border-top: .5px solid var(--gray-02);
    background-color: var(--extension-dialog-white);
}
@media only screen and (min-width: 499px)
{
    .certified-card[data-v-ba7ef84b]
    {
        padding: 24px;
        border: 1px solid var(--gray-02);
        border-radius: 12px;
    }
}
.certified-card-content[data-v-ba7ef84b]
{
    display: -webkit-box;
    display: flex;
}
.certified-card__tips[data-v-ba7ef84b]
{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-08);
}
.certified-card__icon svg[data-v-ba7ef84b]
{
    width: 59px;
    height: 40px;
    margin-left: 12px;
}
@media only screen and (min-width: 499px)
{
    .certified-card__icon svg[data-v-ba7ef84b]
    {
        width: 72px;
        height: 49px;
        margin-left: 24px;
    }
}
.certified-card__button[data-v-ba7ef84b]
{
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: var(--extension-button-label-white);
    background-color: #15a1ff;
    border: none;
    border-radius: 20px;
    margin-top: 12px;
}
.certified-card__button[data-v-ba7ef84b]:hover
{
    background-color: #15a1ff;
}
@media only screen and (min-width: 499px)
{
    .certified-card__button[data-v-ba7ef84b]
    {
        width: 200px;
        margin-top: 0;
    }
}
.teen-card[data-v-ba7ef84b]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px;
    border-top: .5px solid var(--gray-02);
    background-color: var(--extension-dialog-white);
}
@media only screen and (min-width: 499px)
{
    .teen-card[data-v-ba7ef84b]
    {
        padding: 16px 24px;
        border: 1px solid var(--gray-02);
        border-radius: 12px;
    }
}
.teen-card__icon[data-v-ba7ef84b]
{
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    margin-right: 12px;
}
@media only screen and (min-width: 499px)
{
    .teen-card__icon[data-v-ba7ef84b]
    {
        margin-right: 16px;
    }
}
.teen-card__tips[data-v-ba7ef84b]
{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-08);
}
.payment-qr-scan-triple-title[data-v-a0fe883f]
{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: var(--gray-08);
    margin-bottom: 12px;
}
.payment-qr-scan-triple[data-v-a0fe883f]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid var(--gray-02);
}
.payment-qr-scan-triple__right[data-v-a0fe883f]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
    margin-left: 16px;
}
.payment-qr-scan-triple__amount-wrapper[data-v-a0fe883f]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.payment-qr-scan-triple__amount-tip[data-v-a0fe883f]
{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--gray-08);
}
.payment-qr-scan-triple__amount-unit[data-v-a0fe883f]
{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.payment-qr-scan-triple__amount[data-v-a0fe883f]
{
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #ff5a50;
    margin-left: 10px;
}
.payment-qr-scan-triple__icons[data-v-a0fe883f]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.payment-qr-scan-triple__icons img[data-v-a0fe883f]
{
    width: 16px;
    height: 16px;
}
.payment-qr-scan-triple__icons img+img[data-v-a0fe883f]
{
    margin-left: 4px;
}
.payment-qr-scan-triple__text[data-v-a0fe883f]
{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-07);
    margin-top: 6px;
}
.payment-qr-scan-triple__aggrement[data-v-a0fe883f]
{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-07);
    margin-top: 8px;
}
.payment-qr-scan-triple__aggrement a[data-v-a0fe883f]
{
    color: var(--extension-mazarine);
}
.currency-intro__title[data-v-0c030d51]
{
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-07);
}
.currency-intro__content[data-v-0c030d51]
{
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-06);
}
.record-item[data-v-3dea310c]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 16px;
}
@media only screen and (min-width: 499px)
{
    .record-item[data-v-3dea310c]
    {
        padding: 10px 24px;
    }
}
.record-item__left[data-v-3dea310c]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-right: 12px;
}
.record-item__icon[data-v-3dea310c]
{
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 12px;
}
.record-item__icon img[data-v-3dea310c]
{
    width: 100%;
    height: 100%;
}
.record-item__content[data-v-3dea310c]
{
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.record-item__title[data-v-3dea310c]
{
    font-size: 16px;
    line-height: 20px;
    color: var(--gray-08);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
}
.record-item__time[data-v-3dea310c]
{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-06);
    margin-top: 6px;
}
.record-item__right[data-v-3dea310c]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-shrink: 0;
}
.record-item__value[data-v-3dea310c]
{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--gray-08);
}
.record-item__value.is-positive[data-v-3dea310c]
{
    color: var(--primary-tap-blue-text);
}
.record-item__expiration[data-v-3dea310c]
{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-06);
    margin-top: 8px;
}
@media only screen and (min-width: 499px)
{
    .record-detail-modal
    {
        margin: 80px auto!important;
        border-radius: 16px!important;
        overflow: hidden;
        min-height: 400px;
        max-height: 100vh!important;
    }
}
.record-detail-modal .media-modal__body
{
    max-height: calc(100vh - 160px)!important;
}
.record-detail-modal .media-page__content
{
    height: 100%!important;
}
.record-detail-tab[data-v-37cbd078] .tap-tabs-header
{
    padding: 10px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-07);
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 1;
}
@media only screen and (min-width: 499px)
{
    .record-detail-tab[data-v-37cbd078] .tap-tabs-header
    {
        padding: 10px 24px;
        top: 64px;
        background-color: var(--media-component-background);
    }
}
@media only screen and (max-width: 499px)
{
    .record-detail-tab[data-v-37cbd078] .tap-tabs-header
    {
        background-color: var(--primary-white);
    }
}
.record-detail-tab[data-v-37cbd078] .tabs-header
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 5px;
}
.record-detail-tab[data-v-37cbd078] .tabs-header+.tabs-header
{
    margin-left: 20px;
}
.record-detail-tab[data-v-37cbd078] .tap-slide__line
{
    height: 6px;
    border-radius: 1px;
}
.record-detail-tab[data-v-37cbd078] .tab-header--active .record-detail-tab-title
{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--gray-08);
    position: relative;
    z-index: 2;
}
.record-detail-tab-header[data-v-37cbd078]
{
    margin: 0 -5px;
    cursor: pointer;
}
.record-detail-tab-title[data-v-37cbd078]
{
    display: inline-block;
    text-align: center;
}
.modal-page-header[data-v-37cbd078]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 12px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: var(--primary-white);
    z-index: 200;
}
@media only screen and (min-width: 499px)
{
    .modal-page-header[data-v-37cbd078]
    {
        display: none;
    }
}
.modal-page-header__back[data-v-37cbd078]
{
    padding: 2px;
    cursor: pointer;
}
.modal-page-header__back-icon[data-v-37cbd078]
{
    width: 24px;
    height: 24px;
    color: var(--gray-08);
}
.modal-page-header__title[data-v-37cbd078]
{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--gray-08);
}
.modal-page-header__contact[data-v-37cbd078]
{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-07);
}
.record-list[data-v-37cbd078]
{
    margin-top: 8px;
}
.record-list-loading[data-v-37cbd078]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 499px)
{
    .record-list-loading[data-v-37cbd078]
    {
        height: calc(100vh - 88px);
    }
}
@media only screen and (min-width: 499px)
{
    .record-list-loading[data-v-37cbd078]
    {
        height: 296px;
    }
}
.record-list-empty[data-v-37cbd078]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 499px)
{
    .record-list-empty[data-v-37cbd078]
    {
        height: calc(100vh - 88px);
    }
}
@media only screen and (min-width: 499px)
{
    .record-list-empty[data-v-37cbd078]
    {
        padding: 32px 0 40px;
    }
}
.record-list-empty__text[data-v-37cbd078]
{
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-06);
    margin-top: 30px;
}
.modal-header[data-v-37cbd078]
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: var(--media-component-background);
    z-index: 200;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 24px 24px 12px;
}
@media only screen and (max-width: 499px)
{
    .modal-header[data-v-37cbd078]
    {
        display: none;
    }
}
.modal-header__title[data-v-37cbd078]
{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.modal-header__close[data-v-37cbd078]
{
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.modal-header__close-icon[data-v-37cbd078]
{
    width: 28px;
    height: 28px;
    color: var(--gray-06);
}