.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
.text-center {
    text-align: center !important;
}
.text-white {
    color: white !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
.bg-primary {
    background-color: #007bff !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
.bg-success {
    background-color: #28a745 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.bg-white {
    background-color: white !important;
}
.text-primary {
    color: #007bff !important;
}
.text-secondary {
    color: #6c757d !important;
}
.text-success {
    color: #28a745 !important;
}
.text-danger {
    color: #dc3545 !important;
}
.text-warning {
    color: #ffc107 !important;
}
.text-info {
    color: #17a2b8 !important;
}
.text-light {
    color: #f8f9fa !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-white {
    color: white !important;
}
.text-dark {
    color: #343a40 !important;
}