.close_auction_no_work_btn {
    min-width: 220px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-right: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white);
    -webkit-box-shadow: 0px 4px 6px rgba(92, 122, 234, 0.25);
    box-shadow: 0px 4px 6px rgba(92, 122, 234, 0.25);
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    background: -o-linear-gradient(120deg, #964CE8 0%, #4E60FF 100%);
    background: linear-gradient(330deg, #964CE8 0%, #4E60FF 100%);
    height: 40px;
    border-radius: 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
