body {
    background-color: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

button:disabled {
    cursor: not-allowed !important;
}

.hidden {
    display: none !important;
}

.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.nowrap {
    white-space: nowrap !important;
}

.padding_1rem {
    padding: 1rem !important;
}

.padding_2rem {
    padding: 2rem !important;
}

.padding_3rem {
    padding: 3rem !important;
}

.padding_4rem {
    padding: 4rem !important;
}

.bolder {
    font-weight: bolder !important;
}

.PW100 {
    width: 100% !important;
}