*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html,
body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    font-size: 16px;
    background-color: #f6fcff;
    -webkit-tap-highlight-color: transparent;
}

.page {
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.1));
    height: auto !important;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media only screen and (max-width: 390px) {
    .page {
        padding: 0;
    }
}

.page-footer {
    clear: both;
    text-align: center;
    width: 100%;
    max-width: 630px;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.1));
    padding: 32px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clearfix {
    clear: both;
}

.hidden {
    display: none;
}

.tpay-pay #cssload-border {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 1px 0 #989898;
}

.tpay-pay #cssload-line {
    background-color: #3343b2;
    opacity: 1;
}

.info-holder {
    font-size: 15px;
    color: #676986;
    line-height: 23px;
}

.tippy-box {
    background: white;
    color: black;
    box-shadow: 0px 4px 20px 0px #85858540;
    border-radius: 4px;
    padding: 16px;
}

.tippy-content {
    padding: 0;
}

.tippy-box[data-placement^='top'] > .tippy-arrow::before {
    border-top-color: white;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: white;
}
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
    border-left-color: white;
}
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
    border-right-color: white;
}
