/*Пагинация tailwind*/

.flex {
    display: flex;
}
.text-gray-500 {
    color: #a0aec0;
}
.relative {
    position: relative;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.leading-5 {
    line-height: 1.25rem;
}
.text-sm {
    font-size: .875rem;
}
.font-medium {
    font-weight: 500;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex
;
}
.cursor-default {
    cursor: default;
}
.border {
    border-width: 1px;
}
.rounded-md {
    border-radius: .375rem;
}
.border-gray-300 {
    border-color: #e2e8f0;
}
.bg-white {
    background-color: #fff;
}





.duration-150 {
    transition-duration: 150ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}
.text-gray-700 {
    color: #4a5568;
}
.relative {
    position: relative;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.leading-5 {
    line-height: 1.25rem;
}
.text-sm {
    font-size: .875rem;
}
.font-medium {
    font-weight: 500;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex
;
}
.border {
    border-width: 1px;
    border-style: solid;
}
.rounded-md {
    border-radius: .375rem;
}
.border-gray-300 {
    border-color: #e2e8f0;
}
.bg-white {
    background-color: #fff;
}




