.btn-item {
    width: 100%;
    background: #ebebeb;
    border: #ccced4 1px solid;
    border-radius: 6px;
    min-height: 100px;
    line-height: 32px;
    font-size: 14px;
    margin: 6px;
}

.btn-item-pmt {
    width: 100%;
    background: #ebebeb;
    border: #ccced4 1px solid;
    border-radius: 6px;
    min-height: 60px;
    line-height: 32px;
    font-size: 14px;
    margin: 6px;
}

.btn-item.active {
    background: #02ad00;
    border: #026a00 1px solid;
    color: #FFF;
}

.btn-item-pmt.active {
    background: #02ad00;
    border: #026a00 1px solid;
    color: #FFF;
}

.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    color: #ff7f05;
}