﻿.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.cursor-disabled {
    cursor: not-allowed;
}

.cursor-default {
    cursor: default !important;
}

.no-text-decoration {
    text-decoration: none !important;
}

.grey-text {
    color: #212529 !important;
}

.black-text {
    color: #000000 !important;
}

.text-bold {
    font-weight: bold;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.text-0p66rem {
    font-size: .66rem;
}

.text-0p77rem {
    font-size: .77rem;
}

.text-0p8rem {
    font-size: .8rem;
}

.text-0p88rem {
    font-size: .88rem;
}

.text-0p9rem {
    font-size: .9rem;
}

.text-0p95rem {
    font-size: .95rem;
}

.text-1rem
{
    font-size: 1rem;
}

.text-1p11rem {
    font-size: 1.11rem !important;
}

.text-1p33rem {
    font-size: 1.33rem !important;
}

.lh-15px {
    line-height: 15px;
}

.lh-17px {
    line-height: 17px;
}

.lh-21px {
    line-height: 21px;
}

.lh-27px {
    line-height: 27px;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radius-10px {
    border-radius: 10px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.no-outline {
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.text-preformatted {
    white-space: pre-wrap;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.overflow-x-auto {
    overflow-x: auto;
}

.no-list-style {
    list-style: none;
}

.mt-11px {
    margin-top: 11px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-50px {
    margin-top: 50px;
}

.mt-70px {
    margin-top: 70px;
}

.mt-80px {
    margin-top: 80px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-11px {
    margin-bottom: 11px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-31px {
    margin-bottom: 31px;
}

.mb-37px {
    margin-bottom: 37px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-70px {
    margin-bottom: 70px;
}

.pb-60px {
    padding-bottom: 60px;
}

.w-80px {
    width: 80px;
}

.w-90px {
    width: 90px;
}

.w-120px {
    width: 120px
}

.w-125px {
    max-width: 125px;
}

.w-150px {
    width: 150px;
}

.w-200px {
    width: 200px;
}

.w-230px {
    width: 230px;
}

.mw-80px {
    max-width: 80px;
}

.mw-90px {
    max-width: 90px;
}

.mw-100px {
    max-width: 100px;
}

.mw-125px {
    max-width: 125px;
}

.mw-135px {
    max-width: 135px;
}

.mw-180px {
    max-width: 180px;
}

.mw-250px {
    max-width: 250px;
}

.mw-300px {
    max-width: 300px;
}

.mw-320px {
    max-width: 320px;
}

.flex-50 {
    flex: 50%;
}

.grid-all-columns {
    grid-column: 1 / -1;
}

@media (min-width: 1200px) {
    .d-xl-table-header-group {
        display: table-header-group !important;
    }
}

@media (min-width: 768px)
{
    .w-md-50 {
        width: 50%;
    }

    .border-md-end {
        border-right: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .text-sm_only-1rem {
        font-size: 1rem !important;
    }
}