* {
    margin: 0;
    padding: 0;
}

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

.text-primary-100 {
    color: #045464;
}

.text-primary-80 {
    color: #93ab3c !important;
}

.text-primary-60 {
    color: #37474f;
}

.text-primary-40 {
    color: #7b9fa6;
}

.text-primary-20 {
    color: #677487;
}

.text-primary-50 {
    color: #dcee9c;
}

.text-primary-30 {
    color: #616161;
}

.text-primary-20 {
    color: #394d6f;
}

.text-primary-10 {
    color: #b4b5b9;
}

.text-table {
    color: #74bd2a;
}

.text-cta {
    color: #1400ff;
}

.bg-1 {
    background-color: #93ab3c;
}

.bg-2 {
    background-color: #f1f4f9;
}

.bg-3 {
    background-color: #cde0ff;
}

.bg-4 {
    background-color: #dcee9c;
}

.bg-5 {
    background-color: #e3e3e3;
}

.bg-7 {
    background-color: #045464;
}

.bg-8 {
    background-color: #d4f8ff;
}

.bg-9 {
    background-color: #c4ee31;
}

.bg-cta {
    background-color: #3d56f5;
}

/* sweetalert */
.swal2-popup {
    width: auto;
    border-radius: 35px;
}

.swal2-popup .swal2-actions button {
    border-radius: 10px;
}

.swal2-popup .swal2-html-container {
    width: auto;
    font-size: 18px;
    font-weight: 500;
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
    .swal2-popup {
        padding: 30px 30px 50px 30px;
        max-width: 580px;
    }
}
