.oaob-btn {
    text-decoration: none;
    display: inline-block;
    background: #11BB91;
    border: 1px #11BB91 solid;
    outline: 0;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
    border-radius: 08px;
    height: 36px;
    line-height: 34px;
    padding: 0 22px;
    text-transform: uppercase;
}

.oaob-btn:disabled {
    opacity: 0.3;
}

.oaob-btn_l {
    font-size: 14px;
    border-radius: 12px;
    height: 56px;
    line-height: 54px;
}

.oaob-btn_m {
    font-size: 12px;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
}
