.u-min-w-0 {
    min-width: 0 !important;
}

.u-max-w-full {
    max-width: 100% !important;
}

.u-overflow-x-auto {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.u-overflow-hidden {
    overflow: hidden !important;
}

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

.u-scroll-touch {
    -webkit-overflow-scrolling: touch;
}

.u-text-left {
    text-align: left !important;
}

.u-text-center {
    text-align: center !important;
}

.u-text-right {
    text-align: right !important;
}

.u-w-100 {
    width: 100% !important;
}

.u-flex-wrap {
    flex-wrap: wrap !important;
}

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

.u-break-word {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

.u-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.u-clamp-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.u-hide-mobile {
    display: initial !important;
}

.u-show-mobile {
    display: none !important;
}

.u-mobile-w-full {
    width: auto !important;
}

.u-hide-tablet {
    display: initial !important;
}

.u-show-tablet {
    display: none !important;
}

.is-hidden {
    display: none !important;
}

.is-loading {
    cursor: wait;
}

.is-disabled {
    pointer-events: none;
    opacity: 0.6;
}

@media (max-width: 767.98px) {
    .u-hide-mobile {
        display: none !important;
    }

    .u-show-mobile {
        display: initial !important;
    }

    .u-mobile-w-full {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .u-hide-tablet {
        display: none !important;
    }

    .u-show-tablet {
        display: initial !important;
    }
}
