.bg-gray {
    background-color: #f0f4f9;
}

.flex {
    display: flex;
}

.ml-4 {
    margin-left: 4rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.w-5 {
    width: 1.25rem/* 20px */
    ;
}

.h-5 {
    height: 1.25rem/* 20px */
    ;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pt-2 {
    padding-top: 0.25rem;
}

.pt-4 {
    padding-top: 1rem;
}