.ml-0 {
    margin-left: 0px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.no-background {
    background: none !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.text-justify {
    text-align: justify !important;
}

.text-bold {
    font-weight: bold !important;
}

.hidden {
    display: none;
}
