.card {
    position: unset !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-help {
    cursor: help !important;
}

.cursor-notallowed {
    cursor: not-allowed !important;
}

i.invert {
    transform: rotate(180deg);
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-10 {
    font-size: 0.5rem !important;
}

.fs-11 {
    font-size: 0.6rem !important;
}

.fs-12 {
    font-size: 0.7rem !important;
}

.fs-13 {
    font-size: 0.8rem !important;
}

.fs-14 {
    font-size: 0.9rem !important;
}

.fs-15 {
    font-size: 1rem !important;
}

.fs-16 {
    font-size: 1.1rem !important;
}

.fs-17 {
    font-size: 1.2rem !important;
}

.fs-18 {
    font-size: 1.3rem !important;
}

.fs-19 {
    font-size: 1.4rem !important;
}

.fs-20 {
    font-size: 1.5rem !important;
}

.font-poppins {
    font-family: "Poppins", sans-serif !important;
}

.font-nunito {
    font-family: "Nunito", sans-serif !important;
}

.font-segoe {
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.font-soleil {
    font-family: "Soleil", sans-serif !important;
}

.font-courier {
    font-family: 'Courier Prime', monospace !important;
}

.font-gabarito {
    font-family: "Gabarito", sans-serif !important;
}

.font-inconsolata {
    font-family: "Inconsolata", sans-serif !important;
}

.btn {
    border-radius: 3px;
    border: none !important;
    cursor: pointer !important;
    display: inline-block;
    font-weight: 500;
    font-family: Poppins;
    font-size: .8rem;
    letter-spacing: .0325rem;
    min-height: 40px !important;
    /* padding: 10px 10px 6px; */
}

.btn-rounded {
    border-radius: 50px !important;
}

.btn-wide {
    min-width: 200px;
    min-height: 45px;
    font-size: .9rem;
}

.btn-shadow {
    box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
}

.btn-condensed {
    max-height: 40px !important;
}

.btn-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.table>thead>tr>th {
    font-weight: 600;
}

.table th,
.table td {
    vertical-align: middle !important;
}

.table th.align-top,
.table td.align-top {
    vertical-align: top !important;
}

.tag {
    border-radius: 5px;
    border: 1px solid;
    cursor: help;
    font-size: 0.7rem;
    padding: 2px 3px;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
}

.tag.gender-tag {
    background-color: #f5f6f7;
    border-color: #cc3300 !important;
}

.tag.change-log-tag {
    font-weight: 600;
    padding: 5px 7px;
}

.li-disabled {
    cursor: not-allowed;
}

table.no-border th,
table.no-border td {
    border: none;
}

.flex-1 {
    flex: 1 !important;
}

input:disabled,
select:disabled {
    cursor: not-allowed !important;
}