.slide-up-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
}

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

.slide-up-widget__title {
    margin: 20px 10px 10px;
    font-size: 13px
}

.slide-up-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
}

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

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

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

.slide-up-widget__bank--hide,
.slide-up-widget__title--hide {
    display: none
}

.slide-up-widget__bank-logo {
    margin-right: 10px;
    max-width: 50px;
    border-radius: 10px
}

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

.slide-up-widget__empty {
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px
}