.custom-sweetalert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}
.cursor-auto{
    cursor: auto !important;
}
.mobile-header-cart{
    left: 15px;
}
/* .mobile-header-cart{
    left: 80px;
    margin-top: 10px;
} */

table.table-order th.spend-points {
    min-width: 150px;
}

/* product points  */
.point-text {
    font-size: 1rem;
    color: gray;
}

.point-text-pill {
    font-size: 0.7rem;
    background-color: gray;
    border-radius: 10rem;
    text-align: center;
    color: white;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-left: 0.5rem;
}

.point-dropdown-li {
    background-color: #f7f6f2;
    width: 100%;
    padding: 0.5rem;
}

.point-dropdown-tag {
    width: 100%;
    color: gray;
    text-decoration: none;
    margin-left: 5px;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    margin: auto;
}