ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
2,084 lines • 138 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.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
font-feature-settings: 'tnum';
position: relative;
}
.ant-list * {
outline: none;
}
.ant-list-pagination {
margin-top: 24px;
text-align: right;
}
.ant-list-pagination .ant-pagination-options {
text-align: left;
}
.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;
justify-content: space-between;
padding: 12px 0;
color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta {
display: flex;
flex: 1;
align-items: flex-start;
max-width: 100%;
}
.ant-list-item-meta-avatar {
margin-right: 16px;
}
.ant-list-item-meta-content {
flex: 1 0;
width: 0;
color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta-title {
margin-bottom: 4px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
line-height: 1.5715;
}
.ant-list-item-meta-title > a {
color: rgba(0, 0, 0, 0.85);
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: 1.5715;
}
.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: 1.5715;
text-align: center;
}
.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: #f0f0f0;
}
.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 #f0f0f0;
}
.ant-list-split .ant-list-item:last-child {
border-bottom: none;
}
.ant-list-split .ant-list-header {
border-bottom: 1px solid #f0f0f0;
}
.ant-list-split.ant-list-empty .ant-list-footer {
border-top: 1px solid #f0f0f0;
}
.ant-list-loading .ant-list-spin-nested-loading {
min-height: 32px;
}
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
border-bottom: 1px solid #f0f0f0;
}
.ant-list-lg .ant-list-item {
padding: 16px 24px;
}
.ant-list-sm .ant-list-item {
padding: 8px 16px;
}
.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-col > .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: 2px;
}
.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;
}
.ant-list-bordered .ant-list-pagination {
margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
padding: 8px 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-item {
padding: 16px 24px;
}
.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-list-rtl {
direction: rtl;
text-align: right;
}
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
direction: rtl;
}
.ant-list-rtl .ant-list-pagination {
text-align: left;
}
.ant-list-rtl .ant-list-item-meta-avatar {
margin-right: 0;
margin-left: 16px;
}
.ant-list-rtl .ant-list-item-action {
margin-right: 48px;
margin-left: 0;
}
.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
padding-right: 0;
padding-left: 16px;
}
.ant-list-rtl .ant-list-item-action-split {
right: auto;
left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
margin-right: 40px;
margin-left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
margin-right: auto;
}
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
padding-right: 0;
padding-left: 16px;
}
.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
float: left;
}
@media screen and (max-width: 768px) {
.ant-list-rtl .ant-list-item-action {
margin-right: 24px;
margin-left: 0;
}
.ant-list-rtl .ant-list-vertical .ant-list-item-extra {
margin-right: 24px;
margin-left: 0;
}
}
@media screen and (max-width: 576px) {
.ant-list-rtl .ant-list-item-action {
margin-right: 22px;
margin-left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
margin: auto auto 16px;
}
}
.ant-empty {
margin: 0 8px;
font-size: 14px;
line-height: 1.5715;
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-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-empty-img-default-ellipse {
fill: #f5f5f5;
fill-opacity: 0.8;
}
.ant-empty-img-default-path-1 {
fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
fill: url('#linearGradient-1');
}
.ant-empty-img-default-path-3 {
fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
fill: #dce0e6;
}
.ant-empty-img-default-g {
fill: #fff;
}
.ant-empty-img-simple-ellipse {
fill: #f5f5f5;
}
.ant-empty-img-simple-g {
stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
fill: #fafafa;
}
.ant-empty-rtl {
direction: rtl;
}
nz-empty {
display: block;
}
.ant-spin {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
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;
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-spin-rtl {
direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
transform: rotate(-45deg);
animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
to {
transform: rotate(-405deg);
}
}
nz-spin {
display: block;
}
.ant-pagination {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
line-height: 30px;
text-align: center;
vertical-align: middle;
list-style: none;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
outline: 0;
cursor: pointer;
user-select: none;
}
.ant-pagination-item a {
display: block;
padding: 0 6px;
color: rgba(0, 0, 0, 0.85);
transition: none;
}
.ant-pagination-item a:hover {
text-decoration: none;
}
.ant-pagination-item:focus-visible,
.ant-pagination-item:hover {
border-color: #1890ff;
transition: all 0.3s;
}
.ant-pagination-item:focus-visible 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-visible,
.ant-pagination-item-active:hover {
border-color: #40a9ff;
}
.ant-pagination-item-active:focus-visible 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 {
color: #1890ff;
font-size: 12px;
letter-spacing: -1px;
opacity: 0;
transition: all 0.2s;
}
.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);
font-family: Arial, Helvetica, sans-serif;
letter-spacing: 2px;
text-align: center;
text-indent: 0.13em;
opacity: 1;
transition: all 0.2s;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .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-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .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.85);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
line-height: 32px;
text-align: center;
vertical-align: middle;
list-style: none;
border-radius: 2px;
cursor: pointer;
transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
font-family: Arial, Helvetica, sans-serif;
outline: 0;
}
.ant-pagination-prev button,
.ant-pagination-next button {
color: rgba(0, 0, 0, 0.85);
cursor: pointer;
user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
border-color: #40a9ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
display: block;
width: 100%;
height: 100%;
padding: 0;
font-size: 12px;
text-align: center;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
outline: none;
transition: all 0.3s;
}
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .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-visible {
cursor: not-allowed;
}
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus-visible .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;
}
@media all and (-ms-high-contrast: none) {
.ant-pagination-options *::-ms-backdrop,
.ant-pagination-options {
vertical-align: top;
}
}
.ant-pagination-options-size-changer.ant-select {
display: inline-block;
width: auto;
}
.ant-pagination-options-quick-jumper {
display: inline-block;
height: 32px;
margin-left: 8px;
line-height: 32px;
vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
position: relative;
display: inline-block;
width: 100%;
min-width: 0;
padding: 4px 11px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
line-height: 1.5715;
background-color: #fff;
background-image: none;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: all 0.3s;
/* stylelint-disable-next-line selector-no-vendor-prefix */
width: 50px;
height: 32px;
margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
opacity: 1;
}
.ant-pagination-options-quick-jumper input::placeholder {
color: #bfbfbf;
user-select: none;
}
.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,
.ant-pagination-options-quick-jumper input-focused {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px !important;
outline: 0;
}
.ant-pagination-options-quick-jumper input-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
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;
border-color: #d9d9d9;
box-shadow: none;
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-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-pagination-options-quick-jumper input {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
padding: 6.5px 11px;
font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
padding: 0px 7px;
}
.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;
background-color: transparent;
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: 2px;
outline: none;
transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
border-color: #1890ff;
}
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
color: rgba(0, 0, 0, 0.25);
background: #f5f5f5;
border-color: #d9d9d9;
cursor: not-allowed;
}
.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-size-changer {
top: 0px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
height: 24px;
line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
padding: 0px 7px;
width: 44px;
height: 24px;
}
.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: #e6e6e6;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
color: rgba(0, 0, 0, 0.25);
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
color: rgba(0, 0, 0, 0.25);
background: #f5f5f5;
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
background: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
opacity: 1;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
color: rgba(0, 0, 0, 0.25);
}
@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-pagination-rtl .ant-pagination-total-text {
margin-right: 0;
margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
margin-right: 0;
margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-slash {
margin: 0 5px 0 10px;
}
.ant-pagination-rtl .ant-pagination-options {
margin-right: 16px;
margin-left: 0;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
margin-right: 0;
margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
margin-left: 0;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
margin-right: 0;
margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
margin-right: 0;
margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
margin-right: 2px;
margin-left: 0;
}
.ant-select-single .ant-select-selector {
display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
position: absolute;
top: 0;
right: 11px;
bottom: 0;
left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
padding: 0;
line-height: 30px;
transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
line-height: 30px;
}
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
position: relative;
user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
transition: none;
pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
display: inline-block;
width: 0;
visibility: hidden;
content: '\a0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
color: #bfbfbf;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
width: 100%;
height: 32px;
padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
height: 30px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
line-height: 30px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
position: static;
width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
position: absolute;
right: 0;
left: 0;
padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
line-height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
right: 7px;
left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
padding: 0 11px;
}
/**
* Do not merge `height` & `line-height` under style with `selection` & `search`,
* since chrome may update to redesign with its align logic.
*/
.ant-select-selection-overflow {
position: relative;
display: flex;
flex: auto;
flex-wrap: wrap;
max-width: 100%;
}
.ant-select-selection-overflow-item {
flex: none;
align-self: center;
max-width: 100%;
}
.ant-select-multiple .ant-select-selector {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 1px 4px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
background: #f5f5f5;
cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
display: inline-block;
width: 0;
margin: 2px 0;
line-height: 24px;
content: '\a0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
padding-right: 24px;
}
.ant-select-multiple .ant-select-selection-item {
position: relative;
display: flex;
flex: none;
box-sizing: border-box;
max-width: 100%;
height: 24px;
margin-top: 2px;
margin-bottom: 2px;
line-height: 22px;
background: #f5f5f5;
border: 1px solid #f0f0f0;
border-radius: 2px;
cursor: default;
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
user-select: none;
margin-inline-end: 4px;
padding-inline-start: 8px;
padding-inline-end: 4px;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
color: #bfbfbf;
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
display: inline-block;
margin-right: 4px;
overflow: hidden;
white-space: pre;
text-overflow: ellipsis;
}
.ant-select-multiple .ant-select-selection-item-remove {
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
color: rgba(0, 0, 0, 0.45);
font-weight: bold;
font-size: 10px;
line-height: inherit;
cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
vertical-align: -0.2em;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
position: relative;
max-width: 100%;
margin-top: 2px;
margin-bottom: 2px;
margin-inline-start: 7px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
height: 24px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
line-height: 24px;
transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
width: 100%;
min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
position: absolute;
top: 0;
left: 0;
z-index: 999;
white-space: pre;
visibility: hidden;
}
.ant-select-multiple .ant-select-selection-placeholder {
position: absolute;
top: 50%;
right: 11px;
left: 11px;
transform: translateY(-50%);
transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
height: 32px;
line-height: 30px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
height: 32px;
line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
height: 32px;
line-height: 30px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
height: 16px;
line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
height: 16px;
line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
height: 16px;
line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
margin-inline-start: 3px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
height: 32px;
line-height: 32px;
}
.ant-select-disabled .ant-select-selection-item-remove {
display: none;
}
/* Reset search input style */
.ant-select {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
font-feature-settings: 'tnum';
position: relative;
display: inline-block;
cursor: pointer;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
position: relative;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px !important;
outline: 0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
color: rgba(0, 0, 0, 0.25);
background: #f5f5f5;
cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
background: #f5f5f5;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
margin: 0;
padding: 0;
background: transparent;
border: none;
outline: none;
appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
display: none;
/* stylelint-disable-next-line property-no-vendor-prefix */
-webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.ant-select-selection-item {
flex: 1;
overflow: hidden;
font-weight: normal;
white-space: nowrap;
text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
.ant-select-selection-item *::-ms-backdrop,
.ant-select-selection-item {
flex: auto;
}
}
.ant-select-selection-placeholder {
flex: 1;
overflow: hidden;
color: #bfbfbf;
white-space: nowrap;
text-overflow: ellipsis;
pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
.ant-select-selection-placeholder *::-ms-backdrop,
.ant-select-selection-placeholder {
flex: auto;
}
}
.ant-select-arrow {
display: inline-block;
color: inherit;
font-style: normal;
line-height: 0;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
right: 11px;
width: 12px;
height: 12px;
margin-top: -6px;
color: rgba(0, 0, 0, 0.25);
font-size: 12px;
line-height: 1;
text-align: center;
pointer-events: none;
}
.ant-select-arrow > * {
line-height: 1;
}
.ant-select-arrow svg {
display: inline-block;
}
.ant-select-arrow::before {
display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
display: block;
}
.ant-select-arrow .anticon {
vertical-align: top;
transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
cursor: not-allowed;
}
.ant-select-clear {
position: absolute;
top: 50%;
right: 11px;
z-index: 1;
display: inline-block;
width: 12px;
height: 12px;
margin-top: -6px;
color: rgba(0, 0, 0, 0.25);
font-size: 12px;
font-style: normal;
line-height: 1;
text-align: center;
text-transform: none;
background: #fff;
cursor: pointer;
opacity: 0;
transition: color 0.3s ease, opacity 0.15s ease;
text-rendering: auto;
}
.ant-select-clear::before {
display: block;
}
.ant-select-clear:hover {
color: rgba(0, 0, 0, 0.45);
}
.ant-select:hover .ant-select-clear {
opacity: 1;
}
.ant-select-dropdown {
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
font-feature-settings: 'tnum';
position: absolute;
top: -9999px;
left: -9999px;
z-index: 1050;
box-sizing: border-box;
padding: 4px 0;
overflow: hidden;
font-size: 14px;
font-variant: initial;
background-color: #fff;
border-radius: 2px;
outline: none;
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
animation-name: antSlideDownIn;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
animation-name: antSlideUpOut;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
display: none;
}
.ant-select-dropdown-empty {
color: rgba(0, 0, 0, 0.25);
}
.ant-select-item-empty {
position: relative;
display: block;
min-height: 32px;
padding: 5px 12px;
color: rgba(0, 0, 0, 0.85);
font-weight: normal;
font-size: 14px;
line-height: 22px;
color: rgba(0, 0, 0, 0.25);
}
.ant-select-item {
position: relative;
display: block;
min-height: 32px;
padding: 5px 12px;
color: rgba(0, 0, 0, 0.85);
font-weight: normal;
font-size: 14px;
line-height: 22px;
cursor: pointer;
transition: background 0.3s ease;
}
.ant-select-item-group {
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
cursor: default;
}
.ant-select-item-option {
display: flex;
}
.ant-select-item-option-content {
flex: auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-select-item-option-state {
flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
color: rgba(0, 0, 0, 0.85);
font-weight: 600;
background-color: #e6f7ff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
color: #1890ff;
}
.ant-select-item-option-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
background-color: #f5f5f5;
}
.ant-select-item-option-grouped {
padding-left: 24px;
}
.ant-select-lg {
font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
background-color: transparent !important;
border-color: transparent !important;
box-shadow: none !important;
}
.ant-select-rtl {
direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
right: initial;
left: 11px;
}
.ant-select-rtl .ant-select-clear {
right: initial;
left: 11px;
}
.ant-select-dropdown-rtl {
direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
padding-right: 24px;
padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
padding-right: 4px;
padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
margin-right: 0;
margin-left: 4px;
text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
right: 0;
left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
right: 11px;
left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
right: 0;
left: 9px;
text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
right: 11px;
left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
padding-right: 0;
padding-left: 18px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
right: 6px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
padding-right: 0;
padding-left: 21px;
}
.ant-select-dropdown {
top: 100%;
left: 0;
position: relative;
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
display: block;
}
.ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
right: 0;
}
.ant-select-dropdown .full-width {
contain: initial;
}
.ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
position: static;
}
nz-pagination {
display: block;
}
.ant-row {
display: flex;
flex-flow: row wrap;
}
.ant-row::before,
.ant-row::after {
display: flex;
}
.ant-row-no-wrap {
flex-wrap: nowrap;
}
.ant-row-start {
justify-content: flex-start;
}
.ant-row-center {
justify-content: center;
}
.ant-row-end {
justify-content: flex-end;
}
.ant-row-space-between {
justify-content: space-between;
}
.ant-row-space-around {
justify-content: space-around;
}
.ant-row-top {
align-items: flex-start;
}
.ant-row-middle {
align-items: center;
}
.ant-row-bottom {
align-items: flex-end;
}
.ant-col {
position: relative;
max-width: 100%;
min-height: 1px;
}
.ant-col-24 {
display: block;
flex: 0 0 100%;
max-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;
flex: 0 0 95.83333333%;
max-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;
flex: 0 0 91.66666667%;
max-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;
flex: 0 0 87.5%;
max-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;
flex: 0 0 83.33333333%;
max-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;
flex: 0 0 79.16666667%;
max-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;
flex: 0 0 75%;
max-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;
flex: 0 0 70.83333333%;
max-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;
flex: 0 0 66.66666667%;
max-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;
flex: 0 0 62.5%;
max-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;
flex: 0 0 58.33333333%;
max-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;
flex: 0 0 54.16666667%;
max-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;
flex: 0 0 50%;
max-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;
flex: 0 0 45.83333333%;
max-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;
flex: 0 0 41.66666667%;
max-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;
flex: 0 0 37.5%;
max-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;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.ant-col-push-8 {
left: 33.33333333%;
}
.ant-col-pull-8 {
right: 33.33333333%;
}
.ant-c