.font-11 {
    font-size: 11px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-w-300 {
    font-weight: 300 !important;
}

.font-w-500 {
    font-weight: 500 !important;
}

.bg-dark {
    background: #333 !important;
}

.text-dark {
    color: #333 !important;
}

.l-h-20 {
    line-height: 20px;
}

.l-h-33 {
    line-height: 33px !important;
}

.flex-direction-column {
    flex-direction: column;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.opacity5 {
    opacity: .5 !important;
}

.opacity75 {
    opacity: .75 !important;
}

.min-h-25 {
    min-height: 25px;
}

#exampleCat_info {
    text-align: left !important;
}

.white-space-preserve-breaks {
    white-space: preserve-breaks
}

.cursor-pointer {
    cursor: pointer;
}

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #c7e60c;
    background-color: #c7e60c;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #111;
}