.pulse-load {
    animation: pulseLoad 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulseLoad {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

.mr-1 {
    margin-right: 0.25rem;
}

.absolute {
    position: absolute;
}

.bg-white {
    background-color: #ffffff;
}

.block {
    display: block;
}

.focus\:outline-none:focus {
    outline: none;
}

.h-5 {
    height: 1.25rem;
}

.inline-block {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.mt-2 {
    margin-top: 0.5rem;
}

.origin-top-right {
    transform-origin: top right;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.relative {
    position: relative;
}

.right-0 {
    right: 0;
}

.ring-1 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.ring-black {
    --tw-ring-color: rgba(0, 0, 0, 1);
}

.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}

.rounded-md {
    border-radius: 0.375rem;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.text-gray-400 {
    color: #9ca3af;
}

.text-gray-700 {
    color: #374151;
}

.text-left {
    text-align: left;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.w-5 {
    width: 1.25rem;
}

.w-56 {
    width: 14rem;
}

.w-full {
    width: 100%;
}

.z-10 {
    z-index: 10;
}

.pointer-events-none {
    pointer-events: none;
}
