#direct_with_payredeem{
    background-color: #595959;
    position:absolute;
    right: 10px;
    top: 7px;
    border:none;
    height:30px;
    width:130px;
    border-radius: 5px;
    outline:none;
    text-align:center;
    font-weight:bold;
    text-decoration: none;
    padding:0px;
}
#direct_with_payredeem:hover{
    box-shadow: 1px 3px 15px 0 rgb(0 0 0 / 50%);
    background: #7303c0;
    color: white;
}
#quick_pay_btn {
    width: 100%;
    background: #192d59;
    box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 30%);
    -webkit-tap-highlight-color: #7303c0;
    transition: all 150ms ease-in-out;
    border-radius: 30px;
    text-align: center;
    padding: 0 30px;
    cursor: pointer;
    outline: none;
    border: none;
    height: 60px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
    font-weight: bold;
    line-height: .9;
    font-size: 20px;
    text-decoration: none !important;
}

#quick_pay_btn:hover {
    box-shadow: 1px 3px 15px 0 rgb(0 0 0 / 50%);
    background: #e8d928;
    color: white;  
}





#payredeem {
    color: #2a2a2a;
    background-color: #fff;
    border-color: #bebebe;
    border: solid 2px #0c002d;
    border-radius: 5px;
    line-height: 44px;
    height: 44px;
    font-weight: normal;
    box-shadow: 20px 20px 50px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 20px 20px 50px rgb(0 0 0 / 25%);
    -moz-box-shadow: 20px 20px 50px rgb(0 0 0 / 25%);
}

.wc_payment_method .payment_box fieldset {
    padding: 1.5rem !important;
    border: 0 !important;
    background: transparent !important;
}

#list_num{
    width: 32px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #349e40;
    color: white;
}

.buttonInside{
    position:relative;
    margin-bottom:10px;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #2ecc70;
    border-radius: 50%;
    display: inline-block;
}

#li_position{
    margin: 0;
    margin-left: 42px;
    transition: width .3s ease;
    position: relative;
    top: -22px;
    overflow: hidden;
    white-space: nowrap;
}