.cursor-pointer {
    cursor: pointer;
}
.hidden {
    display: none;
}
.bold-700 {
    font-weight: 700;
}
.p-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-right: 4px !important;
    padding-left: 4px !important;
}
.pb-2 {
    padding-bottom: 2px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pl-0 {
    padding-left: 0;
}
.pl-1 {
    padding-left: 1px;
}
.pl-2 {
    padding-left: 2px;
}
.pl-8 {
    padding-left: 8px;
}
.pl-12 {
    padding-left: 12px;
}
.pr-0 {
    padding-right: 0;
}
.pr-8 {
    padding-right: 8px;
}
.pr-12 {
    padding-right: 12px;
}
.pt-2 {
    padding-top: 2px;
}
.pt-4 {
    padding-top: 4px !important;
}
.pt-8 {
    padding-top: 8px;
}
.pt-16 {
    padding-top: 16px;
}
.py-3 {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}
.py-4 {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.ml-8 {
    margin-left: 8px !important;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-6 {
    margin-bottom: 6px !important;
}
.mb-8 {
    margin-bottom: 8px;
}
.mt-2 {
    margin-top: 2px;
}
.mt-4 {
    margin-top: 4px !important;
}
.mt-6 {
    margin-top: 6px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-26 {
    margin-top: 26px;
}
.mt-28 {
    margin-top: 28px;
}
.mt-16 {
    margin-top: 16px;
}
.-mt-5 {
    margin-top: -5px;
}
.-mt-2 {
    margin-top: -2px;
}
.mx-2 {
    margin-left: 2px;
    margin-right: 2px;
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.green-text {
    color: #059669;
    font-weight: 700;
}
.red-text {
    color: #dc2626;
    font-weight: 700;
}
.grey-text {
    color: #808080;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-700 {
    font-weight: 700;
}
.h-20 {
    height: 20px;
}
.h-190 {
    height: 190px;
}
.h-292 {
    height: 292px;
}
.h-498 {
    height: 498px;
}
.w-10 {
    width: 10px;
}
.w-40 {
    width: 40px;
}
.w-50 {
    width: 50px;
}
.w-25 {
    width: 25px;
}
.bg-red {
    background-color: #830000 !important;
}
.bg-red-100 {
    background-color: #ee0000 !important;
}
.bg-green {
    background-color: #00bb4d !important;
}
.border-0 {
    border: none !important;
}
.border-r-0 {
    border-radius: 0 !important;
}
.float-right {
    float: right;
}
.text-bold {
    font-weight: bold;
}
.rotate-360 {
    transform: rotate(180deg);
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
