.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #5e6278;
}

.bg-fs {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.95;
}

* {
    font-family: Poppins, Helvetica, "sans-serif";
}

.border-radius-0 {
    border-radius: 0;
}

.amount-selector {
    min-width: 65px;
}