.archive-order-table--lc-user .aot-bonus{
    flex: 0 0 60px !important;
}

.flex-table-body{
    margin-bottom: 20px;
}

.button-style6{
    width: 150px;
}

.bottom-buttons.on-right{
    align-items: end !important;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    padding: 15px;
    flex-basis: 100%;
}

.bottom-buttons__row{
    width: 100%;
    /*margin: 7px;*/
    display: flex;
    justify-content: end;
    gap: 10px;
}

.bottom-buttons__row .order-driver{
    display: flex;
    gap: 10px;
}

.order-driver__title{
    font-weight: 600;
}

.bottom-buttons__repeat{
    flex-grow: 1;
    display: flex;
    justify-content: end;
    gap: 10px;
}

/* payment button */
.bottom-buttons .btn-success{
    background: #1eb42f;
    border-radius: 0 !important;
    color: #ffffff;
    padding: 10px 135px;
}

.bottom-buttons .d-flex{
    flex-direction: column;
    justify-content: start;
}

.bottom-buttons .d-flex .col-auto{
    margin-bottom: 10px;
    width: 100%;
}

.bottom-buttons .widget-payment-checkout-info{
    padding: 0;
}

.payment-list {
    display: flex;
    gap: 0 40px;
    width: 100%;
}

.payment-item {
    flex-basis: 33%;
}

.payment-item__name {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.payment-item__content {
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 20px;
}

.payment-item:hover > .payment-item__content {
    background: #ffffff;
    cursor: pointer;
}

.bottom-buttons__repeat{
    text-align: right;
    flex: 0 0 auto;
}

.order-driver{
    flex: 1 0 auto;
}

.aot-address{
    word-break: break-all;
    max-width: 140px;
}

.text-wrapper{
    font-weight: 600;
    font-size: 12px;

}

.text-wrapper span{
    display: block;
    font-size: 10px;
    padding-top: 3px;
    font-weight: 300;
}

.stickers .reduce {
    border: 1px solid #eb5757;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10px;
    line-height: 13px;
    color: #eb5757;
}

.invoice-button{
    display: flex;
    align-items: center;
}

a.get-document {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #2394E5;
    font-weight: 600;
    cursor: pointer;
}

a.get-document:hover + p.get-document__tooltip{
    display: block;
}

a.order-list{
    margin: 0 auto;
    display: block !important;
    width: 100px;
}

p.get-document__tooltip{
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    width: 300px;
    height: auto;
    background: #fff;
    display: none;
    transition: .3s;
    right: 45px;
    /*top: -35px;*/
    /* display: none; */
    padding: 16px;
    border-radius: 5px;
    z-index: 100;
    box-shadow: 0 4px 5px rgba(0,0,0,0.4);
    margin-top: -120px;
    text-align: left;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.invoice-button__refresh{
    background: none;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.invoice-button__refresh.loading{
    animation: spin 2s linear infinite;
}
.invoice-button__refresh svg.loading{
    animation: spin 2s linear infinite;
}

@media (max-width: 520px) {
    .bottom-buttons__repeat{
        flex-direction: column;
    }
}

@media (max-width: 920px) {
    .bottom-buttons__row .order-driver{
        flex-direction: column;
        gap: 0;
    }

    .bottom-buttons__repeat{
        align-items: end;
    }
}

@media (max-width: 1023px) {
    .bottom-buttons.on-right{
        flex-direction: column;
        align-items: center !important;
    }

    .total-footer{
        padding-left: 15px !important;
    }

    .payment-list {
        flex-direction: column;
    }

    .payment-item__content {
        padding: 7px;
    }
}

@media (max-width: 820px) {
    .bottom-buttons__row{
        flex-wrap: wrap;
    }

    .order-driver{
        flex-basis: 100%;
        align-items: center;
    }

    .bottom-buttons__repeat{
        flex: 1 0 auto;
        justify-content: center;
        align-items: center;
    }
}