.py-2 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.rounded {
    border-radius: 0.25rem!important;
}
.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.px-2 {
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
}
.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.p-1 {
    padding: 0.25rem!important;
}
.p-2 {
    padding: 0.5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.m-0 {
    margin: 0!important;
}
.m-1 {
    margin: 0.25rem!important;
}
.pb-4 {
    padding-bottom: 1rem;
}
.text-center {
    text-align: center!important;
}
.text-white {
    color: #fff!important;
}
.text-dark {
    color: #343434 !important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.mr-3 {
    margin-right: 0.75rem;
}
.me-2 {
    margin-right: 0.5rem!important;
}
.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.justify-content-center {
    justify-content: center;
}
.overflow-y-auto {
    overflow-y: auto;
}
.items-center {
    align-items: center;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.bg-secondary {
    background-color: #6c757d!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.small, small {
    font-size: .875em;
}