.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.custom-order-confirm-back-arrow {
    color: white;
    margin-right: 5px;
}

.custom-order-confirm-return-to-label-back {
    color: white;
    margin-right: 5px;
    font-weight: bolder;
}

#usga-back-button-order-confirm {
    background: #61CE70;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: bolder;
    color: white;
    width: fit-content;
    margin-bottom: 15px;
}

#usga-back-button-order-confirm a{
    color: white;
    padding: 0px 10px;
    display: inherit;
}

#usga-back-button-order-confirm:hover {
    background-color: #3a3a3a;
}