ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
2,721 lines • 77.1 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-list {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: 'tnum';
position: relative;
}
.ant-list * {
outline: none;
}
.ant-list-pagination {
margin-top: 24px;
text-align: right;
}
.ant-list-more {
margin-top: 12px;
text-align: center;
}
.ant-list-more button {
padding-right: 32px;
padding-left: 32px;
}
.ant-list-spin {
min-height: 40px;
text-align: center;
}
.ant-list-empty-text {
padding: 16px;
color: rgba(0, 0, 0, 0.25);
font-size: 14px;
text-align: center;
}
.ant-list-items {
margin: 0;
padding: 0;
list-style: none;
}
.ant-list-item {
display: flex;
align-items: center;
padding: 12px 0;
}
.ant-list-item-content {
color: rgba(0, 0, 0, 0.65);
}
.ant-list-item-meta {
display: flex;
flex: 1;
align-items: flex-start;
font-size: 0;
}
.ant-list-item-meta-avatar {
margin-right: 16px;
}
.ant-list-item-meta-content {
flex: 1 0;
}
.ant-list-item-meta-title {
margin-bottom: 4px;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
line-height: 22px;
}
.ant-list-item-meta-title > a {
color: rgba(0, 0, 0, 0.65);
transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
color: #1890ff;
}
.ant-list-item-meta-description {
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
line-height: 22px;
}
.ant-list-item-action {
flex: 0 0 auto;
margin-left: 48px;
padding: 0;
font-size: 0;
list-style: none;
}
.ant-list-item-action > li {
position: relative;
display: inline-block;
padding: 0 8px;
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
line-height: 22px;
text-align: center;
cursor: pointer;
}
.ant-list-item-action > li:first-child {
padding-left: 0;
}
.ant-list-item-action-split {
position: absolute;
top: 50%;
right: 0;
width: 1px;
height: 14px;
margin-top: -7px;
background-color: #e8e8e8;
}
.ant-list-header {
background: transparent;
}
.ant-list-footer {
background: transparent;
}
.ant-list-header,
.ant-list-footer {
padding-top: 12px;
padding-bottom: 12px;
}
.ant-list-empty {
padding: 16px 0;
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
text-align: center;
}
.ant-list-split .ant-list-item {
border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
border-bottom: none;
}
.ant-list-split .ant-list-header {
border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
padding-top: 16px;
padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
padding-top: 8px;
padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
display: block;
flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
margin-bottom: 12px;
color: rgba(0, 0, 0, 0.85);
font-size: 16px;
line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
margin-top: 16px;
margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
padding-left: 0;
}
.ant-list-grid .ant-list-item {
display: block;
max-width: 100%;
margin-bottom: 16px;
padding-top: 0;
padding-bottom: 0;
border-bottom: none;
}
.ant-list-item-no-flex {
display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
float: right;
}
.ant-list-bordered {
border: 1px solid #d9d9d9;
border-radius: 4px;
}
.ant-list-bordered .ant-list-header {
padding-right: 24px;
padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
padding-right: 24px;
padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
padding-right: 24px;
padding-left: 24px;
border-bottom: 1px solid #e8e8e8;
}
.ant-list-bordered .ant-list-pagination {
margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
padding-right: 16px;
padding-left: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
padding: 16px 24px;
}
@media screen and (max-width: 768px) {
.ant-list-item-action {
margin-left: 24px;
}
.ant-list-vertical .ant-list-item-extra {
margin-left: 24px;
}
}
@media screen and (max-width: 576px) {
.ant-list-item {
flex-wrap: wrap;
}
.ant-list-item-action {
margin-left: 12px;
}
.ant-list-vertical .ant-list-item {
flex-wrap: wrap-reverse;
}
.ant-list-vertical .ant-list-item-main {
min-width: 220px;
}
.ant-list-vertical .ant-list-item-extra {
margin: auto auto 16px;
}
}
.ant-empty {
margin: 0 8px;
font-size: 14px;
line-height: 22px;
text-align: center;
}
.ant-empty-image {
height: 100px;
margin-bottom: 8px;
}
.ant-empty-image img {
height: 100%;
}
.ant-empty-image svg {
height: 100%;
margin: auto;
}
.ant-empty-description {
margin: 0;
}
.ant-empty-footer {
margin-top: 16px;
}
.ant-empty-normal {
margin: 32px 0;
color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
height: 40px;
}
.ant-empty-small {
margin: 8px 0;
color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
height: 35px;
}
.ant-spin {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: 'tnum';
position: absolute;
display: none;
color: #1890ff;
text-align: center;
vertical-align: middle;
opacity: 0;
transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
position: static;
display: inline-block;
opacity: 1;
}
.ant-spin-nested-loading {
position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
position: absolute;
top: 0;
left: 0;
z-index: 4;
display: block;
width: 100%;
height: 100%;
max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
position: absolute;
top: 50%;
left: 50%;
margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
position: absolute;
top: 50%;
width: 100%;
padding-top: 5px;
text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
margin-top: -26px;
}
.ant-spin-container {
position: relative;
transition: opacity 0.3s;
}
.ant-spin-container::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
display: none \9;
width: 100%;
height: 100%;
background: #fff;
opacity: 0;
transition: all 0.3s;
content: '';
pointer-events: none;
}
.ant-spin-blur {
clear: both;
overflow: hidden;
opacity: 0.5;
user-select: none;
pointer-events: none;
}
.ant-spin-blur::after {
opacity: 0.4;
pointer-events: auto;
}
.ant-spin-tip {
color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
position: relative;
display: inline-block;
font-size: 20px;
width: 1em;
height: 1em;
}
.ant-spin-dot-item {
position: absolute;
display: block;
width: 9px;
height: 9px;
background-color: #1890ff;
border-radius: 100%;
transform: scale(0.75);
transform-origin: 50% 50%;
opacity: 0.3;
animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
top: 0;
left: 0;
}
.ant-spin-dot-item:nth-child(2) {
top: 0;
right: 0;
animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
right: 0;
bottom: 0;
animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
bottom: 0;
left: 0;
animation-delay: 1.2s;
}
.ant-spin-dot-spin {
transform: rotate(45deg);
animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
width: 6px;
height: 6px;
}
.ant-spin-lg .ant-spin-dot {
font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
width: 14px;
height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ */
.ant-spin-blur {
background: #fff;
opacity: 0.5;
}
}
@keyframes antSpinMove {
to {
opacity: 1;
}
}
@keyframes antRotate {
to {
transform: rotate(405deg);
}
}
.ant-pagination {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: 'tnum';
}
.ant-pagination ul,
.ant-pagination ol {
margin: 0;
padding: 0;
list-style: none;
}
.ant-pagination::after {
display: block;
clear: both;
height: 0;
overflow: hidden;
visibility: hidden;
content: ' ';
}
.ant-pagination-total-text {
display: inline-block;
height: 32px;
margin-right: 8px;
line-height: 30px;
vertical-align: middle;
}
.ant-pagination-item {
display: inline-block;
min-width: 32px;
height: 32px;
margin-right: 8px;
font-family: Arial;
line-height: 30px;
text-align: center;
vertical-align: middle;
list-style: none;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 4px;
outline: 0;
cursor: pointer;
user-select: none;
}
.ant-pagination-item a {
display: block;
padding: 0 6px;
color: rgba(0, 0, 0, 0.65);
transition: none;
}
.ant-pagination-item a:hover {
text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
border-color: #1890ff;
transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
color: #1890ff;
}
.ant-pagination-item-active {
font-weight: 500;
background: #fff;
border-color: #1890ff;
}
.ant-pagination-item-active a {
color: #1890ff;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
border-color: #40a9ff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
color: #40a9ff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
display: inline-block;
font-size: 12px;
font-size: 12px \9;
transform: scale(1) rotate(0deg);
color: #1890ff;
letter-spacing: -1px;
opacity: 0;
transition: all 0.2s;
}
:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
font-size: 12px;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
margin: auto;
color: rgba(0, 0, 0, 0.25);
letter-spacing: 2px;
text-align: center;
text-indent: 0.13em;
opacity: 1;
transition: all 0.2s;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
opacity: 1;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
display: inline-block;
min-width: 32px;
height: 32px;
color: rgba(0, 0, 0, 0.65);
font-family: Arial;
line-height: 32px;
text-align: center;
vertical-align: middle;
list-style: none;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
color: rgba(0, 0, 0, 0.65);
user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
border-color: #40a9ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
display: block;
height: 100%;
font-size: 12px;
text-align: center;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 4px;
outline: none;
transition: all 0.3s;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
color: #1890ff;
border-color: #1890ff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-pagination-slash {
margin: 0 10px 0 5px;
}
.ant-pagination-options {
display: inline-block;
margin-left: 16px;
vertical-align: middle;
}
.ant-pagination-options-size-changer.ant-select {
display: inline-block;
width: auto;
margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
display: inline-block;
height: 32px;
line-height: 32px;
vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
position: relative;
display: inline-block;
width: 100%;
height: 32px;
padding: 4px 11px;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
line-height: 32px;
line-height: 1.5 \9;
background-color: #fff;
background-image: none;
border: 1px solid #d9d9d9;
border-radius: 4px;
transition: all 0.3s;
width: 50px;
margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
color: #bfbfbf;
opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
border-color: #40a9ff;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
height: 40px;
padding: 6px 11px;
font-size: 16px;
line-height: 40px;
line-height: 1.5 \9;
}
.ant-pagination-options-quick-jumper input-sm {
height: 24px;
padding: 1px 7px;
line-height: 24px;
line-height: 1.5 \9;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
height: 24px;
line-height: 24px;
vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
height: 24px;
border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
height: 24px;
line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
display: inline-block;
height: 24px;
margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
box-sizing: border-box;
height: 100%;
margin-right: 8px;
padding: 0 6px;
text-align: center;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 4px;
outline: none;
transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
border-color: #1890ff;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
height: 24px;
line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
min-width: 24px;
height: 24px;
margin: 0;
line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
background: transparent;
border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
min-width: 24px;
height: 24px;
margin: 0;
line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
background: transparent;
border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
height: 24px;
line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
height: 24px;
margin-right: 0;
line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options {
margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
height: 24px;
line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
height: 24px;
padding: 1px 7px;
line-height: 24px;
line-height: 1.5 \9;
width: 44px;
}
.ant-pagination.ant-pagination-disabled {
cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
background: #f5f5f5;
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
color: rgba(0, 0, 0, 0.25);
background: transparent;
border: none;
cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
background: #dbdbdb;
border-color: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
color: #fff;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus {
color: rgba(0, 0, 0, 0.45);
background: #f5f5f5;
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
opacity: 1;
}
@media only screen and (max-width: 992px) {
.ant-pagination-item-after-jump-prev,
.ant-pagination-item-before-jump-next {
display: none;
}
}
@media only screen and (max-width: 576px) {
.ant-pagination-options {
display: none;
}
}
.ant-row {
position: relative;
height: auto;
margin-right: 0;
margin-left: 0;
zoom: 1;
display: block;
box-sizing: border-box;
}
.ant-row::before,
.ant-row::after {
display: table;
content: '';
}
.ant-row::after {
clear: both;
}
.ant-row-flex {
display: flex;
flex-flow: row wrap;
}
.ant-row-flex::before,
.ant-row-flex::after {
display: flex;
}
.ant-row-flex-start {
justify-content: flex-start;
}
.ant-row-flex-center {
justify-content: center;
}
.ant-row-flex-end {
justify-content: flex-end;
}
.ant-row-flex-space-between {
justify-content: space-between;
}
.ant-row-flex-space-around {
justify-content: space-around;
}
.ant-row-flex-top {
align-items: flex-start;
}
.ant-row-flex-middle {
align-items: center;
}
.ant-row-flex-bottom {
align-items: flex-end;
}
.ant-col {
position: relative;
min-height: 1px;
}
.ant-col-1,
.ant-col-xs-1,
.ant-col-sm-1,
.ant-col-md-1,
.ant-col-lg-1,
.ant-col-2,
.ant-col-xs-2,
.ant-col-sm-2,
.ant-col-md-2,
.ant-col-lg-2,
.ant-col-3,
.ant-col-xs-3,
.ant-col-sm-3,
.ant-col-md-3,
.ant-col-lg-3,
.ant-col-4,
.ant-col-xs-4,
.ant-col-sm-4,
.ant-col-md-4,
.ant-col-lg-4,
.ant-col-5,
.ant-col-xs-5,
.ant-col-sm-5,
.ant-col-md-5,
.ant-col-lg-5,
.ant-col-6,
.ant-col-xs-6,
.ant-col-sm-6,
.ant-col-md-6,
.ant-col-lg-6,
.ant-col-7,
.ant-col-xs-7,
.ant-col-sm-7,
.ant-col-md-7,
.ant-col-lg-7,
.ant-col-8,
.ant-col-xs-8,
.ant-col-sm-8,
.ant-col-md-8,
.ant-col-lg-8,
.ant-col-9,
.ant-col-xs-9,
.ant-col-sm-9,
.ant-col-md-9,
.ant-col-lg-9,
.ant-col-10,
.ant-col-xs-10,
.ant-col-sm-10,
.ant-col-md-10,
.ant-col-lg-10,
.ant-col-11,
.ant-col-xs-11,
.ant-col-sm-11,
.ant-col-md-11,
.ant-col-lg-11,
.ant-col-12,
.ant-col-xs-12,
.ant-col-sm-12,
.ant-col-md-12,
.ant-col-lg-12,
.ant-col-13,
.ant-col-xs-13,
.ant-col-sm-13,
.ant-col-md-13,
.ant-col-lg-13,
.ant-col-14,
.ant-col-xs-14,
.ant-col-sm-14,
.ant-col-md-14,
.ant-col-lg-14,
.ant-col-15,
.ant-col-xs-15,
.ant-col-sm-15,
.ant-col-md-15,
.ant-col-lg-15,
.ant-col-16,
.ant-col-xs-16,
.ant-col-sm-16,
.ant-col-md-16,
.ant-col-lg-16,
.ant-col-17,
.ant-col-xs-17,
.ant-col-sm-17,
.ant-col-md-17,
.ant-col-lg-17,
.ant-col-18,
.ant-col-xs-18,
.ant-col-sm-18,
.ant-col-md-18,
.ant-col-lg-18,
.ant-col-19,
.ant-col-xs-19,
.ant-col-sm-19,
.ant-col-md-19,
.ant-col-lg-19,
.ant-col-20,
.ant-col-xs-20,
.ant-col-sm-20,
.ant-col-md-20,
.ant-col-lg-20,
.ant-col-21,
.ant-col-xs-21,
.ant-col-sm-21,
.ant-col-md-21,
.ant-col-lg-21,
.ant-col-22,
.ant-col-xs-22,
.ant-col-sm-22,
.ant-col-md-22,
.ant-col-lg-22,
.ant-col-23,
.ant-col-xs-23,
.ant-col-sm-23,
.ant-col-md-23,
.ant-col-lg-23,
.ant-col-24,
.ant-col-xs-24,
.ant-col-sm-24,
.ant-col-md-24,
.ant-col-lg-24 {
position: relative;
padding-right: 0;
padding-left: 0;
}
.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24 {
flex: 0 0 auto;
float: left;
}
.ant-col-24 {
display: block;
box-sizing: border-box;
width: 100%;
}
.ant-col-push-24 {
left: 100%;
}
.ant-col-pull-24 {
right: 100%;
}
.ant-col-offset-24 {
margin-left: 100%;
}
.ant-col-order-24 {
order: 24;
}
.ant-col-23 {
display: block;
box-sizing: border-box;
width: 95.83333333%;
}
.ant-col-push-23 {
left: 95.83333333%;
}
.ant-col-pull-23 {
right: 95.83333333%;
}
.ant-col-offset-23 {
margin-left: 95.83333333%;
}
.ant-col-order-23 {
order: 23;
}
.ant-col-22 {
display: block;
box-sizing: border-box;
width: 91.66666667%;
}
.ant-col-push-22 {
left: 91.66666667%;
}
.ant-col-pull-22 {
right: 91.66666667%;
}
.ant-col-offset-22 {
margin-left: 91.66666667%;
}
.ant-col-order-22 {
order: 22;
}
.ant-col-21 {
display: block;
box-sizing: border-box;
width: 87.5%;
}
.ant-col-push-21 {
left: 87.5%;
}
.ant-col-pull-21 {
right: 87.5%;
}
.ant-col-offset-21 {
margin-left: 87.5%;
}
.ant-col-order-21 {
order: 21;
}
.ant-col-20 {
display: block;
box-sizing: border-box;
width: 83.33333333%;
}
.ant-col-push-20 {
left: 83.33333333%;
}
.ant-col-pull-20 {
right: 83.33333333%;
}
.ant-col-offset-20 {
margin-left: 83.33333333%;
}
.ant-col-order-20 {
order: 20;
}
.ant-col-19 {
display: block;
box-sizing: border-box;
width: 79.16666667%;
}
.ant-col-push-19 {
left: 79.16666667%;
}
.ant-col-pull-19 {
right: 79.16666667%;
}
.ant-col-offset-19 {
margin-left: 79.16666667%;
}
.ant-col-order-19 {
order: 19;
}
.ant-col-18 {
display: block;
box-sizing: border-box;
width: 75%;
}
.ant-col-push-18 {
left: 75%;
}
.ant-col-pull-18 {
right: 75%;
}
.ant-col-offset-18 {
margin-left: 75%;
}
.ant-col-order-18 {
order: 18;
}
.ant-col-17 {
display: block;
box-sizing: border-box;
width: 70.83333333%;
}
.ant-col-push-17 {
left: 70.83333333%;
}
.ant-col-pull-17 {
right: 70.83333333%;
}
.ant-col-offset-17 {
margin-left: 70.83333333%;
}
.ant-col-order-17 {
order: 17;
}
.ant-col-16 {
display: block;
box-sizing: border-box;
width: 66.66666667%;
}
.ant-col-push-16 {
left: 66.66666667%;
}
.ant-col-pull-16 {
right: 66.66666667%;
}
.ant-col-offset-16 {
margin-left: 66.66666667%;
}
.ant-col-order-16 {
order: 16;
}
.ant-col-15 {
display: block;
box-sizing: border-box;
width: 62.5%;
}
.ant-col-push-15 {
left: 62.5%;
}
.ant-col-pull-15 {
right: 62.5%;
}
.ant-col-offset-15 {
margin-left: 62.5%;
}
.ant-col-order-15 {
order: 15;
}
.ant-col-14 {
display: block;
box-sizing: border-box;
width: 58.33333333%;
}
.ant-col-push-14 {
left: 58.33333333%;
}
.ant-col-pull-14 {
right: 58.33333333%;
}
.ant-col-offset-14 {
margin-left: 58.33333333%;
}
.ant-col-order-14 {
order: 14;
}
.ant-col-13 {
display: block;
box-sizing: border-box;
width: 54.16666667%;
}
.ant-col-push-13 {
left: 54.16666667%;
}
.ant-col-pull-13 {
right: 54.16666667%;
}
.ant-col-offset-13 {
margin-left: 54.16666667%;
}
.ant-col-order-13 {
order: 13;
}
.ant-col-12 {
display: block;
box-sizing: border-box;
width: 50%;
}
.ant-col-push-12 {
left: 50%;
}
.ant-col-pull-12 {
right: 50%;
}
.ant-col-offset-12 {
margin-left: 50%;
}
.ant-col-order-12 {
order: 12;
}
.ant-col-11 {
display: block;
box-sizing: border-box;
width: 45.83333333%;
}
.ant-col-push-11 {
left: 45.83333333%;
}
.ant-col-pull-11 {
right: 45.83333333%;
}
.ant-col-offset-11 {
margin-left: 45.83333333%;
}
.ant-col-order-11 {
order: 11;
}
.ant-col-10 {
display: block;
box-sizing: border-box;
width: 41.66666667%;
}
.ant-col-push-10 {
left: 41.66666667%;
}
.ant-col-pull-10 {
right: 41.66666667%;
}
.ant-col-offset-10 {
margin-left: 41.66666667%;
}
.ant-col-order-10 {
order: 10;
}
.ant-col-9 {
display: block;
box-sizing: border-box;
width: 37.5%;
}
.ant-col-push-9 {
left: 37.5%;
}
.ant-col-pull-9 {
right: 37.5%;
}
.ant-col-offset-9 {
margin-left: 37.5%;
}
.ant-col-order-9 {
order: 9;
}
.ant-col-8 {
display: block;
box-sizing: border-box;
width: 33.33333333%;
}
.ant-col-push-8 {
left: 33.33333333%;
}
.ant-col-pull-8 {
right: 33.33333333%;
}
.ant-col-offset-8 {
margin-left: 33.33333333%;
}
.ant-col-order-8 {
order: 8;
}
.ant-col-7 {
display: block;
box-sizing: border-box;
width: 29.16666667%;
}
.ant-col-push-7 {
left: 29.16666667%;
}
.ant-col-pull-7 {
right: 29.16666667%;
}
.ant-col-offset-7 {
margin-left: 29.16666667%;
}
.ant-col-order-7 {
order: 7;
}
.ant-col-6 {
display: block;
box-sizing: border-box;
width: 25%;
}
.ant-col-push-6 {
left: 25%;
}
.ant-col-pull-6 {
right: 25%;
}
.ant-col-offset-6 {
margin-left: 25%;
}
.ant-col-order-6 {
order: 6;
}
.ant-col-5 {
display: block;
box-sizing: border-box;
width: 20.83333333%;
}
.ant-col-push-5 {
left: 20.83333333%;
}
.ant-col-pull-5 {
right: 20.83333333%;
}
.ant-col-offset-5 {
margin-left: 20.83333333%;
}
.ant-col-order-5 {
order: 5;
}
.ant-col-4 {
display: block;
box-sizing: border-box;
width: 16.66666667%;
}
.ant-col-push-4 {
left: 16.66666667%;
}
.ant-col-pull-4 {
right: 16.66666667%;
}
.ant-col-offset-4 {
margin-left: 16.66666667%;
}
.ant-col-order-4 {
order: 4;
}
.ant-col-3 {
display: block;
box-sizing: border-box;
width: 12.5%;
}
.ant-col-push-3 {
left: 12.5%;
}
.ant-col-pull-3 {
right: 12.5%;
}
.ant-col-offset-3 {
margin-left: 12.5%;
}
.ant-col-order-3 {
order: 3;
}
.ant-col-2 {
display: block;
box-sizing: border-box;
width: 8.33333333%;
}
.ant-col-push-2 {
left: 8.33333333%;
}
.ant-col-pull-2 {
right: 8.33333333%;
}
.ant-col-offset-2 {
margin-left: 8.33333333%;
}
.ant-col-order-2 {
order: 2;
}
.ant-col-1 {
display: block;
box-sizing: border-box;
width: 4.16666667%;
}
.ant-col-push-1 {
left: 4.16666667%;
}
.ant-col-pull-1 {
right: 4.16666667%;
}
.ant-col-offset-1 {
margin-left: 4.16666667%;
}
.ant-col-order-1 {
order: 1;
}
.ant-col-0 {
display: none;
}
.ant-col-push-0 {
left: auto;
}
.ant-col-pull-0 {
right: auto;
}
.ant-col-push-0 {
left: auto;
}
.ant-col-pull-0 {
right: auto;
}
.ant-col-offset-0 {
margin-left: 0;
}
.ant-col-order-0 {
order: 0;
}
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
flex: 0 0 auto;
float: left;
}
.ant-col-xs-24 {
display: block;
box-sizing: border-box;
width: 100%;
}
.ant-col-xs-push-24 {
left: 100%;
}
.ant-col-xs-pull-24 {
right: 100%;
}
.ant-col-xs-offset-24 {
margin-left: 100%;
}
.ant-col-xs-order-24 {
order: 24;
}
.ant-col-xs-23 {
display: block;
box-sizing: border-box;
width: 95.83333333%;
}
.ant-col-xs-push-23 {
left: 95.83333333%;
}
.ant-col-xs-pull-23 {
right: 95.83333333%;
}
.ant-col-xs-offset-23 {
margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
order: 23;
}
.ant-col-xs-22 {
display: block;
box-sizing: border-box;
width: 91.66666667%;
}
.ant-col-xs-push-22 {
left: 91.66666667%;
}
.ant-col-xs-pull-22 {
right: 91.66666667%;
}
.ant-col-xs-offset-22 {
margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
order: 22;
}
.ant-col-xs-21 {
display: block;
box-sizing: border-box;
width: 87.5%;
}
.ant-col-xs-push-21 {
left: 87.5%;
}
.ant-col-xs-pull-21 {
right: 87.5%;
}
.ant-col-xs-offset-21 {
margin-left: 87.5%;
}
.ant-col-xs-order-21 {
order: 21;
}
.ant-col-xs-20 {
display: block;
box-sizing: border-box;
width: 83.33333333%;
}
.ant-col-xs-push-20 {
left: 83.33333333%;
}
.ant-col-xs-pull-20 {
right: 83.33333333%;
}
.ant-col-xs-offset-20 {
margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
order: 20;
}
.ant-col-xs-19 {
display: block;
box-sizing: border-box;
width: 79.16666667%;
}
.ant-col-xs-push-19 {
left: 79.16666667%;
}
.ant-col-xs-pull-19 {
right: 79.16666667%;
}
.ant-col-xs-offset-19 {
margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
order: 19;
}
.ant-col-xs-18 {
display: block;
box-sizing: border-box;
width: 75%;
}
.ant-col-xs-push-18 {
left: 75%;
}
.ant-col-xs-pull-18 {
right: 75%;
}
.ant-col-xs-offset-18 {
margin-left: 75%;
}
.ant-col-xs-order-18 {
order: 18;
}
.ant-col-xs-17 {
display: block;
box-sizing: border-box;
width: 70.83333333%;
}
.ant-col-xs-push-17 {
left: 70.83333333%;
}
.ant-col-xs-pull-17 {
right: 70.83333333%;
}
.ant-col-xs-offset-17 {
margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
order: 17;
}
.ant-col-xs-16 {
display: block;
box-sizing: border-box;
width: 66.66666667%;
}
.ant-col-xs-push-16 {
left: 66.66666667%;
}
.ant-col-xs-pull-16 {
right: 66.66666667%;
}
.ant-col-xs-offset-16 {
margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
order: 16;
}
.ant-col-xs-15 {
display: block;
box-sizing: border-box;
width: 62.5%;
}
.ant-col-xs-push-15 {
left: 62.5%;
}
.ant-col-xs-pull-15 {
right: 62.5%;
}
.ant-col-xs-offset-15 {
margin-left: 62.5%;
}
.ant-col-xs-order-15 {
order: 15;
}
.ant-col-xs-14 {
display: block;
box-sizing: border-box;
width: 58.33333333%;
}
.ant-col-xs-push-14 {
left: 58.33333333%;
}
.ant-col-xs-pull-14 {
right: 58.33333333%;
}
.ant-col-xs-offset-14 {
margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
order: 14;
}
.ant-col-xs-13 {
display: block;
box-sizing: border-box;
width: 54.16666667%;
}
.ant-col-xs-push-13 {
left: 54.16666667%;
}
.ant-col-xs-pull-13 {
right: 54.16666667%;
}
.ant-col-xs-offset-13 {
margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
order: 13;
}
.ant-col-xs-12 {
display: block;
box-sizing: border-box;
width: 50%;
}
.ant-col-xs-push-12 {
left: 50%;
}
.ant-col-xs-pull-12 {
right: 50%;
}
.ant-col-xs-offset-12 {
margin-left: 50%;
}
.ant-col-xs-order-12 {
order: 12;
}
.ant-col-xs-11 {
display: block;
box-sizing: border-box;
width: 45.83333333%;
}
.ant-col-xs-push-11 {
left: 45.83333333%;
}
.ant-col-xs-pull-11 {
right: 45.83333333%;
}
.ant-col-xs-offset-11 {
margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
order: 11;
}
.ant-col-xs-10 {
display: block;
box-sizing: border-box;
width: 41.66666667%;
}
.ant-col-xs-push-10 {
left: 41.66666667%;
}
.ant-col-xs-pull-10 {
right: 41.66666667%;
}
.ant-col-xs-offset-10 {
margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
order: 10;
}
.ant-col-xs-9 {
display: block;
box-sizing: border-box;
width: 37.5%;
}
.ant-col-xs-push-9 {
left: 37.5%;
}
.ant-col-xs-pull-9 {
right: 37.5%;
}
.ant-col-xs-offset-9 {
margin-left: 37.5%;
}
.ant-col-xs-order-9 {
order: 9;
}
.ant-col-xs-8 {
display: block;
box-sizing: border-box;
width: 33.33333333%;
}
.ant-col-xs-push-8 {
left: 33.33333333%;
}
.ant-col-xs-pull-8 {
right: 33.33333333%;
}
.ant-col-xs-offset-8 {
margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
order: 8;
}
.ant-col-xs-7 {
display: block;
box-sizing: border-box;
width: 29.16666667%;
}
.ant-col-xs-push-7 {
left: 29.16666667%;
}
.ant-col-xs-pull-7 {
right: 29.16666667%;
}
.ant-col-xs-offset-7 {
margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
order: 7;
}
.ant-col-xs-6 {
display: block;
box-sizing: border-box;
width: 25%;
}
.ant-col-xs-push-6 {
left: 25%;
}
.ant-col-xs-pull-6 {
right: 25%;
}
.ant-col-xs-offset-6 {
margin-left: 25%;
}
.ant-col-xs-order-6 {
order: 6;
}
.ant-col-xs-5 {
display: block;
box-sizing: border-box;
width: 20.83333333%;
}
.ant-col-xs-push-5 {
left: 20.83333333%;
}
.ant-col-xs-pull-5 {
right: 20.83333333%;
}
.ant-col-xs-offset-5 {
margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
order: 5;
}
.ant-col-xs-4 {
display: block;
box-sizing: border-box;
width: 16.66666667%;
}
.ant-col-xs-push-4 {
left: 16.66666667%;
}
.ant-col-xs-pull-4 {
right: 16.66666667%;
}
.ant-col-xs-offset-4 {
margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
order: 4;
}
.ant-col-xs-3 {
display: block;
box-sizing: border-box;
width: 12.5%;
}
.ant-col-xs-push-3 {
left: 12.5%;
}
.ant-col-xs-pull-3 {
right: 12.5%;
}
.ant-col-xs-offset-3 {
margin-left: 12.5%;
}
.ant-col-xs-order-3 {
order: 3;
}
.ant-col-xs-2 {
display: block;
box-sizing: border-box;
width: 8.33333333%;
}
.ant-col-xs-push-2 {
left: 8.33333333%;
}
.ant-col-xs-pull-2 {
right: 8.33333333%;
}
.ant-col-xs-offset-2 {
margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
order: 2;
}
.ant-col-xs-1 {
display: block;
box-sizing: border-box;
width: 4.16666667%;
}
.ant-col-xs-push-1 {
left: 4.16666667%;
}
.ant-col-xs-pull-1 {
right: 4.16666667%;
}
.ant-col-xs-offset-1 {
margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
order: 1;
}
.ant-col-xs-0 {
display: none;
}
.ant-col-push-0 {
left: auto;
}
.ant-col-pull-0 {
right: auto;
}
.ant-col-xs-push-0 {
left: auto;
}
.ant-col-xs-pull-0 {
right: auto;
}
.ant-col-xs-offset-0 {
margin-left: 0;
}
.ant-col-xs-order-0 {
order: 0;
}
@media (min-width: 576px) {
.ant-col-sm-1,
.ant-col-sm-2,
.ant-col-sm-3,
.ant-col-sm-4,
.ant-col-sm-5,
.ant-col-sm-6,
.ant-col-sm-7,
.ant-col-sm-8,
.ant-col-sm-9,
.ant-col-sm-10,
.ant-col-sm-11,
.ant-col-sm-12,
.ant-col-sm-13,
.ant-col-sm-14,
.ant-col-sm-15,
.ant-col-sm-16,
.ant-col-sm-17,
.ant-col-sm-18,
.ant-col-sm-19,
.ant-col-sm-20,
.ant-col-sm-21,
.ant-col-sm-22,
.ant-col-sm-23,
.ant-col-sm-24 {
flex: 0 0 auto;
float: left;
}
.ant-col-sm-24 {
display: block;
box-sizing: border-box;
width: 100%;
}
.ant-col-sm-push-24 {
left: 100%;
}
.ant-col-sm-pull-24 {
right: 100%;
}
.ant-col-sm-offset-24 {
margin-left: 100%;
}
.ant-col-sm-order-24 {
order: 24;
}
.ant-col-sm-23 {
display: block;
box-sizing: border-box;
width: 95.83333333%;
}
.ant-col-sm-push-23 {
left: 95.83333333%;
}
.ant-col-sm-pull-23 {
right: 95.83333333%;
}
.ant-col-sm-offset-23 {
margin-left: 95.83333333%;
}
.ant-col-sm-order-23 {
order: 23;
}
.ant-col-sm-22 {
display: block;
box-sizing: border-box;
width: 91.66666667%;
}
.ant-col-sm-push-22 {
left: 91.66666667%;
}
.ant-col-sm-pull-22 {
right: 91.66666667%;
}
.ant-col-sm-offset-22 {
margin-left: 91.66666667%;
}
.ant-col-sm-order-22 {
order: 22;
}
.ant-col-sm-21 {
display: block;
box-sizing: border-box;
width: 87.5%;
}
.ant-col-sm-push-21 {
left: 87.5%;
}
.ant-col-sm-pull-21 {
right: 87.5%;
}
.ant-col-sm-offset-21 {
margin-left: 87.5%;
}
.ant-col-sm-order-21 {
order: 21;
}
.ant-col-sm-20 {
display: block;
box-sizing: border-box;
width: 83.33333333%;
}
.ant-col-sm-push-20 {
left: 83.33333333%;
}
.ant-col-sm-pull-20 {
right: 83.33333333%;
}
.ant-col-sm-offset-20 {
margin-left: 83.33333333%;
}
.ant-col-sm-order-20 {
order: 20;
}
.ant-col-sm-19 {
display: block;
box-sizing: border-box;
width: 79.16666667%;
}
.ant-col-sm-push-19 {
left: 79.16666667%;
}
.ant-col-sm-pull-19 {
right: 79.16666667%;
}
.ant-col-sm-offset-19 {
margin-left: 79.16666667%;
}
.ant-col-sm-order-19 {
order: 19;
}
.ant-col-sm-18 {
display: block;
box-sizing: border-box;
width: 75%;
}
.ant-col-sm-push-18 {
left: 75%;
}
.ant-col-sm-pull-18 {
right: 75%;
}
.ant-col-sm-offset-18 {
margin-left: 75%;
}
.ant-col-sm-order-18 {
order: 18;
}
.ant-col-sm-17 {
display: block;
box-sizing: border-box;
width: 70.83333333%;
}
.ant-col-sm-push-17 {
left: 70.83333333%;
}
.ant-col-sm-pull-17 {
right: 70.83333333%;
}
.ant-col-sm-offset-17 {
margin-left: 70.83333333%;
}
.ant-col-sm-order-17 {
order: 17;
}
.ant-col-sm-16 {
display: block;
box-sizing: border-box;
width: 66.66666667%;
}
.ant-col-sm-push-16 {
left: 66.66666667%;
}
.ant-col-sm-pull-16 {
right: 66.66666667%;
}
.ant-col-sm-offset-16 {
margin-left: 66.66666667%;
}
.ant-col-sm-order-16 {
order: 16;
}
.ant-col-sm-15 {
display: block;
box-sizing: border-box;
width: 62.5%;
}
.ant-col-sm-push-15 {
left: 62.5%;
}
.ant-col-sm-pull-15 {
right: 62.5%;
}
.ant-col-sm-offset-15 {
margin-left: 62.5%;
}
.ant-col-sm-order-15 {
order: 15;
}
.ant-col-sm-14 {
display: block;
box-sizing: border-box;
width: 58.33333333%;
}
.ant-col-sm-push-14 {
left: 58.33333333%;
}
.ant-col-sm-pull-14 {
right: 58.33333333%;
}
.ant-col-sm-offset-14 {
margin-left: 58.33333333%;
}
.ant-col-sm-order-14 {
order: 14;
}
.ant-col-sm-13 {
display: block;
box-sizing: border-box;
width: 54.16666667%;
}
.ant-col-sm-push-13 {
left: 54.16666667%;
}
.ant-col-sm-pull-13 {
right: 54.16666667%;
}
.ant-col-sm-offset-13 {
margin-left: 54.16666667%;
}
.ant-col-sm-order-13 {
order: 13;
}
.ant-col-sm-12 {
display: block;
box-sizing: border-box;
width: 50%;
}
.ant-col-sm-push-12 {
left: 50%;
}
.ant-col-sm-pull-12 {
right: 50%;
}
.ant-col-sm-offset-12 {
margin-left: 50%;
}
.ant-col-sm-order-12 {
order: 12;
}
.ant-col-sm-11 {
display: block;
box-sizing: border-box;
width: 45.83333333%;
}
.ant-col-sm-push-11 {
left: 45.83333333%;
}
.ant-col-sm-pull-11 {
right: 45.83333333%;
}
.ant-col-sm-offset-11 {
margin-left: 45.83333333%;
}
.ant-col-sm-order-11 {
order: 11;
}
.ant-col-sm-10 {
display: block;
box-sizing: border-box;
width: 41.66666667%;
}
.ant-col-sm-push-10 {
left: 41.66666667%;
}
.ant-col-sm-pull-10 {
right: 41.66666667%;
}
.ant-col-sm-offset-10 {
margin-left: 41.66666667%;
}
.ant-col-sm-order-10 {
order: 10;
}
.ant-col-sm-9 {
display: block;
box-sizing: border-box;
width: 37.5%;
}
.ant-col-sm-push-9 {
left: 37.5%;
}
.ant-col-sm-pull-9 {
right: 37.5%;
}
.ant-col-sm-offset-9 {
margin-left: 37.5%;
}
.ant-col-sm-order-9 {
order: 9;
}
.ant-col-sm-8 {
display: block;
box-sizing: border-box;
width: 33.33333333%;
}
.ant-col-sm-push-8 {
left: 33.33333333%;
}
.ant-col-sm-pull-8 {
right: 33.33333333%;
}
.ant-col-sm-offset-8 {
margin-left: 33.33333333%;
}
.ant-col-sm-order-8 {
order: 8;
}
.ant-col-sm-7 {
display: block;
box-sizing: border-box;
width: 29.16666667%;
}
.ant-col-sm-push-7 {
left: 29.16666667%;
}
.ant-col-sm-pull-7 {
right: 29.16666667%;
}
.ant-col-sm-offset-7 {
margin-left: 29.16666667%;
}
.ant-col-sm-order-7 {
order: 7;
}
.ant-col-sm-6 {
display: block;
box-sizing: border-box;
width: 25%;
}
.ant-col-sm-push-6 {
left: 25%;
}
.ant-col-sm-pull-6 {
right: 25%;
}
.ant-col-sm-offset-6 {
margin-left: 25%;
}
.ant-col-sm-order-6 {
order: 6;
}
.ant-col-sm-5 {
display: block;
box-sizing: border-box;
width: 20.83333333%;
}
.ant-col-sm-push-5 {
left: 20.83333333%;
}
.ant-col-sm-pull-5 {
right: 20.83333333%;
}
.ant-col-sm-offset-5 {
margin-left: 20.83333333%;
}
.ant-col-sm-order-5 {
order: 5;
}
.ant-col-sm-4 {
display: block;
box-sizing: border-box;
width: 16.66666667%;
}
.ant-col-sm-push-4 {
left: 16.66666667%;
}
.ant-col-sm-pull-4 {
right: 16.66666667%;
}
.ant-col-sm-offset-4 {
margin-left: 16.66666667%;
}
.ant-col-sm-order-4 {
order: 4;
}
.ant-col-sm-3 {
display: block;
box-sizing: border-box;
width: 12.5%;
}
.ant-col-sm-push-3 {
left: 12.5%;
}
.ant-col-sm-pull-3 {
right: 12.5%;
}
.ant-col-sm-offset-3 {
margin-left: 12.5%;
}
.ant-col-sm-order-3 {
order: 3;
}
.ant-col-sm-2 {
display: block;
box-sizing: border-box;
width: 8.33333333%;
}
.ant-col-sm-push-2 {
left: 8.33333333%;
}
.ant-col-sm-pull-2 {
right: 8.33333333%;
}
.ant-col-sm-offset-2 {
margin-left: 8.33333333%;
}
.ant-col-sm-order-2 {
order: 2;
}
.ant-col-sm-1 {
display: block;
box-sizing: border-box;
width: 4.16666667%;
}
.ant-col-sm-push-1 {
left: 4.16666667%;
}
.ant-col-sm-pull-1 {
right: 4.16666667%;
}
.ant-col-sm-offset-1 {
margin-left: 4.16666667%;
}
.ant-col-sm-order-1 {
order: 1;
}
.ant-col-sm-0 {
display: none;
}
.ant-col-push-0 {
left: auto;
}
.ant-col-pull-0 {
right: auto;
}
.ant-col-sm-push-0 {
left: auto;
}
.ant-col-sm-pull-0 {
right: auto;
}
.ant-col-sm-offset-0 {
margin-left: 0;
}
.ant-col-sm-order-0 {
order: 0;
}
}
@media (min-width: 768px) {
.ant-col-md-1,
.ant-col-md-2,
.ant-col-md-3,
.ant-col-md-4,
.ant-col-md-5,
.ant-col-md-6,
.ant-col-md-7,
.ant-col-md-8,
.ant-col-md-9,
.ant-col-md-10,
.ant-col-md-11,
.ant-col-md-12,
.ant-col-md-13,
.ant-col-md-14,
.ant-col-md-15,
.ant-col-md-16,
.ant-col-md-17,
.ant-col-md-18,
.ant-col-md-19,
.ant-col-md-20,
.ant-col-md-21,
.ant-col-md-22,
.ant-col-md-23,
.ant-col-md-24 {
flex: 0 0 auto;
float: left;
}
.ant-col-md-24 {
display: block;
box-sizing: border-box;
width: 100%;
}
.ant-col-md-push-24 {
left: 100%;
}
.ant-col-md-pull-24 {
right: 100%;
}
.ant-col-md-offset-24 {
margin-left: 100%;
}
.ant-col-md-order-24 {
order: 24;
}
.ant-col-md-23 {
display: block;
box-sizing: border-box;
width: 95.83333333%;
}
.ant-col-md-push-23 {
left: 95.83333333%;
}
.ant-col-md-pull-23 {
right: 95.83333333%;
}
.ant-col-md-offset-23 {
margin-left: 95.83333333%;
}
.ant-col-md-order-23 {
order: 23;
}
.ant-col-md-22 {
display: block;
box-sizing: border-box;
width: 91.66666667%;
}
.ant-col-md-push-22 {
left: 91.66666667%;
}
.ant-col-md-pull-22 {
right: 91.66666667%;
}
.ant-col-md-offset-22 {
margin-left: 91.66666667%;
}
.ant-col-md-order-22 {
order: 22;
}
.ant-col-md-21 {
display: block;
box-sizing: border-box;
width: 87.5%;
}
.ant-col-md-push-21 {
left: 87.5%;
}
.ant-col-md-pull-21 {
right: 87.5%;
}
.ant-col-md-offset-21 {
margin-left: 87.5%;
}
.ant-col-md-order-21 {
order: 21;
}
.ant-col-md-20 {
display: block;
box-sizing: border-box;
width: 83.33333333%;
}
.ant-col-md-push-20 {
left: 83.33333333%;
}
.ant-col-md-pull-20 {
right: 83.33333333%;
}
.ant-col-md-offset-20 {
margin-left: 83.33333333%;
}
.ant-col-md-order-20 {
order: 20;
}
.ant-col-md-19 {
display: block;
box-sizing: border-box;
width: 79.16666667%;
}
.ant-col-md-push-19 {
left: 79.16666667%;
}
.ant-col-md-pull-19 {
right: 79.16666667%;
}
.ant-col-md-offset-19 {
margin-left: 79.16666667%;
}
.ant-col-md-order-19 {
order: 19;
}
.ant-col-md-18 {
display: block;
box-sizing: border-box;
width: 75%;
}
.ant-col-md-push-18 {
left: 75%;
}
.ant-col-md-pull-18 {
right: 75%;
}
.ant-col-md-offset-18 {
margin-left: 75%;
}
.ant-col-md-order-18 {
order: 18;
}
.ant-col-md-17 {
display: block;
box-sizing: border-box;
width: 70.83333333%;
}
.ant-col-md-push-17 {
left: 70.83333333%;
}
.ant-col-md-pull-17 {
right: 70.83333333%;
}
.ant-col-md-offset-17 {
margin-left: 70.83333333%;
}
.ant-col-md-order-17 {
order: 17;
}
.ant-col-md-16 {
display: block;
box-sizing: border-box;
width: 66.66666667%;
}
.ant-col-md-push-16 {
left: 66.66666667%;
}
.ant-col-md-pull-16 {
right: 66.66666667%;
}
.ant-col-md-offset-16 {
margin-left: 66.66666667%;
}
.ant-col-md-order-16 {
order: 16;
}
.ant-col-md-15 {
display: block;
box-sizing: border-box;
width: 62.5%;
}
.ant-col-md-push-15 {
left: 62.5%;
}
.ant-col-md-pull-15 {
right: 62.5%;
}
.ant-col-md-offset-15 {
margin-left: 62.5%;
}
.ant-col-md-order-15 {
order: 15;
}
.ant-col-md-14 {
display: block;
box-sizing: border-box;
width: 58.33333333%;
}
.ant-col-md-push-14 {
left: 58.33333333%;
}
.ant-col-md-pull-14 {
right: 58.33333333%;
}
.ant-col-md-offset-14 {
margin-left: 58.33333333%;
}
.ant-col-md-order-14 {
order: 14;
}
.ant-col-md-13 {
display: block;
box-sizing: border-box;
width: 54.16666667%;
}
.ant-col-md-push-13 {
left: 54.16666667%;
}
.ant-col-md-pull-13 {
right: 54.16666667%;
}
.ant-col-md-offset-13 {
margin-left: 54.16666667%;
}
.ant-col-md-order-13 {
order: 13;
}
.ant-col-md-12 {
display: block;
box-sizing: border-box;
width: 50%;
}
.ant-col-md-push-12 {
left: 50%;
}
.ant-col-md-pull-12 {
right: 50%;
}
.ant-col-md-offset-12 {
margin-left: 50%;
}
.ant-col-md-order-12 {
order: 12;
}
.ant-col-md-11 {
display: block;
box-sizing: border-bo