.uni-button {
    cursor: pointer;
    min-width: 350px;
    height: 45px;
    border-radius: 4px;
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.uni-button_logo {
    background-image: url("../img/uni_qr.svg");
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
}

.uni-button-text {
    width: 130px;
}

.uni_modal {
    transform: scale(0);
    transition: .3s ease;
}

.uni_modal-visible {
    transform: scale(1);
}

.uni_modal_btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    opacity: .9;
    overflow: hidden;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: none;
    box-shadow: none;
    transition-duration: .25s;
    transition-property: background,opacity;
    transition-timing-function: ease;
    width: 34px;
    height: 40px;
    background-image: url('../img/close.svg');
}

.modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.uni_qr_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.uni_qr_text {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin: 1em 0;
    line-height: 1.4em;
}

.uni_qr_text a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
}

.uni-widget {
    position: fixed;
    bottom: 0;
    left: 1px;
    right: 1px;
    height: 99%;
    background: #fff;
    z-index: 999999999;
    color: #000;
    padding: 20px 15px;
    font-weight: 700;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 10px -5px #000;
    overflow: scroll;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    box-sizing: border-box;
}

.uni-widget__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    margin-bottom: 15px;
}

.uni-logo {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background: url('../img/uni_qr.svg') no-repeat center center / contain;
}

.uni-widget__header-image {
    max-width: 100px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.uni-widget__header-close-btn {
    width: 25px;
    height: 25px;
    background: #e4e4e4;
    position: absolute;
    right: 20px;
    content: '1';
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 15px;
    color: rgba(72, 72, 72, .6);
    font-family: serif;
    cursor: pointer;
}

.uni-widget__header-text {
    max-width: 240px;
    text-align: center;
    line-height: 16px;
}

.uni-widget__input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
    outline: 0;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    margin-bottom: 20px;
}

.uni-widget__bank {
    display: flex;
    background: red;
    align-items: center;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    min-height: 60px;
    color: #000;
    text-decoration: none;
}

.uni-widget__bank-logo {
    margin-right: 10px;
    max-width: 50px;
    border-radius: 10px;
    pointer-events: none;
}

.uni-widget__bank-title {
    pointer-events: none;
}
