@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 [class*=ant-]::-ms-clear,
[class*=ant-] input::-ms-clear,
[class*=ant-] input::-ms-reveal,
[class^=ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal {
display: none;
}
input::-ms-clear,
input::-ms-reveal {
display: none;
}
*,
:after,
:before {
box-sizing: border-box;
}
@-ms-viewport {
width: device-width;
}
[tabindex="-1"]:focus {
outline: none !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
a[disabled] {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.clearfix:after,
.clearfix:before {
display: table;
content: "";
}
.clearfix:after {
clear: both;
}
.anticon {
display: inline-block;
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;
}
.anticon > * {
line-height: 1;
}
.anticon svg {
display: inline-block;
}
.anticon:before {
display: none;
}
.anticon .anticon-icon {
display: block;
}
.anticon > .anticon {
line-height: 0;
vertical-align: 0;
}
.anticon[tabindex] {
cursor: pointer;
}
.anticon-spin,
.anticon-spin:before {
display: inline-block;
animation: loadingCircle 1s linear infinite;
}
.ant-fade-appear,
.ant-fade-enter,
.ant-fade-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-fade-appear.ant-fade-appear-active,
.ant-fade-enter.ant-fade-enter-active {
animation-name: antFadeIn;
animation-play-state: running;
}
.ant-fade-leave.ant-fade-leave-active {
animation-name: antFadeOut;
animation-play-state: running;
pointer-events: none;
}
.ant-fade-appear,
.ant-fade-enter {
opacity: 0;
animation-timing-function: linear;
}
.ant-fade-leave {
animation-timing-function: linear;
}
@keyframes antFadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes antFadeOut {
0% {
opacity: 1;
}
to {
opacity: 0;
}
}
.ant-move-up-appear,
.ant-move-up-enter,
.ant-move-up-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-move-up-appear.ant-move-up-appear-active,
.ant-move-up-enter.ant-move-up-enter-active {
animation-name: antMoveUpIn;
animation-play-state: running;
}
.ant-move-up-leave.ant-move-up-leave-active {
animation-name: antMoveUpOut;
animation-play-state: running;
pointer-events: none;
}
.ant-move-up-appear,
.ant-move-up-enter {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-up-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-down-appear,
.ant-move-down-enter,
.ant-move-down-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-move-down-appear.ant-move-down-appear-active,
.ant-move-down-enter.ant-move-down-enter-active {
animation-name: antMoveDownIn;
animation-play-state: running;
}
.ant-move-down-leave.ant-move-down-leave-active {
animation-name: antMoveDownOut;
animation-play-state: running;
pointer-events: none;
}
.ant-move-down-appear,
.ant-move-down-enter {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-down-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-left-appear,
.ant-move-left-enter,
.ant-move-left-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-move-left-appear.ant-move-left-appear-active,
.ant-move-left-enter.ant-move-left-enter-active {
animation-name: antMoveLeftIn;
animation-play-state: running;
}
.ant-move-left-leave.ant-move-left-leave-active {
animation-name: antMoveLeftOut;
animation-play-state: running;
pointer-events: none;
}
.ant-move-left-appear,
.ant-move-left-enter {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-left-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-right-appear,
.ant-move-right-enter,
.ant-move-right-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-move-right-appear.ant-move-right-appear-active,
.ant-move-right-enter.ant-move-right-enter-active {
animation-name: antMoveRightIn;
animation-play-state: running;
}
.ant-move-right-leave.ant-move-right-leave-active {
animation-name: antMoveRightOut;
animation-play-state: running;
pointer-events: none;
}
.ant-move-right-appear,
.ant-move-right-enter {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-right-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
0% {
transform: translateY(100%);
transform-origin: 0 0;
opacity: 0;
}
to {
transform: translateY(0);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveDownOut {
0% {
transform: translateY(0);
transform-origin: 0 0;
opacity: 1;
}
to {
transform: translateY(100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antMoveLeftIn {
0% {
transform: translateX(-100%);
transform-origin: 0 0;
opacity: 0;
}
to {
transform: translateX(0);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveLeftOut {
0% {
transform: translateX(0);
transform-origin: 0 0;
opacity: 1;
}
to {
transform: translateX(-100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antMoveRightIn {
0% {
transform: translateX(100%);
transform-origin: 0 0;
opacity: 0;
}
to {
transform: translateX(0);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveRightOut {
0% {
transform: translateX(0);
transform-origin: 0 0;
opacity: 1;
}
to {
transform: translateX(100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antMoveUpIn {
0% {
transform: translateY(-100%);
transform-origin: 0 0;
opacity: 0;
}
to {
transform: translateY(0);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveUpOut {
0% {
transform: translateY(0);
transform-origin: 0 0;
opacity: 1;
}
to {
transform: translateY(-100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes loadingCircle {
to {
transform: rotate(1turn);
}
}
[ant-click-animating-without-extra-node=true],
[ant-click-animating=true] {
position: relative;
}
html {
--antd-wave-shadow-color: #1890ff;
--scroll-bar: 0;
}
.ant-click-animating-node,
[ant-click-animating-without-extra-node=true]:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
border-radius: inherit;
box-shadow: 0 0 0 0 #1890ff;
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
opacity: 0.2;
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
animation-fill-mode: forwards;
content: "";
pointer-events: none;
}
@keyframes waveEffect {
to {
box-shadow: 0 0 0 #1890ff;
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
}
}
@keyframes fadeEffect {
to {
opacity: 0;
}
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-slide-up-appear.ant-slide-up-appear-active,
.ant-slide-up-enter.ant-slide-up-enter-active {
animation-name: antSlideUpIn;
animation-play-state: running;
}
.ant-slide-up-leave.ant-slide-up-leave-active {
animation-name: antSlideUpOut;
animation-play-state: running;
pointer-events: none;
}
.ant-slide-up-appear,
.ant-slide-up-enter {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-up-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-down-appear,
.ant-slide-down-enter,
.ant-slide-down-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-slide-down-appear.ant-slide-down-appear-active,
.ant-slide-down-enter.ant-slide-down-enter-active {
animation-name: antSlideDownIn;
animation-play-state: running;
}
.ant-slide-down-leave.ant-slide-down-leave-active {
animation-name: antSlideDownOut;
animation-play-state: running;
pointer-events: none;
}
.ant-slide-down-appear,
.ant-slide-down-enter {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-down-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-left-appear,
.ant-slide-left-enter,
.ant-slide-left-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-slide-left-appear.ant-slide-left-appear-active,
.ant-slide-left-enter.ant-slide-left-enter-active {
animation-name: antSlideLeftIn;
animation-play-state: running;
}
.ant-slide-left-leave.ant-slide-left-leave-active {
animation-name: antSlideLeftOut;
animation-play-state: running;
pointer-events: none;
}
.ant-slide-left-appear,
.ant-slide-left-enter {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-left-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-right-appear,
.ant-slide-right-enter,
.ant-slide-right-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-slide-right-appear.ant-slide-right-appear-active,
.ant-slide-right-enter.ant-slide-right-enter-active {
animation-name: antSlideRightIn;
animation-play-state: running;
}
.ant-slide-right-leave.ant-slide-right-leave-active {
animation-name: antSlideRightOut;
animation-play-state: running;
pointer-events: none;
}
.ant-slide-right-appear,
.ant-slide-right-enter {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-right-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
0% {
transform: scaleY(0.8);
transform-origin: 0 0;
opacity: 0;
}
to {
transform: scaleY(1);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antSlideUpOut {
0% {
transform: scaleY(1);
transform-origin: 0 0;
opacity: 1;
}
to {
transform: scaleY(0.8);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antSlideDownIn {
0% {
transform: scaleY(0.8);
transform-origin: 100% 100%;
opacity: 0;
}
to {
transform: scaleY(1);
transform-origin: 100% 100%;
opacity: 1;
}
}
@keyframes antSlideDownOut {
0% {
transform: scaleY(1);
transform-origin: 100% 100%;
opacity: 1;
}
to {
transform: scaleY(0.8);
transform-origin: 100% 100%;
opacity: 0;
}
}
@keyframes antSlideLeftIn {
0% {
transform: scaleX(0.8);
transform-origin: 0 0;
opacity: 0;
}
to {
transform: scaleX(1);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antSlideLeftOut {
0% {
transform: scaleX(1);
transform-origin: 0 0;
opacity: 1;
}
to {
transform: scaleX(0.8);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antSlideRightIn {
0% {
transform: scaleX(0.8);
transform-origin: 100% 0;
opacity: 0;
}
to {
transform: scaleX(1);
transform-origin: 100% 0;
opacity: 1;
}
}
@keyframes antSlideRightOut {
0% {
transform: scaleX(1);
transform-origin: 100% 0;
opacity: 1;
}
to {
transform: scaleX(0.8);
transform-origin: 100% 0;
opacity: 0;
}
}
.ant-zoom-appear,
.ant-zoom-enter,
.ant-zoom-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-zoom-appear.ant-zoom-appear-active,
.ant-zoom-enter.ant-zoom-enter-active {
animation-name: antZoomIn;
animation-play-state: running;
}
.ant-zoom-leave.ant-zoom-leave-active {
animation-name: antZoomOut;
animation-play-state: running;
pointer-events: none;
}
.ant-zoom-appear,
.ant-zoom-enter {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-appear-prepare,
.ant-zoom-enter-prepare {
transform: none;
}
.ant-zoom-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-appear,
.ant-zoom-big-enter,
.ant-zoom-big-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-zoom-big-appear.ant-zoom-big-appear-active,
.ant-zoom-big-enter.ant-zoom-big-enter-active {
animation-name: antZoomBigIn;
animation-play-state: running;
}
.ant-zoom-big-leave.ant-zoom-big-leave-active {
animation-name: antZoomBigOut;
animation-play-state: running;
pointer-events: none;
}
.ant-zoom-big-appear,
.ant-zoom-big-enter {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-appear-prepare,
.ant-zoom-big-enter-prepare {
transform: none;
}
.ant-zoom-big-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-fast-appear,
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-leave {
animation-duration: 0.1s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active,
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active {
animation-name: antZoomBigIn;
animation-play-state: running;
}
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
animation-name: antZoomBigOut;
animation-play-state: running;
pointer-events: none;
}
.ant-zoom-big-fast-appear,
.ant-zoom-big-fast-enter {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-fast-appear-prepare,
.ant-zoom-big-fast-enter-prepare {
transform: none;
}
.ant-zoom-big-fast-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-up-appear,
.ant-zoom-up-enter,
.ant-zoom-up-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-zoom-up-appear.ant-zoom-up-appear-active,
.ant-zoom-up-enter.ant-zoom-up-enter-active {
animation-name: antZoomUpIn;
animation-play-state: running;
}
.ant-zoom-up-leave.ant-zoom-up-leave-active {
animation-name: antZoomUpOut;
animation-play-state: running;
pointer-events: none;
}
.ant-zoom-up-appear,
.ant-zoom-up-enter {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-up-appear-prepare,
.ant-zoom-up-enter-prepare {
transform: none;
}
.ant-zoom-up-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-down-appear,
.ant-zoom-down-enter,
.ant-zoom-down-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-zoom-down-appear.ant-zoom-down-appear-active,
.ant-zoom-down-enter.ant-zoom-down-enter-active {
animation-name: antZoomDownIn;
animation-play-state: running;
}
.ant-zoom-down-leave.ant-zoom-down-leave-active {
animation-name: antZoomDownOut;
animation-play-state: running;
pointer-events: none;
}
.ant-zoom-down-appear,
.ant-zoom-down-enter {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-down-appear-prepare,
.ant-zoom-down-enter-prepare {
transform: none;
}
.ant-zoom-down-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-left-appear,
.ant-zoom-left-enter,
.ant-zoom-left-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-zoom-left-appear.ant-zoom-left-appear-active,
.ant-zoom-left-enter.ant-zoom-left-enter-active {
animation-name: antZoomLeftIn;
animation-play-state: running;
}
.ant-zoom-left-leave.ant-zoom-left-leave-active {
animation-name: antZoomLeftOut;
animation-play-state: running;
pointer-events: none;
}
.ant-zoom-left-appear,
.ant-zoom-left-enter {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-left-appear-prepare,
.ant-zoom-left-enter-prepare {
transform: none;
}
.ant-zoom-left-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-right-appear,
.ant-zoom-right-enter,
.ant-zoom-right-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.ant-zoom-right-appear.ant-zoom-right-appear-active,
.ant-zoom-right-enter.ant-zoom-right-enter-active {
animation-name: antZoomRightIn;
animation-play-state: running;
}
.ant-zoom-right-leave.ant-zoom-right-leave-active {
animation-name: antZoomRightOut;
animation-play-state: running;
pointer-events: none;
}
.ant-zoom-right-appear,
.ant-zoom-right-enter {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-right-appear-prepare,
.ant-zoom-right-enter-prepare {
transform: none;
}
.ant-zoom-right-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
0% {
transform: scale(0.2);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@keyframes antZoomOut {
0% {
transform: scale(1);
}
to {
transform: scale(0.2);
opacity: 0;
}
}
@keyframes antZoomBigIn {
0% {
transform: scale(0.8);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@keyframes antZoomBigOut {
0% {
transform: scale(1);
}
to {
transform: scale(0.8);
opacity: 0;
}
}
@keyframes antZoomUpIn {
0% {
transform: scale(0.8);
transform-origin: 50% 0;
opacity: 0;
}
to {
transform: scale(1);
transform-origin: 50% 0;
}
}
@keyframes antZoomUpOut {
0% {
transform: scale(1);
transform-origin: 50% 0;
}
to {
transform: scale(0.8);
transform-origin: 50% 0;
opacity: 0;
}
}
@keyframes antZoomLeftIn {
0% {
transform: scale(0.8);
transform-origin: 0 50%;
opacity: 0;
}
to {
transform: scale(1);
transform-origin: 0 50%;
}
}
@keyframes antZoomLeftOut {
0% {
transform: scale(1);
transform-origin: 0 50%;
}
to {
transform: scale(0.8);
transform-origin: 0 50%;
opacity: 0;
}
}
@keyframes antZoomRightIn {
0% {
transform: scale(0.8);
transform-origin: 100% 50%;
opacity: 0;
}
to {
transform: scale(1);
transform-origin: 100% 50%;
}
}
@keyframes antZoomRightOut {
0% {
transform: scale(1);
transform-origin: 100% 50%;
}
to {
transform: scale(0.8);
transform-origin: 100% 50%;
opacity: 0;
}
}
@keyframes antZoomDownIn {
0% {
transform: scale(0.8);
transform-origin: 50% 100%;
opacity: 0;
}
to {
transform: scale(1);
transform-origin: 50% 100%;
}
}
@keyframes antZoomDownOut {
0% {
transform: scale(1);
transform-origin: 50% 100%;
}
to {
transform: scale(0.8);
transform-origin: 50% 100%;
opacity: 0;
}
}
.ant-motion-collapse-legacy {
overflow: hidden;
}
.ant-motion-collapse,
.ant-motion-collapse-legacy-active {
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
overflow: hidden;
}
.ant-affix {
position: fixed;
z-index: 10;
}
.ant-alert {
box-sizing: border-box;
margin: 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: flex;
align-items: center;
padding: 8px 15px;
word-wrap: break-word;
border-radius: 2px;
}
.ant-alert-content {
flex: 1;
min-width: 0;
}
.ant-alert-icon {
margin-right: 8px;
}
.ant-alert-description {
display: none;
font-size: 14px;
line-height: 22px;
}
.ant-alert-success {
background-color: #f6ffed;
border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
color: #52c41a;
}
.ant-alert-info {
background-color: #e6f7ff;
border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
color: #1890ff;
}
.ant-alert-warning {
background-color: #fffbe6;
border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
color: #faad14;
}
.ant-alert-error {
background-color: #fff2f0;
border: 1px solid #ffccc7;
}
.ant-alert-error .ant-alert-icon {
color: #ff4d4f;
}
.ant-alert-error .ant-alert-description > pre {
margin: 0;
padding: 0;
}
.ant-alert-action {
margin-left: 8px;
}
.ant-alert-close-icon {
margin-left: 8px;
padding: 0;
overflow: hidden;
font-size: 12px;
line-height: 12px;
background-color: transparent;
border: none;
outline: none;
cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
color: rgba(0, 0, 0, 0.45);
transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
color: rgba(0, 0, 0, 0.45);
transition: color 0.3s;
}
.ant-alert-close-text:hover {
color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
align-items: flex-start;
padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
margin-right: 15px;
font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
display: block;
margin-bottom: 4px;
color: rgba(0, 0, 0, 0.85);
font-size: 16px;
}
.ant-alert-message {
color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
display: block;
}
.ant-alert.ant-alert-motion-leave {
overflow: hidden;
opacity: 1;
transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert.ant-alert-motion-leave-active {
max-height: 0;
margin-bottom: 0 !important;
padding-top: 0;
padding-bottom: 0;
opacity: 0;
}
.ant-alert-banner {
margin-bottom: 0;
border: 0;
border-radius: 0;
}
.ant-alert.ant-alert-rtl {
direction: rtl;
}
.ant-alert-rtl .ant-alert-icon {
margin-right: auto;
margin-left: 8px;
}
.ant-alert-rtl .ant-alert-action,
.ant-alert-rtl .ant-alert-close-icon {
margin-right: 8px;
margin-left: auto;
}
.ant-alert-rtl.ant-alert-with-description {
padding-right: 24px;
padding-left: 15px;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
margin-right: auto;
margin-left: 15px;
}
.ant-anchor {
box-sizing: border-box;
margin: 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;
padding: 0 0 0 2px;
}
.ant-anchor-wrapper {
margin-left: -4px;
padding-left: 4px;
overflow: auto;
background-color: transparent;
}
.ant-anchor-ink {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.ant-anchor-ink:before {
position: relative;
display: block;
width: 2px;
height: 100%;
margin: 0 auto;
background-color: #f0f0f0;
content: " ";
}
.ant-anchor-ink-ball {
position: absolute;
left: 50%;
display: none;
width: 8px;
height: 8px;
background-color: #fff;
border: 2px solid #1890ff;
border-radius: 8px;
transform: translateX(-50%);
transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.ant-anchor-ink-ball-visible {
display: inline-block;
}
.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
display: none;
}
.ant-anchor-link {
padding: 4px 0 4px 16px;
}
.ant-anchor-link-title {
position: relative;
display: block;
margin-bottom: 3px;
overflow: hidden;
color: rgba(0, 0, 0, 0.85);
white-space: nowrap;
text-overflow: ellipsis;
transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
color: #1890ff;
}
.ant-anchor-link .ant-anchor-link {
padding-top: 2px;
padding-bottom: 2px;
}
.ant-anchor-rtl {
direction: rtl;
}
.ant-anchor-rtl.ant-anchor-wrapper {
margin-right: -4px;
margin-left: 0;
padding-right: 4px;
padding-left: 0;
}
.ant-anchor-rtl .ant-anchor-ink {
right: 0;
left: auto;
}
.ant-anchor-rtl .ant-anchor-ink-ball {
right: 50%;
left: 0;
transform: translateX(50%);
}
.ant-anchor-rtl .ant-anchor-link {
padding: 4px 16px 4px 0;
}
.ant-select-auto-complete {
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-select-auto-complete .ant-select-clear {
right: 13px;
}
.ant-avatar {
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;
overflow: hidden;
color: #fff;
white-space: nowrap;
text-align: center;
vertical-align: middle;
background: #ccc;
width: 32px;
height: 32px;
line-height: 32px;
border-radius: 50%;
}
.ant-avatar-image {
background: transparent;
}
.ant-avatar .ant-image-img {
display: block;
}
.ant-avatar-string {
position: absolute;
left: 50%;
transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
margin: 0;
}
.ant-avatar-lg {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
}
.ant-avatar-lg-string {
position: absolute;
left: 50%;
transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
font-size: 24px;
}
.ant-avatar-lg.ant-avatar-icon > .anticon {
margin: 0;
}
.ant-avatar-sm {
width: 24px;
height: 24px;
line-height: 24px;
border-radius: 50%;
}
.ant-avatar-sm-string {
position: absolute;
left: 50%;
transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
font-size: 14px;
}
.ant-avatar-sm.ant-avatar-icon > .anticon {
margin: 0;
}
.ant-avatar-square {
border-radius: 2px;
}
.ant-avatar > img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.ant-avatar-group {
display: inline-flex;
}
.ant-avatar-group .ant-avatar {
border: 1px solid #fff;
}
.ant-avatar-group .ant-avatar:not(:first-child) {
margin-left: -8px;
}
.ant-avatar-group-popover .ant-avatar + .ant-avatar {
margin-left: 3px;
}
.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
margin-right: -8px;
margin-left: 0;
}
.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
margin-right: 3px;
margin-left: 0;
}
.ant-back-top {
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: fixed;
right: 100px;
bottom: 50px;
z-index: 10;
width: 40px;
height: 40px;
cursor: pointer;
}
.ant-back-top:empty {
display: none;
}
.ant-back-top-rtl {
right: auto;
left: 100px;
direction: rtl;
}
.ant-back-top-content {
width: 40px;
height: 40px;
overflow: hidden;
color: #fff;
text-align: center;
background-color: rgba(0, 0, 0, 0.45);
border-radius: 20px;
transition: all 0.3s;
}
.ant-back-top-content:hover {
background-color: rgba(0, 0, 0, 0.85);
transition: all 0.3s;
}
.ant-back-top-icon {
font-size: 24px;
line-height: 40px;
}
@media screen and (max-width: 768px) {
.ant-back-top {
right: 60px;
}
.ant-back-top-rtl {
right: auto;
left: 60px;
}
}
@media screen and (max-width: 480px) {
.ant-back-top {
right: 20px;
}
.ant-back-top-rtl {
right: auto;
left: 20px;
}
}
.ant-badge {
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;
line-height: 1;
}
.ant-badge-count {
z-index: auto;
min-width: 20px;
height: 20px;
padding: 0 6px;
color: #fff;
font-weight: 400;
font-size: 12px;
line-height: 20px;
white-space: nowrap;
text-align: center;
background: #ff4d4f;
border-radius: 10px;
box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
color: #fff;
}
.ant-badge-count-sm {
min-width: 14px;
height: 14px;
padding: 0;
font-size: 12px;
line-height: 14px;
border-radius: 7px;
}
.ant-badge-multiple-words {
padding: 0 8px;
}
.ant-badge-dot {
z-index: auto;
width: 6px;
min-width: 6px;
height: 6px;
background: #ff4d4f;
border-radius: 100%;
box-shadow: 0 0 0 1px #fff;
}
.ant-badge-dot.ant-scroll-number {
transition: background 1.5s;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
position: absolute;
top: 0;
right: 0;
transform: translate(50%, -50%);
transform-origin: 100% 0;
}
.ant-badge-count.anticon-spin,
.ant-badge-dot.anticon-spin,
.ant-badge .ant-scroll-number-custom-component.anticon-spin {
animation: antBadgeLoadingCircle 1s linear infinite;
}
.ant-badge-status {
line-height: inherit;
vertical-align: baseline;
}
.ant-badge-status-dot {
position: relative;
top: -1px;
display: inline-block;
width: 6px;
height: 6px;
vertical-align: middle;
border-radius: 50%;
}
.ant-badge-status-success {
background-color: #52c41a;
}
.ant-badge-status-processing {
position: relative;
background-color: #1890ff;
}
.ant-badge-status-processing:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #1890ff;
border-radius: 50%;
animation: antStatusProcessing 1.2s ease-in-out infinite;
content: "";
}
.ant-badge-status-default {
background-color: #d9d9d9;
}
.ant-badge-status-error {
background-color: #ff4d4f;
}
.ant-badge-status-warning {
background-color: #faad14;
}
.ant-badge-status-magenta,
.ant-badge-status-pink {
background: #eb2f96;
}
.ant-badge-status-red {
background: #f5222d;
}
.ant-badge-status-volcano {
background: #fa541c;
}
.ant-badge-status-orange {
background: #fa8c16;
}
.ant-badge-status-yellow {
background: #fadb14;
}
.ant-badge-status-gold {
background: #faad14;
}
.ant-badge-status-cyan {
background: #13c2c2;
}
.ant-badge-status-lime {
background: #a0d911;
}
.ant-badge-status-green {
background: #52c41a;
}
.ant-badge-status-blue {
background: #1890ff;
}
.ant-badge-status-geekblue {
background: #2f54eb;
}
.ant-badge-status-purple {
background: #722ed1;
}
.ant-badge-status-text {
margin-left: 8px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
animation-fill-mode: both;
}
.ant-badge-zoom-leave {
animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-badge-count,
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component {
transform: none;
}
.ant-badge-not-a-wrapper .ant-scroll-number,
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component {
position: relative;
top: auto;
display: block;
transform-origin: 50% 50%;
}
@keyframes antStatusProcessing {
0% {
transform: scale(0.8);
opacity: 0.5;
}
to {
transform: scale(2.4);
opacity: 0;
}
}
.ant-scroll-number {
overflow: hidden;
direction: ltr;
}
.ant-scroll-number-only {
position: relative;
display: inline-block;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only,
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
height: 20px;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
margin: 0;
}
.ant-scroll-number-symbol {
vertical-align: top;
}
@keyframes antZoomBadgeIn {
0% {
transform: scale(0) translate(50%, -50%);
opacity: 0;
}
to {
transform: scale(1) translate(50%, -50%);
}
}
@keyframes antZoomBadgeOut {
0% {
transform: scale(1) translate(50%, -50%);
}
to {
transform: scale(0) translate(50%, -50%);
opacity: 0;
}
}
@keyframes antNoWrapperZoomBadgeIn {
0% {
transform: scale(0);
opacity: 0;
}
to {
transform: scale(1);
}
}
@keyframes antNoWrapperZoomBadgeOut {
0% {
transform: scale(1);
}
to {
transform: scale(0);
opacity: 0;
}
}
@keyframes antBadgeLoadingCircle {
0% {
transform-origin: 50%;
}
to {
transform: translate(50%, -50%) rotate(1turn);
transform-origin: 50%;
}
}
.ant-ribbon-wrapper {
position: relative;
}
.ant-ribbon {
box-sizing: border-box;
margin: 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;
top: 8px;
height: 22px;
padding: 0 8px;
color: #fff;
line-height: 22px;
white-space: nowrap;
background-color: #1890ff;
border-radius: 2px;
}
.ant-ribbon-text {
color: #fff;
}
.ant-ribbon-corner {
position: absolute;
top: 100%;
width: 8px;
height: 8px;
color: currentcolor;
border: 4px solid;
transform: scaleY(0.75);
transform-origin: top;
}
.ant-ribbon-corner:after {
position: absolute;
top: -4px;
left: -4px;
width: inherit;
height: inherit;
color: rgba(0, 0, 0, 0.25);
border: inherit;
content: "";
}
.ant-ribbon-color-magenta,
.ant-ribbon-color-pink {
color: #eb2f96;
background: #eb2f96;
}
.ant-ribbon-color-red {
color: #f5222d;
background: #f5222d;
}
.ant-ribbon-color-volcano {
color: #fa541c;
background: #fa541c;
}
.ant-ribbon-color-orange {
color: #fa8c16;
background: #fa8c16;
}
.ant-ribbon-color-yellow {
color: #fadb14;
background: #fadb14;
}
.ant-ribbon-color-gold {
color: #faad14;
background: #faad14;
}
.ant-ribbon-color-cyan {
color: #13c2c2;
background: #13c2c2;
}
.ant-ribbon-color-lime {
color: #a0d911;
background: #a0d911;
}
.ant-ribbon-color-green {
color: #52c41a;
background: #52c41a;
}
.ant-ribbon-color-blue {
color: #1890ff;
background: #1890ff;
}
.ant-ribbon-color-geekblue {
color: #2f54eb;
background: #2f54eb;
}
.ant-ribbon-color-purple {
color: #722ed1;
background: #722ed1;
}
.ant-ribbon.ant-ribbon-placement-end {
right: -8px;
border-bottom-right-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
right: 0;
border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon.ant-ribbon-placement-start {
left: -8px;
border-bottom-left-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
left: 0;
border-color: currentcolor currentcolor transparent transparent;
}
.ant-badge-rtl {
direction: rtl;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
right: auto;
left: 0;
direction: ltr;
transform: translate(-50%, -50%);
transform-origin: 0 0;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
right: auto;
left: 0;
transform: translate(-50%, -50%);
transform-origin: 0 0;
}
.ant-badge-rtl .ant-badge-status-text {
margin-right: 8px;
margin-left: 0;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
animation-name: antZoomBadgeInRtl;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
animation-name: antZoomBadgeOutRtl;
}
.ant-ribbon-rtl {
direction: rtl;
}
.ant-ribbon-rtl.ant-ribbon-placement-end {
right: unset;
left: -8px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
right: unset;
left: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner,
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner:after {
border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-start {
right: -8px;
left: unset;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
right: 0;
left: unset;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner,
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner:after {
border-color: currentcolor transparent transparent currentcolor;
}
@keyframes antZoomBadgeInRtl {
0% {
transform: scale(0) translate(-50%, -50%);
opacity: 0;
}
to {
transform: scale(1) translate(-50%, -50%);
}
}
@keyframes antZoomBadgeOutRtl {
0% {
transform: scale(1) translate(-50%, -50%);
}
to {
transform: scale(0) translate(-50%, -50%);
opacity: 0;
}
}
.ant-breadcrumb {
box-sizing: border-box;
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";
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
}
.ant-breadcrumb .anticon {
font-size: 14px;
}
.ant-breadcrumb ol {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.ant-breadcrumb a {
color: rgba(0, 0, 0, 0.45);
transition: color 0.3s;
}
.ant-breadcrumb a:hover,
.ant-breadcrumb li:last-child,
.ant-breadcrumb li:last-child a {
color: rgba(0, 0, 0, 0.85);
}
li:last-child > .ant-breadcrumb-separator {
display: none;
}
.ant-breadcrumb-separator {
margin: 0 8px;
color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + a,
.ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-overlay-link > .anticon {
margin-left: 4px;
}
.ant-breadcrumb-rtl {
direction: rtl;
}
.ant-breadcrumb-rtl:before {
display: table;
content: "";
}
.ant-breadcrumb-rtl:after {
display: table;
clear: both;
content: "";
}
.ant-breadcrumb-rtl > span {
float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
margin-right: 4px;
margin-left: 0;
}
.ant-btn {
line-height: 1.5715;
position: relative;
display: inline-block;
font-weight: 400;
white-space: nowrap;
text-align: center;
background-image: none;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
cursor: pointer;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: manipulation;
height: 32px;
padding: 4px 15px;
font-size: 14px;
border-radius: 2px;
color: rgba(0, 0, 0, 0.85);
border: 1px solid #d9d9d9;
background: #fff;
}
.ant-btn > .anticon {
line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
outline: 0;
}
.ant-btn:not([disabled]):hover {
text-decoration: none;
}
.ant-btn:not([disabled]):active {
outline: 0;
box-shadow: none;
}
.ant-btn[disabled] {
cursor: not-allowed;
}
.ant-btn[disabled] > * {
pointer-events: none;
}
.ant-btn-lg {
height: 40px;
padding: 6.4px 15px;
font-size: 16px;
border-radius: 2px;
}
.ant-btn-sm {
height: 24px;
padding: 0 7px;
font-size: 14px;
border-radius: 2px;
}
.ant-btn > a:only-child {
color: currentcolor;
}
.ant-btn > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn:focus,
.ant-btn:hover {
color: #40a9ff;
border-color: #40a9ff;
background: #fff;
}
.ant-btn:focus > a:only-child,
.ant-btn:hover > a:only-child {
color: currentcolor;
}
.ant-btn:focus > a:only-child:after,
.ant-btn:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn:active {
color: #096dd9;
border-color: #096dd9;
background: #fff;
}
.ant-btn:active > a:only-child {
color: currentcolor;
}
.ant-btn:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn[disabled],
.ant-btn[disabled]:active,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn[disabled]:active > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn[disabled]:active > a:only-child:after,
.ant-btn[disabled]:focus > a:only-child:after,
.ant-btn[disabled]:hover > a:only-child:after,
.ant-btn[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn:active,
.ant-btn:focus,
.ant-btn:hover {
text-decoration: none;
background: #fff;
}
.ant-btn > span {
display: inline-block;
}
.ant-btn-primary {
color: #fff;
border-color: #1890ff;
background: #1890ff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
color: currentcolor;
}
.ant-btn-primary > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-primary:focus,
.ant-btn-primary:hover {
color: #fff;
border-color: #40a9ff;
background: #40a9ff;
}
.ant-btn-primary:focus > a:only-child,
.ant-btn-primary:hover > a:only-child {
color: currentcolor;
}
.ant-btn-primary:focus > a:only-child:after,
.ant-btn-primary:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-primary:active {
color: #fff;
border-color: #096dd9;
background: #096dd9;
}
.ant-btn-primary:active > a:only-child {
color: currentcolor;
}
.ant-btn-primary:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:active,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-primary[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
border-right-color: #40a9ff;
border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary + .ant-btn-primary,
.ant-btn-group .ant-btn-primary:last-child:not(:first-child) {
border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled],
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled] {
border-left-color: #d9d9d9;
}
.ant-btn-ghost {
color: rgba(0, 0, 0, 0.85);
border-color: #d9d9d9;
background: transparent;
}
.ant-btn-ghost > a:only-child {
color: currentcolor;
}
.ant-btn-ghost > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-ghost:focus,
.ant-btn-ghost:hover {
color: #40a9ff;
border-color: #40a9ff;
background: transparent;
}
.ant-btn-ghost:focus > a:only-child,
.ant-btn-ghost:hover > a:only-child {
color: currentcolor;
}
.ant-btn-ghost:focus > a:only-child:after,
.ant-btn-ghost:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-ghost:active {
color: #096dd9;
border-color: #096dd9;
background: transparent;
}
.ant-btn-ghost:active > a:only-child {
color: currentcolor;
}
.ant-btn-ghost:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-ghost[disabled]:active > a:only-child:after,
.ant-btn-ghost[disabled]:focus > a:only-child:after,
.ant-btn-ghost[disabled]:hover > a:only-child:after,
.ant-btn-ghost[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dashed {
color: rgba(0, 0, 0, 0.85);
border-color: #d9d9d9;
background: #fff;
border-style: dashed;
}
.ant-btn-dashed > a:only-child {
color: currentcolor;
}
.ant-btn-dashed > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dashed:focus,
.ant-btn-dashed:hover {
color: #40a9ff;
border-color: #40a9ff;
background: #fff;
}
.ant-btn-dashed:focus > a:only-child,
.ant-btn-dashed:hover > a:only-child {
color: currentcolor;
}
.ant-btn-dashed:focus > a:only-child:after,
.ant-btn-dashed:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dashed:active {
color: #096dd9;
border-color: #096dd9;
background: #fff;
}
.ant-btn-dashed:active > a:only-child {
color: currentcolor;
}
.ant-btn-dashed:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-dashed[disabled]:active > a:only-child:after,
.ant-btn-dashed[disabled]:focus > a:only-child:after,
.ant-btn-dashed[disabled]:hover > a:only-child:after,
.ant-btn-dashed[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-danger {
color: #fff;
border-color: #ff4d4f;
background: #ff4d4f;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
color: currentcolor;
}
.ant-btn-danger > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-danger:focus,
.ant-btn-danger:hover {
color: #fff;
border-color: #ff7875;
background: #ff7875;
}
.ant-btn-danger:focus > a:only-child,
.ant-btn-danger:hover > a:only-child {
color: currentcolor;
}
.ant-btn-danger:focus > a:only-child:after,
.ant-btn-danger:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-danger:active {
color: #fff;
border-color: #d9363e;
background: #d9363e;
}
.ant-btn-danger:active > a:only-child {
color: currentcolor;
}
.ant-btn-danger:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:active,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-danger[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-link {
color: #1890ff;
border-color: transparent;
background: transparent;
box-shadow: none;
}
.ant-btn-link > a:only-child {
color: currentcolor;
}
.ant-btn-link > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-link:focus,
.ant-btn-link:hover {
color: #40a9ff;
border-color: #40a9ff;
background: transparent;
}
.ant-btn-link:focus > a:only-child,
.ant-btn-link:hover > a:only-child {
color: currentcolor;
}
.ant-btn-link:focus > a:only-child:after,
.ant-btn-link:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-link:active {
color: #096dd9;
border-color: #096dd9;
background: transparent;
}
.ant-btn-link:active > a:only-child {
color: currentcolor;
}
.ant-btn-link:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:active,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:hover {
border-color: #d9d9d9;
background: #f5f5f5;
}
.ant-btn-link:hover {
background: transparent;
}
.ant-btn-link:active,
.ant-btn-link:focus,
.ant-btn-link:hover {
border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:active,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: transparent;
background: transparent;
text-shadow: none;
box-shadow: none;
}
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-link[disabled]:active > a:only-child:after,
.ant-btn-link[disabled]:focus > a:only-child:after,
.ant-btn-link[disabled]:hover > a:only-child:after,
.ant-btn-link[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-text {
color: rgba(0, 0, 0, 0.85);
border-color: transparent;
background: transparent;
box-shadow: none;
}
.ant-btn-text > a:only-child {
color: currentcolor;
}
.ant-btn-text > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-text:focus,
.ant-btn-text:hover {
color: #40a9ff;
border-color: #40a9ff;
background: transparent;
}
.ant-btn-text:focus > a:only-child,
.ant-btn-text:hover > a:only-child {
color: currentcolor;
}
.ant-btn-text:focus > a:only-child:after,
.ant-btn-text:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-text:active {
color: #096dd9;
border-color: #096dd9;
background: transparent;
}
.ant-btn-text:active > a:only-child {
color: currentcolor;
}
.ant-btn-text:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:active,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:hover {
border-color: #d9d9d9;
background: #f5f5f5;
}
.ant-btn-text:focus,
.ant-btn-text:hover {
color: rgba(0, 0, 0, 0.85);
background: rgba(0, 0, 0, 0.018);
border-color: transparent;
}
.ant-btn-text:active {
color: rgba(0, 0, 0, 0.85);
background: rgba(0, 0, 0, 0.028);
border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:active,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: transparent;
background: transparent;
text-shadow: none;
box-shadow: none;
}
.ant-btn-text[disabled]:active > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-text[disabled]:active > a:only-child:after,
.ant-btn-text[disabled]:focus > a:only-child:after,
.ant-btn-text[disabled]:hover > a:only-child:after,
.ant-btn-text[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous {
color: #ff4d4f;
border-color: #ff4d4f;
background: #fff;
}
.ant-btn-dangerous > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous:focus,
.ant-btn-dangerous:hover {
color: #ff7875;
border-color: #ff7875;
background: #fff;
}
.ant-btn-dangerous:focus > a:only-child,
.ant-btn-dangerous:hover > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous:focus > a:only-child:after,
.ant-btn-dangerous:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous:active {
color: #d9363e;
border-color: #d9363e;
background: #fff;
}
.ant-btn-dangerous:active > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:active,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-dangerous[disabled]:active > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous[disabled]:active > a:only-child:after,
.ant-btn-dangerous[disabled]:focus > a:only-child:after,
.ant-btn-dangerous[disabled]:hover > a:only-child:after,
.ant-btn-dangerous[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-primary {
color: #fff;
border-color: #ff4d4f;
background: #ff4d4f;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-dangerous.ant-btn-primary > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-primary:focus,
.ant-btn-dangerous.ant-btn-primary:hover {
color: #fff;
border-color: #ff7875;
background: #ff7875;
}
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child:after,
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-primary:active {
color: #fff;
border-color: #d9363e;
background: #d9363e;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:active,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-link {
color: #ff4d4f;
border-color: transparent;
background: transparent;
box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-link:focus,
.ant-btn-dangerous.ant-btn-link:hover {
color: #40a9ff;
border-color: #40a9ff;
}
.ant-btn-dangerous.ant-btn-link:active {
color: #096dd9;
border-color: #096dd9;
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:active,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:hover {
border-color: #d9d9d9;
background: #f5f5f5;
}
.ant-btn-dangerous.ant-btn-link:focus,
.ant-btn-dangerous.ant-btn-link:hover {
color: #ff7875;
border-color: transparent;
background: transparent;
}
.ant-btn-dangerous.ant-btn-link:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link:hover > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:focus > a:only-child:after,
.ant-btn-dangerous.ant-btn-link:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-link:active {
color: #d9363e;
border-color: transparent;
background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:active,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: transparent;
background: transparent;
text-shadow: none;
box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child:after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child:after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child:after,
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-text {
color: #ff4d4f;
border-color: transparent;
background: transparent;
box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-text:focus,
.ant-btn-dangerous.ant-btn-text:hover {
color: #40a9ff;
border-color: #40a9ff;
background: transparent;
}
.ant-btn-dangerous.ant-btn-text:active {
color: #096dd9;
border-color: #096dd9;
background: transparent;
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:active,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:hover {
border-color: #d9d9d9;
background: #f5f5f5;
}
.ant-btn-dangerous.ant-btn-text:focus,
.ant-btn-dangerous.ant-btn-text:hover {
color: #ff7875;
border-color: transparent;
background: rgba(0, 0, 0, 0.018);
}
.ant-btn-dangerous.ant-btn-text:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text:hover > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:focus > a:only-child:after,
.ant-btn-dangerous.ant-btn-text:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-text:active {
color: #d9363e;
border-color: transparent;
background: rgba(0, 0, 0, 0.028);
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:active,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: transparent;
background: transparent;
text-shadow: none;
box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child:after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child:after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child:after,
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-icon-only {
width: 32px;
height: 32px;
padding: 2.4px 0;
font-size: 16px;
border-radius: 2px;
vertical-align: -3px;
}
.ant-btn-icon-only > * {
font-size: 16px;
}
.ant-btn-icon-only.ant-btn-lg {
width: 40px;
height: 40px;
padding: 4.9px 0;
font-size: 18px;
border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-lg > * {
font-size: 18px;
}
.ant-btn-icon-only.ant-btn-sm {
width: 24px;
height: 24px;
padding: 0;
font-size: 14px;
border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-sm > * {
font-size: 14px;
}
.ant-btn-icon-only > .anticon {
display: flex;
justify-content: center;
}
.ant-btn-icon-only .anticon-loading {
padding: 0 !important;
}
a.ant-btn-icon-only {
vertical-align: -1px;
}
a.ant-btn-icon-only > .anticon {
display: inline;
}
.ant-btn-round {
height: 32px;
padding: 4px 16px;
font-size: 14px;
border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
height: 40px;
padding: 6.4px 20px;
font-size: 16px;
border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
height: 24px;
padding: 0 12px;
font-size: 14px;
border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
width: auto;
}
.ant-btn-circle {
min-width: 32px;
padding-right: 0;
padding-left: 0;
text-align: center;
border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg {
min-width: 40px;
border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm {
min-width: 24px;
border-radius: 50%;
}
.ant-btn:before {
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
z-index: 1;
display: none;
background: #fff;
border-radius: inherit;
opacity: 0.35;
transition: opacity 0.2s;
content: "";
pointer-events: none;
}
.ant-btn .anticon {
transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-minus > svg,
.ant-btn .anticon.anticon-plus > svg {
shape-rendering: optimizespeed;
}
.ant-btn.ant-btn-loading {
position: relative;
cursor: default;
}
.ant-btn.ant-btn-loading:before {
display: block;
}
.ant-btn > .ant-btn-loading-icon {
transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn > .ant-btn-loading-icon .anticon {
padding-right: 8px;
animation: none;
}
.ant-btn > .ant-btn-loading-icon .anticon svg {
animation: loadingCircle 1s linear infinite;
}
.ant-btn-group {
display: inline-flex;
}
.ant-btn-group,
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
position: relative;
}
.ant-btn-group > .ant-btn:active,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:hover {
z-index: 2;
}
.ant-btn-group > .ant-btn[disabled],
.ant-btn-group > span > .ant-btn[disabled] {
z-index: 0;
}
.ant-btn-group .ant-btn-icon-only {
font-size: 14px;
}
.ant-btn + .ant-btn-group,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group,
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group span + .ant-btn {
margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
border-left-color: transparent;
}
.ant-btn-group .ant-btn {
border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child,
.ant-btn-group > span:only-child > .ant-btn {
border-radius: 2px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:only-child,
.ant-btn-group-sm > span:only-child > .ant-btn {
border-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-btn-group > .ant-btn-group {
float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
padding-right: 8px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
padding-left: 8px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group span + .ant-btn {
margin-right: -1px;
margin-left: auto;
}
.ant-btn-group.ant-btn-group-rtl {
direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
border-radius: 0 2px 2px 0;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
border-radius: 2px 0 0 2px;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
border-radius: 0 2px 2px 0;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
border-radius: 2px 0 0 2px;
}
.ant-btn:active > span,
.ant-btn:focus > span {
position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
margin-left: 8px;
}
.ant-btn.ant-btn-background-ghost {
color: #fff;
border-color: #fff;
}
.ant-btn.ant-btn-background-ghost,
.ant-btn.ant-btn-background-ghost:active,
.ant-btn.ant-btn-background-ghost:focus,
.ant-btn.ant-btn-background-ghost:hover {
background: transparent;
}
.ant-btn.ant-btn-background-ghost:focus,
.ant-btn.ant-btn-background-ghost:hover {
color: #40a9ff;
border-color: #40a9ff;
}
.ant-btn.ant-btn-background-ghost:active {
color: #096dd9;
border-color: #096dd9;
}
.ant-btn.ant-btn-background-ghost[disabled] {
color: rgba(0, 0, 0, 0.25);
background: transparent;
border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary {
color: #1890ff;
border-color: #1890ff;
text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-primary:focus,
.ant-btn-background-ghost.ant-btn-primary:hover {
color: #40a9ff;
border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-primary:active {
color: #096dd9;
border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-danger {
color: #ff4d4f;
border-color: #ff4d4f;
text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-danger:focus,
.ant-btn-background-ghost.ant-btn-danger:hover {
color: #ff7875;
border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-danger:active {
color: #d9363e;
border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-dangerous {
color: #ff4d4f;
border-color: #ff4d4f;
text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-dangerous:focus,
.ant-btn-background-ghost.ant-btn-dangerous:hover {
color: #ff7875;
border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-dangerous:active {
color: #d9363e;
border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
color: #ff4d4f;
border-color: transparent;
text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover {
color: #ff7875;
border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
color: #d9363e;
border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
background: #f5f5f5;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child {
color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
.ant-btn-two-chinese-chars:first-letter {
letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > :not(.anticon) {
margin-right: -0.34em;
letter-spacing: 0.34em;
}
.ant-btn.ant-btn-block {
width: 100%;
}
.ant-btn:empty {
display: inline-block;
width: 0;
visibility: hidden;
content: " ";
}
a.ant-btn {
padding-top: 0.01px !important;
line-height: 30px;
}
a.ant-btn-disabled {
cursor: not-allowed;
}
a.ant-btn-disabled > * {
pointer-events: none;
}
a.ant-btn-disabled,
a.ant-btn-disabled:active,
a.ant-btn-disabled:focus,
a.ant-btn-disabled:hover {
color: rgba(0, 0, 0, 0.25);
border-color: transparent;
background: transparent;
text-shadow: none;
box-shadow: none;
}
a.ant-btn-disabled:active > a:only-child,
a.ant-btn-disabled:focus > a:only-child,
a.ant-btn-disabled:hover > a:only-child,
a.ant-btn-disabled > a:only-child {
color: currentcolor;
}
a.ant-btn-disabled:active > a:only-child:after,
a.ant-btn-disabled:focus > a:only-child:after,
a.ant-btn-disabled:hover > a:only-child:after,
a.ant-btn-disabled > a:only-child:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: "";
}
a.ant-btn-lg {
line-height: 38px;
}
a.ant-btn-sm {
line-height: 22px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
margin-right: -1px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
margin-left: -1px;
}
.ant-btn-compact-item:active,
.ant-btn-compact-item:focus,
.ant-btn-compact-item:hover {
z-index: 2;
}
.ant-btn-compact-item[disabled] {
z-index: 0;
}
.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
border-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item),
.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-btn-icon-only.ant-btn-compact-item {
flex: none;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
position: relative;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]):after {
position: absolute;
top: -1px;
left: -1px;
display: inline-block;
width: 1px;
height: calc(100% + 2px);
background-color: #40a9ff;
content: " ";
}
.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]):after {
right: -1px;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
margin-bottom: -1px;
}
.ant-btn-compact-vertical-item:active,
.ant-btn-compact-vertical-item:focus,
.ant-btn-compact-vertical-item:hover {
z-index: 2;
}
.ant-btn-compact-vertical-item[disabled] {
z-index: 0;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
border-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
position: relative;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]):after {
position: absolute;
top: -1px;
left: -1px;
display: inline-block;
width: calc(100% + 2px);
height: 1px;
background-color: #40a9ff;
content: " ";
}
.ant-btn-rtl {
direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary,
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child) {
border-right-color: #40a9ff;
border-left-color: #d9d9d9;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled] {
border-right-color: #d9d9d9;
border-left-color: #40a9ff;
}
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
padding-right: 0;
padding-left: 8px;
}
.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
margin-right: 8px;
margin-left: 0;
}
.ant-picker-calendar {
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";
background: #fff;
}
.ant-picker-calendar-header {
display: flex;
justify-content: flex-end;
padding: 12px 0;
}
.ant-picker-calendar-header .ant-picker-calendar-year-select {
min-width: 80px;
}
.ant-picker-calendar-header .ant-picker-calendar-month-select {
min-width: 70px;
margin-left: 8px;
}
.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
margin-left: 8px;
}
.ant-picker-calendar .ant-picker-panel {
background: #fff;
border: 0;
border-top: 1px solid #f0f0f0;
border-radius: 0;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel,
.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel {
width: auto;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-body {
padding: 8px 0;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-content {
width: 100%;
}
.ant-picker-calendar-mini {
border-radius: 2px;
}
.ant-picker-calendar-mini .ant-picker-calendar-header {
padding-right: 8px;
padding-left: 8px;
}
.ant-picker-calendar-mini .ant-picker-panel {
border-radius: 0 0 2px 2px;
}
.ant-picker-calendar-mini .ant-picker-content {
height: 256px;
}
.ant-picker-calendar-mini .ant-picker-content th {
height: auto;
padding: 0;
line-height: 18px;
}
.ant-picker-calendar-mini .ant-picker-cell:before {
pointer-events: none;
}
.ant-picker-calendar-full .ant-picker-panel {
display: block;
width: 100%;
text-align: right;
background: #fff;
border: 0;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
padding: 0;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
height: auto;
padding: 0 12px 5px 0;
line-height: 18px;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:before {
display: none;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
background: #f5f5f5;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today:before {
display: none;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
background: #e6f7ff;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value {
color: #1890ff;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
display: block;
width: auto;
height: auto;
margin: 0 4px;
padding: 4px 8px 0;
border: 0;
border-top: 2px solid #f0f0f0;
border-radius: 0;
transition: background 0.3s;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
line-height: 24px;
transition: color 0.3s;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
position: static;
width: auto;
height: 86px;
overflow-y: auto;
color: rgba(0, 0, 0, 0.85);
line-height: 1.5715;
text-align: left;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
border-color: #1890ff;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
color: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 480px) {
.ant-picker-calendar-header {
display: block;
}
.ant-picker-calendar-header .ant-picker-calendar-year-select {
width: 50%;
}
.ant-picker-calendar-header .ant-picker-calendar-month-select {
width: calc(50% - 8px);
}
.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
width: 100%;
margin-top: 8px;
margin-left: 0;
}
.ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
width: 50%;
text-align: center;
}
}
.ant-picker-calendar-rtl {
direction: rtl;
}
.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch,
.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
margin-right: 8px;
margin-left: 0;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
text-align: left;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
padding: 0 0 5px 12px;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
text-align: right;
}
.ant-card {
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;
background: #fff;
border-radius: 2px;
}
.ant-card-rtl {
direction: rtl;
}
.ant-card-hoverable {
cursor: pointer;
transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-card-hoverable:hover {
border-color: transparent;
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
border: 1px solid #f0f0f0;
}
.ant-card-head {
min-height: 48px;
margin-bottom: -1px;
padding: 0 24px;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
font-size: 16px;
background: transparent;
border-bottom: 1px solid #f0f0f0;
border-radius: 2px 2px 0 0;
}
.ant-card-head:after,
.ant-card-head:before {
display: table;
content: "";
}
.ant-card-head:after {
clear: both;
}
.ant-card-head-wrapper {
display: flex;
align-items: center;
}
.ant-card-head-title {
display: inline-block;
flex: 1;
padding: 16px 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-card-head-title > .ant-typography,
.ant-card-head-title > .ant-typography-edit-content {
left: 0;
margin-top: 0;
margin-bottom: 0;
}
.ant-card-head .ant-tabs-top {
clear: both;
margin-bottom: -17px;
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
font-size: 14px;
}
.ant-card-head .ant-tabs-top-bar {
border-bottom: 1px solid #f0f0f0;
}
.ant-card-extra {
margin-left: auto;
padding: 16px 0;
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
font-size: 14px;
}
.ant-card-rtl .ant-card-extra {
margin-right: auto;
margin-left: 0;
}
.ant-card-body {
padding: 24px;
}
.ant-card-body:after,
.ant-card-body:before {
display: table;
content: "";
}
.ant-card-body:after {
clear: both;
}
.ant-card-contain-grid .ant-card-body {
display: flex;
flex-wrap: wrap;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
margin: -1px 0 0 -1px;
padding: 0;
}
.ant-card-grid {
width: 33.33%;
padding: 24px;
border: 0;
border-radius: 0;
box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0;
transition: all 0.3s;
}
.ant-card-grid-hoverable:hover {
position: relative;
z-index: 1;
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
min-height: 32px;
padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
padding-bottom: 0;
}
.ant-card-bordered .ant-card-cover {
margin-top: -1px;
margin-right: -1px;
margin-left: -1px;
}
.ant-card-cover > * {
display: block;
width: 100%;
}
.ant-card-cover img {
border-radius: 2px 2px 0 0;
}
.ant-card-actions {
display: flex;
margin: 0;
padding: 0;
list-style: none;
background: #fff;
border-top: 1px solid #f0f0f0;
}
.ant-card-actions:after,
.ant-card-actions:before {
display: table;
content: "";
}
.ant-card-actions:after {
clear: both;
}
.ant-card-actions > li {
margin: 12px 0;
color: rgba(0, 0, 0, 0.45);
text-align: center;
}
.ant-card-actions > li > span {
position: relative;
display: block;
min-width: 32px;
font-size: 14px;
line-height: 1.5715;
cursor: pointer;
}
.ant-card-actions > li > span:hover {
color: #1890ff;
transition: color 0.3s;
}
.ant-card-actions > li > span > .anticon,
.ant-card-actions > li > span a:not(.ant-btn) {
display: inline-block;
width: 100%;
color: rgba(0, 0, 0, 0.45);
line-height: 22px;
transition: color 0.3s;
}
.ant-card-actions > li > span > .anticon:hover,
.ant-card-actions > li > span a:not(.ant-btn):hover {
color: #1890ff;
}
.ant-card-actions > li > span > .anticon {
font-size: 16px;
line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
border-right: 1px solid #f0f0f0;
}
.ant-card-rtl .ant-card-actions > li:not(:last-child) {
border-right: none;
border-left: 1px solid #f0f0f0;
}
.ant-card-type-inner .ant-card-head {
padding: 0 24px;
background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
padding: 12px 0;
font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
padding: 13.5px 0;
}
.ant-card-meta {
display: flex;
margin: -4px 0;
}
.ant-card-meta:after,
.ant-card-meta:before {
display: table;
content: "";
}
.ant-card-meta:after {
clear: both;
}
.ant-card-meta-avatar {
padding-right: 16px;
}
.ant-card-rtl .ant-card-meta-avatar {
padding-right: 0;
padding-left: 16px;
}
.ant-card-meta-detail {
flex: 1;
overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
margin-bottom: 8px;
}
.ant-card-meta-title {
overflow: hidden;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
font-size: 16px;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-card-meta-description {
color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
overflow: hidden;
}
.ant-card-loading .ant-card-body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-card-small > .ant-card-head {
min-height: 36px;
padding: 0 12px;
font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
padding: 8px 0;
font-size: 14px;
}
.ant-card-small > .ant-card-body {
padding: 12px;
}
.ant-carousel {
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-carousel .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
touch-action: pan-y;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
position: relative;
display: block;
margin: 0;
padding: 0;
overflow: hidden;
}
.ant-carousel .slick-list:focus {
outline: none;
}
.ant-carousel .slick-list.dragging {
cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input,
.ant-carousel .slick-list .slick-slide input.ant-radio-input {
visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input {
visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-list,
.ant-carousel .slick-slider .slick-track {
transform: translateZ(0);
touch-action: pan-y;
}
.ant-carousel .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.ant-carousel .slick-track:after,
.ant-carousel .slick-track:before {
display: table;
content: "";
}
.ant-carousel .slick-track:after {
clear: both;
}
.slick-loading .ant-carousel .slick-track {
visibility: hidden;
}
.ant-carousel .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.ant-carousel .slick-slide img {
display: block;
}
.ant-carousel .slick-slide.slick-loading img {
display: none;
}
.ant-carousel .slick-slide.dragging img {
pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
display: block;
}
.ant-carousel .slick-loading .slick-slide {
visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
display: block;
height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
display: none;
}
.ant-carousel .slick-next,
.ant-carousel .slick-prev {
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
margin-top: -10px;
padding: 0;
font-size: 0;
line-height: 0;
border: 0;
cursor: pointer;
}
.ant-carousel .slick-next,
.ant-carousel .slick-next:focus,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-prev:hover {
color: transparent;
background: transparent;
outline: none;
}
.ant-carousel .slick-next:focus:before,
.ant-carousel .slick-next:hover:before,
.ant-carousel .slick-prev:focus:before,
.ant-carousel .slick-prev:hover:before {
opacity: 1;
}
.ant-carousel .slick-next.slick-disabled:before,
.ant-carousel .slick-prev.slick-disabled:before {
opacity: 0.25;
}
.ant-carousel .slick-prev {
left: -25px;
}
.ant-carousel .slick-prev:before {
content: "←";
}
.ant-carousel .slick-next {
right: -25px;
}
.ant-carousel .slick-next:before {
content: "→";
}
.ant-carousel .slick-dots {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex !important;
justify-content: center;
margin-right: 15%;
margin-bottom: 0;
margin-left: 15%;
padding-left: 0;
list-style: none;
}
.ant-carousel .slick-dots-bottom {
bottom: 12px;
}
.ant-carousel .slick-dots-top {
top: 12px;
bottom: auto;
}
.ant-carousel .slick-dots li {
position: relative;
display: inline-block;
flex: 0 1 auto;
box-sizing: content-box;
width: 16px;
height: 3px;
margin: 0 4px;
padding: 0;
text-align: center;
text-indent: -999px;
vertical-align: top;
transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
position: relative;
display: block;
width: 100%;
height: 3px;
padding: 0;
color: transparent;
font-size: 0;
background: #fff;
border: 0;
border-radius: 1px;
outline: none;
cursor: pointer;
opacity: 0.3;
transition: all 0.5s;
}
.ant-carousel .slick-dots li button:focus,
.ant-carousel .slick-dots li button:hover {
opacity: 0.75;
}
.ant-carousel .slick-dots li button:after {
position: absolute;
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
content: "";
}
.ant-carousel .slick-dots li.slick-active {
width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
background: #fff;
opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:focus,
.ant-carousel .slick-dots li.slick-active:hover {
opacity: 1;
}
.ant-carousel-vertical .slick-dots {
top: 50%;
bottom: auto;
flex-direction: column;
width: 3px;
height: auto;
margin: 0;
transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
right: auto;
left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
right: 12px;
left: auto;
}
.ant-carousel-vertical .slick-dots li {
width: 3px;
height: 16px;
margin: 4px 0;
vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
width: 3px;
height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active,
.ant-carousel-vertical .slick-dots li.slick-active button {
width: 3px;
height: 24px;
}
.ant-carousel-rtl {
direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
right: 0;
left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
right: -25px;
left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev:before {
content: "→";
}
.ant-carousel-rtl .ant-carousel .slick-next {
right: auto;
left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next:before {
content: "←";
}
.ant-carousel-rtl.ant-carousel .slick-dots {
flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
flex-direction: column;
}
.ant-cascader-checkbox {
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;
top: 0.2em;
line-height: 1;
white-space: nowrap;
outline: none;
cursor: pointer;
}
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner,
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner {
border-color: #1890ff;
}
.ant-cascader-checkbox-checked:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #1890ff;
border-radius: 2px;
visibility: hidden;
animation: antCheckboxEffect 0.36s ease-in-out;
animation-fill-mode: backwards;
content: "";
}
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox:after,
.ant-cascader-checkbox:hover:after {
visibility: visible;
}
.ant-cascader-checkbox-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: 16px;
height: 16px;
direction: ltr;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
border-collapse: separate;
transition: all 0.3s;
}
.ant-cascader-checkbox-inner:after {
position: absolute;
top: 50%;
left: 21.5%;
display: table;
width: 5.71428571px;
height: 9.14285714px;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
transform: rotate(45deg) scale(0) translate(-50%, -50%);
opacity: 0;
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
content: " ";
}
.ant-cascader-checkbox-input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner:after {
position: absolute;
display: table;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
transform: rotate(45deg) scale(1) translate(-50%, -50%);
opacity: 1;
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
content: " ";
}
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
background-color: #1890ff;
border-color: #1890ff;
}
.ant-cascader-checkbox-disabled {
cursor: not-allowed;
}
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner:after {
border-color: rgba(0, 0, 0, 0.25);
animation-name: none;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
cursor: not-allowed;
pointer-events: none;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
background-color: #f5f5f5;
border-color: #d9d9d9 !important;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner:after {
border-color: #f5f5f5;
border-collapse: separate;
animation-name: none;
}
.ant-cascader-checkbox-disabled + span {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-cascader-checkbox-disabled:hover:after,
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled:after {
visibility: hidden;
}
.ant-cascader-checkbox-wrapper {
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";
display: inline-flex;
align-items: baseline;
line-height: unset;
cursor: pointer;
}
.ant-cascader-checkbox-wrapper:after {
display: inline-block;
width: 0;
overflow: hidden;
content: " ";
}
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
cursor: not-allowed;
}
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
margin-left: 8px;
}
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type=checkbox] {
width: 14px;
height: 14px;
}
.ant-cascader-checkbox + span {
padding-right: 8px;
padding-left: 8px;
}
.ant-cascader-checkbox-group {
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";
display: inline-block;
}
.ant-cascader-checkbox-group-item {
margin-right: 8px;
}
.ant-cascader-checkbox-group-item:last-child {
margin-right: 0;
}
.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
margin-left: 0;
}
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
background-color: #fff;
border-color: #d9d9d9;
}
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner:after {
top: 50%;
left: 50%;
width: 8px;
height: 8px;
background-color: #1890ff;
border: 0;
transform: translate(-50%, -50%) scale(1);
opacity: 1;
content: " ";
}
.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner:after {
background-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.25);
}
.ant-cascader {
width: 184px;
}
.ant-cascader-checkbox {
top: 0;
margin-right: 8px;
}
.ant-cascader-menus {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
}
.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
width: 100%;
height: auto;
}
.ant-cascader-menu {
flex-grow: 1;
min-width: 111px;
height: 180px;
margin: -4px 0;
padding: 4px 0;
overflow: auto;
vertical-align: top;
list-style: none;
border-right: 1px solid #f0f0f0;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.ant-cascader-menu-item {
display: flex;
flex-wrap: nowrap;
align-items: center;
padding: 5px 12px;
overflow: hidden;
line-height: 22px;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
background: #f5f5f5;
}
.ant-cascader-menu-item-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-cascader-menu-item-disabled:hover {
background: transparent;
}
.ant-cascader-menu-empty .ant-cascader-menu-item {
color: rgba(0, 0, 0, 0.25);
cursor: default;
pointer-events: none;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
font-weight: 600;
background-color: #e6f7ff;
}
.ant-cascader-menu-item-content {
flex: auto;
}
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
margin-left: 4px;
color: rgba(0, 0, 0, 0.45);
font-size: 10px;
}
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-menu-item-keyword {
color: #ff4d4f;
}
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
margin-right: -1px;
}
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-item-rtl {
margin-left: -1px;
}
.ant-cascader-compact-item:active,
.ant-cascader-compact-item:focus,
.ant-cascader-compact-item:hover {
z-index: 2;
}
.ant-cascader-compact-item[disabled] {
z-index: 0;
}
.ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-last-item).ant-cascader {
border-radius: 0;
}
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item),
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-item-rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
margin-right: 4px;
margin-left: 0;
}
.ant-cascader-rtl .ant-cascader-checkbox {
top: 0;
margin-right: 0;
margin-left: 8px;
}
.ant-checkbox {
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;
top: 0.2em;
line-height: 1;
white-space: nowrap;
outline: none;
cursor: pointer;
}
.ant-checkbox-input:focus + .ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
border-color: #1890ff;
}
.ant-checkbox-checked:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #1890ff;
border-radius: 2px;
visibility: hidden;
animation: antCheckboxEffect 0.36s ease-in-out;
animation-fill-mode: backwards;
content: "";
}
.ant-checkbox-wrapper:hover .ant-checkbox:after,
.ant-checkbox:hover:after {
visibility: visible;
}
.ant-checkbox-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: 16px;
height: 16px;
direction: ltr;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
border-collapse: separate;
transition: all 0.3s;
}
.ant-checkbox-inner:after {
position: absolute;
top: 50%;
left: 21.5%;
display: table;
width: 5.71428571px;
height: 9.14285714px;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
transform: rotate(45deg) scale(0) translate(-50%, -50%);
opacity: 0;
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
content: " ";
}
.ant-checkbox-input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner:after {
position: absolute;
display: table;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
transform: rotate(45deg) scale(1) translate(-50%, -50%);
opacity: 1;
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
content: " ";
}
.ant-checkbox-checked .ant-checkbox-inner {
background-color: #1890ff;
border-color: #1890ff;
}
.ant-checkbox-disabled {
cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
border-color: rgba(0, 0, 0, 0.25);
animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
cursor: not-allowed;
pointer-events: none;
}
.ant-checkbox-disabled .ant-checkbox-inner {
background-color: #f5f5f5;
border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner:after {
border-color: #f5f5f5;
border-collapse: separate;
animation-name: none;
}
.ant-checkbox-disabled + span {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-checkbox-disabled:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after {
visibility: hidden;
}
.ant-checkbox-wrapper {
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";
display: inline-flex;
align-items: baseline;
line-height: unset;
cursor: pointer;
}
.ant-checkbox-wrapper:after {
display: inline-block;
width: 0;
overflow: hidden;
content: " ";
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
margin-left: 8px;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type=checkbox] {
width: 14px;
height: 14px;
}
.ant-checkbox + span {
padding-right: 8px;
padding-left: 8px;
}
.ant-checkbox-group {
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";
display: inline-block;
}
.ant-checkbox-group-item {
margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
background-color: #fff;
border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
top: 50%;
left: 50%;
width: 8px;
height: 8px;
background-color: #1890ff;
border: 0;
transform: translate(-50%, -50%) scale(1);
opacity: 1;
content: " ";
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
background-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-rtl {
direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
margin-right: 0;
margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
margin-left: 8px;
}
.ant-collapse {
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";
background-color: #fafafa;
border: 1px solid #d9d9d9;
border-bottom: 0;
border-radius: 2px;
}
.ant-collapse > .ant-collapse-item {
border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
border-radius: 0 0 2px 2px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
position: relative;
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
padding: 12px 16px;
color: rgba(0, 0, 0, 0.85);
line-height: 1.5715;
cursor: pointer;
transition: all 0.3s, visibility 0s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
display: inline-block;
margin-right: 12px;
font-size: 12px;
vertical-align: -1px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
flex: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
margin-left: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
outline: none;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
flex: none;
cursor: pointer;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only {
cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon {
cursor: pointer;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
padding-left: 12px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
position: relative;
padding: 12px 40px 12px 16px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
position: absolute;
top: 50%;
right: 16px;
left: auto;
margin: 0;
transform: translateY(-50%);
}
.ant-collapse-content {
color: rgba(0, 0, 0, 0.85);
background-color: #fff;
border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
padding: 16px;
}
.ant-collapse-content-hidden {
display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
border-radius: 0 0 2px 2px;
}
.ant-collapse-borderless {
background-color: #fafafa;
border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child {
border-bottom: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
background-color: transparent;
border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
padding-top: 4px;
}
.ant-collapse-ghost {
background-color: transparent;
border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
background-color: transparent;
border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
padding-top: 12px;
padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-collapse-rtl {
direction: rtl;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
position: relative;
padding: 12px 16px 12px 40px;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
position: absolute;
top: 50%;
right: auto;
left: 16px;
margin: 0;
transform: translateY(-50%);
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
padding: 12px 40px 12px 16px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
margin-right: 0;
margin-left: 12px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
margin-right: auto;
margin-left: 0;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
padding-right: 12px;
padding-left: 0;
}
.ant-comment {
position: relative;
background-color: inherit;
}
.ant-comment-inner {
display: flex;
padding: 16px 0;
}
.ant-comment-avatar {
position: relative;
flex-shrink: 0;
margin-right: 12px;
cursor: pointer;
}
.ant-comment-avatar img {
width: 32px;
height: 32px;
border-radius: 50%;
}
.ant-comment-content {
position: relative;
flex: 1 1 auto;
min-width: 1px;
font-size: 14px;
word-wrap: break-word;
}
.ant-comment-content-author {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 4px;
font-size: 14px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
padding-right: 8px;
font-size: 12px;
line-height: 18px;
}
.ant-comment-content-author-name {
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
transition: color 0.3s;
}
.ant-comment-content-author-name > *,
.ant-comment-content-author-name > :hover {
color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-time {
color: #ccc;
white-space: nowrap;
cursor: auto;
}
.ant-comment-content-detail p {
margin-bottom: inherit;
white-space: pre-wrap;
}
.ant-comment-actions {
margin-top: 12px;
margin-bottom: inherit;
padding-left: 0;
}
.ant-comment-actions > li {
display: inline-block;
color: rgba(0, 0, 0, 0.45);
}
.ant-comment-actions > li > span {
margin-right: 10px;
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
cursor: pointer;
transition: color 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-comment-actions > li > span:hover {
color: #595959;
}
.ant-comment-nested {
margin-left: 44px;
}
.ant-comment-rtl {
direction: rtl;
}
.ant-comment-rtl .ant-comment-avatar {
margin-right: 0;
margin-left: 12px;
}
.ant-comment-rtl .ant-comment-content-author > a,
.ant-comment-rtl .ant-comment-content-author > span {
padding-right: 0;
padding-left: 8px;
}
.ant-comment-rtl .ant-comment-actions {
padding-right: 0;
}
.ant-comment-rtl .ant-comment-actions > li > span {
margin-right: 0;
margin-left: 10px;
}
.ant-comment-rtl .ant-comment-nested {
margin-right: 44px;
margin-left: 0;
}
.ant-picker-status-error.ant-picker,
.ant-picker-status-error.ant-picker:not([disabled]):hover {
background-color: #fff;
border-color: #ff4d4f;
}
.ant-picker-status-error.ant-picker-focused,
.ant-picker-status-error.ant-picker:focus {
border-color: #ff7875;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-picker-status-error.ant-picker .ant-picker-active-bar {
background: #ff7875;
}
.ant-picker-status-warning.ant-picker,
.ant-picker-status-warning.ant-picker:not([disabled]):hover {
background-color: #fff;
border-color: #faad14;
}
.ant-picker-status-warning.ant-picker-focused,
.ant-picker-status-warning.ant-picker:focus {
border-color: #ffc53d;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-picker-status-warning.ant-picker .ant-picker-active-bar {
background: #ffc53d;
}
.ant-picker {
box-sizing: border-box;
margin: 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";
padding: 4px 11px;
position: relative;
display: inline-flex;
align-items: center;
background: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker-focused,
.ant-picker:hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-picker-focused {
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
outline: 0;
}
.ant-picker.ant-picker-disabled {
background: #f5f5f5;
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
color: rgba(0, 0, 0, 0.25);
}
.ant-picker.ant-picker-borderless {
background-color: transparent !important;
border-color: transparent !important;
box-shadow: none !important;
}
.ant-picker-input {
position: relative;
display: inline-flex;
align-items: center;
width: 100%;
}
.ant-picker-input > input {
position: relative;
display: inline-block;
width: 100%;
min-width: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
line-height: 1.5715;
background-color: #fff;
background-image: none;
border-radius: 2px;
transition: all 0.3s;
flex: auto;
min-width: 1px;
height: auto;
padding: 0;
background: transparent;
border: 0;
}
.ant-picker-input > input::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.ant-picker-input > input:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.ant-picker-input > input::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-picker-input > input:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-picker-input > input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-picker-input > input:placeholder-shown {
text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-picker-input > input-focused,
.ant-picker-input > input:focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-picker-input > input-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-picker-input > input-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-picker-input > input[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-picker-input > input {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
padding: 6.5px 11px;
font-size: 16px;
}
.ant-picker-input > input-sm {
padding: 0 7px;
}
.ant-picker-input > input:focus {
box-shadow: none;
}
.ant-picker-input > input[disabled] {
background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
opacity: 1;
}
.ant-picker-input-placeholder > input {
color: #bfbfbf;
}
.ant-picker-large {
padding: 6.5px 11px;
}
.ant-picker-large .ant-picker-input > input {
font-size: 16px;
}
.ant-picker-small {
padding: 0 7px;
}
.ant-picker-suffix {
display: flex;
flex: none;
align-self: center;
margin-left: 4px;
color: rgba(0, 0, 0, 0.25);
line-height: 1;
pointer-events: none;
}
.ant-picker-suffix > * {
vertical-align: top;
}
.ant-picker-suffix > :not(:last-child) {
margin-right: 8px;
}
.ant-picker-clear {
position: absolute;
top: 50%;
right: 0;
color: rgba(0, 0, 0, 0.25);
line-height: 1;
background: #fff;
transform: translateY(-50%);
cursor: pointer;
opacity: 0;
transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear > * {
vertical-align: top;
}
.ant-picker-clear:hover {
color: rgba(0, 0, 0, 0.45);
}
.ant-picker-separator {
position: relative;
display: inline-block;
width: 1em;
height: 16px;
color: rgba(0, 0, 0, 0.25);
font-size: 16px;
vertical-align: top;
cursor: default;
}
.ant-picker-focused .ant-picker-separator {
color: rgba(0, 0, 0, 0.45);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
cursor: not-allowed;
}
.ant-picker-range {
position: relative;
display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
bottom: -1px;
height: 2px;
margin-left: 11px;
background: #1890ff;
opacity: 0;
transition: all 0.3s ease-out;
pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
opacity: 1;
}
.ant-picker-range-separator {
align-items: center;
padding: 0 8px;
line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
margin-left: 7px;
}
.ant-picker-dropdown {
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;
top: -9999px;
left: -9999px;
z-index: 1050;
}
.ant-picker-dropdown-hidden {
display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
top: 2.58561808px;
display: block;
transform: rotate(-135deg) translateY(1px);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
bottom: 2.58561808px;
display: block;
transform: rotate(45deg);
}
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight {
animation-name: antSlideDownIn;
}
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight {
animation-name: antSlideUpIn;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
animation-name: antSlideDownOut;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
padding: 7.54247233px 0;
}
.ant-picker-dropdown-range-hidden {
display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
padding-top: 4px;
}
.ant-picker-ranges {
margin-bottom: 0;
padding: 4px 12px;
overflow: hidden;
line-height: 34px;
text-align: left;
list-style: none;
}
.ant-picker-ranges > li {
display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
color: #1890ff;
background: #e6f7ff;
border-color: #91d5ff;
cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
float: right;
margin-left: 8px;
}
.ant-picker-range-wrapper {
display: flex;
}
.ant-picker-range-arrow {
position: absolute;
z-index: 1;
display: none;
width: 11.3137085px;
height: 11.3137085px;
margin-left: 16.5px;
box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
transition: left 0.3s ease-out;
border-radius: 0 0 2px;
pointer-events: none;
}
.ant-picker-range-arrow:before {
position: absolute;
top: -11.3137085px;
left: -11.3137085px;
width: 33.9411255px;
height: 33.9411255px;
background: #fff;
background-repeat: no-repeat;
background-position: -10px -10px;
content: "";
-webkit-clip-path: inset(33% 33%);
clip-path: inset(33% 33%);
-webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
}
.ant-picker-panel-container {
overflow: hidden;
vertical-align: top;
background: #fff;
border-radius: 2px;
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);
transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
display: inline-flex;
flex-wrap: nowrap;
direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
vertical-align: top;
background: transparent;
border-width: 0 0 1px;
border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
.ant-picker-panel-container .ant-picker-panel table {
text-align: center;
}
.ant-picker-panel-container .ant-picker-panel-focused {
border-color: #f0f0f0;
}
.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
margin-right: -1px;
}
.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
margin-left: -1px;
}
.ant-picker-compact-item.ant-picker-focused,
.ant-picker-compact-item:active,
.ant-picker-compact-item:focus,
.ant-picker-compact-item:hover {
z-index: 2;
}
.ant-picker-compact-item[disabled] {
z-index: 0;
}
.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
border-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item),
.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-picker-panel {
display: inline-flex;
flex-direction: column;
text-align: center;
background: #fff;
border: 1px solid #f0f0f0;
border-radius: 2px;
outline: none;
}
.ant-picker-panel-focused {
border-color: #1890ff;
}
.ant-picker-date-panel,
.ant-picker-decade-panel,
.ant-picker-month-panel,
.ant-picker-quarter-panel,
.ant-picker-time-panel,
.ant-picker-week-panel,
.ant-picker-year-panel {
display: flex;
flex-direction: column;
width: 280px;
}
.ant-picker-header {
display: flex;
padding: 0 8px;
color: rgba(0, 0, 0, 0.85);
border-bottom: 1px solid #f0f0f0;
}
.ant-picker-header > * {
flex: none;
}
.ant-picker-header button {
padding: 0;
color: rgba(0, 0, 0, 0.25);
line-height: 40px;
background: transparent;
border: 0;
cursor: pointer;
transition: color 0.3s;
}
.ant-picker-header > button {
min-width: 1.6em;
font-size: 14px;
}
.ant-picker-header > button:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-picker-header-view {
flex: auto;
font-weight: 500;
line-height: 40px;
}
.ant-picker-header-view button {
color: inherit;
font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
margin-left: 8px;
}
.ant-picker-header-view button:hover {
color: #1890ff;
}
.ant-picker-next-icon,
.ant-picker-prev-icon,
.ant-picker-super-next-icon,
.ant-picker-super-prev-icon {
position: relative;
display: inline-block;
width: 7px;
height: 7px;
}
.ant-picker-next-icon:before,
.ant-picker-prev-icon:before,
.ant-picker-super-next-icon:before,
.ant-picker-super-prev-icon:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 7px;
height: 7px;
border: 0 solid;
border-width: 1.5px 0 0 1.5px;
content: "";
}
.ant-picker-super-next-icon:after,
.ant-picker-super-prev-icon:after {
position: absolute;
top: 4px;
left: 4px;
display: inline-block;
width: 7px;
height: 7px;
border: 0 solid;
border-width: 1.5px 0 0 1.5px;
content: "";
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
transform: rotate(135deg);
}
.ant-picker-content {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}
.ant-picker-content td,
.ant-picker-content th {
position: relative;
min-width: 24px;
font-weight: 400;
}
.ant-picker-content th {
height: 30px;
color: rgba(0, 0, 0, 0.85);
line-height: 30px;
}
.ant-picker-cell {
padding: 3px 0;
color: rgba(0, 0, 0, 0.25);
cursor: pointer;
}
.ant-picker-cell-in-view {
color: rgba(0, 0, 0, 0.85);
}
.ant-picker-cell:before {
position: absolute;
top: 50%;
right: 0;
left: 0;
z-index: 1;
height: 24px;
transform: translateY(-50%);
transition: all 0.3s;
content: "";
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
background: #f5f5f5;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
border: 1px solid #1890ff;
border-radius: 2px;
content: "";
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range:before {
background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
color: #fff;
background: #1890ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before {
background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:before {
left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:before {
right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single:after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover:after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single:after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover:after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range):after {
position: absolute;
top: 50%;
z-index: 0;
height: 24px;
border-top: 1px dashed #7ec1ff;
border-bottom: 1px dashed #7ec1ff;
transform: translateY(-50%);
transition: all 0.3s;
content: "";
}
.ant-picker-cell-range-hover-end:after,
.ant-picker-cell-range-hover-start:after,
.ant-picker-cell-range-hover:after {
right: 0;
left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover:before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover:before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end:before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover:before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start:before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end:before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start:before {
background: #cbe6ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
border-radius: 2px 0 0 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
border-radius: 0 2px 2px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
background: #cbe6ff;
transition: all 0.3s;
content: "";
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
right: -6px;
left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after {
right: 0;
left: -6px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start:after {
right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end:after {
left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range:after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child:after {
left: 6px;
border-left: 1px dashed #7ec1ff;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range:after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child:after {
right: 6px;
border-right: 1px dashed #7ec1ff;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-picker-cell-disabled {
color: rgba(0, 0, 0, 0.25);
pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
background: transparent;
}
.ant-picker-cell-disabled:before {
background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner:before {
border-color: rgba(0, 0, 0, 0.25);
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content {
height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner {
padding: 0 8px;
}
.ant-picker-quarter-panel .ant-picker-content {
height: 56px;
}
.ant-picker-footer {
width: -moz-min-content;
width: min-content;
min-width: 100%;
line-height: 38px;
text-align: center;
border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
border-top: 1px solid #f0f0f0;
}
.ant-picker-footer-extra {
padding: 0 12px;
line-height: 38px;
text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
border-bottom: 1px solid #f0f0f0;
}
.ant-picker-now {
text-align: left;
}
.ant-picker-today-btn {
color: #1890ff;
}
.ant-picker-today-btn:hover {
color: #40a9ff;
}
.ant-picker-today-btn:active {
color: #096dd9;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell:before {
display: none;
}
.ant-picker-month-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-year-panel .ant-picker-body {
padding: 0 8px;
}
.ant-picker-month-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner {
width: 60px;
}
.ant-picker-month-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-year-panel .ant-picker-cell-range-hover-start:after {
left: 14px;
border-left: 1px dashed #7ec1ff;
border-radius: 2px 0 0 2px;
}
.ant-picker-month-panel .ant-picker-cell-range-hover-end:after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,
.ant-picker-year-panel .ant-picker-cell-range-hover-end:after {
right: 14px;
border-right: 1px dashed #7ec1ff;
border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end:after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end:after {
left: 14px;
border-left: 1px dashed #7ec1ff;
border-radius: 2px 0 0 2px;
}
.ant-picker-week-panel .ant-picker-body {
padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner {
background: transparent !important;
}
.ant-picker-week-panel-row td {
transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
background: #f5f5f5;
}
.ant-picker-week-panel-row-selected:hover td,
.ant-picker-week-panel-row-selected td {
background: #1890ff;
}
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected td.ant-picker-cell-week {
color: hsla(0deg, 0%, 100%, 0.5);
}
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner:before,
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner:before {
border-color: #fff;
}
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner {
color: #fff;
}
.ant-picker-date-panel .ant-picker-body {
padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
width: 36px;
}
.ant-picker-datetime-panel {
display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
border-left: 1px solid #f0f0f0;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
opacity: 1;
}
.ant-picker-time-panel {
width: auto;
min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
display: flex;
flex: auto;
height: 224px;
}
.ant-picker-time-panel-column {
flex: 1 0 auto;
width: 56px;
margin: 0;
padding: 0;
overflow-y: hidden;
text-align: left;
list-style: none;
transition: background 0.3s;
}
.ant-picker-time-panel-column:after {
display: block;
height: 196px;
content: "";
}
.ant-picker-datetime-panel .ant-picker-time-panel-column:after {
height: 198px;
}
.ant-picker-time-panel-column:not(:first-child) {
border-left: 1px solid #f0f0f0;
}
.ant-picker-time-panel-column-active {
background: rgba(230, 247, 255, 0.2);
}
.ant-picker-time-panel-column:hover {
overflow-y: auto;
}
.ant-picker-time-panel-column > li {
margin: 0;
padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
display: block;
width: 100%;
height: 28px;
margin: 0;
padding: 0 0 0 14px;
color: rgba(0, 0, 0, 0.85);
line-height: 28px;
border-radius: 0;
cursor: pointer;
transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
background: #f5f5f5;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
background: #e6f7ff;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
color: rgba(0, 0, 0, 0.25);
background: transparent;
cursor: not-allowed;
}
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
padding: 21px 0;
}
.ant-picker-rtl {
direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
margin-right: 4px;
margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
right: auto;
left: 0;
}
.ant-picker-rtl .ant-picker-separator {
transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
margin-right: 8px;
margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
right: auto;
left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
margin-right: 11px;
margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
float: left;
margin-right: 8px;
margin-left: 0;
}
.ant-picker-panel-rtl {
direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
position: relative;
z-index: 2;
display: inline-block;
min-width: 24px;
height: 24px;
line-height: 24px;
border-radius: 2px;
transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:before {
right: 50%;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:before {
right: 0;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end:before {
right: 50%;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
right: 0;
left: -6px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after {
right: -6px;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start:after {
right: 0;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end:after {
right: 50%;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range:after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child:after {
right: 6px;
left: 0;
border-right: 1px dashed #7ec1ff;
border-left: none;
border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range:after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child:after {
right: 0;
left: 6px;
border-right: none;
border-left: 1px dashed #7ec1ff;
border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover):after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover):after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover):after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child:after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child:after {
right: 6px;
left: 6px;
border-right: 1px dashed #7ec1ff;
border-left: 1px dashed #7ec1ff;
border-radius: 2px;
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
direction: rtl;
text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
direction: ltr;
}
.ant-descriptions-header {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.ant-descriptions-title {
flex: auto;
overflow: hidden;
color: rgba(0, 0, 0, 0.85);
font-weight: 700;
font-size: 16px;
line-height: 1.5715;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-descriptions-extra {
margin-left: auto;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
}
.ant-descriptions-view {
width: 100%;
border-radius: 2px;
}
.ant-descriptions-view table {
width: 100%;
table-layout: fixed;
}
.ant-descriptions-row > td,
.ant-descriptions-row > th {
padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
border-bottom: none;
}
.ant-descriptions-item-label {
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
font-size: 14px;
line-height: 1.5715;
text-align: start;
}
.ant-descriptions-item-label:after {
content: ":";
position: relative;
top: -0.5px;
margin: 0 8px 0 2px;
}
.ant-descriptions-item-label.ant-descriptions-item-no-colon:after {
content: " ";
}
.ant-descriptions-item-no-label:after {
margin: 0;
content: "";
}
.ant-descriptions-item-content {
display: table-cell;
flex: 1;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
line-height: 1.5715;
word-break: break-word;
overflow-wrap: break-word;
}
.ant-descriptions-item {
padding-bottom: 0;
vertical-align: top;
}
.ant-descriptions-item-container {
display: flex;
}
.ant-descriptions-item-container .ant-descriptions-item-content,
.ant-descriptions-item-container .ant-descriptions-item-label {
display: inline-flex;
align-items: baseline;
}
.ant-descriptions-middle .ant-descriptions-row > td,
.ant-descriptions-middle .ant-descriptions-row > th {
padding-bottom: 12px;
}
.ant-descriptions-small .ant-descriptions-row > td,
.ant-descriptions-small .ant-descriptions-row > th {
padding-bottom: 8px;
}
.ant-descriptions-bordered .ant-descriptions-view {
border: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
table-layout: auto;
border-collapse: collapse;
}
.ant-descriptions-bordered .ant-descriptions-item-content,
.ant-descriptions-bordered .ant-descriptions-item-label {
padding: 16px 24px;
border-right: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-item-content:last-child,
.ant-descriptions-bordered .ant-descriptions-item-label:last-child {
border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label:after {
display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
border-bottom: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label {
padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label {
padding: 8px 16px;
}
.ant-descriptions-rtl {
direction: rtl;
}
.ant-descriptions-rtl .ant-descriptions-item-label:after {
margin: 0 2px 0 8px;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label {
border-right: none;
border-left: 1px solid #f0f0f0;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child {
border-left: none;
}
.ant-divider {
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";
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-vertical {
position: relative;
top: -0.06em;
display: inline-block;
height: 0.9em;
margin: 0 8px;
vertical-align: middle;
border-top: 0;
border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal {
display: flex;
clear: both;
width: 100%;
min-width: 100%;
margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
display: flex;
margin: 16px 0;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
font-size: 16px;
white-space: nowrap;
text-align: center;
border-top: 0;
border-top-color: rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal.ant-divider-with-text:after,
.ant-divider-horizontal.ant-divider-with-text:before {
position: relative;
top: 50%;
width: 50%;
border-top: 1px solid transparent;
border-top-color: inherit;
border-bottom: 0;
transform: translateY(50%);
content: "";
}
.ant-divider-horizontal.ant-divider-with-text-left:before {
top: 50%;
width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left:after,
.ant-divider-horizontal.ant-divider-with-text-right:before {
top: 50%;
width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right:after {
top: 50%;
width: 5%;
}
.ant-divider-inner-text {
display: inline-block;
padding: 0 1em;
}
.ant-divider-dashed {
background: none;
border: dashed rgba(0, 0, 0, 0.06);
border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before {
border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
font-size: 14px;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left:before {
width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left:after {
width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
padding-left: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right:before {
width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right:after {
width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
padding-right: 0;
}
.ant-divider-rtl {
direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left:before {
width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left:after,
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right:before {
width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right:after {
width: 95%;
}
.ant-drawer {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
pointer-events: none;
}
.ant-drawer-inline {
position: absolute;
}
.ant-drawer-mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
background: rgba(0, 0, 0, 0.45);
pointer-events: auto;
}
.ant-drawer-content-wrapper {
position: absolute;
z-index: 1000;
transition: all 0.3s;
}
.ant-drawer-content-wrapper-hidden {
display: none;
}
.ant-drawer-left > .ant-drawer-content-wrapper {
top: 0;
bottom: 0;
left: 0;
box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right > .ant-drawer-content-wrapper {
top: 0;
right: 0;
bottom: 0;
box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-top > .ant-drawer-content-wrapper {
top: 0;
right: 0;
left: 0;
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom > .ant-drawer-content-wrapper {
right: 0;
bottom: 0;
left: 0;
box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-content {
width: 100%;
height: 100%;
overflow: auto;
background: #fff;
pointer-events: auto;
}
.ant-drawer-wrapper-body {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.ant-drawer-header {
display: flex;
flex: 0;
align-items: center;
padding: 16px 24px;
font-size: 16px;
line-height: 22px;
border-bottom: 1px solid #f0f0f0;
}
.ant-drawer-header-title {
display: flex;
flex: 1;
align-items: center;
min-width: 0;
min-height: 0;
}
.ant-drawer-extra {
flex: none;
}
.ant-drawer-close {
display: inline-block;
margin-right: 12px;
color: rgba(0, 0, 0, 0.45);
font-weight: 700;
font-size: 16px;
font-style: normal;
line-height: 1;
text-align: center;
text-transform: none;
text-decoration: none;
background: transparent;
border: 0;
outline: 0;
cursor: pointer;
transition: color 0.3s;
text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
color: rgba(0, 0, 0, 0.75);
text-decoration: none;
}
.ant-drawer-title {
flex: 1;
margin: 0;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
font-size: 16px;
line-height: 22px;
}
.ant-drawer-body {
flex: 1;
min-width: 0;
min-height: 0;
padding: 24px;
overflow: auto;
}
.ant-drawer-footer {
flex-shrink: 0;
padding: 10px 16px;
border-top: 1px solid #f0f0f0;
}
.panel-motion-appear-start,
.panel-motion-enter-start,
.panel-motion-leave-start {
transition: none;
}
.ant-drawer-mask-motion-appear-active,
.ant-drawer-mask-motion-enter-active,
.ant-drawer-mask-motion-leave-active,
.panel-motion-appear-active,
.panel-motion-enter-active,
.panel-motion-leave-active {
transition: all 0.3s;
}
.ant-drawer-mask-motion-appear,
.ant-drawer-mask-motion-enter {
opacity: 0;
}
.ant-drawer-mask-motion-appear-active,
.ant-drawer-mask-motion-enter-active,
.ant-drawer-mask-motion-leave {
opacity: 1;
}
.ant-drawer-mask-motion-leave-active {
opacity: 0;
}
.ant-drawer-panel-motion-left-appear-start,
.ant-drawer-panel-motion-left-enter-start,
.ant-drawer-panel-motion-left-leave-start {
transition: none;
}
.ant-drawer-panel-motion-left-appear-active,
.ant-drawer-panel-motion-left-enter-active,
.ant-drawer-panel-motion-left-leave-active {
transition: all 0.3s;
}
.ant-drawer-panel-motion-left-appear-start,
.ant-drawer-panel-motion-left-enter-start {
transform: translateX(-100%) !important;
}
.ant-drawer-panel-motion-left-appear-active,
.ant-drawer-panel-motion-left-enter-active,
.ant-drawer-panel-motion-left-leave {
transform: translateX(0);
}
.ant-drawer-panel-motion-left-leave-active {
transform: translateX(-100%);
}
.ant-drawer-panel-motion-right-appear-start,
.ant-drawer-panel-motion-right-enter-start,
.ant-drawer-panel-motion-right-leave-start {
transition: none;
}
.ant-drawer-panel-motion-right-appear-active,
.ant-drawer-panel-motion-right-enter-active,
.ant-drawer-panel-motion-right-leave-active {
transition: all 0.3s;
}
.ant-drawer-panel-motion-right-appear-start,
.ant-drawer-panel-motion-right-enter-start {
transform: translateX(100%) !important;
}
.ant-drawer-panel-motion-right-appear-active,
.ant-drawer-panel-motion-right-enter-active,
.ant-drawer-panel-motion-right-leave {
transform: translateX(0);
}
.ant-drawer-panel-motion-right-leave-active {
transform: translateX(100%);
}
.ant-drawer-panel-motion-top-appear-start,
.ant-drawer-panel-motion-top-enter-start,
.ant-drawer-panel-motion-top-leave-start {
transition: none;
}
.ant-drawer-panel-motion-top-appear-active,
.ant-drawer-panel-motion-top-enter-active,
.ant-drawer-panel-motion-top-leave-active {
transition: all 0.3s;
}
.ant-drawer-panel-motion-top-appear-start,
.ant-drawer-panel-motion-top-enter-start {
transform: translateY(-100%) !important;
}
.ant-drawer-panel-motion-top-appear-active,
.ant-drawer-panel-motion-top-enter-active,
.ant-drawer-panel-motion-top-leave {
transform: translateY(0);
}
.ant-drawer-panel-motion-top-leave-active {
transform: translateY(-100%);
}
.ant-drawer-panel-motion-bottom-appear-start,
.ant-drawer-panel-motion-bottom-enter-start,
.ant-drawer-panel-motion-bottom-leave-start {
transition: none;
}
.ant-drawer-panel-motion-bottom-appear-active,
.ant-drawer-panel-motion-bottom-enter-active,
.ant-drawer-panel-motion-bottom-leave-active {
transition: all 0.3s;
}
.ant-drawer-panel-motion-bottom-appear-start,
.ant-drawer-panel-motion-bottom-enter-start {
transform: translateY(100%) !important;
}
.ant-drawer-panel-motion-bottom-appear-active,
.ant-drawer-panel-motion-bottom-enter-active,
.ant-drawer-panel-motion-bottom-leave {
transform: translateY(0);
}
.ant-drawer-panel-motion-bottom-leave-active {
transform: translateY(100%);
}
.ant-drawer-rtl {
direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
margin-right: 0;
margin-left: 12px;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
color: #ff4d4f;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
color: #fff;
background-color: #ff4d4f;
}
.ant-dropdown {
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;
top: -9999px;
left: -9999px;
z-index: 1050;
display: block;
}
.ant-dropdown:before {
position: absolute;
top: -4px;
right: 0;
bottom: -4px;
left: -7px;
z-index: -9999;
opacity: 0.0001;
content: " ";
}
.ant-dropdown-wrap {
position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
font-size: 10px;
}
.ant-dropdown-wrap .anticon-down:before {
transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down:before {
transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden,
.ant-dropdown-menu-submenu-hidden {
display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-top,
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
padding-bottom: 15.3137085px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
padding-top: 15.3137085px;
}
.ant-dropdown-arrow {
position: absolute;
z-index: 1;
display: block;
width: 11.3137085px;
height: 11.3137085px;
border-radius: 0 0 2px;
pointer-events: none;
}
.ant-dropdown-arrow:before {
position: absolute;
top: -11.3137085px;
left: -11.3137085px;
width: 33.9411255px;
height: 33.9411255px;
background: #fff;
background-repeat: no-repeat;
background-position: -10px -10px;
content: "";
-webkit-clip-path: inset(33% 33%);
clip-path: inset(33% 33%);
-webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
}
.ant-dropdown-placement-top > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
bottom: 10px;
box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
transform: rotate(45deg);
}
.ant-dropdown-placement-top > .ant-dropdown-arrow {
left: 50%;
transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
left: 16px;
}
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
right: 16px;
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
top: 9.41421356px;
box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
transform: rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
left: 50%;
transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
left: 16px;
}
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
right: 16px;
}
.ant-dropdown-menu {
position: relative;
margin: 0;
padding: 4px 0;
text-align: left;
list-style-type: none;
background-color: #fff;
background-clip: padding-box;
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-dropdown-menu-item-group-title {
padding: 5px 12px;
color: rgba(0, 0, 0, 0.45);
transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
position: absolute;
z-index: 1050;
background: transparent;
box-shadow: none;
transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup li,
.ant-dropdown-menu-submenu-popup ul {
list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
margin-right: 0.3em;
margin-left: 0.3em;
}
.ant-dropdown-menu-item {
position: relative;
display: flex;
align-items: center;
}
.ant-dropdown-menu-item-icon {
min-width: 12px;
margin-right: 8px;
font-size: 12px;
}
.ant-dropdown-menu-title-content {
flex: auto;
}
.ant-dropdown-menu-title-content > a {
color: inherit;
transition: all 0.3s;
}
.ant-dropdown-menu-title-content > a:hover {
color: inherit;
}
.ant-dropdown-menu-title-content > a:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
clear: both;
margin: 0;
padding: 5px 12px;
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
font-size: 14px;
line-height: 22px;
cursor: pointer;
transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
color: #1890ff;
background-color: #e6f7ff;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active,
.ant-dropdown-menu-submenu-title:hover {
background-color: #f5f5f5;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
color: rgba(0, 0, 0, 0.25);
background-color: #fff;
cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title-disabled a {
pointer-events: none;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
height: 1px;
margin: 4px 0;
overflow: hidden;
line-height: 0;
background-color: #f0f0f0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
position: absolute;
right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
margin-right: 0 !important;
color: rgba(0, 0, 0, 0.45);
font-size: 10px;
font-style: normal;
}
.ant-dropdown-menu-item-group-list {
margin: 0 8px;
padding: 0;
list-style: none;
}
.ant-dropdown-menu-submenu-title {
padding-right: 24px;
}
.ant-dropdown-menu-submenu-vertical {
position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
position: absolute;
top: 0;
left: 100%;
min-width: 100%;
margin-left: 4px;
transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
color: rgba(0, 0, 0, 0.25);
background-color: #fff;
cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
color: #1890ff;
}
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight {
animation-name: antSlideUpIn;
}
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight {
animation-name: antSlideDownIn;
}
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
animation-name: antSlideUpOut;
}
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
animation-name: antSlideDownOut;
}
.ant-dropdown-button > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-trigger > .anticon.anticon-down {
font-size: 10px;
vertical-align: baseline;
}
.ant-dropdown-button {
white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
cursor: default;
pointer-events: none;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn:before {
display: block;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
padding-right: 8px;
padding-left: 8px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
color: hsla(0deg, 0%, 100%, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover {
color: #fff;
background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
color: #fff;
background: #1890ff;
}
.ant-dropdown-rtl {
direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown:before {
right: -7px;
left: 0;
}
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title,
.ant-dropdown-menu.ant-dropdown-menu-rtl,
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title {
direction: rtl;
text-align: right;
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
transform-origin: 100% 0;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
margin-right: 0;
margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
right: auto;
left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
margin-left: 0 !important;
transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
padding-right: 12px;
padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
right: 100%;
left: 0;
margin-right: 4px;
margin-left: 0;
}
.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,
.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;
}
.ant-form-item .ant-input-number + .ant-form-text {
margin-left: 8px;
}
.ant-form-inline {
display: flex;
flex-wrap: wrap;
}
.ant-form-inline .ant-form-item {
flex: none;
flex-wrap: nowrap;
margin-right: 16px;
margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control,
.ant-form-inline .ant-form-item > .ant-form-item-label {
display: inline-block;
vertical-align: top;
}
.ant-form-inline .ant-form-item > .ant-form-item-label {
flex: none;
}
.ant-form-inline .ant-form-item .ant-form-item-has-feedback,
.ant-form-inline .ant-form-item .ant-form-text {
display: inline-block;
}
.ant-form-horizontal .ant-form-item-label {
flex-grow: 0;
}
.ant-form-horizontal .ant-form-item-control {
flex: 1 1 0;
min-width: 0;
}
.ant-form-horizontal .ant-form-item-label[class$="-24"] + .ant-form-item-control,
.ant-form-horizontal .ant-form-item-label[class*="-24 "] + .ant-form-item-control {
min-width: unset;
}
.ant-form-vertical .ant-form-item-row {
flex-direction: column;
}
.ant-form-vertical .ant-form-item-label > label {
height: auto;
}
.ant-form-vertical .ant-form-item .ant-form-item-control {
width: 100%;
}
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label,
.ant-form-vertical .ant-form-item-label {
padding: 0 0 8px;
line-height: 1.5715;
white-space: normal;
text-align: left;
}
.ant-col-24.ant-form-item-label > label,
.ant-col-xl-24.ant-form-item-label > label,
.ant-form-vertical .ant-form-item-label > label {
margin: 0;
}
.ant-col-24.ant-form-item-label > label:after,
.ant-col-xl-24.ant-form-item-label > label:after,
.ant-form-vertical .ant-form-item-label > label:after {
display: none;
}
.ant-form-rtl.ant-col-24.ant-form-item-label,
.ant-form-rtl.ant-col-xl-24.ant-form-item-label,
.ant-form-rtl.ant-form-vertical .ant-form-item-label {
text-align: right;
}
@media (max-width: 575px) {
.ant-form-item .ant-form-item-label {
padding: 0 0 8px;
line-height: 1.5715;
white-space: normal;
text-align: left;
}
.ant-form-item .ant-form-item-label > label {
margin: 0;
}
.ant-form-item .ant-form-item-label > label:after {
display: none;
}
.ant-form-rtl.ant-form-item .ant-form-item-label {
text-align: right;
}
.ant-form .ant-form-item {
flex-wrap: wrap;
}
.ant-form .ant-form-item .ant-form-item-control,
.ant-form .ant-form-item .ant-form-item-label {
flex: 0 0 100%;
max-width: 100%;
}
.ant-col-xs-24.ant-form-item-label {
padding: 0 0 8px;
line-height: 1.5715;
white-space: normal;
text-align: left;
}
.ant-col-xs-24.ant-form-item-label > label {
margin: 0;
}
.ant-col-xs-24.ant-form-item-label > label:after {
display: none;
}
.ant-form-rtl.ant-col-xs-24.ant-form-item-label {
text-align: right;
}
}
@media (max-width: 767px) {
.ant-col-sm-24.ant-form-item-label {
padding: 0 0 8px;
line-height: 1.5715;
white-space: normal;
text-align: left;
}
.ant-col-sm-24.ant-form-item-label > label {
margin: 0;
}
.ant-col-sm-24.ant-form-item-label > label:after {
display: none;
}
.ant-form-rtl.ant-col-sm-24.ant-form-item-label {
text-align: right;
}
}
@media (max-width: 991px) {
.ant-col-md-24.ant-form-item-label {
padding: 0 0 8px;
line-height: 1.5715;
white-space: normal;
text-align: left;
}
.ant-col-md-24.ant-form-item-label > label {
margin: 0;
}
.ant-col-md-24.ant-form-item-label > label:after {
display: none;
}
.ant-form-rtl.ant-col-md-24.ant-form-item-label {
text-align: right;
}
}
@media (max-width: 1199px) {
.ant-col-lg-24.ant-form-item-label {
padding: 0 0 8px;
line-height: 1.5715;
white-space: normal;
text-align: left;
}
.ant-col-lg-24.ant-form-item-label > label {
margin: 0;
}
.ant-col-lg-24.ant-form-item-label > label:after {
display: none;
}
.ant-form-rtl.ant-col-lg-24.ant-form-item-label {
text-align: right;
}
}
@media (max-width: 1599px) {
.ant-col-xl-24.ant-form-item-label {
padding: 0 0 8px;
line-height: 1.5715;
white-space: normal;
text-align: left;
}
.ant-col-xl-24.ant-form-item-label > label {
margin: 0;
}
.ant-col-xl-24.ant-form-item-label > label:after {
display: none;
}
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
text-align: right;
}
}
.ant-form-item-explain-error {
color: #ff4d4f;
}
.ant-form-item-explain-warning {
color: #faad14;
}
.ant-form-item-has-feedback .ant-switch {
margin: 2px 0 4px;
}
.ant-form-item-has-warning .ant-form-item-split {
color: #faad14;
}
.ant-form-item-has-error .ant-form-item-split {
color: #ff4d4f;
}
.ant-form {
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-form legend {
display: block;
width: 100%;
margin-bottom: 20px;
padding: 0;
color: rgba(0, 0, 0, 0.45);
font-size: 16px;
line-height: inherit;
border: 0;
border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
font-size: 14px;
}
.ant-form input[type=search] {
box-sizing: border-box;
}
.ant-form input[type=checkbox],
.ant-form input[type=radio] {
line-height: normal;
}
.ant-form input[type=file] {
display: block;
}
.ant-form input[type=range] {
display: block;
width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
height: auto;
}
.ant-form input[type=checkbox]:focus,
.ant-form input[type=file]:focus,
.ant-form input[type=radio]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.ant-form output {
display: block;
padding-top: 15px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
line-height: 1.5715;
}
.ant-form .ant-form-text {
display: inline-block;
padding-right: 8px;
}
.ant-form-small .ant-form-item-label > label {
height: 24px;
}
.ant-form-small .ant-form-item-control-input {
min-height: 24px;
}
.ant-form-large .ant-form-item-label > label {
height: 40px;
}
.ant-form-large .ant-form-item-control-input {
min-height: 40px;
}
.ant-form-item {
box-sizing: border-box;
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";
margin: 0 0 24px;
vertical-align: top;
}
.ant-form-item-with-help {
transition: none;
}
.ant-form-item-hidden,
.ant-form-item-hidden.ant-row {
display: none;
}
.ant-form-item-label {
display: inline-block;
flex-grow: 0;
overflow: hidden;
white-space: nowrap;
text-align: right;
vertical-align: middle;
}
.ant-form-item-label-left {
text-align: left;
}
.ant-form-item-label-wrap {
overflow: unset;
line-height: 1.3215em;
white-space: unset;
}
.ant-form-item-label > label {
position: relative;
display: inline-flex;
align-items: center;
max-width: 100%;
height: 32px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
}
.ant-form-item-label > label > .anticon {
font-size: 14px;
vertical-align: top;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
display: inline-block;
margin-right: 4px;
color: #ff4d4f;
font-size: 14px;
font-family: SimSun, sans-serif;
line-height: 1;
content: "*";
}
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
display: none;
}
.ant-form-item-label > label .ant-form-item-optional {
display: inline-block;
margin-left: 4px;
color: rgba(0, 0, 0, 0.45);
}
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
display: none;
}
.ant-form-item-label > label .ant-form-item-tooltip {
color: rgba(0, 0, 0, 0.45);
cursor: help;
-ms-writing-mode: lr-tb;
writing-mode: horizontal-tb;
-webkit-margin-start: 4px;
margin-inline-start: 4px;
}
.ant-form-item-label > label:after {
content: ":";
position: relative;
top: -0.5px;
margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon:after {
content: " ";
}
.ant-form-item-control {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.ant-form-item-control:first-child:not([class^=ant-col-]):not([class*=" ant-col-"]) {
width: 100%;
}
.ant-form-item-control-input {
position: relative;
display: flex;
align-items: center;
min-height: 32px;
}
.ant-form-item-control-input-content {
flex: auto;
max-width: 100%;
}
.ant-form-item-explain,
.ant-form-item-extra {
clear: both;
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
line-height: 1.5715;
transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-item-explain-connected {
width: 100%;
}
.ant-form-item-extra {
min-height: 24px;
}
.ant-form-item-with-help .ant-form-item-explain {
height: auto;
opacity: 1;
}
.ant-form-item-feedback-icon {
font-size: 14px;
text-align: center;
visibility: visible;
animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
pointer-events: none;
}
.ant-form-item-feedback-icon-success {
color: #52c41a;
}
.ant-form-item-feedback-icon-error {
color: #ff4d4f;
}
.ant-form-item-feedback-icon-warning {
color: #faad14;
}
.ant-form-item-feedback-icon-validating {
color: #1890ff;
}
.ant-show-help {
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-show-help-appear,
.ant-show-help-enter {
opacity: 0;
}
.ant-show-help-appear-active,
.ant-show-help-enter-active,
.ant-show-help-leave {
opacity: 1;
}
.ant-show-help-leave-active {
opacity: 0;
}
.ant-show-help-item {
overflow: hidden;
transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-show-help-item-appear,
.ant-show-help-item-enter {
transform: translateY(-5px);
opacity: 0;
}
.ant-show-help-item-appear-active,
.ant-show-help-item-enter-active {
transform: translateY(0);
opacity: 1;
}
.ant-show-help-item-leave {
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-show-help-item-leave-active {
transform: translateY(-5px);
}
@keyframes diffZoomIn1 {
0% {
transform: scale(0);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@keyframes diffZoomIn2 {
0% {
transform: scale(0);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@keyframes diffZoomIn3 {
0% {
transform: scale(0);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
.ant-form-rtl {
direction: rtl;
}
.ant-form-rtl .ant-form-item-label {
text-align: left;
}
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required:before {
margin-right: 0;
margin-left: 4px;
}
.ant-form-rtl .ant-form-item-label > label:after {
margin: 0 2px 0 8px;
}
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
margin-right: 4px;
margin-left: 0;
}
.ant-col-rtl .ant-form-item-control:first-child {
width: 100%;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
padding-right: 11px;
padding-left: 24px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
padding-right: 11px;
padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input,
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
right: auto;
left: 28px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear {
right: auto;
left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value {
padding-right: 0;
padding-left: 42px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
margin-right: 0;
margin-left: 19px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
right: auto;
left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker,
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
padding-right: 11px;
padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
padding-right: 7px;
padding-left: 25.2px;
}
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
right: auto;
left: 0;
}
.ant-form-rtl.ant-form-inline .ant-form-item {
margin-right: 0;
margin-left: 16px;
}
.ant-row {
flex-flow: row wrap;
min-width: 0;
}
.ant-row,
.ant-row:after,
.ant-row:before {
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-space-evenly {
justify-content: space-evenly;
}
.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-col-offset-8 {
margin-left: 33.33333333%;
}
.ant-col-order-8 {
order: 8;
}
.ant-col-7 {
display: block;
flex: 0 0 29.16666667%;
max-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;
flex: 0 0 25%;
max-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;
flex: 0 0 20.83333333%;
max-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;
flex: 0 0 16.66666667%;
max-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;
flex: 0 0 12.5%;
max-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;
flex: 0 0 8.33333333%;
max-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;
flex: 0 0 4.16666667%;
max-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-offset-0 {
margin-left: 0;
}
.ant-col-order-0 {
order: 0;
}
.ant-col-offset-0.ant-col-rtl {
margin-right: 0;
}
.ant-col-push-1.ant-col-rtl {
right: 4.16666667%;
left: auto;
}
.ant-col-pull-1.ant-col-rtl {
right: auto;
left: 4.16666667%;
}
.ant-col-offset-1.ant-col-rtl {
margin-right: 4.16666667%;
margin-left: 0;
}
.ant-col-push-2.ant-col-rtl {
right: 8.33333333%;
left: auto;
}
.ant-col-pull-2.ant-col-rtl {
right: auto;
left: 8.33333333%;
}
.ant-col-offset-2.ant-col-rtl {
margin-right: 8.33333333%;
margin-left: 0;
}
.ant-col-push-3.ant-col-rtl {
right: 12.5%;
left: auto;
}
.ant-col-pull-3.ant-col-rtl {
right: auto;
left: 12.5%;
}
.ant-col-offset-3.ant-col-rtl {
margin-right: 12.5%;
margin-left: 0;
}
.ant-col-push-4.ant-col-rtl {
right: 16.66666667%;
left: auto;
}
.ant-col-pull-4.ant-col-rtl {
right: auto;
left: 16.66666667%;
}
.ant-col-offset-4.ant-col-rtl {
margin-right: 16.66666667%;
margin-left: 0;
}
.ant-col-push-5.ant-col-rtl {
right: 20.83333333%;
left: auto;
}
.ant-col-pull-5.ant-col-rtl {
right: auto;
left: 20.83333333%;
}
.ant-col-offset-5.ant-col-rtl {
margin-right: 20.83333333%;
margin-left: 0;
}
.ant-col-push-6.ant-col-rtl {
right: 25%;
left: auto;
}
.ant-col-pull-6.ant-col-rtl {
right: auto;
left: 25%;
}
.ant-col-offset-6.ant-col-rtl {
margin-right: 25%;
margin-left: 0;
}
.ant-col-push-7.ant-col-rtl {
right: 29.16666667%;
left: auto;
}
.ant-col-pull-7.ant-col-rtl {
right: auto;
left: 29.16666667%;
}
.ant-col-offset-7.ant-col-rtl {
margin-right: 29.16666667%;
margin-left: 0;
}
.ant-col-push-8.ant-col-rtl {
right: 33.33333333%;
left: auto;
}
.ant-col-pull-8.ant-col-rtl {
right: auto;
left: 33.33333333%;
}
.ant-col-offset-8.ant-col-rtl {
margin-right: 33.33333333%;
margin-left: 0;
}
.ant-col-push-9.ant-col-rtl {
right: 37.5%;
left: auto;
}
.ant-col-pull-9.ant-col-rtl {
right: auto;
left: 37.5%;
}
.ant-col-offset-9.ant-col-rtl {
margin-right: 37.5%;
margin-left: 0;
}
.ant-col-push-10.ant-col-rtl {
right: 41.66666667%;
left: auto;
}
.ant-col-pull-10.ant-col-rtl {
right: auto;
left: 41.66666667%;
}
.ant-col-offset-10.ant-col-rtl {
margin-right: 41.66666667%;
margin-left: 0;
}
.ant-col-push-11.ant-col-rtl {
right: 45.83333333%;
left: auto;
}
.ant-col-pull-11.ant-col-rtl {
right: auto;
left: 45.83333333%;
}
.ant-col-offset-11.ant-col-rtl {
margin-right: 45.83333333%;
margin-left: 0;
}
.ant-col-push-12.ant-col-rtl {
right: 50%;
left: auto;
}
.ant-col-pull-12.ant-col-rtl {
right: auto;
left: 50%;
}
.ant-col-offset-12.ant-col-rtl {
margin-right: 50%;
margin-left: 0;
}
.ant-col-push-13.ant-col-rtl {
right: 54.16666667%;
left: auto;
}
.ant-col-pull-13.ant-col-rtl {
right: auto;
left: 54.16666667%;
}
.ant-col-offset-13.ant-col-rtl {
margin-right: 54.16666667%;
margin-left: 0;
}
.ant-col-push-14.ant-col-rtl {
right: 58.33333333%;
left: auto;
}
.ant-col-pull-14.ant-col-rtl {
right: auto;
left: 58.33333333%;
}
.ant-col-offset-14.ant-col-rtl {
margin-right: 58.33333333%;
margin-left: 0;
}
.ant-col-push-15.ant-col-rtl {
right: 62.5%;
left: auto;
}
.ant-col-pull-15.ant-col-rtl {
right: auto;
left: 62.5%;
}
.ant-col-offset-15.ant-col-rtl {
margin-right: 62.5%;
margin-left: 0;
}
.ant-col-push-16.ant-col-rtl {
right: 66.66666667%;
left: auto;
}
.ant-col-pull-16.ant-col-rtl {
right: auto;
left: 66.66666667%;
}
.ant-col-offset-16.ant-col-rtl {
margin-right: 66.66666667%;
margin-left: 0;
}
.ant-col-push-17.ant-col-rtl {
right: 70.83333333%;
left: auto;
}
.ant-col-pull-17.ant-col-rtl {
right: auto;
left: 70.83333333%;
}
.ant-col-offset-17.ant-col-rtl {
margin-right: 70.83333333%;
margin-left: 0;
}
.ant-col-push-18.ant-col-rtl {
right: 75%;
left: auto;
}
.ant-col-pull-18.ant-col-rtl {
right: auto;
left: 75%;
}
.ant-col-offset-18.ant-col-rtl {
margin-right: 75%;
margin-left: 0;
}
.ant-col-push-19.ant-col-rtl {
right: 79.16666667%;
left: auto;
}
.ant-col-pull-19.ant-col-rtl {
right: auto;
left: 79.16666667%;
}
.ant-col-offset-19.ant-col-rtl {
margin-right: 79.16666667%;
margin-left: 0;
}
.ant-col-push-20.ant-col-rtl {
right: 83.33333333%;
left: auto;
}
.ant-col-pull-20.ant-col-rtl {
right: auto;
left: 83.33333333%;
}
.ant-col-offset-20.ant-col-rtl {
margin-right: 83.33333333%;
margin-left: 0;
}
.ant-col-push-21.ant-col-rtl {
right: 87.5%;
left: auto;
}
.ant-col-pull-21.ant-col-rtl {
right: auto;
left: 87.5%;
}
.ant-col-offset-21.ant-col-rtl {
margin-right: 87.5%;
margin-left: 0;
}
.ant-col-push-22.ant-col-rtl {
right: 91.66666667%;
left: auto;
}
.ant-col-pull-22.ant-col-rtl {
right: auto;
left: 91.66666667%;
}
.ant-col-offset-22.ant-col-rtl {
margin-right: 91.66666667%;
margin-left: 0;
}
.ant-col-push-23.ant-col-rtl {
right: 95.83333333%;
left: auto;
}
.ant-col-pull-23.ant-col-rtl {
right: auto;
left: 95.83333333%;
}
.ant-col-offset-23.ant-col-rtl {
margin-right: 95.83333333%;
margin-left: 0;
}
.ant-col-push-24.ant-col-rtl {
right: 100%;
left: auto;
}
.ant-col-pull-24.ant-col-rtl {
right: auto;
left: 100%;
}
.ant-col-offset-24.ant-col-rtl {
margin-right: 100%;
margin-left: 0;
}
.ant-col-xs-24 {
display: block;
flex: 0 0 100%;
max-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;
flex: 0 0 95.83333333%;
max-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;
flex: 0 0 91.66666667%;
max-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;
flex: 0 0 87.5%;
max-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;
flex: 0 0 83.33333333%;
max-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;
flex: 0 0 79.16666667%;
max-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;
flex: 0 0 75%;
max-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;
flex: 0 0 70.83333333%;
max-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;
flex: 0 0 66.66666667%;
max-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;
flex: 0 0 62.5%;
max-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;
flex: 0 0 58.33333333%;
max-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;
flex: 0 0 54.16666667%;
max-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;
flex: 0 0 50%;
max-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;
flex: 0 0 45.83333333%;
max-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;
flex: 0 0 41.66666667%;
max-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;
flex: 0 0 37.5%;
max-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;
flex: 0 0 33.33333333%;
max-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;
flex: 0 0 29.16666667%;
max-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;
flex: 0 0 25%;
max-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;
flex: 0 0 20.83333333%;
max-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;
flex: 0 0 16.66666667%;
max-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;
flex: 0 0 12.5%;
max-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;
flex: 0 0 8.33333333%;
max-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;
flex: 0 0 4.16666667%;
max-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;
}
.ant-col-push-0.ant-col-rtl {
right: auto;
}
.ant-col-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-xs-push-0.ant-col-rtl {
right: auto;
}
.ant-col-xs-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-xs-offset-0.ant-col-rtl {
margin-right: 0;
}
.ant-col-xs-push-1.ant-col-rtl {
right: 4.16666667%;
left: auto;
}
.ant-col-xs-pull-1.ant-col-rtl {
right: auto;
left: 4.16666667%;
}
.ant-col-xs-offset-1.ant-col-rtl {
margin-right: 4.16666667%;
margin-left: 0;
}
.ant-col-xs-push-2.ant-col-rtl {
right: 8.33333333%;
left: auto;
}
.ant-col-xs-pull-2.ant-col-rtl {
right: auto;
left: 8.33333333%;
}
.ant-col-xs-offset-2.ant-col-rtl {
margin-right: 8.33333333%;
margin-left: 0;
}
.ant-col-xs-push-3.ant-col-rtl {
right: 12.5%;
left: auto;
}
.ant-col-xs-pull-3.ant-col-rtl {
right: auto;
left: 12.5%;
}
.ant-col-xs-offset-3.ant-col-rtl {
margin-right: 12.5%;
margin-left: 0;
}
.ant-col-xs-push-4.ant-col-rtl {
right: 16.66666667%;
left: auto;
}
.ant-col-xs-pull-4.ant-col-rtl {
right: auto;
left: 16.66666667%;
}
.ant-col-xs-offset-4.ant-col-rtl {
margin-right: 16.66666667%;
margin-left: 0;
}
.ant-col-xs-push-5.ant-col-rtl {
right: 20.83333333%;
left: auto;
}
.ant-col-xs-pull-5.ant-col-rtl {
right: auto;
left: 20.83333333%;
}
.ant-col-xs-offset-5.ant-col-rtl {
margin-right: 20.83333333%;
margin-left: 0;
}
.ant-col-xs-push-6.ant-col-rtl {
right: 25%;
left: auto;
}
.ant-col-xs-pull-6.ant-col-rtl {
right: auto;
left: 25%;
}
.ant-col-xs-offset-6.ant-col-rtl {
margin-right: 25%;
margin-left: 0;
}
.ant-col-xs-push-7.ant-col-rtl {
right: 29.16666667%;
left: auto;
}
.ant-col-xs-pull-7.ant-col-rtl {
right: auto;
left: 29.16666667%;
}
.ant-col-xs-offset-7.ant-col-rtl {
margin-right: 29.16666667%;
margin-left: 0;
}
.ant-col-xs-push-8.ant-col-rtl {
right: 33.33333333%;
left: auto;
}
.ant-col-xs-pull-8.ant-col-rtl {
right: auto;
left: 33.33333333%;
}
.ant-col-xs-offset-8.ant-col-rtl {
margin-right: 33.33333333%;
margin-left: 0;
}
.ant-col-xs-push-9.ant-col-rtl {
right: 37.5%;
left: auto;
}
.ant-col-xs-pull-9.ant-col-rtl {
right: auto;
left: 37.5%;
}
.ant-col-xs-offset-9.ant-col-rtl {
margin-right: 37.5%;
margin-left: 0;
}
.ant-col-xs-push-10.ant-col-rtl {
right: 41.66666667%;
left: auto;
}
.ant-col-xs-pull-10.ant-col-rtl {
right: auto;
left: 41.66666667%;
}
.ant-col-xs-offset-10.ant-col-rtl {
margin-right: 41.66666667%;
margin-left: 0;
}
.ant-col-xs-push-11.ant-col-rtl {
right: 45.83333333%;
left: auto;
}
.ant-col-xs-pull-11.ant-col-rtl {
right: auto;
left: 45.83333333%;
}
.ant-col-xs-offset-11.ant-col-rtl {
margin-right: 45.83333333%;
margin-left: 0;
}
.ant-col-xs-push-12.ant-col-rtl {
right: 50%;
left: auto;
}
.ant-col-xs-pull-12.ant-col-rtl {
right: auto;
left: 50%;
}
.ant-col-xs-offset-12.ant-col-rtl {
margin-right: 50%;
margin-left: 0;
}
.ant-col-xs-push-13.ant-col-rtl {
right: 54.16666667%;
left: auto;
}
.ant-col-xs-pull-13.ant-col-rtl {
right: auto;
left: 54.16666667%;
}
.ant-col-xs-offset-13.ant-col-rtl {
margin-right: 54.16666667%;
margin-left: 0;
}
.ant-col-xs-push-14.ant-col-rtl {
right: 58.33333333%;
left: auto;
}
.ant-col-xs-pull-14.ant-col-rtl {
right: auto;
left: 58.33333333%;
}
.ant-col-xs-offset-14.ant-col-rtl {
margin-right: 58.33333333%;
margin-left: 0;
}
.ant-col-xs-push-15.ant-col-rtl {
right: 62.5%;
left: auto;
}
.ant-col-xs-pull-15.ant-col-rtl {
right: auto;
left: 62.5%;
}
.ant-col-xs-offset-15.ant-col-rtl {
margin-right: 62.5%;
margin-left: 0;
}
.ant-col-xs-push-16.ant-col-rtl {
right: 66.66666667%;
left: auto;
}
.ant-col-xs-pull-16.ant-col-rtl {
right: auto;
left: 66.66666667%;
}
.ant-col-xs-offset-16.ant-col-rtl {
margin-right: 66.66666667%;
margin-left: 0;
}
.ant-col-xs-push-17.ant-col-rtl {
right: 70.83333333%;
left: auto;
}
.ant-col-xs-pull-17.ant-col-rtl {
right: auto;
left: 70.83333333%;
}
.ant-col-xs-offset-17.ant-col-rtl {
margin-right: 70.83333333%;
margin-left: 0;
}
.ant-col-xs-push-18.ant-col-rtl {
right: 75%;
left: auto;
}
.ant-col-xs-pull-18.ant-col-rtl {
right: auto;
left: 75%;
}
.ant-col-xs-offset-18.ant-col-rtl {
margin-right: 75%;
margin-left: 0;
}
.ant-col-xs-push-19.ant-col-rtl {
right: 79.16666667%;
left: auto;
}
.ant-col-xs-pull-19.ant-col-rtl {
right: auto;
left: 79.16666667%;
}
.ant-col-xs-offset-19.ant-col-rtl {
margin-right: 79.16666667%;
margin-left: 0;
}
.ant-col-xs-push-20.ant-col-rtl {
right: 83.33333333%;
left: auto;
}
.ant-col-xs-pull-20.ant-col-rtl {
right: auto;
left: 83.33333333%;
}
.ant-col-xs-offset-20.ant-col-rtl {
margin-right: 83.33333333%;
margin-left: 0;
}
.ant-col-xs-push-21.ant-col-rtl {
right: 87.5%;
left: auto;
}
.ant-col-xs-pull-21.ant-col-rtl {
right: auto;
left: 87.5%;
}
.ant-col-xs-offset-21.ant-col-rtl {
margin-right: 87.5%;
margin-left: 0;
}
.ant-col-xs-push-22.ant-col-rtl {
right: 91.66666667%;
left: auto;
}
.ant-col-xs-pull-22.ant-col-rtl {
right: auto;
left: 91.66666667%;
}
.ant-col-xs-offset-22.ant-col-rtl {
margin-right: 91.66666667%;
margin-left: 0;
}
.ant-col-xs-push-23.ant-col-rtl {
right: 95.83333333%;
left: auto;
}
.ant-col-xs-pull-23.ant-col-rtl {
right: auto;
left: 95.83333333%;
}
.ant-col-xs-offset-23.ant-col-rtl {
margin-right: 95.83333333%;
margin-left: 0;
}
.ant-col-xs-push-24.ant-col-rtl {
right: 100%;
left: auto;
}
.ant-col-xs-pull-24.ant-col-rtl {
right: auto;
left: 100%;
}
.ant-col-xs-offset-24.ant-col-rtl {
margin-right: 100%;
margin-left: 0;
}
@media (min-width: 576px) {
.ant-col-sm-24 {
display: block;
flex: 0 0 100%;
max-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;
flex: 0 0 95.83333333%;
max-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;
flex: 0 0 91.66666667%;
max-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;
flex: 0 0 87.5%;
max-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;
flex: 0 0 83.33333333%;
max-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;
flex: 0 0 79.16666667%;
max-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;
flex: 0 0 75%;
max-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;
flex: 0 0 70.83333333%;
max-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;
flex: 0 0 66.66666667%;
max-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;
flex: 0 0 62.5%;
max-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;
flex: 0 0 58.33333333%;
max-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;
flex: 0 0 54.16666667%;
max-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;
flex: 0 0 50%;
max-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;
flex: 0 0 45.83333333%;
max-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;
flex: 0 0 41.66666667%;
max-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;
flex: 0 0 37.5%;
max-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;
flex: 0 0 33.33333333%;
max-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;
flex: 0 0 29.16666667%;
max-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;
flex: 0 0 25%;
max-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;
flex: 0 0 20.83333333%;
max-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;
flex: 0 0 16.66666667%;
max-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;
flex: 0 0 12.5%;
max-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;
flex: 0 0 8.33333333%;
max-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;
flex: 0 0 4.16666667%;
max-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;
}
.ant-col-push-0.ant-col-rtl {
right: auto;
}
.ant-col-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-sm-push-0.ant-col-rtl {
right: auto;
}
.ant-col-sm-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-sm-offset-0.ant-col-rtl {
margin-right: 0;
}
.ant-col-sm-push-1.ant-col-rtl {
right: 4.16666667%;
left: auto;
}
.ant-col-sm-pull-1.ant-col-rtl {
right: auto;
left: 4.16666667%;
}
.ant-col-sm-offset-1.ant-col-rtl {
margin-right: 4.16666667%;
margin-left: 0;
}
.ant-col-sm-push-2.ant-col-rtl {
right: 8.33333333%;
left: auto;
}
.ant-col-sm-pull-2.ant-col-rtl {
right: auto;
left: 8.33333333%;
}
.ant-col-sm-offset-2.ant-col-rtl {
margin-right: 8.33333333%;
margin-left: 0;
}
.ant-col-sm-push-3.ant-col-rtl {
right: 12.5%;
left: auto;
}
.ant-col-sm-pull-3.ant-col-rtl {
right: auto;
left: 12.5%;
}
.ant-col-sm-offset-3.ant-col-rtl {
margin-right: 12.5%;
margin-left: 0;
}
.ant-col-sm-push-4.ant-col-rtl {
right: 16.66666667%;
left: auto;
}
.ant-col-sm-pull-4.ant-col-rtl {
right: auto;
left: 16.66666667%;
}
.ant-col-sm-offset-4.ant-col-rtl {
margin-right: 16.66666667%;
margin-left: 0;
}
.ant-col-sm-push-5.ant-col-rtl {
right: 20.83333333%;
left: auto;
}
.ant-col-sm-pull-5.ant-col-rtl {
right: auto;
left: 20.83333333%;
}
.ant-col-sm-offset-5.ant-col-rtl {
margin-right: 20.83333333%;
margin-left: 0;
}
.ant-col-sm-push-6.ant-col-rtl {
right: 25%;
left: auto;
}
.ant-col-sm-pull-6.ant-col-rtl {
right: auto;
left: 25%;
}
.ant-col-sm-offset-6.ant-col-rtl {
margin-right: 25%;
margin-left: 0;
}
.ant-col-sm-push-7.ant-col-rtl {
right: 29.16666667%;
left: auto;
}
.ant-col-sm-pull-7.ant-col-rtl {
right: auto;
left: 29.16666667%;
}
.ant-col-sm-offset-7.ant-col-rtl {
margin-right: 29.16666667%;
margin-left: 0;
}
.ant-col-sm-push-8.ant-col-rtl {
right: 33.33333333%;
left: auto;
}
.ant-col-sm-pull-8.ant-col-rtl {
right: auto;
left: 33.33333333%;
}
.ant-col-sm-offset-8.ant-col-rtl {
margin-right: 33.33333333%;
margin-left: 0;
}
.ant-col-sm-push-9.ant-col-rtl {
right: 37.5%;
left: auto;
}
.ant-col-sm-pull-9.ant-col-rtl {
right: auto;
left: 37.5%;
}
.ant-col-sm-offset-9.ant-col-rtl {
margin-right: 37.5%;
margin-left: 0;
}
.ant-col-sm-push-10.ant-col-rtl {
right: 41.66666667%;
left: auto;
}
.ant-col-sm-pull-10.ant-col-rtl {
right: auto;
left: 41.66666667%;
}
.ant-col-sm-offset-10.ant-col-rtl {
margin-right: 41.66666667%;
margin-left: 0;
}
.ant-col-sm-push-11.ant-col-rtl {
right: 45.83333333%;
left: auto;
}
.ant-col-sm-pull-11.ant-col-rtl {
right: auto;
left: 45.83333333%;
}
.ant-col-sm-offset-11.ant-col-rtl {
margin-right: 45.83333333%;
margin-left: 0;
}
.ant-col-sm-push-12.ant-col-rtl {
right: 50%;
left: auto;
}
.ant-col-sm-pull-12.ant-col-rtl {
right: auto;
left: 50%;
}
.ant-col-sm-offset-12.ant-col-rtl {
margin-right: 50%;
margin-left: 0;
}
.ant-col-sm-push-13.ant-col-rtl {
right: 54.16666667%;
left: auto;
}
.ant-col-sm-pull-13.ant-col-rtl {
right: auto;
left: 54.16666667%;
}
.ant-col-sm-offset-13.ant-col-rtl {
margin-right: 54.16666667%;
margin-left: 0;
}
.ant-col-sm-push-14.ant-col-rtl {
right: 58.33333333%;
left: auto;
}
.ant-col-sm-pull-14.ant-col-rtl {
right: auto;
left: 58.33333333%;
}
.ant-col-sm-offset-14.ant-col-rtl {
margin-right: 58.33333333%;
margin-left: 0;
}
.ant-col-sm-push-15.ant-col-rtl {
right: 62.5%;
left: auto;
}
.ant-col-sm-pull-15.ant-col-rtl {
right: auto;
left: 62.5%;
}
.ant-col-sm-offset-15.ant-col-rtl {
margin-right: 62.5%;
margin-left: 0;
}
.ant-col-sm-push-16.ant-col-rtl {
right: 66.66666667%;
left: auto;
}
.ant-col-sm-pull-16.ant-col-rtl {
right: auto;
left: 66.66666667%;
}
.ant-col-sm-offset-16.ant-col-rtl {
margin-right: 66.66666667%;
margin-left: 0;
}
.ant-col-sm-push-17.ant-col-rtl {
right: 70.83333333%;
left: auto;
}
.ant-col-sm-pull-17.ant-col-rtl {
right: auto;
left: 70.83333333%;
}
.ant-col-sm-offset-17.ant-col-rtl {
margin-right: 70.83333333%;
margin-left: 0;
}
.ant-col-sm-push-18.ant-col-rtl {
right: 75%;
left: auto;
}
.ant-col-sm-pull-18.ant-col-rtl {
right: auto;
left: 75%;
}
.ant-col-sm-offset-18.ant-col-rtl {
margin-right: 75%;
margin-left: 0;
}
.ant-col-sm-push-19.ant-col-rtl {
right: 79.16666667%;
left: auto;
}
.ant-col-sm-pull-19.ant-col-rtl {
right: auto;
left: 79.16666667%;
}
.ant-col-sm-offset-19.ant-col-rtl {
margin-right: 79.16666667%;
margin-left: 0;
}
.ant-col-sm-push-20.ant-col-rtl {
right: 83.33333333%;
left: auto;
}
.ant-col-sm-pull-20.ant-col-rtl {
right: auto;
left: 83.33333333%;
}
.ant-col-sm-offset-20.ant-col-rtl {
margin-right: 83.33333333%;
margin-left: 0;
}
.ant-col-sm-push-21.ant-col-rtl {
right: 87.5%;
left: auto;
}
.ant-col-sm-pull-21.ant-col-rtl {
right: auto;
left: 87.5%;
}
.ant-col-sm-offset-21.ant-col-rtl {
margin-right: 87.5%;
margin-left: 0;
}
.ant-col-sm-push-22.ant-col-rtl {
right: 91.66666667%;
left: auto;
}
.ant-col-sm-pull-22.ant-col-rtl {
right: auto;
left: 91.66666667%;
}
.ant-col-sm-offset-22.ant-col-rtl {
margin-right: 91.66666667%;
margin-left: 0;
}
.ant-col-sm-push-23.ant-col-rtl {
right: 95.83333333%;
left: auto;
}
.ant-col-sm-pull-23.ant-col-rtl {
right: auto;
left: 95.83333333%;
}
.ant-col-sm-offset-23.ant-col-rtl {
margin-right: 95.83333333%;
margin-left: 0;
}
.ant-col-sm-push-24.ant-col-rtl {
right: 100%;
left: auto;
}
.ant-col-sm-pull-24.ant-col-rtl {
right: auto;
left: 100%;
}
.ant-col-sm-offset-24.ant-col-rtl {
margin-right: 100%;
margin-left: 0;
}
}
@media (min-width: 768px) {
.ant-col-md-24 {
display: block;
flex: 0 0 100%;
max-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;
flex: 0 0 95.83333333%;
max-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;
flex: 0 0 91.66666667%;
max-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;
flex: 0 0 87.5%;
max-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;
flex: 0 0 83.33333333%;
max-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;
flex: 0 0 79.16666667%;
max-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;
flex: 0 0 75%;
max-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;
flex: 0 0 70.83333333%;
max-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;
flex: 0 0 66.66666667%;
max-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;
flex: 0 0 62.5%;
max-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;
flex: 0 0 58.33333333%;
max-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;
flex: 0 0 54.16666667%;
max-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;
flex: 0 0 50%;
max-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;
flex: 0 0 45.83333333%;
max-width: 45.83333333%;
}
.ant-col-md-push-11 {
left: 45.83333333%;
}
.ant-col-md-pull-11 {
right: 45.83333333%;
}
.ant-col-md-offset-11 {
margin-left: 45.83333333%;
}
.ant-col-md-order-11 {
order: 11;
}
.ant-col-md-10 {
display: block;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.ant-col-md-push-10 {
left: 41.66666667%;
}
.ant-col-md-pull-10 {
right: 41.66666667%;
}
.ant-col-md-offset-10 {
margin-left: 41.66666667%;
}
.ant-col-md-order-10 {
order: 10;
}
.ant-col-md-9 {
display: block;
flex: 0 0 37.5%;
max-width: 37.5%;
}
.ant-col-md-push-9 {
left: 37.5%;
}
.ant-col-md-pull-9 {
right: 37.5%;
}
.ant-col-md-offset-9 {
margin-left: 37.5%;
}
.ant-col-md-order-9 {
order: 9;
}
.ant-col-md-8 {
display: block;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.ant-col-md-push-8 {
left: 33.33333333%;
}
.ant-col-md-pull-8 {
right: 33.33333333%;
}
.ant-col-md-offset-8 {
margin-left: 33.33333333%;
}
.ant-col-md-order-8 {
order: 8;
}
.ant-col-md-7 {
display: block;
flex: 0 0 29.16666667%;
max-width: 29.16666667%;
}
.ant-col-md-push-7 {
left: 29.16666667%;
}
.ant-col-md-pull-7 {
right: 29.16666667%;
}
.ant-col-md-offset-7 {
margin-left: 29.16666667%;
}
.ant-col-md-order-7 {
order: 7;
}
.ant-col-md-6 {
display: block;
flex: 0 0 25%;
max-width: 25%;
}
.ant-col-md-push-6 {
left: 25%;
}
.ant-col-md-pull-6 {
right: 25%;
}
.ant-col-md-offset-6 {
margin-left: 25%;
}
.ant-col-md-order-6 {
order: 6;
}
.ant-col-md-5 {
display: block;
flex: 0 0 20.83333333%;
max-width: 20.83333333%;
}
.ant-col-md-push-5 {
left: 20.83333333%;
}
.ant-col-md-pull-5 {
right: 20.83333333%;
}
.ant-col-md-offset-5 {
margin-left: 20.83333333%;
}
.ant-col-md-order-5 {
order: 5;
}
.ant-col-md-4 {
display: block;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.ant-col-md-push-4 {
left: 16.66666667%;
}
.ant-col-md-pull-4 {
right: 16.66666667%;
}
.ant-col-md-offset-4 {
margin-left: 16.66666667%;
}
.ant-col-md-order-4 {
order: 4;
}
.ant-col-md-3 {
display: block;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.ant-col-md-push-3 {
left: 12.5%;
}
.ant-col-md-pull-3 {
right: 12.5%;
}
.ant-col-md-offset-3 {
margin-left: 12.5%;
}
.ant-col-md-order-3 {
order: 3;
}
.ant-col-md-2 {
display: block;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.ant-col-md-push-2 {
left: 8.33333333%;
}
.ant-col-md-pull-2 {
right: 8.33333333%;
}
.ant-col-md-offset-2 {
margin-left: 8.33333333%;
}
.ant-col-md-order-2 {
order: 2;
}
.ant-col-md-1 {
display: block;
flex: 0 0 4.16666667%;
max-width: 4.16666667%;
}
.ant-col-md-push-1 {
left: 4.16666667%;
}
.ant-col-md-pull-1 {
right: 4.16666667%;
}
.ant-col-md-offset-1 {
margin-left: 4.16666667%;
}
.ant-col-md-order-1 {
order: 1;
}
.ant-col-md-0 {
display: none;
}
.ant-col-push-0 {
left: auto;
}
.ant-col-pull-0 {
right: auto;
}
.ant-col-md-push-0 {
left: auto;
}
.ant-col-md-pull-0 {
right: auto;
}
.ant-col-md-offset-0 {
margin-left: 0;
}
.ant-col-md-order-0 {
order: 0;
}
.ant-col-push-0.ant-col-rtl {
right: auto;
}
.ant-col-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-md-push-0.ant-col-rtl {
right: auto;
}
.ant-col-md-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-md-offset-0.ant-col-rtl {
margin-right: 0;
}
.ant-col-md-push-1.ant-col-rtl {
right: 4.16666667%;
left: auto;
}
.ant-col-md-pull-1.ant-col-rtl {
right: auto;
left: 4.16666667%;
}
.ant-col-md-offset-1.ant-col-rtl {
margin-right: 4.16666667%;
margin-left: 0;
}
.ant-col-md-push-2.ant-col-rtl {
right: 8.33333333%;
left: auto;
}
.ant-col-md-pull-2.ant-col-rtl {
right: auto;
left: 8.33333333%;
}
.ant-col-md-offset-2.ant-col-rtl {
margin-right: 8.33333333%;
margin-left: 0;
}
.ant-col-md-push-3.ant-col-rtl {
right: 12.5%;
left: auto;
}
.ant-col-md-pull-3.ant-col-rtl {
right: auto;
left: 12.5%;
}
.ant-col-md-offset-3.ant-col-rtl {
margin-right: 12.5%;
margin-left: 0;
}
.ant-col-md-push-4.ant-col-rtl {
right: 16.66666667%;
left: auto;
}
.ant-col-md-pull-4.ant-col-rtl {
right: auto;
left: 16.66666667%;
}
.ant-col-md-offset-4.ant-col-rtl {
margin-right: 16.66666667%;
margin-left: 0;
}
.ant-col-md-push-5.ant-col-rtl {
right: 20.83333333%;
left: auto;
}
.ant-col-md-pull-5.ant-col-rtl {
right: auto;
left: 20.83333333%;
}
.ant-col-md-offset-5.ant-col-rtl {
margin-right: 20.83333333%;
margin-left: 0;
}
.ant-col-md-push-6.ant-col-rtl {
right: 25%;
left: auto;
}
.ant-col-md-pull-6.ant-col-rtl {
right: auto;
left: 25%;
}
.ant-col-md-offset-6.ant-col-rtl {
margin-right: 25%;
margin-left: 0;
}
.ant-col-md-push-7.ant-col-rtl {
right: 29.16666667%;
left: auto;
}
.ant-col-md-pull-7.ant-col-rtl {
right: auto;
left: 29.16666667%;
}
.ant-col-md-offset-7.ant-col-rtl {
margin-right: 29.16666667%;
margin-left: 0;
}
.ant-col-md-push-8.ant-col-rtl {
right: 33.33333333%;
left: auto;
}
.ant-col-md-pull-8.ant-col-rtl {
right: auto;
left: 33.33333333%;
}
.ant-col-md-offset-8.ant-col-rtl {
margin-right: 33.33333333%;
margin-left: 0;
}
.ant-col-md-push-9.ant-col-rtl {
right: 37.5%;
left: auto;
}
.ant-col-md-pull-9.ant-col-rtl {
right: auto;
left: 37.5%;
}
.ant-col-md-offset-9.ant-col-rtl {
margin-right: 37.5%;
margin-left: 0;
}
.ant-col-md-push-10.ant-col-rtl {
right: 41.66666667%;
left: auto;
}
.ant-col-md-pull-10.ant-col-rtl {
right: auto;
left: 41.66666667%;
}
.ant-col-md-offset-10.ant-col-rtl {
margin-right: 41.66666667%;
margin-left: 0;
}
.ant-col-md-push-11.ant-col-rtl {
right: 45.83333333%;
left: auto;
}
.ant-col-md-pull-11.ant-col-rtl {
right: auto;
left: 45.83333333%;
}
.ant-col-md-offset-11.ant-col-rtl {
margin-right: 45.83333333%;
margin-left: 0;
}
.ant-col-md-push-12.ant-col-rtl {
right: 50%;
left: auto;
}
.ant-col-md-pull-12.ant-col-rtl {
right: auto;
left: 50%;
}
.ant-col-md-offset-12.ant-col-rtl {
margin-right: 50%;
margin-left: 0;
}
.ant-col-md-push-13.ant-col-rtl {
right: 54.16666667%;
left: auto;
}
.ant-col-md-pull-13.ant-col-rtl {
right: auto;
left: 54.16666667%;
}
.ant-col-md-offset-13.ant-col-rtl {
margin-right: 54.16666667%;
margin-left: 0;
}
.ant-col-md-push-14.ant-col-rtl {
right: 58.33333333%;
left: auto;
}
.ant-col-md-pull-14.ant-col-rtl {
right: auto;
left: 58.33333333%;
}
.ant-col-md-offset-14.ant-col-rtl {
margin-right: 58.33333333%;
margin-left: 0;
}
.ant-col-md-push-15.ant-col-rtl {
right: 62.5%;
left: auto;
}
.ant-col-md-pull-15.ant-col-rtl {
right: auto;
left: 62.5%;
}
.ant-col-md-offset-15.ant-col-rtl {
margin-right: 62.5%;
margin-left: 0;
}
.ant-col-md-push-16.ant-col-rtl {
right: 66.66666667%;
left: auto;
}
.ant-col-md-pull-16.ant-col-rtl {
right: auto;
left: 66.66666667%;
}
.ant-col-md-offset-16.ant-col-rtl {
margin-right: 66.66666667%;
margin-left: 0;
}
.ant-col-md-push-17.ant-col-rtl {
right: 70.83333333%;
left: auto;
}
.ant-col-md-pull-17.ant-col-rtl {
right: auto;
left: 70.83333333%;
}
.ant-col-md-offset-17.ant-col-rtl {
margin-right: 70.83333333%;
margin-left: 0;
}
.ant-col-md-push-18.ant-col-rtl {
right: 75%;
left: auto;
}
.ant-col-md-pull-18.ant-col-rtl {
right: auto;
left: 75%;
}
.ant-col-md-offset-18.ant-col-rtl {
margin-right: 75%;
margin-left: 0;
}
.ant-col-md-push-19.ant-col-rtl {
right: 79.16666667%;
left: auto;
}
.ant-col-md-pull-19.ant-col-rtl {
right: auto;
left: 79.16666667%;
}
.ant-col-md-offset-19.ant-col-rtl {
margin-right: 79.16666667%;
margin-left: 0;
}
.ant-col-md-push-20.ant-col-rtl {
right: 83.33333333%;
left: auto;
}
.ant-col-md-pull-20.ant-col-rtl {
right: auto;
left: 83.33333333%;
}
.ant-col-md-offset-20.ant-col-rtl {
margin-right: 83.33333333%;
margin-left: 0;
}
.ant-col-md-push-21.ant-col-rtl {
right: 87.5%;
left: auto;
}
.ant-col-md-pull-21.ant-col-rtl {
right: auto;
left: 87.5%;
}
.ant-col-md-offset-21.ant-col-rtl {
margin-right: 87.5%;
margin-left: 0;
}
.ant-col-md-push-22.ant-col-rtl {
right: 91.66666667%;
left: auto;
}
.ant-col-md-pull-22.ant-col-rtl {
right: auto;
left: 91.66666667%;
}
.ant-col-md-offset-22.ant-col-rtl {
margin-right: 91.66666667%;
margin-left: 0;
}
.ant-col-md-push-23.ant-col-rtl {
right: 95.83333333%;
left: auto;
}
.ant-col-md-pull-23.ant-col-rtl {
right: auto;
left: 95.83333333%;
}
.ant-col-md-offset-23.ant-col-rtl {
margin-right: 95.83333333%;
margin-left: 0;
}
.ant-col-md-push-24.ant-col-rtl {
right: 100%;
left: auto;
}
.ant-col-md-pull-24.ant-col-rtl {
right: auto;
left: 100%;
}
.ant-col-md-offset-24.ant-col-rtl {
margin-right: 100%;
margin-left: 0;
}
}
@media (min-width: 992px) {
.ant-col-lg-24 {
display: block;
flex: 0 0 100%;
max-width: 100%;
}
.ant-col-lg-push-24 {
left: 100%;
}
.ant-col-lg-pull-24 {
right: 100%;
}
.ant-col-lg-offset-24 {
margin-left: 100%;
}
.ant-col-lg-order-24 {
order: 24;
}
.ant-col-lg-23 {
display: block;
flex: 0 0 95.83333333%;
max-width: 95.83333333%;
}
.ant-col-lg-push-23 {
left: 95.83333333%;
}
.ant-col-lg-pull-23 {
right: 95.83333333%;
}
.ant-col-lg-offset-23 {
margin-left: 95.83333333%;
}
.ant-col-lg-order-23 {
order: 23;
}
.ant-col-lg-22 {
display: block;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.ant-col-lg-push-22 {
left: 91.66666667%;
}
.ant-col-lg-pull-22 {
right: 91.66666667%;
}
.ant-col-lg-offset-22 {
margin-left: 91.66666667%;
}
.ant-col-lg-order-22 {
order: 22;
}
.ant-col-lg-21 {
display: block;
flex: 0 0 87.5%;
max-width: 87.5%;
}
.ant-col-lg-push-21 {
left: 87.5%;
}
.ant-col-lg-pull-21 {
right: 87.5%;
}
.ant-col-lg-offset-21 {
margin-left: 87.5%;
}
.ant-col-lg-order-21 {
order: 21;
}
.ant-col-lg-20 {
display: block;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.ant-col-lg-push-20 {
left: 83.33333333%;
}
.ant-col-lg-pull-20 {
right: 83.33333333%;
}
.ant-col-lg-offset-20 {
margin-left: 83.33333333%;
}
.ant-col-lg-order-20 {
order: 20;
}
.ant-col-lg-19 {
display: block;
flex: 0 0 79.16666667%;
max-width: 79.16666667%;
}
.ant-col-lg-push-19 {
left: 79.16666667%;
}
.ant-col-lg-pull-19 {
right: 79.16666667%;
}
.ant-col-lg-offset-19 {
margin-left: 79.16666667%;
}
.ant-col-lg-order-19 {
order: 19;
}
.ant-col-lg-18 {
display: block;
flex: 0 0 75%;
max-width: 75%;
}
.ant-col-lg-push-18 {
left: 75%;
}
.ant-col-lg-pull-18 {
right: 75%;
}
.ant-col-lg-offset-18 {
margin-left: 75%;
}
.ant-col-lg-order-18 {
order: 18;
}
.ant-col-lg-17 {
display: block;
flex: 0 0 70.83333333%;
max-width: 70.83333333%;
}
.ant-col-lg-push-17 {
left: 70.83333333%;
}
.ant-col-lg-pull-17 {
right: 70.83333333%;
}
.ant-col-lg-offset-17 {
margin-left: 70.83333333%;
}
.ant-col-lg-order-17 {
order: 17;
}
.ant-col-lg-16 {
display: block;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.ant-col-lg-push-16 {
left: 66.66666667%;
}
.ant-col-lg-pull-16 {
right: 66.66666667%;
}
.ant-col-lg-offset-16 {
margin-left: 66.66666667%;
}
.ant-col-lg-order-16 {
order: 16;
}
.ant-col-lg-15 {
display: block;
flex: 0 0 62.5%;
max-width: 62.5%;
}
.ant-col-lg-push-15 {
left: 62.5%;
}
.ant-col-lg-pull-15 {
right: 62.5%;
}
.ant-col-lg-offset-15 {
margin-left: 62.5%;
}
.ant-col-lg-order-15 {
order: 15;
}
.ant-col-lg-14 {
display: block;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.ant-col-lg-push-14 {
left: 58.33333333%;
}
.ant-col-lg-pull-14 {
right: 58.33333333%;
}
.ant-col-lg-offset-14 {
margin-left: 58.33333333%;
}
.ant-col-lg-order-14 {
order: 14;
}
.ant-col-lg-13 {
display: block;
flex: 0 0 54.16666667%;
max-width: 54.16666667%;
}
.ant-col-lg-push-13 {
left: 54.16666667%;
}
.ant-col-lg-pull-13 {
right: 54.16666667%;
}
.ant-col-lg-offset-13 {
margin-left: 54.16666667%;
}
.ant-col-lg-order-13 {
order: 13;
}
.ant-col-lg-12 {
display: block;
flex: 0 0 50%;
max-width: 50%;
}
.ant-col-lg-push-12 {
left: 50%;
}
.ant-col-lg-pull-12 {
right: 50%;
}
.ant-col-lg-offset-12 {
margin-left: 50%;
}
.ant-col-lg-order-12 {
order: 12;
}
.ant-col-lg-11 {
display: block;
flex: 0 0 45.83333333%;
max-width: 45.83333333%;
}
.ant-col-lg-push-11 {
left: 45.83333333%;
}
.ant-col-lg-pull-11 {
right: 45.83333333%;
}
.ant-col-lg-offset-11 {
margin-left: 45.83333333%;
}
.ant-col-lg-order-11 {
order: 11;
}
.ant-col-lg-10 {
display: block;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.ant-col-lg-push-10 {
left: 41.66666667%;
}
.ant-col-lg-pull-10 {
right: 41.66666667%;
}
.ant-col-lg-offset-10 {
margin-left: 41.66666667%;
}
.ant-col-lg-order-10 {
order: 10;
}
.ant-col-lg-9 {
display: block;
flex: 0 0 37.5%;
max-width: 37.5%;
}
.ant-col-lg-push-9 {
left: 37.5%;
}
.ant-col-lg-pull-9 {
right: 37.5%;
}
.ant-col-lg-offset-9 {
margin-left: 37.5%;
}
.ant-col-lg-order-9 {
order: 9;
}
.ant-col-lg-8 {
display: block;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.ant-col-lg-push-8 {
left: 33.33333333%;
}
.ant-col-lg-pull-8 {
right: 33.33333333%;
}
.ant-col-lg-offset-8 {
margin-left: 33.33333333%;
}
.ant-col-lg-order-8 {
order: 8;
}
.ant-col-lg-7 {
display: block;
flex: 0 0 29.16666667%;
max-width: 29.16666667%;
}
.ant-col-lg-push-7 {
left: 29.16666667%;
}
.ant-col-lg-pull-7 {
right: 29.16666667%;
}
.ant-col-lg-offset-7 {
margin-left: 29.16666667%;
}
.ant-col-lg-order-7 {
order: 7;
}
.ant-col-lg-6 {
display: block;
flex: 0 0 25%;
max-width: 25%;
}
.ant-col-lg-push-6 {
left: 25%;
}
.ant-col-lg-pull-6 {
right: 25%;
}
.ant-col-lg-offset-6 {
margin-left: 25%;
}
.ant-col-lg-order-6 {
order: 6;
}
.ant-col-lg-5 {
display: block;
flex: 0 0 20.83333333%;
max-width: 20.83333333%;
}
.ant-col-lg-push-5 {
left: 20.83333333%;
}
.ant-col-lg-pull-5 {
right: 20.83333333%;
}
.ant-col-lg-offset-5 {
margin-left: 20.83333333%;
}
.ant-col-lg-order-5 {
order: 5;
}
.ant-col-lg-4 {
display: block;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.ant-col-lg-push-4 {
left: 16.66666667%;
}
.ant-col-lg-pull-4 {
right: 16.66666667%;
}
.ant-col-lg-offset-4 {
margin-left: 16.66666667%;
}
.ant-col-lg-order-4 {
order: 4;
}
.ant-col-lg-3 {
display: block;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.ant-col-lg-push-3 {
left: 12.5%;
}
.ant-col-lg-pull-3 {
right: 12.5%;
}
.ant-col-lg-offset-3 {
margin-left: 12.5%;
}
.ant-col-lg-order-3 {
order: 3;
}
.ant-col-lg-2 {
display: block;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.ant-col-lg-push-2 {
left: 8.33333333%;
}
.ant-col-lg-pull-2 {
right: 8.33333333%;
}
.ant-col-lg-offset-2 {
margin-left: 8.33333333%;
}
.ant-col-lg-order-2 {
order: 2;
}
.ant-col-lg-1 {
display: block;
flex: 0 0 4.16666667%;
max-width: 4.16666667%;
}
.ant-col-lg-push-1 {
left: 4.16666667%;
}
.ant-col-lg-pull-1 {
right: 4.16666667%;
}
.ant-col-lg-offset-1 {
margin-left: 4.16666667%;
}
.ant-col-lg-order-1 {
order: 1;
}
.ant-col-lg-0 {
display: none;
}
.ant-col-push-0 {
left: auto;
}
.ant-col-pull-0 {
right: auto;
}
.ant-col-lg-push-0 {
left: auto;
}
.ant-col-lg-pull-0 {
right: auto;
}
.ant-col-lg-offset-0 {
margin-left: 0;
}
.ant-col-lg-order-0 {
order: 0;
}
.ant-col-push-0.ant-col-rtl {
right: auto;
}
.ant-col-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-lg-push-0.ant-col-rtl {
right: auto;
}
.ant-col-lg-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-lg-offset-0.ant-col-rtl {
margin-right: 0;
}
.ant-col-lg-push-1.ant-col-rtl {
right: 4.16666667%;
left: auto;
}
.ant-col-lg-pull-1.ant-col-rtl {
right: auto;
left: 4.16666667%;
}
.ant-col-lg-offset-1.ant-col-rtl {
margin-right: 4.16666667%;
margin-left: 0;
}
.ant-col-lg-push-2.ant-col-rtl {
right: 8.33333333%;
left: auto;
}
.ant-col-lg-pull-2.ant-col-rtl {
right: auto;
left: 8.33333333%;
}
.ant-col-lg-offset-2.ant-col-rtl {
margin-right: 8.33333333%;
margin-left: 0;
}
.ant-col-lg-push-3.ant-col-rtl {
right: 12.5%;
left: auto;
}
.ant-col-lg-pull-3.ant-col-rtl {
right: auto;
left: 12.5%;
}
.ant-col-lg-offset-3.ant-col-rtl {
margin-right: 12.5%;
margin-left: 0;
}
.ant-col-lg-push-4.ant-col-rtl {
right: 16.66666667%;
left: auto;
}
.ant-col-lg-pull-4.ant-col-rtl {
right: auto;
left: 16.66666667%;
}
.ant-col-lg-offset-4.ant-col-rtl {
margin-right: 16.66666667%;
margin-left: 0;
}
.ant-col-lg-push-5.ant-col-rtl {
right: 20.83333333%;
left: auto;
}
.ant-col-lg-pull-5.ant-col-rtl {
right: auto;
left: 20.83333333%;
}
.ant-col-lg-offset-5.ant-col-rtl {
margin-right: 20.83333333%;
margin-left: 0;
}
.ant-col-lg-push-6.ant-col-rtl {
right: 25%;
left: auto;
}
.ant-col-lg-pull-6.ant-col-rtl {
right: auto;
left: 25%;
}
.ant-col-lg-offset-6.ant-col-rtl {
margin-right: 25%;
margin-left: 0;
}
.ant-col-lg-push-7.ant-col-rtl {
right: 29.16666667%;
left: auto;
}
.ant-col-lg-pull-7.ant-col-rtl {
right: auto;
left: 29.16666667%;
}
.ant-col-lg-offset-7.ant-col-rtl {
margin-right: 29.16666667%;
margin-left: 0;
}
.ant-col-lg-push-8.ant-col-rtl {
right: 33.33333333%;
left: auto;
}
.ant-col-lg-pull-8.ant-col-rtl {
right: auto;
left: 33.33333333%;
}
.ant-col-lg-offset-8.ant-col-rtl {
margin-right: 33.33333333%;
margin-left: 0;
}
.ant-col-lg-push-9.ant-col-rtl {
right: 37.5%;
left: auto;
}
.ant-col-lg-pull-9.ant-col-rtl {
right: auto;
left: 37.5%;
}
.ant-col-lg-offset-9.ant-col-rtl {
margin-right: 37.5%;
margin-left: 0;
}
.ant-col-lg-push-10.ant-col-rtl {
right: 41.66666667%;
left: auto;
}
.ant-col-lg-pull-10.ant-col-rtl {
right: auto;
left: 41.66666667%;
}
.ant-col-lg-offset-10.ant-col-rtl {
margin-right: 41.66666667%;
margin-left: 0;
}
.ant-col-lg-push-11.ant-col-rtl {
right: 45.83333333%;
left: auto;
}
.ant-col-lg-pull-11.ant-col-rtl {
right: auto;
left: 45.83333333%;
}
.ant-col-lg-offset-11.ant-col-rtl {
margin-right: 45.83333333%;
margin-left: 0;
}
.ant-col-lg-push-12.ant-col-rtl {
right: 50%;
left: auto;
}
.ant-col-lg-pull-12.ant-col-rtl {
right: auto;
left: 50%;
}
.ant-col-lg-offset-12.ant-col-rtl {
margin-right: 50%;
margin-left: 0;
}
.ant-col-lg-push-13.ant-col-rtl {
right: 54.16666667%;
left: auto;
}
.ant-col-lg-pull-13.ant-col-rtl {
right: auto;
left: 54.16666667%;
}
.ant-col-lg-offset-13.ant-col-rtl {
margin-right: 54.16666667%;
margin-left: 0;
}
.ant-col-lg-push-14.ant-col-rtl {
right: 58.33333333%;
left: auto;
}
.ant-col-lg-pull-14.ant-col-rtl {
right: auto;
left: 58.33333333%;
}
.ant-col-lg-offset-14.ant-col-rtl {
margin-right: 58.33333333%;
margin-left: 0;
}
.ant-col-lg-push-15.ant-col-rtl {
right: 62.5%;
left: auto;
}
.ant-col-lg-pull-15.ant-col-rtl {
right: auto;
left: 62.5%;
}
.ant-col-lg-offset-15.ant-col-rtl {
margin-right: 62.5%;
margin-left: 0;
}
.ant-col-lg-push-16.ant-col-rtl {
right: 66.66666667%;
left: auto;
}
.ant-col-lg-pull-16.ant-col-rtl {
right: auto;
left: 66.66666667%;
}
.ant-col-lg-offset-16.ant-col-rtl {
margin-right: 66.66666667%;
margin-left: 0;
}
.ant-col-lg-push-17.ant-col-rtl {
right: 70.83333333%;
left: auto;
}
.ant-col-lg-pull-17.ant-col-rtl {
right: auto;
left: 70.83333333%;
}
.ant-col-lg-offset-17.ant-col-rtl {
margin-right: 70.83333333%;
margin-left: 0;
}
.ant-col-lg-push-18.ant-col-rtl {
right: 75%;
left: auto;
}
.ant-col-lg-pull-18.ant-col-rtl {
right: auto;
left: 75%;
}
.ant-col-lg-offset-18.ant-col-rtl {
margin-right: 75%;
margin-left: 0;
}
.ant-col-lg-push-19.ant-col-rtl {
right: 79.16666667%;
left: auto;
}
.ant-col-lg-pull-19.ant-col-rtl {
right: auto;
left: 79.16666667%;
}
.ant-col-lg-offset-19.ant-col-rtl {
margin-right: 79.16666667%;
margin-left: 0;
}
.ant-col-lg-push-20.ant-col-rtl {
right: 83.33333333%;
left: auto;
}
.ant-col-lg-pull-20.ant-col-rtl {
right: auto;
left: 83.33333333%;
}
.ant-col-lg-offset-20.ant-col-rtl {
margin-right: 83.33333333%;
margin-left: 0;
}
.ant-col-lg-push-21.ant-col-rtl {
right: 87.5%;
left: auto;
}
.ant-col-lg-pull-21.ant-col-rtl {
right: auto;
left: 87.5%;
}
.ant-col-lg-offset-21.ant-col-rtl {
margin-right: 87.5%;
margin-left: 0;
}
.ant-col-lg-push-22.ant-col-rtl {
right: 91.66666667%;
left: auto;
}
.ant-col-lg-pull-22.ant-col-rtl {
right: auto;
left: 91.66666667%;
}
.ant-col-lg-offset-22.ant-col-rtl {
margin-right: 91.66666667%;
margin-left: 0;
}
.ant-col-lg-push-23.ant-col-rtl {
right: 95.83333333%;
left: auto;
}
.ant-col-lg-pull-23.ant-col-rtl {
right: auto;
left: 95.83333333%;
}
.ant-col-lg-offset-23.ant-col-rtl {
margin-right: 95.83333333%;
margin-left: 0;
}
.ant-col-lg-push-24.ant-col-rtl {
right: 100%;
left: auto;
}
.ant-col-lg-pull-24.ant-col-rtl {
right: auto;
left: 100%;
}
.ant-col-lg-offset-24.ant-col-rtl {
margin-right: 100%;
margin-left: 0;
}
}
@media (min-width: 1200px) {
.ant-col-xl-24 {
display: block;
flex: 0 0 100%;
max-width: 100%;
}
.ant-col-xl-push-24 {
left: 100%;
}
.ant-col-xl-pull-24 {
right: 100%;
}
.ant-col-xl-offset-24 {
margin-left: 100%;
}
.ant-col-xl-order-24 {
order: 24;
}
.ant-col-xl-23 {
display: block;
flex: 0 0 95.83333333%;
max-width: 95.83333333%;
}
.ant-col-xl-push-23 {
left: 95.83333333%;
}
.ant-col-xl-pull-23 {
right: 95.83333333%;
}
.ant-col-xl-offset-23 {
margin-left: 95.83333333%;
}
.ant-col-xl-order-23 {
order: 23;
}
.ant-col-xl-22 {
display: block;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.ant-col-xl-push-22 {
left: 91.66666667%;
}
.ant-col-xl-pull-22 {
right: 91.66666667%;
}
.ant-col-xl-offset-22 {
margin-left: 91.66666667%;
}
.ant-col-xl-order-22 {
order: 22;
}
.ant-col-xl-21 {
display: block;
flex: 0 0 87.5%;
max-width: 87.5%;
}
.ant-col-xl-push-21 {
left: 87.5%;
}
.ant-col-xl-pull-21 {
right: 87.5%;
}
.ant-col-xl-offset-21 {
margin-left: 87.5%;
}
.ant-col-xl-order-21 {
order: 21;
}
.ant-col-xl-20 {
display: block;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.ant-col-xl-push-20 {
left: 83.33333333%;
}
.ant-col-xl-pull-20 {
right: 83.33333333%;
}
.ant-col-xl-offset-20 {
margin-left: 83.33333333%;
}
.ant-col-xl-order-20 {
order: 20;
}
.ant-col-xl-19 {
display: block;
flex: 0 0 79.16666667%;
max-width: 79.16666667%;
}
.ant-col-xl-push-19 {
left: 79.16666667%;
}
.ant-col-xl-pull-19 {
right: 79.16666667%;
}
.ant-col-xl-offset-19 {
margin-left: 79.16666667%;
}
.ant-col-xl-order-19 {
order: 19;
}
.ant-col-xl-18 {
display: block;
flex: 0 0 75%;
max-width: 75%;
}
.ant-col-xl-push-18 {
left: 75%;
}
.ant-col-xl-pull-18 {
right: 75%;
}
.ant-col-xl-offset-18 {
margin-left: 75%;
}
.ant-col-xl-order-18 {
order: 18;
}
.ant-col-xl-17 {
display: block;
flex: 0 0 70.83333333%;
max-width: 70.83333333%;
}
.ant-col-xl-push-17 {
left: 70.83333333%;
}
.ant-col-xl-pull-17 {
right: 70.83333333%;
}
.ant-col-xl-offset-17 {
margin-left: 70.83333333%;
}
.ant-col-xl-order-17 {
order: 17;
}
.ant-col-xl-16 {
display: block;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.ant-col-xl-push-16 {
left: 66.66666667%;
}
.ant-col-xl-pull-16 {
right: 66.66666667%;
}
.ant-col-xl-offset-16 {
margin-left: 66.66666667%;
}
.ant-col-xl-order-16 {
order: 16;
}
.ant-col-xl-15 {
display: block;
flex: 0 0 62.5%;
max-width: 62.5%;
}
.ant-col-xl-push-15 {
left: 62.5%;
}
.ant-col-xl-pull-15 {
right: 62.5%;
}
.ant-col-xl-offset-15 {
margin-left: 62.5%;
}
.ant-col-xl-order-15 {
order: 15;
}
.ant-col-xl-14 {
display: block;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.ant-col-xl-push-14 {
left: 58.33333333%;
}
.ant-col-xl-pull-14 {
right: 58.33333333%;
}
.ant-col-xl-offset-14 {
margin-left: 58.33333333%;
}
.ant-col-xl-order-14 {
order: 14;
}
.ant-col-xl-13 {
display: block;
flex: 0 0 54.16666667%;
max-width: 54.16666667%;
}
.ant-col-xl-push-13 {
left: 54.16666667%;
}
.ant-col-xl-pull-13 {
right: 54.16666667%;
}
.ant-col-xl-offset-13 {
margin-left: 54.16666667%;
}
.ant-col-xl-order-13 {
order: 13;
}
.ant-col-xl-12 {
display: block;
flex: 0 0 50%;
max-width: 50%;
}
.ant-col-xl-push-12 {
left: 50%;
}
.ant-col-xl-pull-12 {
right: 50%;
}
.ant-col-xl-offset-12 {
margin-left: 50%;
}
.ant-col-xl-order-12 {
order: 12;
}
.ant-col-xl-11 {
display: block;
flex: 0 0 45.83333333%;
max-width: 45.83333333%;
}
.ant-col-xl-push-11 {
left: 45.83333333%;
}
.ant-col-xl-pull-11 {
right: 45.83333333%;
}
.ant-col-xl-offset-11 {
margin-left: 45.83333333%;
}
.ant-col-xl-order-11 {
order: 11;
}
.ant-col-xl-10 {
display: block;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.ant-col-xl-push-10 {
left: 41.66666667%;
}
.ant-col-xl-pull-10 {
right: 41.66666667%;
}
.ant-col-xl-offset-10 {
margin-left: 41.66666667%;
}
.ant-col-xl-order-10 {
order: 10;
}
.ant-col-xl-9 {
display: block;
flex: 0 0 37.5%;
max-width: 37.5%;
}
.ant-col-xl-push-9 {
left: 37.5%;
}
.ant-col-xl-pull-9 {
right: 37.5%;
}
.ant-col-xl-offset-9 {
margin-left: 37.5%;
}
.ant-col-xl-order-9 {
order: 9;
}
.ant-col-xl-8 {
display: block;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.ant-col-xl-push-8 {
left: 33.33333333%;
}
.ant-col-xl-pull-8 {
right: 33.33333333%;
}
.ant-col-xl-offset-8 {
margin-left: 33.33333333%;
}
.ant-col-xl-order-8 {
order: 8;
}
.ant-col-xl-7 {
display: block;
flex: 0 0 29.16666667%;
max-width: 29.16666667%;
}
.ant-col-xl-push-7 {
left: 29.16666667%;
}
.ant-col-xl-pull-7 {
right: 29.16666667%;
}
.ant-col-xl-offset-7 {
margin-left: 29.16666667%;
}
.ant-col-xl-order-7 {
order: 7;
}
.ant-col-xl-6 {
display: block;
flex: 0 0 25%;
max-width: 25%;
}
.ant-col-xl-push-6 {
left: 25%;
}
.ant-col-xl-pull-6 {
right: 25%;
}
.ant-col-xl-offset-6 {
margin-left: 25%;
}
.ant-col-xl-order-6 {
order: 6;
}
.ant-col-xl-5 {
display: block;
flex: 0 0 20.83333333%;
max-width: 20.83333333%;
}
.ant-col-xl-push-5 {
left: 20.83333333%;
}
.ant-col-xl-pull-5 {
right: 20.83333333%;
}
.ant-col-xl-offset-5 {
margin-left: 20.83333333%;
}
.ant-col-xl-order-5 {
order: 5;
}
.ant-col-xl-4 {
display: block;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.ant-col-xl-push-4 {
left: 16.66666667%;
}
.ant-col-xl-pull-4 {
right: 16.66666667%;
}
.ant-col-xl-offset-4 {
margin-left: 16.66666667%;
}
.ant-col-xl-order-4 {
order: 4;
}
.ant-col-xl-3 {
display: block;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.ant-col-xl-push-3 {
left: 12.5%;
}
.ant-col-xl-pull-3 {
right: 12.5%;
}
.ant-col-xl-offset-3 {
margin-left: 12.5%;
}
.ant-col-xl-order-3 {
order: 3;
}
.ant-col-xl-2 {
display: block;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.ant-col-xl-push-2 {
left: 8.33333333%;
}
.ant-col-xl-pull-2 {
right: 8.33333333%;
}
.ant-col-xl-offset-2 {
margin-left: 8.33333333%;
}
.ant-col-xl-order-2 {
order: 2;
}
.ant-col-xl-1 {
display: block;
flex: 0 0 4.16666667%;
max-width: 4.16666667%;
}
.ant-col-xl-push-1 {
left: 4.16666667%;
}
.ant-col-xl-pull-1 {
right: 4.16666667%;
}
.ant-col-xl-offset-1 {
margin-left: 4.16666667%;
}
.ant-col-xl-order-1 {
order: 1;
}
.ant-col-xl-0 {
display: none;
}
.ant-col-push-0 {
left: auto;
}
.ant-col-pull-0 {
right: auto;
}
.ant-col-xl-push-0 {
left: auto;
}
.ant-col-xl-pull-0 {
right: auto;
}
.ant-col-xl-offset-0 {
margin-left: 0;
}
.ant-col-xl-order-0 {
order: 0;
}
.ant-col-push-0.ant-col-rtl {
right: auto;
}
.ant-col-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-xl-push-0.ant-col-rtl {
right: auto;
}
.ant-col-xl-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-xl-offset-0.ant-col-rtl {
margin-right: 0;
}
.ant-col-xl-push-1.ant-col-rtl {
right: 4.16666667%;
left: auto;
}
.ant-col-xl-pull-1.ant-col-rtl {
right: auto;
left: 4.16666667%;
}
.ant-col-xl-offset-1.ant-col-rtl {
margin-right: 4.16666667%;
margin-left: 0;
}
.ant-col-xl-push-2.ant-col-rtl {
right: 8.33333333%;
left: auto;
}
.ant-col-xl-pull-2.ant-col-rtl {
right: auto;
left: 8.33333333%;
}
.ant-col-xl-offset-2.ant-col-rtl {
margin-right: 8.33333333%;
margin-left: 0;
}
.ant-col-xl-push-3.ant-col-rtl {
right: 12.5%;
left: auto;
}
.ant-col-xl-pull-3.ant-col-rtl {
right: auto;
left: 12.5%;
}
.ant-col-xl-offset-3.ant-col-rtl {
margin-right: 12.5%;
margin-left: 0;
}
.ant-col-xl-push-4.ant-col-rtl {
right: 16.66666667%;
left: auto;
}
.ant-col-xl-pull-4.ant-col-rtl {
right: auto;
left: 16.66666667%;
}
.ant-col-xl-offset-4.ant-col-rtl {
margin-right: 16.66666667%;
margin-left: 0;
}
.ant-col-xl-push-5.ant-col-rtl {
right: 20.83333333%;
left: auto;
}
.ant-col-xl-pull-5.ant-col-rtl {
right: auto;
left: 20.83333333%;
}
.ant-col-xl-offset-5.ant-col-rtl {
margin-right: 20.83333333%;
margin-left: 0;
}
.ant-col-xl-push-6.ant-col-rtl {
right: 25%;
left: auto;
}
.ant-col-xl-pull-6.ant-col-rtl {
right: auto;
left: 25%;
}
.ant-col-xl-offset-6.ant-col-rtl {
margin-right: 25%;
margin-left: 0;
}
.ant-col-xl-push-7.ant-col-rtl {
right: 29.16666667%;
left: auto;
}
.ant-col-xl-pull-7.ant-col-rtl {
right: auto;
left: 29.16666667%;
}
.ant-col-xl-offset-7.ant-col-rtl {
margin-right: 29.16666667%;
margin-left: 0;
}
.ant-col-xl-push-8.ant-col-rtl {
right: 33.33333333%;
left: auto;
}
.ant-col-xl-pull-8.ant-col-rtl {
right: auto;
left: 33.33333333%;
}
.ant-col-xl-offset-8.ant-col-rtl {
margin-right: 33.33333333%;
margin-left: 0;
}
.ant-col-xl-push-9.ant-col-rtl {
right: 37.5%;
left: auto;
}
.ant-col-xl-pull-9.ant-col-rtl {
right: auto;
left: 37.5%;
}
.ant-col-xl-offset-9.ant-col-rtl {
margin-right: 37.5%;
margin-left: 0;
}
.ant-col-xl-push-10.ant-col-rtl {
right: 41.66666667%;
left: auto;
}
.ant-col-xl-pull-10.ant-col-rtl {
right: auto;
left: 41.66666667%;
}
.ant-col-xl-offset-10.ant-col-rtl {
margin-right: 41.66666667%;
margin-left: 0;
}
.ant-col-xl-push-11.ant-col-rtl {
right: 45.83333333%;
left: auto;
}
.ant-col-xl-pull-11.ant-col-rtl {
right: auto;
left: 45.83333333%;
}
.ant-col-xl-offset-11.ant-col-rtl {
margin-right: 45.83333333%;
margin-left: 0;
}
.ant-col-xl-push-12.ant-col-rtl {
right: 50%;
left: auto;
}
.ant-col-xl-pull-12.ant-col-rtl {
right: auto;
left: 50%;
}
.ant-col-xl-offset-12.ant-col-rtl {
margin-right: 50%;
margin-left: 0;
}
.ant-col-xl-push-13.ant-col-rtl {
right: 54.16666667%;
left: auto;
}
.ant-col-xl-pull-13.ant-col-rtl {
right: auto;
left: 54.16666667%;
}
.ant-col-xl-offset-13.ant-col-rtl {
margin-right: 54.16666667%;
margin-left: 0;
}
.ant-col-xl-push-14.ant-col-rtl {
right: 58.33333333%;
left: auto;
}
.ant-col-xl-pull-14.ant-col-rtl {
right: auto;
left: 58.33333333%;
}
.ant-col-xl-offset-14.ant-col-rtl {
margin-right: 58.33333333%;
margin-left: 0;
}
.ant-col-xl-push-15.ant-col-rtl {
right: 62.5%;
left: auto;
}
.ant-col-xl-pull-15.ant-col-rtl {
right: auto;
left: 62.5%;
}
.ant-col-xl-offset-15.ant-col-rtl {
margin-right: 62.5%;
margin-left: 0;
}
.ant-col-xl-push-16.ant-col-rtl {
right: 66.66666667%;
left: auto;
}
.ant-col-xl-pull-16.ant-col-rtl {
right: auto;
left: 66.66666667%;
}
.ant-col-xl-offset-16.ant-col-rtl {
margin-right: 66.66666667%;
margin-left: 0;
}
.ant-col-xl-push-17.ant-col-rtl {
right: 70.83333333%;
left: auto;
}
.ant-col-xl-pull-17.ant-col-rtl {
right: auto;
left: 70.83333333%;
}
.ant-col-xl-offset-17.ant-col-rtl {
margin-right: 70.83333333%;
margin-left: 0;
}
.ant-col-xl-push-18.ant-col-rtl {
right: 75%;
left: auto;
}
.ant-col-xl-pull-18.ant-col-rtl {
right: auto;
left: 75%;
}
.ant-col-xl-offset-18.ant-col-rtl {
margin-right: 75%;
margin-left: 0;
}
.ant-col-xl-push-19.ant-col-rtl {
right: 79.16666667%;
left: auto;
}
.ant-col-xl-pull-19.ant-col-rtl {
right: auto;
left: 79.16666667%;
}
.ant-col-xl-offset-19.ant-col-rtl {
margin-right: 79.16666667%;
margin-left: 0;
}
.ant-col-xl-push-20.ant-col-rtl {
right: 83.33333333%;
left: auto;
}
.ant-col-xl-pull-20.ant-col-rtl {
right: auto;
left: 83.33333333%;
}
.ant-col-xl-offset-20.ant-col-rtl {
margin-right: 83.33333333%;
margin-left: 0;
}
.ant-col-xl-push-21.ant-col-rtl {
right: 87.5%;
left: auto;
}
.ant-col-xl-pull-21.ant-col-rtl {
right: auto;
left: 87.5%;
}
.ant-col-xl-offset-21.ant-col-rtl {
margin-right: 87.5%;
margin-left: 0;
}
.ant-col-xl-push-22.ant-col-rtl {
right: 91.66666667%;
left: auto;
}
.ant-col-xl-pull-22.ant-col-rtl {
right: auto;
left: 91.66666667%;
}
.ant-col-xl-offset-22.ant-col-rtl {
margin-right: 91.66666667%;
margin-left: 0;
}
.ant-col-xl-push-23.ant-col-rtl {
right: 95.83333333%;
left: auto;
}
.ant-col-xl-pull-23.ant-col-rtl {
right: auto;
left: 95.83333333%;
}
.ant-col-xl-offset-23.ant-col-rtl {
margin-right: 95.83333333%;
margin-left: 0;
}
.ant-col-xl-push-24.ant-col-rtl {
right: 100%;
left: auto;
}
.ant-col-xl-pull-24.ant-col-rtl {
right: auto;
left: 100%;
}
.ant-col-xl-offset-24.ant-col-rtl {
margin-right: 100%;
margin-left: 0;
}
}
@media (min-width: 1600px) {
.ant-col-xxl-24 {
display: block;
flex: 0 0 100%;
max-width: 100%;
}
.ant-col-xxl-push-24 {
left: 100%;
}
.ant-col-xxl-pull-24 {
right: 100%;
}
.ant-col-xxl-offset-24 {
margin-left: 100%;
}
.ant-col-xxl-order-24 {
order: 24;
}
.ant-col-xxl-23 {
display: block;
flex: 0 0 95.83333333%;
max-width: 95.83333333%;
}
.ant-col-xxl-push-23 {
left: 95.83333333%;
}
.ant-col-xxl-pull-23 {
right: 95.83333333%;
}
.ant-col-xxl-offset-23 {
margin-left: 95.83333333%;
}
.ant-col-xxl-order-23 {
order: 23;
}
.ant-col-xxl-22 {
display: block;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.ant-col-xxl-push-22 {
left: 91.66666667%;
}
.ant-col-xxl-pull-22 {
right: 91.66666667%;
}
.ant-col-xxl-offset-22 {
margin-left: 91.66666667%;
}
.ant-col-xxl-order-22 {
order: 22;
}
.ant-col-xxl-21 {
display: block;
flex: 0 0 87.5%;
max-width: 87.5%;
}
.ant-col-xxl-push-21 {
left: 87.5%;
}
.ant-col-xxl-pull-21 {
right: 87.5%;
}
.ant-col-xxl-offset-21 {
margin-left: 87.5%;
}
.ant-col-xxl-order-21 {
order: 21;
}
.ant-col-xxl-20 {
display: block;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.ant-col-xxl-push-20 {
left: 83.33333333%;
}
.ant-col-xxl-pull-20 {
right: 83.33333333%;
}
.ant-col-xxl-offset-20 {
margin-left: 83.33333333%;
}
.ant-col-xxl-order-20 {
order: 20;
}
.ant-col-xxl-19 {
display: block;
flex: 0 0 79.16666667%;
max-width: 79.16666667%;
}
.ant-col-xxl-push-19 {
left: 79.16666667%;
}
.ant-col-xxl-pull-19 {
right: 79.16666667%;
}
.ant-col-xxl-offset-19 {
margin-left: 79.16666667%;
}
.ant-col-xxl-order-19 {
order: 19;
}
.ant-col-xxl-18 {
display: block;
flex: 0 0 75%;
max-width: 75%;
}
.ant-col-xxl-push-18 {
left: 75%;
}
.ant-col-xxl-pull-18 {
right: 75%;
}
.ant-col-xxl-offset-18 {
margin-left: 75%;
}
.ant-col-xxl-order-18 {
order: 18;
}
.ant-col-xxl-17 {
display: block;
flex: 0 0 70.83333333%;
max-width: 70.83333333%;
}
.ant-col-xxl-push-17 {
left: 70.83333333%;
}
.ant-col-xxl-pull-17 {
right: 70.83333333%;
}
.ant-col-xxl-offset-17 {
margin-left: 70.83333333%;
}
.ant-col-xxl-order-17 {
order: 17;
}
.ant-col-xxl-16 {
display: block;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.ant-col-xxl-push-16 {
left: 66.66666667%;
}
.ant-col-xxl-pull-16 {
right: 66.66666667%;
}
.ant-col-xxl-offset-16 {
margin-left: 66.66666667%;
}
.ant-col-xxl-order-16 {
order: 16;
}
.ant-col-xxl-15 {
display: block;
flex: 0 0 62.5%;
max-width: 62.5%;
}
.ant-col-xxl-push-15 {
left: 62.5%;
}
.ant-col-xxl-pull-15 {
right: 62.5%;
}
.ant-col-xxl-offset-15 {
margin-left: 62.5%;
}
.ant-col-xxl-order-15 {
order: 15;
}
.ant-col-xxl-14 {
display: block;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.ant-col-xxl-push-14 {
left: 58.33333333%;
}
.ant-col-xxl-pull-14 {
right: 58.33333333%;
}
.ant-col-xxl-offset-14 {
margin-left: 58.33333333%;
}
.ant-col-xxl-order-14 {
order: 14;
}
.ant-col-xxl-13 {
display: block;
flex: 0 0 54.16666667%;
max-width: 54.16666667%;
}
.ant-col-xxl-push-13 {
left: 54.16666667%;
}
.ant-col-xxl-pull-13 {
right: 54.16666667%;
}
.ant-col-xxl-offset-13 {
margin-left: 54.16666667%;
}
.ant-col-xxl-order-13 {
order: 13;
}
.ant-col-xxl-12 {
display: block;
flex: 0 0 50%;
max-width: 50%;
}
.ant-col-xxl-push-12 {
left: 50%;
}
.ant-col-xxl-pull-12 {
right: 50%;
}
.ant-col-xxl-offset-12 {
margin-left: 50%;
}
.ant-col-xxl-order-12 {
order: 12;
}
.ant-col-xxl-11 {
display: block;
flex: 0 0 45.83333333%;
max-width: 45.83333333%;
}
.ant-col-xxl-push-11 {
left: 45.83333333%;
}
.ant-col-xxl-pull-11 {
right: 45.83333333%;
}
.ant-col-xxl-offset-11 {
margin-left: 45.83333333%;
}
.ant-col-xxl-order-11 {
order: 11;
}
.ant-col-xxl-10 {
display: block;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.ant-col-xxl-push-10 {
left: 41.66666667%;
}
.ant-col-xxl-pull-10 {
right: 41.66666667%;
}
.ant-col-xxl-offset-10 {
margin-left: 41.66666667%;
}
.ant-col-xxl-order-10 {
order: 10;
}
.ant-col-xxl-9 {
display: block;
flex: 0 0 37.5%;
max-width: 37.5%;
}
.ant-col-xxl-push-9 {
left: 37.5%;
}
.ant-col-xxl-pull-9 {
right: 37.5%;
}
.ant-col-xxl-offset-9 {
margin-left: 37.5%;
}
.ant-col-xxl-order-9 {
order: 9;
}
.ant-col-xxl-8 {
display: block;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.ant-col-xxl-push-8 {
left: 33.33333333%;
}
.ant-col-xxl-pull-8 {
right: 33.33333333%;
}
.ant-col-xxl-offset-8 {
margin-left: 33.33333333%;
}
.ant-col-xxl-order-8 {
order: 8;
}
.ant-col-xxl-7 {
display: block;
flex: 0 0 29.16666667%;
max-width: 29.16666667%;
}
.ant-col-xxl-push-7 {
left: 29.16666667%;
}
.ant-col-xxl-pull-7 {
right: 29.16666667%;
}
.ant-col-xxl-offset-7 {
margin-left: 29.16666667%;
}
.ant-col-xxl-order-7 {
order: 7;
}
.ant-col-xxl-6 {
display: block;
flex: 0 0 25%;
max-width: 25%;
}
.ant-col-xxl-push-6 {
left: 25%;
}
.ant-col-xxl-pull-6 {
right: 25%;
}
.ant-col-xxl-offset-6 {
margin-left: 25%;
}
.ant-col-xxl-order-6 {
order: 6;
}
.ant-col-xxl-5 {
display: block;
flex: 0 0 20.83333333%;
max-width: 20.83333333%;
}
.ant-col-xxl-push-5 {
left: 20.83333333%;
}
.ant-col-xxl-pull-5 {
right: 20.83333333%;
}
.ant-col-xxl-offset-5 {
margin-left: 20.83333333%;
}
.ant-col-xxl-order-5 {
order: 5;
}
.ant-col-xxl-4 {
display: block;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.ant-col-xxl-push-4 {
left: 16.66666667%;
}
.ant-col-xxl-pull-4 {
right: 16.66666667%;
}
.ant-col-xxl-offset-4 {
margin-left: 16.66666667%;
}
.ant-col-xxl-order-4 {
order: 4;
}
.ant-col-xxl-3 {
display: block;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.ant-col-xxl-push-3 {
left: 12.5%;
}
.ant-col-xxl-pull-3 {
right: 12.5%;
}
.ant-col-xxl-offset-3 {
margin-left: 12.5%;
}
.ant-col-xxl-order-3 {
order: 3;
}
.ant-col-xxl-2 {
display: block;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.ant-col-xxl-push-2 {
left: 8.33333333%;
}
.ant-col-xxl-pull-2 {
right: 8.33333333%;
}
.ant-col-xxl-offset-2 {
margin-left: 8.33333333%;
}
.ant-col-xxl-order-2 {
order: 2;
}
.ant-col-xxl-1 {
display: block;
flex: 0 0 4.16666667%;
max-width: 4.16666667%;
}
.ant-col-xxl-push-1 {
left: 4.16666667%;
}
.ant-col-xxl-pull-1 {
right: 4.16666667%;
}
.ant-col-xxl-offset-1 {
margin-left: 4.16666667%;
}
.ant-col-xxl-order-1 {
order: 1;
}
.ant-col-xxl-0 {
display: none;
}
.ant-col-push-0 {
left: auto;
}
.ant-col-pull-0 {
right: auto;
}
.ant-col-xxl-push-0 {
left: auto;
}
.ant-col-xxl-pull-0 {
right: auto;
}
.ant-col-xxl-offset-0 {
margin-left: 0;
}
.ant-col-xxl-order-0 {
order: 0;
}
.ant-col-push-0.ant-col-rtl {
right: auto;
}
.ant-col-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-xxl-push-0.ant-col-rtl {
right: auto;
}
.ant-col-xxl-pull-0.ant-col-rtl {
left: auto;
}
.ant-col-xxl-offset-0.ant-col-rtl {
margin-right: 0;
}
.ant-col-xxl-push-1.ant-col-rtl {
right: 4.16666667%;
left: auto;
}
.ant-col-xxl-pull-1.ant-col-rtl {
right: auto;
left: 4.16666667%;
}
.ant-col-xxl-offset-1.ant-col-rtl {
margin-right: 4.16666667%;
margin-left: 0;
}
.ant-col-xxl-push-2.ant-col-rtl {
right: 8.33333333%;
left: auto;
}
.ant-col-xxl-pull-2.ant-col-rtl {
right: auto;
left: 8.33333333%;
}
.ant-col-xxl-offset-2.ant-col-rtl {
margin-right: 8.33333333%;
margin-left: 0;
}
.ant-col-xxl-push-3.ant-col-rtl {
right: 12.5%;
left: auto;
}
.ant-col-xxl-pull-3.ant-col-rtl {
right: auto;
left: 12.5%;
}
.ant-col-xxl-offset-3.ant-col-rtl {
margin-right: 12.5%;
margin-left: 0;
}
.ant-col-xxl-push-4.ant-col-rtl {
right: 16.66666667%;
left: auto;
}
.ant-col-xxl-pull-4.ant-col-rtl {
right: auto;
left: 16.66666667%;
}
.ant-col-xxl-offset-4.ant-col-rtl {
margin-right: 16.66666667%;
margin-left: 0;
}
.ant-col-xxl-push-5.ant-col-rtl {
right: 20.83333333%;
left: auto;
}
.ant-col-xxl-pull-5.ant-col-rtl {
right: auto;
left: 20.83333333%;
}
.ant-col-xxl-offset-5.ant-col-rtl {
margin-right: 20.83333333%;
margin-left: 0;
}
.ant-col-xxl-push-6.ant-col-rtl {
right: 25%;
left: auto;
}
.ant-col-xxl-pull-6.ant-col-rtl {
right: auto;
left: 25%;
}
.ant-col-xxl-offset-6.ant-col-rtl {
margin-right: 25%;
margin-left: 0;
}
.ant-col-xxl-push-7.ant-col-rtl {
right: 29.16666667%;
left: auto;
}
.ant-col-xxl-pull-7.ant-col-rtl {
right: auto;
left: 29.16666667%;
}
.ant-col-xxl-offset-7.ant-col-rtl {
margin-right: 29.16666667%;
margin-left: 0;
}
.ant-col-xxl-push-8.ant-col-rtl {
right: 33.33333333%;
left: auto;
}
.ant-col-xxl-pull-8.ant-col-rtl {
right: auto;
left: 33.33333333%;
}
.ant-col-xxl-offset-8.ant-col-rtl {
margin-right: 33.33333333%;
margin-left: 0;
}
.ant-col-xxl-push-9.ant-col-rtl {
right: 37.5%;
left: auto;
}
.ant-col-xxl-pull-9.ant-col-rtl {
right: auto;
left: 37.5%;
}
.ant-col-xxl-offset-9.ant-col-rtl {
margin-right: 37.5%;
margin-left: 0;
}
.ant-col-xxl-push-10.ant-col-rtl {
right: 41.66666667%;
left: auto;
}
.ant-col-xxl-pull-10.ant-col-rtl {
right: auto;
left: 41.66666667%;
}
.ant-col-xxl-offset-10.ant-col-rtl {
margin-right: 41.66666667%;
margin-left: 0;
}
.ant-col-xxl-push-11.ant-col-rtl {
right: 45.83333333%;
left: auto;
}
.ant-col-xxl-pull-11.ant-col-rtl {
right: auto;
left: 45.83333333%;
}
.ant-col-xxl-offset-11.ant-col-rtl {
margin-right: 45.83333333%;
margin-left: 0;
}
.ant-col-xxl-push-12.ant-col-rtl {
right: 50%;
left: auto;
}
.ant-col-xxl-pull-12.ant-col-rtl {
right: auto;
left: 50%;
}
.ant-col-xxl-offset-12.ant-col-rtl {
margin-right: 50%;
margin-left: 0;
}
.ant-col-xxl-push-13.ant-col-rtl {
right: 54.16666667%;
left: auto;
}
.ant-col-xxl-pull-13.ant-col-rtl {
right: auto;
left: 54.16666667%;
}
.ant-col-xxl-offset-13.ant-col-rtl {
margin-right: 54.16666667%;
margin-left: 0;
}
.ant-col-xxl-push-14.ant-col-rtl {
right: 58.33333333%;
left: auto;
}
.ant-col-xxl-pull-14.ant-col-rtl {
right: auto;
left: 58.33333333%;
}
.ant-col-xxl-offset-14.ant-col-rtl {
margin-right: 58.33333333%;
margin-left: 0;
}
.ant-col-xxl-push-15.ant-col-rtl {
right: 62.5%;
left: auto;
}
.ant-col-xxl-pull-15.ant-col-rtl {
right: auto;
left: 62.5%;
}
.ant-col-xxl-offset-15.ant-col-rtl {
margin-right: 62.5%;
margin-left: 0;
}
.ant-col-xxl-push-16.ant-col-rtl {
right: 66.66666667%;
left: auto;
}
.ant-col-xxl-pull-16.ant-col-rtl {
right: auto;
left: 66.66666667%;
}
.ant-col-xxl-offset-16.ant-col-rtl {
margin-right: 66.66666667%;
margin-left: 0;
}
.ant-col-xxl-push-17.ant-col-rtl {
right: 70.83333333%;
left: auto;
}
.ant-col-xxl-pull-17.ant-col-rtl {
right: auto;
left: 70.83333333%;
}
.ant-col-xxl-offset-17.ant-col-rtl {
margin-right: 70.83333333%;
margin-left: 0;
}
.ant-col-xxl-push-18.ant-col-rtl {
right: 75%;
left: auto;
}
.ant-col-xxl-pull-18.ant-col-rtl {
right: auto;
left: 75%;
}
.ant-col-xxl-offset-18.ant-col-rtl {
margin-right: 75%;
margin-left: 0;
}
.ant-col-xxl-push-19.ant-col-rtl {
right: 79.16666667%;
left: auto;
}
.ant-col-xxl-pull-19.ant-col-rtl {
right: auto;
left: 79.16666667%;
}
.ant-col-xxl-offset-19.ant-col-rtl {
margin-right: 79.16666667%;
margin-left: 0;
}
.ant-col-xxl-push-20.ant-col-rtl {
right: 83.33333333%;
left: auto;
}
.ant-col-xxl-pull-20.ant-col-rtl {
right: auto;
left: 83.33333333%;
}
.ant-col-xxl-offset-20.ant-col-rtl {
margin-right: 83.33333333%;
margin-left: 0;
}
.ant-col-xxl-push-21.ant-col-rtl {
right: 87.5%;
left: auto;
}
.ant-col-xxl-pull-21.ant-col-rtl {
right: auto;
left: 87.5%;
}
.ant-col-xxl-offset-21.ant-col-rtl {
margin-right: 87.5%;
margin-left: 0;
}
.ant-col-xxl-push-22.ant-col-rtl {
right: 91.66666667%;
left: auto;
}
.ant-col-xxl-pull-22.ant-col-rtl {
right: auto;
left: 91.66666667%;
}
.ant-col-xxl-offset-22.ant-col-rtl {
margin-right: 91.66666667%;
margin-left: 0;
}
.ant-col-xxl-push-23.ant-col-rtl {
right: 95.83333333%;
left: auto;
}
.ant-col-xxl-pull-23.ant-col-rtl {
right: auto;
left: 95.83333333%;
}
.ant-col-xxl-offset-23.ant-col-rtl {
margin-right: 95.83333333%;
margin-left: 0;
}
.ant-col-xxl-push-24.ant-col-rtl {
right: 100%;
left: auto;
}
.ant-col-xxl-pull-24.ant-col-rtl {
right: auto;
left: 100%;
}
.ant-col-xxl-offset-24.ant-col-rtl {
margin-right: 100%;
margin-left: 0;
}
}
.ant-row-rtl {
direction: rtl;
}
.ant-image {
position: relative;
display: inline-block;
}
.ant-image-img {
width: 100%;
height: auto;
vertical-align: middle;
}
.ant-image-img-placeholder {
background-color: #f5f5f5;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjUgMi41aC0xM0EuNS41IDAgMDAxIDN2MTBhLjUuNSAwIDAwLjUuNWgxM2EuNS41IDAgMDAuNS0uNVYzYS41LjUgMCAwMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwMTAgMiAxIDEgMCAwMTAtMnptOC4wMyA2LjgzYS4xMjcuMTI3IDAgMDEtLjA4MS4wM0gyLjc2OWEuMTI1LjEyNSAwIDAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAxLjE3Ny0uMDE2bC4wMTYuMDE2TDcuMDggMTAuMDlsMi40Ny0yLjkzYS4xMjYuMTI2IDAgMDEuMTc3LS4wMTZsLjAxNS4wMTYgMy41ODggNC4yNDRhLjEyNy4xMjcgMCAwMS0uMDIuMTc1eiIgZmlsbD0iIzhDOEM4QyIvPjwvc3ZnPg==");
background-repeat: no-repeat;
background-position: 50%;
background-size: 30%;
}
.ant-image-mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
opacity: 0;
transition: opacity 0.3s;
}
.ant-image-mask-info {
padding: 0 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-image-mask-info .anticon {
-webkit-margin-end: 4px;
margin-inline-end: 4px;
}
.ant-image-mask:hover {
opacity: 1;
}
.ant-image-placeholder {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.ant-image-preview {
pointer-events: none;
height: 100%;
text-align: center;
}
.ant-image-preview.ant-zoom-appear,
.ant-image-preview.ant-zoom-enter {
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.ant-image-preview-mask-hidden {
display: none;
}
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
}
.ant-image-preview-body {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.ant-image-preview-img {
max-width: 100%;
max-height: 100%;
vertical-align: middle;
transform: scaleX(1);
cursor: grab;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: auto;
}
.ant-image-preview-img,
.ant-image-preview-img-wrapper {
transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ant-image-preview-img-wrapper {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.ant-image-preview-img-wrapper:before {
display: inline-block;
width: 1px;
height: 50%;
margin-right: -1px;
content: "";
}
.ant-image-preview-moving .ant-image-preview-img {
cursor: grabbing;
}
.ant-image-preview-moving .ant-image-preview-img-wrapper {
transition-duration: 0s;
}
.ant-image-preview-wrap {
z-index: 1080;
}
.ant-image-preview-operations-wrapper {
position: fixed;
top: 0;
right: 0;
z-index: 1081;
width: 100%;
}
.ant-image-preview-operations {
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;
font-feature-settings: "tnum";
display: flex;
flex-direction: row-reverse;
align-items: center;
color: hsla(0deg, 0%, 100%, 0.85);
list-style: none;
background: rgba(0, 0, 0, 0.1);
pointer-events: auto;
}
.ant-image-preview-operations-operation {
margin-left: 12px;
padding: 12px;
cursor: pointer;
transition: all 0.3s;
}
.ant-image-preview-operations-operation:hover {
background: rgba(0, 0, 0, 0.2);
}
.ant-image-preview-operations-operation-disabled {
color: hsla(0deg, 0%, 100%, 0.25);
pointer-events: none;
}
.ant-image-preview-operations-operation:last-of-type {
margin-left: 0;
}
.ant-image-preview-operations-progress {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.ant-image-preview-operations-icon {
font-size: 18px;
}
.ant-image-preview-switch-left,
.ant-image-preview-switch-right {
position: fixed;
top: 50%;
right: 8px;
z-index: 1081;
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
color: hsla(0deg, 0%, 100%, 0.85);
background: rgba(0, 0, 0, 0.1);
border-radius: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: all 0.3s;
pointer-events: auto;
}
.ant-image-preview-switch-left:hover,
.ant-image-preview-switch-right:hover {
background: rgba(0, 0, 0, 0.2);
}
.ant-image-preview-switch-left-disabled,
.ant-image-preview-switch-left-disabled:hover,
.ant-image-preview-switch-right-disabled,
.ant-image-preview-switch-right-disabled:hover {
color: hsla(0deg, 0%, 100%, 0.25);
background: rgba(0, 0, 0, 0.1);
cursor: not-allowed;
}
.ant-image-preview-switch-left-disabled:hover > .anticon,
.ant-image-preview-switch-left-disabled > .anticon,
.ant-image-preview-switch-right-disabled:hover > .anticon,
.ant-image-preview-switch-right-disabled > .anticon {
cursor: not-allowed;
}
.ant-image-preview-switch-left > .anticon,
.ant-image-preview-switch-right > .anticon {
font-size: 18px;
}
.ant-image-preview-switch-left {
left: 8px;
}
.ant-image-preview-switch-right {
right: 8px;
}
.ant-input-number-affix-wrapper {
display: inline-block;
width: 100%;
min-width: 0;
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;
position: relative;
display: inline-flex;
width: 90px;
padding: 0;
-webkit-padding-start: 11px;
padding-inline-start: 11px;
}
.ant-input-number-affix-wrapper::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.ant-input-number-affix-wrapper:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.ant-input-number-affix-wrapper::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-input-number-affix-wrapper:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-number-affix-wrapper:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-input-number-affix-wrapper:placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-number-affix-wrapper:hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-input-number-affix-wrapper-focused,
.ant-input-number-affix-wrapper:focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-number-affix-wrapper-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-input-number-affix-wrapper-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-input-number-affix-wrapper[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-input-number-affix-wrapper[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-input-number-affix-wrapper-borderless,
.ant-input-number-affix-wrapper-borderless-disabled,
.ant-input-number-affix-wrapper-borderless-focused,
.ant-input-number-affix-wrapper-borderless:focus,
.ant-input-number-affix-wrapper-borderless:hover,
.ant-input-number-affix-wrapper-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-input-number-affix-wrapper {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-input-number-affix-wrapper-lg {
padding: 6.5px 11px;
font-size: 16px;
}
.ant-input-number-affix-wrapper-sm {
padding: 0 7px;
}
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
border-color: #40a9ff;
border-right-width: 1px;
z-index: 1;
}
.ant-input-number-affix-wrapper-focused,
.ant-input-number-affix-wrapper:focus {
z-index: 1;
}
.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
background: transparent;
}
.ant-input-number-affix-wrapper > div.ant-input-number {
width: 100%;
border: none;
outline: none;
}
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
box-shadow: none !important;
}
.ant-input-number-affix-wrapper input.ant-input-number-input {
padding: 0;
}
.ant-input-number-affix-wrapper:before {
width: 0;
visibility: hidden;
content: " ";
}
.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
z-index: 2;
}
.ant-input-number-prefix,
.ant-input-number-suffix {
display: flex;
flex: none;
align-items: center;
pointer-events: none;
}
.ant-input-number-prefix {
-webkit-margin-end: 4px;
margin-inline-end: 4px;
}
.ant-input-number-suffix {
position: absolute;
top: 0;
right: 0;
z-index: 1;
height: 100%;
margin-right: 11px;
margin-left: 4px;
}
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
width: 100%;
}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
background: #fff;
border-color: #ff4d4f;
}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused,
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus {
border-color: #ff7875;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-number-status-error .ant-input-number-prefix {
color: #ff4d4f;
}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
background: #fff;
border-color: #faad14;
}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused,
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus {
border-color: #ffc53d;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-number-status-warning .ant-input-number-prefix {
color: #faad14;
}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
background: #fff;
border-color: #ff4d4f;
}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused,
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus {
border-color: #ff7875;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
color: #ff4d4f;
}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
background: #fff;
border-color: #faad14;
}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused,
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus {
border-color: #ffc53d;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
color: #faad14;
}
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
color: #ff4d4f;
border-color: #ff4d4f;
}
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
color: #faad14;
border-color: #faad14;
}
.ant-input-number {
box-sizing: border-box;
font-variant: tabular-nums;
list-style: none;
font-feature-settings: "tnum";
position: relative;
width: 100%;
min-width: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
line-height: 1.5715;
background-color: #fff;
background-image: none;
transition: all 0.3s;
display: inline-block;
width: 90px;
margin: 0;
padding: 0;
border: 1px solid #d9d9d9;
border-radius: 2px;
}
.ant-input-number::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.ant-input-number:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.ant-input-number::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-input-number:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-number:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-input-number:placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-number-focused,
.ant-input-number:focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-number[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-input-number[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-input-number-borderless,
.ant-input-number-borderless-disabled,
.ant-input-number-borderless-focused,
.ant-input-number-borderless:focus,
.ant-input-number-borderless:hover,
.ant-input-number-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-input-number {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
padding: 6.5px 11px;
}
.ant-input-number-sm {
padding: 0 7px;
}
.ant-input-number-group {
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: table;
width: 100%;
border-collapse: separate;
border-spacing: 0;
}
.ant-input-number-group[class*=col-] {
float: none;
padding-right: 0;
padding-left: 0;
}
.ant-input-number-group > [class*=col-] {
padding-right: 8px;
}
.ant-input-number-group > [class*=col-]:last-child {
padding-right: 0;
}
.ant-input-number-group-addon,
.ant-input-number-group-wrap,
.ant-input-number-group > .ant-input-number {
display: table-cell;
}
.ant-input-number-group-addon:not(:first-child):not(:last-child),
.ant-input-number-group-wrap:not(:first-child):not(:last-child),
.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
border-radius: 0;
}
.ant-input-number-group-addon,
.ant-input-number-group-wrap {
width: 1px;
white-space: nowrap;
vertical-align: middle;
}
.ant-input-number-group-wrap > * {
display: block !important;
}
.ant-input-number-group .ant-input-number {
float: left;
width: 100%;
margin-bottom: 0;
text-align: inherit;
}
.ant-input-number-group .ant-input-number:focus,
.ant-input-number-group .ant-input-number:hover {
z-index: 1;
border-right-width: 1px;
}
.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
z-index: 0;
}
.ant-input-number-group-addon {
position: relative;
padding: 0 11px;
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
font-size: 14px;
text-align: center;
background-color: #fafafa;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: all 0.3s;
}
.ant-input-number-group-addon .ant-select {
margin: -5px -11px;
}
.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
background-color: inherit;
border: 1px solid transparent;
box-shadow: none;
}
.ant-input-number-group-addon .ant-select-focused .ant-select-selector,
.ant-input-number-group-addon .ant-select-open .ant-select-selector {
color: #1890ff;
}
.ant-input-number-group-addon .ant-cascader-picker {
margin: -9px -12px;
background-color: transparent;
}
.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
text-align: left;
border: 0;
box-shadow: none;
}
.ant-input-number-group-addon:first-child,
.ant-input-number-group-addon:first-child .ant-select .ant-select-selector,
.ant-input-number-group > .ant-input-number:first-child,
.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-number-group-addon:first-child {
border-right: 0;
}
.ant-input-number-group-addon:last-child {
border-left: 0;
}
.ant-input-number-group-addon:last-child,
.ant-input-number-group-addon:last-child .ant-select .ant-select-selector,
.ant-input-number-group > .ant-input-number:last-child,
.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-number-group-lg .ant-input-number,
.ant-input-number-group-lg > .ant-input-number-group-addon {
padding: 6.5px 11px;
font-size: 16px;
}
.ant-input-number-group-sm .ant-input-number,
.ant-input-number-group-sm > .ant-input-number-group-addon {
padding: 0 7px;
}
.ant-input-number-group-lg .ant-select-single .ant-select-selector {
height: 40px;
}
.ant-input-number-group-sm .ant-select-single .ant-select-selector {
height: 24px;
}
.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact {
display: block;
}
.ant-input-number-group.ant-input-number-group-compact:before {
display: table;
content: "";
}
.ant-input-number-group.ant-input-number-group-compact:after {
display: table;
clear: both;
content: "";
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
border-right-width: 1px;
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > * {
display: inline-block;
float: none;
vertical-align: top;
border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
display: inline-flex;
}
.ant-input-number-group.ant-input-number-group-compact > :not(:last-child) {
margin-right: -1px;
border-right-width: 1px;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-number {
float: none;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector {
border-right-width: 1px;
border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-focused,
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow,
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover {
z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > :first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > :last-child {
border-right-width: 1px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
vertical-align: top;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
margin-left: -1px;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper,
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
border-radius: 2px 0 0 2px;
}
.ant-input-number-group > .ant-input-number-rtl:first-child {
border-radius: 0 2px 2px 0;
}
.ant-input-number-group > .ant-input-number-rtl:last-child {
border-radius: 2px 0 0 2px;
}
.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
border-right: 1px solid #d9d9d9;
border-left: 0;
border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
border-right: 0;
border-left: 1px solid #d9d9d9;
border-radius: 2px 0 0 2px;
}
.ant-input-number-group-wrapper {
display: inline-block;
text-align: start;
vertical-align: top;
}
.ant-input-number-handler {
position: relative;
display: block;
width: 100%;
height: 50%;
overflow: hidden;
color: rgba(0, 0, 0, 0.45);
font-weight: 700;
line-height: 0;
text-align: center;
border-left: 1px solid #d9d9d9;
transition: all 0.1s linear;
}
.ant-input-number-handler:active {
background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-down-inner,
.ant-input-number-handler:hover .ant-input-number-handler-up-inner {
color: #40a9ff;
}
.ant-input-number-handler-down-inner,
.ant-input-number-handler-up-inner {
display: inline-block;
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;
position: absolute;
right: 4px;
width: 12px;
height: 12px;
color: rgba(0, 0, 0, 0.45);
line-height: 12px;
transition: all 0.1s linear;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-input-number-handler-down-inner > *,
.ant-input-number-handler-up-inner > * {
line-height: 1;
}
.ant-input-number-handler-down-inner svg,
.ant-input-number-handler-up-inner svg {
display: inline-block;
}
.ant-input-number-handler-down-inner:before,
.ant-input-number-handler-up-inner:before {
display: none;
}
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon {
display: block;
}
.ant-input-number:hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-input-number:hover + .ant-form-item-children-icon {
opacity: 0;
transition: opacity 0.24s linear 0.24s;
}
.ant-input-number-focused {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-number-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-input-number-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-input-number-disabled .ant-input-number-input {
cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap,
.ant-input-number-readonly .ant-input-number-handler-wrap {
display: none;
}
.ant-input-number-input {
width: 100%;
height: 30px;
padding: 0 11px;
text-align: left;
background-color: transparent;
border: 0;
border-radius: 2px;
outline: 0;
transition: all 0.3s linear;
-webkit-appearance: textfield !important;
-moz-appearance: textfield !important;
appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.ant-input-number-input:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.ant-input-number-input::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-input-number-input:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-number-input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-input-number-input:placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-number-input[type=number]::-webkit-inner-spin-button,
.ant-input-number-input[type=number]::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
appearance: none;
}
.ant-input-number-lg {
padding: 0;
font-size: 16px;
}
.ant-input-number-lg input {
height: 38px;
}
.ant-input-number-sm {
padding: 0;
}
.ant-input-number-sm input {
height: 22px;
padding: 0 7px;
}
.ant-input-number-handler-wrap {
position: absolute;
top: 0;
right: 0;
width: 22px;
height: 100%;
background: #fff;
border-radius: 0 2px 2px 0;
opacity: 0;
transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner {
display: flex;
align-items: center;
justify-content: center;
min-width: auto;
margin-right: 0;
font-size: 7px;
}
.ant-input-number-borderless .ant-input-number-handler-wrap {
border-left-width: 0;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
height: 40%;
}
.ant-input-number-focused .ant-input-number-handler-wrap,
.ant-input-number:hover .ant-input-number-handler-wrap {
opacity: 1;
}
.ant-input-number-handler-up {
border-top-right-radius: 2px;
cursor: pointer;
}
.ant-input-number-handler-up-inner {
top: 50%;
margin-top: -5px;
text-align: center;
}
.ant-input-number-handler-up:hover {
height: 60% !important;
}
.ant-input-number-handler-down {
top: 0;
border-top: 1px solid #d9d9d9;
border-bottom-right-radius: 2px;
cursor: pointer;
}
.ant-input-number-handler-down-inner {
top: 50%;
text-align: center;
transform: translateY(-50%);
}
.ant-input-number-handler-down:hover {
height: 60% !important;
}
.ant-input-number-borderless .ant-input-number-handler-down {
border-top-width: 0;
}
.ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down,
.ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down {
border-top: 1px solid #d9d9d9;
}
.ant-input-number-handler-down-disabled,
.ant-input-number-handler-up-disabled {
cursor: not-allowed;
}
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner,
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner {
color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-borderless {
box-shadow: none;
}
.ant-input-number-out-of-range input {
color: #ff4d4f;
}
.ant-input-number-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
margin-right: -1px;
}
.ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl {
margin-left: -1px;
}
.ant-input-number-compact-item.ant-input-number-focused,
.ant-input-number-compact-item:active,
.ant-input-number-compact-item:focus,
.ant-input-number-compact-item:hover {
z-index: 2;
}
.ant-input-number-compact-item[disabled] {
z-index: 0;
}
.ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number {
border-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item),
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-item-rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-number-rtl {
direction: rtl;
}
.ant-input-number-rtl .ant-input-number-handler {
border-right: 1px solid #d9d9d9;
border-left: 0;
}
.ant-input-number-rtl .ant-input-number-handler-wrap {
right: auto;
left: 0;
}
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
border-right-width: 0;
}
.ant-input-number-rtl .ant-input-number-handler-up {
border-top-right-radius: 0;
}
.ant-input-number-rtl .ant-input-number-handler-down {
border-bottom-right-radius: 0;
}
.ant-input-number-rtl .ant-input-number-input {
direction: ltr;
text-align: right;
}
.ant-input-affix-wrapper {
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;
display: inline-flex;
}
.ant-input-affix-wrapper::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.ant-input-affix-wrapper:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.ant-input-affix-wrapper::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-input-affix-wrapper:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-affix-wrapper:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-input-affix-wrapper:placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-affix-wrapper:hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-input-rtl .ant-input-affix-wrapper:hover {
border-right-width: 0;
border-left-width: 1px !important;
}
.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-rtl .ant-input-affix-wrapper-focused,
.ant-input-rtl .ant-input-affix-wrapper:focus {
border-right-width: 0;
border-left-width: 1px !important;
}
.ant-input-affix-wrapper-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-input-affix-wrapper-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-input-affix-wrapper[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-input-affix-wrapper[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-input-affix-wrapper {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-input-affix-wrapper-lg {
padding: 6.5px 11px;
font-size: 16px;
}
.ant-input-affix-wrapper-sm {
padding: 0 7px;
}
.ant-input-affix-wrapper-rtl {
direction: rtl;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
border-color: #40a9ff;
border-right-width: 1px;
z-index: 1;
}
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
border-right-width: 0;
border-left-width: 1px !important;
}
.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
z-index: 0;
}
.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
z-index: 1;
}
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
background: transparent;
}
.ant-input-affix-wrapper > .ant-input {
font-size: inherit;
border: none;
outline: none;
}
.ant-input-affix-wrapper > .ant-input:focus {
box-shadow: none !important;
}
.ant-input-affix-wrapper > .ant-input:not(textarea) {
padding: 0;
}
.ant-input-affix-wrapper:before {
width: 0;
visibility: hidden;
content: " ";
}
.ant-input-prefix,
.ant-input-suffix {
display: flex;
flex: none;
align-items: center;
}
.ant-input-prefix > :not(:last-child),
.ant-input-suffix > :not(:last-child) {
margin-right: 8px;
}
.ant-input-show-count-suffix {
color: rgba(0, 0, 0, 0.45);
}
.ant-input-show-count-has-suffix {
margin-right: 2px;
}
.ant-input-prefix {
margin-right: 4px;
}
.ant-input-suffix {
margin-left: 4px;
}
.ant-input-clear-icon,
.anticon.ant-input-clear-icon {
margin: 0;
color: rgba(0, 0, 0, 0.25);
font-size: 12px;
vertical-align: -1px;
cursor: pointer;
transition: color 0.3s;
}
.ant-input-clear-icon:hover,
.anticon.ant-input-clear-icon:hover {
color: rgba(0, 0, 0, 0.45);
}
.ant-input-clear-icon:active,
.anticon.ant-input-clear-icon:active {
color: rgba(0, 0, 0, 0.85);
}
.ant-input-clear-icon-hidden,
.anticon.ant-input-clear-icon-hidden {
visibility: hidden;
}
.ant-input-clear-icon-has-suffix,
.anticon.ant-input-clear-icon-has-suffix {
margin: 0 4px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn {
padding: 0;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
position: absolute;
top: 8px;
right: 8px;
z-index: 1;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
background: #fff;
border-color: #ff4d4f;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus {
border-color: #ff7875;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-status-error .ant-input-prefix {
color: #ff4d4f;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
background: #fff;
border-color: #faad14;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus {
border-color: #ffc53d;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-status-warning .ant-input-prefix {
color: #faad14;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
background: #fff;
border-color: #ff4d4f;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus {
border-color: #ff7875;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-affix-wrapper-status-error .ant-input-prefix {
color: #ff4d4f;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
background: #fff;
border-color: #faad14;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus {
border-color: #ffc53d;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
color: #faad14;
}
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input {
padding-right: 24px;
}
.ant-input-group-wrapper-status-error .ant-input-group-addon {
color: #ff4d4f;
border-color: #ff4d4f;
}
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
color: #faad14;
border-color: #faad14;
}
.ant-input {
box-sizing: border-box;
margin: 0;
font-variant: tabular-nums;
list-style: none;
font-feature-settings: "tnum";
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;
}
.ant-input::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.ant-input:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.ant-input::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-input:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-input:placeholder-shown {
text-overflow: ellipsis;
}
.ant-input:hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-input-rtl .ant-input:hover {
border-right-width: 0;
border-left-width: 1px !important;
}
.ant-input-focused,
.ant-input:focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-input-rtl .ant-input-focused,
.ant-input-rtl .ant-input:focus {
border-right-width: 0;
border-left-width: 1px !important;
}
.ant-input-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-input-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-input[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-input[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-input-borderless,
.ant-input-borderless-disabled,
.ant-input-borderless-focused,
.ant-input-borderless:focus,
.ant-input-borderless:hover,
.ant-input-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-input {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-input-lg {
padding: 6.5px 11px;
font-size: 16px;
}
.ant-input-sm {
padding: 0 7px;
}
.ant-input-rtl {
direction: rtl;
}
.ant-input-group {
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: table;
width: 100%;
border-collapse: separate;
border-spacing: 0;
}
.ant-input-group[class*=col-] {
float: none;
padding-right: 0;
padding-left: 0;
}
.ant-input-group > [class*=col-] {
padding-right: 8px;
}
.ant-input-group > [class*=col-]:last-child {
padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
width: 1px;
white-space: nowrap;
vertical-align: middle;
}
.ant-input-group-wrap > * {
display: block !important;
}
.ant-input-group .ant-input {
float: left;
width: 100%;
margin-bottom: 0;
text-align: inherit;
}
.ant-input-group .ant-input:focus,
.ant-input-group .ant-input:hover {
z-index: 1;
border-right-width: 1px;
}
.ant-input-search-with-button .ant-input-group .ant-input:hover {
z-index: 0;
}
.ant-input-group-addon {
position: relative;
padding: 0 11px;
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
font-size: 14px;
text-align: center;
background-color: #fafafa;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
margin: -5px -11px;
}
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
background-color: inherit;
border: 1px solid transparent;
box-shadow: none;
}
.ant-input-group-addon .ant-select-focused .ant-select-selector,
.ant-input-group-addon .ant-select-open .ant-select-selector {
color: #1890ff;
}
.ant-input-group-addon .ant-cascader-picker {
margin: -9px -12px;
background-color: transparent;
}
.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
text-align: left;
border: 0;
box-shadow: none;
}
.ant-input-group-addon:first-child,
.ant-input-group-addon:first-child .ant-select .ant-select-selector,
.ant-input-group > .ant-input:first-child,
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
border-right: 0;
}
.ant-input-group-addon:last-child {
border-left: 0;
}
.ant-input-group-addon:last-child,
.ant-input-group-addon:last-child .ant-select .ant-select-selector,
.ant-input-group > .ant-input:last-child,
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
padding: 6.5px 11px;
font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
padding: 0 7px;
}
.ant-input-group-lg .ant-select-single .ant-select-selector {
height: 40px;
}
.ant-input-group-sm .ant-select-single .ant-select-selector {
height: 24px;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-group.ant-input-group-compact {
display: block;
}
.ant-input-group.ant-input-group-compact:before {
display: table;
content: "";
}
.ant-input-group.ant-input-group-compact:after {
display: table;
clear: both;
content: "";
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
display: inline-block;
float: none;
vertical-align: top;
border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
.ant-input-group.ant-input-group-compact > .ant-picker-range {
display: inline-flex;
}
.ant-input-group.ant-input-group-compact > :not(:last-child) {
margin-right: -1px;
border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
float: none;
}
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector {
border-right-width: 1px;
border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-focused,
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow,
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover {
z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > :first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > :last-child {
border-right-width: 1px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
vertical-align: top;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
margin-left: -1px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper,
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl .ant-input-group-addon:first-child,
.ant-input-group > .ant-input-rtl:first-child {
border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl .ant-input-group-addon:first-child {
border-right: 1px solid #d9d9d9;
border-left: 0;
}
.ant-input-group-rtl .ant-input-group-addon:last-child {
border-right: 0;
border-left: 1px solid #d9d9d9;
border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group-addon:last-child,
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-group-rtl.ant-input-group > .ant-input:last-child {
border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > :not(:last-child) {
margin-right: 0;
margin-left: -1px;
border-left-width: 1px;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > :first-child {
border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > :last-child {
border-left-width: 1px;
border-radius: 2px 0 0 2px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
margin-right: -1px;
margin-left: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
border-radius: 0 2px 2px 0;
}
.ant-input-group-wrapper {
display: inline-block;
width: 100%;
text-align: start;
vertical-align: top;
}
.ant-input-password-icon.anticon {
color: rgba(0, 0, 0, 0.45);
cursor: pointer;
transition: all 0.3s;
}
.ant-input-password-icon.anticon:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-input[type=color] {
height: 32px;
}
.ant-input[type=color].ant-input-lg {
height: 40px;
}
.ant-input[type=color].ant-input-sm {
height: 24px;
padding-top: 3px;
padding-bottom: 3px;
}
.ant-input-textarea-show-count > .ant-input {
height: 100%;
}
.ant-input-textarea-show-count:after {
float: right;
color: rgba(0, 0, 0, 0.45);
white-space: nowrap;
content: attr(data-count);
pointer-events: none;
}
.ant-input-textarea-show-count.ant-input-textarea-in-form-item:after {
margin-bottom: -22px;
}
.ant-input-textarea-suffix {
position: absolute;
top: 0;
right: 11px;
bottom: 0;
z-index: 1;
display: inline-flex;
align-items: center;
margin: auto;
}
.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
margin-right: -1px;
}
.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
margin-left: -1px;
}
.ant-input-compact-item:active,
.ant-input-compact-item:focus,
.ant-input-compact-item:hover {
z-index: 2;
}
.ant-input-compact-item[disabled] {
z-index: 0;
}
.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
border-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item),
.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-search .ant-input:focus,
.ant-input-search .ant-input:hover {
border-color: #40a9ff;
}
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
border-left-color: #40a9ff;
}
.ant-input-search .ant-input-affix-wrapper {
border-radius: 0;
}
.ant-input-search .ant-input-lg {
line-height: 1.5713;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
left: -1px;
padding: 0;
border: 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
padding-top: 0;
padding-bottom: 0;
border-radius: 0 2px 2px 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
color: rgba(0, 0, 0, 0.45);
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading:before {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.ant-input-search-button {
height: 32px;
}
.ant-input-search-button:focus,
.ant-input-search-button:hover {
z-index: 1;
}
.ant-input-search-large .ant-input-search-button {
height: 40px;
}
.ant-input-search-small .ant-input-search-button {
height: 24px;
}
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
margin-right: -1px;
border-radius: 0;
}
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
border-radius: 0;
}
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
.ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused,
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
.ant-input-search.ant-input-compact-item > .ant-input:active,
.ant-input-search.ant-input-compact-item > .ant-input:focus,
.ant-input-search.ant-input-compact-item > .ant-input:hover {
z-index: 2;
}
.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
margin-left: -1px;
border-radius: 0;
}
.ant-input-group-rtl,
.ant-input-group-wrapper-rtl {
direction: rtl;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
border: none;
outline: none;
}
.ant-input-affix-wrapper-rtl .ant-input-prefix {
margin: 0 0 0 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-suffix {
margin: 0 4px 0 0;
}
.ant-input-textarea-rtl {
direction: rtl;
}
.ant-input-textarea-rtl.ant-input-textarea-show-count:after {
text-align: left;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
margin-right: 0;
margin-left: 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
right: auto;
left: 8px;
}
.ant-input-search-rtl {
direction: rtl;
}
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
border-left-color: #d9d9d9;
}
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
border-left-color: #40a9ff;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused,
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover {
border-right-color: #40a9ff;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child {
right: -1px;
left: auto;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
border-radius: 2px 0 0 2px;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
.ant-input {
height: 32px;
}
.ant-input-lg {
height: 40px;
}
.ant-input-sm {
height: 24px;
}
.ant-input-affix-wrapper > input.ant-input {
height: auto;
}
}
.ant-layout {
display: flex;
flex: auto;
flex-direction: column;
min-height: 0;
background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
width: 0;
}
.ant-layout-footer,
.ant-layout-header {
flex: 0 0 auto;
}
.ant-layout-header {
height: 64px;
padding: 0 50px;
color: rgba(0, 0, 0, 0.85);
line-height: 64px;
background: #001529;
}
.ant-layout-footer {
padding: 24px 50px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
background: #f0f2f5;
}
.ant-layout-content {
flex: auto;
min-height: 0;
}
.ant-layout-sider {
position: relative;
min-width: 0;
background: #001529;
transition: all 0.2s;
}
.ant-layout-sider-children {
height: 100%;
margin-top: -0.1px;
padding-top: 0.1px;
}
.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
width: auto;
}
.ant-layout-sider-has-trigger {
padding-bottom: 48px;
}
.ant-layout-sider-right {
order: 1;
}
.ant-layout-sider-trigger {
position: fixed;
bottom: 0;
z-index: 1;
height: 48px;
color: #fff;
line-height: 48px;
text-align: center;
background: #002140;
cursor: pointer;
transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
position: absolute;
top: 64px;
right: -36px;
z-index: 1;
width: 36px;
height: 42px;
color: #fff;
font-size: 18px;
line-height: 42px;
text-align: center;
background: #001529;
border-radius: 0 2px 2px 0;
cursor: pointer;
transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
transition: all 0.3s;
content: "";
}
.ant-layout-sider-zero-width-trigger:hover:after {
background: hsla(0deg, 0%, 100%, 0.1);
}
.ant-layout-sider-zero-width-trigger-right {
left: -36px;
border-radius: 2px 0 0 2px;
}
.ant-layout-sider-light {
background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger,
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
color: rgba(0, 0, 0, 0.85);
background: #fff;
}
.ant-layout-rtl {
direction: rtl;
}
.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-footer,
.ant-list-header {
background: transparent;
}
.ant-list-footer,
.ant-list-header {
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: normal;
}
.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-footer,
.ant-list-bordered .ant-list-header,
.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-footer,
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-item {
padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-footer,
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-item {
padding: 16px 24px;
}
@media screen and (max-width: 768px) {
.ant-list-item-action,
.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,
.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-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
background: #fff;
border-color: #ff4d4f;
}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused,
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus {
border-color: #ff7875;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-mentions-status-error .ant-input-prefix {
color: #ff4d4f;
}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
background: #fff;
border-color: #faad14;
}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused,
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus {
border-color: #ffc53d;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-mentions-status-warning .ant-input-prefix {
color: #faad14;
}
.ant-mentions {
box-sizing: border-box;
margin: 0;
font-variant: tabular-nums;
list-style: none;
font-feature-settings: "tnum";
width: 100%;
min-width: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
background-color: #fff;
background-image: none;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: all 0.3s;
position: relative;
display: inline-block;
height: auto;
padding: 0;
overflow: hidden;
line-height: 1.5715;
white-space: pre-wrap;
vertical-align: bottom;
}
.ant-mentions::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.ant-mentions:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.ant-mentions::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-mentions:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-mentions:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-mentions:placeholder-shown {
text-overflow: ellipsis;
}
.ant-mentions-focused,
.ant-mentions:focus,
.ant-mentions:hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-mentions-focused,
.ant-mentions:focus {
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
outline: 0;
}
.ant-mentions-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-mentions-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-mentions[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-mentions[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-mentions-borderless,
.ant-mentions-borderless-disabled,
.ant-mentions-borderless-focused,
.ant-mentions-borderless:focus,
.ant-mentions-borderless:hover,
.ant-mentions-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-mentions {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-mentions-lg {
padding: 6.5px 11px;
font-size: 16px;
}
.ant-mentions-sm {
padding: 0 7px;
}
.ant-mentions-disabled > textarea {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
box-shadow: none;
cursor: not-allowed;
opacity: 1;
}
.ant-mentions-disabled > textarea:hover {
border-color: #d9d9d9;
border-right-width: 1px;
}
.ant-mentions-focused {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-mentions-measure,
.ant-mentions > textarea {
min-height: 30px;
margin: 0;
padding: 4px 11px;
overflow: inherit;
overflow-x: hidden;
overflow-y: auto;
font-weight: inherit;
font-size: inherit;
font-family: inherit;
font-style: inherit;
font-variant: inherit;
font-size-adjust: inherit;
font-stretch: inherit;
line-height: inherit;
direction: inherit;
letter-spacing: inherit;
white-space: inherit;
text-align: inherit;
vertical-align: top;
word-wrap: break-word;
word-break: inherit;
-moz-tab-size: inherit;
-o-tab-size: inherit;
tab-size: inherit;
}
.ant-mentions > textarea {
width: 100%;
border: none;
outline: none;
resize: none;
}
.ant-mentions > textarea::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.ant-mentions > textarea:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.ant-mentions > textarea::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-mentions > textarea:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-mentions > textarea:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-mentions > textarea:placeholder-shown {
text-overflow: ellipsis;
}
.ant-mentions-measure {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
color: transparent;
pointer-events: none;
}
.ant-mentions-measure > span {
display: inline-block;
min-height: 1em;
}
.ant-mentions-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;
font-size: 14px;
font-variant: normal;
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-mentions-dropdown-hidden {
display: none;
}
.ant-mentions-dropdown-menu {
max-height: 250px;
margin-bottom: 0;
padding-left: 0;
overflow: auto;
list-style: none;
outline: none;
}
.ant-mentions-dropdown-menu-item {
position: relative;
display: block;
min-width: 100px;
padding: 5px 12px;
overflow: hidden;
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
line-height: 1.5715;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
transition: background 0.3s ease;
}
.ant-mentions-dropdown-menu-item:hover {
background-color: #f5f5f5;
}
.ant-mentions-dropdown-menu-item:first-child {
border-radius: 2px 2px 0 0;
}
.ant-mentions-dropdown-menu-item:last-child {
border-radius: 0 0 2px 2px;
}
.ant-mentions-dropdown-menu-item-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-disabled:hover {
color: rgba(0, 0, 0, 0.25);
background-color: #fff;
cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-selected {
color: rgba(0, 0, 0, 0.85);
font-weight: 600;
background-color: #fafafa;
}
.ant-mentions-dropdown-menu-item-active {
background-color: #f5f5f5;
}
.ant-mentions-suffix {
position: absolute;
top: 0;
right: 11px;
bottom: 0;
z-index: 1;
display: inline-flex;
align-items: center;
margin: auto;
}
.ant-mentions-rtl {
direction: rtl;
}
.ant-menu-item-danger.ant-menu-item,
.ant-menu-item-danger.ant-menu-item-active,
.ant-menu-item-danger.ant-menu-item:hover {
color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:active {
background: #fff1f0;
}
.ant-menu-item-danger.ant-menu-item-selected,
.ant-menu-item-danger.ant-menu-item-selected > a,
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
color: #ff4d4f;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
background-color: #fff1f0;
}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item:after {
border-right-color: #ff4d4f;
}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
color: #ff4d4f;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
color: #fff;
background-color: #ff4d4f;
}
.ant-menu {
box-sizing: border-box;
font-variant: tabular-nums;
line-height: 1.5715;
font-feature-settings: "tnum";
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
line-height: 0;
text-align: left;
list-style: none;
background: #fff;
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);
transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.ant-menu:after,
.ant-menu:before {
display: table;
content: "";
}
.ant-menu:after {
clear: both;
}
.ant-menu.ant-menu-root:focus-visible {
box-shadow: 0 0 0 2px #bae7ff;
}
.ant-menu ol,
.ant-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.ant-menu-overflow {
display: flex;
}
.ant-menu-overflow-item {
flex: none;
}
.ant-menu-hidden,
.ant-menu-submenu-hidden {
display: none;
}
.ant-menu-item-group-title {
height: 1.5715;
padding: 8px 16px;
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
line-height: 1.5715;
transition: all 0.3s;
}
.ant-menu-horizontal .ant-menu-submenu {
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
color: #1890ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
background: #e6f7ff;
}
.ant-menu-submenu .ant-menu-sub {
cursor: auto;
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-title-content {
transition: color 0.3s;
}
.ant-menu-item a {
color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item a:hover {
color: #1890ff;
}
.ant-menu-item a:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: transparent;
content: "";
}
.ant-menu-item > .ant-badge a {
color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item > .ant-badge a:hover {
color: #1890ff;
}
.ant-menu-item-divider {
overflow: hidden;
line-height: 0;
border: solid #f0f0f0;
border-width: 1px 0 0;
}
.ant-menu-item-divider-dashed {
border-style: dashed;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
background-color: transparent;
}
.ant-menu-item-selected,
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
border-right: 1px solid #f0f0f0;
}
.ant-menu-vertical-right {
border-left: 1px solid #f0f0f0;
}
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub,
.ant-menu-vertical.ant-menu-sub {
min-width: 160px;
max-height: calc(100vh - 100px);
padding: 0;
overflow: hidden;
border-right: 0;
}
.ant-menu-vertical-left.ant-menu-sub:not([class*=-active]),
.ant-menu-vertical-right.ant-menu-sub:not([class*=-active]),
.ant-menu-vertical.ant-menu-sub:not([class*=-active]) {
overflow-x: hidden;
overflow-y: auto;
}
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item,
.ant-menu-vertical.ant-menu-sub .ant-menu-item {
left: 0;
margin-left: 0;
border-right: 0;
}
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical.ant-menu-sub .ant-menu-item:after {
border-right: 0;
}
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu {
transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
min-width: 114px;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
transition: border-color 0.3s, background 0.3s;
}
.ant-menu-item,
.ant-menu-submenu-title {
position: relative;
display: block;
margin: 0;
padding: 0 20px;
white-space: nowrap;
cursor: pointer;
transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-submenu-title .anticon {
min-width: 14px;
font-size: 14px;
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
}
.ant-menu-item .ant-menu-item-icon + span,
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-submenu-title .anticon + span {
margin-left: 10px;
opacity: 1;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}
.ant-menu-item .ant-menu-item-icon.svg,
.ant-menu-submenu-title .ant-menu-item-icon.svg {
vertical-align: -0.125em;
}
.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
margin-right: 0;
}
.ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
.ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
box-shadow: 0 0 0 2px #bae7ff;
}
.ant-menu > .ant-menu-item-divider {
margin: 1px 0;
padding: 0;
}
.ant-menu-submenu-popup {
position: absolute;
z-index: 1050;
background: transparent;
border-radius: 2px;
box-shadow: none;
transform-origin: 0 0;
}
.ant-menu-submenu-popup:before {
position: absolute;
top: -7px;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
opacity: 0.0001;
content: " ";
}
.ant-menu-submenu-placement-rightTop:before {
top: 0;
left: -7px;
}
.ant-menu-submenu > .ant-menu {
background-color: #fff;
border-radius: 2px;
}
.ant-menu-submenu > .ant-menu-submenu-title:after {
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-popup > .ant-menu {
background-color: #fff;
}
.ant-menu-submenu-arrow,
.ant-menu-submenu-expand-icon {
position: absolute;
top: 50%;
right: 16px;
width: 10px;
color: rgba(0, 0, 0, 0.85);
transform: translateY(-50%);
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-arrow:after,
.ant-menu-submenu-arrow:before {
position: absolute;
width: 6px;
height: 1.5px;
background-color: currentcolor;
border-radius: 2px;
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
content: "";
}
.ant-menu-submenu-arrow:before {
transform: rotate(45deg) translateY(-2.5px);
}
.ant-menu-submenu-arrow:after {
transform: rotate(-45deg) translateY(2.5px);
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon {
color: #1890ff;
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline .ant-menu-submenu-arrow:before {
transform: rotate(-45deg) translateX(2.5px);
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline .ant-menu-submenu-arrow:after {
transform: rotate(45deg) translateX(-2.5px);
}
.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
display: none;
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after {
transform: rotate(-45deg) translateX(-2.5px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before {
transform: rotate(45deg) translateX(2.5px);
}
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected,
.ant-menu-vertical .ant-menu-submenu-selected {
color: #1890ff;
}
.ant-menu-horizontal {
line-height: 46px;
border: 0;
border-bottom: 1px solid #f0f0f0;
box-shadow: none;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
margin-top: -1px;
margin-bottom: 0;
padding: 0 20px;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover {
color: #1890ff;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active:after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open:after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected:after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover:after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active:after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open:after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected:after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover:after {
border-bottom: 2px solid #1890ff;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
position: relative;
top: 1px;
display: inline-block;
vertical-align: bottom;
}
.ant-menu-horizontal > .ant-menu-item:after,
.ant-menu-horizontal > .ant-menu-submenu:after {
position: absolute;
right: 20px;
bottom: 0;
left: 20px;
border-bottom: 2px solid transparent;
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
content: "";
}
.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
padding: 0;
}
.ant-menu-horizontal > .ant-menu-item a {
color: rgba(0, 0, 0, 0.85);
}
.ant-menu-horizontal > .ant-menu-item a:hover {
color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item a:before {
bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
color: #1890ff;
}
.ant-menu-horizontal:after {
display: block;
clear: both;
height: 0;
content: " ";
}
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-vertical .ant-menu-item {
position: relative;
}
.ant-menu-inline .ant-menu-item:after,
.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-vertical .ant-menu-item:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border-right: 3px solid #1890ff;
transform: scaleY(0.0001);
opacity: 0;
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
content: "";
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title {
height: 40px;
margin-top: 4px;
margin-bottom: 4px;
padding: 0 16px;
overflow: hidden;
line-height: 40px;
text-overflow: ellipsis;
}
.ant-menu-inline .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-vertical .ant-menu-submenu {
padding-bottom: 0.02px;
}
.ant-menu-inline .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-vertical .ant-menu-item:not(:last-child) {
margin-bottom: 8px;
}
.ant-menu-inline > .ant-menu-item,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title {
height: 40px;
line-height: 40px;
}
.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
padding-right: 34px;
}
.ant-menu-inline {
width: 100%;
}
.ant-menu-inline .ant-menu-item-selected:after,
.ant-menu-inline .ant-menu-selected:after {
transform: scaleY(1);
opacity: 1;
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
padding-right: 34px;
}
.ant-menu-inline.ant-menu-root .ant-menu-item,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
display: flex;
align-items: center;
transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
flex: auto;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.ant-menu-inline.ant-menu-root .ant-menu-item > *,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
flex: none;
}
.ant-menu.ant-menu-inline-collapsed {
width: 80px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
left: 0;
padding: 0 calc(50% - 8px);
text-overflow: clip;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
margin: 0;
font-size: 16px;
line-height: 40px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
display: inline-block;
opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed .anticon {
display: inline-block;
}
.ant-menu.ant-menu-inline-collapsed-tooltip {
pointer-events: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
display: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip a {
color: hsla(0deg, 0%, 100%, 0.85);
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
padding-right: 4px;
padding-left: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-menu-item-group-list {
margin: 0;
padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-inline,
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right {
box-shadow: none;
}
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
font-size: 16px;
text-align: center;
}
.ant-menu-sub.ant-menu-inline {
padding: 0;
background: #fafafa;
border-radius: 0;
box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
height: 40px;
line-height: 40px;
list-style-position: inside;
list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
color: rgba(0, 0, 0, 0.25) !important;
background: none;
cursor: not-allowed;
}
.ant-menu-item-disabled:after,
.ant-menu-submenu-disabled:after {
border-color: transparent !important;
}
.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
color: rgba(0, 0, 0, 0.25) !important;
pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
color: rgba(0, 0, 0, 0.25) !important;
cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before {
background: rgba(0, 0, 0, 0.25) !important;
}
.ant-layout-header .ant-menu {
line-height: inherit;
}
.ant-menu-inline-collapsed-tooltip a,
.ant-menu-inline-collapsed-tooltip a:hover {
color: #fff;
}
.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
color: #1890ff;
}
.ant-menu-dark .ant-menu-item:focus-visible,
.ant-menu-dark .ant-menu-submenu-title:focus-visible,
.ant-menu.ant-menu-root:focus-visible {
box-shadow: 0 0 0 2px #096dd9;
}
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark,
.ant-menu.ant-menu-dark .ant-menu-sub {
color: hsla(0deg, 0%, 100%, 0.65);
background: #001529;
}
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
opacity: 0.45;
transition: all 0.3s;
}
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
background: #000c17;
}
.ant-menu-dark.ant-menu-horizontal {
border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
top: 0;
margin-top: 0;
padding: 0 20px;
border-color: #001529;
border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
background-color: #1890ff;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a:before {
bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a,
.ant-menu-dark .ant-menu-item > span > a {
color: hsla(0deg, 0%, 100%, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item {
left: 0;
margin-left: 0;
border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item:after {
border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
width: 100%;
}
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
color: #fff;
background-color: transparent;
}
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-item-active > span > a,
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item:hover > span > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-active > span > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-open > span > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-selected > span > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a,
.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
color: #fff;
}
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
opacity: 1;
}
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before {
background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
background-color: transparent;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-selected {
color: #fff;
border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected:after {
border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.ant-menu-dark .ant-menu-item-selected .anticon,
.ant-menu-dark .ant-menu-item-selected .anticon + span,
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover,
.ant-menu-dark .ant-menu-item-selected > span > a,
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
color: #fff;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected,
.ant-menu.ant-menu-dark .ant-menu-item-selected {
background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-item-disabled > span > a,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-submenu-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
color: hsla(0deg, 0%, 100%, 0.35) !important;
opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
color: hsla(0deg, 0%, 100%, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before {
background: hsla(0deg, 0%, 100%, 0.35) !important;
}
.ant-menu.ant-menu-rtl {
direction: rtl;
text-align: right;
}
.ant-menu-rtl .ant-menu-item-group-title {
text-align: right;
}
.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
border-right: none;
border-left: 1px solid #f0f0f0;
}
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
border-left: none;
}
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu {
transform-origin: top right;
}
.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
margin-right: auto;
margin-left: 10px;
}
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
margin-left: 0;
}
.ant-menu-submenu-rtl.ant-menu-submenu-popup {
transform-origin: 100% 0;
}
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow {
right: auto;
left: 16px;
}
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
transform: rotate(-45deg) translateY(-2px);
}
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
transform: rotate(45deg) translateY(2px);
}
.ant-menu-rtl.ant-menu-inline .ant-menu-item:after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-rtl.ant-menu-vertical .ant-menu-item:after {
right: auto;
left: 0;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
text-align: right;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
padding-right: 0;
padding-left: 34px;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
padding-right: 16px;
padding-left: 34px;
}
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
padding: 0 calc(50% - 8px);
}
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
padding: 0 28px 0 16px;
}
.ant-menu-sub.ant-menu-inline {
border: 0;
}
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
padding-right: 32px;
padding-left: 0;
}
.ant-message {
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: fixed;
top: 8px;
left: 0;
z-index: 99999;
width: 100%;
pointer-events: none;
}
.ant-message-notice {
padding: 8px;
text-align: center;
}
.ant-message-notice-content {
display: inline-block;
padding: 10px 16px;
background: #fff;
border-radius: 2px;
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);
pointer-events: all;
}
.ant-message-success .anticon {
color: #52c41a;
}
.ant-message-error .anticon {
color: #ff4d4f;
}
.ant-message-warning .anticon {
color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
color: #1890ff;
}
.ant-message .anticon {
position: relative;
top: 1px;
margin-right: 8px;
font-size: 16px;
}
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
animation-name: MessageMoveOut;
animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
0% {
max-height: 150px;
padding: 8px;
opacity: 1;
}
to {
max-height: 0;
padding: 0;
opacity: 0;
}
}
.ant-message-rtl,
.ant-message-rtl span {
direction: rtl;
}
.ant-message-rtl .anticon {
margin-right: 0;
margin-left: 8px;
}
.ant-modal {
box-sizing: border-box;
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";
pointer-events: none;
position: relative;
top: 100px;
width: auto;
max-width: calc(100vw - 32px);
margin: 0 auto;
padding: 0 0 24px;
}
.ant-modal.ant-zoom-appear,
.ant-modal.ant-zoom-enter {
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.ant-modal-mask-hidden {
display: none;
}
.ant-modal-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
z-index: 1000;
}
.ant-modal-title {
margin: 0;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
font-size: 16px;
line-height: 22px;
word-wrap: break-word;
}
.ant-modal-content {
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-radius: 2px;
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);
pointer-events: auto;
}
.ant-modal-close {
position: absolute;
top: 0;
right: 0;
z-index: 10;
padding: 0;
color: rgba(0, 0, 0, 0.45);
font-weight: 700;
line-height: 1;
text-decoration: none;
background: transparent;
border: 0;
outline: 0;
cursor: pointer;
transition: color 0.3s;
}
.ant-modal-close-x {
display: block;
width: 54px;
height: 54px;
font-size: 16px;
font-style: normal;
line-height: 54px;
text-align: center;
text-transform: none;
text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
color: rgba(0, 0, 0, 0.75);
text-decoration: none;
}
.ant-modal-header {
padding: 16px 24px;
color: rgba(0, 0, 0, 0.85);
background: #fff;
border-bottom: 1px solid #f0f0f0;
border-radius: 2px 2px 0 0;
}
.ant-modal-body {
padding: 24px;
font-size: 14px;
line-height: 1.5715;
word-wrap: break-word;
}
.ant-modal-footer {
padding: 10px 16px;
text-align: right;
background: transparent;
border-top: 1px solid #f0f0f0;
border-radius: 0 0 2px 2px;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
margin-bottom: 0;
margin-left: 8px;
}
.ant-modal-open {
overflow: hidden;
}
.ant-modal-centered {
text-align: center;
}
.ant-modal-centered:before {
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
content: "";
}
.ant-modal-centered .ant-modal {
top: 0;
display: inline-block;
padding-bottom: 0;
text-align: left;
vertical-align: middle;
}
@media (max-width: 767px) {
.ant-modal {
max-width: calc(100vw - 16px);
margin: 8px auto;
}
.ant-modal-centered .ant-modal {
flex: 1;
}
}
.ant-modal-confirm .ant-modal-header {
display: none;
}
.ant-modal-confirm .ant-modal-body {
padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper:before {
display: table;
content: "";
}
.ant-modal-confirm-body-wrapper:after {
display: table;
clear: both;
content: "";
}
.ant-modal-confirm-body .ant-modal-confirm-title {
display: block;
overflow: hidden;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
font-size: 16px;
line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
margin-top: 8px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
float: left;
margin-right: 16px;
font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
margin-top: 24px;
text-align: right;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
margin-bottom: 0;
margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
color: #ff4d4f;
}
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon {
color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
color: #52c41a;
}
.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
pointer-events: none;
}
.ant-modal-wrap-rtl {
direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
right: auto;
left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
margin-right: 8px;
margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
float: right;
margin-right: 0;
margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
margin-right: 38px;
margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
margin-right: 8px;
margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
text-align: right;
}
.ant-notification {
box-sizing: border-box;
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: fixed;
z-index: 1010;
margin: 0 24px 0 0;
}
.ant-notification-close-icon {
font-size: 14px;
cursor: pointer;
}
.ant-notification-hook-holder {
position: relative;
}
.ant-notification-notice {
position: relative;
width: 384px;
max-width: calc(100vw - 48px);
margin-bottom: 16px;
margin-left: auto;
padding: 16px 24px;
overflow: hidden;
line-height: 1.5715;
word-wrap: break-word;
background: #fff;
border-radius: 2px;
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-notification-bottom .ant-notification-notice,
.ant-notification-top .ant-notification-notice {
margin-right: auto;
margin-left: auto;
}
.ant-notification-bottomLeft .ant-notification-notice,
.ant-notification-topLeft .ant-notification-notice {
margin-right: auto;
margin-left: 0;
}
.ant-notification-notice-message {
margin-bottom: 8px;
color: rgba(0, 0, 0, 0.85);
font-size: 16px;
line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
display: block;
width: calc(264px - 100%);
max-width: 4px;
background-color: transparent;
pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin:before {
display: block;
content: "";
}
.ant-notification-notice-description {
font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
margin-bottom: 4px;
margin-left: 48px;
font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
margin-left: 48px;
font-size: 14px;
}
.ant-notification-notice-icon {
position: absolute;
margin-left: 4px;
font-size: 24px;
line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
color: #1890ff;
}
.anticon.ant-notification-notice-icon-warning {
color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
color: #ff4d4f;
}
.ant-notification-notice-close {
position: absolute;
top: 16px;
right: 22px;
color: rgba(0, 0, 0, 0.45);
outline: none;
}
.ant-notification-notice-close:hover {
color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
float: right;
margin-top: 16px;
}
.ant-notification .notification-fade-effect {
animation-duration: 0.24s;
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
animation-fill-mode: both;
}
.ant-notification-fade-appear,
.ant-notification-fade-enter {
opacity: 0;
animation-play-state: paused;
}
.ant-notification-fade-appear,
.ant-notification-fade-enter,
.ant-notification-fade-leave {
animation-duration: 0.24s;
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
animation-fill-mode: both;
}
.ant-notification-fade-leave {
animation-duration: 0.2s;
animation-play-state: paused;
}
.ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-fade-enter.ant-notification-fade-enter-active {
animation-name: NotificationFadeIn;
animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
animation-name: NotificationFadeOut;
animation-play-state: running;
}
@keyframes NotificationFadeIn {
0% {
left: 384px;
opacity: 0;
}
to {
left: 0;
opacity: 1;
}
}
@keyframes NotificationFadeOut {
0% {
max-height: 150px;
margin-bottom: 16px;
opacity: 1;
}
to {
max-height: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
opacity: 0;
}
}
.ant-notification-rtl {
direction: rtl;
}
.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
padding-right: 0;
padding-left: 24px;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description,
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
margin-right: 48px;
margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-icon {
margin-right: 4px;
margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-close {
right: auto;
left: 22px;
}
.ant-notification-rtl .ant-notification-notice-btn {
float: left;
}
.ant-notification-bottom,
.ant-notification-top {
margin-right: 0;
margin-left: 0;
}
.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active {
animation-name: NotificationTopFadeIn;
}
.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active {
animation-name: NotificationBottomFadeIn;
}
.ant-notification-bottomLeft,
.ant-notification-topLeft {
margin-right: 0;
margin-left: 24px;
}
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active {
animation-name: NotificationLeftFadeIn;
}
@keyframes NotificationTopFadeIn {
0% {
margin-top: -100%;
opacity: 0;
}
to {
margin-top: 0;
opacity: 1;
}
}
@keyframes NotificationBottomFadeIn {
0% {
margin-bottom: -100%;
opacity: 0;
}
to {
margin-bottom: 0;
opacity: 1;
}
}
@keyframes NotificationLeftFadeIn {
0% {
right: 384px;
opacity: 0;
}
to {
right: 0;
opacity: 1;
}
}
.ant-page-header {
box-sizing: border-box;
margin: 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;
padding: 16px 24px;
background-color: #fff;
}
.ant-page-header-ghost {
background-color: inherit;
}
.ant-page-header.has-breadcrumb {
padding-top: 12px;
}
.ant-page-header.has-footer {
padding-bottom: 0;
}
.ant-page-header-back {
margin-right: 16px;
font-size: 16px;
line-height: 1;
}
.ant-page-header-back-button {
color: #1890ff;
outline: none;
cursor: pointer;
transition: color 0.3s;
color: #000;
}
.ant-page-header-back-button:focus-visible,
.ant-page-header-back-button:hover {
color: #40a9ff;
}
.ant-page-header-back-button:active {
color: #096dd9;
}
.ant-page-header .ant-divider-vertical {
height: 14px;
margin: 0 12px;
vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
margin-top: 8px;
}
.ant-page-header-heading {
display: flex;
justify-content: space-between;
}
.ant-page-header-heading-left {
display: flex;
align-items: center;
margin: 4px 0;
overflow: hidden;
}
.ant-page-header-heading-title {
margin-right: 12px;
margin-bottom: 0;
color: rgba(0, 0, 0, 0.85);
font-weight: 600;
font-size: 20px;
line-height: 32px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-page-header-heading .ant-avatar {
margin-right: 12px;
}
.ant-page-header-heading-sub-title {
margin-right: 12px;
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
line-height: 1.5715;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-page-header-heading-extra {
margin: 4px 0;
white-space: nowrap;
}
.ant-page-header-heading-extra > * {
white-space: unset;
}
.ant-page-header-content {
padding-top: 12px;
}
.ant-page-header-footer {
margin-top: 16px;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
margin: 0;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav:before {
border: none;
}
.ant-page-header-footer .ant-tabs .ant-tabs-tab {
padding-top: 8px;
padding-bottom: 8px;
font-size: 16px;
}
.ant-page-header-compact .ant-page-header-heading {
flex-wrap: wrap;
}
.ant-page-header-rtl {
direction: rtl;
}
.ant-page-header-rtl .ant-page-header-back {
float: right;
margin-right: 0;
margin-left: 16px;
}
.ant-page-header-rtl .ant-page-header-heading-title,
.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
margin-right: 0;
margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-sub-title {
float: right;
margin-right: 0;
margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-tags {
float: right;
}
.ant-page-header-rtl .ant-page-header-heading-extra {
float: left;
}
.ant-page-header-rtl .ant-page-header-heading-extra > * {
margin-right: 12px;
margin-left: 0;
}
.ant-page-header-rtl .ant-page-header-heading-extra > :first-child {
margin-right: 0;
}
.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
float: right;
}
.ant-pagination {
box-sizing: border-box;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
font-feature-settings: "tnum";
}
.ant-pagination,
.ant-pagination ol,
.ant-pagination ul {
margin: 0;
padding: 0;
list-style: none;
}
.ant-pagination:after {
display: block;
clear: both;
height: 0;
overflow: hidden;
visibility: hidden;
content: " ";
}
.ant-pagination-item,
.ant-pagination-total-text {
display: inline-block;
height: 32px;
margin-right: 8px;
line-height: 30px;
vertical-align: middle;
}
.ant-pagination-item {
min-width: 32px;
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;
text-align: center;
list-style: none;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
outline: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
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:hover {
border-color: #1890ff;
transition: all 0.3s;
}
.ant-pagination-item:hover a {
color: #1890ff;
}
.ant-pagination-item:focus-visible {
border-color: #1890ff;
transition: all 0.3s;
}
.ant-pagination-item:focus-visible 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-next,
.ant-pagination-jump-prev {
outline: 0;
}
.ant-pagination-jump-next .ant-pagination-item-container,
.ant-pagination-jump-prev .ant-pagination-item-container {
position: relative;
}
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-prev .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-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev .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-next:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon {
opacity: 1;
}
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis {
opacity: 0;
}
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon {
opacity: 1;
}
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis {
opacity: 0;
}
.ant-pagination-jump-next,
.ant-pagination-jump-prev,
.ant-pagination-prev {
margin-right: 8px;
}
.ant-pagination-jump-next,
.ant-pagination-jump-prev,
.ant-pagination-next,
.ant-pagination-prev {
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-next,
.ant-pagination-prev {
font-family: Arial, Helvetica, sans-serif;
outline: 0;
}
.ant-pagination-next button,
.ant-pagination-prev button {
color: rgba(0, 0, 0, 0.85);
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-pagination-next:hover button,
.ant-pagination-prev:hover button {
border-color: #40a9ff;
}
.ant-pagination-next .ant-pagination-item-link,
.ant-pagination-prev .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-next:focus-visible .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link,
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link {
color: #1890ff;
border-color: #1890ff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover {
cursor: not-allowed;
}
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
color: rgba(0, 0, 0, 0.25);
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible {
cursor: not-allowed;
}
.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 (-ms-high-contrast: none) {
.ant-pagination-options,
.ant-pagination-options ::-ms-backdrop {
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;
width: 50px;
height: 32px;
margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
color: #bfbfbf;
-moz-user-select: none;
user-select: none;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
color: #bfbfbf;
-ms-user-select: none;
user-select: none;
}
.ant-pagination-options-quick-jumper input::placeholder {
color: #bfbfbf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.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;
}
.ant-pagination-options-quick-jumper input-focused,
.ant-pagination-options-quick-jumper input:focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
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;
}
.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;
}
.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless:hover,
.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: 0 7px;
}
.ant-pagination-simple .ant-pagination-next,
.ant-pagination-simple .ant-pagination-prev {
height: 24px;
line-height: 24px;
vertical-align: top;
}
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link {
height: 24px;
background-color: transparent;
border: 0;
}
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-prev .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.ant-pagination-mini .ant-pagination-simple-pager,
.ant-pagination.ant-pagination-mini .ant-pagination-total-text {
height: 24px;
line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item {
min-width: 24px;
height: 24px;
margin: 0;
line-height: 22px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
background: transparent;
border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-next,
.ant-pagination.ant-pagination-mini .ant-pagination-prev {
min-width: 24px;
height: 24px;
margin: 0;
line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link,
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link {
background: transparent;
border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link:after,
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link:after {
height: 24px;
line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next,
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev {
height: 24px;
margin-right: 0;
line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options {
margin-left: 2px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
top: 0;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
height: 24px;
line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
padding: 0 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-item,
.ant-pagination-rtl .ant-pagination-jump-next,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-total-text {
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,
.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-popconfirm {
z-index: 1060;
}
.ant-popover {
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;
top: 0;
left: 0;
z-index: 1030;
font-weight: 400;
white-space: normal;
text-align: left;
cursor: auto;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ant-popover-content {
position: relative;
}
.ant-popover:after {
position: absolute;
background: hsla(0deg, 0%, 100%, 0.01);
content: "";
}
.ant-popover-hidden {
display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
padding-bottom: 15.3137085px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightBottom,
.ant-popover-placement-rightTop {
padding-left: 15.3137085px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
padding-top: 15.3137085px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftBottom,
.ant-popover-placement-leftTop {
padding-right: 15.3137085px;
}
.ant-popover-inner {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
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);
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
.ant-popover-inner {
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-popover-title {
min-width: 177px;
min-height: 32px;
margin: 0;
padding: 5px 16px 4px;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
border-bottom: 1px solid #f0f0f0;
}
.ant-popover-inner-content {
padding: 12px 16px;
color: rgba(0, 0, 0, 0.85);
}
.ant-popover-message {
display: flex;
padding: 4px 0 12px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
}
.ant-popover-message-icon {
display: inline-block;
margin-right: 8px;
color: #faad14;
font-size: 14px;
}
.ant-popover-buttons {
margin-bottom: 4px;
text-align: right;
}
.ant-popover-buttons button:not(:first-child) {
margin-left: 8px;
}
.ant-popover-arrow {
position: absolute;
display: block;
width: 22px;
height: 22px;
overflow: hidden;
background: transparent;
pointer-events: none;
}
.ant-popover-arrow-content {
--antd-arrow-background-color: #fff;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 11.3137085px;
height: 11.3137085px;
margin: auto;
content: "";
pointer-events: auto;
border-radius: 0 0 2px;
pointer-events: none;
}
.ant-popover-arrow-content:before {
position: absolute;
top: -11.3137085px;
left: -11.3137085px;
width: 33.9411255px;
height: 33.9411255px;
background: var(--antd-arrow-background-color);
background-repeat: no-repeat;
background-position: -10px -10px;
content: "";
-webkit-clip-path: inset(33% 33%);
clip-path: inset(33% 33%);
-webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
}
.ant-popover-placement-top .ant-popover-arrow,
.ant-popover-placement-topLeft .ant-popover-arrow,
.ant-popover-placement-topRight .ant-popover-arrow {
bottom: 0;
transform: translateY(100%);
}
.ant-popover-placement-top .ant-popover-arrow-content,
.ant-popover-placement-topLeft .ant-popover-arrow-content,
.ant-popover-placement-topRight .ant-popover-arrow-content {
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
transform: translateY(-11px) rotate(45deg);
}
.ant-popover-placement-top .ant-popover-arrow {
left: 50%;
transform: translateY(100%) translateX(-50%);
}
.ant-popover-placement-topLeft .ant-popover-arrow {
left: 16px;
}
.ant-popover-placement-topRight .ant-popover-arrow {
right: 16px;
}
.ant-popover-placement-right .ant-popover-arrow,
.ant-popover-placement-rightBottom .ant-popover-arrow,
.ant-popover-placement-rightTop .ant-popover-arrow {
left: 0;
transform: translateX(-100%);
}
.ant-popover-placement-right .ant-popover-arrow-content,
.ant-popover-placement-rightBottom .ant-popover-arrow-content,
.ant-popover-placement-rightTop .ant-popover-arrow-content {
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
transform: translateX(11px) rotate(135deg);
}
.ant-popover-placement-right .ant-popover-arrow {
top: 50%;
transform: translateX(-100%) translateY(-50%);
}
.ant-popover-placement-rightTop .ant-popover-arrow {
top: 12px;
}
.ant-popover-placement-rightBottom .ant-popover-arrow {
bottom: 12px;
}
.ant-popover-placement-bottom .ant-popover-arrow,
.ant-popover-placement-bottomLeft .ant-popover-arrow,
.ant-popover-placement-bottomRight .ant-popover-arrow {
top: 0;
transform: translateY(-100%);
}
.ant-popover-placement-bottom .ant-popover-arrow-content,
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
transform: translateY(11px) rotate(-135deg);
}
.ant-popover-placement-bottom .ant-popover-arrow {
left: 50%;
transform: translateY(-100%) translateX(-50%);
}
.ant-popover-placement-bottomLeft .ant-popover-arrow {
left: 16px;
}
.ant-popover-placement-bottomRight .ant-popover-arrow {
right: 16px;
}
.ant-popover-placement-left .ant-popover-arrow,
.ant-popover-placement-leftBottom .ant-popover-arrow,
.ant-popover-placement-leftTop .ant-popover-arrow {
right: 0;
transform: translateX(100%);
}
.ant-popover-placement-left .ant-popover-arrow-content,
.ant-popover-placement-leftBottom .ant-popover-arrow-content,
.ant-popover-placement-leftTop .ant-popover-arrow-content {
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
transform: translateX(-11px) rotate(-45deg);
}
.ant-popover-placement-left .ant-popover-arrow {
top: 50%;
transform: translateX(100%) translateY(-50%);
}
.ant-popover-placement-leftTop .ant-popover-arrow {
top: 12px;
}
.ant-popover-placement-leftBottom .ant-popover-arrow {
bottom: 12px;
}
.ant-popover-magenta .ant-popover-arrow-content,
.ant-popover-magenta .ant-popover-inner,
.ant-popover-pink .ant-popover-arrow-content,
.ant-popover-pink .ant-popover-inner {
background-color: #eb2f96;
}
.ant-popover-red .ant-popover-arrow-content,
.ant-popover-red .ant-popover-inner {
background-color: #f5222d;
}
.ant-popover-volcano .ant-popover-arrow-content,
.ant-popover-volcano .ant-popover-inner {
background-color: #fa541c;
}
.ant-popover-orange .ant-popover-arrow-content,
.ant-popover-orange .ant-popover-inner {
background-color: #fa8c16;
}
.ant-popover-yellow .ant-popover-arrow-content,
.ant-popover-yellow .ant-popover-inner {
background-color: #fadb14;
}
.ant-popover-gold .ant-popover-arrow-content,
.ant-popover-gold .ant-popover-inner {
background-color: #faad14;
}
.ant-popover-cyan .ant-popover-arrow-content,
.ant-popover-cyan .ant-popover-inner {
background-color: #13c2c2;
}
.ant-popover-lime .ant-popover-arrow-content,
.ant-popover-lime .ant-popover-inner {
background-color: #a0d911;
}
.ant-popover-green .ant-popover-arrow-content,
.ant-popover-green .ant-popover-inner {
background-color: #52c41a;
}
.ant-popover-blue .ant-popover-arrow-content,
.ant-popover-blue .ant-popover-inner {
background-color: #1890ff;
}
.ant-popover-geekblue .ant-popover-arrow-content,
.ant-popover-geekblue .ant-popover-inner {
background-color: #2f54eb;
}
.ant-popover-purple .ant-popover-arrow-content,
.ant-popover-purple .ant-popover-inner {
background-color: #722ed1;
}
.ant-popover-rtl {
direction: rtl;
text-align: right;
}
.ant-popover-rtl .ant-popover-message-icon {
margin-right: 0;
margin-left: 8px;
}
.ant-popover-rtl .ant-popover-message-title {
padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
margin-right: 8px;
margin-left: 0;
}
.ant-progress {
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";
display: inline-block;
}
.ant-progress-line {
position: relative;
width: 100%;
font-size: 14px;
}
.ant-progress-steps {
display: inline-block;
}
.ant-progress-steps-outer {
display: flex;
flex-direction: row;
align-items: center;
}
.ant-progress-steps-item {
flex-shrink: 0;
min-width: 2px;
margin-right: 2px;
background: #f3f3f3;
transition: all 0.3s;
}
.ant-progress-steps-item-active {
background: #1890ff;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
font-size: 12px;
}
.ant-progress-outer {
display: inline-block;
width: 100%;
margin-right: 0;
padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
margin-right: calc(-2em - 8px);
padding-right: calc(2em + 8px);
}
.ant-progress-inner {
position: relative;
display: inline-block;
width: 100%;
overflow: hidden;
vertical-align: middle;
background-color: #f5f5f5;
border-radius: 100px;
}
.ant-progress-circle-trail {
stroke: #f5f5f5;
}
.ant-progress-circle-path {
animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
stroke: #1890ff;
}
.ant-progress-bg,
.ant-progress-success-bg {
position: relative;
background-color: #1890ff;
border-radius: 100px;
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
position: absolute;
top: 0;
left: 0;
background-color: #52c41a;
}
.ant-progress-text {
display: inline-block;
width: 2em;
margin-left: 8px;
color: rgba(0, 0, 0, 0.85);
font-size: 1em;
line-height: 1;
white-space: nowrap;
text-align: left;
vertical-align: middle;
word-break: normal;
}
.ant-progress-text .anticon {
font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
border-radius: 10px;
opacity: 0;
animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
content: "";
}
.ant-progress-status-exception .ant-progress-bg {
background-color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-text {
color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
stroke: #ff4d4f;
}
.ant-progress-status-success .ant-progress-bg {
background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
position: relative;
line-height: 1;
background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 1em;
line-height: 1;
white-space: normal;
text-align: center;
transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
color: #ff4d4f;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
color: #52c41a;
}
@keyframes ant-progress-active {
0% {
transform: translateX(-100%) scaleX(0);
opacity: 0.1;
}
20% {
transform: translateX(-100%) scaleX(0);
opacity: 0.5;
}
to {
transform: translateX(0) scaleX(1);
opacity: 0;
}
}
.ant-progress-rtl {
direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
margin-right: 0;
margin-left: calc(-2em - 8px);
padding-right: 0;
padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
right: 0;
left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
margin-right: 8px;
margin-left: 0;
text-align: right;
}
.ant-radio-group {
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";
display: inline-block;
font-size: 0;
}
.ant-radio-group .ant-badge-count {
z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
border-left: none;
}
.ant-radio-wrapper {
box-sizing: border-box;
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-flex;
align-items: baseline;
margin: 0 8px 0 0;
cursor: pointer;
}
.ant-radio-wrapper-disabled {
cursor: not-allowed;
}
.ant-radio-wrapper:after {
display: inline-block;
width: 0;
overflow: hidden;
content: " ";
}
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type=radio] {
width: 14px;
height: 14px;
}
.ant-radio {
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;
top: 0.2em;
display: inline-block;
outline: none;
cursor: pointer;
}
.ant-radio-input:focus + .ant-radio-inner,
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner {
border-color: #1890ff;
}
.ant-radio-input:focus + .ant-radio-inner {
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-checked:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #1890ff;
border-radius: 50%;
visibility: hidden;
animation: antRadioEffect 0.36s ease-in-out;
animation-fill-mode: both;
content: "";
}
.ant-radio-wrapper:hover .ant-radio:after,
.ant-radio:hover:after {
visibility: visible;
}
.ant-radio-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: 16px;
height: 16px;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 50%;
transition: all 0.3s;
}
.ant-radio-inner:after {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 16px;
height: 16px;
margin-top: -8px;
margin-left: -8px;
background-color: #1890ff;
border-top: 0;
border-left: 0;
border-radius: 16px;
transform: scale(0);
opacity: 0;
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
content: " ";
}
.ant-radio-input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
cursor: pointer;
opacity: 0;
}
.ant-radio.ant-radio-disabled .ant-radio-inner {
border-color: #d9d9d9;
}
.ant-radio-checked .ant-radio-inner {
border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner:after {
transform: scale(0.5);
opacity: 1;
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner {
background-color: #f5f5f5;
cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner:after {
background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
cursor: not-allowed;
}
.ant-radio-disabled + span {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
span.ant-radio + * {
padding-right: 8px;
padding-left: 8px;
}
.ant-radio-button-wrapper {
position: relative;
display: inline-block;
height: 32px;
margin: 0;
padding: 0 15px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
line-height: 30px;
background: #fff;
border-color: #d9d9d9;
border-style: solid;
border-width: 1.02px 1px 1px 0;
cursor: pointer;
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
color: rgba(0, 0, 0, 0.85);
}
.ant-radio-button-wrapper > .ant-radio-button {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
}
.ant-radio-group-large .ant-radio-button-wrapper {
height: 40px;
font-size: 16px;
line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
height: 24px;
padding: 0 7px;
line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child):before {
position: absolute;
top: -1px;
left: -1px;
display: block;
box-sizing: content-box;
width: 1px;
height: 100%;
padding: 1px 0;
background-color: #d9d9d9;
transition: background-color 0.3s;
content: "";
}
.ant-radio-button-wrapper:first-child {
border-left: 1px solid #d9d9d9;
border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper:last-child {
border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
border-radius: 2px;
}
.ant-radio-button-wrapper:hover {
position: relative;
color: #1890ff;
}
.ant-radio-button-wrapper:focus-within {
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type=checkbox],
.ant-radio-button-wrapper input[type=radio] {
width: 0;
height: 0;
opacity: 0;
pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
z-index: 1;
color: #1890ff;
background: #fff;
border-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before {
background-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
border-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
color: #40a9ff;
border-color: #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before {
background-color: #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
color: #096dd9;
border-color: #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active:before {
background-color: #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #1890ff;
border-color: #1890ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
color: #fff;
background: #40a9ff;
border-color: #40a9ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
color: #fff;
background: #096dd9;
border-color: #096dd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-button-wrapper-disabled {
cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled,
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
color: rgba(0, 0, 0, 0.25);
background-color: #e6e6e6;
border-color: #d9d9d9;
box-shadow: none;
}
@keyframes antRadioEffect {
0% {
transform: scale(1);
opacity: 0.5;
}
to {
transform: scale(1.6);
opacity: 0;
}
}
.ant-radio-group.ant-radio-group-rtl {
direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
margin-right: 0;
margin-left: 8px;
direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
border-right-width: 0;
border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child):before {
right: -1px;
left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
border-right: 1px solid #d9d9d9;
border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
border-right-color: #40a9ff;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
border-right-color: #d9d9d9;
}
.ant-rate {
box-sizing: border-box;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
font-feature-settings: "tnum";
display: inline-block;
margin: 0;
padding: 0;
color: #fadb14;
font-size: 20px;
line-height: unset;
list-style: none;
outline: none;
}
.ant-rate-disabled .ant-rate-star {
cursor: default;
}
.ant-rate-disabled .ant-rate-star > div:hover {
transform: scale(1);
}
.ant-rate-star {
position: relative;
display: inline-block;
color: inherit;
cursor: pointer;
}
.ant-rate-star:not(:last-child) {
margin-right: 8px;
}
.ant-rate-star > div {
transition: all 0.3s, outline 0s;
}
.ant-rate-star > div:hover {
transform: scale(1.1);
}
.ant-rate-star > div:focus {
outline: 0;
}
.ant-rate-star > div:focus-visible {
outline: 1px dashed #fadb14;
transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
color: #f0f0f0;
transition: all 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
vertical-align: middle;
}
.ant-rate-star-first {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
overflow: hidden;
opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
opacity: 1;
}
.ant-rate-star-full .ant-rate-star-second,
.ant-rate-star-half .ant-rate-star-first {
color: inherit;
}
.ant-rate-text {
display: inline-block;
margin: 0 8px;
font-size: 14px;
}
.ant-rate-rtl {
direction: rtl;
}
.ant-rate-rtl .ant-rate-star:not(:last-child) {
margin-right: 0;
margin-left: 8px;
}
.ant-rate-rtl .ant-rate-star-first {
right: 0;
left: auto;
}
.ant-result {
padding: 48px 32px;
}
.ant-result-success .ant-result-icon > .anticon {
color: #52c41a;
}
.ant-result-error .ant-result-icon > .anticon {
color: #ff4d4f;
}
.ant-result-info .ant-result-icon > .anticon {
color: #1890ff;
}
.ant-result-warning .ant-result-icon > .anticon {
color: #faad14;
}
.ant-result-image {
width: 250px;
height: 295px;
margin: auto;
}
.ant-result-icon {
margin-bottom: 24px;
text-align: center;
}
.ant-result-icon > .anticon {
font-size: 72px;
}
.ant-result-title {
color: rgba(0, 0, 0, 0.85);
font-size: 24px;
line-height: 1.8;
text-align: center;
}
.ant-result-subtitle {
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
line-height: 1.6;
text-align: center;
}
.ant-result-extra {
margin: 24px 0 0;
text-align: center;
}
.ant-result-extra > * {
margin-right: 8px;
}
.ant-result-extra > :last-child {
margin-right: 0;
}
.ant-result-content {
margin-top: 24px;
padding: 24px 40px;
background-color: #fafafa;
}
.ant-result-rtl {
direction: rtl;
}
.ant-result-rtl .ant-result-extra > * {
margin-right: 0;
margin-left: 8px;
}
.ant-result-rtl .ant-result-extra > :last-child {
margin-left: 0;
}
.segmented-disabled-item,
.segmented-disabled-item:focus,
.segmented-disabled-item:hover {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.segmented-item-selected {
background-color: #fff;
border-radius: 2px;
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
}
.segmented-text-ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-break: keep-all;
}
.ant-segmented {
box-sizing: border-box;
margin: 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";
display: inline-block;
padding: 2px;
color: rgba(0, 0, 0, 0.65);
background-color: rgba(0, 0, 0, 0.04);
border-radius: 2px;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-segmented-group {
position: relative;
display: flex;
align-items: stretch;
justify-items: flex-start;
width: 100%;
}
.ant-segmented.ant-segmented-block {
display: flex;
}
.ant-segmented.ant-segmented-block .ant-segmented-item {
flex: 1;
min-width: 0;
}
.ant-segmented:not(.ant-segmented-disabled):focus,
.ant-segmented:not(.ant-segmented-disabled):hover {
background-color: rgba(0, 0, 0, 0.06);
}
.ant-segmented-item {
position: relative;
text-align: center;
cursor: pointer;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-segmented-item-selected {
background-color: #fff;
border-radius: 2px;
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
color: #262626;
}
.ant-segmented-item:focus,
.ant-segmented-item:hover {
color: #262626;
}
.ant-segmented-item-label {
min-height: 28px;
padding: 0 11px;
line-height: 28px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-break: keep-all;
}
.ant-segmented-item-icon + * {
margin-left: 6px;
}
.ant-segmented-item-input {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
opacity: 0;
pointer-events: none;
}
.ant-segmented.ant-segmented-lg .ant-segmented-item-label {
min-height: 36px;
padding: 0 11px;
font-size: 16px;
line-height: 36px;
}
.ant-segmented.ant-segmented-sm .ant-segmented-item-label {
min-height: 20px;
padding: 0 7px;
line-height: 20px;
}
.ant-segmented-item-disabled,
.ant-segmented-item-disabled:focus,
.ant-segmented-item-disabled:hover {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-segmented-thumb {
background-color: #fff;
border-radius: 2px;
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
padding: 4px 0;
}
.ant-segmented-thumb-motion-appear-active {
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
will-change: transform, width;
}
.ant-segmented.ant-segmented-rtl {
direction: rtl;
}
.ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
margin-right: 0;
margin-left: 6px;
}
.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;
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
transition: none;
pointer-events: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-item:after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder:after,
.ant-select-single .ant-select-selector:after {
display: inline-block;
width: 0;
visibility: hidden;
content: " ";
}
.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 .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after {
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 .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
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;
}
.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: " ";
}
.ant-select-multiple.ant-select-allow-clear .ant-select-selector,
.ant-select-multiple.ant-select-show-arrow .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;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-margin-end: 4px;
margin-inline-end: 4px;
-webkit-padding-start: 8px;
padding-inline-start: 8px;
-webkit-padding-end: 4px;
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: 700;
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: middle;
}
.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 {
-webkit-margin-start: 0;
margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
position: relative;
max-width: 100%;
-webkit-margin-start: 7px;
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 {
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 {
-webkit-margin-start: 3px;
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;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
background-color: #fff;
border-color: #ff4d4f !important;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector {
border-color: #ff7875;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
background-color: #fff;
border-color: #faad14 !important;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector {
border-color: #ffc53d;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear,
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear {
right: 32px;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value {
padding-right: 42px;
}
.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;
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;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
display: none;
-webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-select-selection-item {
flex: 1;
overflow: hidden;
font-weight: 400;
white-space: nowrap;
text-overflow: ellipsis;
}
@media (-ms-high-contrast: none) {
.ant-select-selection-item,
.ant-select-selection-item ::-ms-backdrop {
flex: auto;
}
}
.ant-select-selection-placeholder {
flex: 1;
overflow: hidden;
color: #bfbfbf;
white-space: nowrap;
text-overflow: ellipsis;
pointer-events: none;
}
@media (-ms-high-contrast: none) {
.ant-select-selection-placeholder,
.ant-select-selection-placeholder ::-ms-backdrop {
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;
display: flex;
align-items: center;
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-arrow > :not(:last-child) {
-webkit-margin-end: 8px;
margin-inline-end: 8px;
}
.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;
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: normal;
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-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-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 {
color: rgba(0, 0, 0, 0.85);
color: rgba(0, 0, 0, 0.25);
}
.ant-select-item,
.ant-select-item-empty {
position: relative;
display: block;
min-height: 32px;
padding: 5px 12px;
font-weight: 400;
font-size: 14px;
line-height: 22px;
}
.ant-select-item {
color: rgba(0, 0, 0, 0.85);
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.ant-select-in-form-item {
width: 100%;
}
.ant-select-compact-item:not(.ant-select-compact-last-item) {
margin-right: -1px;
}
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
margin-right: 0;
margin-left: -1px;
}
.ant-select-compact-item.ant-select-focused > *,
.ant-select-compact-item:active > *,
.ant-select-compact-item:focus > *,
.ant-select-compact-item:hover > * {
z-index: 2;
}
.ant-select-compact-item[disabled] > * {
z-index: 0;
}
.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select > .ant-select-selector {
border-radius: 0;
}
.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) > .ant-select-selector,
.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) > .ant-select-selector {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) > .ant-select-selector {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-select-rtl {
direction: rtl;
}
.ant-select-rtl .ant-select-arrow,
.ant-select-rtl .ant-select-clear {
right: auto;
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-allow-clear .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .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-skeleton {
display: table;
width: 100%;
}
.ant-skeleton-header {
display: table-cell;
padding-right: 16px;
vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: hsla(0deg, 0%, 74.5%, 0.2);
width: 32px;
height: 32px;
line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
width: 40px;
height: 40px;
line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
width: 24px;
height: 24px;
line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-content {
display: table-cell;
width: 100%;
vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
width: 100%;
height: 16px;
background: hsla(0deg, 0%, 74.5%, 0.2);
border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
width: 100%;
height: 16px;
list-style: none;
background: hsla(0deg, 0%, 74.5%, 0.2);
border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 28px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title {
border-radius: 100px;
}
.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton-active .ant-skeleton-image,
.ant-skeleton-active .ant-skeleton-input,
.ant-skeleton-active .ant-skeleton-paragraph > li,
.ant-skeleton-active .ant-skeleton-title {
position: relative;
z-index: 0;
overflow: hidden;
background: transparent;
}
.ant-skeleton-active .ant-skeleton-avatar:after,
.ant-skeleton-active .ant-skeleton-button:after,
.ant-skeleton-active .ant-skeleton-image:after,
.ant-skeleton-active .ant-skeleton-input:after,
.ant-skeleton-active .ant-skeleton-paragraph > li:after,
.ant-skeleton-active .ant-skeleton-title:after {
position: absolute;
top: 0;
right: -150%;
bottom: 0;
left: -150%;
background: linear-gradient(90deg, hsla(0deg, 0%, 74.5%, 0.2) 25%, hsla(0deg, 0%, 50.6%, 0.24) 37%, hsla(0deg, 0%, 74.5%, 0.2) 63%);
animation: ant-skeleton-loading 1.4s ease infinite;
content: "";
}
.ant-skeleton.ant-skeleton-block,
.ant-skeleton.ant-skeleton-block .ant-skeleton-button,
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
width: 100%;
}
.ant-skeleton-element {
display: inline-block;
width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: hsla(0deg, 0%, 74.5%, 0.2);
border-radius: 2px;
width: 64px;
min-width: 64px;
height: 32px;
line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
width: 32px;
min-width: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
width: 32px;
min-width: 32px;
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
width: 80px;
min-width: 80px;
height: 40px;
line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
width: 40px;
min-width: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
width: 40px;
min-width: 40px;
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
width: 48px;
min-width: 48px;
height: 24px;
line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
width: 24px;
min-width: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
width: 24px;
min-width: 24px;
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: hsla(0deg, 0%, 74.5%, 0.2);
width: 32px;
height: 32px;
line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
width: 40px;
height: 40px;
line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
width: 24px;
height: 24px;
line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: hsla(0deg, 0%, 74.5%, 0.2);
width: 160px;
min-width: 160px;
height: 32px;
line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
width: 200px;
min-width: 200px;
height: 40px;
line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
width: 120px;
min-width: 120px;
height: 24px;
line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-image {
display: flex;
align-items: center;
justify-content: center;
vertical-align: top;
background: hsla(0deg, 0%, 74.5%, 0.2);
width: 96px;
height: 96px;
line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
width: 48px;
height: 48px;
line-height: 48px;
max-width: 192px;
max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
border-radius: 50%;
}
@keyframes ant-skeleton-loading {
0% {
transform: translateX(-37.5%);
}
to {
transform: translateX(37.5%);
}
}
.ant-skeleton-rtl {
direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
padding-right: 0;
padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title {
animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
0% {
background-position: 0 50%;
}
to {
background-position: 100% 50%;
}
}
.ant-slider {
box-sizing: border-box;
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;
height: 12px;
margin: 10px 6px;
padding: 4px 0;
cursor: pointer;
touch-action: none;
}
.ant-slider-vertical {
width: 12px;
height: 100%;
margin: 6px 10px;
padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
width: 4px;
height: 100%;
}
.ant-slider-vertical .ant-slider-track {
width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
margin-top: -6px;
margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
top: 0;
left: 12px;
width: 18px;
height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
left: 4px;
white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
width: 4px;
height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
top: auto;
margin-left: -2px;
}
.ant-slider-tooltip .ant-tooltip-inner {
min-width: unset;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
margin-right: -5px;
margin-left: 0;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
right: 12px;
left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
right: 4px;
left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
right: 2px;
left: auto;
}
.ant-slider-with-marks {
margin-bottom: 28px;
}
.ant-slider-rail {
width: 100%;
background-color: #f5f5f5;
}
.ant-slider-rail,
.ant-slider-track {
position: absolute;
height: 4px;
border-radius: 2px;
transition: background-color 0.3s;
}
.ant-slider-track {
background-color: #91d5ff;
}
.ant-slider-handle {
position: absolute;
width: 14px;
height: 14px;
margin-top: -5px;
background-color: #fff;
border: 2px solid #91d5ff;
border-radius: 50%;
box-shadow: 0;
cursor: pointer;
transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle-dragging {
z-index: 1;
}
.ant-slider-handle:focus {
border-color: #46a6ff;
outline: none;
box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.12);
}
.ant-slider-handle.ant-tooltip-open {
border-color: #1890ff;
}
.ant-slider-handle:after {
position: absolute;
top: -6px;
right: -6px;
bottom: -6px;
left: -6px;
content: "";
}
.ant-slider:hover .ant-slider-rail {
background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
background-color: #69c0ff;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
border-color: #69c0ff;
}
.ant-slider-mark {
position: absolute;
top: 14px;
left: 0;
width: 100%;
font-size: 14px;
}
.ant-slider-mark-text {
position: absolute;
display: inline-block;
color: rgba(0, 0, 0, 0.45);
text-align: center;
word-break: keep-all;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-slider-mark-text-active {
color: rgba(0, 0, 0, 0.85);
}
.ant-slider-step {
position: absolute;
width: 100%;
height: 4px;
background: transparent;
pointer-events: none;
}
.ant-slider-dot {
position: absolute;
top: -2px;
width: 8px;
height: 8px;
background-color: #fff;
border: 2px solid #f0f0f0;
border-radius: 50%;
cursor: pointer;
}
.ant-slider-dot-active {
border-color: #8cc8ff;
}
.ant-slider-disabled {
cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-rail {
background-color: #f5f5f5 !important;
}
.ant-slider-disabled .ant-slider-track {
background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-dot,
.ant-slider-disabled .ant-slider-handle {
background-color: #fff;
border-color: rgba(0, 0, 0, 0.25) !important;
box-shadow: none;
cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-dot,
.ant-slider-disabled .ant-slider-mark-text {
cursor: not-allowed !important;
}
.ant-slider-rtl {
direction: rtl;
}
.ant-slider-rtl .ant-slider-mark {
right: 0;
left: auto;
}
.ant-space {
display: inline-flex;
}
.ant-space-vertical {
flex-direction: column;
}
.ant-space-align-center {
align-items: center;
}
.ant-space-align-start {
align-items: flex-start;
}
.ant-space-align-end {
align-items: flex-end;
}
.ant-space-align-baseline {
align-items: baseline;
}
.ant-space-item:empty {
display: none;
}
.ant-space-compact {
display: inline-flex;
}
.ant-space-compact-block {
display: flex;
width: 100%;
}
.ant-space-compact-vertical {
flex-direction: column;
}
.ant-space-compact-rtl,
.ant-space-rtl {
direction: rtl;
}
.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;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
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 linear infinite alternate;
}
.ant-spin-dot-item:first-child {
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(0deg);
animation: antRotate 1.2s linear infinite;
}
.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 (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ant-spin-blur {
background: #fff;
opacity: 0.5;
}
}
@keyframes antSpinMove {
to {
opacity: 1;
}
}
@keyframes antRotate {
to {
transform: rotate(1turn);
}
}
.ant-spin-rtl {
direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
transform: rotate(-45deg);
animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
to {
transform: rotate(-405deg);
}
}
.ant-statistic {
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-statistic-title {
margin-bottom: 4px;
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
}
.ant-statistic-skeleton {
padding-top: 16px;
}
.ant-statistic-content {
color: rgba(0, 0, 0, 0.85);
font-size: 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;
}
.ant-statistic-content-value {
display: inline-block;
direction: ltr;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
display: inline-block;
}
.ant-statistic-content-prefix {
margin-right: 4px;
}
.ant-statistic-content-suffix {
margin-left: 4px;
}
.ant-statistic-rtl {
direction: rtl;
}
.ant-statistic-rtl .ant-statistic-content-prefix {
margin-right: 0;
margin-left: 4px;
}
.ant-statistic-rtl .ant-statistic-content-suffix {
margin-right: 4px;
margin-left: 0;
}
.ant-steps {
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";
display: flex;
width: 100%;
font-size: 0;
text-align: initial;
}
.ant-steps-item {
position: relative;
display: inline-block;
flex: 1;
overflow: hidden;
vertical-align: top;
}
.ant-steps-item-container {
outline: none;
}
.ant-steps-item:last-child {
flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title:after,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail {
display: none;
}
.ant-steps-item-content,
.ant-steps-item-icon {
display: inline-block;
vertical-align: top;
}
.ant-steps-item-icon {
width: 32px;
height: 32px;
margin: 0 8px 0 0;
font-size: 16px;
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;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 32px;
transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon .ant-steps-icon {
position: relative;
top: -0.5px;
color: #1890ff;
line-height: 1;
}
.ant-steps-item-tail {
position: absolute;
top: 12px;
left: 0;
width: 100%;
padding: 0 10px;
}
.ant-steps-item-tail:after {
display: inline-block;
width: 100%;
height: 1px;
background: #f0f0f0;
border-radius: 1px;
transition: background 0.3s;
content: "";
}
.ant-steps-item-title {
position: relative;
display: inline-block;
padding-right: 16px;
color: rgba(0, 0, 0, 0.85);
font-size: 16px;
line-height: 32px;
}
.ant-steps-item-title:after {
position: absolute;
top: 16px;
left: 100%;
display: block;
width: 9999px;
height: 1px;
background: #f0f0f0;
content: "";
}
.ant-steps-item-subtitle {
display: inline;
margin-left: 8px;
font-weight: 400;
}
.ant-steps-item-description,
.ant-steps-item-subtitle {
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
background-color: #fff;
border-color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title:after {
background-color: #f0f0f0;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail:after {
background-color: #f0f0f0;
}
.ant-steps-item-process .ant-steps-item-icon {
background-color: #fff;
border-color: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
color: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
background: #1890ff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title:after {
background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail:after {
background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
background: #1890ff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
color: #fff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
background-color: #fff;
border-color: #1890ff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
color: #1890ff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
background: #1890ff;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title:after {
background-color: #1890ff;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail:after {
background-color: #1890ff;
}
.ant-steps-item-error .ant-steps-item-icon {
background-color: #fff;
border-color: #ff4d4f;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
color: #ff4d4f;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
background: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
color: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title:after {
background-color: #f0f0f0;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
color: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail:after {
background-color: #f0f0f0;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after {
background: #ff4d4f;
}
.ant-steps-item-disabled {
cursor: not-allowed;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button] {
cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button] .ant-steps-item-icon .ant-steps-icon,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button] .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button] .ant-steps-item-title {
transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-title {
color: #1890ff;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role=button]:hover .ant-steps-item-icon {
border-color: #1890ff;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon {
color: #1890ff;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
padding-left: 16px;
white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
padding-left: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
max-width: 140px;
white-space: normal;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
height: auto;
background: none;
border: 0;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
top: 0;
left: 0.5px;
width: 32px;
height: 32px;
font-size: 24px;
line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
color: #1890ff;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
width: auto;
background: none;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
padding-left: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
padding-left: 0;
}
.ant-steps-small .ant-steps-item-icon {
width: 24px;
height: 24px;
margin: 0 8px 0 0;
font-size: 12px;
line-height: 24px;
text-align: center;
border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
padding-right: 12px;
font-size: 14px;
line-height: 24px;
}
.ant-steps-small .ant-steps-item-title:after {
top: 12px;
}
.ant-steps-small .ant-steps-item-description {
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
}
.ant-steps-small .ant-steps-item-tail {
top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
width: inherit;
height: inherit;
line-height: inherit;
background: none;
border: 0;
border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
font-size: 24px;
line-height: 24px;
transform: none;
}
.ant-steps-vertical {
display: flex;
flex-direction: column;
}
.ant-steps-vertical > .ant-steps-item {
display: block;
flex: 1 0 auto;
padding-left: 0;
overflow: visible;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
float: left;
margin-right: 16px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
display: block;
min-height: 48px;
overflow: hidden;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
line-height: 32px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
position: absolute;
top: 0;
left: 15px;
width: 1px;
height: 100%;
padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail:after {
width: 1px;
height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title:after {
display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
position: absolute;
top: 0;
left: 11px;
padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
line-height: 24px;
}
.ant-steps-label-vertical .ant-steps-item {
overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
margin-left: 58px;
padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
display: block;
width: 116px;
margin-top: 8px;
text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
display: inline-block;
margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
padding-right: 0;
padding-left: 0;
}
.ant-steps-label-vertical .ant-steps-item-title:after {
display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
display: block;
margin-bottom: 4px;
margin-left: 0;
line-height: 1.5715;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
line-height: 1.5715;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
top: 2px;
width: 100%;
margin: 0 0 0 70px;
padding: 0;
}
.ant-steps-dot .ant-steps-item-tail:after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after {
width: calc(100% - 20px);
height: 3px;
margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
width: 8px;
height: 8px;
margin-left: 67px;
padding-right: 0;
line-height: 8px;
background: transparent;
border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
position: relative;
float: left;
width: 100%;
height: 100%;
border-radius: 100px;
transition: all 0.3s;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after {
position: absolute;
top: -12px;
left: -26px;
width: 60px;
height: 32px;
background: rgba(0, 0, 0, 0.001);
content: "";
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
position: relative;
top: -1px;
width: 10px;
height: 10px;
line-height: 10px;
background: none;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
margin-top: 13px;
margin-left: 0;
background: none;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
top: 6.5px;
left: -9px;
margin: 0;
padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
margin-top: 10px;
}
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
top: 3.5px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
width: inherit;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
top: -1px;
left: -1px;
}
.ant-steps-navigation {
padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
overflow: visible;
text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
display: inline-block;
height: 100%;
margin-left: -16px;
padding-bottom: 12px;
text-align: left;
transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
max-width: 100%;
padding-right: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title:after {
display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button] {
cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]:hover {
opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child:after {
display: none;
}
.ant-steps-navigation .ant-steps-item:after {
position: absolute;
top: 50%;
left: 100%;
display: inline-block;
width: 12px;
height: 12px;
margin-top: -14px;
margin-left: -2px;
border: 1px solid rgba(0, 0, 0, 0.25);
border-bottom: none;
border-left: none;
transform: rotate(45deg);
content: "";
}
.ant-steps-navigation .ant-steps-item:before {
position: absolute;
bottom: 0;
left: 50%;
display: inline-block;
width: 0;
height: 2px;
background-color: #1890ff;
transition: width 0.3s, left 0.3s;
transition-timing-function: ease-out;
content: "";
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active:before {
left: 0;
width: 100%;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
margin-right: 0 !important;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item:before {
display: none;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active:before {
top: 0;
right: 0;
left: unset;
display: block;
width: 3px;
height: calc(100% - 24px);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item:after {
position: relative;
top: -2px;
left: 50%;
display: block;
width: 8px;
height: 8px;
margin-bottom: 8px;
text-align: center;
transform: rotate(135deg);
}
.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
visibility: hidden;
}
.ant-steps-rtl {
direction: rtl;
}
.ant-steps.ant-steps-rtl .ant-steps-item-icon {
margin-right: 0;
margin-left: 8px;
}
.ant-steps-rtl .ant-steps-item-tail {
right: 0;
left: auto;
}
.ant-steps-rtl .ant-steps-item-title {
padding-right: 0;
padding-left: 16px;
}
.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
float: left;
margin-right: 8px;
margin-left: 0;
}
.ant-steps-rtl .ant-steps-item-title:after {
right: 100%;
left: auto;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
padding-right: 16px;
padding-left: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
padding-right: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
padding-left: 0;
}
.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
right: 0.5px;
left: auto;
}
.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
margin-right: -12px;
margin-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
margin-right: -16px;
margin-left: 0;
text-align: right;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
padding-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item:after {
right: 100%;
left: auto;
margin-right: -2px;
margin-left: 0;
transform: rotate(225deg);
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
padding-right: 12px;
padding-left: 0;
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
padding-right: 0;
}
.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
padding-right: 0;
padding-left: 12px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
float: right;
margin-right: 0;
margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
right: 16px;
left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
right: 12px;
left: auto;
}
.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
padding-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
margin: 0 70px 0 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail:after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after {
margin-right: 12px;
margin-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
right: 2px;
left: auto;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
margin-right: 67px;
margin-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
float: right;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after {
right: -26px;
left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
margin-right: 0;
margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
right: -9px;
left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
right: 0;
left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
right: -2px;
left: auto;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item {
padding-right: 4px;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
right: 19px;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-small.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
right: 15px;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
padding-right: 4px;
padding-left: 0;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
padding-right: 4px;
}
.ant-steps-with-progress .ant-steps-item {
padding-top: 4px;
}
.ant-steps-with-progress .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
top: 4px;
left: 19px;
}
.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child,
.ant-steps-with-progress.ant-steps-small.ant-steps-horizontal .ant-steps-item:first-child {
padding-bottom: 4px;
padding-left: 4px;
}
.ant-steps-with-progress.ant-steps-small > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
left: 15px;
}
.ant-steps-with-progress.ant-steps-vertical .ant-steps-item {
padding-left: 4px;
}
.ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail {
top: 14px !important;
}
.ant-steps-with-progress .ant-steps-item-icon {
position: relative;
}
.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
position: absolute;
top: -5px;
right: -5px;
bottom: -5px;
left: -5px;
}
.ant-switch {
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;
box-sizing: border-box;
min-width: 44px;
height: 22px;
line-height: 22px;
vertical-align: middle;
background-color: rgba(0, 0, 0, 0.25);
border: 0;
border-radius: 100px;
cursor: pointer;
transition: all 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-switch:focus {
outline: 0;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.ant-switch-checked:focus {
box-shadow: 0 0 0 2px #e6f7ff;
}
.ant-switch:focus:hover {
box-shadow: none;
}
.ant-switch-checked {
background-color: #1890ff;
}
.ant-switch-disabled,
.ant-switch-loading {
cursor: not-allowed;
opacity: 0.4;
}
.ant-switch-disabled *,
.ant-switch-loading * {
box-shadow: none;
cursor: not-allowed;
}
.ant-switch-inner {
display: block;
margin: 0 7px 0 25px;
color: #fff;
font-size: 12px;
transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
margin: 0 25px 0 7px;
}
.ant-switch-handle {
top: 2px;
left: 2px;
width: 18px;
height: 18px;
}
.ant-switch-handle,
.ant-switch-handle:before {
position: absolute;
transition: all 0.2s ease-in-out;
}
.ant-switch-handle:before {
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
border-radius: 9px;
box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
content: "";
}
.ant-switch-checked .ant-switch-handle {
left: calc(100% - 20px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle:before {
right: -30%;
left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle:before {
right: 0;
left: -30%;
}
.ant-switch-loading-icon.anticon {
position: relative;
top: 2px;
color: rgba(0, 0, 0, 0.65);
vertical-align: top;
}
.ant-switch-checked .ant-switch-loading-icon {
color: #1890ff;
}
.ant-switch-small {
min-width: 28px;
height: 16px;
line-height: 16px;
}
.ant-switch-small .ant-switch-inner {
margin: 0 5px 0 18px;
font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
width: 12px;
height: 12px;
}
.ant-switch-small .ant-switch-loading-icon {
top: 1.5px;
font-size: 9px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
margin: 0 18px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
left: calc(100% - 14px);
}
.ant-switch-rtl {
direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
margin: 0 25px 0 7px;
}
.ant-switch-rtl .ant-switch-handle {
right: 2px;
left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle:before {
right: 0;
left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle:before {
right: -30%;
left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
margin: 0 7px 0 25px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
right: calc(100% - 20px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
right: calc(100% - 14px);
}
.ant-table.ant-table-middle {
font-size: 14px;
}
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-tbody > tr > td,
.ant-table.ant-table-middle .ant-table-thead > tr > th,
.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle tfoot > tr > td,
.ant-table.ant-table-middle tfoot > tr > th {
padding: 12px 8px;
}
.ant-table.ant-table-middle .ant-table-filter-trigger {
margin-right: -4px;
}
.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
margin: -12px -8px;
}
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
margin: -12px -8px -12px 40px;
}
.ant-table.ant-table-middle .ant-table-selection-column {
-webkit-padding-start: 2px;
padding-inline-start: 2px;
}
.ant-table.ant-table-small {
font-size: 14px;
}
.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small .ant-table-thead > tr > th,
.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small tfoot > tr > td,
.ant-table.ant-table-small tfoot > tr > th {
padding: 8px;
}
.ant-table.ant-table-small .ant-table-filter-trigger {
margin-right: -4px;
}
.ant-table.ant-table-small .ant-table-expanded-row-fixed {
margin: -8px;
}
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
margin: -8px -8px -8px 40px;
}
.ant-table.ant-table-small .ant-table-selection-column {
-webkit-padding-start: 2px;
padding-inline-start: 2px;
}
.ant-table.ant-table-bordered > .ant-table-title {
border: 1px solid #f0f0f0;
border-bottom: 0;
}
.ant-table.ant-table-bordered > .ant-table-container {
border-left: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th {
border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
border-bottom: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th:before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th:before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th:before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th:before {
background-color: transparent !important;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first:after {
border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
margin: -16px -17px;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed:after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed:after {
position: absolute;
top: 0;
right: 1px;
bottom: 0;
border-right: 1px solid #f0f0f0;
content: "";
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
border-top: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
border-right: 0;
}
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed {
margin: -12px -9px;
}
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed {
margin: -8px -9px;
}
.ant-table.ant-table-bordered > .ant-table-footer {
border: 1px solid #f0f0f0;
border-top: 0;
}
.ant-table-cell .ant-table-container:first-child {
border-top: 0;
}
.ant-table-cell-scrollbar:not([rowspan]) {
box-shadow: 0 1px 0 1px #fafafa;
}
.ant-table-wrapper {
clear: both;
max-width: 100%;
}
.ant-table-wrapper:before {
display: table;
content: "";
}
.ant-table-wrapper:after {
display: table;
clear: both;
content: "";
}
.ant-table {
box-sizing: border-box;
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: relative;
font-size: 14px;
background: #fff;
border-radius: 2px;
}
.ant-table table {
width: 100%;
text-align: left;
border-radius: 2px 2px 0 0;
border-collapse: separate;
border-spacing: 0;
}
.ant-table-tbody > tr > td,
.ant-table-thead > tr > th,
.ant-table tfoot > tr > td,
.ant-table tfoot > tr > th {
position: relative;
padding: 16px;
overflow-wrap: break-word;
}
.ant-table-cell-ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-break: keep-all;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
overflow: visible;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.ant-table-cell-ellipsis .ant-table-column-title {
overflow: hidden;
text-overflow: ellipsis;
word-break: keep-all;
}
.ant-table-title {
padding: 16px;
}
.ant-table-footer {
padding: 16px;
color: rgba(0, 0, 0, 0.85);
background: #fafafa;
}
.ant-table-thead > tr > th {
position: relative;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
text-align: left;
background: #fafafa;
border-bottom: 1px solid #f0f0f0;
transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan="1"]) {
text-align: center;
}
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before {
position: absolute;
top: 50%;
right: 0;
width: 1px;
height: 1.6em;
background-color: rgba(0, 0, 0, 0.06);
transform: translateY(-50%);
transition: background-color 0.3s;
content: "";
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
border-bottom: 0;
}
.ant-table-tbody > tr > td {
border-bottom: 1px solid #f0f0f0;
transition: background 0.3s;
}
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table {
margin: -16px -16px -16px 32px;
}
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
border-bottom: 0;
}
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
background: #fafafa;
}
.ant-table-tbody > tr.ant-table-row-selected > td {
background: #e6f7ff;
border-color: rgba(0, 0, 0, 0.03);
}
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
background: #dcf4ff;
}
.ant-table-summary {
position: relative;
z-index: 2;
background: #fff;
}
div.ant-table-summary {
box-shadow: 0 -1px 0 #f0f0f0;
}
.ant-table-summary > tr > td,
.ant-table-summary > tr > th {
border-bottom: 1px solid #f0f0f0;
}
.ant-table-pagination.ant-pagination {
margin: 16px 0;
}
.ant-table-pagination {
display: flex;
flex-wrap: wrap;
row-gap: 8px;
}
.ant-table-pagination > * {
flex: none;
}
.ant-table-pagination-left {
justify-content: flex-start;
}
.ant-table-pagination-center {
justify-content: center;
}
.ant-table-pagination-right {
justify-content: flex-end;
}
.ant-table-thead th.ant-table-column-has-sorters {
outline: none;
cursor: pointer;
transition: all 0.3s;
}
.ant-table-thead th.ant-table-column-has-sorters:hover {
background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead th.ant-table-column-has-sorters:hover:before {
background-color: transparent !important;
}
.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
color: #1890ff;
}
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover,
.ant-table-thead th.ant-table-column-sort {
background: #f5f5f5;
}
.ant-table-thead th.ant-table-column-sort:before {
background-color: transparent !important;
}
td.ant-table-column-sort {
background: #fafafa;
}
.ant-table-column-title {
position: relative;
z-index: 1;
flex: 1;
}
.ant-table-column-sorters {
display: flex;
flex: auto;
align-items: center;
justify-content: space-between;
}
.ant-table-column-sorters:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.ant-table-column-sorter {
margin-left: 4px;
color: #bfbfbf;
font-size: 0;
transition: color 0.3s;
}
.ant-table-column-sorter-inner {
display: inline-flex;
flex-direction: column;
align-items: center;
}
.ant-table-column-sorter-down,
.ant-table-column-sorter-up {
font-size: 11px;
}
.ant-table-column-sorter-down.active,
.ant-table-column-sorter-up.active {
color: #1890ff;
}
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
margin-top: -0.3em;
}
.ant-table-column-sorters:hover .ant-table-column-sorter {
color: #a6a6a6;
}
.ant-table-filter-column {
display: flex;
justify-content: space-between;
}
.ant-table-filter-trigger {
position: relative;
display: flex;
align-items: center;
margin: -4px -8px -4px 4px;
padding: 0 4px;
color: #bfbfbf;
font-size: 12px;
border-radius: 2px;
cursor: pointer;
transition: all 0.3s;
}
.ant-table-filter-trigger:hover {
color: rgba(0, 0, 0, 0.45);
background: rgba(0, 0, 0, 0.04);
}
.ant-table-filter-trigger.active {
color: #1890ff;
}
.ant-table-filter-dropdown {
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";
min-width: 120px;
background-color: #fff;
border-radius: 2px;
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-table-filter-dropdown .ant-dropdown-menu {
max-height: 264px;
overflow-x: hidden;
border: 0;
box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu:empty:after {
display: block;
padding: 8px 0;
color: rgba(0, 0, 0, 0.25);
font-size: 12px;
text-align: center;
content: "Not Found";
}
.ant-table-filter-dropdown-tree {
padding: 8px 8px 0;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
background-color: #f5f5f5;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
background-color: #bae7ff;
}
.ant-table-filter-dropdown-search {
padding: 8px;
border-bottom: 1px solid #f0f0f0;
}
.ant-table-filter-dropdown-search-input input {
min-width: 140px;
}
.ant-table-filter-dropdown-search-input .anticon {
color: rgba(0, 0, 0, 0.25);
}
.ant-table-filter-dropdown-checkall {
width: 100%;
margin-bottom: 4px;
margin-left: 4px;
}
.ant-table-filter-dropdown-submenu > ul {
max-height: calc(100vh - 130px);
overflow-x: hidden;
overflow-y: auto;
}
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown .ant-checkbox-wrapper + span {
padding-left: 8px;
}
.ant-table-filter-dropdown-btns {
display: flex;
justify-content: space-between;
padding: 7px 8px;
overflow: hidden;
background-color: inherit;
border-top: 1px solid #f0f0f0;
}
.ant-table-selection-col {
width: 32px;
}
.ant-table-bordered .ant-table-selection-col {
width: 50px;
}
table tr td.ant-table-selection-column,
table tr th.ant-table-selection-column {
padding-right: 8px;
padding-left: 8px;
text-align: center;
}
table tr td.ant-table-selection-column .ant-radio-wrapper,
table tr th.ant-table-selection-column .ant-radio-wrapper {
margin-right: 0;
}
table tr th.ant-table-selection-column.ant-table-cell-fix-left {
z-index: 3;
}
table tr th.ant-table-selection-column:after {
background-color: transparent !important;
}
.ant-table-selection {
position: relative;
display: inline-flex;
flex-direction: column;
}
.ant-table-selection-extra {
position: absolute;
top: 0;
z-index: 1;
cursor: pointer;
transition: all 0.3s;
-webkit-margin-start: 100%;
margin-inline-start: 100%;
-webkit-padding-start: 4px;
padding-inline-start: 4px;
}
.ant-table-selection-extra .anticon {
color: #bfbfbf;
font-size: 10px;
}
.ant-table-selection-extra .anticon:hover {
color: #a6a6a6;
}
.ant-table-expand-icon-col {
width: 48px;
}
.ant-table-row-expand-icon-cell {
text-align: center;
}
.ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
display: inline-flex;
float: none;
vertical-align: sub;
}
.ant-table-row-indent {
float: left;
height: 1px;
}
.ant-table-row-expand-icon {
color: #1890ff;
outline: none;
cursor: pointer;
transition: color 0.3s;
position: relative;
float: left;
box-sizing: border-box;
width: 17px;
height: 17px;
padding: 0;
color: inherit;
line-height: 17px;
background: #fff;
border: 1px solid #f0f0f0;
border-radius: 2px;
transform: scale(0.94117647);
transition: all 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-table-row-expand-icon:focus-visible,
.ant-table-row-expand-icon:hover {
color: #40a9ff;
}
.ant-table-row-expand-icon:active {
color: #096dd9;
}
.ant-table-row-expand-icon:active,
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
border-color: currentcolor;
}
.ant-table-row-expand-icon:after,
.ant-table-row-expand-icon:before {
position: absolute;
background: currentcolor;
transition: transform 0.3s ease-out;
content: "";
}
.ant-table-row-expand-icon:before {
top: 7px;
right: 3px;
left: 3px;
height: 1px;
}
.ant-table-row-expand-icon:after {
top: 3px;
bottom: 3px;
left: 7px;
width: 1px;
transform: rotate(90deg);
}
.ant-table-row-expand-icon-collapsed:before {
transform: rotate(-180deg);
}
.ant-table-row-expand-icon-collapsed:after {
transform: rotate(0deg);
}
.ant-table-row-expand-icon-spaced {
background: transparent;
border: 0;
visibility: hidden;
}
.ant-table-row-expand-icon-spaced:after,
.ant-table-row-expand-icon-spaced:before {
display: none;
content: none;
}
.ant-table-row-indent + .ant-table-row-expand-icon {
margin-top: 2.5005px;
margin-right: 8px;
}
tr.ant-table-expanded-row:hover > td,
tr.ant-table-expanded-row > td {
background: #fbfbfb;
}
tr.ant-table-expanded-row .ant-descriptions-view {
display: flex;
}
tr.ant-table-expanded-row .ant-descriptions-view table {
flex: auto;
width: auto;
}
.ant-table .ant-table-expanded-row-fixed {
position: relative;
margin: -16px;
padding: 16px;
}
.ant-table-tbody > tr.ant-table-placeholder {
text-align: center;
}
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
color: rgba(0, 0, 0, 0.25);
}
.ant-table-tbody > tr.ant-table-placeholder:hover > td {
background: #fff;
}
.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
position: sticky !important;
z-index: 2;
background: #fff;
}
.ant-table-cell-fix-left-first:after,
.ant-table-cell-fix-left-last:after {
position: absolute;
top: 0;
right: 0;
bottom: -1px;
width: 30px;
transform: translateX(100%);
transition: box-shadow 0.3s;
content: "";
pointer-events: none;
}
.ant-table-cell-fix-left-all:after {
display: none;
}
.ant-table-cell-fix-right-first:after,
.ant-table-cell-fix-right-last:after {
position: absolute;
top: 0;
bottom: -1px;
left: 0;
width: 30px;
transform: translateX(-100%);
transition: box-shadow 0.3s;
content: "";
pointer-events: none;
}
.ant-table .ant-table-container:after,
.ant-table .ant-table-container:before {
position: absolute;
top: 0;
bottom: 0;
z-index: 4;
width: 30px;
transition: box-shadow 0.3s;
content: "";
pointer-events: none;
}
.ant-table .ant-table-container:before {
left: 0;
}
.ant-table .ant-table-container:after {
right: 0;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container {
position: relative;
}
.ant-table-ping-left .ant-table-cell-fix-left-first:after,
.ant-table-ping-left .ant-table-cell-fix-left-last:after,
.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container:before {
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-left .ant-table-cell-fix-left-last:before {
background-color: transparent !important;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container {
position: relative;
}
.ant-table-ping-right .ant-table-cell-fix-right-first:after,
.ant-table-ping-right .ant-table-cell-fix-right-last:after,
.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container:after {
box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-sticky-holder,
.ant-table-sticky-scroll {
position: sticky;
z-index: 3;
background: #fff;
}
.ant-table-sticky-scroll {
bottom: 0;
display: flex;
align-items: center;
border-top: 1px solid #f0f0f0;
opacity: 0.6;
}
.ant-table-sticky-scroll:hover {
transform-origin: center bottom;
}
.ant-table-sticky-scroll-bar {
height: 8px;
background-color: rgba(0, 0, 0, 0.35);
border-radius: 4px;
}
.ant-table-sticky-scroll-bar-active,
.ant-table-sticky-scroll-bar:hover {
background-color: rgba(0, 0, 0, 0.8);
}
@media (-ms-high-contrast: none) {
.ant-table-ping-left .ant-table-cell-fix-left-last:after,
.ant-table-ping-right .ant-table-cell-fix-right-first:after {
box-shadow: none !important;
}
}
.ant-table-title {
border-radius: 2px 2px 0 0;
}
.ant-table-title + .ant-table-container {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.ant-table-title + .ant-table-container table,
.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child,
.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
border-radius: 0;
}
.ant-table-container {
border-top-right-radius: 2px;
}
.ant-table-container,
.ant-table-container table > thead > tr:first-child th:first-child {
border-top-left-radius: 2px;
}
.ant-table-container table > thead > tr:first-child th:last-child {
border-top-right-radius: 2px;
}
.ant-table-footer {
border-radius: 0 0 2px 2px;
}
.ant-table-rtl,
.ant-table-wrapper-rtl {
direction: rtl;
}
.ant-table-wrapper-rtl .ant-table table {
text-align: right;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan="1"]) {
text-align: center;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before {
right: auto;
left: 0;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th {
text-align: right;
}
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
margin: -16px 33px -16px -16px;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
justify-content: flex-end;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
justify-content: flex-start;
}
.ant-table-wrapper-rtl .ant-table-column-sorter {
margin-right: 4px;
margin-left: 0;
}
.ant-table-wrapper-rtl .ant-table-filter-column-title {
padding: 16px 16px 16px 2.3em;
}
.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
padding: 0 0 0 2.3em;
}
.ant-table-wrapper-rtl .ant-table-filter-trigger {
margin: -4px 4px -4px -8px;
}
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span {
padding-right: 8px;
padding-left: 0;
}
.ant-table-wrapper-rtl .ant-table-selection {
text-align: center;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon,
.ant-table-wrapper-rtl .ant-table-row-indent {
float: right;
}
.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
margin-right: 0;
margin-left: 8px;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon:after {
transform: rotate(-90deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:before {
transform: rotate(180deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:after {
transform: rotate(0deg);
}
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
padding: 8px 0;
font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
padding: 16px 0;
font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
padding: 7px 16px 6px;
}
.ant-tabs-rtl {
direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
margin-right: 0;
margin-left: 12px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
margin-right: 8px;
margin-left: -4px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
margin-right: 2px;
margin-left: 0;
}
.ant-tabs-dropdown-rtl {
direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
text-align: right;
}
.ant-tabs-bottom,
.ant-tabs-top {
flex-direction: column;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav,
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav {
margin: 0 0 16px;
}
.ant-tabs-bottom > .ant-tabs-nav:before,
.ant-tabs-bottom > div > .ant-tabs-nav:before,
.ant-tabs-top > .ant-tabs-nav:before,
.ant-tabs-top > div > .ant-tabs-nav:before {
position: absolute;
right: 0;
left: 0;
border-bottom: 1px solid #f0f0f0;
content: "";
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
height: 2px;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap:before {
top: 0;
bottom: 0;
width: 30px;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap:before {
left: 0;
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap:after {
right: 0;
box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after {
opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > .ant-tabs-nav:before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav:before {
bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
order: 1;
margin-top: 16px;
margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav:before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav:before {
top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
flex-direction: column;
min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
padding: 8px 24px;
text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
margin: 16px 0 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap:before {
right: 0;
left: 0;
height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap:before {
top: 0;
box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap:after {
bottom: 0;
box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before {
opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
flex: 1 0 auto;
flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
margin-left: -1px;
border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
order: 0;
margin-right: -1px;
border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
padding-right: 24px;
}
.ant-tabs-dropdown {
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;
top: -9999px;
left: -9999px;
z-index: 1050;
display: block;
}
.ant-tabs-dropdown-hidden {
display: none;
}
.ant-tabs-dropdown-menu {
max-height: 200px;
margin: 0;
padding: 4px 0;
overflow-x: hidden;
overflow-y: auto;
text-align: left;
list-style-type: none;
background-color: #fff;
background-clip: padding-box;
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-tabs-dropdown-menu-item {
display: flex;
align-items: center;
min-width: 120px;
margin: 0;
padding: 5px 12px;
overflow: hidden;
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
font-size: 14px;
line-height: 22px;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item > span {
flex: 1;
white-space: nowrap;
}
.ant-tabs-dropdown-menu-item-remove {
flex: none;
margin-left: 12px;
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
background: transparent;
border: 0;
cursor: pointer;
}
.ant-tabs-dropdown-menu-item-remove:hover {
color: #40a9ff;
}
.ant-tabs-dropdown-menu-item:hover {
background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
color: rgba(0, 0, 0, 0.25);
background: transparent;
cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
margin: 0;
padding: 8px 16px;
background: #fafafa;
border: 1px solid #f0f0f0;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
color: #1890ff;
background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
visibility: hidden;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
margin-left: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
border-radius: 2px 2px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
border-radius: 0 0 2px 2px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
margin-top: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
border-radius: 2px 0 0 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
border-radius: 0 2px 2px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
border-left-color: #fff;
}
.ant-tabs {
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";
display: flex;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
position: relative;
display: flex;
flex: none;
align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
position: relative;
display: inline-block;
display: flex;
flex: auto;
align-self: stretch;
overflow: hidden;
white-space: nowrap;
transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap:before {
position: absolute;
z-index: 1;
opacity: 0;
transition: opacity 0.3s;
content: "";
pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
position: relative;
display: flex;
transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
display: flex;
align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
position: absolute;
visibility: hidden;
pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
position: relative;
padding: 8px 16px;
background: transparent;
border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more:after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more:after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 5px;
transform: translateY(100%);
content: "";
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
min-width: 40px;
margin-left: 2px;
padding: 0 8px;
background: #fafafa;
border: 1px solid #f0f0f0;
border-radius: 2px 2px 0 0;
outline: none;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
color: #40a9ff;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
color: #096dd9;
}
.ant-tabs-extra-content {
flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*=ant-tabs-nav-wrap-ping]),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*=ant-tabs-nav-wrap-ping]) {
justify-content: center;
}
.ant-tabs-ink-bar {
position: absolute;
background: #1890ff;
pointer-events: none;
}
.ant-tabs-tab {
position: relative;
display: inline-flex;
align-items: center;
padding: 12px 0;
font-size: 14px;
background: transparent;
border: 0;
outline: none;
cursor: pointer;
}
.ant-tabs-tab-btn:active,
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:active,
.ant-tabs-tab-remove:focus {
color: #096dd9;
}
.ant-tabs-tab-btn,
.ant-tabs-tab-remove {
outline: none;
transition: all 0.3s;
}
.ant-tabs-tab-remove {
flex: none;
margin-right: -4px;
margin-left: 8px;
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
background: transparent;
border: none;
cursor: pointer;
}
.ant-tabs-tab-remove:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab:hover {
color: #40a9ff;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
color: #1890ff;
text-shadow: 0 0 0.25px currentcolor;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus {
color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
margin: 0;
}
.ant-tabs-tab .anticon {
margin-right: 12px;
}
.ant-tabs-tab + .ant-tabs-tab {
margin: 0 0 0 32px;
}
.ant-tabs-content {
position: relative;
width: 100%;
}
.ant-tabs-content-holder {
flex: auto;
min-width: 0;
min-height: 0;
}
.ant-tabs-tabpane {
outline: none;
}
.ant-tabs-tabpane-hidden {
display: none;
}
.ant-tabs-switch-appear,
.ant-tabs-switch-enter {
transition: none;
}
.ant-tabs-switch-appear-start,
.ant-tabs-switch-enter-start {
opacity: 0;
}
.ant-tabs-switch-appear-active,
.ant-tabs-switch-enter-active {
opacity: 1;
transition: opacity 0.3s;
}
.ant-tabs-switch-leave {
position: absolute;
transition: none;
inset: 0;
}
.ant-tabs-switch-leave-start {
opacity: 1;
}
.ant-tabs-switch-leave-active {
opacity: 0;
transition: opacity 0.3s;
}
.ant-tag {
box-sizing: border-box;
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
font-feature-settings: "tnum";
display: inline-block;
height: auto;
margin: 0 8px 0 0;
padding: 0 7px;
font-size: 12px;
line-height: 20px;
white-space: nowrap;
background: #fafafa;
border: 1px solid #d9d9d9;
border-radius: 2px;
opacity: 1;
transition: all 0.3s;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-tag > a:first-child:last-child {
display: inline-block;
margin: 0 -8px;
padding: 0 8px;
}
.ant-tag-close-icon {
margin-left: 3px;
color: rgba(0, 0, 0, 0.45);
font-size: 10px;
cursor: pointer;
transition: all 0.3s;
}
.ant-tag-close-icon:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover,
.ant-tag-has-color a,
.ant-tag-has-color a:hover {
color: #fff;
}
.ant-tag-checkable {
background-color: transparent;
border-color: transparent;
cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
color: #1890ff;
}
.ant-tag-checkable-checked,
.ant-tag-checkable:active {
color: #fff;
}
.ant-tag-checkable-checked {
background-color: #1890ff;
}
.ant-tag-checkable:active {
background-color: #096dd9;
}
.ant-tag-hidden {
display: none;
}
.ant-tag-pink {
color: #c41d7f;
background: #fff0f6;
border-color: #ffadd2;
}
.ant-tag-pink-inverse {
color: #fff;
background: #eb2f96;
border-color: #eb2f96;
}
.ant-tag-magenta {
color: #c41d7f;
background: #fff0f6;
border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
color: #fff;
background: #eb2f96;
border-color: #eb2f96;
}
.ant-tag-red {
color: #cf1322;
background: #fff1f0;
border-color: #ffa39e;
}
.ant-tag-red-inverse {
color: #fff;
background: #f5222d;
border-color: #f5222d;
}
.ant-tag-volcano {
color: #d4380d;
background: #fff2e8;
border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
color: #fff;
background: #fa541c;
border-color: #fa541c;
}
.ant-tag-orange {
color: #d46b08;
background: #fff7e6;
border-color: #ffd591;
}
.ant-tag-orange-inverse {
color: #fff;
background: #fa8c16;
border-color: #fa8c16;
}
.ant-tag-yellow {
color: #d4b106;
background: #feffe6;
border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
color: #fff;
background: #fadb14;
border-color: #fadb14;
}
.ant-tag-gold {
color: #d48806;
background: #fffbe6;
border-color: #ffe58f;
}
.ant-tag-gold-inverse {
color: #fff;
background: #faad14;
border-color: #faad14;
}
.ant-tag-cyan {
color: #08979c;
background: #e6fffb;
border-color: #87e8de;
}
.ant-tag-cyan-inverse {
color: #fff;
background: #13c2c2;
border-color: #13c2c2;
}
.ant-tag-lime {
color: #7cb305;
background: #fcffe6;
border-color: #eaff8f;
}
.ant-tag-lime-inverse {
color: #fff;
background: #a0d911;
border-color: #a0d911;
}
.ant-tag-green {
color: #389e0d;
background: #f6ffed;
border-color: #b7eb8f;
}
.ant-tag-green-inverse {
color: #fff;
background: #52c41a;
border-color: #52c41a;
}
.ant-tag-blue {
color: #096dd9;
background: #e6f7ff;
border-color: #91d5ff;
}
.ant-tag-blue-inverse {
color: #fff;
background: #1890ff;
border-color: #1890ff;
}
.ant-tag-geekblue {
color: #1d39c4;
background: #f0f5ff;
border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
color: #fff;
background: #2f54eb;
border-color: #2f54eb;
}
.ant-tag-purple {
color: #531dab;
background: #f9f0ff;
border-color: #d3adf7;
}
.ant-tag-purple-inverse {
color: #fff;
background: #722ed1;
border-color: #722ed1;
}
.ant-tag-success {
color: #52c41a;
background: #f6ffed;
border-color: #b7eb8f;
}
.ant-tag-processing {
color: #1890ff;
background: #e6f7ff;
border-color: #91d5ff;
}
.ant-tag-error {
color: #ff4d4f;
background: #fff2f0;
border-color: #ffccc7;
}
.ant-tag-warning {
color: #faad14;
background: #fffbe6;
border-color: #ffe58f;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
margin-left: 7px;
}
.ant-tag.ant-tag-rtl {
margin-right: 0;
margin-left: 8px;
direction: rtl;
text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
margin-right: 3px;
margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
margin-right: 7px;
margin-left: 0;
}
.ant-timeline {
box-sizing: border-box;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
font-feature-settings: "tnum";
margin: 0;
padding: 0;
list-style: none;
}
.ant-timeline-item {
position: relative;
margin: 0;
padding-bottom: 20px;
font-size: 14px;
list-style: none;
}
.ant-timeline-item-tail {
position: absolute;
top: 10px;
left: 4px;
height: calc(100% - 10px);
border-left: 2px solid #f0f0f0;
}
.ant-timeline-item-pending .ant-timeline-item-head {
font-size: 12px;
background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
display: none;
}
.ant-timeline-item-head {
position: absolute;
width: 10px;
height: 10px;
background-color: #fff;
border: 2px solid transparent;
border-radius: 100px;
}
.ant-timeline-item-head-blue {
color: #1890ff;
border-color: #1890ff;
}
.ant-timeline-item-head-red {
color: #ff4d4f;
border-color: #ff4d4f;
}
.ant-timeline-item-head-green {
color: #52c41a;
border-color: #52c41a;
}
.ant-timeline-item-head-gray {
color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.25);
}
.ant-timeline-item-head-custom {
position: absolute;
top: 5.5px;
left: 5px;
width: auto;
height: auto;
margin-top: 0;
padding: 3px 1px;
line-height: 1;
text-align: center;
border: 0;
border-radius: 0;
transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
position: relative;
top: -7.001px;
margin: 0 0 0 26px;
word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail {
left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
left: calc(50% - 4px);
width: calc(50% - 14px);
text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
width: calc(50% - 12px);
margin: 0;
text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail {
left: calc(100% - 6px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
display: block;
height: calc(100% - 14px);
border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
top: 15px;
display: block;
height: calc(100% - 15px);
border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
min-height: 48px;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-label {
position: absolute;
top: -7.001px;
width: calc(50% - 12px);
text-align: right;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
left: calc(50% + 14px);
width: calc(50% - 14px);
text-align: left;
}
.ant-timeline-rtl {
direction: rtl;
}
.ant-timeline-rtl .ant-timeline-item-tail {
right: 4px;
left: auto;
border-right: 2px solid #f0f0f0;
border-left: none;
}
.ant-timeline-rtl .ant-timeline-item-head-custom {
right: 5px;
left: auto;
transform: translate(50%, -50%);
}
.ant-timeline-rtl .ant-timeline-item-content {
margin: 0 18px 0 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail {
right: 50%;
left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head {
margin-right: -4px;
margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
margin-right: 1px;
margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
right: calc(50% - 4px);
left: auto;
text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail {
right: 0;
left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
width: 100%;
margin-right: 18px;
text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
border-right: 2px dotted #f0f0f0;
border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
right: calc(50% + 14px);
text-align: right;
}
.ant-tooltip {
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;
z-index: 1070;
display: block;
width: -moz-max-content;
width: max-content;
width: intrinsic;
max-width: 250px;
visibility: visible;
}
.ant-tooltip-content {
position: relative;
}
.ant-tooltip-hidden {
display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
padding-bottom: 14.3137085px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightBottom,
.ant-tooltip-placement-rightTop {
padding-left: 14.3137085px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
padding-top: 14.3137085px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftBottom,
.ant-tooltip-placement-leftTop {
padding-right: 14.3137085px;
}
.ant-tooltip-inner {
min-width: 30px;
min-height: 32px;
padding: 6px 8px;
color: #fff;
text-align: left;
text-decoration: none;
word-wrap: break-word;
background-color: rgba(0, 0, 0, 0.75);
border-radius: 2px;
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-tooltip-arrow {
position: absolute;
z-index: 2;
display: block;
width: 22px;
height: 22px;
overflow: hidden;
background: transparent;
pointer-events: none;
}
.ant-tooltip-arrow-content {
--antd-arrow-background-color: linear-gradient(
to right bottom,
rgba(0, 0, 0, 0.65),
rgba(0, 0, 0, 0.75)
);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 11.3137085px;
height: 11.3137085px;
margin: auto;
content: "";
pointer-events: auto;
border-radius: 0 0 2px;
pointer-events: none;
}
.ant-tooltip-arrow-content:before {
position: absolute;
top: -11.3137085px;
left: -11.3137085px;
width: 33.9411255px;
height: 33.9411255px;
background: var(--antd-arrow-background-color);
background-repeat: no-repeat;
background-position: -10px -10px;
content: "";
-webkit-clip-path: inset(33% 33%);
clip-path: inset(33% 33%);
-webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
bottom: 0;
transform: translateY(100%);
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
transform: translateY(-11px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
left: 50%;
transform: translateY(100%) translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
left: 0;
transform: translateX(-100%);
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content {
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
transform: translateX(11px) rotate(135deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
top: 50%;
transform: translateX(-100%) translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
right: 0;
transform: translateX(100%);
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content {
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
transform: translateX(-11px) rotate(315deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
top: 50%;
transform: translateX(100%) translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
top: 0;
transform: translateY(-100%);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
transform: translateY(11px) rotate(225deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
left: 50%;
transform: translateY(-100%) translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content:before {
background: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content:before {
background: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content:before {
background: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content:before {
background: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content:before {
background: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content:before {
background: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content:before {
background: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content:before {
background: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content:before {
background: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content:before {
background: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content:before {
background: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content:before {
background: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content:before {
background: #722ed1;
}
.ant-tooltip-rtl {
direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
text-align: right;
}
.ant-transfer-customize-list .ant-transfer-list {
flex: 1 1 50%;
width: auto;
height: auto;
min-height: 200px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
border: 0;
border-radius: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column {
width: 40px;
min-width: 40px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
background: #fafafa;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
border-bottom: 1px solid #f0f0f0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
margin: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
margin: 16px 0 4px;
}
.ant-transfer-customize-list .ant-input[disabled] {
background-color: transparent;
}
.ant-transfer-status-error .ant-transfer-list {
border-color: #ff4d4f;
}
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
border-color: #d9d9d9;
}
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-transfer-status-warning .ant-transfer-list {
border-color: #faad14;
}
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
border-color: #d9d9d9;
}
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
border-color: #40a9ff;
border-right-width: 1px;
}
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
border-right-width: 1px;
outline: 0;
}
.ant-transfer {
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: flex;
align-items: stretch;
}
.ant-transfer-disabled .ant-transfer-list {
background: #f5f5f5;
}
.ant-transfer-list {
display: flex;
flex-direction: column;
width: 180px;
height: 200px;
border: 1px solid #d9d9d9;
border-radius: 2px;
}
.ant-transfer-list-with-pagination {
width: 250px;
height: auto;
}
.ant-transfer-list-search .anticon-search {
color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-header {
display: flex;
flex: none;
align-items: center;
height: 40px;
padding: 8px 12px 9px;
color: rgba(0, 0, 0, 0.85);
background: #fff;
border-bottom: 1px solid #f0f0f0;
border-radius: 2px 2px 0 0;
}
.ant-transfer-list-header > :not(:last-child) {
margin-right: 4px;
}
.ant-transfer-list-header > * {
flex: none;
}
.ant-transfer-list-header-title {
flex: auto;
overflow: hidden;
white-space: nowrap;
text-align: right;
text-overflow: ellipsis;
}
.ant-transfer-list-header-dropdown {
font-size: 10px;
transform: translateY(10%);
cursor: pointer;
}
.ant-transfer-list-header-dropdown[disabled] {
cursor: not-allowed;
}
.ant-transfer-list-body {
display: flex;
flex: auto;
flex-direction: column;
overflow: hidden;
font-size: 14px;
}
.ant-transfer-list-body-search-wrapper {
position: relative;
flex: none;
padding: 12px;
}
.ant-transfer-list-content {
flex: auto;
margin: 0;
padding: 0;
overflow: auto;
list-style: none;
}
.ant-transfer-list-content-item {
display: flex;
align-items: center;
min-height: 32px;
padding: 6px 12px;
line-height: 20px;
transition: all 0.3s;
}
.ant-transfer-list-content-item > :not(:last-child) {
margin-right: 8px;
}
.ant-transfer-list-content-item > * {
flex: none;
}
.ant-transfer-list-content-item-text {
flex: auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-transfer-list-content-item-remove {
position: relative;
color: #d9d9d9;
cursor: pointer;
transition: all 0.3s;
}
.ant-transfer-list-content-item-remove:hover {
color: #40a9ff;
}
.ant-transfer-list-content-item-remove:after {
position: absolute;
top: -6px;
right: -50%;
bottom: -6px;
left: -50%;
content: "";
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
background-color: #f5f5f5;
cursor: pointer;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
background-color: #dcf4ff;
}
.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
background: transparent;
cursor: default;
}
.ant-transfer-list-content-item-checked {
background-color: #e6f7ff;
}
.ant-transfer-list-content-item-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-transfer-list-pagination {
padding: 8px 0;
text-align: right;
border-top: 1px solid #f0f0f0;
}
.ant-transfer-list-body-not-found {
flex: none;
width: 100%;
margin: auto 0;
color: rgba(0, 0, 0, 0.25);
text-align: center;
}
.ant-transfer-list-footer {
border-top: 1px solid #f0f0f0;
}
.ant-transfer-operation {
display: flex;
flex: none;
flex-direction: column;
align-self: center;
margin: 0 8px;
vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
display: block;
}
.ant-transfer-operation .ant-btn:first-child {
margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
font-size: 12px;
}
.ant-transfer .ant-empty-image {
max-height: -2px;
}
.ant-transfer-rtl {
direction: rtl;
}
.ant-transfer-rtl .ant-transfer-list-search {
padding-right: 8px;
padding-left: 24px;
}
.ant-transfer-rtl .ant-transfer-list-search-action {
right: auto;
left: 12px;
}
.ant-transfer-rtl .ant-transfer-list-header > :not(:last-child) {
margin-right: 0;
margin-left: 4px;
}
.ant-transfer-rtl .ant-transfer-list-header {
right: 0;
left: auto;
}
.ant-transfer-rtl .ant-transfer-list-header-title {
text-align: left;
}
.ant-transfer-rtl .ant-transfer-list-content-item > :not(:last-child) {
margin-right: 0;
margin-left: 8px;
}
.ant-transfer-rtl .ant-transfer-list-pagination {
text-align: left;
}
.ant-transfer-rtl .ant-transfer-list-footer {
right: 0;
left: auto;
}
.ant-select-tree-checkbox {
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;
top: 0.2em;
line-height: 1;
white-space: nowrap;
outline: none;
cursor: pointer;
}
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner {
border-color: #1890ff;
}
.ant-select-tree-checkbox-checked:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #1890ff;
border-radius: 2px;
visibility: hidden;
animation: antCheckboxEffect 0.36s ease-in-out;
animation-fill-mode: backwards;
content: "";
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after,
.ant-select-tree-checkbox:hover:after {
visibility: visible;
}
.ant-select-tree-checkbox-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: 16px;
height: 16px;
direction: ltr;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
border-collapse: separate;
transition: all 0.3s;
}
.ant-select-tree-checkbox-inner:after {
position: absolute;
top: 50%;
left: 21.5%;
display: table;
width: 5.71428571px;
height: 9.14285714px;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
transform: rotate(45deg) scale(0) translate(-50%, -50%);
opacity: 0;
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
content: " ";
}
.ant-select-tree-checkbox-input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
position: absolute;
display: table;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
transform: rotate(45deg) scale(1) translate(-50%, -50%);
opacity: 1;
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
content: " ";
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
background-color: #1890ff;
border-color: #1890ff;
}
.ant-select-tree-checkbox-disabled {
cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
border-color: rgba(0, 0, 0, 0.25);
animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
cursor: not-allowed;
pointer-events: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
background-color: #f5f5f5;
border-color: #d9d9d9 !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
border-color: #f5f5f5;
border-collapse: separate;
animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover:after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled:after {
visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
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";
display: inline-flex;
align-items: baseline;
line-height: unset;
cursor: pointer;
}
.ant-select-tree-checkbox-wrapper:after {
display: inline-block;
width: 0;
overflow: hidden;
content: " ";
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
margin-left: 8px;
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type=checkbox] {
width: 14px;
height: 14px;
}
.ant-select-tree-checkbox + span {
padding-right: 8px;
padding-left: 8px;
}
.ant-select-tree-checkbox-group {
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";
display: inline-block;
}
.ant-select-tree-checkbox-group-item {
margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
background-color: #fff;
border-color: #d9d9d9;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after {
top: 50%;
left: 50%;
width: 8px;
height: 8px;
background-color: #1890ff;
border: 0;
transform: translate(-50%, -50%) scale(1);
opacity: 1;
content: " ";
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
background-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-select-dropdown {
padding: 8px 4px;
}
.ant-tree-select-dropdown-rtl {
direction: rtl;
}
.ant-tree-select-dropdown .ant-select-tree {
border-radius: 0;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
align-items: stretch;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
flex: auto;
}
.ant-select-tree {
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";
background: #fff;
border-radius: 2px;
transition: background-color 0.3s;
}
.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
background: #e6f7ff;
}
.ant-select-tree-list-holder-inner {
align-items: flex-start;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
align-items: stretch;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
flex: auto;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
position: relative;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging:after {
position: absolute;
top: 0;
right: 0;
bottom: 4px;
left: 0;
border: 1px solid #1890ff;
opacity: 0;
animation: ant-tree-node-fx-do-not-use 0.3s;
animation-play-state: running;
animation-fill-mode: forwards;
content: "";
pointer-events: none;
}
.ant-select-tree .ant-select-tree-treenode {
display: flex;
align-items: flex-start;
padding: 0 0 4px;
outline: none;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
background: transparent;
}
.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
background: #f5f5f5;
}
.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
color: inherit;
font-weight: 500;
}
.ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
width: 24px;
line-height: 24px;
text-align: center;
visibility: visible;
opacity: 0.2;
transition: opacity 0.3s;
}
.ant-select-tree-treenode:hover .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
opacity: 0.45;
}
.ant-select-tree .ant-select-tree-treenode-draggable.ant-select-tree-treenode-disabled .ant-select-tree-draggable-icon {
visibility: hidden;
}
.ant-select-tree-indent {
align-self: stretch;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-select-tree-indent-unit {
display: inline-block;
width: 24px;
}
.ant-select-tree-draggable-icon {
visibility: hidden;
}
.ant-select-tree-switcher {
position: relative;
flex: none;
align-self: stretch;
width: 24px;
margin: 0;
line-height: 24px;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-select-tree-switcher .ant-select-tree-switcher-icon,
.ant-select-tree-switcher .ant-tree-switcher-icon {
display: inline-block;
font-size: 10px;
vertical-align: baseline;
}
.ant-select-tree-switcher .ant-select-tree-switcher-icon svg,
.ant-select-tree-switcher .ant-tree-switcher-icon svg {
transition: transform 0.3s;
}
.ant-select-tree-switcher-noop {
cursor: default;
}
.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
transform: rotate(-90deg);
}
.ant-select-tree-switcher-loading-icon {
color: #1890ff;
}
.ant-select-tree-switcher-leaf-line {
position: relative;
z-index: 1;
display: inline-block;
width: 100%;
height: 100%;
}
.ant-select-tree-switcher-leaf-line:before {
position: absolute;
top: 0;
right: 12px;
bottom: -4px;
margin-left: -1px;
border-right: 1px solid #d9d9d9;
content: " ";
}
.ant-select-tree-switcher-leaf-line:after {
position: absolute;
width: 10px;
height: 14px;
border-bottom: 1px solid #d9d9d9;
content: " ";
}
.ant-select-tree-checkbox {
top: auto;
margin: 4px 8px 0 0;
}
.ant-select-tree .ant-select-tree-node-content-wrapper {
position: relative;
z-index: auto;
min-height: 24px;
margin: 0;
padding: 0 4px;
color: inherit;
line-height: 24px;
background: transparent;
border-radius: 2px;
cursor: pointer;
transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
background-color: #f5f5f5;
}
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
background-color: #bae7ff;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
display: inline-block;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
vertical-align: top;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
display: none;
}
.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
background-color: transparent;
}
.ant-select-tree-node-content-wrapper {
line-height: 24px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
position: absolute;
z-index: 1;
height: 2px;
background-color: #1890ff;
border-radius: 1px;
pointer-events: none;
}
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator:after {
position: absolute;
top: -3px;
left: -6px;
width: 8px;
height: 8px;
background-color: transparent;
border: 2px solid #1890ff;
border-radius: 50%;
content: "";
}
.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
box-shadow: 0 0 0 2px #1890ff;
}
.ant-select-tree-show-line .ant-select-tree-indent-unit {
position: relative;
height: 100%;
}
.ant-select-tree-show-line .ant-select-tree-indent-unit:before {
position: absolute;
top: 0;
right: 12px;
bottom: -4px;
border-right: 1px solid #d9d9d9;
content: "";
}
.ant-select-tree-show-line .ant-select-tree-indent-unit-end:before {
display: none;
}
.ant-select-tree-show-line .ant-select-tree-switcher {
background: #fff;
}
.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
vertical-align: -0.15em;
}
.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line:before {
top: auto !important;
bottom: auto !important;
height: 14px !important;
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
transform: rotate(90deg);
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
transform: scaleY(-1);
}
@keyframes antCheckboxEffect {
0% {
transform: scale(1);
opacity: 0.5;
}
to {
transform: scale(1.6);
opacity: 0;
}
}
@keyframes ant-tree-node-fx-do-not-use {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
.ant-tree.ant-tree-directory .ant-tree-treenode {
position: relative;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:before {
position: absolute;
top: 0;
right: 0;
bottom: 4px;
left: 0;
transition: background-color 0.3s;
content: "";
pointer-events: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:hover:before {
background: #f5f5f5;
}
.ant-tree.ant-tree-directory .ant-tree-treenode > * {
z-index: 1;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
transition: color 0.3s;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
color: #fff;
background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover:before {
background: #1890ff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
color: #fff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
color: #fff;
background: transparent;
}
.ant-tree-checkbox {
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;
top: 0.2em;
line-height: 1;
white-space: nowrap;
outline: none;
cursor: pointer;
}
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner {
border-color: #1890ff;
}
.ant-tree-checkbox-checked:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #1890ff;
border-radius: 2px;
visibility: hidden;
animation: antCheckboxEffect 0.36s ease-in-out;
animation-fill-mode: backwards;
content: "";
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after,
.ant-tree-checkbox:hover:after {
visibility: visible;
}
.ant-tree-checkbox-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: 16px;
height: 16px;
direction: ltr;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
border-collapse: separate;
transition: all 0.3s;
}
.ant-tree-checkbox-inner:after {
position: absolute;
top: 50%;
left: 21.5%;
display: table;
width: 5.71428571px;
height: 9.14285714px;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
transform: rotate(45deg) scale(0) translate(-50%, -50%);
opacity: 0;
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
content: " ";
}
.ant-tree-checkbox-input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
position: absolute;
display: table;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
transform: rotate(45deg) scale(1) translate(-50%, -50%);
opacity: 1;
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
content: " ";
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
background-color: #1890ff;
border-color: #1890ff;
}
.ant-tree-checkbox-disabled {
cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
border-color: rgba(0, 0, 0, 0.25);
animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
cursor: not-allowed;
pointer-events: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
background-color: #f5f5f5;
border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
border-color: #f5f5f5;
border-collapse: separate;
animation-name: none;
}
.ant-tree-checkbox-disabled + span {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover:after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled:after {
visibility: hidden;
}
.ant-tree-checkbox-wrapper {
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";
display: inline-flex;
align-items: baseline;
line-height: unset;
cursor: pointer;
}
.ant-tree-checkbox-wrapper:after {
display: inline-block;
width: 0;
overflow: hidden;
content: " ";
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
margin-left: 8px;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type=checkbox] {
width: 14px;
height: 14px;
}
.ant-tree-checkbox + span {
padding-right: 8px;
padding-left: 8px;
}
.ant-tree-checkbox-group {
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";
display: inline-block;
}
.ant-tree-checkbox-group-item {
margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
background-color: #fff;
border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
top: 50%;
left: 50%;
width: 8px;
height: 8px;
background-color: #1890ff;
border: 0;
transform: translate(-50%, -50%) scale(1);
opacity: 1;
content: " ";
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
background-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
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";
background: #fff;
border-radius: 2px;
transition: background-color 0.3s;
}
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
background: #e6f7ff;
}
.ant-tree-list-holder-inner {
align-items: flex-start;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
align-items: stretch;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
flex: auto;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
position: relative;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging:after {
position: absolute;
top: 0;
right: 0;
bottom: 4px;
left: 0;
border: 1px solid #1890ff;
opacity: 0;
animation: ant-tree-node-fx-do-not-use 0.3s;
animation-play-state: running;
animation-fill-mode: forwards;
content: "";
pointer-events: none;
}
.ant-tree .ant-tree-treenode {
display: flex;
align-items: flex-start;
padding: 0 0 4px;
outline: none;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
background: transparent;
}
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
background: #f5f5f5;
}
.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
color: inherit;
font-weight: 500;
}
.ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
width: 24px;
line-height: 24px;
text-align: center;
visibility: visible;
opacity: 0.2;
transition: opacity 0.3s;
}
.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
opacity: 0.45;
}
.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
visibility: hidden;
}
.ant-tree-indent {
align-self: stretch;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-tree-indent-unit {
display: inline-block;
width: 24px;
}
.ant-tree-draggable-icon {
visibility: hidden;
}
.ant-tree-switcher {
position: relative;
flex: none;
align-self: stretch;
width: 24px;
margin: 0;
line-height: 24px;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-tree-switcher .ant-select-tree-switcher-icon,
.ant-tree-switcher .ant-tree-switcher-icon {
display: inline-block;
font-size: 10px;
vertical-align: baseline;
}
.ant-tree-switcher .ant-select-tree-switcher-icon svg,
.ant-tree-switcher .ant-tree-switcher-icon svg {
transition: transform 0.3s;
}
.ant-tree-switcher-noop {
cursor: default;
}
.ant-tree-switcher_close .ant-tree-switcher-icon svg {
transform: rotate(-90deg);
}
.ant-tree-switcher-loading-icon {
color: #1890ff;
}
.ant-tree-switcher-leaf-line {
position: relative;
z-index: 1;
display: inline-block;
width: 100%;
height: 100%;
}
.ant-tree-switcher-leaf-line:before {
position: absolute;
top: 0;
right: 12px;
bottom: -4px;
margin-left: -1px;
border-right: 1px solid #d9d9d9;
content: " ";
}
.ant-tree-switcher-leaf-line:after {
position: absolute;
width: 10px;
height: 14px;
border-bottom: 1px solid #d9d9d9;
content: " ";
}
.ant-tree-checkbox {
top: auto;
margin: 4px 8px 0 0;
}
.ant-tree .ant-tree-node-content-wrapper {
position: relative;
z-index: auto;
min-height: 24px;
margin: 0;
padding: 0 4px;
color: inherit;
line-height: 24px;
background: transparent;
border-radius: 2px;
cursor: pointer;
transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.ant-tree .ant-tree-node-content-wrapper:hover {
background-color: #f5f5f5;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
background-color: #bae7ff;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
display: inline-block;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
vertical-align: top;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
display: none;
}
.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
background-color: transparent;
}
.ant-tree-node-content-wrapper {
line-height: 24px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
position: absolute;
z-index: 1;
height: 2px;
background-color: #1890ff;
border-radius: 1px;
pointer-events: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator:after {
position: absolute;
top: -3px;
left: -6px;
width: 8px;
height: 8px;
background-color: transparent;
border: 2px solid #1890ff;
border-radius: 50%;
content: "";
}
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
box-shadow: 0 0 0 2px #1890ff;
}
.ant-tree-show-line .ant-tree-indent-unit {
position: relative;
height: 100%;
}
.ant-tree-show-line .ant-tree-indent-unit:before {
position: absolute;
top: 0;
right: 12px;
bottom: -4px;
border-right: 1px solid #d9d9d9;
content: "";
}
.ant-tree-show-line .ant-tree-indent-unit-end:before {
display: none;
}
.ant-tree-show-line .ant-tree-switcher {
background: #fff;
}
.ant-tree-show-line .ant-tree-switcher-line-icon {
vertical-align: -0.15em;
}
.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line:before {
top: auto !important;
bottom: auto !important;
height: 14px !important;
}
.ant-tree-rtl {
direction: rtl;
}
.ant-tree-rtl .ant-tree-node-content-wrapper[draggable=true] .ant-tree-drop-indicator:after {
right: -6px;
left: unset;
}
.ant-tree .ant-tree-treenode-rtl {
direction: rtl;
}
.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
transform: rotate(90deg);
}
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit:before {
right: auto;
left: -13px;
border-right: none;
border-left: 1px solid #d9d9d9;
}
.ant-tree-rtl .ant-tree-checkbox,
.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
margin: 4px 0 0 8px;
}
.ant-typography {
color: rgba(0, 0, 0, 0.85);
word-break: break-word;
}
.ant-typography.ant-typography-secondary {
color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-success {
color: #52c41a;
}
.ant-typography.ant-typography-warning {
color: #faad14;
}
.ant-typography.ant-typography-danger {
color: #ff4d4f;
}
a.ant-typography.ant-typography-danger:active,
a.ant-typography.ant-typography-danger:focus {
color: #d9363e;
}
a.ant-typography.ant-typography-danger:hover {
color: #ff7875;
}
.ant-typography.ant-typography-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-typography p,
div.ant-typography {
margin-bottom: 1em;
}
.ant-typography h1,
div.ant-typography-h1,
div.ant-typography-h1 > textarea,
h1.ant-typography {
margin-bottom: 0.5em;
color: rgba(0, 0, 0, 0.85);
font-weight: 600;
font-size: 38px;
line-height: 1.23;
}
.ant-typography h2,
div.ant-typography-h2,
div.ant-typography-h2 > textarea,
h2.ant-typography {
margin-bottom: 0.5em;
color: rgba(0, 0, 0, 0.85);
font-weight: 600;
font-size: 30px;
line-height: 1.35;
}
.ant-typography h3,
div.ant-typography-h3,
div.ant-typography-h3 > textarea,
h3.ant-typography {
margin-bottom: 0.5em;
color: rgba(0, 0, 0, 0.85);
font-weight: 600;
font-size: 24px;
line-height: 1.35;
}
.ant-typography h4,
div.ant-typography-h4,
div.ant-typography-h4 > textarea,
h4.ant-typography {
margin-bottom: 0.5em;
color: rgba(0, 0, 0, 0.85);
font-weight: 600;
font-size: 20px;
line-height: 1.4;
}
.ant-typography h5,
div.ant-typography-h5,
div.ant-typography-h5 > textarea,
h5.ant-typography {
margin-bottom: 0.5em;
color: rgba(0, 0, 0, 0.85);
font-weight: 600;
font-size: 16px;
line-height: 1.5;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography,
.ant-typography + h5.ant-typography,
.ant-typography div + h1,
.ant-typography div + h2,
.ant-typography div + h3,
.ant-typography div + h4,
.ant-typography div + h5,
.ant-typography h1 + h1,
.ant-typography h1 + h2,
.ant-typography h1 + h3,
.ant-typography h1 + h4,
.ant-typography h1 + h5,
.ant-typography h2 + h1,
.ant-typography h2 + h2,
.ant-typography h2 + h3,
.ant-typography h2 + h4,
.ant-typography h2 + h5,
.ant-typography h3 + h1,
.ant-typography h3 + h2,
.ant-typography h3 + h3,
.ant-typography h3 + h4,
.ant-typography h3 + h5,
.ant-typography h4 + h1,
.ant-typography h4 + h2,
.ant-typography h4 + h3,
.ant-typography h4 + h4,
.ant-typography h4 + h5,
.ant-typography h5 + h1,
.ant-typography h5 + h2,
.ant-typography h5 + h3,
.ant-typography h5 + h4,
.ant-typography h5 + h5,
.ant-typography li + h1,
.ant-typography li + h2,
.ant-typography li + h3,
.ant-typography li + h4,
.ant-typography li + h5,
.ant-typography p + h1,
.ant-typography p + h2,
.ant-typography p + h3,
.ant-typography p + h4,
.ant-typography p + h5,
.ant-typography ul + h1,
.ant-typography ul + h2,
.ant-typography ul + h3,
.ant-typography ul + h4,
.ant-typography ul + h5 {
margin-top: 1.2em;
}
a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
display: inline-block;
max-width: 100%;
}
.ant-typography a,
a.ant-typography {
color: #1890ff;
outline: none;
cursor: pointer;
transition: color 0.3s;
text-decoration: none;
}
.ant-typography a:focus-visible,
.ant-typography a:hover,
a.ant-typography:focus-visible,
a.ant-typography:hover {
color: #40a9ff;
}
.ant-typography a:active,
a.ant-typography:active {
color: #096dd9;
}
.ant-typography a:active,
.ant-typography a:hover,
a.ant-typography:active,
a.ant-typography:hover {
text-decoration: none;
}
.ant-typography a.ant-typography-disabled,
.ant-typography a[disabled],
a.ant-typography.ant-typography-disabled,
a.ant-typography[disabled] {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-typography a.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:hover,
.ant-typography a[disabled]:active,
.ant-typography a[disabled]:hover,
a.ant-typography.ant-typography-disabled:active,
a.ant-typography.ant-typography-disabled:hover,
a.ant-typography[disabled]:active,
a.ant-typography[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
}
.ant-typography a.ant-typography-disabled:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
a.ant-typography[disabled]:active {
pointer-events: none;
}
.ant-typography code {
margin: 0 0.2em;
padding: 0.2em 0.4em 0.1em;
font-size: 85%;
background: hsla(0deg, 0%, 58.8%, 0.1);
border: 1px solid hsla(0deg, 0%, 39.2%, 0.2);
border-radius: 3px;
}
.ant-typography kbd {
margin: 0 0.2em;
padding: 0.15em 0.4em 0.1em;
font-size: 90%;
background: hsla(0deg, 0%, 58.8%, 0.06);
border: solid hsla(0deg, 0%, 39.2%, 0.2);
border-width: 1px 1px 2px;
border-radius: 3px;
}
.ant-typography mark {
padding: 0;
background-color: #ffe58f;
}
.ant-typography ins,
.ant-typography u {
text-decoration: underline;
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}
.ant-typography del,
.ant-typography s {
text-decoration: line-through;
}
.ant-typography strong {
font-weight: 600;
}
.ant-typography-copy,
.ant-typography-edit,
.ant-typography-expand {
color: #1890ff;
outline: none;
cursor: pointer;
transition: color 0.3s;
margin-left: 4px;
}
.ant-typography-copy:focus-visible,
.ant-typography-copy:hover,
.ant-typography-edit:focus-visible,
.ant-typography-edit:hover,
.ant-typography-expand:focus-visible,
.ant-typography-expand:hover {
color: #40a9ff;
}
.ant-typography-copy:active,
.ant-typography-edit:active,
.ant-typography-expand:active {
color: #096dd9;
}
.ant-typography-copy-success,
.ant-typography-copy-success:focus,
.ant-typography-copy-success:hover {
color: #52c41a;
}
.ant-typography-edit-content {
position: relative;
}
div.ant-typography-edit-content {
left: -12px;
margin-top: -5px;
margin-bottom: calc(1em - 5px);
}
.ant-typography-edit-content-confirm {
position: absolute;
right: 10px;
bottom: 8px;
color: rgba(0, 0, 0, 0.45);
font-weight: 400;
font-size: 14px;
font-style: normal;
pointer-events: none;
}
.ant-typography-edit-content textarea {
height: 1em;
margin: 0 !important;
-moz-transition: none;
}
.ant-typography ol,
.ant-typography ul {
margin: 0 0 1em;
padding: 0;
}
.ant-typography ol li,
.ant-typography ul li {
margin: 0 0 0 20px;
padding: 0 0 0 4px;
}
.ant-typography ul {
list-style-type: circle;
}
.ant-typography ul ul {
list-style-type: disc;
}
.ant-typography ol {
list-style-type: decimal;
}
.ant-typography blockquote,
.ant-typography pre {
margin: 1em 0;
}
.ant-typography pre {
padding: 0.4em 0.6em;
white-space: pre-wrap;
word-wrap: break-word;
background: hsla(0deg, 0%, 58.8%, 0.1);
border: 1px solid hsla(0deg, 0%, 39.2%, 0.2);
border-radius: 3px;
}
.ant-typography pre code {
display: inline;
margin: 0;
padding: 0;
font-size: inherit;
font-family: inherit;
background: transparent;
border: 0;
}
.ant-typography blockquote {
padding: 0 0 0 0.6em;
border-left: 4px solid hsla(0deg, 0%, 39.2%, 0.2);
opacity: 0.85;
}
.ant-typography-single-line {
white-space: nowrap;
}
.ant-typography-ellipsis-single-line {
overflow: hidden;
text-overflow: ellipsis;
}
a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
vertical-align: bottom;
}
.ant-typography-ellipsis-multiple-line {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
.ant-typography-rtl {
direction: rtl;
}
.ant-typography-rtl .ant-typography-copy,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-expand {
margin-right: 4px;
margin-left: 0;
}
.ant-typography-rtl .ant-typography-expand {
float: left;
}
div.ant-typography-edit-content.ant-typography-rtl {
right: -12px;
left: auto;
}
.ant-typography-rtl .ant-typography-edit-content-confirm {
right: auto;
left: 10px;
}
.ant-typography-rtl.ant-typography ol li,
.ant-typography-rtl.ant-typography ul li {
margin: 0 20px 0 0;
padding: 0 4px 0 0;
}
.ant-upload {
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";
outline: 0;
}
.ant-upload p {
margin: 0;
}
.ant-upload-btn {
display: block;
width: 100%;
outline: none;
}
.ant-upload input[type=file] {
cursor: pointer;
}
.ant-upload.ant-upload-select {
display: inline-block;
}
.ant-upload.ant-upload-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
width: 104px;
height: 104px;
margin-right: 8px;
margin-bottom: 8px;
text-align: center;
vertical-align: top;
background-color: #fafafa;
border: 1px dashed #d9d9d9;
border-radius: 2px;
cursor: pointer;
transition: border-color 0.3s;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
text-align: center;
}
.ant-upload.ant-upload-select-picture-card:hover {
border-color: #1890ff;
}
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
border-color: #d9d9d9;
}
.ant-upload.ant-upload-drag {
position: relative;
width: 100%;
height: 100%;
text-align: center;
background: #fafafa;
border: 1px dashed #d9d9d9;
border-radius: 2px;
cursor: pointer;
transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
border-color: #096dd9;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
display: table;
height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
display: table-cell;
vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
border-color: #40a9ff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
color: #40a9ff;
font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
margin: 0 0 4px;
color: rgba(0, 0, 0, 0.85);
font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
color: rgba(0, 0, 0, 0.25);
font-size: 30px;
transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover,
.ant-upload.ant-upload-drag:hover .anticon-plus {
color: rgba(0, 0, 0, 0.45);
}
.ant-upload-picture-card-wrapper {
display: inline-block;
width: 100%;
}
.ant-upload-picture-card-wrapper:before {
display: table;
content: "";
}
.ant-upload-picture-card-wrapper:after {
display: table;
clear: both;
content: "";
}
.ant-upload-list {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-variant: tabular-nums;
list-style: none;
font-feature-settings: "tnum";
line-height: 1.5715;
}
.ant-upload-list:after,
.ant-upload-list:before {
display: table;
content: "";
}
.ant-upload-list:after {
clear: both;
}
.ant-upload-list-item {
position: relative;
height: 22.001px;
margin-top: 8px;
font-size: 14px;
}
.ant-upload-list-item-name {
display: inline-block;
width: 100%;
padding-left: 22px;
overflow: hidden;
line-height: 1.5715;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-upload-list-item-card-actions {
position: absolute;
right: 0;
}
.ant-upload-list-item-card-actions-btn {
opacity: 0;
}
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
height: 22.001px;
line-height: 1;
vertical-align: top;
}
.ant-upload-list-item-card-actions.picture {
top: 22px;
line-height: 0;
}
.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
color: rgba(0, 0, 0, 0.45);
transition: all 0.3s;
}
.ant-upload-list-item-card-actions:hover .anticon {
color: rgba(0, 0, 0, 0.85);
}
.ant-upload-list-item-info {
height: 100%;
transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
display: block;
width: 100%;
height: 100%;
}
.ant-upload-list-item-info .ant-upload-text-icon .anticon,
.ant-upload-list-item-info .anticon-loading .anticon {
position: absolute;
top: 5px;
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
background-color: #f5f5f5;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon {
color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
opacity: 1;
}
.ant-upload-list-item-progress {
position: absolute;
bottom: -12px;
width: 100%;
padding-left: 26px;
font-size: 14px;
line-height: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item,
.ant-upload-list-picture .ant-upload-list-item {
position: relative;
height: 66px;
padding: 8px;
border: 1px solid #d9d9d9;
border-radius: 2px;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover,
.ant-upload-list-picture .ant-upload-list-item:hover {
background: transparent;
}
.ant-upload-list-picture-card .ant-upload-list-item-error,
.ant-upload-list-picture .ant-upload-list-item-error {
border-color: #ff4d4f;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info {
background: transparent;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading,
.ant-upload-list-picture .ant-upload-list-item-uploading {
border-style: dashed;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture .ant-upload-list-item-thumbnail {
width: 48px;
height: 48px;
line-height: 60px;
text-align: center;
opacity: 0.8;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon {
font-size: 26px;
}
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"] {
fill: #fff2f0;
}
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"] {
fill: #ff4d4f;
}
.ant-upload-list-picture-card .ant-upload-list-item-icon,
.ant-upload-list-picture .ant-upload-list-item-icon {
position: absolute;
top: 50%;
left: 50%;
font-size: 26px;
transform: translate(-50%, -50%);
}
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture .ant-upload-list-item-icon .anticon {
font-size: 26px;
}
.ant-upload-list-picture-card .ant-upload-list-item-image,
.ant-upload-list-picture .ant-upload-list-item-image {
max-width: 100%;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture .ant-upload-list-item-thumbnail img {
display: block;
width: 48px;
height: 48px;
overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
display: inline-block;
box-sizing: border-box;
max-width: 100%;
margin: 0 0 0 8px;
padding-right: 8px;
padding-left: 48px;
overflow: hidden;
line-height: 44px;
white-space: nowrap;
text-overflow: ellipsis;
transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name {
margin-bottom: 12px;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress,
.ant-upload-list-picture .ant-upload-list-item-progress {
bottom: 14px;
width: calc(100% - 24px);
margin-top: 0;
padding-left: 56px;
}
.ant-upload-list-picture-card-container {
display: inline-block;
width: 104px;
height: 104px;
margin: 0 8px 8px 0;
vertical-align: top;
}
.ant-upload-list-picture-card .ant-upload-list-item {
height: 100%;
margin: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
position: relative;
height: 100%;
overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:before {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: all 0.3s;
content: " ";
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
white-space: nowrap;
transform: translate(-50%, -50%);
opacity: 0;
transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye {
z-index: 10;
width: 16px;
margin: 0 4px;
color: hsla(0deg, 0%, 100%, 0.85);
font-size: 16px;
cursor: pointer;
transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover {
color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions {
opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
position: static;
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
display: none;
margin: 8px 0 0;
padding: 0;
line-height: 1.5715;
text-align: center;
}
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
position: absolute;
bottom: 10px;
display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before {
display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
bottom: 32px;
width: calc(100% - 14px);
padding-left: 0;
}
.ant-upload-list-picture-container,
.ant-upload-list-text-container {
transition: opacity 0.3s, height 0.3s;
}
.ant-upload-list-picture-container:before,
.ant-upload-list-text-container:before {
display: table;
width: 0;
height: 0;
content: "";
}
.ant-upload-list-picture-container .ant-upload-span,
.ant-upload-list-text-container .ant-upload-span {
display: block;
flex: auto;
}
.ant-upload-list-picture .ant-upload-span,
.ant-upload-list-text .ant-upload-span {
display: flex;
align-items: center;
}
.ant-upload-list-picture .ant-upload-span > *,
.ant-upload-list-text .ant-upload-span > * {
flex: none;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-text .ant-upload-list-item-name {
flex: auto;
margin: 0;
padding: 0 8px;
}
.ant-upload-list-picture .ant-upload-list-item-card-actions,
.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-text .ant-upload-text-icon .anticon {
position: static;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
animation-duration: 0.3s;
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation-fill-mode: forwards;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateInlineIn {
0% {
width: 0;
height: 0;
margin: 0;
padding: 0;
opacity: 0;
}
}
@keyframes uploadAnimateInlineOut {
to {
width: 0;
height: 0;
margin: 0;
padding: 0;
opacity: 0;
}
}
.ant-upload-rtl {
direction: rtl;
}
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
margin-right: auto;
margin-left: 8px;
}
.ant-upload-list-rtl {
direction: rtl;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
padding-right: 22px;
padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
padding-right: 22px;
padding-left: 28px;
}
.ant-upload-list-rtl .ant-upload-list-item-name {
padding-right: 22px;
padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
right: auto;
left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
padding-right: 0;
padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-info {
padding: 0 4px 0 12px;
}
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
padding-right: 0;
padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-progress {
padding-right: 26px;
padding-left: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info,
.ant-upload-list-picture .ant-upload-list-item-info {
padding: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail {
right: 8px;
left: auto;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon {
right: 50%;
left: auto;
transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name {
margin: 0 8px 0 0;
padding-right: 48px;
padding-left: 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1 {
padding-right: 48px;
padding-left: 18px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2 {
padding-right: 48px;
padding-left: 36px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress {
padding-right: 0;
padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
margin: 0 0 8px 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
right: 50%;
left: auto;
transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
margin: 8px 0 0;
padding: 0;
}
.flatpickr-calendar {
background: transparent;
opacity: 0;
display: none;
text-align: center;
visibility: hidden;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: absolute;
width: 307.875px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #fff;
-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
opacity: 1;
max-height: 640px;
visibility: visible;
}
.flatpickr-calendar.open {
display: inline-block;
z-index: 99999;
}
.flatpickr-calendar.animate.open {
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
display: block;
position: relative;
top: 2px;
}
.flatpickr-calendar.static {
position: absolute;
top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
z-index: 999;
display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
height: 40px;
border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: "";
height: 0;
width: 0;
left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
left: auto;
right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
left: 50%;
right: 50%;
}
.flatpickr-calendar:before {
border-width: 5px;
margin: 0 -5px;
}
.flatpickr-calendar:after {
border-width: 4px;
margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
border-top-color: #fff;
}
.flatpickr-calendar:focus {
outline: 0;
}
.flatpickr-wrapper {
position: relative;
display: inline-block;
}
.flatpickr-months {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flatpickr-months .flatpickr-month {
background: transparent;
color: rgba(0, 0, 0, 0.9);
fill: rgba(0, 0, 0, 0.9);
height: 34px;
line-height: 1;
text-align: center;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0;
height: 34px;
padding: 10px;
z-index: 3;
color: rgba(0, 0, 0, 0.9);
fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { left: 0;
}  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { right: 0;
}  .flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
width: 14px;
height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
-webkit-transition: fill 0.1s;
transition: fill 0.1s;
fill: inherit;
}
.numInputWrapper {
position: relative;
height: auto;
}
.numInputWrapper input, .numInputWrapper span {
display: inline-block;
}
.numInputWrapper input {
width: 100%;
}
.numInputWrapper input::-ms-clear {
display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
margin: 0;
-webkit-appearance: none;
}
.numInputWrapper span {
position: absolute;
right: 0;
width: 14px;
padding: 0 4px 0 2px;
height: 50%;
line-height: 50%;
opacity: 0;
cursor: pointer;
border: 1px solid rgba(57, 57, 57, 0.15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.numInputWrapper span:hover {
background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
display: block;
content: "";
position: absolute;
}
.numInputWrapper span.arrowUp {
top: 0;
border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(57, 57, 57, 0.6);
top: 26%;
}
.numInputWrapper span.arrowDown {
top: 50%;
}
.numInputWrapper span.arrowDown:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(57, 57, 57, 0.6);
top: 40%;
}
.numInputWrapper span svg {
width: inherit;
height: auto;
}
.numInputWrapper span svg path {
fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
opacity: 1;
}
.flatpickr-current-month {
font-size: 135%;
line-height: inherit;
font-weight: 300;
color: inherit;
position: absolute;
width: 75%;
left: 12.5%;
padding: 7.48px 0 0 0;
line-height: 1;
height: 34px;
display: inline-block;
text-align: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
font-family: inherit;
font-weight: 700;
color: inherit;
display: inline-block;
margin-left: 0.5ch;
padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch\0 ;
display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
background: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
cursor: text;
padding: 0 0 0 0.5ch;
margin: 0;
display: inline-block;
font-size: inherit;
font-family: inherit;
font-weight: 300;
line-height: inherit;
height: auto;
border: 0;
border-radius: 0;
vertical-align: initial;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
font-size: 100%;
color: rgba(0, 0, 0, 0.5);
background: transparent;
pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
appearance: menulist;
background: transparent;
border: none;
border-radius: 0;
box-sizing: border-box;
color: inherit;
cursor: pointer;
font-size: inherit;
font-family: inherit;
font-weight: 300;
height: auto;
line-height: inherit;
margin: -1px 0 0 0;
outline: none;
padding: 0 0 0 0.5ch;
position: relative;
vertical-align: initial;
-webkit-box-sizing: border-box;
-webkit-appearance: menulist;
-moz-appearance: menulist;
width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
background-color: transparent;
outline: none;
padding: 0;
}
.flatpickr-weekdays {
background: transparent;
text-align: center;
overflow: hidden;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
span.flatpickr-weekday {
cursor: default;
font-size: 90%;
background: transparent;
color: rgba(0, 0, 0, 0.54);
line-height: 1;
margin: 0;
text-align: center;
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
font-weight: bolder;
}
.dayContainer, .flatpickr-weeks {
padding: 1px 0 0 0;
}
.flatpickr-days {
position: relative;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
width: 307.875px;
}
.flatpickr-days:focus {
outline: 0;
}
.dayContainer {
padding: 0;
outline: 0;
text-align: left;
width: 307.875px;
min-width: 307.875px;
max-width: 307.875px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.dayContainer + .dayContainer {
-webkit-box-shadow: -1px 0 0 #e6e6e6;
box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
background: none;
border: 1px solid transparent;
border-radius: 150px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #393939;
cursor: pointer;
font-weight: 400;
width: 14.2857143%;
-webkit-flex-basis: 14.2857143%;
-ms-flex-preferred-size: 14.2857143%;
flex-basis: 14.2857143%;
max-width: 39px;
height: 39px;
line-height: 39px;
margin: 0;
display: inline-block;
position: relative;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
cursor: pointer;
outline: 0;
background: #e6e6e6;
border-color: #e6e6e6;
}
.flatpickr-day.today {
border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
border-color: #959ea9;
background: #959ea9;
color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
background: #569ff7;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
border-color: #569ff7;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
-webkit-box-shadow: -10px 0 0 #569ff7;
box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
border-radius: 50px;
}
.flatpickr-day.inRange {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
color: rgba(57, 57, 57, 0.3);
background: transparent;
border-color: transparent;
cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
cursor: not-allowed;
color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
visibility: hidden;
}
.rangeMode .flatpickr-day {
margin-top: 1px;
}
.flatpickr-weekwrapper {
float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
padding: 0 12px;
-webkit-box-shadow: 1px 0 0 #e6e6e6;
box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
float: none;
width: 100%;
line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
display: block;
width: 100%;
max-width: none;
color: rgba(57, 57, 57, 0.3);
background: transparent;
cursor: default;
border: none;
}
.flatpickr-innerContainer {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.flatpickr-rContainer {
display: inline-block;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.flatpickr-time {
text-align: center;
outline: 0;
display: block;
height: 0;
line-height: 40px;
max-height: 40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flatpickr-time:after {
content: "";
display: table;
clear: both;
}
.flatpickr-time .numInputWrapper {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 40%;
height: 40px;
float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
width: 49%;
}
.flatpickr-time input {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
border-radius: 0;
text-align: center;
margin: 0;
padding: 0;
height: inherit;
line-height: inherit;
color: #393939;
font-size: 14px;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
font-weight: 400;
}
.flatpickr-time input:focus {
outline: 0;
border: 0;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
height: inherit;
float: left;
line-height: inherit;
color: #393939;
font-weight: bold;
width: 2%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
outline: 0;
width: 18%;
cursor: pointer;
text-align: center;
font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
background: #eee;
}
.flatpickr-input[readonly] {
cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fpFadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}:root {
--tt-primary-color: #3161f1;
--tt-primary-color-70: #4c93ff;
--tt-primary-color-50: #78aeff;
--tt-primary-color-25: #a5c9ff;
--tt-primary-color-15: #d2e4ff;
--tt-primary-color-08: #e9f2ff;
--tt-primary-color-06: #f3f6fe;
--tt-secondary-color: #0c274a;
--tt-secondary-color-65: #556880;
--tt-secondary-color-50: #8693a5;
--tt-secondary-color-30: #b6bec9;
--tt-secondary-color-20: #ced4db;
--tt-secondary-color-12: #e2ecf4;
--tt-secondary-color-08: #ecf2f8;
--tt-secondary-color-05: #f3f7fb;
--tt-secondary-color-03: #f8fafc;
--tt-danger-color: #e42d23;
--tt-danger-light-color: #f7d0d3;
--tt-success-color: #00c14e;
--tt-alert-color: #ef8201;
--tt-disable-color: #cecfd1;
--tt-state-color-01: #06a78a;
--tt-state-color-02: #f1a208;
--tt-primary-gradient: linear-gradient(180deg, #3263f8 0%, #254ec8 100%);
--tt-primary-gradient-reverse: linear-gradient(
170deg,
#3263f8 0%,
#254ec8 100%
);
--tt-secondary-gradient: linear-gradient(180deg, #45505e 0%, #0a1018 100%);
}
.tt-margin-0 {
margin: 0 !important;
}
.tt-mb-0 {
margin-bottom: 0 !important;
}
.tt-mb-10 {
margin-bottom: 10px !important;
}
.tt-mb-15 {
margin-bottom: 15px !important;
}
.tt-mb-20 {
margin-bottom: 20px !important;
}
.tt-mb-25 {
margin-bottom: 25px !important;
}
.tt-mb-30 {
margin-bottom: 30px !important;
}
.tt-mb-35 {
margin-bottom: 35px !important;
}
.tt-mb-40 {
margin-bottom: 40px !important;
}
.tt-mb-45 {
margin-bottom: 45px !important;
}
.tt-mt-0 {
margin-top: 0 !important;
}
.tt-mt-5 {
margin-top: 5px !important;
}
.tt-mt-10 {
margin-top: 10px !important;
}
.tt-mt-30 {
margin-top: 30px !important;
}
.tt-mt-40 {
margin-top: 40px !important;
}
.tt-mr-15 {
margin-right: 15px !important;
}
.tt-mx-10 {
margin: 0 10px !important;
}
.tt-primary-color {
color: var(--tt-primary-color);
}
#wpcontent {
min-height: 100vh;
background-color: #ecf2f8;
}
@media screen and (max-width: 768px) {
#wpcontent {
padding-right: 10px;
}
}
.wrap {
margin: 20px 40px 0 20px;
}
@media screen and (max-width: 768px) {
.wrap {
margin: 0;
}
}
.toplevel_page_timetics .tt-page-header-wrapper {
border-bottom: 1px solid #d9d9d9;
padding-bottom: 27px;
margin-bottom: 30px;
}
.toplevel_page_timetics .tt-page-header-wrapper .ant-page-header {
padding: 0;
background-color: transparent;
}
.toplevel_page_timetics .tt-page-header-wrapper .ant-page-header-heading-left,
.toplevel_page_timetics .tt-page-header-wrapper .ant-page-header-heading-extra {
margin: 0;
}
.toplevel_page_timetics .tt-page-header-wrapper .ant-page-header-heading-title {
font-size: 22px;
line-height: 33px;
}
.toplevel_page_timetics .tt-page-header-wrapper .ant-btn svg {
fill: var(--tt-primary-color);
}
.toplevel_page_timetics .tt-page-header-wrapper .tt-header-info-dropdown.ant-btn {
padding: 4px 0px;
}
.toplevel_page_timetics .tt-shortcode-list .ant-input-group-addon .anticon:hover path {
stroke: var(--tt-primary-color);
}
.toplevel_page_timetics .tt-shortcode-list .ant-input-group-addon:last-child {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.toplevel_page_timetics .ant-dropdown-menu-item.ant-dropdown-menu-item-active,
.toplevel_page_timetics .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
.toplevel_page_timetics .ant-dropdown-menu-item:hover,
.toplevel_page_timetics .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
.toplevel_page_timetics .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active,
.toplevel_page_timetics .ant-dropdown-menu-submenu-title:hover {
background-color: var(--tt-secondary-color-08);
}
.toplevel_page_timetics .ant-list-split .ant-list-item {
border-color: var(--tt-secondary-color-12);
}
.toplevel_page_timetics .ant-divider-horizontal {
border-color: var(--tt-secondary-color-12);
}
.toplevel_page_timetics .tt-spinner-center {
width: 100%;
height: 90vh;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.8;
}
.timetics-input .ant-input-lg,
.timetics-input .ant-picker,
.timetics-input .ant-select:not(.ant-select-customize-input) .ant-select-selector,
.timetics-input .ant-input-affix-wrapper,
.timetics-input .ant-input-number,
.timetics-input .ant-input-number-lg,
.timetics-input .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
border-color: var(--tt-secondary-color-12);
border-radius: 6px;
height: 42px;
padding: 0 15px;
font-size: 14px;
}
.timetics-input .ant-input-number-lg input {
height: 40px;
line-height: 40px;
}
.timetics-input .ant-form-item-label > label {
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: var(--tt-secondary-color);
text-transform: capitalize;
}
.timetics-input .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item {
line-height: 42px;
padding-right: 10px;
}
.timetics-input textarea.ant-input {
border-radius: 6px;
}
.timetics-input .ant-select-single .ant-select-selector .ant-select-selection-item,
.timetics-input .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
line-height: 40px;
}
.timetics-input.tt-sm-input .ant-input-number-sm {
height: 34px;
line-height: 32px;
}
.timetics-input .ant-select-arrow {
right: 15px;
height: 15px;
}
.timetics-input .ant-select-arrow .anticon-down {
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjg3MDY4IDIuNjEyMDRDMC4zODk4MTYgMi4xMzExOCAwLjM4OTgxNiAxLjM1MTU0IDAuODcwNjc5IDAuODcwNjhDMS4zNTE1NCAwLjM4OTgxNyAyLjEzMTE4IDAuMzg5ODE2IDIuNjEyMDQgMC44NzA2OEw4LjI1ODY0IDYuNTE3MjhMMTMuOTA1MiAwLjg3MDY4QzE0LjM4NjEgMC4zODk4MTcgMTUuMTY1NyAwLjM4OTgxNiAxNS42NDY2IDAuODcwNjc5QzE2LjEyNzUgMS4zNTE1NCAxNi4xMjc1IDIuMTMxMTggMTUuNjQ2NiAyLjYxMjA0TDguOTY1NzUgOS4yOTI4OUM4LjU3NTIyIDkuNjgzNDIgNy45NDIwNiA5LjY4MzQyIDcuNTUxNTMgOS4yOTI4OUwwLjg3MDY4IDIuNjEyMDRaIiBmaWxsPSIjMEExMDE4Ii8+Cjwvc3ZnPgo=");
width: 14px;
height: 9px;
background-repeat: no-repeat;
background-size: 13px;
}
.timetics-input .ant-select-arrow .anticon-down svg {
display: none;
}
.ant-input-affix-wrapper input[type=text]:focus,
.ant-input-affix-wrapper input[type=password]:focus,
.ant-input-affix-wrapper input[type=color]:focus,
.ant-input-affix-wrapper input[type=date]:focus,
.ant-input-affix-wrapper input[type=datetime]:focus,
.ant-input-affix-wrapper input[type=datetime-local]:focus,
.ant-input-affix-wrapper input[type=email]:focus,
.ant-input-affix-wrapper input[type=month]:focus,
.ant-input-affix-wrapper input[type=number]:focus,
.ant-input-affix-wrapper input[type=search]:focus,
.ant-input-affix-wrapper input[type=tel]:focus,
.ant-input-affix-wrapper input[type=time]:focus,
.ant-input-affix-wrapper input[type=url]:focus,
.ant-input-affix-wrapper input[type=week]:focus,
.ant-input-affix-wrapper input[type=checkbox]:focus,
.ant-input-affix-wrapper input[type=radio]:focus,
.ant-input-affix-wrapper select:focus,
.ant-input-affix-wrapper textarea:focus,
.ant-select-selection-search input[type=text]:focus,
.ant-select-selection-search input[type=password]:focus,
.ant-select-selection-search input[type=color]:focus,
.ant-select-selection-search input[type=date]:focus,
.ant-select-selection-search input[type=datetime]:focus,
.ant-select-selection-search input[type=datetime-local]:focus,
.ant-select-selection-search input[type=email]:focus,
.ant-select-selection-search input[type=month]:focus,
.ant-select-selection-search input[type=number]:focus,
.ant-select-selection-search input[type=search]:focus,
.ant-select-selection-search input[type=tel]:focus,
.ant-select-selection-search input[type=time]:focus,
.ant-select-selection-search input[type=url]:focus,
.ant-select-selection-search input[type=week]:focus,
.ant-select-selection-search input[type=checkbox]:focus,
.ant-select-selection-search input[type=radio]:focus,
.ant-select-selection-search select:focus,
.ant-select-selection-search textarea:focus {
box-shadow: none;
outline: none;
}
.input-search-field .ant-input-affix-wrapper {
font-size: 16px;
border-radius: 6px;
padding: 1px 15px;
}
.tt-heading {
font-weight: 600;
font-size: 24px;
}
#time_tics_dashboard .ant-btn,
.tt-btn-dropdown .ant-btn,
.ant-modal-wrap .ant-btn,
.ant-popover-inner-content .ant-btn {
border-radius: 6px;
font-weight: 600;
}
#time_tics_dashboard .ant-btn.ant-btn-sm,
.tt-btn-dropdown .ant-btn.ant-btn-sm,
.ant-modal-wrap .ant-btn.ant-btn-sm,
.ant-popover-inner-content .ant-btn.ant-btn-sm {
height: 30px;
line-height: 30px;
padding: 0 11px;
}
#time_tics_dashboard .ant-btn.ant-btn-md,
.tt-btn-dropdown .ant-btn.ant-btn-md,
.ant-modal-wrap .ant-btn.ant-btn-md,
.ant-popover-inner-content .ant-btn.ant-btn-md {
height: 34px;
line-height: 34px;
}
#time_tics_dashboard .ant-btn.ant-btn-lg,
.tt-btn-dropdown .ant-btn.ant-btn-lg,
.ant-modal-wrap .ant-btn.ant-btn-lg,
.ant-popover-inner-content .ant-btn.ant-btn-lg {
height: 38px;
line-height: 1;
}
#time_tics_dashboard .ant-btn svg,
.tt-btn-dropdown .ant-btn svg,
.ant-modal-wrap .ant-btn svg,
.ant-popover-inner-content .ant-btn svg {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#time_tics_dashboard .tt-more-action-btn,
.tt-btn-dropdown .tt-more-action-btn,
.ant-modal-wrap .tt-more-action-btn,
.ant-popover-inner-content .tt-more-action-btn {
padding: 5px 6px;
}
#time_tics_dashboard .tt-more-action-btn:hover svg,
.tt-btn-dropdown .tt-more-action-btn:hover svg,
.ant-modal-wrap .tt-more-action-btn:hover svg,
.ant-popover-inner-content .tt-more-action-btn:hover svg {
fill: var(--tt-primary-color);
}
.tt-action-dropdown .ant-dropdown-menu {
min-width: 208px;
padding: 4px;
border-radius: 6px;
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border: 1px solid var(--tt-secondary-color-12);
}
.tt-action-dropdown .ant-dropdown-menu-item {
padding: 6px 10px;
border-radius: 4px;
}
.tt-action-dropdown .ant-dropdown-menu-item a {
text-decoration: none;
font-weight: 500;
font-size: 14px;
color: var(--tt-secondary-color-65);
}
.tt-action-dropdown .ant-dropdown-menu-item:hover a {
color: var(--tt-secondary-color);
}
.tt-action-dropdown.tt-action-area .ant-dropdown-menu {
min-width: 210px;
padding: 4px;
}
.tt-action-dropdown.tt-action-area .ant-dropdown-menu svg {
margin-right: 5px;
position: relative;
bottom: -3px;
}
.tt-action-dropdown.tt-action-area .ant-dropdown-menu-item {
padding: 7px 12px;
}
.tt-text-right {
text-align: right;
}
.tt-notification-content .ant-collapse-content > .ant-collapse-content-box {
padding: 25px;
}
.tt-container-wrapper {
max-width: 1000px;
margin: 60px auto 0;
}
.tt-container-wrapper .tt-appoint-type {
font-size: 21px;
line-height: 25px;
margin: 0 0 40px 0;
font-weight: 600;
}
.tt-container-wrapper .tt-form-container {
padding: 30px;
background-color: #ffffff;
border: 1px solid var(--tt-secondary-color-12);
border-radius: 8px;
}
@media screen and (max-width: 768px) {
.tt-container-wrapper .tt-form-container {
padding: 20px;
}
}
.tt-container-wrapper .tt-form-container .ant-collapse {
border-radius: 8px;
}
.tt-container-wrapper .tt-form-container .ant-collapse-header-text {
font-size: 14px;
font-weight: 600;
}
.tt-container-wrapper .tt-form-container .tt-link-btn {
padding: 0;
}
.tt-container-wrapper .tt-form-container .timetics-input.tt-notice-time-input {
margin-top: 32px;
}
@media screen and (max-width: 570px) {
.tt-container-wrapper .tt-form-container .timetics-input.tt-notice-time-input {
margin-top: -15px;
}
}
.tt-container-wrapper .tt-tab-container {
padding-left: 0;
}
.ql-editor {
min-height: 130px;
}
.tt-tooltip-card .ant-tooltip-arrow {
min-width: 18px;
min-height: 18px;
}
.tt-tooltip-card .ant-tooltip-inner {
min-height: 20px;
padding: 4px 8px;
font-size: 12px;
}
@media screen and (max-width: 782px) {
input[type=text] {
min-height: 30px;
}
}
@media (max-width: 590px) {
.ant-picker-panel-container .ant-picker-panels {
flex-direction: column;
}
}
.tt-flat-picker-input.ant-input.ant-input-lg.flatpickr-input {
background-color: transparent;
}
.ant-notification {
margin-top: 16px !important;
}
.toplevel_page_timetics .ant-switch {
height: 24px;
background-color: var(--tt-secondary-color-20);
box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.12);
border-radius: 28px;
}
.toplevel_page_timetics .ant-switch .ant-switch-handle {
top: 4px;
left: 4px;
width: 16px;
height: 16px;
}
.toplevel_page_timetics .ant-switch .ant-switch-handle::before {
box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.15);
background: linear-gradient(210.38deg, #ffffff 11.21%, rgba(255, 255, 255, 0.8) 87.98%);
}
.toplevel_page_timetics .ant-switch.ant-switch-checked {
background: var(--tt-primary-gradient);
}
.toplevel_page_timetics .ant-switch.ant-switch-checked .ant-switch-handle {
left: calc(100% - 20px);
}
.toplevel_page_timetics .ant-switch.ant-switch-checked .ant-switch-handle::before {
background: linear-gradient(210.38deg, #ffffff 11.21%, rgba(255, 255, 255, 0.7) 87.98%);
box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.25);
}
.toplevel_page_timetics .ant-checkbox .ant-checkbox-inner {
width: 20px;
height: 20px;
border-radius: 4px;
z-index: 1;
}
.toplevel_page_timetics .ant-checkbox .ant-checkbox-inner::after {
width: 6.714286px;
height: 11.142857px;
left: 23%;
top: 45%;
border-radius: 0;
}
.toplevel_page_timetics .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
background: var(--tt-primary-gradient);
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-checkbox.ant-checkbox-checked:after {
border-radius: 4px;
}
.toplevel_page_timetics .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner::after {
width: 12px;
height: 12px;
left: 50%;
top: 50%;
border-radius: 2px;
background: var(--tt-primary-gradient);
}
.toplevel_page_timetics .ant-checkbox + span {
position: relative;
top: -3px;
}
.toplevel_page_timetics .ant-checkbox.ant-checkbox-disabled .ant-checkbox-input {
width: 20px;
height: 20px;
top: 4px;
}
.toplevel_page_timetics .ant-checkbox-input:focus + .ant-checkbox-inner,
.toplevel_page_timetics .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.toplevel_page_timetics .ant-checkbox:hover .ant-checkbox-inner {
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-checkbox-wrapper:hover .ant-checkbox:after,
.toplevel_page_timetics .ant-checkbox:hover:after {
visibility: visible;
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .meeting-pagination {
text-align: right;
}
@media (max-width: 991px) {
.toplevel_page_timetics .meeting-pagination {
text-align: center;
}
}
.toplevel_page_timetics .ant-pagination .ant-pagination-item {
width: 30px;
min-width: 30px;
line-height: 25px;
height: 30px;
background-color: transparent;
border-color: transparent;
border-radius: 4px;
}
.toplevel_page_timetics .ant-pagination .ant-pagination-item a {
font-weight: 600;
line-height: 28px;
}
.toplevel_page_timetics .ant-pagination .ant-pagination-item:hover {
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-pagination .ant-pagination-item-active {
border: 1px solid var(--tt-primary-color);
border-radius: 4px;
}
.toplevel_page_timetics .ant-pagination-next .ant-pagination-item-link,
.toplevel_page_timetics .ant-pagination-prev .ant-pagination-item-link {
background-color: transparent;
border: 1px solid transparent;
}
.toplevel_page_timetics .ant-pagination-next .ant-pagination-item-link:hover,
.toplevel_page_timetics .ant-pagination-prev .ant-pagination-item-link:hover {
border-color: transparent;
}
.toplevel_page_timetics .ant-pagination-disabled .ant-pagination-item-link,
.toplevel_page_timetics .ant-pagination-disabled:hover .ant-pagination-item-link {
color: rgba(0, 0, 0, 0.25);
border-color: transparent;
background-color: transparent;
cursor: not-allowed;
}
.toplevel_page_timetics .tt-meeting-create-btn .ant-btn-primary svg {
fill: #fff !important;
}
.toplevel_page_timetics .ant-tabs-tab-btn {
color: var(--tt-secondary-color-50);
}
.toplevel_page_timetics .ant-tabs-bottom > .ant-tabs-nav,
.toplevel_page_timetics .ant-tabs-bottom > div > .ant-tabs-nav,
.toplevel_page_timetics .ant-tabs-top > .ant-tabs-nav,
.toplevel_page_timetics .ant-tabs-top > div > .ant-tabs-nav {
margin: 0 0 30px;
}
.toplevel_page_timetics .ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
padding: 0 0 10px;
font-size: 15px;
font-weight: 600;
}
.toplevel_page_timetics .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.toplevel_page_timetics .ant-tabs-tab:hover {
color: var(--tt-primary-color);
text-shadow: none;
}
.toplevel_page_timetics .ant-tabs-bottom > .ant-tabs-nav:before,
.toplevel_page_timetics .ant-tabs-bottom > div > .ant-tabs-nav:before,
.toplevel_page_timetics .ant-tabs-top > .ant-tabs-nav:before,
.toplevel_page_timetics .ant-tabs-top > div > .ant-tabs-nav:before {
border-bottom: 1px solid #d9d9d9;
}
.toplevel_page_timetics .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.toplevel_page_timetics .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar,
.toplevel_page_timetics .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.toplevel_page_timetics .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
height: 3px;
}
.toplevel_page_timetics .ant-tabs-ink-bar {
background: var(--tt-primary-gradient);
border-radius: 10px 10px 0 0;
}
.toplevel_page_timetics .tt-settings-wrapper .ant-typography.ant-typography-secondary {
color: var(--tt-secondary-color-65);
}
.toplevel_page_timetics .tt-settings-wrapper .ant-btn.ant-btn-default {
text-decoration: none;
line-height: 1;
padding: 0 15px;
color: var(--tt-primary-color);
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .tt-custom-tab > .ant-tabs-nav {
border-right: 1px solid #e1e4e9;
}
.toplevel_page_timetics .tt-custom-tab > .ant-tabs-nav .ant-tabs-ink-bar {
background: none;
}
.toplevel_page_timetics .tt-custom-tab > .ant-tabs-nav .ant-tabs-tab {
padding: 10px 24px !important;
margin: 0 !important;
transition: 0.3s ease-in;
}
.toplevel_page_timetics .tt-custom-tab > .ant-tabs-nav .ant-tabs-tab path {
stroke: #8693a5;
}
.toplevel_page_timetics .tt-custom-tab > .ant-tabs-nav .ant-tabs-tab-active {
background-color: #e9f2ff;
}
.toplevel_page_timetics .tt-custom-tab > .ant-tabs-nav .ant-tabs-tab-active path {
stroke: #3161f1;
}
.toplevel_page_timetics .tt-custom-tab > .ant-tabs-nav .ant-tabs-nav-operations {
display: none !important;
}
.toplevel_page_timetics .tt-custom-tab > .ant-tabs-content-holder .ant-tabs-tabpane {
padding-left: 40px !important;
}
.toplevel_page_timetics .tt-custom-tab > .ant-tabs-content-holder .ant-card-meta-avatar svg {
background: none;
border-radius: 0;
}
.toplevel_page_timetics .tt-custom-tab .tt-tab-heading {
font-size: 16px;
font-weight: 600;
border-bottom: 1px solid #e1e4e9;
padding-bottom: 20px;
margin-bottom: 30px;
}
.toplevel_page_timetics .ant-table {
background-color: transparent;
}
.toplevel_page_timetics .ant-table .ant-table-container table > thead > tr:first-child th:last-child {
border-top-right-radius: 6px;
}
.toplevel_page_timetics .ant-table .ant-table-container table > thead > tr:first-child th:first-child {
border-top-left-radius: 6px;
}
.toplevel_page_timetics .ant-table .ant-table-container table > tbody > tr:last-child td:last-child {
border-bottom-right-radius: 6px;
}
.toplevel_page_timetics .ant-table .ant-table-container table > tbody > tr:last-child td:first-child {
border-bottom-left-radius: 6px;
}
.toplevel_page_timetics .ant-table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before {
display: none;
}
.toplevel_page_timetics .ant-table .ant-table-sticky-holder,
.toplevel_page_timetics .ant-table .ant-table-sticky-scroll {
background: transparent;
}
.toplevel_page_timetics .ant-table .ant-table-thead > tr > th {
background: #e9eaef;
border-bottom-color: transparent;
box-shadow: none;
}
.toplevel_page_timetics .ant-table table tr td.ant-table-selection-column,
.toplevel_page_timetics .ant-table table tr th.ant-table-selection-column {
padding-right: 20px;
padding-left: 20px;
}
.toplevel_page_timetics .ant-table .ant-table-tbody > tr > td {
background-color: #fff;
}
.toplevel_page_timetics .ant-table .ant-table-tbody tr:nth-child(2n-1) td {
background-color: var(--tt-secondary-color-05);
}
.toplevel_page_timetics .ant-spin {
color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-spin .ant-spin-dot-item {
background-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-spin-blur {
opacity: 0;
}
.toplevel_page_timetics .ant-alert-info {
border: transparent;
border-radius: 8px;
}
.toplevel_page_timetics .ant-spin-blur {
opacity: 0;
}
.toplevel_page_timetics .ant-collapse {
background-color: #fff;
border-color: var(--tt-secondary-color-12);
}
.toplevel_page_timetics .ant-collapse > .ant-collapse-item:last-child {
border-radius: 0 0 8px 8px;
}
.toplevel_page_timetics .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header,
.toplevel_page_timetics .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-content {
border-radius: 0 0 8px 8px;
border-color: var(--tt-secondary-color-12);
}
.toplevel_page_timetics .ant-collapse.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
padding-top: 25px;
padding-bottom: 25px;
}
.toplevel_page_timetics .ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
position: relative;
background-color: transparent;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
}
.toplevel_page_timetics .ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item:not(.ant-collapse-item-active) > .ant-collapse-header {
border-radius: 8px;
}
.toplevel_page_timetics .ant-collapse .ant-collapse-content > .ant-collapse-content-box {
background-color: var(--tt-secondary-color-05);
padding: 25px;
border-radius: 0 0 8px 8px;
}
.toplevel_page_timetics .ant-collapse .ant-collapse-item-active .ant-collapse-expand-icon .anticon svg {
transform: rotate(-180deg);
}
.toplevel_page_timetics .ant-collapse > .ant-collapse-item {
border-bottom-color: var(--tt-secondary-color-12);
}
.toplevel_page_timetics .ant-collapse-item.ant-collapse-item-disabled {
opacity: 1;
}
.toplevel_page_timetics .ant-tooltip .ant-tooltip-inner {
background: var(--tt-secondary-gradient);
border-radius: 4px;
font-weight: 600;
font-size: 12px;
}
.toplevel_page_timetics .ant-tooltip .ant-tooltip-arrow-content {
--antd-arrow-background-color: var(--tt-secondary-color);
}
.toplevel_page_timetics .ant-select-single:not(.ant-select-customize-input,
.tt-location-type-select) .ant-select-selector {
line-height: 40px;
padding: 0 40px 0 20px;
border-radius: 6px;
}
.toplevel_page_timetics .ant-select-single:not(.ant-pagination-options-size-changer) .ant-select-selector .ant-select-selection-item,
.toplevel_page_timetics .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
padding: 0;
line-height: 40px;
transition: all 0.3s;
font-weight: 500;
color: var(--tt-secondary-color-65);
}
.toplevel_page_timetics .ant-select-dropdown {
border: transparent;
border-radius: 4px;
box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
padding: 0;
}
.toplevel_page_timetics .ant-select-dropdown {
border: 1px solid var(--tt-secondary-color-12);
border-radius: 6px;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
padding: 4px;
}
.toplevel_page_timetics .ant-select-dropdown .ant-select-item {
color: var(--tt-secondary-color-65);
font-weight: 500;
padding: 6.5px 12px;
}
.toplevel_page_timetics .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
border-radius: 4px;
background-color: var(--tt-secondary-color-05);
color: var(--tt-secondary-color);
}
.toplevel_page_timetics .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
background-color: var(--tt-secondary-color-08);
color: var(--tt-secondary-color);
border-radius: 4px;
}
.toplevel_page_timetics .flatpickr-day.selected,
.toplevel_page_timetics .flatpickr-day.startRange,
.toplevel_page_timetics .flatpickr-day.endRange,
.toplevel_page_timetics .flatpickr-day.selected.inRange,
.toplevel_page_timetics .flatpickr-day.startRange.inRange,
.toplevel_page_timetics .flatpickr-day.endRange.inRange,
.toplevel_page_timetics .flatpickr-day.selected:focus,
.toplevel_page_timetics .flatpickr-day.startRange:focus,
.toplevel_page_timetics .flatpickr-day.endRange:focus,
.toplevel_page_timetics .flatpickr-day.selected:hover,
.toplevel_page_timetics .flatpickr-day.startRange:hover,
.toplevel_page_timetics .flatpickr-day.endRange:hover,
.toplevel_page_timetics .flatpickr-day.selected.prevMonthDay,
.toplevel_page_timetics .flatpickr-day.startRange.prevMonthDay,
.toplevel_page_timetics .flatpickr-day.endRange.prevMonthDay,
.toplevel_page_timetics .flatpickr-day.selected.nextMonthDay,
.toplevel_page_timetics .flatpickr-day.startRange.nextMonthDay,
.toplevel_page_timetics .flatpickr-day.endRange.nextMonthDay {
background: var(--tt-primary-color);
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-modal-content,
.toplevel_page_timetics .ant-modal-header {
border-radius: 6px;
}
.toplevel_page_timetics .ant-btn {
color: var(--tt-secondary-color);
}
.toplevel_page_timetics .ant-btn:not(.dynamic-delete-button, .ant-btn-warning, .tt-link-btn) {
padding: 4px 10px;
}
.toplevel_page_timetics .ant-btn:not(.dynamic-delete-button, .ant-btn-warning, .tt-link-btn):hover, .toplevel_page_timetics .ant-btn:not(.dynamic-delete-button, .ant-btn-warning, .tt-link-btn):focus {
color: var(--tt-primary-color);
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-btn.ant-btn-primary {
background-image: var(--tt-primary-gradient);
color: #fff;
border: none;
}
.toplevel_page_timetics .ant-btn.ant-btn-primary:hover, .toplevel_page_timetics .ant-btn.ant-btn-primary:focus {
background-image: var(--tt-primary-gradient-reverse);
color: #fff;
}
.toplevel_page_timetics .ant-btn.ant-btn-primary .anticon svg {
width: 15px;
height: 15px;
}
.toplevel_page_timetics .ant-btn.ant-btn-primary .anticon svg path {
stroke: #fff;
}
.toplevel_page_timetics .ant-btn.ant-btn-primary.ant-btn-background-ghost:hover, .toplevel_page_timetics .ant-btn.ant-btn-primary.ant-btn-background-ghost:focus {
color: #fff;
}
.toplevel_page_timetics .ant-btn.ant-btn-lg {
padding: 10px 18px 10px 18px;
font-size: 14px;
font-weight: 600;
border-radius: 6px;
}
.toplevel_page_timetics .ant-btn.ant-btn-default {
display: inline-flex;
align-items: center;
justify-content: center;
}
.toplevel_page_timetics .ant-btn.ant-btn-default .anticon {
margin-top: 3px;
}
.toplevel_page_timetics .ant-btn.ant-btn-default svg {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.toplevel_page_timetics .ant-btn.ant-btn-default:not(:disabled):hover .anticon:not(.tt-no-fill-icon) svg {
fill: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-btn.ant-btn-default.tt-default-btn {
height: 36px;
padding: 6px 10px;
}
.toplevel_page_timetics .ant-btn.ant-btn-default.tt-default-btn:not(.tt-default-btn[disabled]) .toplevel_page_timetics .ant-btn.ant-btn-default.tt-default-btn:hover .anticon svg, .toplevel_page_timetics .ant-btn.ant-btn-default.tt-default-btn:active .anticon svg, .toplevel_page_timetics .ant-btn.ant-btn-default.tt-default-btn:focus .anticon svg, .toplevel_page_timetics .ant-btn.ant-btn-default.tt-default-btn.ant-dropdown-open .anticon svg {
fill: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-btn.ant-btn-dangerous {
color: var(--tt-danger-color);
border-color: var(--tt-danger-light-color);
}
.toplevel_page_timetics .ant-btn.ant-btn-dangerous .anticon {
margin-top: 0;
}
.toplevel_page_timetics .ant-btn.ant-btn-dangerous svg {
fill: none;
}
.toplevel_page_timetics .ant-btn.ant-btn-dangerous .ant-btn-loading-icon svg {
fill: var(--tt-danger-color);
}
.toplevel_page_timetics .ant-btn.ant-btn-dangerous:hover, .toplevel_page_timetics .ant-btn.ant-btn-dangerous:focus {
color: var(--tt-danger-color);
border-color: var(--tt-danger-color);
}
.toplevel_page_timetics .ant-btn.ant-btn-dangerous:hover .anticon svg path, .toplevel_page_timetics .ant-btn.ant-btn-dangerous:focus .anticon svg path {
stroke: var(--tt-danger-color) !important;
}
.toplevel_page_timetics .ant-btn.tt-link-btn {
padding: 0;
color: var(--tt-primary-color);
line-height: 1;
white-space: normal;
text-align: left;
line-height: 1.5;
margin: 0 !important;
border-width: 0;
}
.toplevel_page_timetics .ant-btn.tt-link-btn span {
text-decoration: underline;
}
.toplevel_page_timetics .ant-btn.tt-link-btn:hover, .toplevel_page_timetics .ant-btn.tt-link-btn:focus {
color: var(--tt-secondary-color);
}
.toplevel_page_timetics .ant-btn[disabled],
.toplevel_page_timetics .ant-btn[disabled]:active,
.toplevel_page_timetics .ant-btn[disabled]:focus,
.toplevel_page_timetics .ant-btn[disabled]:hover {
color: #ffffff;
border-color: transparent;
background: #ced4db;
}
.toplevel_page_timetics .ant-btn[disabled].ant-btn-link,
.toplevel_page_timetics .ant-btn[disabled]:active.ant-btn-link,
.toplevel_page_timetics .ant-btn[disabled]:focus.ant-btn-link,
.toplevel_page_timetics .ant-btn[disabled]:hover.ant-btn-link {
background-color: transparent;
color: #ced4db !important;
}
.toplevel_page_timetics .ant-btn[disabled] .anticon svg {
fill: #ffffff;
}
.toplevel_page_timetics .ant-btn[disabled]:hover .anticon svg {
fill: #ffffff;
}
.toplevel_page_timetics .ant-input,
.toplevel_page_timetics .ant-input-password,
.toplevel_page_timetics .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled) {
color: var(--tt-secondary-color);
border-color: var(--tt-secondary-color-12);
}
.toplevel_page_timetics .ant-input:hover,
.toplevel_page_timetics .ant-input-password:hover,
.toplevel_page_timetics .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-input:focus,
.toplevel_page_timetics .ant-input-password:focus,
.toplevel_page_timetics .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus {
border-color: var(--tt-primary-color);
outline: 4px solid rgba(49, 97, 241, 0.25);
box-shadow: none;
}
.toplevel_page_timetics .ant-input[disabled],
.toplevel_page_timetics .ant-input-password[disabled],
.toplevel_page_timetics .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled)[disabled] {
color: rgba(0, 0, 0, 0.25);
}
.toplevel_page_timetics .ant-input::placeholder,
.toplevel_page_timetics .ant-input-password::placeholder,
.toplevel_page_timetics .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled)::placeholder {
color: var(--tt-secondary-color-30);
}
.toplevel_page_timetics .ant-form-item-explain-error {
padding: 5px 0;
}
.toplevel_page_timetics .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
position: absolute;
right: -13px;
top: 0;
}
.toplevel_page_timetics .ant-input-number-handler-wrap {
display: none;
}
.toplevel_page_timetics .ant-radio-checked .ant-radio-inner {
border-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-radio-inner:after {
background-color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-collapse > .ant-collapse-item > .ant-collapse-header {
align-items: center;
}
.toplevel_page_timetics .ant-btn.ant-btn-default.primary-outline {
border-color: var(--tt-primary-color);
color: var(--tt-primary-color);
}
.toplevel_page_timetics .ant-btn.ant-btn-default.primary-outline .ant-dropdown-menu-title-content .tt-dropdown-item {
font-weight: 500;
font-size: 14px;
color: var(--tt-secondary-color-65);
}
.toplevel_page_timetics .tt-submenu-action-wrapper {
display: flex;
justify-content: space-between;
gap: 10px;
flex-wrap: wrap;
}
.toplevel_page_timetics .tt-submenu-action-wrapper .tt-submenu-action-select {
width: 220px;
}
.toplevel_page_timetics .tt-submenu-action-wrapper .tt-header-action-wrapper {
display: flex;
gap: 15px;
column-gap: 15px;
flex-wrap: wrap;
}
@media (max-width: 991px) {
.toplevel_page_timetics .tt-submenu-action-wrapper .tt-header-action-wrapper {
flex-direction: column;
}
.toplevel_page_timetics .tt-submenu-action-wrapper .tt-header-action-wrapper .ant-form-item {
margin: 0;
}
}
.ant-spin.ant-spin-spinning.tt-loader-spinner {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#adminmenu .wp-submenu .tt-go-pro-link a {
color: var(--tt-state-color-02);
}
.tt-country-phone-code .react-tel-input .form-control {
width: 100%;
height: 42px;
border-color: var(--tt-secondary-color-12) !important;
}
.tt-country-phone-code .tt-phone-input:focus {
border-color: var(--tt-primary-color);
outline: 3.5px solid rgba(49, 97, 241, 0.25);
box-shadow: none;
}
.tt-country-phone-code .react-tel-input .selected-flag {
border-color: var(--tt-secondary-color-12) !important;
}
.tt-country-phone-code .react-tel-input .selected-flag .arrow {
display: none;
}
@media screen and (max-width: 782px) {
.tt-country-phone-code .react-tel-input .country-list {
width: 200px;
}
}
.tt-phone-input-country-search {
display: flex;
align-items: center;
padding: 1rem !important;
}
.tt-phone-input-country-search-box {
margin: 0 !important;
width: 100%;
padding-block: 0.5rem !important;
}
.tt-phone-input {
border-color: #d9d9d9 !important;
}
.tt-phone-input:hover, .tt-phone-input:focus {
border-color: var(--tt-primary-color) !important;
}
.tt-phone-input-dropdown-btn {
border-color: #d9d9d9 !important;
}
.tt-phone-input-dropdown-btn:hover, .tt-phone-input-dropdown-btn:focus {
border-color: var(--tt-primary-color) !important;
}
.tt-category-tree .ant-tree-switcher {
padding-block: 4px;
}
.tt-guest-setting .ant-card-meta-description {
margin-right: 52px;
}
.tt-guest-field-wrapper .tt-multipleGuestInput-container {
border: 1px solid #d9d9d9;
border-radius: 8px;
padding: 8px;
min-height: 120px;
cursor: text;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: baseline;
gap: 4px;
margin: 8px 0;
}
.tt-guest-field-wrapper .tt-multipleGuestInput-tag {
margin: 0;
padding: 2px 4px;
background: #bcffdb;
border-radius: 4px;
color: #000000;
display: flex;
align-items: center;
cursor: pointer;
display: flex;
align-items: center;
font-weight: 600;
}
.tt-guest-field-wrapper .tt-multipleguestinput-input {
all: unset;
display: block;
flex: 1;
width: auto;
min-width: 20ch;
overflow-x: hidden;
resize: none;
margin: 0;
padding: 2px 4px;
}
.tt-guest-field-wrapper .tt-guest-input-close {
background-color: #c84545;
border-radius: 100vmax;
position: absolute;
top: 0;
right: 0;
height: 15px;
width: 15px;
display: grid;
place-items: center;
transform: translate(60%, -50%);
outline: 2px solid white;
}
.tt-error-page-wrapper {
margin: 0 auto;
max-width: 600px;
background: var(--tt-secondary-color-03);
border-radius: 10px;
}
.tt-error-page-wrapper .tt-error-icon {
margin: 40px 0 30px;
}
.tt-error-page-wrapper .tt-error-content {
margin-top: 100px;
text-align: center;
padding: 20px 20px 60px;
}
.tt-form-left-sidebar .tt-meeting-location-list .anticon.tt-money-icon svg, .timetics-category-meeting .tt-form-category-sidebar .tt-meeting-location-list .anticon.tt-money-icon svg {
fill: none;
}
.tt-empty-view-wrapper {
max-width: 990px;
margin: 0 auto;
text-align: center;
border-radius: 10px;
padding: 100px 20px;
}
.tt-empty-view-wrapper .tt-empty-view-container .tt-empty-data-content {
display: flex;
flex-direction: column;
align-items: center;
}
.tt-empty-view-wrapper .tt-empty-view-container .tt-empty-data-icon {
margin-bottom: 20px;
}
.tt-meeting-list-empty {
border-radius: 10px;
padding: 60px 20px;
max-width: 50vw;
margin: auto;
margin-top: 80px;
}
@media (max-width: 992px) {
.tt-meeting-list-empty {
max-width: 100%;
margin-top: 50px;
padding: 0;
}
.tt-meeting-list-empty .ant-result-title {
font-size: 20px;
}
}
.timetics-stripe { }
.timetics-stripe #payment-message {
color: rgb(105, 115, 134);
font-size: 16px;
line-height: 20px;
padding-top: 12px;
text-align: center;
}
.timetics-stripe #payment-element {
margin-bottom: 24px;
}
.timetics-stripe .spinner,
.timetics-stripe .spinner:before,
.timetics-stripe .spinner:after {
border-radius: 50%;
}
.timetics-stripe .spinner {
color: #ffffff;
font-size: 22px;
text-indent: -99999px;
margin: 0px auto;
position: relative;
width: 20px;
height: 20px;
box-shadow: inset 0 0 0 2px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.timetics-stripe .spinner:before,
.timetics-stripe .spinner:after {
position: absolute;
content: "";
}
.timetics-stripe .spinner:before {
width: 10.4px;
height: 20.4px;
background: #5469d4;
border-radius: 20.4px 0 0 20.4px;
top: -0.2px;
left: -0.2px;
-webkit-transform-origin: 10.4px 10.2px;
transform-origin: 10.4px 10.2px;
-webkit-animation: loading 2s infinite ease 1.5s;
animation: loading 2s infinite ease 1.5s;
}
.timetics-stripe .spinner:after {
width: 10.4px;
height: 10.2px;
background: #5469d4;
border-radius: 0 10.2px 10.2px 0;
top: -0.1px;
left: 10.2px;
-webkit-transform-origin: 0px 10.2px;
transform-origin: 0px 10.2px;
-webkit-animation: loading 2s infinite ease;
animation: loading 2s infinite ease;
}
.timetics-stripe div#link-authentication-element {
margin-bottom: 12px;
}
@keyframes loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.timetics-meeting-list-wrapper .timetics-meeting-filter {
margin-bottom: 30px;
}
.timetics-meeting-list-wrapper .timetics-meeting-filter .timetics-select-wrapper {
display: flex;
justify-content: flex-start;
gap: 20px;
}
.timetics-meeting-list-wrapper .timetics-meeting-filter .timetics-select {
cursor: pointer;
padding: 0rem 1.8rem !important;
background-color: #fff;
border-color: var(--tt-secondary-color-08) !important;
font-weight: 500;
color: #0c274a;
}
.timetics-meeting-list-wrapper .tt-meeting-list-item {
background: #ffffff;
box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
border-radius: 8px;
-webkit-border-radius: 8px;
-ms-border-radius: 8px;
padding: 25px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.timetics-meeting-list-wrapper .tt-meeting-list-item p {
font-size: 14px;
color: #606469;
margin: 0 0 20px;
}
.timetics-meeting-list-wrapper .tt-title {
font-weight: 600;
font-size: 20px;
line-height: 30px;
margin: 0 0 15px;
}
.timetics-meeting-list-wrapper .tt-author {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 20px;
row-gap: 8px;
margin-top: 0;
margin-bottom: 10px;
}
.timetics-meeting-list-wrapper .tt-author li {
display: flex;
align-items: center;
gap: 8px;
}
.timetics-meeting-list-wrapper .tt-author li img {
width: 35px;
height: 35px;
object-fit: cover;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
}
.timetics-meeting-list-wrapper .tt-author li span {
font-weight: 600;
font-size: 16px;
color: #606469;
}
.timetics-meeting-list-wrapper .meeting-info-list {
list-style: none;
padding: 0;
}
.timetics-meeting-list-wrapper .meeting-info-list li {
font-weight: 500;
font-size: 14px;
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.tt-booking-list-modal .ant-modal-content {
min-height: 600px;
}
.tt-booking-list-modal .ant-modal-close-x {
display: flex;
justify-content: center;
align-items: center;
}
.tt-meeting-list-wrapper {
display: grid;
grid-auto-columns: 1fr;
grid-auto-rows: 1fr;
gap: 30px;
}
@media (min-width: 768px) {
.tt-meeting-list-wrapper {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 992px) {
.tt-meeting-list-wrapper {
grid-template-columns: repeat(3, 1fr);
}
}
.timetics-category-meeting {
background-color: #f2f4f8;
min-height: 100%;
}
.timetics-category-meeting .tt-meeting-card {
border-radius: 10px;
border: 1px solid #e2ecf4;
}
.timetics-category-meeting .tt-meeting-card .tt-section-heading {
font-weight: 600;
font-size: 25px;
line-height: 27px;
text-align: center;
}
.timetics-category-meeting .tt-meeting-card .tt-single-meeting, .timetics-category-meeting .tt-meeting-card .tt-staff-box {
border-radius: 10px;
border: 1px solid #e2ecf4;
padding: 20px;
margin-bottom: 20px;
cursor: pointer;
}
.timetics-category-meeting .tt-meeting-card .tt-single-meeting .tt-meeting-flex, .timetics-category-meeting .tt-meeting-card .tt-staff-box .tt-meeting-flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.timetics-category-meeting .tt-meeting-card .tt-single-meeting .tt-meeting-heading, .timetics-category-meeting .tt-meeting-card .tt-staff-box .tt-meeting-heading, .timetics-category-meeting .tt-meeting-card .tt-single-meeting .tt-meeting-price, .timetics-category-meeting .tt-meeting-card .tt-staff-box .tt-meeting-price, .timetics-category-meeting .tt-meeting-card .tt-single-meeting .tt-meeting-title, .timetics-category-meeting .tt-meeting-card .tt-staff-box .tt-meeting-title {
text-transform: capitalize;
color: var(--tt-secondary-color);
font-size: 16px;
}
.timetics-category-meeting .tt-meeting-card .tt-single-meeting .tt-meeting-title, .timetics-category-meeting .tt-meeting-card .tt-staff-box .tt-meeting-title {
font-weight: 600;
}
.timetics-category-meeting .tt-meeting-card .tt-single-meeting .tt-meeting-sub-title, .timetics-category-meeting .tt-meeting-card .tt-staff-box .tt-meeting-sub-title {
text-transform: capitalize;
color: var(--tt-secondary-color-50);
font-size: 12px;
}
.timetics-category-meeting .tt-meeting-card .tt-single-meeting .tt-meeting-price, .timetics-category-meeting .tt-meeting-card .tt-staff-box .tt-meeting-price {
font-weight: 700;
padding-right: 20px;
}
.timetics-category-meeting .tt-meeting-card .tt-single-meeting:hover, .timetics-category-meeting .tt-meeting-card .tt-staff-box:hover {
border: 1px solid #3161f1;
box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.15);
transition: 0.3s ease-in;
}
.timetics-category-meeting .tt-frontend-transition {
transition: 0.3s all ease;
}
.timetics-category-meeting .tt-form-category-sidebar {
border: 1px solid #e2ecf4 !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
@media (max-width: 768px) {
.timetics-category-meeting .tt-form-category-sidebar {
border-radius: 10px !important;
}
}
.timetics-category-meeting .tt-category-booking-wrap {
border: 1px solid #e2ecf4 !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
@media (max-width: 768px) {
.timetics-category-meeting .tt-category-booking-wrap {
border-radius: 10px !important;
}
}
.timetics-category-meeting .tt-go-back-icon {
margin-right: 2%;
cursor: pointer;
background-color: transparent;
}
.timetics-category-meeting .tt-go-back-icon:hover {
background-color: #efefef;
}
.tt-staff-box {
text-align: center;
animation: antSlideLeftIn 0.5s ease-out;
}
.tt-staff-box .tt-staff-check-box {
position: absolute;
float: right;
top: -8;
left: -5;
}
.tt-vertical-border {
border-left: 1px solid #e2ecf4;
}
@media (max-width: 768px) {
.tt-vertical-border {
border-left: none;
border-top: 1px solid #e2ecf4;
padding-top: 16px;
}
}
.timetics-single-page-wrapper {
padding: 100px 0;
}
.timetics-single-page-wrapper .timetics-container {
max-width: 1200px;
margin: auto;
padding: 0 15px;
}
.ant-btn {
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
.tt-section-title {
font-weight: 600;
font-size: 25px;
line-height: 27px;
}
.tt-form-left-sidebar, .timetics-category-meeting .tt-form-category-sidebar,
.tt-booking-body-wrap,
.timetics-category-meeting .tt-category-booking-wrap {
border: 1px solid #eaeaea;
background: #fff;
padding: 20px !important;
overflow: hidden;
border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
}
@media (min-width: 768px) {
.tt-form-left-sidebar, .timetics-category-meeting .tt-form-category-sidebar,
.tt-booking-body-wrap,
.timetics-category-meeting .tt-category-booking-wrap {
height: 100%;
padding: 25px 30px !important;
}
}
.tt-form-left-sidebar .submit-btn, .tt-form-left-sidebar .submit-btn-disabled, .tt-form-left-sidebar .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled, .timetics-category-meeting .tt-form-category-sidebar .tt-form-left-sidebar .submit-btn-disabled,
.tt-form-left-sidebar .timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled,
.timetics-category-meeting .tt-category-booking-wrap .tt-form-left-sidebar .submit-btn-disabled, .timetics-category-meeting .tt-form-category-sidebar .submit-btn, .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled,
.timetics-category-meeting .tt-form-category-sidebar .tt-booking-body-wrap .submit-btn-disabled,
.tt-booking-body-wrap .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled,
.timetics-category-meeting .tt-form-category-sidebar .tt-category-booking-wrap .submit-btn-disabled,
.timetics-category-meeting .tt-category-booking-wrap .tt-form-category-sidebar .submit-btn-disabled,
.tt-booking-body-wrap .submit-btn,
.tt-booking-body-wrap .submit-btn-disabled,
.tt-booking-body-wrap .timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled,
.timetics-category-meeting .tt-category-booking-wrap .tt-booking-body-wrap .submit-btn-disabled,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled {
color: #fff;
font-size: 15px;
font-weight: 700;
background: linear-gradient(180deg, #3263f8 0%, #254ec8 100%);
border: none;
}
.tt-form-left-sidebar .submit-btn:hover, .tt-form-left-sidebar .submit-btn-disabled:hover, .timetics-category-meeting .tt-form-category-sidebar .submit-btn:hover, .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled:hover, .tt-form-left-sidebar .submit-btn:focus, .tt-form-left-sidebar .submit-btn-disabled:focus, .timetics-category-meeting .tt-form-category-sidebar .submit-btn:focus, .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled:focus,
.tt-booking-body-wrap .submit-btn:hover,
.tt-booking-body-wrap .submit-btn-disabled:hover,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn:hover,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled:hover,
.tt-booking-body-wrap .submit-btn:focus,
.tt-booking-body-wrap .submit-btn-disabled:focus,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn:focus,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled:focus {
background: linear-gradient(180deg, #3263f8 0%, #254ec8 100%);
}
.tt-form-left-sidebar .submit-btn .anticon svg, .tt-form-left-sidebar .submit-btn-disabled .anticon svg, .timetics-category-meeting .tt-form-category-sidebar .submit-btn .anticon svg, .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled .anticon svg,
.tt-booking-body-wrap .submit-btn .anticon svg,
.tt-booking-body-wrap .submit-btn-disabled .anticon svg,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn .anticon svg,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled .anticon svg {
width: 15px;
height: 15px;
}
.tt-form-left-sidebar .submit-btn .anticon path, .tt-form-left-sidebar .submit-btn-disabled .anticon path, .timetics-category-meeting .tt-form-category-sidebar .submit-btn .anticon path, .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled .anticon path,
.tt-booking-body-wrap .submit-btn .anticon path,
.tt-booking-body-wrap .submit-btn-disabled .anticon path,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn .anticon path,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled .anticon path {
stroke: #fff;
}
.tt-form-left-sidebar .submit-btn .ant-btn-loading-icon svg, .tt-form-left-sidebar .submit-btn-disabled .ant-btn-loading-icon svg, .timetics-category-meeting .tt-form-category-sidebar .submit-btn .ant-btn-loading-icon svg, .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled .ant-btn-loading-icon svg,
.tt-booking-body-wrap .submit-btn .ant-btn-loading-icon svg,
.tt-booking-body-wrap .submit-btn-disabled .ant-btn-loading-icon svg,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn .ant-btn-loading-icon svg,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled .ant-btn-loading-icon svg {
fill: #ffffff;
}
.tt-form-left-sidebar .submit-btn-disabled, .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled,
.tt-booking-body-wrap .submit-btn-disabled,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled {
background: linear-gradient(180deg, #aaa3a3 0%, #76777c 100%);
}
.tt-form-left-sidebar .submit-btn-disabled:hover, .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled:hover, .tt-form-left-sidebar .submit-btn-disabled:focus, .timetics-category-meeting .tt-form-category-sidebar .submit-btn-disabled:focus,
.tt-booking-body-wrap .submit-btn-disabled:hover,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled:hover,
.tt-booking-body-wrap .submit-btn-disabled:focus,
.timetics-category-meeting .tt-category-booking-wrap .submit-btn-disabled:focus {
background: linear-gradient(180deg, #aaa3a3 0%, #76777c 100%);
}
.tt-form-left-sidebar .ant-form-item-explain-error, .timetics-category-meeting .tt-form-category-sidebar .ant-form-item-explain-error,
.tt-booking-body-wrap .ant-form-item-explain-error,
.timetics-category-meeting .tt-category-booking-wrap .ant-form-item-explain-error {
display: block;
padding: 5px 0;
}
.tt-form-left-sidebar .ant-btn .anticon svg, .timetics-category-meeting .tt-form-category-sidebar .ant-btn .anticon svg,
.tt-booking-body-wrap .ant-btn .anticon svg,
.timetics-category-meeting .tt-category-booking-wrap .ant-btn .anticon svg {
width: 15px;
height: 15px;
}
.tt-form-left-sidebar .ant-btn.backbtn, .timetics-category-meeting .tt-form-category-sidebar .ant-btn.backbtn,
.tt-booking-body-wrap .ant-btn.backbtn,
.timetics-category-meeting .tt-category-booking-wrap .ant-btn.backbtn {
border-color: transparent;
background: transparent;
box-shadow: none;
color: #0a1018;
font-weight: 700;
}
.tt-form-left-sidebar .ant-btn.backbtn span, .timetics-category-meeting .tt-form-category-sidebar .ant-btn.backbtn span,
.tt-booking-body-wrap .ant-btn.backbtn span,
.timetics-category-meeting .tt-category-booking-wrap .ant-btn.backbtn span {
border-bottom: 1px solid #0a1018;
}
.tt-form-left-sidebar .ant-btn.backbtn .anticon, .timetics-category-meeting .tt-form-category-sidebar .ant-btn.backbtn .anticon,
.tt-booking-body-wrap .ant-btn.backbtn .anticon,
.timetics-category-meeting .tt-category-booking-wrap .ant-btn.backbtn .anticon {
border: none;
}
.tt-form-left-sidebar .ant-btn.backbtn .anticon svg, .timetics-category-meeting .tt-form-category-sidebar .ant-btn.backbtn .anticon svg,
.tt-booking-body-wrap .ant-btn.backbtn .anticon svg,
.timetics-category-meeting .tt-category-booking-wrap .ant-btn.backbtn .anticon svg {
fill: none;
width: 15px;
height: 15px;
}
.tt-form-left-sidebar .ant-btn.backbtn:hover, .timetics-category-meeting .tt-form-category-sidebar .ant-btn.backbtn:hover, .tt-form-left-sidebar .ant-btn.backbtn:focus, .timetics-category-meeting .tt-form-category-sidebar .ant-btn.backbtn:focus,
.tt-booking-body-wrap .ant-btn.backbtn:hover,
.timetics-category-meeting .tt-category-booking-wrap .ant-btn.backbtn:hover,
.tt-booking-body-wrap .ant-btn.backbtn:focus,
.timetics-category-meeting .tt-category-booking-wrap .ant-btn.backbtn:focus {
background-color: transparent;
border-color: transparent;
color: #0a1018;
}
.tt-form-left-sidebar .tt-host-item, .timetics-category-meeting .tt-form-category-sidebar .tt-host-item {
display: flex;
}
.tt-form-left-sidebar .tt-host-item .ant-typography, .timetics-category-meeting .tt-form-category-sidebar .tt-host-item .ant-typography {
font-size: 16px;
font-weight: 600;
color: #000000;
text-transform: capitalize;
}
.tt-form-left-sidebar .tt-meeting-name, .timetics-category-meeting .tt-form-category-sidebar .tt-meeting-name {
font-size: 24px;
line-height: 29px;
margin: 0 0 10px;
color: #000000;
}
.tt-form-left-sidebar .tt-meeting-description, .timetics-category-meeting .tt-form-category-sidebar .tt-meeting-description {
font-size: 14px;
line-height: 22px;
display: block;
}
.tt-form-left-sidebar .tt-meeting-location-list .anticon, .timetics-category-meeting .tt-form-category-sidebar .tt-meeting-location-list .anticon {
display: block;
}
.tt-form-left-sidebar .tt-booking-side-info, .timetics-category-meeting .tt-form-category-sidebar .tt-booking-side-info {
display: flex;
gap: 8px;
margin-bottom: 10px;
flex-wrap: wrap;
}
.tt-form-left-sidebar .tt-seat-selected-number, .timetics-category-meeting .tt-form-category-sidebar .tt-seat-selected-number {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.tt-form-left-sidebar .tt-select-host-wrapper, .timetics-category-meeting .tt-form-category-sidebar .tt-select-host-wrapper {
margin-bottom: 25px;
}
.tt-form-left-sidebar .tt-select-host-wrapper .tt-host-label-text, .timetics-category-meeting .tt-form-category-sidebar .tt-select-host-wrapper .tt-host-label-text {
font-size: 14px;
font-weight: 500;
color: var(--tt-secondary-color-50);
margin-bottom: 5px;
display: inline-block;
}
.tt-form-left-sidebar .tt-select-host-wrapper .tt-select-host-content .tt-host-name, .timetics-category-meeting .tt-form-category-sidebar .tt-select-host-wrapper .tt-select-host-content .tt-host-name {
font-weight: 600;
font-size: 16px;
color: var(--tt-secondary-color);
}
.tt-form-left-sidebar .tt-select-host-wrapper .ant-select:not(.ant-select-customize-input) .ant-select-selector, .timetics-category-meeting .tt-form-category-sidebar .tt-select-host-wrapper .ant-select:not(.ant-select-customize-input) .ant-select-selector {
height: 50px;
align-items: center;
}
.tt-form-left-sidebar .ant-select:not(.ant-select-customize-input) .ant-select-selector, .timetics-category-meeting .tt-form-category-sidebar .ant-select:not(.ant-select-customize-input) .ant-select-selector {
border-radius: 6px;
}
.ant-result-icon .anticon.anticon-check-circle svg {
fill: var(--tt-success-color) !important;
}
.ant-select-item.ant-select-item-option.tt-host-option-item {
min-height: 40px;
align-items: center;
}
.tt-flatpickr-calendar {
padding-right: 10px;
}
.tt-flatpickr-calendar .flatpickr-rContainer {
width: 100%;
}
.tt-flatpickr-calendar .flatpickr-calendar {
width: 100%;
box-shadow: none;
background: transparent;
}
.tt-flatpickr-calendar .flatpickr-calendar .dayContainer {
width: 100%;
min-width: 100%;
max-width: 100%;
}
.tt-flatpickr-calendar .flatpickr-calendar .flatpickr-days,
.tt-flatpickr-calendar .flatpickr-calendar .flatpickr-day {
width: 100%;
max-width: 100%;
}
.tt-flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.tt-flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
color: var(--tt-secondary-color);
opacity: 0.4;
}
.tt-flatpickr-calendar .flatpickr-months {
padding-bottom: 20px;
border-bottom: 1px solid #eaeaea;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.tt-flatpickr-calendar .flatpickr-day {
height: 50px;
line-height: 50px;
border-radius: 6px;
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
color: #0a1018;
font-weight: 600;
}
.tt-flatpickr-calendar .flatpickr-day.selected {
color: #fff;
border: none;
background: linear-gradient(180deg, #3263f8 0%, #254ec8 100%);
}
.tt-flatpickr-calendar .flatpickr-disabled {
opacity: 0.4;
}
.tt-flatpickr-calendar .flatpickr-day.today {
border-color: transparent;
}
.tt-flatpickr-calendar .flatpickr-day.today::before {
content: "";
position: absolute;
bottom: 5px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(180deg, #3263f8 0%, #254ec8 100%);
width: 5px;
height: 5px;
border-radius: 100vmax;
}
.tt-flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.tt-flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
left: auto;
right: 40px;
}
.tt-flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.tt-flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
display: flex;
justify-content: center;
align-items: center;
cursor: no-drop;
}
.tt-flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.tt-flatpickr-calendar .flatpickr-months .flatpickr-next-month {
display: flex;
justify-content: center;
align-items: center;
top: 8px;
}
.tt-flatpickr-calendar .flatpickr-months .flatpickr-month,
.tt-flatpickr-calendar .flatpickr-current-month {
text-align: left;
}
.tt-flatpickr-calendar .flatpickr-current-month {
display: flex;
align-items: center;
left: 0;
padding-top: 0;
}
.tt-flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.tt-flatpickr-calendar .flatpickr-months .flatpickr-next-month {
height: 20px;
width: 20px;
padding: 0;
line-height: 20px;
border-radius: 100vmax;
background-color: #0c274a;
}
.tt-flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.tt-flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
stroke: #ffffff;
stroke-width: 2px;
fill: transparent;
width: 10px;
height: 10px;
}
.tt-flatpickr-calendar .flatpickr-months .cur-year,
.tt-flatpickr-calendar .flatpickr-months .cur-month {
font-weight: 600 !important;
}
.tt-flatpickr-calendar .flatpickr-months .cur-year:hover, .tt-flatpickr-calendar .flatpickr-months .cur-year:focus,
.tt-flatpickr-calendar .flatpickr-months .cur-month:hover,
.tt-flatpickr-calendar .flatpickr-months .cur-month:focus {
background: transparent;
}
.flatpickr-input {
display: none;
}
.tt-booking-slot-wrapper {
overflow: auto;
transition: all ease 200ms;
-ms-overflow-style: none; scrollbar-width: none;
}
.tt-booking-slot-wrapper::-webkit-scrollbar {
width: 0; }
.tt-scroll-bar {     scrollbar-width: thin;
scrollbar-color: var(--tt-secondary-color-50);  }
.tt-scroll-bar::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.tt-scroll-bar::-webkit-scrollbar-thumb {
background: var(--tt-secondary-color-50);
border-radius: 8px;
}
.tt-scroll-bar::-webkit-scrollbar-corner {
background: var(--tt-secondary-color-50);
}
.tt-scroll-bar::-ms-scrollbar {
width: 8px;
height: 8px;
}
.tt-scroll-bar::-ms-scrollbar-thumb {
background: var(--tt-secondary-color-20);
}
.tt-slot-list::-webkit-scrollbar {
background-color: #fff;
width: 0px;
}
.tt-slot-list .ant-list-items {
margin: 0;
padding: 0;
}
.tt-slot-list .ant-list-item .ant-btn-block {
height: 40px;
color: #000;
border-color: var(--tt-secondary-color-12);
box-shadow: none;
font-weight: 600;
}
.tt-slot-list .ant-list-item .ant-btn-block:hover {
color: #3161f1;
border-color: #3161f1;
}
.tt-meeting-booking-result-wrapper {
border: 1px solid #eaeaea;
border-radius: 8px;
background: #fff;
overflow: auto;
}
.tt-meeting-booking-result-wrapper .ant-result {
padding: 30px 50px;
}
@media (max-width: 570px) {
.tt-meeting-booking-result-wrapper .ant-result {
padding: 20px;
}
}
.tt-meeting-booking-result-wrapper .ant-result-title {
font-weight: 600;
}
.tt-meeting-booking-result-wrapper .tt-single-meeting-booking-info {
display: flex;
}
.tt-meeting-booking-result-wrapper .tt-single-meeting-booking-info .tt-meeting-booking-WQ {
flex-basis: 40%;
}
.tt-meeting-booking-result-wrapper .tt-single-meeting-booking-info .tt-meeting-booking-details {
flex-basis: 60%;
text-align: left;
}
.tt-meeting-booking-result-wrapper .tt-meeting-booking-change-info {
margin: 20px 0;
}
.tt-meeting-booking-result-wrapper .tt-bookings-upadate-text {
color: var(--tt-secondary-color-65);
text-decoration: underline;
cursor: pointer;
}
.tt-booking-body-wrap .tt-arrow-right.anticon svg, .timetics-category-meeting .tt-category-booking-wrap .tt-arrow-right.anticon svg {
fill: none;
}
.tt-booking-body-wrap .tt-selected-date, .timetics-category-meeting .tt-category-booking-wrap .tt-selected-date {
font-size: 16px;
text-align: center;
font-weight: 500;
margin-bottom: 15px;
}
.tt-booking-body-wrap .anticon.tt-arrow-right path, .timetics-category-meeting .tt-category-booking-wrap .anticon.tt-arrow-right path {
stroke: white;
}
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
height: 0;
width: 0;
visibility: hidden;
}
.tt-slot-list-wrap {
text-align: center;
font-weight: 700;
padding: 5px 10px;
min-height: 100%;
}
@media (max-width: 570px) {
.tt-slot-list-wrap {
padding-left: 0;
}
}
.tt-slot-list-wrap .ant-list-item {
padding: 6px 0;
}
.tt-slot-list-wrap .ant-spin-nested-loading {
height: 100%;
}
.tt-meeting-location-type {
height: 40px;
display: flex;
align-items: center;
line-height: 1;
}
.tt-payment-radio-btn .ant-radio-button-wrapper {
border: 1px solid #eaeaea;
}
.tt-payment-radio-btn .ant-radio-button-wrapper:not(:first-child):before {
display: none;
}
.tt-payment-radio-btn .tt-payment-radio-btn-icon {
line-height: 1;
display: flex;
align-items: center;
height: 100%;
}
.tt-payment-radio-btn .tt-payment-btn {
border-radius: 6px;
margin-right: 20px;
margin-bottom: 10px;
}
@media (max-width: 380px) {
.tt-payment-radio-btn .tt-payment-btn {
margin-bottom: 20px;
}
}
.tt-payment-radio-btn .ant-radio-button-wrapper-checked.ant-radio-button-wrapper-in-form-item.tt-payment-btn {
border-color: var(--tt-primary-color);
}
.tt-payment-radio-btn .ant-radio-button-wrapper:first-child:last-child {
border-radius: 6px;
}
.tt-seat-booking-button {
margin-top: 25px;
}
.tt-google-Cal-message {
text-align: left;
font-size: 14px;
background-color: var(--tt-primary-color-08);
padding: 5px 10px;
border-radius: 5px;
margin-bottom: 15px;
}
.timetics-user-account-wrapper .user-dashboard-container {
max-width: 670px;
margin: 0 auto;
}
.timetics-user-account-wrapper .tt-user-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
border-bottom: 1px solid #d9d9d9;
padding-bottom: 20px;
margin-bottom: 30px;
}
.timetics-user-account-wrapper .tt-user-header h3.ant-typography {
margin: 0;
}
.timetics-user-account-wrapper .tt-user-info-area {
display: flex;
gap: 15px;
}
.timetics-user-account-wrapper .ant-btn svg {
fill: var(--tt-secondary-color);
}
.timetics-user-account-wrapper table {
margin: 0;
}
.timetics-user-account-wrapper table,
.timetics-user-account-wrapper td,
.timetics-user-account-wrapper th {
border: none;
}
.timetics-user-account-wrapper p {
margin: 0 !important;
}
.timetics-user-account-wrapper .tt-user-back-button {
display: inline-block;
cursor: pointer;
margin-bottom: 30px;
}
.timetics-user-account-wrapper .tt-user-back-button .anticon svg {
fill: none;
margin-right: 7px;
color: #606469;
}
.timetics-user-account-wrapper .btn-text {
display: inline-block;
color: #606469;
cursor: pointer;
font-weight: 600;
font-size: 13px;
border-bottom: 1px solid #606469;
}
.timetics-user-account-wrapper .tt-user-profile-edit .tt-user-info-update-btn {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
flex-wrap: wrap;
}
.timetics-user-account-wrapper .tt-booking-cancel {
text-decoration: line-through;
}
.timetics-user-account-wrapper .tt-user-bookings-area .ant-select-single .ant-select-selector {
align-items: center;
}@font-face {
font-family: etn-icon;
src: url(//www.ssbtur.com/wp-content/plugins/wp-event-solution/assets/fonts/etn-icon.ttf?k9yrwb) format("truetype"),
url(//www.ssbtur.com/wp-content/plugins/wp-event-solution/assets/fonts/etn-icon.woff?k9yrwb) format("woff"),
url(//www.ssbtur.com/wp-content/plugins/wp-event-solution/assets/fonts/etn-icon.svg?k9yrwb#etn-icon) format("svg");
font-weight: 400;
font-style: normal;
font-display: block;
}
.etn-icon {
font-family: etn-icon !important;
speak: never;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.etn-angle-down:before {
content: "\e928";
}
.etn-money-bill:before {
content: "\e926";
}
.etn-clock:before {
content: "\e924";
}
.etn-eye:before {
content: "\e90c";
}
.etn-eye-slash:before {
content: "\e90e";
}
.etn-arrow-right:before {
content: "\e910";
}
.etn-user-plus:before {
content: "\e912";
}
.etn-location:before {
content: "\e914";
}
.etn-calendar:before {
content: "\e916";
}
.etn-plus:before {
content: "\e918";
}
.etn-minus:before {
content: "\e91a";
}
.etn-arrow-left:before {
content: "\e91c";
}
.etn-envelope:before {
content: "\e91e";
}
.etn-link:before {
content: "\e920";
}
.etn-share:before {
content: "\e922";
}
.etn-icon.fa-facebook-square:before {
content: "\e900";
}
.etn-icon.fa-facebook-f:before {
content: "\e901";
}
.etn-icon.fa-facebook-messenger:before {
content: "\e902";
}
.etn-icon.fa-facebook:before {
content: "\e903";
}
.etn-icon.fa-linkedin:before {
content: "\e904";
}
.etn-icon.fa-linkedin-in:before {
content: "\e905";
}
.etn-icon.fa-twitter:before {
content: "\e906";
}
.etn-icon.fa-twitter-square:before {
content: "\e907";
}
.etn-icon.fa-uber:before {
content: "\e908";
}
.etn-icon.fa-google:before {
content: "\e909";
}
.etn-icon.fa-google-drive:before {
content: "\e90a";
}
.etn-icon.fa-google-play:before {
content: "\e90b";
}
.etn-icon.fa-google-wallet:before {
content: "\e90d";
}
.etn-icon.fa-whatsapp-square:before {
content: "\e90f";
}
.etn-icon.fa-whatsapp:before {
content: "\e911";
}
.etn-icon.fa-wordpress-simple:before {
content: "\e913";
}
.etn-icon.fa-wordpress:before {
content: "\e915";
}
.etn-icon.fa-youtube-square:before {
content: "\e917";
}
.etn-icon.fa-youtube:before {
content: "\e919";
}
.etn-icon.fa-xbox:before {
content: "\e91b";
}
.etn-icon.fa-vk:before {
content: "\e91d";
}
.etn-icon.fa-vnv:before {
content: "\e91f";
}
.etn-icon.fa-instagram:before {
content: "\e921";
}
.etn-icon.fa-reddit:before {
content: "\e923";
}
.etn-icon.fa-reddit-square:before {
content: "\e925";
}
.etn-icon.fa-reddit-alien:before {
content: "\e927";
}
.etn-icon.fa-pinterest-square:before {
content: "\e929";
}
.etn-icon.fa-pinterest-p:before {
content: "\e92a";
}
.etn-icon.fa-pinterest:before {
content: "\e92b";
}
.etn-icon.fa-tumblr:before {
content: "\e92c";
}
.etn-icon.fa-tumblr-square:before {
content: "\e92d";
}
.etn-icon.fa-meetup:before {
content: "\e92e";
}
.etn-icon.fa-vimeo-v:before {
content: "\e92f";
}
.etn-icon.fa-weixin:before {
content: "\e930";
}
.etn-icon.fa-flickr:before {
content: "\e931";
}
.etn-icon.x-twitter:before {
content: "\e932";
}:root{--blue: #516EFF;--white: #fff;--pink: #FF4A97;--border: #E4E6EB;--pink: #FF4A97}.mb-2{margin-bottom:10px !important}.mb-3{margin-bottom:15px !important}.etn-devider{display:block;width:100%;height:1px;background:#f1f5f8}.etn-btn,button.etn-btn.etn-btn-primary,.attr-btn-primary,.etn-attendee-form .etn-btn,.etn-ticket-widget .etn-btn,.etn-zoom-btn,.etn-settings-dashboard .button-primary{font-size:1rem;color:#fff;background-color:#5d5dff;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;display:inline-block;padding:5px 20px;font-weight:500;text-decoration:none;line-height:2.1875rem;border:none;cursor:pointer;outline:none}.etn-btn:hover,.etn-btn:focus,button.etn-btn.etn-btn-primary:hover,button.etn-btn.etn-btn-primary:focus,.attr-btn-primary:hover,.attr-btn-primary:focus,.etn-attendee-form .etn-btn:hover,.etn-attendee-form .etn-btn:focus,.etn-ticket-widget .etn-btn:hover,.etn-ticket-widget .etn-btn:focus,.etn-zoom-btn:hover,.etn-zoom-btn:focus,.etn-settings-dashboard .button-primary:hover,.etn-settings-dashboard .button-primary:focus{color:#fff;border:none;box-shadow:none !important}.etn-btn:hover,button.etn-btn.etn-btn-primary:hover,.attr-btn-primary:hover,.etn-attendee-form .etn-btn:hover,.etn-ticket-widget .etn-btn:hover,.etn-zoom-btn:hover,.etn-settings-dashboard .button-primary:hover{background-color:#4646d9}.etn-btn.etn-edit-btn,button.etn-btn.etn-btn-primary.etn-edit-btn,.attr-btn-primary.etn-edit-btn,.etn-attendee-form .etn-btn.etn-edit-btn,.etn-ticket-widget .etn-btn.etn-edit-btn,.etn-zoom-btn.etn-edit-btn,.etn-settings-dashboard .button-primary.etn-edit-btn{color:#5d78ff;background-color:#eef1ff;border:none;padding:0 15px}.etn-btn.etn-edit-btn:hover,button.etn-btn.etn-btn-primary.etn-edit-btn:hover,.attr-btn-primary.etn-edit-btn:hover,.etn-attendee-form .etn-btn.etn-edit-btn:hover,.etn-ticket-widget .etn-btn.etn-edit-btn:hover,.etn-zoom-btn.etn-edit-btn:hover,.etn-settings-dashboard .button-primary.etn-edit-btn:hover{color:#4646d9}.etn-btn.etn-delete-btn,button.etn-btn.etn-btn-primary.etn-delete-btn,.attr-btn-primary.etn-delete-btn,.etn-attendee-form .etn-btn.etn-delete-btn,.etn-ticket-widget .etn-btn.etn-delete-btn,.etn-zoom-btn.etn-delete-btn,.etn-settings-dashboard .button-primary.etn-delete-btn{color:#4646d9;background-color:#fee;border:none;padding:0 15px}.etn-btn.etn-btn-border,button.etn-btn.etn-btn-primary.etn-btn-border,.attr-btn-primary.etn-btn-border,.etn-attendee-form .etn-btn.etn-btn-border,.etn-ticket-widget .etn-btn.etn-btn-border,.etn-zoom-btn.etn-btn-border,.etn-settings-dashboard .button-primary.etn-btn-border{border:1px solid #5d5dff;background-color:rgba(0,0,0,0);background-image:none;color:#5d5dff;text-transform:uppercase}.etn-btn.etn-btn-border:hover,button.etn-btn.etn-btn-primary.etn-btn-border:hover,.attr-btn-primary.etn-btn-border:hover,.etn-attendee-form .etn-btn.etn-btn-border:hover,.etn-ticket-widget .etn-btn.etn-btn-border:hover,.etn-zoom-btn.etn-btn-border:hover,.etn-settings-dashboard .button-primary.etn-btn-border:hover{border-color:#4646d9;color:#4646d9}.etn-btn.etn-btn-secondary,button.etn-btn.etn-btn-primary.etn-btn-secondary,.attr-btn-primary.etn-btn-secondary,.etn-attendee-form .etn-btn.etn-btn-secondary,.etn-ticket-widget .etn-btn.etn-btn-secondary,.etn-zoom-btn.etn-btn-secondary,.etn-settings-dashboard .button-primary.etn-btn-secondary{background-color:#4646d9}.etn-btn.etn-btn-secondary:hover,button.etn-btn.etn-btn-primary.etn-btn-secondary:hover,.attr-btn-primary.etn-btn-secondary:hover,.etn-attendee-form .etn-btn.etn-btn-secondary:hover,.etn-ticket-widget .etn-btn.etn-btn-secondary:hover,.etn-zoom-btn.etn-btn-secondary:hover,.etn-settings-dashboard .button-primary.etn-btn-secondary:hover{background-color:#5d5dff}.wrap .etn-ticket-scanner+.page-title-action{display:inline-block;height:30px;line-height:30px;padding:0 10px;border-radius:3px;position:relative;top:1px;margin-left:10px}.wrap .etn-ticket-scanner+.page-title-action:active{padding:0 10px;top:1px;line-height:30px}.etn-btn.attendee_update_submit{margin-top:15px}.attr-form-control[disabled],.attr-form-control[readonly],fieldset[disabled] .attr-form-control,.etn-form-control[disabled],.etn-form-control[readonly],fieldset[disabled] .etn-form-control{background-color:#fff;opacity:1}.btn-danger{padding:10px 15px}.btn-danger:focus{box-shadow:none}.etn-btn-text,.etn_event_upload_image_button{background:rgba(0,0,0,0) !important;color:#0073aa;border-radius:6px;background-color:rgba(0,0,0,0);border:1px solid #0073aa;font-size:.9375rem;text-transform:capitalize;padding:7px 12px 7px;line-height:15px;display:inline-block;cursor:pointer;font-weight:500;text-decoration:none;max-width:100%}.etn_event_upload_image_button{padding:8px 12px;border:1px solid #0073aa}.etn_event_upload_image_button.button{border:1px solid #0073aa;padding:0 12px}.etn-btn-close{background-color:rgba(0,0,0,0);border:none;padding:0;margin:0;line-height:40px}.etn-btn-close .dashicons{border-radius:5px;background-color:var(--pink);display:inline-block;font-weight:600;color:#fff;font-size:.75rem;width:22px;height:22px;line-height:1.375rem;cursor:pointer;align-self:center;position:relative;top:10px}.etn-form-control,.etn-attendee-form-wrap .etn-form-control,.attr-form-control{background:#f1f5f8;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;border-color:rgba(0,0,0,0);border:none;height:45px;line-height:45px;box-shadow:none;width:100%;padding:5px 10px}.etn-form-control:focus,.etn-form-control.focused,.etn-attendee-form-wrap .etn-form-control:focus,.etn-attendee-form-wrap .etn-form-control.focused,.attr-form-control:focus,.attr-form-control.focused{box-shadow:none;border:none}.etn-form-control::placeholder,.etn-attendee-form-wrap .etn-form-control::placeholder,.attr-form-control::placeholder{color:#cbcbcb}.etn-checkbox-field input[type=checkbox]{display:none}.etn-checkbox-field input[type=checkbox]+label{cursor:pointer;margin-right:15px;margin-bottom:10px;display:flex;align-items:center;line-height:.8;color:#0d165e}.etn-checkbox-field input[type=checkbox]+label:before{content:"✔";border:1px solid #ccc;border-radius:5px;display:inline-block;width:20px;height:20px;vertical-align:bottom;color:rgba(0,0,0,0);transition:.2s;text-align:center;line-height:18px;margin-right:5px;background-color:#fff;font-size:11px}.etn-checkbox-field input[type=checkbox]:checked+label:before{background-color:#0d165e;border-color:#0d165e;color:#fff}.etn-meta input.etn-admin-control-input{height:0;width:0;visibility:hidden;display:none}.etn-meta label.etn_switch_button_label{cursor:pointer;width:43px;height:24px;background:#ddd;display:block;border-radius:100px;position:relative;margin:0;padding:0 !important}.etn-meta label.etn_switch_button_label:after{content:"";position:absolute;top:4px;left:4px;width:15px;height:15px;background:#fff;border-radius:90px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.21);box-shadow:0 1px 3px rgba(0,0,0,.21)}.etn-meta .etn_switch_button_label:before{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#fff;font-size:.625rem;display:inline-block;text-transform:uppercase;font-weight:600}.etn-meta input.etn-admin-control-input:checked+label.etn_switch_button_label{background:var(--pink)}.etn-meta input.etn-admin-control-input:checked+label.etn_switch_button_label:after{left:calc(100% - 5px);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.etn-meta input.etn-admin-control-input:checked+label.etn_switch_button_label:before{content:"";right:inherit;left:10px}.etn-meta label.show_label_text{text-indent:0px}.etn-radio-btn>input[type=radio]{display:none}.etn-radio-btn>img{cursor:pointer;border:1px solid #5d5dff;max-width:100%;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px}.etn-radio-btn>input[type=radio]:checked+img{border:1px solid #4646d9}.etn-title{font-size:1.375rem;font-weight:700;margin:0 0 20px;line-height:1}.hide_item{display:none}.show_item{display:block}.etn-button-loading{position:relative}.etn-button-loading:before{content:"";position:absolute;width:20px;height:20px;top:0;left:0;right:0;bottom:0;margin:auto;border:2px solid rgba(0,0,0,0);border-top-color:#000;border-radius:50%;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}.related-with-sibling{margin:0;border-radius:0;border-bottom:1px dashed #e5e5e5}.etn-badge{font-size:12px;text-transform:uppercase;font-weight:700;padding:12px 40px 20px;background-color:#f5841c;color:#fff;border-radius:4px;line-height:12px;display:inline-block;letter-spacing:.5px;position:absolute;right:-40px;bottom:-8px;transform:rotate(-45deg);text-align:center;display:inline-block}.etn-badge.success{color:#0db428;border-color:#0db428;background-color:#d1f2d7}.etn-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.etn-container{max-width:540px}}@media(min-width: 768px){.etn-container{max-width:720px}}@media(min-width: 992px){.etn-container{max-width:960px}}@media(min-width: 1200px){.etn-container{max-width:1140px}}.etn-container-fluid,.etn-container-sm,.etn-container-md,.etn-container-lg,.etn-container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.etn-container,.etn-container-sm{max-width:540px}}@media(min-width: 768px){.etn-container,.etn-container-sm,.etn-container-md{max-width:720px}}@media(min-width: 992px){.etn-container,.etn-container-sm,.etn-container-md,.etn-container-lg{max-width:960px}}@media(min-width: 1200px){.etn-container,.etn-container-sm,.etn-container-md,.etn-container-lg,.etn-container-xl{max-width:1140px}}.etn-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.etn-no-gutters{margin-right:0;margin-left:0}.etn-no-gutters>.etn-col,.etn-no-gutters>[class*=col-]{padding-right:0;padding-left:0}.etn-col-1,.etn-col-2,.etn-col-3,.etn-col-4,.etn-col-5,.etn-col-6,.etn-col-7,.etn-col-8,.etn-col-9,.etn-col-10,.etn-col-11,.etn-col-12,.etn-col,.etn-col-auto,.etn-col-sm-1,.etn-col-sm-2,.etn-col-sm-3,.etn-col-sm-4,.etn-col-sm-5,.etn-col-sm-6,.etn-col-sm-7,.etn-col-sm-8,.etn-col-sm-9,.etn-col-sm-10,.etn-col-sm-11,.etn-col-sm-12,.etn-col-sm,.etn-col-sm-auto,.etn-col-md-1,.etn-col-md-2,.etn-col-md-3,.etn-col-md-4,.etn-col-md-5,.etn-col-md-6,.etn-col-md-7,.etn-col-md-8,.etn-col-md-9,.etn-col-md-10,.etn-col-md-11,.etn-col-md-12,.etn-col-md,.etn-col-md-auto,.etn-col-lg-1,.etn-col-lg-2,.etn-col-lg-3,.etn-col-lg-4,.etn-col-lg-5,.etn-col-lg-6,.etn-col-lg-7,.etn-col-lg-8,.etn-col-lg-9,.etn-col-lg-10,.etn-col-lg-11,.etn-col-lg-12,.etn-col-lg,.etn-col-lg-auto,.etn-col-xl-1,.etn-col-xl-2,.etn-col-xl-3,.etn-col-xl-4,.etn-col-xl-5,.etn-col-xl-6,.etn-col-xl-7,.etn-col-xl-8,.etn-col-xl-9,.etn-col-xl-10,.etn-col-xl-11,.etn-col-xl-12,.etn-col-xl,.etn-col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px;box-sizing:border-box}.etn-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.etn-row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.etn-row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.etn-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.etn-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.etn-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.etn-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.etn-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.etn-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.etn-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.etn-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-order-first{-ms-flex-order:-1;order:-1}.etn-order-last{-ms-flex-order:13;order:13}.etn-order-0{-ms-flex-order:0;order:0}.etn-order-1{-ms-flex-order:1;order:1}.etn-order-2{-ms-flex-order:2;order:2}.etn-order-3{-ms-flex-order:3;order:3}.etn-order-4{-ms-flex-order:4;order:4}.etn-order-5{-ms-flex-order:5;order:5}.etn-order-6{-ms-flex-order:6;order:6}.etn-order-7{-ms-flex-order:7;order:7}.etn-order-8{-ms-flex-order:8;order:8}.etn-order-9{-ms-flex-order:9;order:9}.etn-order-10{-ms-flex-order:10;order:10}.etn-order-11{-ms-flex-order:11;order:11}.etn-order-12{-ms-flex-order:12;order:12}.etn-offset-1{margin-left:8.333333%}.etn-offset-2{margin-left:16.666667%}.etn-offset-3{margin-left:25%}.etn-offset-4{margin-left:33.333333%}.etn-offset-5{margin-left:41.666667%}.etn-offset-6{margin-left:50%}.etn-offset-7{margin-left:58.333333%}.etn-offset-8{margin-left:66.666667%}.etn-offset-9{margin-left:75%}.etn-offset-10{margin-left:83.333333%}.etn-offset-11{margin-left:91.666667%}@media(min-width: 576px){.etn-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.etn-row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.etn-row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.etn-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.etn-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.etn-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.etn-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.etn-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.etn-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.etn-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.etn-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-order-sm-first{-ms-flex-order:-1;order:-1}.etn-order-sm-last{-ms-flex-order:13;order:13}.etn-order-sm-0{-ms-flex-order:0;order:0}.etn-order-sm-1{-ms-flex-order:1;order:1}.etn-order-sm-2{-ms-flex-order:2;order:2}.etn-order-sm-3{-ms-flex-order:3;order:3}.etn-order-sm-4{-ms-flex-order:4;order:4}.etn-order-sm-5{-ms-flex-order:5;order:5}.etn-order-sm-6{-ms-flex-order:6;order:6}.etn-order-sm-7{-ms-flex-order:7;order:7}.etn-order-sm-8{-ms-flex-order:8;order:8}.etn-order-sm-9{-ms-flex-order:9;order:9}.etn-order-sm-10{-ms-flex-order:10;order:10}.etn-order-sm-11{-ms-flex-order:11;order:11}.etn-order-sm-12{-ms-flex-order:12;order:12}.etn-offset-sm-0{margin-left:0}.etn-offset-sm-1{margin-left:8.333333%}.etn-offset-sm-2{margin-left:16.666667%}.etn-offset-sm-3{margin-left:25%}.etn-offset-sm-4{margin-left:33.333333%}.etn-offset-sm-5{margin-left:41.666667%}.etn-offset-sm-6{margin-left:50%}.etn-offset-sm-7{margin-left:58.333333%}.etn-offset-sm-8{margin-left:66.666667%}.etn-offset-sm-9{margin-left:75%}.etn-offset-sm-10{margin-left:83.333333%}.etn-offset-sm-11{margin-left:91.666667%}}@media(min-width: 768px){.etn-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.etn-row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.etn-row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.etn-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.etn-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.etn-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.etn-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.etn-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.etn-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.etn-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.etn-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-order-md-first{-ms-flex-order:-1;order:-1}.etn-order-md-last{-ms-flex-order:13;order:13}.etn-order-md-0{-ms-flex-order:0;order:0}.etn-order-md-1{-ms-flex-order:1;order:1}.etn-order-md-2{-ms-flex-order:2;order:2}.etn-order-md-3{-ms-flex-order:3;order:3}.etn-order-md-4{-ms-flex-order:4;order:4}.etn-order-md-5{-ms-flex-order:5;order:5}.etn-order-md-6{-ms-flex-order:6;order:6}.etn-order-md-7{-ms-flex-order:7;order:7}.etn-order-md-8{-ms-flex-order:8;order:8}.etn-order-md-9{-ms-flex-order:9;order:9}.etn-order-md-10{-ms-flex-order:10;order:10}.etn-order-md-11{-ms-flex-order:11;order:11}.etn-order-md-12{-ms-flex-order:12;order:12}.etn-offset-md-0{margin-left:0}.etn-offset-md-1{margin-left:8.333333%}.etn-offset-md-2{margin-left:16.666667%}.etn-offset-md-3{margin-left:25%}.etn-offset-md-4{margin-left:33.333333%}.etn-offset-md-5{margin-left:41.666667%}.etn-offset-md-6{margin-left:50%}.etn-offset-md-7{margin-left:58.333333%}.etn-offset-md-8{margin-left:66.666667%}.etn-offset-md-9{margin-left:75%}.etn-offset-md-10{margin-left:83.333333%}.etn-offset-md-11{margin-left:91.666667%}}@media(min-width: 992px){.etn-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.etn-row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.etn-row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.etn-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.etn-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.etn-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.etn-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.etn-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.etn-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.etn-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.etn-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-order-lg-first{-ms-flex-order:-1;order:-1}.etn-order-lg-last{-ms-flex-order:13;order:13}.etn-order-lg-0{-ms-flex-order:0;order:0}.etn-order-lg-1{-ms-flex-order:1;order:1}.etn-order-lg-2{-ms-flex-order:2;order:2}.etn-order-lg-3{-ms-flex-order:3;order:3}.etn-order-lg-4{-ms-flex-order:4;order:4}.etn-order-lg-5{-ms-flex-order:5;order:5}.etn-order-lg-6{-ms-flex-order:6;order:6}.etn-order-lg-7{-ms-flex-order:7;order:7}.etn-order-lg-8{-ms-flex-order:8;order:8}.etn-order-lg-9{-ms-flex-order:9;order:9}.etn-order-lg-10{-ms-flex-order:10;order:10}.etn-order-lg-11{-ms-flex-order:11;order:11}.etn-order-lg-12{-ms-flex-order:12;order:12}.etn-offset-lg-0{margin-left:0}.etn-offset-lg-1{margin-left:8.333333%}.etn-offset-lg-2{margin-left:16.666667%}.etn-offset-lg-3{margin-left:25%}.etn-offset-lg-4{margin-left:33.333333%}.etn-offset-lg-5{margin-left:41.666667%}.etn-offset-lg-6{margin-left:50%}.etn-offset-lg-7{margin-left:58.333333%}.etn-offset-lg-8{margin-left:66.666667%}.etn-offset-lg-9{margin-left:75%}.etn-offset-lg-10{margin-left:83.333333%}.etn-offset-lg-11{margin-left:91.666667%}}@media(min-width: 1200px){.etn-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.etn-row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.etn-row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.etn-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.etn-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.etn-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.etn-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.etn-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.etn-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.etn-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.etn-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.etn-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.etn-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.etn-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.etn-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.etn-order-xl-first{-ms-flex-order:-1;order:-1}.etn-order-xl-last{-ms-flex-order:13;order:13}.etn-order-xl-0{-ms-flex-order:0;order:0}.etn-order-xl-1{-ms-flex-order:1;order:1}.etn-order-xl-2{-ms-flex-order:2;order:2}.etn-order-xl-3{-ms-flex-order:3;order:3}.etn-order-xl-4{-ms-flex-order:4;order:4}.etn-order-xl-5{-ms-flex-order:5;order:5}.etn-order-xl-6{-ms-flex-order:6;order:6}.etn-order-xl-7{-ms-flex-order:7;order:7}.etn-order-xl-8{-ms-flex-order:8;order:8}.etn-order-xl-9{-ms-flex-order:9;order:9}.etn-order-xl-10{-ms-flex-order:10;order:10}.etn-order-xl-11{-ms-flex-order:11;order:11}.etn-order-xl-12{-ms-flex-order:12;order:12}.etn-offset-xl-0{margin-left:0}.etn-offset-xl-1{margin-left:8.333333%}.etn-offset-xl-2{margin-left:16.666667%}.etn-offset-xl-3{margin-left:25%}.etn-offset-xl-4{margin-left:33.333333%}.etn-offset-xl-5{margin-left:41.666667%}.etn-offset-xl-6{margin-left:50%}.etn-offset-xl-7{margin-left:58.333333%}.etn-offset-xl-8{margin-left:66.666667%}.etn-offset-xl-9{margin-left:75%}.etn-offset-xl-10{margin-left:83.333333%}.etn-offset-xl-11{margin-left:91.666667%}}.etn-d-none{display:none !important}.etn-d-inline{display:inline !important}.etn-d-inline-block{display:inline-block !important}.etn-d-block{display:block !important}.etn-d-table{display:table !important}.etn-d-table-row{display:table-row !important}.etn-d-table-cell{display:table-cell !important}.etn-d-flex{display:-ms-flexbox !important;display:flex !important}.etn-d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.etn-d-sm-none{display:none !important}.etn-d-sm-inline{display:inline !important}.etn-d-sm-inline-block{display:inline-block !important}.etn-d-sm-block{display:block !important}.etn-d-sm-table{display:table !important}.etn-d-sm-table-row{display:table-row !important}.etn-d-sm-table-cell{display:table-cell !important}.etn-d-sm-flex{display:-ms-flexbox !important;display:flex !important}.etn-d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.etn-d-md-none{display:none !important}.etn-d-md-inline{display:inline !important}.etn-d-md-inline-block{display:inline-block !important}.etn-d-md-block{display:block !important}.etn-d-md-table{display:table !important}.etn-d-md-table-row{display:table-row !important}.etn-d-md-table-cell{display:table-cell !important}.etn-d-md-flex{display:-ms-flexbox !important;display:flex !important}.etn-d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.etn-d-lg-none{display:none !important}.etn-d-lg-inline{display:inline !important}.etn-d-lg-inline-block{display:inline-block !important}.etn-d-lg-block{display:block !important}.etn-d-lg-table{display:table !important}.etn-d-lg-table-row{display:table-row !important}.etn-d-lg-table-cell{display:table-cell !important}.etn-d-lg-flex{display:-ms-flexbox !important;display:flex !important}.etn-d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.etn-d-xl-none{display:none !important}.etn-d-xl-inline{display:inline !important}.etn-d-xl-inline-block{display:inline-block !important}.etn-d-xl-block{display:block !important}.etn-d-xl-table{display:table !important}.etn-d-xl-table-row{display:table-row !important}.etn-d-xl-table-cell{display:table-cell !important}.etn-d-xl-flex{display:-ms-flexbox !important;display:flex !important}.etn-d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.etn-d-print-none{display:none !important}.etn-d-print-inline{display:inline !important}.etn-d-print-inline-block{display:inline-block !important}.etn-d-print-block{display:block !important}.etn-d-print-table{display:table !important}.etn-d-print-table-row{display:table-row !important}.etn-d-print-table-cell{display:table-cell !important}.etn-d-print-flex{display:-ms-flexbox !important;display:flex !important}.etn-d-print-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.etn-flex-row{-ms-flex-direction:row !important;flex-direction:row !important}.etn-flex-column{-ms-flex-direction:column !important;flex-direction:column !important}.etn-flex-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.etn-flex-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.etn-flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.etn-flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.etn-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.etn-flex-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.etn-flex-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.etn-flex-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.etn-flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.etn-flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.etn-justify-content-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.etn-justify-content-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.etn-justify-content-center{-ms-flex-pack:center !important;justify-content:center !important}.etn-justify-content-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.etn-justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.etn-align-items-start{-ms-flex-align:start !important;align-items:flex-start !important}.etn-align-items-end{-ms-flex-align:end !important;align-items:flex-end !important}.etn-align-items-center{-ms-flex-align:center !important;align-items:center !important}.etn-align-items-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.etn-align-items-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.etn-align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.etn-align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.etn-align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.etn-align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.etn-align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.etn-align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.etn-align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.etn-align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.etn-align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.etn-align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.etn-align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.etn-align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media(min-width: 576px){.etn-flex-sm-row{-ms-flex-direction:row !important;flex-direction:row !important}.etn-flex-sm-column{-ms-flex-direction:column !important;flex-direction:column !important}.etn-flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.etn-flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.etn-flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.etn-flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.etn-flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.etn-flex-sm-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.etn-flex-sm-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.etn-flex-sm-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.etn-flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.etn-flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.etn-justify-content-sm-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.etn-justify-content-sm-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.etn-justify-content-sm-center{-ms-flex-pack:center !important;justify-content:center !important}.etn-justify-content-sm-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.etn-justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.etn-align-items-sm-start{-ms-flex-align:start !important;align-items:flex-start !important}.etn-align-items-sm-end{-ms-flex-align:end !important;align-items:flex-end !important}.etn-align-items-sm-center{-ms-flex-align:center !important;align-items:center !important}.etn-align-items-sm-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.etn-align-items-sm-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.etn-align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.etn-align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.etn-align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.etn-align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.etn-align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.etn-align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.etn-align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.etn-align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.etn-align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.etn-align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.etn-align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.etn-align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 768px){.etn-flex-md-row{-ms-flex-direction:row !important;flex-direction:row !important}.etn-flex-md-column{-ms-flex-direction:column !important;flex-direction:column !important}.etn-flex-md-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.etn-flex-md-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.etn-flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.etn-flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.etn-flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.etn-flex-md-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.etn-flex-md-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.etn-flex-md-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.etn-flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.etn-flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.etn-justify-content-md-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.etn-justify-content-md-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.etn-justify-content-md-center{-ms-flex-pack:center !important;justify-content:center !important}.etn-justify-content-md-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.etn-justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.etn-align-items-md-start{-ms-flex-align:start !important;align-items:flex-start !important}.etn-align-items-md-end{-ms-flex-align:end !important;align-items:flex-end !important}.etn-align-items-md-center{-ms-flex-align:center !important;align-items:center !important}.etn-align-items-md-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.etn-align-items-md-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.etn-align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.etn-align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.etn-align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.etn-align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.etn-align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.etn-align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.etn-align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.etn-align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.etn-align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.etn-align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.etn-align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.etn-align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 992px){.etn-flex-lg-row{-ms-flex-direction:row !important;flex-direction:row !important}.etn-flex-lg-column{-ms-flex-direction:column !important;flex-direction:column !important}.etn-flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.etn-flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.etn-flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.etn-flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.etn-flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.etn-flex-lg-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.etn-flex-lg-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.etn-flex-lg-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.etn-flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.etn-flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.etn-justify-content-lg-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.etn-justify-content-lg-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.etn-justify-content-lg-center{-ms-flex-pack:center !important;justify-content:center !important}.etn-justify-content-lg-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.etn-justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.etn-align-items-lg-start{-ms-flex-align:start !important;align-items:flex-start !important}.etn-align-items-lg-end{-ms-flex-align:end !important;align-items:flex-end !important}.etn-align-items-lg-center{-ms-flex-align:center !important;align-items:center !important}.etn-align-items-lg-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.etn-align-items-lg-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.etn-align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.etn-align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.etn-align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.etn-align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.etn-align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.etn-align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.etn-align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.etn-align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.etn-align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.etn-align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.etn-align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.etn-align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 1200px){.etn-flex-xl-row{-ms-flex-direction:row !important;flex-direction:row !important}.etn-flex-xl-column{-ms-flex-direction:column !important;flex-direction:column !important}.etn-flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.etn-flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.etn-flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.etn-flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.etn-flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.etn-flex-xl-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.etn-flex-xl-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.etn-flex-xl-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.etn-flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.etn-flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.etn-justify-content-xl-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.etn-justify-content-xl-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.etn-justify-content-xl-center{-ms-flex-pack:center !important;justify-content:center !important}.etn-justify-content-xl-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.etn-justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.etn-align-items-xl-start{-ms-flex-align:start !important;align-items:flex-start !important}.etn-align-items-xl-end{-ms-flex-align:end !important;align-items:flex-end !important}.etn-align-items-xl-center{-ms-flex-align:center !important;align-items:center !important}.etn-align-items-xl-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.etn-align-items-xl-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.etn-align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.etn-align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.etn-align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.etn-align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.etn-align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.etn-align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.etn-align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.etn-align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.etn-align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.etn-align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.etn-align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.etn-align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.etn-m-0{margin:0 !important}.etn-mt-0,.etn-my-0{margin-top:0 !important}.etn-mr-0,.etn-mx-0{margin-right:0 !important}.etn-mb-0,.etn-my-0{margin-bottom:0 !important}.etn-ml-0,.etn-mx-0{margin-left:0 !important}.etn-m-1{margin:.25rem !important}.etn-mt-1,.etn-my-1{margin-top:.25rem !important}.etn-mr-1,.etn-mx-1{margin-right:.25rem !important}.etn-mb-1,.etn-my-1{margin-bottom:.25rem !important}.etn-ml-1,.etn-mx-1{margin-left:.25rem !important}.etn-m-2{margin:.5rem !important}.etn-mt-2,.etn-my-2{margin-top:.5rem !important}.etn-mr-2,.etn-mx-2{margin-right:.5rem !important}.etn-mb-2,.etn-my-2{margin-bottom:.5rem !important}.etn-ml-2,.etn-mx-2{margin-left:.5rem !important}.etn-m-3{margin:1rem !important}.etn-mt-3,.etn-my-3{margin-top:1rem !important}.etn-mr-3,.etn-mx-3{margin-right:1rem !important}.etn-mb-3,.etn-my-3{margin-bottom:1rem !important}.etn-ml-3,.etn-mx-3{margin-left:1rem !important}.etn-m-4{margin:1.5rem !important}.etn-mt-4,.etn-my-4{margin-top:1.5rem !important}.etn-mr-4,.etn-mx-4{margin-right:1.5rem !important}.etn-mb-4,.etn-my-4{margin-bottom:1.5rem !important}.etn-ml-4,.etn-mx-4{margin-left:1.5rem !important}.etn-m-5{margin:3rem !important}.etn-mt-5,.etn-my-5{margin-top:3rem !important}.etn-mr-5,.etn-mx-5{margin-right:3rem !important}.etn-mb-5,.etn-my-5{margin-bottom:3rem !important}.etn-ml-5,.etn-mx-5{margin-left:3rem !important}.etn-p-0{padding:0 !important}.etn-pt-0,.etn-py-0{padding-top:0 !important}.etn-pr-0,.etn-px-0{padding-right:0 !important}.etn-pb-0,.etn-py-0{padding-bottom:0 !important}.etn-pl-0,.etn-px-0{padding-left:0 !important}.etn-p-1{padding:.25rem !important}.etn-pt-1,.etn-py-1{padding-top:.25rem !important}.etn-pr-1,.etn-px-1{padding-right:.25rem !important}.etn-pb-1,.etn-py-1{padding-bottom:.25rem !important}.etn-pl-1,.etn-px-1{padding-left:.25rem !important}.etn-p-2{padding:.5rem !important}.etn-pt-2,.etn-py-2{padding-top:.5rem !important}.etn-pr-2,.etn-px-2{padding-right:.5rem !important}.etn-pb-2,.etn-py-2{padding-bottom:.5rem !important}.etn-pl-2,.etn-px-2{padding-left:.5rem !important}.etn-p-3{padding:1rem !important}.etn-pt-3,.etn-py-3{padding-top:1rem !important}.etn-pr-3,.etn-px-3{padding-right:1rem !important}.etn-pb-3,.etn-py-3{padding-bottom:1rem !important}.etn-pl-3,.etn-px-3{padding-left:1rem !important}.etn-p-4{padding:1.5rem !important}.etn-pt-4,.etn-py-4{padding-top:1.5rem !important}.etn-pr-4,.etn-px-4{padding-right:1.5rem !important}.etn-pb-4,.etn-py-4{padding-bottom:1.5rem !important}.etn-pl-4,.etn-px-4{padding-left:1.5rem !important}.etn-p-5{padding:3rem !important}.etn-pt-5,.etn-py-5{padding-top:3rem !important}.etn-pr-5,.etn-px-5{padding-right:3rem !important}.etn-pb-5,.etn-py-5{padding-bottom:3rem !important}.etn-pl-5,.etn-px-5{padding-left:3rem !important}.etn-m-n1{margin:-0.25rem !important}.etn-mt-n1,.etn-my-n1{margin-top:-0.25rem !important}.etn-mr-n1,.etn-mx-n1{margin-right:-0.25rem !important}.etn-mb-n1,.etn-my-n1{margin-bottom:-0.25rem !important}.etn-ml-n1,.etn-mx-n1{margin-left:-0.25rem !important}.etn-m-n2{margin:-0.5rem !important}.etn-mt-n2,.etn-my-n2{margin-top:-0.5rem !important}.etn-mr-n2,.etn-mx-n2{margin-right:-0.5rem !important}.etn-mb-n2,.etn-my-n2{margin-bottom:-0.5rem !important}.etn-ml-n2,.etn-mx-n2{margin-left:-0.5rem !important}.etn-m-n3{margin:-1rem !important}.etn-mt-n3,.etn-my-n3{margin-top:-1rem !important}.etn-mr-n3,.etn-mx-n3{margin-right:-1rem !important}.etn-mb-n3,.etn-my-n3{margin-bottom:-1rem !important}.etn-ml-n3,.etn-mx-n3{margin-left:-1rem !important}.etn-m-n4{margin:-1.5rem !important}.etn-mt-n4,.etn-my-n4{margin-top:-1.5rem !important}.etn-mr-n4,.etn-mx-n4{margin-right:-1.5rem !important}.etn-mb-n4,.etn-my-n4{margin-bottom:-1.5rem !important}.etn-ml-n4,.etn-mx-n4{margin-left:-1.5rem !important}.etn-m-n5{margin:-3rem !important}.etn-mt-n5,.etn-my-n5{margin-top:-3rem !important}.etn-mr-n5,.etn-mx-n5{margin-right:-3rem !important}.etn-mb-n5,.etn-my-n5{margin-bottom:-3rem !important}.etn-ml-n5,.etn-mx-n5{margin-left:-3rem !important}.etn-m-auto{margin:auto !important}.etn-mt-auto,.etn-my-auto{margin-top:auto !important}.etn-mr-auto,.etn-mx-auto{margin-right:auto !important}.etn-mb-auto,.etn-my-auto{margin-bottom:auto !important}.etn-ml-auto,.etn-mx-auto{margin-left:auto !important}@media(min-width: 576px){.etn-m-sm-0{margin:0 !important}.etn-mt-sm-0,.etn-my-sm-0{margin-top:0 !important}.etn-mr-sm-0,.etn-mx-sm-0{margin-right:0 !important}.etn-mb-sm-0,.etn-my-sm-0{margin-bottom:0 !important}.etn-ml-sm-0,.etn-mx-sm-0{margin-left:0 !important}.etn-m-sm-1{margin:.25rem !important}.etn-mt-sm-1,.etn-my-sm-1{margin-top:.25rem !important}.etn-mr-sm-1,.etn-mx-sm-1{margin-right:.25rem !important}.etn-mb-sm-1,.etn-my-sm-1{margin-bottom:.25rem !important}.etn-ml-sm-1,.etn-mx-sm-1{margin-left:.25rem !important}.etn-m-sm-2{margin:.5rem !important}.etn-mt-sm-2,.etn-my-sm-2{margin-top:.5rem !important}.etn-mr-sm-2,.etn-mx-sm-2{margin-right:.5rem !important}.etn-mb-sm-2,.etn-my-sm-2{margin-bottom:.5rem !important}.etn-ml-sm-2,.etn-mx-sm-2{margin-left:.5rem !important}.etn-m-sm-3{margin:1rem !important}.etn-mt-sm-3,.etn-my-sm-3{margin-top:1rem !important}.etn-mr-sm-3,.etn-mx-sm-3{margin-right:1rem !important}.etn-mb-sm-3,.etn-my-sm-3{margin-bottom:1rem !important}.etn-ml-sm-3,.etn-mx-sm-3{margin-left:1rem !important}.etn-m-sm-4{margin:1.5rem !important}.etn-mt-sm-4,.etn-my-sm-4{margin-top:1.5rem !important}.etn-mr-sm-4,.etn-mx-sm-4{margin-right:1.5rem !important}.etn-mb-sm-4,.etn-my-sm-4{margin-bottom:1.5rem !important}.etn-ml-sm-4,.etn-mx-sm-4{margin-left:1.5rem !important}.etn-m-sm-5{margin:3rem !important}.etn-mt-sm-5,.etn-my-sm-5{margin-top:3rem !important}.etn-mr-sm-5,.etn-mx-sm-5{margin-right:3rem !important}.etn-mb-sm-5,.etn-my-sm-5{margin-bottom:3rem !important}.etn-ml-sm-5,.etn-mx-sm-5{margin-left:3rem !important}.etn-p-sm-0{padding:0 !important}.etn-pt-sm-0,.etn-py-sm-0{padding-top:0 !important}.etn-pr-sm-0,.etn-px-sm-0{padding-right:0 !important}.etn-pb-sm-0,.etn-py-sm-0{padding-bottom:0 !important}.etn-pl-sm-0,.etn-px-sm-0{padding-left:0 !important}.etn-p-sm-1{padding:.25rem !important}.etn-pt-sm-1,.etn-py-sm-1{padding-top:.25rem !important}.etn-pr-sm-1,.etn-px-sm-1{padding-right:.25rem !important}.etn-pb-sm-1,.etn-py-sm-1{padding-bottom:.25rem !important}.etn-pl-sm-1,.etn-px-sm-1{padding-left:.25rem !important}.etn-p-sm-2{padding:.5rem !important}.etn-pt-sm-2,.etn-py-sm-2{padding-top:.5rem !important}.etn-pr-sm-2,.etn-px-sm-2{padding-right:.5rem !important}.etn-pb-sm-2,.etn-py-sm-2{padding-bottom:.5rem !important}.etn-pl-sm-2,.etn-px-sm-2{padding-left:.5rem !important}.etn-p-sm-3{padding:1rem !important}.etn-pt-sm-3,.etn-py-sm-3{padding-top:1rem !important}.etn-pr-sm-3,.etn-px-sm-3{padding-right:1rem !important}.etn-pb-sm-3,.etn-py-sm-3{padding-bottom:1rem !important}.etn-pl-sm-3,.etn-px-sm-3{padding-left:1rem !important}.etn-p-sm-4{padding:1.5rem !important}.etn-pt-sm-4,.etn-py-sm-4{padding-top:1.5rem !important}.etn-pr-sm-4,.etn-px-sm-4{padding-right:1.5rem !important}.etn-pb-sm-4,.etn-py-sm-4{padding-bottom:1.5rem !important}.etn-pl-sm-4,.etn-px-sm-4{padding-left:1.5rem !important}.etn-p-sm-5{padding:3rem !important}.etn-pt-sm-5,.etn-py-sm-5{padding-top:3rem !important}.etn-pr-sm-5,.etn-px-sm-5{padding-right:3rem !important}.etn-pb-sm-5,.etn-py-sm-5{padding-bottom:3rem !important}.etn-pl-sm-5,.etn-px-sm-5{padding-left:3rem !important}.etn-m-sm-n1{margin:-0.25rem !important}.etn-mt-sm-n1,.etn-my-sm-n1{margin-top:-0.25rem !important}.etn-mr-sm-n1,.etn-mx-sm-n1{margin-right:-0.25rem !important}.etn-mb-sm-n1,.etn-my-sm-n1{margin-bottom:-0.25rem !important}.etn-ml-sm-n1,.etn-mx-sm-n1{margin-left:-0.25rem !important}.etn-m-sm-n2{margin:-0.5rem !important}.etn-mt-sm-n2,.etn-my-sm-n2{margin-top:-0.5rem !important}.etn-mr-sm-n2,.etn-mx-sm-n2{margin-right:-0.5rem !important}.etn-mb-sm-n2,.etn-my-sm-n2{margin-bottom:-0.5rem !important}.etn-ml-sm-n2,.etn-mx-sm-n2{margin-left:-0.5rem !important}.etn-m-sm-n3{margin:-1rem !important}.etn-mt-sm-n3,.etn-my-sm-n3{margin-top:-1rem !important}.etn-mr-sm-n3,.etn-mx-sm-n3{margin-right:-1rem !important}.etn-mb-sm-n3,.etn-my-sm-n3{margin-bottom:-1rem !important}.etn-ml-sm-n3,.etn-mx-sm-n3{margin-left:-1rem !important}.etn-m-sm-n4{margin:-1.5rem !important}.etn-mt-sm-n4,.etn-my-sm-n4{margin-top:-1.5rem !important}.etn-mr-sm-n4,.etn-mx-sm-n4{margin-right:-1.5rem !important}.etn-mb-sm-n4,.etn-my-sm-n4{margin-bottom:-1.5rem !important}.etn-ml-sm-n4,.etn-mx-sm-n4{margin-left:-1.5rem !important}.etn-m-sm-n5{margin:-3rem !important}.etn-mt-sm-n5,.etn-my-sm-n5{margin-top:-3rem !important}.etn-mr-sm-n5,.etn-mx-sm-n5{margin-right:-3rem !important}.etn-mb-sm-n5,.etn-my-sm-n5{margin-bottom:-3rem !important}.etn-ml-sm-n5,.etn-mx-sm-n5{margin-left:-3rem !important}.etn-m-sm-auto{margin:auto !important}.etn-mt-sm-auto,.etn-my-sm-auto{margin-top:auto !important}.etn-mr-sm-auto,.etn-mx-sm-auto{margin-right:auto !important}.etn-mb-sm-auto,.etn-my-sm-auto{margin-bottom:auto !important}.etn-ml-sm-auto,.etn-mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.etn-m-md-0{margin:0 !important}.etn-mt-md-0,.etn-my-md-0{margin-top:0 !important}.etn-mr-md-0,.etn-mx-md-0{margin-right:0 !important}.etn-mb-md-0,.etn-my-md-0{margin-bottom:0 !important}.etn-ml-md-0,.etn-mx-md-0{margin-left:0 !important}.etn-m-md-1{margin:.25rem !important}.etn-mt-md-1,.etn-my-md-1{margin-top:.25rem !important}.etn-mr-md-1,.etn-mx-md-1{margin-right:.25rem !important}.etn-mb-md-1,.etn-my-md-1{margin-bottom:.25rem !important}.etn-ml-md-1,.etn-mx-md-1{margin-left:.25rem !important}.etn-m-md-2{margin:.5rem !important}.etn-mt-md-2,.etn-my-md-2{margin-top:.5rem !important}.etn-mr-md-2,.etn-mx-md-2{margin-right:.5rem !important}.etn-mb-md-2,.etn-my-md-2{margin-bottom:.5rem !important}.etn-ml-md-2,.etn-mx-md-2{margin-left:.5rem !important}.etn-m-md-3{margin:1rem !important}.etn-mt-md-3,.etn-my-md-3{margin-top:1rem !important}.etn-mr-md-3,.etn-mx-md-3{margin-right:1rem !important}.etn-mb-md-3,.etn-my-md-3{margin-bottom:1rem !important}.etn-ml-md-3,.etn-mx-md-3{margin-left:1rem !important}.etn-m-md-4{margin:1.5rem !important}.etn-mt-md-4,.etn-my-md-4{margin-top:1.5rem !important}.etn-mr-md-4,.etn-mx-md-4{margin-right:1.5rem !important}.etn-mb-md-4,.etn-my-md-4{margin-bottom:1.5rem !important}.etn-ml-md-4,.etn-mx-md-4{margin-left:1.5rem !important}.etn-m-md-5{margin:3rem !important}.etn-mt-md-5,.etn-my-md-5{margin-top:3rem !important}.etn-mr-md-5,.etn-mx-md-5{margin-right:3rem !important}.etn-mb-md-5,.etn-my-md-5{margin-bottom:3rem !important}.etn-ml-md-5,.etn-mx-md-5{margin-left:3rem !important}.etn-p-md-0{padding:0 !important}.etn-pt-md-0,.etn-py-md-0{padding-top:0 !important}.etn-pr-md-0,.etn-px-md-0{padding-right:0 !important}.etn-pb-md-0,.etn-py-md-0{padding-bottom:0 !important}.etn-pl-md-0,.etn-px-md-0{padding-left:0 !important}.etn-p-md-1{padding:.25rem !important}.etn-pt-md-1,.etn-py-md-1{padding-top:.25rem !important}.etn-pr-md-1,.etn-px-md-1{padding-right:.25rem !important}.etn-pb-md-1,.etn-py-md-1{padding-bottom:.25rem !important}.etn-pl-md-1,.etn-px-md-1{padding-left:.25rem !important}.etn-p-md-2{padding:.5rem !important}.etn-pt-md-2,.etn-py-md-2{padding-top:.5rem !important}.etn-pr-md-2,.etn-px-md-2{padding-right:.5rem !important}.etn-pb-md-2,.etn-py-md-2{padding-bottom:.5rem !important}.etn-pl-md-2,.etn-px-md-2{padding-left:.5rem !important}.etn-p-md-3{padding:1rem !important}.etn-pt-md-3,.etn-py-md-3{padding-top:1rem !important}.etn-pr-md-3,.etn-px-md-3{padding-right:1rem !important}.etn-pb-md-3,.etn-py-md-3{padding-bottom:1rem !important}.etn-pl-md-3,.etn-px-md-3{padding-left:1rem !important}.etn-p-md-4{padding:1.5rem !important}.etn-pt-md-4,.etn-py-md-4{padding-top:1.5rem !important}.etn-pr-md-4,.etn-px-md-4{padding-right:1.5rem !important}.etn-pb-md-4,.etn-py-md-4{padding-bottom:1.5rem !important}.etn-pl-md-4,.etn-px-md-4{padding-left:1.5rem !important}.etn-p-md-5{padding:3rem !important}.etn-pt-md-5,.etn-py-md-5{padding-top:3rem !important}.etn-pr-md-5,.etn-px-md-5{padding-right:3rem !important}.etn-pb-md-5,.etn-py-md-5{padding-bottom:3rem !important}.etn-pl-md-5,.etn-px-md-5{padding-left:3rem !important}.etn-m-md-n1{margin:-0.25rem !important}.etn-mt-md-n1,.etn-my-md-n1{margin-top:-0.25rem !important}.etn-mr-md-n1,.etn-mx-md-n1{margin-right:-0.25rem !important}.etn-mb-md-n1,.etn-my-md-n1{margin-bottom:-0.25rem !important}.etn-ml-md-n1,.etn-mx-md-n1{margin-left:-0.25rem !important}.etn-m-md-n2{margin:-0.5rem !important}.etn-mt-md-n2,.etn-my-md-n2{margin-top:-0.5rem !important}.etn-mr-md-n2,.etn-mx-md-n2{margin-right:-0.5rem !important}.etn-mb-md-n2,.etn-my-md-n2{margin-bottom:-0.5rem !important}.etn-ml-md-n2,.etn-mx-md-n2{margin-left:-0.5rem !important}.etn-m-md-n3{margin:-1rem !important}.etn-mt-md-n3,.etn-my-md-n3{margin-top:-1rem !important}.etn-mr-md-n3,.etn-mx-md-n3{margin-right:-1rem !important}.etn-mb-md-n3,.etn-my-md-n3{margin-bottom:-1rem !important}.etn-ml-md-n3,.etn-mx-md-n3{margin-left:-1rem !important}.etn-m-md-n4{margin:-1.5rem !important}.etn-mt-md-n4,.etn-my-md-n4{margin-top:-1.5rem !important}.etn-mr-md-n4,.etn-mx-md-n4{margin-right:-1.5rem !important}.etn-mb-md-n4,.etn-my-md-n4{margin-bottom:-1.5rem !important}.etn-ml-md-n4,.etn-mx-md-n4{margin-left:-1.5rem !important}.etn-m-md-n5{margin:-3rem !important}.etn-mt-md-n5,.etn-my-md-n5{margin-top:-3rem !important}.etn-mr-md-n5,.etn-mx-md-n5{margin-right:-3rem !important}.etn-mb-md-n5,.etn-my-md-n5{margin-bottom:-3rem !important}.etn-ml-md-n5,.etn-mx-md-n5{margin-left:-3rem !important}.etn-m-md-auto{margin:auto !important}.etn-mt-md-auto,.etn-my-md-auto{margin-top:auto !important}.etn-mr-md-auto,.etn-mx-md-auto{margin-right:auto !important}.etn-mb-md-auto,.etn-my-md-auto{margin-bottom:auto !important}.etn-ml-md-auto,.etn-mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.etn-m-lg-0{margin:0 !important}.etn-mt-lg-0,.etn-my-lg-0{margin-top:0 !important}.etn-mr-lg-0,.etn-mx-lg-0{margin-right:0 !important}.etn-mb-lg-0,.etn-my-lg-0{margin-bottom:0 !important}.etn-ml-lg-0,.etn-mx-lg-0{margin-left:0 !important}.etn-m-lg-1{margin:.25rem !important}.etn-mt-lg-1,.etn-my-lg-1{margin-top:.25rem !important}.etn-mr-lg-1,.etn-mx-lg-1{margin-right:.25rem !important}.etn-mb-lg-1,.etn-my-lg-1{margin-bottom:.25rem !important}.etn-ml-lg-1,.etn-mx-lg-1{margin-left:.25rem !important}.etn-m-lg-2{margin:.5rem !important}.etn-mt-lg-2,.etn-my-lg-2{margin-top:.5rem !important}.etn-mr-lg-2,.etn-mx-lg-2{margin-right:.5rem !important}.etn-mb-lg-2,.etn-my-lg-2{margin-bottom:.5rem !important}.etn-ml-lg-2,.etn-mx-lg-2{margin-left:.5rem !important}.etn-m-lg-3{margin:1rem !important}.etn-mt-lg-3,.etn-my-lg-3{margin-top:1rem !important}.etn-mr-lg-3,.etn-mx-lg-3{margin-right:1rem !important}.etn-mb-lg-3,.etn-my-lg-3{margin-bottom:1rem !important}.etn-ml-lg-3,.etn-mx-lg-3{margin-left:1rem !important}.etn-m-lg-4{margin:1.5rem !important}.etn-mt-lg-4,.etn-my-lg-4{margin-top:1.5rem !important}.etn-mr-lg-4,.etn-mx-lg-4{margin-right:1.5rem !important}.etn-mb-lg-4,.etn-my-lg-4{margin-bottom:1.5rem !important}.etn-ml-lg-4,.etn-mx-lg-4{margin-left:1.5rem !important}.etn-m-lg-5{margin:3rem !important}.etn-mt-lg-5,.etn-my-lg-5{margin-top:3rem !important}.etn-mr-lg-5,.etn-mx-lg-5{margin-right:3rem !important}.etn-mb-lg-5,.etn-my-lg-5{margin-bottom:3rem !important}.etn-ml-lg-5,.etn-mx-lg-5{margin-left:3rem !important}.etn-p-lg-0{padding:0 !important}.etn-pt-lg-0,.etn-py-lg-0{padding-top:0 !important}.etn-pr-lg-0,.etn-px-lg-0{padding-right:0 !important}.etn-pb-lg-0,.etn-py-lg-0{padding-bottom:0 !important}.etn-pl-lg-0,.etn-px-lg-0{padding-left:0 !important}.etn-p-lg-1{padding:.25rem !important}.etn-pt-lg-1,.etn-py-lg-1{padding-top:.25rem !important}.etn-pr-lg-1,.etn-px-lg-1{padding-right:.25rem !important}.etn-pb-lg-1,.etn-py-lg-1{padding-bottom:.25rem !important}.etn-pl-lg-1,.etn-px-lg-1{padding-left:.25rem !important}.etn-p-lg-2{padding:.5rem !important}.etn-pt-lg-2,.etn-py-lg-2{padding-top:.5rem !important}.etn-pr-lg-2,.etn-px-lg-2{padding-right:.5rem !important}.etn-pb-lg-2,.etn-py-lg-2{padding-bottom:.5rem !important}.etn-pl-lg-2,.etn-px-lg-2{padding-left:.5rem !important}.etn-p-lg-3{padding:1rem !important}.etn-pt-lg-3,.etn-py-lg-3{padding-top:1rem !important}.etn-pr-lg-3,.etn-px-lg-3{padding-right:1rem !important}.etn-pb-lg-3,.etn-py-lg-3{padding-bottom:1rem !important}.etn-pl-lg-3,.etn-px-lg-3{padding-left:1rem !important}.etn-p-lg-4{padding:1.5rem !important}.etn-pt-lg-4,.etn-py-lg-4{padding-top:1.5rem !important}.etn-pr-lg-4,.etn-px-lg-4{padding-right:1.5rem !important}.etn-pb-lg-4,.etn-py-lg-4{padding-bottom:1.5rem !important}.etn-pl-lg-4,.etn-px-lg-4{padding-left:1.5rem !important}.etn-p-lg-5{padding:3rem !important}.etn-pt-lg-5,.etn-py-lg-5{padding-top:3rem !important}.etn-pr-lg-5,.etn-px-lg-5{padding-right:3rem !important}.etn-pb-lg-5,.etn-py-lg-5{padding-bottom:3rem !important}.etn-pl-lg-5,.etn-px-lg-5{padding-left:3rem !important}.etn-m-lg-n1{margin:-0.25rem !important}.etn-mt-lg-n1,.etn-my-lg-n1{margin-top:-0.25rem !important}.etn-mr-lg-n1,.etn-mx-lg-n1{margin-right:-0.25rem !important}.etn-mb-lg-n1,.etn-my-lg-n1{margin-bottom:-0.25rem !important}.etn-ml-lg-n1,.etn-mx-lg-n1{margin-left:-0.25rem !important}.etn-m-lg-n2{margin:-0.5rem !important}.etn-mt-lg-n2,.etn-my-lg-n2{margin-top:-0.5rem !important}.etn-mr-lg-n2,.etn-mx-lg-n2{margin-right:-0.5rem !important}.etn-mb-lg-n2,.etn-my-lg-n2{margin-bottom:-0.5rem !important}.etn-ml-lg-n2,.etn-mx-lg-n2{margin-left:-0.5rem !important}.etn-m-lg-n3{margin:-1rem !important}.etn-mt-lg-n3,.etn-my-lg-n3{margin-top:-1rem !important}.etn-mr-lg-n3,.etn-mx-lg-n3{margin-right:-1rem !important}.etn-mb-lg-n3,.etn-my-lg-n3{margin-bottom:-1rem !important}.etn-ml-lg-n3,.etn-mx-lg-n3{margin-left:-1rem !important}.etn-m-lg-n4{margin:-1.5rem !important}.etn-mt-lg-n4,.etn-my-lg-n4{margin-top:-1.5rem !important}.etn-mr-lg-n4,.etn-mx-lg-n4{margin-right:-1.5rem !important}.etn-mb-lg-n4,.etn-my-lg-n4{margin-bottom:-1.5rem !important}.etn-ml-lg-n4,.etn-mx-lg-n4{margin-left:-1.5rem !important}.etn-m-lg-n5{margin:-3rem !important}.etn-mt-lg-n5,.etn-my-lg-n5{margin-top:-3rem !important}.etn-mr-lg-n5,.etn-mx-lg-n5{margin-right:-3rem !important}.etn-mb-lg-n5,.etn-my-lg-n5{margin-bottom:-3rem !important}.etn-ml-lg-n5,.etn-mx-lg-n5{margin-left:-3rem !important}.etn-m-lg-auto{margin:auto !important}.etn-mt-lg-auto,.etn-my-lg-auto{margin-top:auto !important}.etn-mr-lg-auto,.etn-mx-lg-auto{margin-right:auto !important}.etn-mb-lg-auto,.etn-my-lg-auto{margin-bottom:auto !important}.etn-ml-lg-auto,.etn-mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.etn-m-xl-0{margin:0 !important}.etn-mt-xl-0,.etn-my-xl-0{margin-top:0 !important}.etn-mr-xl-0,.etn-mx-xl-0{margin-right:0 !important}.etn-mb-xl-0,.etn-my-xl-0{margin-bottom:0 !important}.etn-ml-xl-0,.etn-mx-xl-0{margin-left:0 !important}.etn-m-xl-1{margin:.25rem !important}.etn-mt-xl-1,.etn-my-xl-1{margin-top:.25rem !important}.etn-mr-xl-1,.etn-mx-xl-1{margin-right:.25rem !important}.etn-mb-xl-1,.etn-my-xl-1{margin-bottom:.25rem !important}.etn-ml-xl-1,.etn-mx-xl-1{margin-left:.25rem !important}.etn-m-xl-2{margin:.5rem !important}.etn-mt-xl-2,.etn-my-xl-2{margin-top:.5rem !important}.etn-mr-xl-2,.etn-mx-xl-2{margin-right:.5rem !important}.etn-mb-xl-2,.etn-my-xl-2{margin-bottom:.5rem !important}.etn-ml-xl-2,.etn-mx-xl-2{margin-left:.5rem !important}.etn-m-xl-3{margin:1rem !important}.etn-mt-xl-3,.etn-my-xl-3{margin-top:1rem !important}.etn-mr-xl-3,.etn-mx-xl-3{margin-right:1rem !important}.etn-mb-xl-3,.etn-my-xl-3{margin-bottom:1rem !important}.etn-ml-xl-3,.etn-mx-xl-3{margin-left:1rem !important}.etn-m-xl-4{margin:1.5rem !important}.etn-mt-xl-4,.etn-my-xl-4{margin-top:1.5rem !important}.etn-mr-xl-4,.etn-mx-xl-4{margin-right:1.5rem !important}.etn-mb-xl-4,.etn-my-xl-4{margin-bottom:1.5rem !important}.etn-ml-xl-4,.etn-mx-xl-4{margin-left:1.5rem !important}.etn-m-xl-5{margin:3rem !important}.etn-mt-xl-5,.etn-my-xl-5{margin-top:3rem !important}.etn-mr-xl-5,.etn-mx-xl-5{margin-right:3rem !important}.etn-mb-xl-5,.etn-my-xl-5{margin-bottom:3rem !important}.etn-ml-xl-5,.etn-mx-xl-5{margin-left:3rem !important}.etn-p-xl-0{padding:0 !important}.etn-pt-xl-0,.etn-py-xl-0{padding-top:0 !important}.etn-pr-xl-0,.etn-px-xl-0{padding-right:0 !important}.etn-pb-xl-0,.etn-py-xl-0{padding-bottom:0 !important}.etn-pl-xl-0,.etn-px-xl-0{padding-left:0 !important}.etn-p-xl-1{padding:.25rem !important}.etn-pt-xl-1,.etn-py-xl-1{padding-top:.25rem !important}.etn-pr-xl-1,.etn-px-xl-1{padding-right:.25rem !important}.etn-pb-xl-1,.etn-py-xl-1{padding-bottom:.25rem !important}.etn-pl-xl-1,.etn-px-xl-1{padding-left:.25rem !important}.etn-p-xl-2{padding:.5rem !important}.etn-pt-xl-2,.etn-py-xl-2{padding-top:.5rem !important}.etn-pr-xl-2,.etn-px-xl-2{padding-right:.5rem !important}.etn-pb-xl-2,.etn-py-xl-2{padding-bottom:.5rem !important}.etn-pl-xl-2,.etn-px-xl-2{padding-left:.5rem !important}.etn-p-xl-3{padding:1rem !important}.etn-pt-xl-3,.etn-py-xl-3{padding-top:1rem !important}.etn-pr-xl-3,.etn-px-xl-3{padding-right:1rem !important}.etn-pb-xl-3,.etn-py-xl-3{padding-bottom:1rem !important}.etn-pl-xl-3,.etn-px-xl-3{padding-left:1rem !important}.etn-p-xl-4{padding:1.5rem !important}.etn-pt-xl-4,.etn-py-xl-4{padding-top:1.5rem !important}.etn-pr-xl-4,.etn-px-xl-4{padding-right:1.5rem !important}.etn-pb-xl-4,.etn-py-xl-4{padding-bottom:1.5rem !important}.etn-pl-xl-4,.etn-px-xl-4{padding-left:1.5rem !important}.etn-p-xl-5{padding:3rem !important}.etn-pt-xl-5,.etn-py-xl-5{padding-top:3rem !important}.etn-pr-xl-5,.etn-px-xl-5{padding-right:3rem !important}.etn-pb-xl-5,.etn-py-xl-5{padding-bottom:3rem !important}.etn-pl-xl-5,.etn-px-xl-5{padding-left:3rem !important}.etn-m-xl-n1{margin:-0.25rem !important}.etn-mt-xl-n1,.etn-my-xl-n1{margin-top:-0.25rem !important}.etn-mr-xl-n1,.etn-mx-xl-n1{margin-right:-0.25rem !important}.etn-mb-xl-n1,.etn-my-xl-n1{margin-bottom:-0.25rem !important}.etn-ml-xl-n1,.etn-mx-xl-n1{margin-left:-0.25rem !important}.etn-m-xl-n2{margin:-0.5rem !important}.etn-mt-xl-n2,.etn-my-xl-n2{margin-top:-0.5rem !important}.etn-mr-xl-n2,.etn-mx-xl-n2{margin-right:-0.5rem !important}.etn-mb-xl-n2,.etn-my-xl-n2{margin-bottom:-0.5rem !important}.etn-ml-xl-n2,.etn-mx-xl-n2{margin-left:-0.5rem !important}.etn-m-xl-n3{margin:-1rem !important}.etn-mt-xl-n3,.etn-my-xl-n3{margin-top:-1rem !important}.etn-mr-xl-n3,.etn-mx-xl-n3{margin-right:-1rem !important}.etn-mb-xl-n3,.etn-my-xl-n3{margin-bottom:-1rem !important}.etn-ml-xl-n3,.etn-mx-xl-n3{margin-left:-1rem !important}.etn-m-xl-n4{margin:-1.5rem !important}.etn-mt-xl-n4,.etn-my-xl-n4{margin-top:-1.5rem !important}.etn-mr-xl-n4,.etn-mx-xl-n4{margin-right:-1.5rem !important}.etn-mb-xl-n4,.etn-my-xl-n4{margin-bottom:-1.5rem !important}.etn-ml-xl-n4,.etn-mx-xl-n4{margin-left:-1.5rem !important}.etn-m-xl-n5{margin:-3rem !important}.etn-mt-xl-n5,.etn-my-xl-n5{margin-top:-3rem !important}.etn-mr-xl-n5,.etn-mx-xl-n5{margin-right:-3rem !important}.etn-mb-xl-n5,.etn-my-xl-n5{margin-bottom:-3rem !important}.etn-ml-xl-n5,.etn-mx-xl-n5{margin-left:-3rem !important}.etn-m-xl-auto{margin:auto !important}.etn-mt-xl-auto,.etn-my-xl-auto{margin-top:auto !important}.etn-mr-xl-auto,.etn-mx-xl-auto{margin-right:auto !important}.etn-mb-xl-auto,.etn-my-xl-auto{margin-bottom:auto !important}.etn-ml-xl-auto,.etn-mx-xl-auto{margin-left:auto !important}}.theme-hello-elementor .woocommerce .woocommerce-cart-form .coupon{display:flex}.theme-hello-elementor .woocommerce .woocommerce-cart-form .coupon .input-text{width:100% !important}.theme-hello-elementor .etn-event-single-content-wrap .etn-event-meta .etn-event-category a{text-transform:capitalize}.theme-astra .etn-event-search-wrapper .form-control,.theme-astra .etn-event-search-wrapper .etn_event_select{background:rgba(0,0,0,0)}.theme-astra .etn-event-single-wrap .etn-event-single-content-wrap,.theme-astra .etn-event-single-wrap .schedule-tab-wrapper,.theme-astra .etn-event-single-wrap .etn-tag-wrapper,.theme-astra .etn-sidebar .etn-variable-ticket-widget,.theme-astra .etn-sidebar .etn-widget{background:#fff}@media(min-width: 992px){.theme-astra.single-etn .site-content .ast-container{display:block}.theme-astra .site-content .ast-container{flex-wrap:wrap}}.theme-astra .etn-advanced-search-form{width:100%}.theme-astra.ast-separate-container.post-type-archive-etn,.theme-astra.ast-separate-container.single-etn{background-color:rgba(0,0,0,0)}.ast-two-container .etn_search_item_container{width:100%}.theme-blocksy .etn-event-single-content-wrap .etn-event-meta .etn-event-category{text-transform:capitalize}.theme-generatepress .etn-event-search-wrapper .form-control,.theme-generatepress .etn-event-search-wrapper .etn_event_select{background:rgba(0,0,0,0)}.theme-generatepress .etn-event-single-content-wrap .etn-event-meta .etn-event-category a{text-transform:capitalize}.theme-generatepress .woocommerce .woocommerce-cart-form .coupon{display:flex}.theme-generatepress .woocommerce .woocommerce-cart-form .coupon .input-text{width:50% !important}.theme-storefront .etn-event-search-wrapper .form-control,.theme-storefront .etn-event-search-wrapper .etn_event_select{background:rgba(0,0,0,0);box-shadow:none;width:100%}.theme-storefront .etn-event-item .etn-event-footer{overflow:hidden;display:flex;align-items:center;justify-content:space-between}.theme-neve .etn-event-search-wrapper .form-control,.theme-neve .etn-event-search-wrapper .etn_event_select{background:rgba(0,0,0,0);box-shadow:none;width:100%;appearance:auto}.theme-kadence .etn-es-events-page-container .woocommerce-message{padding:0 20px;display:flex;margin-bottom:15px;align-items:center;justify-content:center}.theme-kadence .etn-es-events-page-container .woocommerce-message .button.wc-forward{order:2;margin-left:20px}.theme-kadence .etn-event-search-wrapper .form-control,.theme-kadence .etn-event-search-wrapper .etn_event_select{background:rgba(0,0,0,0);box-shadow:none;width:100%;appearance:auto}.theme-rosa-lite .etn-event-search-wrapper .input-group{height:auto}.theme-rosa-lite .input-group input.form-control{background:rgba(0,0,0,0);position:relative;padding:0 20px;color:#000}.theme-rosa-lite .etn-variable-ticket-widget .qt-add{left:auto;right:10px;top:25px}.theme-rosa2-lite .input-group input.form-control,.theme-rosa2-lite .etn-event-search-wrapper .etn_event_select{background:rgba(0,0,0,0);width:100%;padding:0;appearance:auto}.theme-rosa2-lite .etn-event-search-wrapper .input-group-prepend{padding-right:15px}.theme-rosa2-lite .woocommerce .woocommerce-cart-form .coupon{display:flex}.theme-rosa2-lite .woocommerce .woocommerce-cart-form .coupon .input-text{width:100% !important}.theme-bizxpo .etn-event-search-wrapper .form-control,.theme-bizxpo .etn-event-search-wrapper .etn_event_select{flex:0 0 80%;width:100%}.theme-bizxpo .input-group-text{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.theme-bizxpo .woocommerce .woocommerce-cart-form .coupon{display:flex}.theme-bizxpo .woocommerce .woocommerce-cart-form .coupon .input-text{width:50% !important}.bricks_parent{font-size:100%}.theme-bricks .etn-widget .etn-add-to-cart-block,.bricks-is-frontend .etn-widget .etn-add-to-cart-block{text-align:center}.theme-bricks .etn-variable-ticket-widget .qt-add,.bricks-is-frontend .etn-variable-ticket-widget .qt-add{bottom:3px}.theme-bricks .woocommerce-message,.bricks-is-frontend .woocommerce-message{margin-bottom:20px;padding:1em 2em 1em 3.5em;background-color:#f7f6f7;width:auto}.theme-bricks .woocommerce-message .button,.bricks-is-frontend .woocommerce-message .button{float:right}.theme-bricks .woocommerce .wc-proceed-to-checkout .button,.bricks-is-frontend .woocommerce .wc-proceed-to-checkout .button{line-height:1.3}.etn-speaker-item{position:relative;text-align:center;margin-bottom:30px}.etn-speaker-item .etn-speaker-thumb{position:relative;overflow:hidden}.etn-speaker-item .etn-speaker-thumb:before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background-color:rgba(0,0,0,.4);transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;opacity:0}.etn-speaker-item .etn-speaker-thumb a{display:block;line-height:0}.etn-speaker-item .etn-speaker-thumb img{width:100%;height:auto;object-fit:cover}.etn-speaker-item .etn-speaker-thumb .etn-speakers-social{position:absolute;left:0;right:0;bottom:0px;margin:auto;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;opacity:0}.etn-speaker-item .etn-speaker-thumb .etn-speakers-social a{display:inline-block;width:40px;height:40px;background-color:rgba(255,255,255,.3);line-height:40px;color:#fff;margin:0 2px;font-size:.875rem}.etn-speaker-item .etn-speaker-thumb .etn-speakers-social a:hover{background-color:#5d78ff}.etn-speaker-item .etn-speaker-content{background-image:url(//www.ssbtur.com/wp-content/plugins/wp-event-solution/assets/images/shape.png);background-repeat:no-repeat;background-size:cover;padding:30px 30px 20px;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;box-shadow:0px 10px 30px rgba(0,0,0,.06);border-bottom:7px solid #5d78ff}.etn-speaker-item .etn-speaker-content .etn-title{margin:0 0 20px;font-size:1.375rem}.etn-speaker-item .etn-speaker-content .etn-title a{color:#333}.etn-speaker-item .etn-speaker-content p{margin-bottom:10px;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;font-size:1rem}.etn-speaker-item:hover .etn-speaker-content{background-color:#8000ff;border-bottom-color:rgba(0,0,0,0)}.etn-speaker-item:hover .etn-speaker-content .etn-title a,.etn-speaker-item:hover .etn-speaker-content p{color:#fff}.etn-speaker-item:hover .etn-speaker-thumb:before{opacity:1}.etn-speaker-item:hover .etn-speakers-social{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;bottom:30px}.etn-speaker-item.style-3 .etn-speaker-thumb img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-o-transition:all .4s ease;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease}.etn-speaker-item.style-3 .etn-speaker-content{position:absolute;right:0;bottom:-13px;background:#fff;z-index:1;width:90%;padding:20px 0 25px}.etn-speaker-item.style-3 .etn-speaker-content .etn-title{margin:0 0 10px}.etn-speaker-item.style-3 .etn-speaker-content p{margin-bottom:15px}.etn-speaker-item.style-3 .etn-speaker-content .etn-speakers-social a{display:inline-block;width:40px;height:40px;background-color:#5d78ff;line-height:40px;color:#fff;margin:0 2px;font-size:.875rem}.etn-speaker-item.style-3 .etn-speaker-content .etn-speakers-social a:hover{background-color:rgba(93,120,255,.8)}.etn-speaker-item.style-3:hover .etn-speaker-thumb img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.etn-speaker-item.style-3:hover .etn-speaker-content .etn-title a{color:#ff007a}.etn-speaker-item.style-3:hover .etn-speaker-content p{color:#000}.etn-speaker-item.style-3:hover .etn-speaker-content .etn-speakers-social{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;bottom:30px}.etn-event-item{position:relative;box-shadow:0px 10px 30px rgba(0,0,0,.05);padding:30px;border-radius:12px;-webkit-border-radius:12px;-ms-border-radius:12px;margin-bottom:30px;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease}.etn-event-item .etn-event-thumb{position:relative;margin-bottom:20px;width:100%;height:100%;overflow:hidden;border-radius:12px;-webkit-border-radius:12px;-ms-border-radius:12px}.etn-event-item .etn-event-thumb>a{line-height:0;display:block}.etn-event-item .etn-event-thumb img{transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);width:100%}.etn-event-item .etn-event-category{position:absolute;left:20px;top:20px;z-index:1}.etn-event-item .etn-event-category span{background-color:#5d78ff;color:#fff;padding:4px 8px;font-size:.8125rem;text-transform:uppercase;font-weight:600;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px}.etn-event-item .etn-event-location{font-size:.9375rem;color:#ff007a;margin-bottom:5px}.etn-event-item .etn-event-location i{margin-right:5px}.etn-event-item .etn-event-location a{color:#ff007a}.etn-event-item .etn-title{margin:0 0 10px;font-size:1.375rem}.etn-event-item .etn-title a{color:#202020;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease}.etn-event-item .etn-event-footer{overflow:hidden}.etn-event-item .etn-event-footer .etn-event-date{float:left;font-size:.9375rem;font-weight:700}.etn-event-item .etn-event-footer .etn-event-date i{padding-right:5px}.etn-event-item .etn-event-footer .etn-atend-btn{float:right}.etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border{padding:0px 15px;font-weight:700;font-size:.8125rem;border-width:2px;line-height:25px;border-color:#ff007a;color:#ff007a;background-image:none;display:inline-block}.etn-event-item:hover{background-color:#fff}.etn-event-item:hover .etn-event-thumb img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.etn-event-item:hover .etn-title a{color:#5d78ff}.etn-event-list2 .etn-event-item{padding:0;box-shadow:none}.etn-event-list2 .etn-event-content{border-top:4px solid #5d78ff;margin:-60px 20px 0;background:#fff;position:relative;padding:24px;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px}.etn-event-list2 .etn-ticket-price,.etn-event-list2 .etn-event-location{margin:0px 15px 15px 0}.etn-event-list2 .event-top-meta{display:flex;flex-wrap:wrap;justify-content:space-between}.calendar-tooltip .etn-event-duration-date,.etn-event-item .etn-event-duration-date{font-size:13px;font-weight:400;color:#5d78ff;margin:0 0 8px 0}.event-tab-wrapper ul{margin-bottom:30px;padding:0;text-align:center}.event-tab-wrapper ul li{display:inline-block}.event-tab-wrapper ul li a.etn-tab-a{padding:8px 20px;color:#fff;display:block;margin:0 2px;border:1px solid #5d78ff;color:#5d78ff;border-radius:36px;-webkit-border-radius:36px;-ms-border-radius:36px}.event-tab-wrapper ul li a.etn-tab-a.etn-active{background-color:#5d78ff;color:#fff}.etn-speaker-page-container{padding:60px 0;width:100%}.etn-single-speaker-wrapper .etn-schedule-wrap{padding:25px}.etn-single-speaker-wrapper .schedule-tab-wrapper .etn-nav{box-shadow:0 10px 20px rgba(0,0,0,.06)}.etn-single-speaker-wrapper .etn-speaker-summery{word-wrap:break-word}.etn-speaker-info{box-shadow:0px 10px 40px rgba(0,0,0,.05);padding:50px;text-align:center}.etn-speaker-info .etn-speaker-thumb{width:255px;height:255px;border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;overflow:hidden;margin:auto;margin-bottom:30px}.etn-speaker-info .etn-speaker-thumb img{width:100%;height:auto}.etn-speaker-info .etn-title{font-size:1.875rem;margin-bottom:10px}@media(max-width: 767px){.etn-speaker-info .etn-title{font-size:1.625rem}}.etn-speaker-info .etn-speaker-designation{border-bottom:1px solid #eaeaea;padding-bottom:30px;margin-bottom:30px}.etn-speaker-info .etn-title.etn-speaker-name{margin-bottom:10px}.etn-speaker-info .etn-speaker-details-meta{padding:0;list-style-type:none;margin:0 0 20px}.etn-speaker-logo{margin-bottom:15px}.etn-speaker-logo img{max-width:100%}.etn-social a{display:inline-flex;justify-content:center;align-items:center;text-decoration:none;margin:0 2px;width:35px;height:35px;line-height:35px;color:#fff;background-color:#5d78ff}.etn-social a.etn-facebook-f,.etn-social a.etn-facebook,.etn-social a.etn-facebook-square,.etn-social a.etn-facebook-messenger{background-color:#3b5998}.etn-social a.etn-twitter,.etn-social a.etn-twitter-square{background-color:#1da1f2}.etn-social a.etn-linkedin-in,.etn-social a.etn-linkedin{background-color:#007bb5}.etn-social a.etn-instagram{background-color:#c32aa3}.etn-social a.etn-youtube-square{background-color:red}.etn-social a.etn-pinterest,.etn-social a.etn-pinterest-square,.etn-social a.etn-pinterest-p{background-color:#bd081c}.etn-social.etn-social-style-1{display:flex;align-items:center}.etn-social.etn-social-style-1 a{background-color:rgba(0,0,0,0);text-align:center}.etn-social.etn-social-style-1 a.fa-facebook-f,.etn-social.etn-social-style-1 a.fa-facebook,.etn-social.etn-social-style-1 a.fa-facebook-square,.etn-social.etn-social-style-1 a.fa-facebook-messenger{color:#3b5998}.etn-social.etn-social-style-1 a.fa-twitter,.etn-social.etn-social-style-1 a.fa-twitter-square{color:#1da1f2}.etn-social.etn-social-style-1 a.fa-linkedin-in,.etn-social.etn-social-style-1 a.fa-linkedin{color:#007bb5}.etn-social.etn-social-style-1 a.fa-instagram{color:#c32aa3}.etn-social.etn-social-style-1 a.fa-youtube-square{color:red}.etn-social.etn-social-style-1 a.fa-pinterest,.etn-social.etn-social-style-1 a.fa-pinterest-square,.etn-social.etn-social-style-1 a.fa-pinterest-p{color:#bd081c}.schedule-list-wrapper .schedule-listing.multi-schedule-list{display:flex;flex-direction:row;flex-wrap:wrap}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-time{color:#fff;background:#5d78ff;padding:60px 20px;font-size:.9375rem;font-weight:700;flex:0 0 18%;max-width:18%;display:flex;align-items:center;flex-wrap:wrap}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-time span{display:block;line-height:1.625rem}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info{padding:35px 40px;border:1px dashed #e5e5e5;border-left:none;width:82%}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .schedule-slot-title{margin:0 0 10px;line-height:1}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .schedule-slot-details{margin-bottom:0}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker{display:flex;flex-wrap:wrap;margin-top:30px;gap:15px}@media(max-width: 576px){.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker{column-gap:0;row-gap:15px}}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content{text-align:center}@media(max-width: 576px){.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content{flex:0 0 25%}}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content .schedule-slot-speakers{width:50px;height:50px;border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content .schedule-speaker{margin:0;font-size:.875rem}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content img{max-width:60px;border-radius:5px;height:60px;object-fit:cover}.schedule-list-wrapper .schedule-listing.multi-schedule-list:nth-of-type(even) .schedule-slot-time{opacity:.8}@media(max-width: 767px){.schedule-list-wrapper .schedule-listing.multi-schedule-list{flex-direction:column}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-time{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:20px 35px;width:100%}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:25px 20px;border-left:1px dashed #e5e5e5;width:100%}}@-webkit-keyframes fadeUp{from{opacity:0;-webkit-transform:translate3d(0, 3%, 0);transform:translate3d(0, 3%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeUp{from{opacity:0;-webkit-transform:translate3d(0, 3%, 0);transform:translate3d(0, 3%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.etn-schedule-wrap .etn-single-schedule-item{border-bottom:1px solid #eaeaea;padding:30px 0;margin:0}.etn-schedule-wrap .etn-single-schedule-item:last-of-type{border-bottom:none}.etn-schedule-wrap .etn-schedule-info .etn-schedule-time{background:#edf0ff;padding:10px 18px;border-radius:36px;-webkit-border-radius:36px;-ms-border-radius:36px;color:#2852e9;font-size:.8125rem;font-weight:700;display:inline-block;text-transform:uppercase;margin-bottom:10px}.etn-schedule-wrap .etn-schedule-info .etn-schedule-location{display:block;padding-left:25px;font-size:.875rem;line-height:1.25rem;position:relative}@media(max-width: 992px){.etn-schedule-wrap .etn-schedule-info .etn-schedule-location{margin-bottom:15px}}.etn-schedule-wrap .etn-schedule-info .etn-schedule-location i{font-size:.9375rem;color:#949494;position:absolute;left:0px;top:4px}.etn-schedule-wrap .etn-schedule-content .etn-title{margin-bottom:10px}@media(min-width: 992px){.etn-schedule-wrap .etn-schedule-content p{margin-bottom:0}}.schedule-tab-wrapper .etn-title{margin-bottom:30px}.schedule-tab-wrapper .etn-nav{padding:0;margin:0 0 40px}.schedule-tab-wrapper .etn-nav li{display:inline-block;margin:0}.schedule-tab-wrapper .etn-nav li a{font-size:1.25rem;font-weight:700;color:#232323;text-decoration:none;display:inline-block;white-space:nowrap;padding:5px 15px;position:relative;border-bottom:4px solid #f2f2f2}.schedule-tab-wrapper .etn-nav li a:after{border-color:#5d78ff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);content:"";width:0;height:0;border-style:solid;border-width:10px 10px 0 10px;position:absolute;left:0;bottom:-10px;right:0;margin:auto;opacity:0}.schedule-tab-wrapper .etn-nav li a.etn-active{border-bottom-color:#5d78ff}.schedule-tab-wrapper .etn-nav li a.etn-active:after{opacity:1}.schedule-tab-wrapper .etn-nav li a span{padding:0 20px;display:block}.schedule-tab-wrapper .etn-nav li a .etn-day{font-size:.9375rem;color:#585858;font-weight:500;text-align:center}.schedule-tab-wrapper .etn-nav li a:hover,.schedule-tab-wrapper .etn-nav li a:focus{background-color:rgba(0,0,0,0)}.schedule-tab-wrapper .etn-schedule-speaker{margin-top:20px}.schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker{position:relative;display:inline-block;margin:0 5px 2px 0}.schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker img{width:50px;height:50px;object-fit:cover}.schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker .etn-schedule-speaker-title{position:absolute;left:-30px;top:-25px;padding:0;background:#5d78ff;color:#fff;font-size:.8125rem;line-height:1rem;padding:3px 10px;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;opacity:0;visibility:hidden;margin:0;white-space:nowrap}.schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker .etn-schedule-speaker-title:after{width:0;height:0;border-style:solid;border-width:8px 8px 0 8px;border-color:#5d78ff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;content:"";left:0;bottom:-8px;right:0;margin:0 auto}.schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker:hover .etn-schedule-speaker-title{opacity:1;visibility:visible;z-index:1}.schedule-tab-wrapper .etn-schedule-right-content .etn-schedule-location{font-size:.875rem;line-height:1.125rem}.schedule-tab-wrapper .etn-schedule-right-content .etn-schedule-location i{padding-right:10px}.schedule-tab-wrapper .etn-schedule-right-content .etn-schedule-speaker{margin-top:12px}.schedule-tab-wrapper.schedule-style-1 .etn-nav li{margin:0 -2px}.schedule-tab-wrapper.schedule-style-1 .etn-nav li a.etn-active{border-bottom-color:#5d78ff}.schedule-tab-wrapper.schedule-style-1 .etn-nav li a.etn-active::after{opacity:0}.schedule-tab-wrapper.schedule-style-1 .etn-nav li a span{padding:0}.schedule-tab-wrapper.schedule-style-1 .etn-schedule-info .etn-schedule-time{background:rgba(0,0,0,0);padding:0;font-weight:400;color:#585858}.schedule-tab-wrapper.schedule-style-1 .etn-schedule-wrap .etn-single-schedule-item:last-of-type{border-bottom:1px solid #eaeaea}.etn-tab-content .etn-tab{display:none}.etn-tab-content .etn-tab.tab-active{display:block}.etn-tab-content .etn-tab.tab-active{-webkit-animation-name:fadeUp;animation-name:fadeUp;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeUp{from{opacity:0;-webkit-transform:translate3d(0, 3%, 0);transform:translate3d(0, 3%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeUp{from{opacity:0;-webkit-transform:translate3d(0, 3%, 0);transform:translate3d(0, 3%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.etn-event-single-wrap .etn-event-single-content-wrap,.etn-event-single-wrap .schedule-tab-wrapper,.etn-event-single-wrap .etn-tag-wrapper{box-shadow:0px 0px 30px rgba(0,0,0,.03);margin-bottom:40px;padding:45px}@media(max-width: 767px){.etn-event-single-wrap .etn-event-single-content-wrap,.etn-event-single-wrap .schedule-tab-wrapper,.etn-event-single-wrap .etn-tag-wrapper{padding:25px}}.etn-content-wrap{box-shadow:0px 0px 30px rgba(0,0,0,.03)}.etn-es-events-page-container{padding-top:80px;padding-bottom:80px}.etn-event-single-content-wrap .etn-event-meta{position:relative}.etn-event-single-content-wrap .etn-event-meta:after{clear:both;width:100%;content:"";display:table}.etn-event-single-content-wrap .etn-event-meta .etn-event-category{float:left}.etn-event-single-content-wrap .etn-event-meta .etn-event-category span{color:#5d78ff}.etn-event-single-content-wrap .etn-event-meta .etn-event-social-wrap{float:right;position:relative}.etn-event-single-content-wrap .etn-event-meta .etn-event-social-wrap .etn-social{position:absolute;right:-15px;top:100%;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease}.etn-event-single-content-wrap .etn-event-meta .etn-event-social-wrap .etn-social a{text-align:center}.etn-event-single-content-wrap .etn-event-meta .etn-event-social-wrap:hover .etn-social{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.etn-event-single-content-wrap .etn-event-entry-title{line-height:1;font-weight:700;margin-bottom:40px}@media(min-width: 767px){.etn-event-single-content-wrap .etn-event-entry-title{font-size:42px}}.etn-event-single-content-wrap .etn-single-event-media{margin-bottom:40px}.etn-event-single-content-wrap .etn-single-event-media img{max-width:100%}.etn-event-single-content-wrap .etn-event-content-body>*{margin-bottom:20px}.etn-event-single-content-wrap .etn-event-content-body iframe{width:100%}.etn-event-tag-list h4{margin-bottom:20px}.etn-event-tag-list a{font-size:12px;border:1px solid #eaeaea;padding:5px 10px;text-transform:uppercase;color:#333;font-weight:700}.etn-event-tag-list a:hover{color:#5d78ff;border-color:#5d78ff}.no-shadow{box-shadow:none !important}.meeting-wrapper .meeting-title{text-align:center;padding:10px 0;font-size:1.625rem;text-transform:capitalize;margin:0}.meeting-wrapper .meeting-row{display:flex;border:1px solid #e7e7e7}.meeting-wrapper .meeting-row:nth-child(odd){background:#e2e2e2}.meeting-wrapper .meeting-row .meeting-info{padding:15px;flex:30%;text-align:center}.meeting-wrapper .meeting-row .meeting-info p{margin:0}.meeting-wrapper .meeting-row .info-right{flex:70%;border-left:1px solid #ededed}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+1){background-color:#f2f4ff}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+2){background-color:#fff2f8}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+3){background-color:#ebf7ff}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+4){background-color:#ebfbfa}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+5){background-color:#fff0fc}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+6){background-color:#f3f1ff}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+7){background-color:#e6fbfe}.meeting-wrapper.zoom-2 .meeting-row{border:none;margin-bottom:8px;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px}.meeting-wrapper.zoom-2 .meeting-info{text-align:left;padding:15px 40px;flex:50%}.meeting-wrapper.zoom-2 .meeting-info.info-right{border-left:0}.meeting-wrapper.zoom-3 .meeting-row{border:1px solid #e4e7e9;margin-bottom:10px;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px}.meeting-wrapper.zoom-3 .meeting-row:nth-child(odd){background-color:rgba(0,0,0,0)}.meeting-wrapper.zoom-3 .meeting-info{text-align:left;padding:15px 40px;flex:50%}.meeting-wrapper.zoom-3 .meeting-info.info-right{border-left:0}.meeting-wrapper.zoom-4 .meeting-row{border:0;margin-bottom:10px;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px;box-shadow:0 6px 8px 8px rgba(0,0,0,.02)}.meeting-wrapper.zoom-4 .meeting-row:nth-child(odd){background-color:rgba(0,0,0,0)}.meeting-wrapper.zoom-4 .meeting-info{text-align:left;padding:15px 40px;flex:50%}.meeting-wrapper.zoom-4 .meeting-info.info-right{border-left:0}.etn-organizer-style-1{box-shadow:0px 0px 30px rgba(0,0,0,.03);margin-bottom:40px;padding:45px}.etn-organizer-style-1 .etn-title{font-size:1.75rem}@media(min-width: 767px){.etn-organizer-style-1 .etn-title{font-size:36px}}.etn-organizer-style-1 .etn-organizer-wrap{display:flex;flex-wrap:wrap}.etn-organizer-style-1 .etn-organizer-wrap .etn-organizer-name{font-size:1.25rem}.etn-organizer-style-1 .etn-organizer-wrap .etn-organizer-email{font-size:1rem}.etn-organizer-style-1 .etn-organizer-wrap .etn-organaizer-item{width:50%;margin-bottom:30px}.etn-organizer-style-1 .etn-organizer-wrap .etn-organaizer-item .etn-organizer-logo{margin-bottom:15px}.etn-organizer-style-1 .etn-organizer-wrap .etn-organaizer-item .etn-label-name{font-weight:700;text-transform:uppercase}.etn-sidebar .etn-widget{box-shadow:0px 0px 30px rgba(0,0,0,.03);padding:35px;margin-bottom:30px}.etn-sidebar .etn-widget .etn-widget-title{margin-bottom:20px}.etn-sidebar .etn-event-meta-info ul{padding:0;margin:0;list-style-type:none}.etn-sidebar .etn-event-meta-info ul li{display:block;padding-bottom:15px;border-bottom:1px solid #f2f2f2;margin-bottom:15px;font-size:1rem}.etn-sidebar .etn-event-meta-info ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.etn-sidebar .etn-event-meta-info ul li span{font-weight:700}.etn-sidebar .etn-event-meta-info ul li span.etn-location-name{font-weight:normal;position:relative}.etn-sidebar .etn-event-meta-info ul li span.etn-location-name:not(:last-child){margin-right:8px}.etn-sidebar .etn-event-meta-info ul li span.etn-location-name:not(:last-child)::before{position:absolute;content:",";right:-8px;bottom:-2px}.etn-sidebar .etn-event-meta-info ul li .etn-event-timezone{font-weight:400}.etn-sidebar .etn-event-organizers .etn-organaizer-item{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f2f2ff}.etn-sidebar .etn-event-organizers .etn-organaizer-item:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0}.etn-sidebar .etn-event-organizers .etn-organaizer-item .etn-organizer-name{font-size:1.125rem;margin-bottom:5px}.etn-sidebar .etn-event-organizers .etn-organaizer-item .etn-label-name{font-weight:700}.etn-sidebar .etn-event-organizers .etn-organaizer-item .etn-organizer-email{margin-bottom:5px}.etn-sidebar .etn-ticket-widget .etn-qty-field label,.etn-sidebar .etn-ticket-widget .etn-price-field label{margin-bottom:10px}.etn-sidebar .etn-ticket-widget .etn-qty-field .attr-form-control,.etn-sidebar .etn-ticket-widget .etn-price-field .attr-form-control{border:1px solid #eaeaea}@media(max-width: 767px){.etn-sidebar .etn-ticket-widget .etn-qty-field,.etn-sidebar .etn-ticket-widget .etn-price-field{margin-bottom:15px}}.etn-sidebar .etn-ticket-widget .etn-price-field input[type=number]::-webkit-outer-spin-button,.etn-sidebar .etn-ticket-widget .etn-price-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.etn-sidebar .etn-ticket-widget .etn-price-field input[type=number]{-moz-appearance:textfield}.etn-sidebar .etn-ticket-widget .etn-total-price{font-weight:700;margin:15px 0}.etn-sidebar .etn-variable-ticket-widget{padding:35px 10px}.etn-variable-ticket-widget .etn-single-ticket-item{background-color:#f4f5f8;padding:20px;margin-bottom:10px;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px}.etn-variable-ticket-widget .ticket-header{font-size:1rem;color:#5d78ff;font-weight:700;margin-bottom:15px}.etn-variable-ticket-widget .ticket-header .seat-remaining-text{color:#6d6e77;font-size:.8125rem;font-weight:400}.etn-variable-ticket-widget .etn-ticket-price-body{display:flex;justify-content:space-between}.etn-variable-ticket-widget .etn-ticket-price-body.stock_out{opacity:.2;cursor:no-drop}.etn-variable-ticket-widget .etn-ticket-price-body.stock_out .etn-quantity{visibility:hidden}.etn-variable-ticket-widget .ticket-price-item label{color:#525259;font-size:12px;text-transform:uppercase;font-weight:600;line-height:1.5rem;display:block;margin-bottom:5px}.etn-variable-ticket-widget .ticket-price-item strong{font-size:1rem}.etn-variable-ticket-widget .ticket-price-item.etn-quantity{position:relative;text-align:center}.etn-variable-ticket-widget .ticket-price-item.etn-quantity input{max-width:90px;height:32px;border:none;text-align:center;-moz-appearance:textfield}.etn-variable-ticket-widget .ticket-price-item.etn-quantity input::-webkit-outer-spin-button,.etn-variable-ticket-widget .ticket-price-item.etn-quantity input::-webkit-inner-spin-button{-webkit-appearance:none}.etn-variable-ticket-widget .etn-add-to-cart-block{display:block;width:100%;border:none;color:#fff;font-weight:700;text-transform:uppercase;font-size:.875rem;border:1px solid rgba(0,0,0,0)}.etn-variable-ticket-widget .etn-add-to-cart-block.disabled{pointer-events:none;cursor:not-allowed;background-color:rgba(0,0,0,.04);color:rgba(0,0,0,.25);border:1px solid #d9d9d9}.etn-variable-ticket-widget .etn-add-to-cart-block.disabled:focus{outline:none}.etn-variable-ticket-widget .etn-ticket-divider{border-bottom:1px dashed #c3c6cc;margin-bottom:10px;position:relative}.etn-variable-ticket-widget .qt-sub,.etn-variable-ticket-widget .qt-add{position:absolute;left:0;background:rgba(0,0,0,0);border:none;padding:0;font-size:1.25rem;color:#000;line-height:1;height:32px;width:30px}.etn-variable-ticket-widget .qt-sub:hover,.etn-variable-ticket-widget .qt-sub:focus,.etn-variable-ticket-widget .qt-add:hover,.etn-variable-ticket-widget .qt-add:focus{background-color:rgba(0,0,0,0);color:#000}.etn-variable-ticket-widget .qt-add{left:auto;right:0}.etn-variable-ticket-widget .etn-variable-total-price{padding:20px;border:1px solid #5d78ff;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;margin-bottom:20px}.etn-variable-ticket-widget .etn-variable-total-price .etn-total-quantity,.etn-variable-ticket-widget .etn-variable-total-price .etn-ticket-total-price{margin-bottom:8px;display:flex;justify-content:space-between;font-size:1rem;font-weight:700}.etn-variable-ticket-widget .etn-variable-total-price .etn-total-quantity ._sub__total,.etn-variable-ticket-widget .etn-variable-total-price .etn-ticket-total-price ._sub__total{margin-left:-3px}.etn-variable-ticket-widget .etn-subtotal ._sub__total,.etn-variable-ticket-widget .etn-ticket-total-price ._sub__total{margin-left:-3px}.quantity-error-msg{color:red;font-size:12px;line-height:14px;margin-top:-3px;margin-bottom:15px}.etn-sidebar .etn-widget .etn-social a{background-color:rgba(0,0,0,0);color:#5d78ff;width:auto;height:auto;line-height:1.25rem;padding:0 2px;font-size:.875rem}.etn-sidebar .etn-widget .etn-social a.etn-facebook-f,.etn-sidebar .etn-widget .etn-social a.etn-facebook,.etn-sidebar .etn-widget .etn-social a.etn-facebook-square,.etn-sidebar .etn-widget .etn-social a.etn-facebook-messenger{color:#3b5998}.etn-sidebar .etn-widget .etn-social a.etn-twitter,.etn-sidebar .etn-widget .etn-social a.etn-twitter-square{color:#1da1f2}.etn-sidebar .etn-widget .etn-social a.etn-linkedin-in,.etn-sidebar .etn-widget .etn-social a.etn-linkedin{color:#007bb5}.etn-sidebar .etn-widget .etn-social a.etn-instagram{color:#c32aa3}.etn-sidebar .etn-widget .etn-social a.etn-youtube-square{color:red}.etn-sidebar .etn-widget .etn-social a.etn-pinterest,.etn-sidebar .etn-widget .etn-social a.etn-pinterest-square,.etn-sidebar .etn-widget .etn-social a.etn-pinterest-p{color:#bd081c}.etn-zoom-event-notice{margin-top:15px;font-size:12px;font-weight:500;color:#333;line-height:1rem}.etn-invoice-zoom-event-title{margin-top:15px;font-size:1rem;font-weight:500;color:#000}.etn-invoice-zoom-event{margin-top:5px}.etn-attendee-form{max-width:500px;margin:auto}.etn-attendee-form .attendee-title{font-size:30px;margin-bottom:20px;text-align:center;font-weight:700;line-height:1.4;margin-top:0}.etn-attendee-form .attendee_submit_disable{opacity:.5;cursor:no-drop}.etn-attendee-form .etn-group-field label{display:block}.etn-attendee-form .etn-group-field .etn-radio-field-wrap{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.etn-attendee-form .etn-group-field .etn-radio-field-wrap .etn-radio-field{display:flex;align-items:center;margin-right:10px}.etn-attendee-form .etn-group-field .etn-radio-field-wrap .etn-radio-field input[type=radio]{margin-right:5px;width:auto}.etn-ticket-single-variation-details{border-radius:8px;-webkit-border-radius:8px;-ms-border-radius:8px;background-color:#fff;padding:30px}.etn-ticket-single-variation-details.block-empty{background-color:rgba(0,0,0,0);padding:0}.etn-ticket-single-variation-details:not(:last-child){margin-bottom:10px}.etn-ticket-single-variation-details .etn-arrow-icon{transition:all .3s ease}.etn-ticket-single-variation-details .etn-attendee-ticket-collapsed .etn-arrow-icon{transform:rotate(180deg)}.etn-ticket-single-variation-details .etn-ticket-single-variation-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.etn-ticket-single-variation-details .etn-ticket-single-variation-title-wrap{display:flex;align-items:center;gap:20px}.etn-ticket-single-variation-details .etn-ticket-single-variation-title-wrap h3{line-height:1;margin:0;font-weight:700;font-size:20px}.etn-ticket-single-variation-details .etn-attendy-count{margin-bottom:10px}.etn-attendee-form-wrap{margin-top:30px}.etn-attendee-form-wrap h4{margin:0;font-size:18px;font-weight:700}.etn-attendee-form-wrap .attr-form-control{background-color:rgba(0,0,0,0);border:1px solid #eaeaea;font-size:.8125rem;height:40px;line-height:40px}.etn-attendee-form-wrap .attr-form-control:focus{border-color:#5d78ff}.etn-attendee-form-wrap .etn-group-field{margin-bottom:15px}.etn-attendee-form-wrap .etn-group-field:last-child{margin-bottom:0}.etn-attendee-form-wrap .etn-group-field label{font-size:.8125rem;line-height:1.625rem;margin:0 0 5px}.etn-attendee-form-wrap .etn-error{font-size:.8125rem;color:red;margin-top:3px;font-weight:600}.etn-attendee-form-wrap .form-control{line-height:40px !important;height:40px !important}.etn-attendee-registration-page{min-height:100vh;background-color:#f1f1f1}.attendee-button-wrapper{text-align:right;margin-top:30px}.attendee-button-wrapper .attendee_goback{border:2px solid #cdcdcd !important}.etn-single-page-ticket-count-text-holder{padding-left:15px;margin-bottom:18px;line-height:1.625rem;font-size:.875rem;color:#777;line-height:1.25rem}.etn-sidebar .etn-widget .etn-widget-title.etn-form-title{margin-bottom:12px;padding-left:15px}.etn-input-field-required{color:#e32;display:inline}.meeting-wrapper{margin-top:15px;margin-bottom:15px}.etn-single-event-attendee-btn{background-color:#5d78ff;border-radius:5px;margin-bottom:30px}.etn-single-event-attendee-btn:hover{background-color:#5d5dff}.etn-single-event-attendee-btn .etn-single-event-attendee-btn-text{color:#fff;text-align:center;display:block;font-weight:500;font-size:1.25rem;padding:16px}.etn-event-single-category-list{text-align:center;color:#f5f5f5;border:1px solid #f5f5f5;padding:2px 4px 2px 4px;border-radius:3px;margin-left:3px}.etn-event-single-category-list:hover{background-color:#f5f5f5}.etn-event-search-wrapper{display:grid;align-items:center;grid-template-columns:repeat(4, 1fr);background:#fff;position:relative;border-radius:6px;margin-bottom:30px;box-shadow:0 10px 20px rgba(0,0,0,.04)}@media(max-width: 991px){.etn-event-search-wrapper{grid-template-columns:1fr}}.etn-event-search-wrapper .input-group{padding:20px;gap:10px;display:flex;align-items:center;position:relative}@media(min-width: 992px){.etn-event-search-wrapper .input-group:not(:last-child){border-right:1px solid var(--border)}}.etn-event-search-wrapper .input-group .input-group-text{display:flex}.etn-event-search-wrapper .form-control,.etn-event-search-wrapper .etn_event_select{border:1px solid var(--border);width:100%}.etn-event-search-wrapper .search-button-wrapper{display:flex;align-items:center;justify-content:space-between;padding:16px 32px}.etn-event-search-wrapper .etn-filter-icon{background-color:rgba(0,0,0,0);border:none;color:#5d78ff;display:flex;align-items:center}.etn-event-search-wrapper .etn-filter-icon:hover,.etn-event-search-wrapper .etn-filter-icon:focus{background-color:rgba(0,0,0,0);color:#ff007a}.etn-text-right{text-align:right}.etn_event_inline_form_bottom{margin-bottom:30px;display:none}.etn_event_inline_form_bottom .etn_event_select{border:1px solid #eaeaea}.etn_event_inline_form_bottom .etn_event_form_title{font-size:1.625rem;margin:0 0 20px}.etn-pagination-wrapper .nav-links{display:flex;margin:0;list-style:none}.etn-pagination-wrapper .nav-links .page-numbers{padding:7px 14px;color:#5a5a5a;border:1px solid #f1f5f8;margin:0 8px 0 0;line-height:normal;text-align:center;display:inline-block;border-radius:3px;text-decoration:none;font-size:.875rem}.etn-pagination-wrapper .nav-links .page-numbers.current,.etn-pagination-wrapper .nav-links .page-numbers:hover{color:#fff;background:#5d78ff;border:1px solid rgba(0,0,0,0)}.error-text{color:red}.etn-speaker-detail2 .speaker-sidebar{text-align:center;box-shadow:0px 10px 40px rgba(0,0,0,.05)}.etn-speaker-detail2 .speaker-sidebar .speaker-title-info{margin-top:20px}.etn-speaker-detail2 .speaker-sidebar .etn-speaker-designation{margin-bottom:10px}.etn-speaker-detail2 .speaker-sidebar .etn-speaker-info{padding:0 0 40px;box-shadow:none}.etn-speaker-detail2 .speaker-sidebar .etn-speaker-details-meta{padding:0;list-style-type:none;margin:0 0 20px}.etn-speaker-detail2 .etn-schedule-wrap-title{margin:0 0 40px}.etn-recurring-event-wrapper{box-shadow:0px 0px 30px rgba(0,0,0,.03);margin-bottom:40px}.etn-recurring-event-wrapper .etn-widget-title{font-size:1.625rem;padding:30px 0 0 30px;font-weight:700;margin-bottom:30px}.etn-recurring-event-wrapper #seeMore{text-align:center;display:block;margin:auto;width:100%;border:0;font-size:1rem;font-weight:600;color:#fff;padding:20px}.etn-recurring-event-wrapper #seeMore:hover,.etn-recurring-event-wrapper #seeMore:focus{background-color:#5d78ff;color:#fff}.etn-recurring-widget{padding:30px 25px 10px;border-bottom:1px solid #eaeaea;margin:0;display:none}.etn-recurring-widget .etn-date-meta{font-size:.8125rem;font-weight:600;text-transform:uppercase;padding:10px 20px;border:2px solid #e4e7e9;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px;text-align:center}.etn-recurring-widget .etn-date-meta span{color:#5d78ff;font-size:1rem;display:block}.etn-recurring-widget .etn-title{margin:10px 0 0;padding:0;font-size:22px}.etn-recurring-widget .etn-title a{color:unset;text-decoration:none}.etn-recurring-widget .etn-title-wrap p{margin-bottom:20px}.etn-recurring-widget .recurring-content .etn-time-meta li{font-size:.875rem;list-style-type:none;line-height:1.5rem;margin-bottom:8px}.etn-recurring-widget .etn-event-form-parent{margin-bottom:20px}.etn-recurring-widget .etn-event-form-parent .etn-item-row{display:flex;justify-content:space-between;flex-wrap:wrap}.etn-recurring-widget .etn-event-form-parent label{display:block;margin-bottom:8px;font-size:.9375rem;font-weight:500;line-height:1.5rem}.etn-recurring-widget .etn-event-form-parent .attr-form-control{max-width:80px}.etn-recurring-widget .etn-event-form-parent .etn-event-form-price{padding:0;height:auto;background:rgba(0,0,0,0);border:none;line-height:33px}.etn-recurring-widget .etn-event-form-parent .etn-event-form-price:focus{border:none}.etn-recurring-widget .etn-event-form-parent .etn-t-price,.etn-recurring-widget .etn-event-form-parent .etn-event-form-price{font-size:1.125rem;font-weight:700;color:#5d78ff}.etn-recurring-widget .etn-event-form-parent .etn-event-form-qty{height:40px;background-color:#eaeef1;font-weight:600;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;border:none}.etn-recurring-widget .etn-event-form-parent .etn-event-form-qty:focus{border:none}.etn-recurring-widget .etn-event-form-parent .etn-quantity button{padding:0;background-color:rgba(0,0,0,0);color:#000}.etn-recurring-widget .etn-event-form-parent .etn-add-to-cart-btn{align-self:center}@media(max-width: 767px){.etn-recurring-widget .etn-event-form-parent .etn-add-to-cart-btn{margin-top:20px}}.etn-recurring-widget .etn-event-form-parent .etn-add-to-cart-btn .etn-btn{font-size:1rem;font-weight:500;background-color:#5d78ff;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px;padding:10px 30px;border:0;display:inline-block;color:#fff;line-height:32px}.etn-recurring-widget .etn-event-form-parent .etn-add-to-cart-btn .etn-btn:hover{background-color:#ff007a}.etn-recurring-widget .etn-form-wrap{padding-top:30px;border-top:1px solid #e4e7e9;display:none}.etn-recurring-widget .etn-single-page-ticket-count-text-holder .etn-form-ticket-text{display:inline-block;position:relative;margin-right:15px;padding-right:15px}.etn-recurring-widget .etn-single-page-ticket-count-text-holder .etn-form-ticket-text:before{content:"*";vertical-align:middle;font-size:1.25rem}.etn-recurring-widget .etn-zoom-event-notice{text-align:center;display:none}.etn-recurring-widget .etn-zoom-event-notice img{max-width:48px;display:block;margin:auto}.etn-recurring-widget .etn-recurring-header{padding-right:35px;padding-bottom:30px;position:relative;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width: 767px){.etn-recurring-widget .etn-recurring-header{flex-wrap:wrap}}.etn-recurring-widget .etn-recurring-header .etn-arrow{position:absolute;right:0;top:50%;font-size:1.75rem;bottom:0;margin:auto;transform:translateY(-40%)}@media(min-width: 1024px){.etn-recurring-widget .etn-title-wrap{flex:0 0 50%;max-width:50%;padding:0 20px}}@media(max-width: 992px){.etn-recurring-widget .etn-title-wrap{flex:0 0 60%;max-width:60%;padding:0}}@media(max-width: 768px){.etn-recurring-widget .etn-title-wrap{flex:0 0 100%;max-width:100%;margin:20px 0}}.etn-recurring-widget .etn-thumb-wrap{flex:0 0 13%;max-width:13%;align-self:end}@media(max-width: 768px){.etn-recurring-widget .etn-thumb-wrap{flex:0 0 20%;max-width:20%}}.etn-recurring-widget .etn-thumb-wrap img{border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px}@media(max-width: 992px){.etn-recurring-widget .etn-left-datemeta{display:flex;justify-content:space-between;margin-bottom:15px}.etn-recurring-widget .etn-left-datemeta .etn-zoom-event-notice{margin:0}}.etn-recurring-widget.no-active{opacity:.7}.etn-recurring-widget.active{box-shadow:0 0px 45px rgba(0,0,0,.07);opacity:1;background-color:#fff}.etn-recurring-widget.active .etn-arrow:before{content:""}.etn-recurring-widget:last-of-type{border-bottom:none}.etn_recur_hide_child>div{display:none}.etn-title-wrap p{margin-bottom:20px}.eventin-shortcode-wrapper,.events_calendar_classic{position:relative}.etn-event-loader{position:absolute;left:0;top:0;width:100%;height:100%;margin:auto;right:0;z-index:11;text-align:center;background-color:rgba(0,0,0,.05)}.etn-event-loader img{width:100px;height:100px;position:relative;top:45%}.etn-default-calendar-style{margin-bottom:30px}@media(max-width: 767px){.etn-default-calendar-style{margin-bottom:10px}}.etn-default-calendar-style .fc-toolbar{margin-top:15px;padding-bottom:15px}@media(min-width: 767px){.etn-default-calendar-style .fc-toolbar{max-width:280px;margin-top:0}}@media(max-width: 767px){.etn-default-calendar-style .fc-toolbar{margin-bottom:0 !important}}.etn-default-calendar-style .fc-toolbar h2{margin:0 0 0px;font-size:22px;font-weight:700}@media(max-width: 767px){.etn-default-calendar-style .fc-toolbar h2{font-size:18px}}.etn-default-calendar-style .fc-button{background-color:rgba(0,0,0,0);color:#000;height:40px;border:1px solid #ddd;width:40px;padding:0;text-align:center;display:grid !important;place-items:center !important;border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%}@media(max-width: 767px){.etn-default-calendar-style .fc-button{width:30px;height:30px;line-height:30px;font-size:12px}.etn-default-calendar-style .fc-button .fc-icon{font-size:12px !important;line-height:10px}}.etn-default-calendar-style .fc-button:hover{background:#5d78ff;border-color:#5d78ff}.etn-default-calendar-style .fc-view{border-top:1px solid #ddd;padding-top:20px}.etn-default-calendar-style .fc-daygrid-day-top{padding:0;justify-content:center;text-align:center}.etn-default-calendar-style .fc-daygrid-day-top a{width:50px;height:50px;margin:auto;border-radius:50%;line-height:50px;padding:0}@media(max-width: 767px){.etn-default-calendar-style .fc-daygrid-day-top a{width:30px;height:30px;line-height:30px;font-size:14px;font-weight:500}}.etn-default-calendar-style .fc-day-other .fc-daygrid-day-top a{pointer-events:none}.etn-default-calendar-style table{margin-bottom:0;border:none}.etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.etn-default-calendar-style table tbody>tr:nth-child(even)>td,.etn-default-calendar-style table tbody>tr:nth-child(even)>th,.etn-default-calendar-style table tbody>tr>td,.etn-default-calendar-style table .fc-daygrid-day.fc-day-today{background-color:#fff;padding:10px 0}@media(max-width: 767px){.etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.etn-default-calendar-style table tbody>tr:nth-child(even)>td,.etn-default-calendar-style table tbody>tr:nth-child(even)>th,.etn-default-calendar-style table tbody>tr>td,.etn-default-calendar-style table .fc-daygrid-day.fc-day-today{padding:4px 0}}.etn-default-calendar-style .fc-daygrid-day-events{display:none}.etn-default-calendar-style th.fc-day-header.fc-widget-header,.etn-default-calendar-style .fc .fc-col-header-cell-cushion{padding:20px}@media(max-width: 767px){.etn-default-calendar-style th.fc-day-header.fc-widget-header,.etn-default-calendar-style .fc .fc-col-header-cell-cushion{padding:0}}.etn-default-calendar-style .fc-theme-standard .fc-scrollgrid{border:none}.etn-default-calendar-style .fc-daygrid-day-number{font-weight:700;color:#000}.etn-default-calendar-style .fc-day-today .etn-has-event .fc-daygrid-day-number,.etn-default-calendar-style .fc-daygrid-day .etn-has-event .fc-daygrid-day-number{background:rgba(93,120,255,.1);opacity:1;pointer-events:all}.etn-default-calendar-style .fc-day-today .etn-has-event .fc-daygrid-day-number.fc-state-highlight,.etn-default-calendar-style .fc-daygrid-day .etn-has-event .fc-daygrid-day-number.fc-state-highlight{background-color:#5d78ff;color:#fff}.etn-default-calendar-style .fc-day a{text-decoration:none !important}.etn-default-calendar-style .fc-day.fc-day-today .fc-daygrid-day-number{outline:2px solid #5d78ff;outline-offset:2px}.etn-default-calendar-style .etn-event-item{box-shadow:none;border:1px solid #ddd}.etn-default-calendar-style .etn-event-item .etn-title{margin:0 0 20px}.etn-default-calendar-style .etn-event-item .etn-event-thumb{margin-bottom:0;border-radius:8px}@media(max-width: 1024px){.etn-default-calendar-style .etn-event-item .etn-event-thumb{margin-top:20px}}.etn-default-calendar-style .etn-event-item .etn-event-thumb img{border-radius:8px}.etn-default-calendar-style .fc td,.etn-default-calendar-style .fc th{border:none;border-top:0 !important}.etn-default-calendar-style .fc .fc-daygrid-day-bg .fc-bg-event{display:none}.etn-default-calendar-style .fc .fc-daygrid-bg-harness{display:grid;place-items:center}.etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before{content:"";background:rgba(93,120,255,.2);width:50px;height:50px;z-index:1;position:absolute;text-align:center;margin:auto;left:0;right:0;border-radius:50%}@media(max-width: 767px){.etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before{width:30px;height:30px}}.etn-default-calendar-style .fc-state-highlight{background:#5d78ff;color:#fff !important}.date-selected-calendar-event .etn-event-item{padding:20px 0;width:100%;margin-inline:auto;border-radius:0;-webkit-border-radius:0;-ms-border-radius:0}.date-selected-calendar-event .etn-event-item .etn-title{margin:0 0 5px;font-size:1.125rem}.date-selected-calendar-event .etn-event-item .etn-event-thumb{border-radius:0;-webkit-border-radius:0;-ms-border-radius:0}@media(min-width: 767px){.date-selected-calendar-event .etn-event-item .etn-event-thumb{margin-bottom:0}}.date-selected-calendar-event .etn-event-item .etn-event-price{font-size:1rem}.fc .fc-button{display:grid;place-items:center}.fc .fc-button .fc-icon{font-size:12px !important}@media(min-width: 1025px){.calendar_show.right{flex-direction:row-reverse}.calendar_show.right .etn-fullcalendar-content{padding-right:0;padding-left:40px;border-left:1px solid #ddd;border-right:none}.calendar_show.full_width .etn-fullcalendar-content{padding-right:0;border-right:none}}@media(min-width: 1025px){.calendar_show .etn-fullcalendar-content{padding-right:40px;border-right:1px solid #ddd}}.cat-dropdown-list{position:relative}@media(min-width: 767px){.cat-dropdown-list{max-width:212px;margin:0 0 -45px auto}}.cat-dropdown-list select{border:1px solid #ddd;font-weight:600;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;width:100%;background-position-y:50%}.etn-cal-selected-date{font-size:22px;font-weight:700;padding-bottom:20px;margin-bottom:15px;border-bottom:1px solid #ddd}.etn-cal-selected-date span{font-size:.9375rem;display:block;font-weight:400;line-height:14px;color:#777}.etn-not-found-post{background:rgba(255,0,0,.0588235294);padding:5px 15px;border-left:2px solid red;font-weight:400}.calendar-event-filter2 .etn-default-calendar-style .fc-toolbar{max-width:100%}.cat-radio-list{height:100%;background:#f6f6f6;padding:20px}@media(max-width: 767px){.cat-radio-list{height:auto;margin-bottom:20px}}.cat-radio-btn-list [type=radio]:checked,.cat-radio-btn-list [type=radio]:not(:checked){position:absolute;left:-9999px}.cat-radio-btn-list [type=radio]:checked+label,.cat-radio-btn-list [type=radio]:not(:checked)+label{position:relative;padding-left:28px;cursor:pointer;line-height:30px;display:inline-block;margin-bottom:5px;font-weight:600}.cat-radio-btn-list [type=radio]:checked+label:before,.cat-radio-btn-list [type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:7px;width:18px;height:18px;border:1px solid #ddd;border-radius:100%;background:#fff;font-size:1rem}.cat-radio-btn-list [type=radio]:checked+label:after,.cat-radio-btn-list [type=radio]:not(:checked)+label:after{content:"";width:8px;height:8px;background:#5d78ff;position:absolute;top:12px;left:5px;border-radius:100%;transition:all .2s ease}.cat-radio-btn-list [type=radio]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.cat-radio-btn-list [type=radio]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.etn-fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;animation-duration:1s}.sidebar .cat-dropdown-list,.left-sidebar .cat-dropdown-list,.right-sidebar .cat-dropdown-list,.widget .cat-dropdown-list,.widgets .cat-dropdown-list,.main-sidebar .cat-dropdown-list,#sidebar .cat-dropdown-list{display:none}.sidebar .fc .fc-toolbar.fc-header-toolbar,.left-sidebar .fc .fc-toolbar.fc-header-toolbar,.right-sidebar .fc .fc-toolbar.fc-header-toolbar,.widget .fc .fc-toolbar.fc-header-toolbar,.widgets .fc .fc-toolbar.fc-header-toolbar,.main-sidebar .fc .fc-toolbar.fc-header-toolbar,#sidebar .fc .fc-toolbar.fc-header-toolbar{margin-bottom:0}.sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,.sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.left-sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,.left-sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.right-sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,.right-sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.widget .etn-default-calendar-style th.fc-day-header.fc-widget-header,.widget .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.widgets .etn-default-calendar-style th.fc-day-header.fc-widget-header,.widgets .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.main-sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,.main-sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion,#sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,#sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion{padding:0}.sidebar .etn-default-calendar-style .fc-daygrid-day-top a,.left-sidebar .etn-default-calendar-style .fc-daygrid-day-top a,.right-sidebar .etn-default-calendar-style .fc-daygrid-day-top a,.widget .etn-default-calendar-style .fc-daygrid-day-top a,.widgets .etn-default-calendar-style .fc-daygrid-day-top a,.main-sidebar .etn-default-calendar-style .fc-daygrid-day-top a,#sidebar .etn-default-calendar-style .fc-daygrid-day-top a{width:35px;height:35px;line-height:35px}.sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,.left-sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,.right-sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,.widget .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,.widgets .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,.main-sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,#sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before{width:6px;height:6px;bottom:0}.sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.sidebar .etn-default-calendar-style table tbody>tr>td,.sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.left-sidebar .etn-default-calendar-style table tbody>tr>td,.left-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.right-sidebar .etn-default-calendar-style table tbody>tr>td,.right-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.widget .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.widget .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.widget .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.widget .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.widget .etn-default-calendar-style table tbody>tr>td,.widget .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.widgets .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.widgets .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.widgets .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.widgets .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.widgets .etn-default-calendar-style table tbody>tr>td,.widgets .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.main-sidebar .etn-default-calendar-style table tbody>tr>td,.main-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,#sidebar .etn-default-calendar-style table tbody>tr>td,#sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today{background-color:rgba(0,0,0,0)}.sidebar .date-selected-calendar-event .etn-event-item,.left-sidebar .date-selected-calendar-event .etn-event-item,.right-sidebar .date-selected-calendar-event .etn-event-item,.widget .date-selected-calendar-event .etn-event-item,.widgets .date-selected-calendar-event .etn-event-item,.main-sidebar .date-selected-calendar-event .etn-event-item,#sidebar .date-selected-calendar-event .etn-event-item{padding:0 0 10px;border-bottom:1px solid #ddd}.sidebar .date-selected-calendar-event .etn-event-item:hover,.left-sidebar .date-selected-calendar-event .etn-event-item:hover,.right-sidebar .date-selected-calendar-event .etn-event-item:hover,.widget .date-selected-calendar-event .etn-event-item:hover,.widgets .date-selected-calendar-event .etn-event-item:hover,.main-sidebar .date-selected-calendar-event .etn-event-item:hover,#sidebar .date-selected-calendar-event .etn-event-item:hover{background-color:rgba(0,0,0,0)}.sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.left-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.right-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.widget .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.widgets .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.main-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4,#sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4{display:none}.sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.left-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.right-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.widget .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.widgets .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.main-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,#sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0}.sidebar .date-selected-calendar-event .etn-event-item .etn-title,.left-sidebar .date-selected-calendar-event .etn-event-item .etn-title,.right-sidebar .date-selected-calendar-event .etn-event-item .etn-title,.widget .date-selected-calendar-event .etn-event-item .etn-title,.widgets .date-selected-calendar-event .etn-event-item .etn-title,.main-sidebar .date-selected-calendar-event .etn-event-item .etn-title,#sidebar .date-selected-calendar-event .etn-event-item .etn-title{font-size:.9375rem;line-height:1.125rem}.sidebar .calendar_show.right>.etn-col-lg-7,.sidebar .calendar_show.right>.etn-col-lg-5,.sidebar .calendar_show.right .etn-col-lg-3,.sidebar .calendar_show.right .etn-col-lg-5,.sidebar .calendar_show.right .etn-col-lg-4,.sidebar .calendar_show.left>.etn-col-lg-7,.sidebar .calendar_show.left>.etn-col-lg-5,.sidebar .calendar_show.left .etn-col-lg-3,.sidebar .calendar_show.left .etn-col-lg-5,.sidebar .calendar_show.left .etn-col-lg-4,.sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.left-sidebar .calendar_show.right>.etn-col-lg-7,.left-sidebar .calendar_show.right>.etn-col-lg-5,.left-sidebar .calendar_show.right .etn-col-lg-3,.left-sidebar .calendar_show.right .etn-col-lg-5,.left-sidebar .calendar_show.right .etn-col-lg-4,.left-sidebar .calendar_show.left>.etn-col-lg-7,.left-sidebar .calendar_show.left>.etn-col-lg-5,.left-sidebar .calendar_show.left .etn-col-lg-3,.left-sidebar .calendar_show.left .etn-col-lg-5,.left-sidebar .calendar_show.left .etn-col-lg-4,.left-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.left-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.left-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.left-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.left-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.right-sidebar .calendar_show.right>.etn-col-lg-7,.right-sidebar .calendar_show.right>.etn-col-lg-5,.right-sidebar .calendar_show.right .etn-col-lg-3,.right-sidebar .calendar_show.right .etn-col-lg-5,.right-sidebar .calendar_show.right .etn-col-lg-4,.right-sidebar .calendar_show.left>.etn-col-lg-7,.right-sidebar .calendar_show.left>.etn-col-lg-5,.right-sidebar .calendar_show.left .etn-col-lg-3,.right-sidebar .calendar_show.left .etn-col-lg-5,.right-sidebar .calendar_show.left .etn-col-lg-4,.right-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.right-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.right-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.right-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.right-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.widget .calendar_show.right>.etn-col-lg-7,.widget .calendar_show.right>.etn-col-lg-5,.widget .calendar_show.right .etn-col-lg-3,.widget .calendar_show.right .etn-col-lg-5,.widget .calendar_show.right .etn-col-lg-4,.widget .calendar_show.left>.etn-col-lg-7,.widget .calendar_show.left>.etn-col-lg-5,.widget .calendar_show.left .etn-col-lg-3,.widget .calendar_show.left .etn-col-lg-5,.widget .calendar_show.left .etn-col-lg-4,.widget .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.widget .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.widget .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.widget .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.widget .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.widgets .calendar_show.right>.etn-col-lg-7,.widgets .calendar_show.right>.etn-col-lg-5,.widgets .calendar_show.right .etn-col-lg-3,.widgets .calendar_show.right .etn-col-lg-5,.widgets .calendar_show.right .etn-col-lg-4,.widgets .calendar_show.left>.etn-col-lg-7,.widgets .calendar_show.left>.etn-col-lg-5,.widgets .calendar_show.left .etn-col-lg-3,.widgets .calendar_show.left .etn-col-lg-5,.widgets .calendar_show.left .etn-col-lg-4,.widgets .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.widgets .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.widgets .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.widgets .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.widgets .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.main-sidebar .calendar_show.right>.etn-col-lg-7,.main-sidebar .calendar_show.right>.etn-col-lg-5,.main-sidebar .calendar_show.right .etn-col-lg-3,.main-sidebar .calendar_show.right .etn-col-lg-5,.main-sidebar .calendar_show.right .etn-col-lg-4,.main-sidebar .calendar_show.left>.etn-col-lg-7,.main-sidebar .calendar_show.left>.etn-col-lg-5,.main-sidebar .calendar_show.left .etn-col-lg-3,.main-sidebar .calendar_show.left .etn-col-lg-5,.main-sidebar .calendar_show.left .etn-col-lg-4,.main-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.main-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.main-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.main-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.main-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,#sidebar .calendar_show.right>.etn-col-lg-7,#sidebar .calendar_show.right>.etn-col-lg-5,#sidebar .calendar_show.right .etn-col-lg-3,#sidebar .calendar_show.right .etn-col-lg-5,#sidebar .calendar_show.right .etn-col-lg-4,#sidebar .calendar_show.left>.etn-col-lg-7,#sidebar .calendar_show.left>.etn-col-lg-5,#sidebar .calendar_show.left .etn-col-lg-3,#sidebar .calendar_show.left .etn-col-lg-5,#sidebar .calendar_show.left .etn-col-lg-4,#sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,#sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,#sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,#sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,#sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sidebar .calendar_show.right .etn-fullcalendar-content,.sidebar .calendar_show.left .etn-fullcalendar-content,.sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.left-sidebar .calendar_show.right .etn-fullcalendar-content,.left-sidebar .calendar_show.left .etn-fullcalendar-content,.left-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.right-sidebar .calendar_show.right .etn-fullcalendar-content,.right-sidebar .calendar_show.left .etn-fullcalendar-content,.right-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.widget .calendar_show.right .etn-fullcalendar-content,.widget .calendar_show.left .etn-fullcalendar-content,.widget .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.widgets .calendar_show.right .etn-fullcalendar-content,.widgets .calendar_show.left .etn-fullcalendar-content,.widgets .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.main-sidebar .calendar_show.right .etn-fullcalendar-content,.main-sidebar .calendar_show.left .etn-fullcalendar-content,.main-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,#sidebar .calendar_show.right .etn-fullcalendar-content,#sidebar .calendar_show.left .etn-fullcalendar-content,#sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content{padding:0;border:0}.sidebar .event-calendar-wrapper,.left-sidebar .event-calendar-wrapper,.right-sidebar .event-calendar-wrapper,.widget .event-calendar-wrapper,.widgets .event-calendar-wrapper,.main-sidebar .event-calendar-wrapper,#sidebar .event-calendar-wrapper{padding:1rem}.sidebar .cat-radio-list,.left-sidebar .cat-radio-list,.right-sidebar .cat-radio-list,.widget .cat-radio-list,.widgets .cat-radio-list,.main-sidebar .cat-radio-list,#sidebar .cat-radio-list{height:100%;background:#f6f6f6;padding:20px 0}.sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.sidebar .etn-default-calendar-style table tbody>tr>td,.sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.left-sidebar .etn-default-calendar-style table tbody>tr>td,.left-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.right-sidebar .etn-default-calendar-style table tbody>tr>td,.right-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.widget .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.widget .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.widget .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.widget .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.widget .etn-default-calendar-style table tbody>tr>td,.widget .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.widgets .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.widgets .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.widgets .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.widgets .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.widgets .etn-default-calendar-style table tbody>tr>td,.widgets .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,.main-sidebar .etn-default-calendar-style table tbody>tr>td,.main-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>td,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(even)>th,#sidebar .etn-default-calendar-style table tbody>tr>td,#sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today{padding:4px 0}.sidebar .etn-default-calendar-style .fc-toolbar,.left-sidebar .etn-default-calendar-style .fc-toolbar,.right-sidebar .etn-default-calendar-style .fc-toolbar,.widget .etn-default-calendar-style .fc-toolbar,.widgets .etn-default-calendar-style .fc-toolbar,.main-sidebar .etn-default-calendar-style .fc-toolbar,#sidebar .etn-default-calendar-style .fc-toolbar{max-width:100%}.etn-sidebar .etn-add-to-calender-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.etn-sidebar .etn-add-to-calender-title .etn-title{display:inline-block;margin:0}.etn-sidebar .etn-add-to-calender-title .etn-indecator-icon{line-height:1;position:relative;top:3px;transition:all .3s ease}.etn-sidebar .etn-add-to-calender-title.expand .etn-indecator-icon{transform:rotate(180deg)}.etn-calender-list{margin:20px 0 0;padding:0;display:flex;flex-direction:column}.etn-calender-list li{list-style:none;padding:0}.etn-calender-list li+li{margin-top:15px}.etn-calender-list a{font-weight:600;text-transform:capitalize;color:#333;transition:all .3s ease;margin:0;align-items:center;line-height:1;display:inline-flex;padding:7px 12px 5px;border-radius:3px;border:1px solid #f2f2f2;min-width:172px}.etn-calender-list a:hover{background:#5d78ff;color:#fff;border-color:rgba(0,0,0,0)}.etn-calender-list a i{padding-right:15px}.etn-calender-list a .calender-name{margin:-4px 0 0 15px;font-size:.875rem}.etn-recurring-widget .etn-left-datemeta{margin-bottom:0}.etn-recurring-widget .etn-add-to-calender-title .etn-title{font-size:1.125rem;margin:0}.etn-recurring-widget .etn-date-text{font-size:1rem;color:#5d78ff;margin:0}.etn-recurring-widget .etn-date-to{font-size:12px;padding:5px 0;line-height:1;margin:0}@media(max-width: 991px){.etn-recurring-add-calendar{margin-bottom:40px}.etn-recurring-widget .etn-date-meta{padding:8px 30px}}.more-event-tag{background:#3d52ff;border-radius:4px 0px 5px;color:#fff;display:inline-block;padding:0 9px;font-size:12px;font-weight:600;line-height:20px;margin:0 0 10px}.more-event-tag svg{vertical-align:middle}.etn-event-thumb .more-event-tag{position:absolute;right:15px;bottom:15px;z-index:1}.attendee-ticket-update-form{background-color:#fff;padding:30px;border-radius:5px;margin:0}.attendee-ticket-update-form .etn-attendee-form-wrap{margin-top:0}.etn-related-event-wrap .etn-event-location span:not(:last-child),.etn-event-related-post .etn-event-location span:not(:last-child){position:relative;margin-right:5px}.etn-related-event-wrap .etn-event-location span:not(:last-child):before,.etn-event-related-post .etn-event-location span:not(:last-child):before{position:absolute;right:-5px;content:","}.registration-expired-message{font-size:18px;text-align:center;margin:0;line-height:1.4}.wrap-seat-plan-form .tt-seat-map-controls{justify-content:flex-start}.wrap-seat-plan-form .etn-summary-grid{display:grid;grid-template-columns:repeat(2, 1fr);border:1px solid #e4e5ec;padding:30px;border-radius:8px;gap:30px}@media screen and (max-width: 767px){.wrap-seat-plan-form .tt-seat-map-controls{flex-wrap:wrap}.wrap-seat-plan-form .etn-summary-grid{grid-template-columns:1fr;padding:1rem}}.wrap-seat-plan-form .etn-summary-element{display:flex;gap:20px;flex:0 0 50%;align-items:center}.wrap-seat-plan-form .etn-summary-icon{flex:0 0 50px;height:50px;border:1px solid #e4e5ec;display:flex;align-items:center;justify-content:center;border-radius:50%}.wrap-seat-plan-form .etn-summary-description h4{font-size:14px;font-weight:normal;color:#606469;margin-bottom:5px}.wrap-seat-plan-form .etn-summary-description p{font-weight:bold;margin:0}.wrap-seat-plan-form .etn-summary-icon svg{fill:#000}.wrap-seat-plan-form .tt-seatsmap-wrapper{border-color:rgba(0,0,0,0);margin-bottom:25px}.wrap-seat-plan-form .eventin-seat-plan-area{border:1px solid #e2e2e3;padding:30px 40px;border-radius:10px}.wrap-seat-plan-form .etn-checkout-button{display:flex;height:46px;text-align:center;line-height:1;background-color:#5d5dff;color:#fff;border-radius:40px;margin-top:30px;font-weight:600;text-transform:uppercase;font-size:14px;width:100%;align-items:center;justify-content:center}.wrap-seat-plan-form .etn-checkout-button:hover{background-color:rgba(93,93,255,.8);color:#fff}.wrap-seat-plan-form .selected-seats-list{margin:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px}.wrap-seat-plan-form .selected-seats-list li{font-weight:bold;font-size:16px}.etn-ticket-details{margin-top:10px}.etn-ticket-details .ticket-details__title{margin:0}.etn-ticket-details .single-ticket-details__title{margin:0;font-weight:bold}.etn-ticket-details .single-ticket-seats__list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px}.etn-ticket-details .single-ticket-seats__list li{font-weight:normal;font-size:14px}.etn-ticket-details .single-ticket-details{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:4px}.woocommerce-checkout-review-order-table .product-name{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.woocommerce-checkout-review-order-table .product-name>a{flex:0 0 100%}.button.button--loader{display:flex;align-items:center;justify-content:center}.button--loading:before{content:" ";width:.75em;height:.75em;margin-right:.5em;border-radius:50%;border:3px solid #fff;border-color:#3582c4 rgba(0,0,0,0) #fff rgba(0,0,0,0);animation:loading-spinner-animation 1s linear infinite}@keyframes loading-spinner-animation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ekit-section-parallax-layer{position:absolute;pointer-events:none}.ekit-section-parallax-layer .elementskit-parallax-graphic{width:100%;height:auto;overflow:visible}.ekit-section-parallax-layer svg.elementskit-parallax-graphic{width:100px}.item_animation{position:absolute;overflow:hidden;animation:ekit-fade 5s infinite linear}.elementskit-invisible{visibility:hidden}.elementskit-parallax-multi-container{transition:none!important}.ekit-section-parallax-type-tilt{pointer-events:auto!important;z-index:99999}@-webkit-keyframes ekit-fade{0%{opacity:.3}100%{opacity:1}}@keyframes ekit-fade{0%{opacity:.3}100%{opacity:1}}@-webkit-keyframes ekit-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ekit-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ekit-bounce{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%{-webkit-transform:translate3d(0,150%,0);transform:translate3d(0,150%,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes ekit-bounce{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes ekit-zoom{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes ekit-zoom{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes ekit-rotate-box{0%{transform:translate(0,0) rotate(0) scale(1)}20%{transform:translate(73px,-1px) rotate(36deg) scale(.9)}40%{transform:translate(141px,72px) rotate(72deg) scale(1)}60%{transform:translate(83px,122px) rotate(108deg) scale(1.2)}80%{transform:translate(-40px,72px) rotate(144deg) scale(1.1)}100%{transform:translate(0,0) rotate(0) scale(1)}}@-webkit-keyframes ekit-rotate-box{0%{-webkit-transform:translate(0,0) rotate(0) scale(1)}20%{-webkit-transform:translate(73px,-1px) rotate(36deg) scale(.9)}40%{-webkit-transform:translate(141px,72px) rotate(72deg) scale(1)}60%{-webkit-transform:translate(83px,122px) rotate(108deg) scale(1.2)}80%{-webkit-transform:translate(-40px,72px) rotate(144deg) scale(1.1)}100%{-webkit-transform:translate(0,0) rotate(0) scale(1)}}@-webkit-keyframes ekit-left-right{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}50%{-webkit-transform:translateX(50%);transform:translateX(50%)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes ekit-left-right{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}50%{-webkit-transform:translateX(50%);transform:translateX(50%)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}} :focus{outline:0}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all .2s ease-in-out;transform:scale(.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}@font-face {
font-family: "iconfont";
src: url(//www.ssbtur.com/wp-content/themes/exhibz/assets/fonts/iconfont.ttf?ukrc8w) format("truetype"),
url(//www.ssbtur.com/wp-content/themes/exhibz/assets/fonts/iconfont.woff?ukrc8w) format("woff"),
url(//www.ssbtur.com/wp-content/themes/exhibz/assets/fonts/iconfont.svg?ukrc8w#iconfont) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.icon { font-family: "iconfont" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon::before {
font-family: "iconfont" !important;
}
.icon-x-twitter:before {
content: "\e900";
}
.icon-facebook-messenger:before {
content: "\e901";
}
.icon-linkedin-in:before {
content: "\e902";
}
.icon-square-x-twitter:before {
content: "\e903";
}
.icon-tiktok:before {
content: "\e904";
}
.icon-whatsapp:before {
content: "\e905";
}
.icon-home:before {
content: "\e800";
}
.icon-apartment:before {
content: "\e801";
}
.icon-pencil:before {
content: "\e802";
}
.icon-magic-wand:before {
content: "\e803";
}
.icon-drop:before {
content: "\e804";
}
.icon-lighter:before {
content: "\e805";
}
.icon-poop:before {
content: "\e806";
}
.icon-sun:before {
content: "\e807";
}
.icon-moon:before {
content: "\e808";
}
.icon-cloud:before {
content: "\e809";
}
.icon-cloud-upload:before {
content: "\e80a";
}
.icon-cloud-download:before {
content: "\e80b";
}
.icon-cloud-sync:before {
content: "\e80c";
}
.icon-cloud-check:before {
content: "\e80d";
}
.icon-database:before {
content: "\e80e";
}
.icon-lock:before {
content: "\e80f";
}
.icon-cog:before {
content: "\e810";
}
.icon-trash:before {
content: "\e811";
}
.icon-dice:before {
content: "\e812";
}
.icon-heart:before {
content: "\e813";
}
.icon-star:before {
content: "\e814";
}
.icon-star-half:before {
content: "\e815";
}
.icon-star-empty:before {
content: "\e816";
}
.icon-flag:before {
content: "\e817";
}
.icon-envelope:before {
content: "\e818";
}
.icon-paperclip:before {
content: "\e819";
}
.icon-inbox:before {
content: "\e81a";
}
.icon-eye:before {
content: "\e81b";
}
.icon-printer:before {
content: "\e81c";
}
.icon-file-empty:before {
content: "\e81d";
}
.icon-file-add:before {
content: "\e81e";
}
.icon-enter:before {
content: "\e81f";
}
.icon-exit:before {
content: "\e820";
}
.icon-graduation-hat:before {
content: "\e821";
}
.icon-license:before {
content: "\e822";
}
.icon-music-note:before {
content: "\e823";
}
.icon-film-play:before {
content: "\e824";
}
.icon-camera-video:before {
content: "\e825";
}
.icon-camera:before {
content: "\e826";
}
.icon-picture:before {
content: "\e827";
}
.icon-book:before {
content: "\e828";
}
.icon-bookmark:before {
content: "\e829";
}
.icon-user:before {
content: "\e82a";
}
.icon-users:before {
content: "\e82b";
}
.icon-shirt:before {
content: "\e82c";
}
.icon-store:before {
content: "\e82d";
}
.icon-cart:before {
content: "\e82e";
}
.icon-tag:before {
content: "\e82f";
}
.icon-phone-handset:before {
content: "\e830";
}
.icon-phone:before {
content: "\e831";
}
.icon-pushpin:before {
content: "\e832";
}
.icon-map-marker:before {
content: "\e833";
}
.icon-map:before {
content: "\e834";
}
.icon-location:before {
content: "\e835";
}
.icon-calendar-full:before {
content: "\e836";
}
.icon-keyboard:before {
content: "\e837";
}
.icon-spell-check:before {
content: "\e838";
}
.icon-screen:before {
content: "\e839";
}
.icon-smartphone:before {
content: "\e83a";
}
.icon-tablet:before {
content: "\e83b";
}
.icon-laptop:before {
content: "\e83c";
}
.icon-laptop-phone:before {
content: "\e83d";
}
.icon-power-switch:before {
content: "\e83e";
}
.icon-bubble:before {
content: "\e83f";
}
.icon-heart-pulse:before {
content: "\e840";
}
.icon-construction:before {
content: "\e841";
}
.icon-pie-chart:before {
content: "\e842";
}
.icon-chart-bars:before {
content: "\e843";
}
.icon-gift:before {
content: "\e844";
}
.icon-diamond:before {
content: "\e845";
}
.icon-dinner:before {
content: "\e847";
}
.icon-coffee-cup:before {
content: "\e848";
}
.icon-leaf:before {
content: "\e849";
}
.icon-paw:before {
content: "\e84a";
}
.icon-rocket:before {
content: "\e84b";
}
.icon-briefcase:before {
content: "\e84c";
}
.icon-bus:before {
content: "\e84d";
}
.icon-car:before {
content: "\e84e";
}
.icon-train:before {
content: "\e84f";
}
.icon-bicycle:before {
content: "\e850";
}
.icon-wheelchair:before {
content: "\e851";
}
.icon-select:before {
content: "\e852";
}
.icon-earth:before {
content: "\e853";
}
.icon-smile:before {
content: "\e854";
}
.icon-sad:before {
content: "\e855";
}
.icon-neutral:before {
content: "\e856";
}
.icon-mustache:before {
content: "\e857";
}
.icon-alarm:before {
content: "\e858";
}
.icon-bullhorn:before {
content: "\e859";
}
.icon-volume-high:before {
content: "\e85a";
}
.icon-volume-medium:before {
content: "\e85b";
}
.icon-volume-low:before {
content: "\e85c";
}
.icon-volume:before {
content: "\e85d";
}
.icon-mic:before {
content: "\e85e";
}
.icon-hourglass:before {
content: "\e85f";
}
.icon-undo:before {
content: "\e860";
}
.icon-redo:before {
content: "\e861";
}
.icon-sync:before {
content: "\e862";
}
.icon-history:before {
content: "\e863";
}
.icon-clock:before {
content: "\e864";
}
.icon-download:before {
content: "\e865";
}
.icon-upload:before {
content: "\e866";
}
.icon-enter-down:before {
content: "\e867";
}
.icon-exit-up:before {
content: "\e868";
}
.icon-bug:before {
content: "\e869";
}
.icon-code:before {
content: "\e86a";
}
.icon-link:before {
content: "\e86b";
}
.icon-unlink:before {
content: "\e86c";
}
.icon-thumbs-up:before {
content: "\e86d";
}
.icon-thumbs-down:before {
content: "\e86e";
}
.icon-magnifier:before {
content: "\e86f";
}
.icon-cross:before {
content: "\e870";
}
.icon-menu:before {
content: "\e871";
}
.icon-list:before {
content: "\e872";
}
.icon-chevron-up:before {
content: "\e873";
}
.icon-chevron-down:before {
content: "\e874";
}
.icon-chevron-left:before {
content: "\e875";
}
.icon-chevron-right:before {
content: "\e876";
}
.icon-arrow-up:before {
content: "\e877";
}
.icon-arrow-down:before {
content: "\e878";
}
.icon-arrow-left:before {
content: "\e879";
}
.icon-arrow-right:before {
content: "\e87a";
}
.icon-move:before {
content: "\e87b";
}
.icon-warning:before {
content: "\e87c";
}
.icon-question-circle:before {
content: "\e87d";
}
.icon-menu-circle:before {
content: "\e87e";
}
.icon-checkmark-circle:before {
content: "\e87f";
}
.icon-cross-circle:before {
content: "\e880";
}
.icon-plus-circle:before {
content: "\e881";
}
.icon-circle-minus:before {
content: "\e882";
}
.icon-arrow-up-circle:before {
content: "\e883";
}
.icon-arrow-down-circle:before {
content: "\e884";
}
.icon-arrow-left-circle:before {
content: "\e885";
}
.icon-arrow-right-circle:before {
content: "\e886";
}
.icon-chevron-up-circle:before {
content: "\e887";
}
.icon-chevron-down-circle:before {
content: "\e888";
}
.icon-chevron-left-circle:before {
content: "\e889";
}
.icon-chevron-right-circle:before {
content: "\e88a";
}
.icon-crop:before {
content: "\e88b";
}
.icon-frame-expand:before {
content: "\e88c";
}
.icon-frame-contract:before {
content: "\e88d";
}
.icon-layers:before {
content: "\e88e";
}
.icon-funnel:before {
content: "\e88f";
}
.icon-text-format:before {
content: "\e890";
}
.icon-text-size:before {
content: "\e892";
}
.icon-bold:before {
content: "\e893";
}
.icon-italic:before {
content: "\e894";
}
.icon-underline:before {
content: "\e895";
}
.icon-strikethrough:before {
content: "\e896";
}
.icon-highlight:before {
content: "\e897";
}
.icon-text-align-left:before {
content: "\e898";
}
.icon-text-align-center:before {
content: "\e899";
}
.icon-text-align-right:before {
content: "\e89a";
}
.icon-text-align-justify:before {
content: "\e89b";
}
.icon-line-spacing:before {
content: "\e89c";
}
.icon-indent-increase:before {
content: "\e89d";
}
.icon-indent-decrease:before {
content: "\e89e";
}
.icon-page-break:before {
content: "\e8a2";
}
.icon-hand:before {
content: "\e8a5";
}
.icon-pointer-up:before {
content: "\e8a6";
}
.icon-pointer-right:before {
content: "\e8a7";
}
.icon-pointer-down:before {
content: "\e8a8";
}
.icon-pointer-left:before {
content: "\e8a9";
}
.icon-tsbell5:before {
content: "\e906";
}
.icon-tscalender2:before {
content: "\e907";
}
.icon-tslocation2:before {
content: "\e908";
}
.icon-tsmicrophone:before {
content: "\e909";
}
.icon-tsplus:before {
content: "\e90a";
}
.icon-tsseat2:before {
content: "\e90b";
}
.icon-tsSpoon:before {
content: "\e90c";
}
.icon-tsstove_fire:before {
content: "\e90d";
}
.icon-tsdirection_icon:before {
content: "\e90e";
}
.icon-tsfeature_icon1:before {
content: "\e90f";
}
.icon-tsfeature_icon2:before {
content: "\e910";
}
.icon-tsfeature_icon3:before {
content: "\e911";
}
.icon-tsfeature_icon4:before {
content: "\e912";
}
.icon-my_location:before {
content: "\e913";
}
.icon-tsdate:before {
content: "\e914";
}
.icon-tslocation:before {
content: "\e915";
}
.icon-tsmap:before {
content: "\e916";
}
.icon-tsplace:before {
content: "\e917";
}
.icon-building:before {
content: "\e918";
}
.icon-cycle:before {
content: "\e919";
}
.icon-food:before {
content: "\e91a";
}
.icon-fun:before {
content: "\e91b";
}
.icon-hotel:before {
content: "\e91c";
}
.icon-marketing:before {
content: "\e91d";
}
.icon-Monetizing:before {
content: "\e91e";
}
.icon-netwrorking:before {
content: "\e91f";
}
.icon-people:before {
content: "\e920";
}
.icon-planning:before {
content: "\e921";
}
.icon-pricing1Asset1:before {
content: "\e922";
}
.icon-pricing2Asset2:before {
content: "\e923";
}
.icon-pricing3Asset3:before {
content: "\e924";
}
.icon-ring1Asset1:before {
content: "\e925";
}
.icon-ring2Asset1:before {
content: "\e926";
}
.icon-vplay:before {
content: "\e927";
}
.icon-newsletter:before {
content: "\e928";
}
.icon-coins-2:before {
content: "\e929";
}
.icon-commerce-2:before {
content: "\e92a";
}
.icon-monitor:before {
content: "\e92b";
}
.icon-facebook:before {
content: "\e92c";
}
.icon-business:before {
content: "\e92d";
}
.icon-graphic-2:before {
content: "\e92e";
}
.icon-commerce-1:before {
content: "\e92f";
}
.icon-like:before {
content: "\e930";
}
.icon-home1:before {
content: "\e931";
}
.icon-phone-call:before {
content: "\e932";
}
.icon-contact:before {
content: "\e933";
}
.icon-comments:before {
content: "\e934";
}
.icon-cloud-computing:before {
content: "\e935";
}
.icon-care:before {
content: "\e936";
}
.icon-coin:before {
content: "\e937";
}
.icon-donation:before {
content: "\e938";
}
.icon-donation_2:before {
content: "\e939";
}
.icon-heart1:before {
content: "\e93a";
}
.icon-dove:before {
content: "\e93b";
}
.icon-drop1:before {
content: "\e93c";
}
.icon-first-aid-kit:before {
content: "\e93d";
}
.icon-groceries:before {
content: "\e93e";
}
.icon-heartbeat:before {
content: "\e93f";
}
.icon-left-arrow:before {
content: "\e940";
}
.icon-newspaper:before {
content: "\e941";
}
.icon-open-book:before {
content: "\e942";
}
.icon-down-arrow:before {
content: "\e943";
}
.icon-planet-earth:before {
content: "\e944";
}
.icon-plus-button:before {
content: "\e945";
}
.icon-poor-water-supply:before {
content: "\e946";
}
.icon-tap-water:before {
content: "\e947";
}
.icon-support:before {
content: "\e948";
}
.icon-sweater:before {
content: "\e949";
}
.icon-doctor:before {
content: "\e94a";
}
.icon-team:before {
content: "\e94b";
}
.icon-group:before {
content: "\e94c";
}
.icon-family:before {
content: "\e94d";
}
.icon-children:before {
content: "\e94e";
}
.icon-team_2:before {
content: "\e94f";
}
.icon-telemarketer:before {
content: "\e950";
}
.icon-water:before {
content: "\e951";
}
.icon-twitter:before {
content: "\e952";
}
.icon-twitter1:before {
content: "\e953";
}
.icon-linkedin:before {
content: "\e954";
}
.icon-youtube:before {
content: "\e955";
}
.icon-dribbble:before {
content: "\e956";
}
.icon-pinterest:before {
content: "\e957";
}
.icon-vimeo:before {
content: "\e958";
}
.icon-soundcloud:before {
content: "\e959";
}
.icon-youtube-v:before {
content: "\e95a";
}
.icon-behance:before {
content: "\e95b";
}
.icon-google-plus:before {
content: "\e95c";
}
.icon-instagram:before {
content: "\e95d";
}
.icon-hammer:before {
content: "\e95e";
}
.icon-justice-1:before {
content: "\e95f";
}
.icon-double-left-chevron:before {
content: "\e960";
}
.icon-double-angle-pointing-to-right:before {
content: "\e961";
}
.icon-arrow-point-to-down:before {
content: "\e962";
}
.icon-play-button:before {
content: "\e963";
}
.icon-minus:before {
content: "\e964";
}
.icon-plus:before {
content: "\e965";
}
.icon-tick:before {
content: "\e966";
}
.icon-download-arrow:before {
content: "\e967";
}
.icon-edit:before {
content: "\e968";
}
.icon-reply:before {
content: "\e969";
}
.icon-cogwheel-outline:before {
content: "\e96a";
}
.icon-symbol:before {
content: "\e96b";
}
.icon-calendar:before {
content: "\e96c";
}
.icon-shopping-cart:before {
content: "\e96d";
}
.icon-shopping-basket:before {
content: "\e96e";
}
.icon-users1:before {
content: "\e96f";
}
.icon-man:before {
content: "\e970";
}
.icon-support1:before {
content: "\e971";
}
.icon-favorites:before {
content: "\e972";
}
.icon-calendar1:before {
content: "\e973";
}
.icon-paper-plane:before {
content: "\e974";
}
.icon-placeholder:before {
content: "\e975";
}
.icon-phone-call1:before {
content: "\e976";
}
.icon-contact1:before {
content: "\e977";
}
.icon-email:before {
content: "\e978";
}
.icon-internet:before {
content: "\e979";
}
.icon-quote:before {
content: "\e97a";
}
.icon-line:before {
content: "\e97b";
}
.icon-money-3:before {
content: "\e97c";
}
.icon-commerce:before {
content: "\e97d";
}
.icon-tools:before {
content: "\e97e";
}
.icon-pie-chart1:before {
content: "\e97f";
}
.icon-diamond1:before {
content: "\e980";
}
.icon-agenda:before {
content: "\e981";
}
.icon-like1:before {
content: "\e982";
}
.icon-justice:before {
content: "\e983";
}
.icon-technology:before {
content: "\e984";
}
.icon-coins-1:before {
content: "\e985";
}
.icon-left-arrow1:before {
content: "\e986";
}
.icon-bank:before {
content: "\e987";
}
.icon-calculator:before {
content: "\e988";
}
.icon-chart2:before {
content: "\e989";
}
.icon-map-marker1:before {
content: "\e98a";
}
.icon-mutual-fund:before {
content: "\e98b";
}
.icon-phone1:before {
content: "\e98c";
}
.icon-pie-chart2:before {
content: "\e98d";
}
.icon-play:before {
content: "\e98e";
}
.icon-savings:before {
content: "\e98f";
}
.icon-search:before {
content: "\e990";
}
.icon-tag1:before {
content: "\e991";
}
.icon-tags:before {
content: "\e992";
}
.icon-loan:before {
content: "\e993";
}
.icon-checked:before {
content: "\e994";
}
.icon-clock1:before {
content: "\e995";
}
.icon-comment:before {
content: "\e996";
}
.icon-comments1:before {
content: "\e997";
}
.icon-consult:before {
content: "\e998";
}
.icon-consut2:before {
content: "\e999";
}
.icon-envelope1:before {
content: "\e99a";
}
.icon-folder:before {
content: "\e99b";
}
.icon-invest:before {
content: "\e99c";
}
.icon-right-arrow2:before {
content: "\e99d";
}
.icon-quote1:before {
content: "\e99e";
}
.icon-deal:before {
content: "\e99f";
}
.icon-left-arrow2:before {
content: "\e9a0";
}
.icon-team1:before {
content: "\e9a1";
}
.icon-tshirt:before {
content: "\e9a2";
}
.icon-cancel:before {
content: "\e9a3";
}
.icon-drink:before {
content: "\e9a4";
}
.icon-home2:before {
content: "\e9a5";
}
.icon-music:before {
content: "\e9a6";
}
.icon-rich:before {
content: "\e9a7";
}
.icon-brush:before {
content: "\e9a8";
}
.icon-opposite-way:before {
content: "\e9a9";
}
.icon-cloud-computing1:before {
content: "\e9aa";
}
.icon-technology-1:before {
content: "\e9ab";
}
.icon-rotate:before {
content: "\e9ac";
}
.icon-medical:before {
content: "\e9ad";
}
.icon-flash-1:before {
content: "\e9ae";
}
.icon-flash:before {
content: "\e9af";
}
.icon-down-arrow1:before {
content: "\e9b0";
}
.icon-hours-support:before {
content: "\e9b1";
}
.icon-bag:before {
content: "\e9b2";
}
.icon-photo-camera:before {
content: "\e9b3";
}
.icon-search-minus:before {
content: "\e9b4";
}
.icon-search1:before {
content: "\e9b5";
}
.icon-down-arrow2:before {
content: "\e9b6";
}
.icon-up-arrow:before {
content: "\e9b7";
}
.icon-right-arrow:before {
content: "\e9b8";
}
.icon-left-arrows:before {
content: "\e9b9";
}
.icon-school:before {
content: "\e9ba";
}
.icon-settings:before {
content: "\e9bb";
}
.icon-smartphone1:before {
content: "\e9bc";
}
.icon-technology-11:before {
content: "\e9bd";
}
.icon-tool:before {
content: "\e9be";
}
.icon-business1:before {
content: "\e9bf";
}
.icon-van-1:before {
content: "\e9c0";
}
.icon-van:before {
content: "\e9c1";
}
.icon-vegetables:before {
content: "\e9c2";
}
.icon-women:before {
content: "\e9c3";
}
.icon-vintage:before {
content: "\e9c4";
}
.icon-up-arrow1:before {
content: "\e9c5";
}
.icon-arrows:before {
content: "\e9c6";
}
.icon-team2:before {
content: "\e9c7";
}
.icon-team-1:before {
content: "\e9c8";
}
.icon-medal:before {
content: "\e9c9";
}
.icon-uturn:before {
content: "\e9ca";
}
.icon-apple-1:before {
content: "\e9cb";
}
.icon-apple:before {
content: "\e9cc";
}
.icon-light-bulb:before {
content: "\e9cd";
}
.icon-light-bulb-1:before {
content: "\e9ce";
}
.icon-cogwheel:before {
content: "\e9cf";
}
.icon-watch:before {
content: "\e9d0";
}
.icon-star1:before {
content: "\e9d1";
}
.icon-star-1:before {
content: "\e9d2";
}
.icon-favorite:before {
content: "\e9d3";
}
.icon-medical1:before {
content: "\e9d4";
}
.icon-eye1:before {
content: "\e9d5";
}
.icon-full-screen:before {
content: "\e9d6";
}
.icon-shuffle-arrow:before {
content: "\e9d7";
}
.icon-online-shopping-cart:before {
content: "\e9d8";
}
.icon-shopping-cart1:before {
content: "\e9d9";
}
.icon-heart-shape-outline:before {
content: "\e9da";
}
.icon-ring3Asset2:before {
content: "\e9db";
}
.icon-ring4Asset3:before {
content: "\e9dc";
}
.icon-speaker:before {
content: "\e9dd";
}body{
overflow-x: hidden;
color: #5a5a5a;
-webkit-font-smoothing: antialiased !important;
}
.alignwide,
.alignwide {
margin-left: auto;
margin-right: auto;
clear: both;
}
@media only screen and (min-width: 768px) {
.alignwide,
.alignwide {
width: 100%;
max-width: 100%;
}
}
@media only screen and (min-width: 768px) {
.entry-content > *, .entry .entry-summary > * {
margin-top:32px;
margin-bottom: 32px;
}
}
ul, li {
list-style-position: inside;
}
.alignleft,
.alignleft {
float: left;
max-width: calc(5 * (100vw / 12));
margin-top: 0;
margin-left: 0;
margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
.alignleft,
.alignleft {
max-width: calc(4 * (100vw / 12));
margin-right: calc(2 * 1rem);
}
}
.alignright,
.alignright {
float: right;
max-width: calc(5 * (100vw / 12));
margin-top: 0;
margin-right: 0;
margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
.alignright,
.alignright {
max-width: calc(4 * (100vw / 12));
margin-right: 0;
margin-left: calc(2 * 1rem);
}
}
.aligncenter,
.aligncenter {
margin-left: auto;
margin-right: auto;
} .sidebar-inactive #content .container {
max-width: 80%;
} .sidebar-inactive .alignfull, 
.alignfull,
.alignfull,
.blockquote.wp-block-pullquote.alignfull,
.wp-block-pullquote:not(.is-style-solid-color).alignfull{  
width: 100vw;
margin-left: -50vw;
margin-right: -50vw;
position: relative;
left: 50%;
right: 50%;
max-width: initial;
border-left:0;
}
.alignfull > img,
.alignwide > img {
max-width: none;
width: 100%;
}
figure, .wp-caption, .wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
} .sidebar-inactive .alignfull blockquote{
padding: 40px;
}
.sidebar-inactive .alignfull.wp-block-cover-image.has-background-dim{
padding: 40px;
}
.sidebar-inactive  figure.wp-block-image.alignleft.is-resized,
.wp-block-image .alignleft{
margin-right: 30px;
margin-bottom: 70px;
}
.sidebar-inactive  figure.wp-block-image.alignright.is-resized,
.wp-block-image .alignright{
margin-left: 30px;
}
.sidebar-inactive #content .container {
max-width: 80%;
}
p.has-background {
padding: 20px 30px;
}
.wp-block-audio {
width: 100%;
}
.wp-block-audio audio {
width: 100%;
}
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
max-width: 198px;
}
@media only screen and (min-width: 768px) {
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
max-width: 384px;
}
}
@media only screen and (min-width: 1379px) {
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
max-width: 385.44px;
}
}
.wp-block-video video {
width: 100%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper{
text-align: center;
}
.wp-block-button .wp-block-button__link {
transition: background 150ms ease-in-out;
border: none;
font-size: 0.88889em;
line-height: 1.2;
box-sizing: border-box;
font-weight: bold;
text-decoration: none;
padding: 0.76rem 1rem;
outline: none;
outline: none;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
font-size: 16px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
background: #e7015e;
height: 50px;
padding: 0 35px;
line-height: 50px;
border-radius: 3px;
border: 0;
}
.wp-block-button .wp-block-button__link:not(.has-text-color) {
color: white;
}
.wp-block-button .wp-block-button__link:hover {
color: white;
background: #111;
cursor: pointer;
}
.wp-block-button .wp-block-button__link:focus {
color: white;
background: #111;
outline: thin dotted;
outline-offset: -4px;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
transition: all 150ms ease-in-out;
border-width: 2px;
border-style: solid;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
color: #ffb923;
border-color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
color: #111;
border-color: #111;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
list-style-position: outside;
}
.wp-block-latest-posts.has-dates{
list-style: none;
}
.wp-block-latest-posts__post-date{
margin-top:5px;
}
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
font-weight: 500;
line-height: 1.2;
padding-bottom: 0.75rem;
}
.wp-block-archives li.menu-item-has-children, .wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child {
padding-bottom: 0;
}
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
text-decoration: none;
}
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
text-align: center;
list-style-position: inside;
}
.wp-block-categories ul {
padding-top: 0.75rem;
}
.wp-block-categories li ul {
list-style-position: outside;
}
.wp-block-categories ul {
counter-reset: submenu;
}
.wp-block-latest-posts.is-grid li {
border-top: 2px solid #ccc;
padding-top: 1rem;
margin-bottom: 2rem;
}
.wp-block-latest-posts.is-grid li a:after {
content: '';
}
.wp-block-latest-posts.is-grid li:last-child {
margin-bottom: auto;
}
.wp-block-latest-posts.is-grid li:last-child a:after {
content: '';
}
.wp-block-preformatted {
line-height: 1.8;
padding: 1rem;
}
.wp-block-verse {
font-size: 22px;
line-height: 1.8;
}
.has-drop-cap:not(:focus):first-letter {
font-size: 3.375em;
line-height: 1;
font-weight: bold;
margin: 0 0.25em 0 0;
}
.wp-block-pullquote {
border-color: transparent;
border-width: 2px;
padding: 0;
}
.wp-block-pullquote p {
font-size: 1.6875em;
font-style: italic;
line-height: 1.3;
margin-bottom: 20px;
margin-top: 0.5em;
}
.wp-block-pullquote p em {
font-style: normal;
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote p {
font-size: 1.75rem;
}
}
.wp-block-pullquote.alignleft, 
.wp-block-pullquote.alignright {
width: 100%;
margin-top:80px;
margin-bottom: 70px;
}
.wp-block-pullquote.alignleft blockquote, 
.wp-block-pullquote.alignright blockquote {
margin: 1rem 0;
max-width: 100%;
}
.wp-block-pullquote.alignleft{
text-align: left;
margin-right: 30px !important;
}
.wp-block-pullquote.alignright{
text-align: right;
margin-left: 30px !important;
}
.wp-block-pullquote.alignleft blockquote p:first-child, .wp-block-pullquote.alignright blockquote p:first-child {
margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color {
padding-left: 0;
padding-right: 0;
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color {
padding-left: 10%;
padding-right: 10%;
}
}
.wp-block-pullquote.is-style-solid-color p,
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 1.6875em;
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color p {
font-size: 2.25em;
}
}
.wp-block-pullquote.is-style-solid-color a {
color: #fff;
}
.wp-block-pullquote.is-style-solid-color cite {
color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
padding-left: 0;
margin-left: 1rem;
margin-right: 1rem;
} @media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: 0;
margin-right: 0;
padding:20px 0 20px 20px;
color:#000;
}
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color.alignright, .wp-block-pullquote.is-style-solid-color.alignleft {
padding: 1rem calc(2 * 1rem);
}
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color.alignfull {
padding-left: calc(10% + 58px + (2 * 1rem));
padding-right: calc(10% + 58px + (2 * 1rem));
}
}
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large{
padding: 30px 30px 40px 40px;
} blockquote.wp-block-quote, 
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large), blockquote.wp-block-pullquote,
.wp-block-quote.is-large, .wp-block-quote.is-style-large,
.wp-block-pullquote:not(.is-style-solid-color){
padding: 0;
padding-left: 40px;
border-left: 3px solid #e7015e;
margin: 15px 0;
background: transparent;
position: relative;
color: #000;
font-style: italic;
}
.wp-block-quote .editor-rich-text__tinymce{
color: #000;
}
.editor-block-list__block .wp-block-pullquote blockquote,
.wp-block-pullquote blockquote{
border-left:0;
padding-left:0;
}
blockquote.wp-block-quote p, 
.wp-block-quote p{
margin: 20px 0;
line-height: 1.625;
}
.wp-block-quote:before {
content: '\e994';
font-family: 'iconfont';
display: block;
color: #e7015e;
font-size: 36px;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
font-weight: normal;
font-size: 16px;
margin-left: 40px;
text-transform: unset;
display: inline-block;
}
.wp-block-quote__citation, 
.wp-block-quote cite, 
.wp-block-quote footer {
position: relative;
font-style: normal;
}
blockquote.wp-block-quote cite::before, 
blockquote.wp-block-quote footer::before, 
blockquote.wp-block-quote .wp-block-quote__citation::before,
.wp-block-quote cite::before,
.wp-block-pullquote cite::before {
position: absolute;
top: 0;
width: 30px;
height: 2px;
background: #e7015e;
content: '';
bottom: 0;
margin: 10px 0 13px -40px;
}
.wp-block-quote .blockquote-footer{
margin-left:40px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 1rem 0;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-size: 1.6875em;
line-height: 1.4;
font-style: italic;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-size: 16px;
text-align: left;
}
.wp-block-quote.is-style-large cite em{
display: block;
position: relative;
top: -30px;
}
@media only screen and (min-width: 768px) {
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 1rem 0;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-size: 1.6875em;
}
} .wp-block-pullquote blockquote::before {
content: '\e994';
font-family: 'iconfont';
position: relative;
display: block;
color: #e7015e;
font-size: 36px;
}
.wp-block-pullquote .has-very-dark-gray-color.has-very-dark-gray-color{
background: none;
}
.wp-block-image img {
display: block;
}
.wp-block-image.alignleft, .wp-block-image.alignright {
max-width: 100%;
}
.wp-block-image.alignfull img {
width: 100vw;
}
@media only screen and (min-width: 768px) {
.wp-block-image.alignfull img {
margin-left: auto;
margin-right: auto;
}
}
.wp-block-cover-image,
.wp-block-cover {
position: relative;
min-height: 430px;
padding: 1rem;
}
@media only screen and (min-width: 768px) {
.wp-block-cover-image,
.wp-block-cover {
padding: 1rem 10%;
}
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-paragraph.has-large-font-size.editor-rich-text__editable{
font-size: 30px !important;
font-weight: 600;
line-height: 1.25;
padding: 0;
color: #fff;
}
@media only screen and (min-width: 768px) {
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover p.wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover p.has-large-font-size {
font-size: 30px;
max-width: 100%;
font-weight: 600;
}
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
width: 100%;
}
@media only screen and (min-width: 768px) {
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
padding: 1rem calc(2 * 1rem);
}
}
@media only screen and (min-width: 768px) {
.wp-block-cover-image.alignfull .wp-block-cover-image-text,
.wp-block-cover-image.alignfull .wp-block-cover-text,
.wp-block-cover-image.alignfull h2,
.wp-block-cover.alignfull .wp-block-cover-image-text,
.wp-block-cover.alignfull .wp-block-cover-text,
.wp-block-cover.alignfull h2 {
max-width: calc(8 * (100vw / 12) - 28px);
}
}
@media only screen and (min-width: 1168px) {
.wp-block-cover-image.alignfull .wp-block-cover-image-text,
.wp-block-cover-image.alignfull .wp-block-cover-text,
.wp-block-cover-image.alignfull h2,
.wp-block-cover.alignfull .wp-block-cover-image-text,
.wp-block-cover.alignfull .wp-block-cover-text,
.wp-block-cover.alignfull h2 {
max-width: calc(6 * (100vw / 12) - 28px);
}
}
.wp-block-gallery {
list-style-type: none;
padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
margin-bottom: 16px;
}
.wp-block-gallery figcaption a {
color: #fff;
}
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
font-size: 0.71111em;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
text-align: center;
bottom:0;
}
.wp-block-file .wp-block-file__button {
display: table;
transition: background 150ms ease-in-out;
border: none;
border-radius: 5px;
background: #d72924;
font-size: 22px;
line-height: 1.2;
text-decoration: none;
font-weight: bold;
padding: 0.75rem 1rem;
color: #fff;
margin-left: 0;
margin-top: calc(0.75 * 1rem);
}
@media only screen and (min-width: 1168px) {
.wp-block-file .wp-block-file__button {
font-size: 22px;
padding: 0.875rem 1.5rem;
}
}
.wp-block-file .wp-block-file__button:hover {
background: #111;
cursor: pointer;
}
.wp-block-file .wp-block-file__button:focus {
background: #111;
outline: thin dotted;
outline-offset: -4px;
}
.wp-block-code {
border-radius: 0;
}
.wp-block-code code {
font-size: 1.125em;
white-space: pre-wrap;
word-break: break-word;
} .wp-block-columns.alignfull {
padding-left: 1rem;
padding-right: 1rem;
}
@media (min-width: 1128px){
.wp-block-column {
padding-right: 24px;
padding-left: 24px;
}
}
@media only screen and (min-width: 600px) {
.wp-block-columns {
flex-wrap: nowrap;
}
}
@media only screen and (min-width: 768px) {
.wp-block-columns .wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
margin-bottom: 0;
}
.wp-block-columns[class*='has-'] > * {
margin-right: 1rem;
}
.wp-block-columns[class*='has-'] > *:last-child {
margin-right: 0;
}
.wp-block-columns.alignfull,
.wp-block-columns.alignfull .wp-block-column {
padding-left: calc(2 * 1rem);
padding-right: calc(2 * 1rem);
}
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
font-weight: bold;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
font-weight: normal;
}
.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
font-size: inherit;
}
.wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
font-size: 0.71111em;
}
.has-small-font-size {
font-size: 0.88889em;
}
.has-normal-font-size {
font-size: 1.125em;
}
.has-large-font-size {
font-size: 1.6875em;
}
.has-huge-font-size {
font-size: 2.25em;
}
.has-primary-background-color,
.has-secondary-background-color,
.has-dark-gray-background-color,
.has-light-gray-background-color {
color: #fff;
}
.has-primary-background-color p,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a,
.has-secondary-background-color p,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color a,
.has-dark-gray-background-color p,
.has-dark-gray-background-color h1,
.has-dark-gray-background-color h2,
.has-dark-gray-background-color h3,
.has-dark-gray-background-color h4,
.has-dark-gray-background-color h5,
.has-dark-gray-background-color h6,
.has-dark-gray-background-color a,
.has-light-gray-background-color p,
.has-light-gray-background-color h1,
.has-light-gray-background-color h2,
.has-light-gray-background-color h3,
.has-light-gray-background-color h4,
.has-light-gray-background-color h5,
.has-light-gray-background-color h6,
.has-light-gray-background-color a {
color: #fff;
}
.has-white-background-color {
color: #111;
}
.has-white-background-color p,
.has-white-background-color h1,
.has-white-background-color h2,
.has-white-background-color h3,
.has-white-background-color h4,
.has-white-background-color h5,
.has-white-background-color h6,
.has-white-background-color a {
color: #111;
}
.has-primary-background-color,
.wp-block-pullquote.is-style-solid-color.has-primary-background-color {
background-color: #d72924;
}
.has-secondary-background-color,
.wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
background-color: #005177;
}
.has-dark-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
background-color: #111;
}
.has-light-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
background-color: #767676;
}
.has-white-background-color,
.wp-block-pullquote.is-style-solid-color.has-white-background-color {
background-color: #FFF;
}
.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
color: #d72924;
}
.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
color: #005177;
}
.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
color: #111;
}
.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
color: #767676;
}
.has-white-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
color: #FFF;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
embed,
iframe,
object {
max-width: 100%;
}
.custom-logo-link {
display: inline-block;
}
.avatar {
border-radius: 100%;
display: block;
height: calc(2.25 * 1rem);
min-height: inherit;
width: calc(2.25 * 1rem);
}
svg {
transition: fill 120ms ease-in-out;
fill: currentColor;
} .wp-caption {
margin-bottom: calc(1.5 * 1rem);
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption-text {
color: #767676;
font-size: 0.81111em;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
text-align: center;
} .gallery {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
display: inline-block;
margin-right: 16px;
margin-bottom: 16px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
margin-right: 0;
}
.gallery-columns-3 .gallery-item {
max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
margin-right: 0;
}
.gallery-columns-4 .gallery-item {
max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
margin-right: 0;
}
.gallery-columns-5 .gallery-item {
max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
margin-right: 0;
}
.gallery-columns-6 .gallery-item {
max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
margin-right: 0;
}
.gallery-columns-7 .gallery-item {
max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
margin-right: 0;
}
.gallery-columns-8 .gallery-item {
max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
margin-right: 0;
}
.gallery-columns-9 .gallery-item {
max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
margin-right: 0;
}
.gallery-item:last-of-type {
padding-right: 0;
}
.gallery-caption {
display: block;
font-size: 0.71111em;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
}
.gallery-item>div>a {
display: block;
line-height: 0;
box-shadow: 0 0 0 0 transparent;
}
.gallery-item>div>a:focus {
box-shadow: 0 0 0 2px #0073aa;
}
@media only screen and (max-width: 991px) {
.sidebar-inactive .is-type-video,
.sidebar-active .is-type-video {
left: 0;
width: 100%;
max-width: 100%;
}
.is-type-video iframe {
height: 100%;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
font-size: .3875em;
}
.wp-block-pullquote p {
font-size: 1em;
}
}  .wp-block-separator, hr {
background-color: #767676;
border: 0;
height: 2px;
margin: 2rem auto;
max-width: 200px;
text-align: center;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.wp-block-separator.is-style-wide,
hr.is-style-wide {
max-width: 100%;
}
@media only screen and (min-width: 768px) {
.wp-block-separator.is-style-wide,
hr.is-style-wide {
max-width: calc(8 * (100vw / 12) - 28px);
}
}
@media only screen and (min-width: 1168px) {
.wp-block-separator.is-style-wide,
hr.is-style-wide {
max-width: calc(6 * (100vw / 12) - 28px);
}
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
max-width: 100%;
background-color: inherit;
border: inherit;
height: inherit;
text-align: center;
}
@media only screen and (min-width: 768px) {
.wp-block-separator.is-style-dots,
hr.is-style-dots {
max-width: calc(8 * (100vw / 12) - 28px);
}
}
@media only screen and (min-width: 1168px) {
.wp-block-separator.is-style-dots,
hr.is-style-dots {
max-width: calc(6 * (100vw / 12) - 28px);
}
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
color: #767676;
font-size: 1.6875em;
letter-spacing: 0.88889em;
padding-left: 0.88889em;
}
.wp-block-separator + h1:before,
.wp-block-separator + h2:before,
hr + h1:before,
hr + h2:before {
display: none;
} .wp-block-table td, 
.wp-block-table th{
border: 1px solid #ededed;
}
.wp-block-table{
border:0;
border-bottom: 1px solid #ededed;
border-left:1px solid #ededed;
text-align: center;
}
table.wp-block-table>tbody>tr:nth-child(2n+1)>td {
background-color: #fcfcfc;
}
table.wp-block-table>tbody>tr>td {
padding: 10px 5px;
border-bottom: 0;
border-left: 0;
} .wp-block-embed__wrapper iframe{
border:0;
} .wp-block-cover.has-background-dim-60.has-background-dim a{
text-decoration: underline;
color:#ffb923;
}
.wp-block-embed-vimeo iframe{
border:0;
}
.block-editor-block-list__layout  figure.wp-block-embed-vimeo.alignfull{
width:auto;
}
.wp-block-pullquote.is-style-default{
background: none;
border-left:0;
}body {
color: #5a5a5a;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
font-size: 16px;
line-height: 26px;
}
html.fonts-loaded body {
font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #1c1c24;
margin-bottom: 20px;
font-weight: bold;
font-display: swap;
}
h1,
h2 {
font-weight: 900;
}
html.fonts-loaded h1,
html.fonts-loaded h2,
html.fonts-loaded h3,
html.fonts-loaded h4,
html.fonts-loaded h5,
html.fonts-loaded h6 {
font-family: "Raleway", sans-serif;
}
a {
color: #e7015e;
}
a:hover {
text-decoration: none;
}
.form-control {
border: 1px solid #f1f1f1;
padding: 6px 20px;
height: 50px;
font-size: 14px;
border-radius: 0;
}
.xs-page-header {
margin: 0 0 60px;
}
.xs-page-header h2 {
font-size: 28px;
margin: 0;
padding-bottom: 20px;
border-bottom: 1px solid #f1f1f1;
} .gradient {
position: relative;
}
.gradient:before {
position: absolute;
left: 0;
top: 0;
background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
width: 100%;
height: 100%;
content: "";
opacity: 0.902;
} .title-section-area .section-title .sub-title {
display: block;
margin-bottom: 10px;
} .btn,
.btn-primary,
.wp-block-button .wp-block-button__link:not(.has-background) {
font-size: 16px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
background: #e7015e;
height: 50px;
padding: 0 35px;
line-height: 50px;
border-radius: 3px;
border: 0;
}
.btn:hover,
.btn-primary:hover,
.wp-block-button .wp-block-button__link:not(.has-background):hover {
background: #222;
color: #fff;
}
.btn-link {
font-size: 16px;
font-weight: 700;
color: #222222;
text-decoration: none !important;
}
.btn-link i {
margin-left: 6px;
position: relative;
top: 2px;
}
.btn-link:hover {
color: #e7015e;
} .navbar-toggler {
padding: 8px 12px;
background: #e7015e;
color: #fff;
border-color: #e7015e;
position: absolute;
top: -40px;
right: 0;
}
.navbar-toggler .navbar-toggler-icon {
background: none;
width: auto;
height: auto;
}
.navbar-toggler .navbar-toggler-icon i {
color: #fff;
font-weight: bold;
font-size: 22px;
} .elementor-widget-tabs .elementor-tab-content {
color: #5a5a5a;
} .header-top {
padding: 30px 0;
}
.header-top ul {
display: inline-block;
list-style-type: none;
margin: 0;
padding: 0;
}
.header-top .header-contact-info li {
display: inline-block;
font-size: 14px;
font-weight: 500;
padding: 0 20px;
border-right: 1px solid #85299c;
color: #fff;
}
.header-top .header-contact-info li i {
margin-right: 10px;
}
.header-top .social-links {
padding: 0 10px;
}
.header-top .social-links li {
display: inline-block;
font-size: 14px;
margin: 0 10px;
}
.header-top .social-links li a {
color: #fff;
}
.header-top .qoute-btn {
padding-left: 15px;
}
.header-top .qoute-btn .ticket-btn.btn {
float: none;
margin-top: 0;
}
.header-top .header-top-info {
text-align: right;
}
.header-transparent .header-top .logo {
padding-top: 0;
}
.cart-btn {
display: inline-block;
margin-right: 15px;
padding: 8px 0;
margin-top: 23px;
font-size: 18px;
color: #e7015e;
}
.cart-btn:hover {
color: #e7015e;
} .nav-search {
cursor: pointer;
color: #fff;
text-align: center;
}
.nav-search i {
font-size: 14px;
font-weight: 900;
}
.search-block {
background: #1f1f1f;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
display: none;
padding: 15px 20px;
position: absolute;
right: 0;
top: 56px;
width: 350px;
z-index: 10;
margin-top: 0;
}
.search-block .form-control {
background: none;
border: 0;
border-bottom: 1px solid #4d4542;
color: #fff;
width: 100%;
height: 40px;
padding: 0 12px;
font-size: 15px;
font-style: italic;
}
.search-block .search-button {
position: absolute;
right: 0;
background: transparent;
border: none;
color: #7a7a7d;
top: 5px;
}
.search-block .search-close {
color: #fff;
position: absolute;
top: -58px;
right: 15px;
font-size: 32px;
cursor: pointer;
padding: 5px;
width: 30px;
height: 30px;
line-height: 14px;
text-align: center;
}
.search-block .input-group-btn {
position: absolute;
right: 0;
top: 0;
background: transparent;
border: none;
color: #fff;
}
.nav-search-area {
position: relative;
}
.nav-search-area .nav-search.hide {
opacity: 0;
visibility: hidden;
} .xs-header {
background: #fff;
border-bottom: 1px solid #f1f1f1;
z-index: 999999;
}
.xs-header .site-title {
font-size: 26px;
margin-top: 25px;
}
.header-standard .navbar-brand.logo {
padding: 15px 0 0;
}
.header-transparent {
position: absolute;
width: 100%;
left: 0;
top: 10px;
z-index: 2;
height: auto;
padding: 0;
}
.header-transparent .navbar.navbar-light ul.navbar-nav > li > a {
color: #fff;
}
.admin-bar .header-transparent {
top: 30px;
}
.h-transparent2 .navbar.navbar-light {
padding: 28px 0 0 0;
}
.h-transparent2 .ticket-btn.btn {
border-radius: 36px;
-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
background: #fff;
color: #3b1d82;
font-size: 14px;
}
.h-transparent2 .ticket-btn.btn:hover {
color: #fff;
}
.h-transparent2.navbar-fixed.sticky {
background: rgba(255, 255, 255, 0.95);
}
.h-transparent2.navbar-fixed.sticky .logo {
padding: 0;
}
.h-transparent2.navbar-fixed.sticky .navbar.navbar-light {
padding: 0;
}
.h-transparent2.navbar-fixed.sticky .navbar.navbar-light ul.navbar-nav > li > a {
color: #3b1d82;
}
.nav-center .navbar.navbar-light .collapse.justify-content-end {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.nav-center .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li > a {
color: #3b1d82;
} .navbar.navbar-light {
padding: 5px 0 0 0;
}
.navbar.navbar-light .dropdown-menu {
margin: 0;
}
.navbar.navbar-light ul.navbar-nav > li {
position: relative;
float: none;
display: inline-block;
margin: 0 20px;
background: none;
}
.navbar.navbar-light ul.navbar-nav > li > a {
color: #1c1c24;
line-height: 80px;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
padding: 0 5px;
position: relative;
display: inline-block;
transition: color 500ms !important;
-webkit-transition: color 500ms !important;
}
.navbar.navbar-light ul.navbar-nav > li > a.opened:after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.navbar.navbar-light ul.navbar-nav > li.dropdown > a {
position: relative;
}
.navbar.navbar-light ul.navbar-nav > li.dropdown > a:after {
font-family: "iconfont";
position: absolute;
clear: both;
content: "\e874";
display: block;
font-size: 14px;
right: 0;
top: 50%;
margin-top: -40px;
border: 0;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
width: 200px;
background: #fff;
border: 0;
border-radius: 0;
padding: 0 10px;
display: none;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item {
position: relative;
font-size: 14px;
font-weight: 500;
z-index: 999;
padding: 15px;
white-space: pre-wrap; white-space: -moz-pre-wrap; word-wrap: break-word;
border-top: 1px solid #eaeaea;
background: none;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item.active {
color: #e7015e;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li:first-child > a {
border-top: 0;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.active a, .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li:hover a {
color: #e7015e;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu {
top: 0;
border: 0;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li a {
color: #1c1c24;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li.active a, .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li:hover a {
color: #e7015e;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.dropdown > a:after {
font-family: "iconfont";
position: absolute;
clear: both;
content: "\e874";
display: block;
font-size: 14px;
right: 0;
top: 50%;
margin-top: -40px;
border: 0;
}
@media (min-width: 992px) {
.navbar.navbar-light ul.navbar-nav > li:hover ul.dropdown-menu {
display: block;
}
}
.main-menu > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu {
right: 100%;
top: 0;
left: auto;
}
.header-classic {
background: rgba(66, 64, 72, 0.25);
}
.header-classic .justify-content-end {
-webkit-box-pack: start !important;
-ms-flex-pack: end !important;
justify-content: flex-start !important;
}
@media (min-width: 1200px) {
.header-classic .navbar.navbar-light ul.navbar-nav > li:first-child {
margin-left: 0;
}
}
.header-classic .navbar.navbar-light ul.navbar-nav > li > a {
line-height: 60px;
}
.header-classic .navbar.navbar-light ul.navbar-nav > li.dropdown > a:after {
margin-top: -32px;
}
.nav-center-logo .logo {
max-width: 170px;
position: relative;
left: 0;
right: 0;
margin: auto;
text-align: center;
z-index: 1;
display: inline-block;
}
@media (min-width: 992px) {
.nav-center-logo .logo {
position: absolute;
left: 47%;
right: auto;
}
}
@media (max-width: 991px) {
.nav-center-logo .navbar-toggler {
top: -60px;
}
}
.nav-center-logo .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li > a {
color: #191919;
}
.nav-center-logo .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li.logo-center {
min-width: 170px;
}
.nav-center-logo .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li.logo-center a {
text-indent: -9999px;
line-height: 0;
}
.nav-center-logo .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li.nav-ticket-btn > a {
background: #e7015e;
height: 40px;
line-height: 40px;
padding: 1px 25px 0;
margin-top: 18px;
color: #fff !important;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
border-radius: 36px;
-webkit-border-radius: 36px;
-ms-border-radius: 36px;
white-space: nowrap;
}
@media (min-width: 1200px) {
.navbar-fixed.sticky {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 99999;
margin: 0;
-webkit-box-shadow: 0 8px 17px rgba(61, 61, 61, 0.02);
box-shadow: 0 8px 17px rgba(61, 61, 61, 0.02);
background: #fff;
}
.navbar-fixed.sticky.fade_down_effect {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.navbar-fixed.sticky.nav-center .ticket-btn.btn {
margin-top: 0;
}
.sticky.header-transparent,
.sticky.header-classic {
background: rgba(26, 24, 49, 0.95);
}
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .ticket-btn.btn {
background: #00c1c1;
height: 40px;
line-height: 40px;
padding: 0px 25px;
margin-top: 22px;
float: right;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.ticket-btn.btn:hover {
background: #e7015e;
}
@media (min-width: 992px) {
header .navbar-brand.logo {
padding: 0 !important;
max-width: 158px;
}
} @media (min-width: 1200px) {
.header-fullwidth .logo {
margin-left: 40px;
}
.header-fullwidth.sticky {
background: #283747;
}
.header-fullwidth.sticky .header-fullwidth-nav {
margin-top: 0;
}
}
@media (min-width: 992px) {
.header-fullwidth .header-fullwidth-nav {
background: #283747;
padding-right: 20px;
margin-top: 10px;
}
.header-fullwidth .header-fullwidth-nav .navbar.navbar-light {
display: inline-block;
}
.header-fullwidth .header-fullwidth-nav .ticket-btn {
font-size: 13px;
border-radius: 0;
-webkit-border-radius: 0;
-ms-border-radius: 0;
padding: 0px 30px;
}
.header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li.current-menu-parent::after {
position: absolute;
content: "";
bottom: 0;
height: 6px;
width: 100%;
background: #e74c3c;
left: 0;
right: 0;
top: 3px;
margin: auto;
}
.header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li > a {
position: relative;
z-index: 1;
}
.header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li > a:before {
position: absolute;
bottom: 40%;
width: 100%;
left: 0;
height: 6px;
background: #e7015e;
content: "";
opacity: 0;
z-index: -1;
}
.header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li.current-menu-item > a:before, .header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li.active > a:before {
opacity: 1;
}
}
@media (max-width: 1025px) {
.header-fullwidth .ticket-btn {
display: none;
}
} .single-intro-text {
padding: 40px 45px 40px 40px;
-webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
overflow: hidden;
position: relative;
background: #ffffff;
z-index: 2;
}
.single-intro-text i {
position: absolute;
right: -10px;
top: 20px;
font-size: 55px;
color: #bababa;
}
.single-intro-text p {
margin-bottom: 0;
}
.single-intro-text .count-number {
position: absolute;
right: -55px;
bottom: -55px;
width: 120px;
height: 120px;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
background: #e7015e;
color: #ffffff;
display: block;
text-align: left;
font-size: 16px;
font-weight: 700;
padding: 25px 30px;
}
.single-intro-text.single-contact-feature {
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #eeeeee;
border-radius: 0;
}
.single-intro-text.single-contact-feature span i {
font-size: 20px;
position: relative;
top: unset;
right: unset;
}
.single-intro-text.feature-style4 {
position: relative;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.single-intro-text.feature-style4 .feature-img img {
width: 100%;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.single-intro-text.feature-style4 .feature-content-item {
position: absolute;
left: 0;
bottom: -115px;
background: rgba(25, 25, 25, 0.8);
padding: 50px 40px 70px;
-webkit-transform: skew(0deg, -9deg);
-ms-transform: skew(0deg, -9deg);
transform: skew(0deg, -9deg);
width: 100%;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.single-intro-text.feature-style4 .feature-content {
-webkit-transform: skew(0deg, 9deg);
-ms-transform: skew(0deg, 9deg);
transform: skew(0deg, 9deg);
}
.single-intro-text.feature-style4 .feature-content .ts-title {
font-size: 24px;
font-weight: 700;
color: #fff;
z-index: 1;
position: relative;
}
.single-intro-text.feature-style4 .feature-content p {
color: #fff;
opacity: 0;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.single-intro-text.feature-style4 .feature-content i {
right: 0px;
top: -15px;
}
.single-intro-text.feature-style4:hover .feature-content-item {
bottom: -40px;
background: #b48b4e;
}
.single-intro-text.feature-style4:hover .feature-content p {
opacity: 1;
}
.single-intro-text.feature-style4:hover .feature-img img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
} .main-container {
padding: 80px 0;
} .hero-form-content {
background: #fff;
padding: 40px 30px;
text-align: center;
border-top: 4px solid #e7015e;
}
.hero-form-content h2 {
font-size: 36px;
font-weight: 800;
position: relative;
margin-bottom: 30px;
}
.hero-form-content p {
margin-bottom: 35px;
}
.hero-form .form-control {
border: none;
border-bottom: 1px solid #e1e1e1;
border-radius: 0;
margin-bottom: 10px;
font-size: 14px;
padding-left: 5px;
}
.hero-form .form-control:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline: none;
}
.hero-form .btn {
display: block;
width: 100%;
}
.hero-form select {
width: 100%;
border: none;
border: 1px solid #e1e1e1;
font-size: 16px;
padding: 12px 17px;
color: #888888;
line-height: 27px;
margin-bottom: 40px;
}
.hero-form select option {
border: none;
line-height: 28px;
padding: 10px 0;
} .newsletter-form {
position: relative;
z-index: 1;
}
.newsletter-form .form-group .form-control {
background: transparent;
border: none;
border-bottom: 1px solid #6f55b0;
border-radius: 0;
font-size: 14px;
line-height: 40px;
padding: 0;
color: #fff;
}
.newsletter-form .form-group .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.newsletter-form .form-group .form-control::-webkit-input-placeholder {
color: #fff;
}
.newsletter-form .form-group .form-control::-moz-placeholder {
color: #fff;
}
.newsletter-form .form-group .form-control:-ms-input-placeholder {
color: #fff;
}
.newsletter-form .form-group .form-control::-ms-input-placeholder {
color: #fff;
}
.newsletter-form .form-group .form-control::placeholder {
color: #fff;
}
.newsletter-form .form-group .btn {
position: absolute;
right: 0;
top: 0;
}  img.schedule-slot-speakers.tab-speaker-img-2 {
top: 130px !important;
}
.ts-schedule .ts-schedule-content .column-title {
font-size: 36px;
font-weight: 800;
color: #3b1d82;
position: relative;
padding-bottom: 30px;
}
.ts-schedule .ts-schedule-content .column-title span {
display: block;
font-size: 14px;
font-weight: 600;
line-height: 26px;
color: #5a5a5a;
text-transform: uppercase;
letter-spacing: 1.4px;
margin-bottom: 10px;
margin-top: -5px;
}
.ts-schedule .ts-schedule-content .column-title:after {
position: absolute;
left: 0;
top: 0;
content: "";
background-image: url(//www.ssbtur.com/wp-content/themes/exhibz/assets/images/shape/title.png);
background-repeat: no-repeat;
background-position: contain;
width: 70px;
height: 10px;
margin: auto auto 0;
top: auto;
bottom: 0;
}
.ts-schedule .schedule-tabs .multi-speaker-2 .speaker-content,
.ts-schedule .schedule-tabs .single-speaker-2 .speaker-content {
margin: 30px 30px 0 0;
display: inline-block;
text-align: center;
}
.ts-schedule .schedule-tabs .multi-speaker-2 .speaker-content .schedule-slot-speakers,
.ts-schedule .schedule-tabs .single-speaker-2 .speaker-content .schedule-slot-speakers {
width: 60px;
height: 60px;
}
.ts-schedule-info {
position: relative;
}
.ts-schedule-info ul {
position: relative;
text-align: center;
border: none;
min-height: 445px;
}
.ts-schedule-info ul li a {
height: 245px;
width: 245px;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
background-image: linear-gradient(-45deg, rgb(34, 225, 255) 0%, rgb(29, 143, 225) 49%, rgb(98, 94, 177) 100%);
background-image: -ms-linear-gradient(-45deg, rgb(34, 225, 255) 0%, rgb(29, 143, 225) 49%, rgb(98, 94, 177) 100%);
opacity: 0.502;
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 1;
color: #ffffff;
padding: 100px 0;
}
.ts-schedule-info ul li a h3 {
font-size: 30px;
font-weight: 700;
color: #ffffff;
opacity: 0.5;
}
.ts-schedule-info ul li a span {
text-transform: uppercase;
opacity: 0.5;
}
.ts-schedule-info ul li:nth-child(1) a {
top: 140px;
background-image: linear-gradient(110deg, rgb(252, 96, 118) 0%, rgb(255, 154, 68) 100%);
}
.ts-schedule-info ul li:nth-child(2) a {
left: 130px;
top: -15px;
}
.ts-schedule-info ul li:nth-child(3) a {
top: 100px;
left: auto;
right: 0;
background-image: radial-gradient(50% 50%, circle closest-side, rgb(87, 198, 225) 0%, rgb(180, 159, 218) 0%, rgb(122, 197, 216) 0%, rgb(238, 162, 162) 0%, rgb(177, 175, 240) 0%, rgb(131, 109, 240) 100%);
}
.ts-schedule-info ul li a.active {
-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
opacity: 1;
z-index: 2;
}
.ts-schedule-info ul li a.active h3,
.ts-schedule-info ul li a.active span {
opacity: 1;
}
.schedule-listing {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.schedule-listing .schedule-slot-time {
color: #ffffff;
background: #e7015e;
padding: 60px 20px;
font-size: 15px;
font-weight: 700;
-webkit-box-flex: 0;
-ms-flex: 0 0 18%;
flex: 0 0 18%;
max-width: 18%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.schedule-listing .schedule-slot-time span {
display: block;
line-height: 26px;
}
.schedule-listing .schedule-slot-info {
position: relative;
padding: 35px 40px 35px 170px;
border: 1px dashed #e5e5e5;
border-left: none;
width: 100%;
}
.schedule-listing .schedule-slot-info .schedule-slot-speakers {
position: absolute;
left: 40px;
top: 0;
height: 80px;
width: 80px;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
bottom: 0;
margin: auto;
}
.schedule-listing .schedule-slot-info .schedule-slot-title {
font-size: 24px;
}
.schedule-listing .schedule-slot-info .schedule-slot-title strong {
font-size: 14px;
color: #888888;
margin-left: 12px;
}
.schedule-listing .schedule-slot-info p {
margin-bottom: 0;
}
.schedule-listing:nth-of-type(even) .schedule-slot-time {
position: relative;
z-index: 1;
}
.schedule-listing:nth-of-type(even) .schedule-slot-time:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.2);
z-index: -1;
}
.schedule-listing.launce .schedule-slot-time {
padding: 40px 28px;
}
.schedule-listing.launce .schedule-slot-title {
float: left;
margin-bottom: 0;
}
.schedule-listing.launce .schedule-slot-info-content img {
float: right;
}
.schedule-listing.multi-schedule-list .multi-speaker {
float: left;
margin-right: 20px;
height: 100%;
text-align: center;
min-width: 140px;
}
.schedule-listing.multi-schedule-list .multi-speaker .speaker-content {
margin-bottom: 15px;
}
.schedule-listing.multi-schedule-list .schedule-slot-info .schedule-slot-speakers {
position: relative;
left: 0;
width: 80px;
height: 80px;
margin: auto auto 5px;
}
.schedule-listing.multi-schedule-list .schedule-speaker {
font-size: 14px;
}
.schedule-listing.multi-schedule-list .schedule-slot-info {
padding-left: 30px;
}
.schedule-listing.multi-schedule-list .schedule-slot-info .single-speaker {
float: left;
margin-right: 30px;
min-width: 130px;
text-align: center;
}
.schedule-listing.multi-schedule-list .schedule-slot-info .single-speaker img {
width: 80px;
height: 80px;
margin: auto auto 5px;
}
.schedule-listing-btn {
text-align: center;
margin-top: 60px;
}
.schedule-tabs .tab-pane.active,
.direction-tabs .tab-pane.active {
-webkit-animation-name: fadeRight;
animation-name: fadeRight;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeRight {
from {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeRight {
from {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .ts-map-tabs {
position: relative;
}
.ts-map-tabs .elementor-tabs-wrapper {
height: 70px;
}
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title {
padding: 20px 0px;
}
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title span,
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title a {
font-size: 16px;
color: #888888;
font-weight: 700;
border-bottom: 2px solid transparent;
position: relative;
padding: 16px 20px;
}
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title span:before,
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title a:before {
position: absolute;
left: 0;
top: 47px;
content: "";
width: 10px;
height: 10px;
display: block;
border-color: #e7015e;
border-width: 2px;
border-style: solid;
right: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border-top: 0;
border-left: 0;
background: #fff;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title:before {
position: absolute;
left: 0;
bottom: 0;
top: auto;
content: "";
background: #f5f5f5;
width: 100%;
height: 2px;
}
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active span,
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
color: #e7015e;
border-color: #e7015e;
}
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active span:before,
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a:before {
opacity: 1;
visibility: visible;
}
.ts-map-tabs .elementor-tab-content {
padding-left: 0px;
}
.ts-map-tabs .elementor-tab-content h4 {
font-size: 20px;
margin-bottom: 15px;
}
.ts-map-tabs .elementor-tab-content p {
margin-bottom: 30px;
}
.ts-map-tabs .elementor-tab-content .contact-info-box {
position: relative;
margin-top: 20px;
}
.ts-map-tabs .elementor-tab-content h3 {
font-size: 20px;
margin-bottom: 15px;
}
.ts-map-tabs .elementor-tab-content p {
margin-bottom: 5px;
}
.ts-map-tabs .elementor-tab-content p strong {
font-weight: 700;
color: #222;
}
.ts-map-tabs .elementor-tab-content p.derecttion-vanue {
margin-bottom: 20px;
}
.ts-schedule-nav {
text-align: center;
margin-bottom: 90px;
}
.ts-schedule-nav ul {
border: none;
}
.ts-schedule-nav ul li {
margin: 0 3px;
}
.ts-schedule-nav ul li a {
font-size: 14px;
font-weight: 500;
color: #1c1c24;
text-transform: uppercase;
background: #f1f0f6;
display: block;
padding: 20px 50px;
position: relative;
}
.ts-schedule-nav ul li a:before {
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 15px 0;
border-color: transparent #e7015e transparent transparent;
position: absolute;
left: 0;
bottom: -15px;
content: "";
opacity: 0;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.ts-schedule-nav ul li a h3 {
font-size: 24px;
font-weight: 700;
color: #1c1c24;
margin-bottom: 0;
text-transform: capitalize;
}
.ts-schedule-nav ul li a.active {
background: #e7015e;
color: #ffffff;
}
.ts-schedule-nav ul li a.active h3 {
color: #ffffff;
}
.ts-schedule-nav ul li a.active:before {
opacity: 1;
} .about-video {
position: relative;
}
.about-video:before {
background-image: -webkit-gradient(linear, left top, right top, from(#e6005d), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
background-image: -ms-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
position: absolute;
left: 0;
top: 0;
content: "";
width: 100%;
height: 100%;
}
.schedule-tabs-item .schedule-listing-item {
position: relative;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-time {
font-size: 14px;
color: #e7015e;
margin-bottom: 10px;
display: block;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-title {
margin-bottom: 10px;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-name {
font-size: 14px;
line-height: 36px;
color: #888888;
font-weight: 700;
margin-bottom: 5px;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
position: absolute;
top: 60px;
width: 50px;
height: 50px;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
background-image: linear-gradient(135deg, rgb(130, 225, 130) 0%, rgb(10, 203, 245) 100%);
}
.schedule-tabs-item .schedule-listing-item:after {
position: absolute;
width: 10px;
height: 10px;
content: "";
border-width: 2px;
border-style: solid;
border-color: #e7015e;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
top: 80px;
background: #ffffff;
}
.schedule-tabs-item .schedule-listing-item.schedule-left {
padding: 60px 125px 20px 0;
text-align: right;
}
.schedule-tabs-item .schedule-listing-item.schedule-left .schedule-slot-speakers {
right: 30px;
}
.schedule-tabs-item .schedule-listing-item.schedule-left:before {
right: -17px;
}
.schedule-tabs-item .schedule-listing-item.schedule-left:after {
right: -6px;
}
.schedule-tabs-item .schedule-listing-item.schedule-right {
padding: 60px 20px 0px 125px;
text-align: left;
}
.schedule-tabs-item .schedule-listing-item.schedule-right .schedule-slot-speakers {
left: 30px;
}
.schedule-tabs-item .schedule-listing-item.schedule-right:before {
left: -15px;
}
.schedule-tabs-item .schedule-listing-item.schedule-right:after {
left: -19px;
}
.schedule-tabs-item .schedule-listing-item:hover:before {
background: #e7015e;
}
.schedule-tabs-item ul {
padding: 0;
position: relative;
overflow: hidden;
}
.schedule-tabs-item ul:before {
position: absolute;
top: -30px;
width: 2px;
left: 50%;
height: 100%;
content: "";
background: #f1f0f6;
}
.schedule-tabs-item ul li {
list-style: none;
clear: both;
width: 50%;
display: block;
position: relative;
}
.schedule-tabs-item ul li:before {
position: absolute;
top: 0;
bottom: 0;
height: 100%;
content: "";
background: #e7015e;
width: 2px;
opacity: 0;
}
.schedule-tabs-item ul li:nth-child(odd) {
float: left;
}
.schedule-tabs-item ul li:nth-child(odd):before {
right: -2px;
}
.schedule-tabs-item ul li:nth-child(odd):hover:before {
opacity: 1;
}
.schedule-tabs-item ul li:nth-child(even) {
float: right;
padding-left: 15px;
}
.schedule-tabs-item ul li:nth-child(even):before {
left: 0;
}
.schedule-tabs-item ul li:nth-child(even):hover:before {
opacity: 1;
} .elementor-widget-exhibz-latestnews .post {
padding-right: 0px;
}
.elementor-widget-exhibz-latestnews .post .post-media.post-image {
position: relative;
}
.elementor-widget-exhibz-latestnews .post .post-body {
padding: 20px 20px 25px 30px;
margin: 0;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
border-radius: 5px;
background: #ffffff;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 15px;
}
.elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title a {
color: #1c1c24;
}
.elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title a:hover {
color: #e7015e;
}
.elementor-widget-exhibz-latestnews .post .post-body .entry-content p {
line-height: 26px;
}
.elementor-widget-exhibz-latestnews .post .post-body .post-meta {
padding: 5px 0px 0px 0px;
font-size: 13px;
margin-bottom: 5px;
}
.elementor-widget-exhibz-latestnews .post .post-body .post-author {
margin-right: 25px;
text-transform: uppercase;
}
.elementor-widget-exhibz-latestnews .post .post-body .post-author a:hover {
color: #e7015e;
}
.elementor-widget-exhibz-latestnews .post .post-body .post-meta-date {
display: inline-block;
text-transform: uppercase;
}
.elementor-widget-exhibz-latestnews .post:hover .post-body {
-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}
.elementor-widget-exhibz-latestnews .post:hover .post-body .entry-header .entry-title a {
color: #e7015e;
}  .ts-newsletter.elementor-section.elementor-section-boxed > .elementor-container {
position: relative;
z-index: 9;
}
.ts-newsletter-area .newsletter-form .form-group .btn {
border-radius: 36px;
background: #101010;
}
.ts-newsletter-area .newsletter-form .form-group .form-control {
border-bottom: 1px solid #ab8b5d;
}
.ts-footer {
background: #1a1831;
padding: 250px 0 50px;
position: relative;
overflow: hidden;
}
.blog .ts-footer,
.category .ts-footer,
.single-post .ts-footer,
.archive .ts-footer,
.tag .ts-footer,
body.single .ts-footer,
.single-etn-speaker .ts-footer,
.author .ts-footer {
padding: 50px 0;
}
.ts-footer-social ul {
padding: 0;
}
.ts-footer-social ul li {
display: inline-block;
list-style: none;
}
.ts-footer-social ul li a {
display: block;
height: 40px;
width: 40px;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border: 1px solid #525164;
text-align: center;
color: #ffffff;
font-size: 14px;
padding: 7px 0;
margin: 0 10px;
}
.ts-footer-social ul li a span {
display: none;
}
.ts-footer-social ul li a i {
font-family: "iconfont" !important;
font-style: normal;
}
.ts-footer-social ul li a i.fa-facebook-official:before, .ts-footer-social ul li a i.fa-facebook:before, .ts-footer-social ul li a i.fa-facebook-f:before {
content: "\e926";
}
.ts-footer-social ul li a i.fa-twitter:before {
content: "\e94c";
}
.ts-footer-social ul li a i.fa-google-plus-g:before, .ts-footer-social ul li a i.fa-google-plus:before {
content: "\e956";
}
.ts-footer-social ul li a i.fa-pinterest:before, .ts-footer-social ul li a i.fa-pinterest-p:before {
content: "\e951";
}
.ts-footer-social ul li a i.fa-instagram:before {
content: "\e957";
}
.ts-footer-social ul li a i.fa-linkedin:before {
content: "\e94e";
}
.ts-footer-social ul li a i.fa-behance:before {
content: "\e955";
}
.ts-footer-social ul li a i.fa-soundcloud:before {
content: "\e953";
}
.ts-footer-social ul li a i.fa-vimeo:before {
content: "\e906";
}
.ts-footer-social ul li a i.fa-vine:before {
content: "\e905";
}
.ts-footer-social ul li a i.fa-vk:before {
content: "\e904";
}
.ts-footer-social ul li a i.fa-xing:before {
content: "\e903";
}
.ts-footer-social ul li a i.fa-yelp:before {
content: "\e902";
}
.ts-footer-social ul li a i.fa-youtube:before {
content: "\e954";
}
.ts-footer-social ul li a i.fa-pinterest-square:before {
content: "\e951";
}
.ts-footer-social ul li a:hover {
background: #e7015e;
border-color: transparent;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.footer-menu {
margin: 25px 0;
}
.footer-menu ul {
margin: 0;
padding: 0;
}
.footer-menu ul li {
display: inline-block;
}
.footer-menu ul li a {
color: #a8a8ad;
margin: 0 20px;
position: relative;
}
.footer-menu ul li a:before {
position: absolute;
left: -24px;
top: 1px;
bottom: 0;
margin: auto;
content: "";
background: #5f5e6f;
width: 5px;
height: 5px;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
}
.footer-menu ul li a:hover {
color: #e7015e;
}
.footer-menu ul li:first-child a:before {
display: none;
}
.copyright-text p {
margin-bottom: 0;
color: #a8a8ad;
} .ts-intro-outcome {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding-top: 170px;
}
.ts-single-outcome {
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
width: 250px;
height: 250px;
background-image: linear-gradient(110deg, rgb(252, 96, 118) 0%, rgb(255, 154, 68) 100%);
-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
padding: 55px 0;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.ts-single-outcome i {
font-size: 80px;
color: #ffffff;
display: block;
margin-bottom: 30px;
}
.ts-single-outcome .ts-title {
color: #ffffff;
}
.ts-single-outcome:hover i {
-webkit-animation-name: shake;
animation-name: shake;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} .banner-title {
color: #fff;
font-size: 60px;
text-transform: uppercase;
font-weight: 800;
margin-bottom: 20px;
} .elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
margin-bottom: 20px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
display: block;
background: transparent;
width: 100%;
text-align: left;
border: 1px solid #e5e5e5;
color: #101010;
text-transform: capitalize;
position: relative;
height: 60px;
line-height: 30px;
border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-active {
background-color: #e7015e;
border: transparent;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
background-color: #e7015e;
}
.elementor-element .elementor-accordion .elementor-accordion-icon.elementor-accordion-icon-right i {
line-height: 26px;
}
.widget {
margin-bottom: 50px;
}
.wpcf7-form .form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
height: 50px;
width: 100%;
padding: 0 20px;
border-radius: 0;
-webkit-border-radius: 0;
-ms-border-radius: 0;
}
.wpcf7-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border-color: #e7015e;
}
.wpcf7-form .form-control.message-box {
height: 150px;
resize: none;
padding-top: 10px;
}
.sidebar-widgets .form-group {
margin-bottom: 30px;
}
.sidebar-widgets .form-group textarea {
height: 150px;
padding-top: 10px;
resize: none;
} .ts-speaker {
position: relative;
text-align: center;
margin-bottom: 55px;
overflow: hidden;
}
.ts-speaker .speaker-img {
width: 255px;
height: 255px;
position: relative;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
overflow: hidden;
margin: auto auto 20px;
}
.ts-speaker .speaker-img img {
width: 100%;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.ts-speaker .speaker-img:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(59, 29, 130, 0.5);
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
opacity: 0;
z-index: 1;
-webkit-border-radius: 50%;
-webkit-transition: all 0.4s ease;
}
.ts-speaker .view-speaker {
position: absolute;
left: 0;
top: 70%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #ffffff;
font-size: 22px;
width: 50px;
height: 50px;
margin: auto;
border: 2px solid #ddd;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
padding: 12px 0;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
opacity: 0;
z-index: 2;
}
.ts-speaker .ts-title {
margin-bottom: 5px;
font-size: 24px;
}
.ts-speaker .ts-title a {
color: #1c1c24;
}
.ts-speaker:hover .speaker-img img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.ts-speaker:hover .speaker-img:before {
opacity: 1;
}
.ts-speaker:hover .view-speaker {
top: 50%;
opacity: 1;
}
.ts-speaker:hover .ts-title a {
color: #e7015e;
}
.ts-speaker.white-text .ts-title a,
.ts-speaker.white-text p {
color: #ffffff;
}
.speaker-classic {
padding-top: 0px;
}
.speaker-classic .ts-speaker {
margin-bottom: 60px;
}
.speaker-classic .ts-speaker .speaker-img {
width: 100%;
height: auto;
border-radius: 0;
-webkit-border-radius: 0;
-ms-border-radius: 0;
}
.speaker-classic .ts-speaker .speaker-img:before {
border-radius: 0;
-webkit-border-radius: 0;
-ms-border-radius: 0;
}
.speaker-classic .ts-speaker .ts-speaker-info {
position: absolute;
right: 0;
bottom: -13px;
background: #ffffff;
z-index: 1;
width: 90%;
padding: 20px 0 25px;
}
.speaker-classic .ts-speaker .ts-speaker-info .ts-title {
margin-bottom: 0;
}
.speaker-classic .ts-speaker .ts-speaker-info p {
margin-bottom: 0;
}
.ts-speakers-classic .ts-speaker {
border-radius: 5;
-webkit-border-radius: 5;
-ms-border-radius: 5;
overflow: hidden;
}
.ts-speakers-classic .ts-speaker .speaker-img:before {
background: #e7015e;
}
.ts-speakers-classic .ts-speaker .ts-speaker-info {
background: transparent;
width: 100%;
color: #fff;
bottom: 0px;
opacity: 0;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
padding: 20px 40px 25px;
}
.ts-speakers-classic .ts-speaker .ts-speaker-info .ts-title {
color: #fff;
margin-bottom: 10px;
}
.ts-speakers-classic .ts-speaker:hover .ts-speaker-info {
bottom: 50px;
opacity: 1;
}
.ts-speakers-classic .ts-speaker:hover .view-speaker {
top: 36%;
}
.speaker-shap img {
position: absolute;
left: 0;
top: 0;
max-width: 100px;
}
.speaker-shap img.shap1 {
top: 15%;
}
.speaker-shap img.shap2 {
bottom: 0;
left: auto;
top: 35%;
right: 0;
margin: auto;
}
.speaker-shap img.shap3 {
top: auto;
bottom: -25px;
margin: auto;
left: 6%;
}
.ts-speaker-popup {
background: #ffffff;
padding: 0;
position: relative;
}
.ts-speaker-popup .ts-speaker-popup-img img {
width: 100%;
}
.ts-speaker-popup .ts-speaker-popup-content {
padding: 60px 40px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-title {
margin-bottom: 10px;
}
.ts-speaker-popup .ts-speaker-popup-content .speakder-designation {
display: block;
font-size: 14px;
margin-bottom: 20px;
}
.ts-speaker-popup .ts-speaker-popup-content .company-logo {
margin-bottom: 15px;
}
.ts-speaker-popup .ts-speaker-popup-content p {
margin-bottom: 25px;
}
.ts-speaker-popup .ts-speaker-popup-content h4 {
font-size: 20px;
font-weight: 700;
}
.ts-speaker-popup .ts-speaker-popup-content .session-name {
margin-bottom: 15px;
}
.ts-speaker-popup .ts-speaker-popup-content .speaker-session-info p {
color: #e7015e;
margin-bottom: 30px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
color: #ababab;
margin-right: 18px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover {
color: #e7015e;
}
.ts-speaker-popup button.mfp-close {
font-size: 30px;
}
.elementor-social-icon i {
font-family: "iconfont" !important;
font-style: normal;
}
.elementor-social-icon i.fa-facebook-official:before, .elementor-social-icon i.fa-facebook:before, .elementor-social-icon i.fa-facebook-f:before {
content: "\e913";
}
.elementor-social-icon i.fa-twitter:before {
content: "\e912";
}
.elementor-social-icon i.fa-google-plus-g:before, .elementor-social-icon i.fa-google-plus:before {
content: "\e911";
}
.elementor-social-icon i.fa-pinterest:before, .elementor-social-icon i.fa-pinterest-p:before {
content: "\e910";
}
.elementor-social-icon i.fa-instagram:before {
content: "\e90f";
}
.elementor-social-icon i.fa-linkedin:before {
content: "\e90e";
}
.elementor-social-icon i.fa-behance:before {
content: "\e90d";
}
.elementor-social-icon i.fa-flickr:before {
content: "\e90c";
}
.elementor-social-icon i.fa-github:before {
content: "\e90b";
}
.elementor-social-icon i.fa-skype:before {
content: "\e90a";
}
.elementor-social-icon i.fa-soundcloud:before {
content: "\e909";
}
.elementor-social-icon i.fa-stumbleupon:before {
content: "\e908";
}
.elementor-social-icon i.fa-tumblr:before {
content: "\e907";
}
.elementor-social-icon i.fa-vimeo:before {
content: "\e906";
}
.elementor-social-icon i.fa-vine:before {
content: "\e905";
}
.elementor-social-icon i.fa-vk:before {
content: "\e904";
}
.elementor-social-icon i.fa-xing:before {
content: "\e903";
}
.elementor-social-icon i.fa-yelp:before {
content: "\e902";
}
.elementor-social-icon i.fa-youtube:before {
content: "\e96f";
}
.ts-single-speaker .speaker-content {
background: #f7f7f7;
padding: 30px;
}
.ts-single-speaker .speaker-content .speaker-exhibs_photo {
margin-bottom: 20px;
}
.ts-single-speaker .speaker-content .speaker-exhibs_photo img {
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
width: 280px;
height: 280px;
}
.ts-single-speaker .speaker-content h2 {
font-size: 28px;
}
.ts-single-speaker .speaker-content .speaker-designation {
margin-bottom: 20px;
}
.ts-single-speaker .speaker-content .speaker-exhibs_logo {
margin-bottom: 25px;
}
.ts-single-speaker .ts-social-list {
padding-left: 0;
}
.ts-single-speaker .ts-social-list li {
display: inline-block;
}
.ts-single-speaker .ts-social-list li a {
font-size: 15px;
width: 36px;
height: 36px;
line-height: 36px;
display: inline-block;
background: #e7015e;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
color: #fff;
margin: 0 5px;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.ts-single-speaker .ts-social-list li a:hover {
background: #3b1d82;
}
.ts-single-speaker .single-speaker-schedule .schedule-listing .schedule-slot-info {
padding-left: 40px;
text-align: left;
}
.ts-single-speaker.archive .speaker-content {
background: transparent;
}
.single-ts-speaker .ts-footer {
padding-top: 60px;
}
.countdown {
margin-bottom: 60px;
}
.countdown .counter-item {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
text-align: center;
color: #fff;
margin-right: 18px;
padding: 35px 0;
position: relative;
}
.countdown .counter-item i {
font-size: 105px;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.countdown .counter-item span {
font-size: 24px;
display: block;
line-height: 18px;
letter-spacing: 0.96px;
font-weight: 700;
}
.countdown .counter-item .smalltext {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2.5px;
}
.countdown .counter-item:last-of-type {
margin-right: 0;
}
.countdown .counter-item:nth-of-type(1) i {
color: #00a3ee;
}
.countdown .counter-item:nth-of-type(2) i {
color: #ffcf4a;
top: 2px;
-webkit-transform: rotate(-148deg);
-ms-transform: rotate(-148deg);
transform: rotate(-148deg);
}
.countdown .counter-item:nth-of-type(3) i {
color: #00c1c1;
}
.countdown .counter-item:nth-of-type(4) i {
color: #ff6386;
}
.ts-count-down {
padding: 0;
z-index: 1;
}
.ts-count-down .countdown {
margin-bottom: 0;
}
.ts-count-down .countdown .counter-item {
width: 25%;
float: left;
margin-right: 0;
border: none;
position: relative;
height: auto;
}
.ts-count-down .countdown .counter-item span {
font-size: 64px;
font-weight: 700;
line-height: 64px;
}
.ts-count-down .countdown .counter-item b {
position: absolute;
right: 0;
top: 50%;
bottom: 0;
margin: auto;
font-size: 30px;
-webkit-transform: translateY(-18%);
-ms-transform: translateY(-18%);
transform: translateY(-18%);
}
.ts-count-down .countdown:before {
z-index: -1;
opacity: 1;
}
.count-dwon-item .counter-item b {
display: none !important;
}
.count-dwon-item .ts-count-down {
margin: 0;
}
.gradient-counter {
z-index: 1;
}
.gradient-overlay .elementor-custom-embed-image-overlay:before {
background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
} .highlight-count-down .counter-item:nth-child(1) {
color: #ff007a;
}
.highlight-count-down .counter-item:nth-child(2) {
color: #ffc107;
}
.highlight-count-down .counter-item:nth-child(3) {
color: #00c1c1;
}
.highlight-count-down .counter-item:nth-child(4) {
color: #8bc34a;
} .ts-pricing {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.ts-pricing .speaker-shap .shap2 {
top: 150px;
bottom: auto;
}
.ts-pricing.p-60 {
padding-top: 20px;
}
.pricing-item {
position: relative;
max-width: 320px;
margin: auto;
}
.pricing-item .pricing-dot {
width: 100%;
display: block;
}
.pricing-item .pricing-dot1 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
display: block;
width: 100%;
margin-top: -2px;
}
.pricing-item.disebled {
opacity: 0.7;
cursor: no-drop;
}
.pricing-item.disebled .btn {
background: #a077a6;
cursor: no-drop;
}
.ts-pricing-box .ts-pricing-progress .ts-pricing-value {
font-weight: 700;
color: #e7015e;
margin-bottom: 25px;
}
.ts-pricing-box .ts-progress {
width: 100%;
height: 10px;
background: #ebedf4;
margin-bottom: 10px;
}
.ts-pricing-box .ts-progress .ts-progress-inner {
background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
height: 100%;
}
.ts-pricing-box .promotional-code .promo-code-text {
font-weight: 400;
color: #e7015e;
}
.ts-pricing-box .pricing-btn {
margin-bottom: 25px;
position: relative;
}
.ts-pricing-box .pricing-btn:after, .ts-pricing-box .pricing-btn:before {
position: absolute;
left: -14px;
top: 0;
content: "";
width: 25px;
height: 25px;
display: block;
background: #fff;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
bottom: 0;
margin: auto;
}
.ts-pricing-box .pricing-btn:after {
position: absolute;
left: auto;
top: 0;
right: -14px;
}
.ts-pricing-box .vate-text {
margin-bottom: 0;
}
.ts-pricing-item {
text-align: center;
background: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
padding: 40px;
margin-top: 50px;
}
.ts-pricing-item .ts-pricing-header i {
font-size: 70px;
height: 160px;
width: 160px;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
display: block;
margin: auto;
background: #3b1d82;
color: #fff;
padding: 45px 0;
margin-top: -100px;
margin-bottom: 40px;
}
.ts-pricing-item .ts-pricing-name {
font-size: 24px;
font-weight: 700;
color: #3b1d82;
margin-bottom: 35px;
}
.ts-pricing-item .ts-pricing-price {
font-size: 48px;
font-weight: 800;
position: relative;
margin-bottom: 50px;
}
.ts-pricing-item .ts-pricing-price img {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
top: 0;
}
.ts-pricing-item .ts-pricing-price span {
position: relative;
z-index: 1;
color: #3b1d82;
}
.ts-pricing-item p {
margin-bottom: 30px;
}
.ts-pricing-item .btn {
background: #3b1d82;
}
.ts-pricing-item.disebled {
cursor: no-drop;
opacity: 0.7;
}
.ts-pricing-item.disebled .ts-pricing-header i {
background: #e7e7e7;
}
.ts-pricing-item.disebled .ts-pricing-header .ts-pricing-name {
color: #cccccc;
}
.ts-pricing-item.disebled .ts-pricing-price span {
opacity: 0.5;
}
.ts-pricing-item.disebled .btn {
background: #e7e7e7;
}
.ts-pricing-item.active .ts-pricing-header i,
.ts-pricing-item.active .btn {
background: #e7015e;
}
.ts-pricing-item.active .ts-pricing-name,
.ts-pricing-item.active .ts-pricing-price span {
color: #e7015e;
} @media (min-width: 991px) {
.header ul.navbar-nav li:hover > .dropdown-menu {
display: block;
border: none;
}
} .pricing-item.disebled {
opacity: 0.7;
cursor: no-drop;
}
.pricing-item.disebled .btn {
background: #a077a6;
cursor: no-drop;
}
.ts-pricing-box {
background: #fff;
padding: 40px;
text-align: center;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.ts-pricing-box:hover {
-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
}
.ts-pricing-box .ts-pricing-header .ts-pricing-name {
font-size: 20px;
font-weight: 800;
color: #3b1d82;
text-transform: uppercase;
margin-bottom: 15px;
}
.ts-pricing-box .ts-pricing-header .ts-pricing-price {
font-size: 58px;
font-weight: 900;
color: #3b1d82;
margin-bottom: 20px;
}
.ts-pricing-box .ts-pricing-header .ts-pricing-price span {
margin-right: 10px;
}
.ts-pricing.classic .ts-pricing-item {
-webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
}
.pricing-wrap .pricing-item .ts-pricing-box {
background: #120f4e;
}
.pricing-wrap .pricing-item .ts-pricing-box .ts-pricing-name,
.pricing-wrap .pricing-item .ts-pricing-box .ts-pricing-price,
.pricing-wrap .pricing-item .ts-pricing-box .amount-progres-text,
.pricing-wrap .pricing-item .ts-pricing-box .vate-text {
color: #fff;
}
.pricing-wrap .pricing-item .ts-pricing-box .pricing-btn:before,
.pricing-wrap .pricing-item .ts-pricing-box .pricing-btn:after {
background: #120f4e;
} .page-banner-area {
position: relative;
min-height: 400px;
color: #fff;
background-position: 50% 50%;
background-size: cover;
-webkit-backface-visibility: hidden;
}
.page-banner-title {
position: absolute;
top: 50%;
width: 100%;
height: 100%;
}
.page-banner-title.mt-80 {
margin-top: 60px;
}
.page-banner-title h2 {
color: #fff;
font-size: 60px;
text-transform: uppercase;
font-weight: 800;
margin-bottom: 20px;
}
.page-banner-title .breadcrumb {
background: none;
color: #fff;
font-weight: 700;
font-size: 16px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-banner-title .breadcrumb li a {
color: #fff;
margin-right: 5px;
}
.page-banner-title .breadcrumb a:hover {
color: #ccc;
}
.breadcrumb {
padding: 0;
background: none;
}
.breadcrumb a:hover {
color: #fff;
}
.breadcrumb > li {
font-weight: 500;
margin: 0 10px;
} .BackTo {
background: #e7015e none repeat scroll 0 0;
border-radius: 50%;
bottom: 75px;
color: #979797;
cursor: pointer;
height: 44px;
position: fixed;
right: 14px;
text-align: center;
width: 44px;
z-index: 9;
display: block;
padding: 8px 0;
}
.BackTo a {
color: #fff;
font-size: 18px;
font-weight: 700;
margin-top: 2px;
display: inline-block;
}
.BackTo a:hover {
color: #ffffff;
}
.text-right-bottom {
text-align: right !important;
position: absolute;
bottom: 0px;
right: 0px;
} .error-page .error-code h2 {
display: block;
font-size: 200px;
line-height: 200px;
color: #303030;
margin-bottom: 20px;
}
.error-page .error-body .btn {
margin-top: 30px;
font-weight: 700;
}
.ts-funfacts .elementor-counter-number-wrapper .elementor-counter-number-prefix {
display: none;
}
.ts-funfacts .elementor-counter-title {
text-align: left;
}
.main-slider {
padding: 0;
z-index: 0;
}
.main-slider .banner-item {
min-height: 850px;
color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
-webkit-backface-visibility: hidden;
position: relative;
}
.main-slider .banner-item:before {
background: rgba(0, 0, 0, 0.35);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
}
.main-slider .banner-item .banner-content-wrap {
padding: 250px 0 182px;
z-index: 1;
position: relative;
}
.main-slider .banner-item .banner-content-wrap .title-shap-img {
margin: auto auto 25px;
max-width: 70px;
}
.main-slider .banner-item .banner-content-wrap p.banner-info {
font-style: italic;
font-size: 20px;
color: #fff;
}
.main-slider .banner-item .banner-content-wrap h1.banner-title {
text-transform: capitalize;
margin-bottom: 30px;
}
.main-slider .banner-item .banner-content-wrap p.banner-desc {
font-size: 18px;
font-weight: 500;
color: #fff;
padding: 0px 180px;
margin-bottom: 40px;
}
.main-slider .banner-item .banner-content-wrap .ts-banner-btn .btn {
height: 55px;
line-height: 55px;
padding: 0 55px;
}
.main-slider .banner-item .banner-content-wrap .ts-banner-btn .btn.fill {
background: #4381fd;
border-color: #4381fd;
padding: 0 55px;
margin-left: 20px;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img,
.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-info,
.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title,
.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-desc,
.main-slider .owl-item.active .banner-item .banner-content-wrap .ts-banner-btn {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-title {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title {
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-desc {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap .ts-banner-btn {
-webkit-animation-duration: 3.5s;
animation-duration: 3.5s;
}
.main-slider .owl-dots {
position: absolute;
left: 0;
top: auto;
right: 0;
bottom: 130px;
margin: auto;
text-align: center;
}
.main-slider .owl-dots .owl-dot {
width: 20px;
height: 2px;
background: #ffffff;
opacity: 0.5;
display: inline-block;
margin: 0 5px;
}
.main-slider .owl-dots .owl-dot.active {
opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
position: absolute;
left: 0;
top: auto;
right: 0;
bottom: 60px;
margin: auto;
text-align: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
width: 20px;
height: 2px;
background: #ffffff;
opacity: 0.5;
display: inline-block;
margin: 0 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active {
opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
background-image: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
display: none;
}
.date-item {
display: inline-block;
border: 3px solid #e7015e;
border-radius: 10px;
padding: 18px 20px 14px;
color: #3b1d82;
font-size: 18px;
font-weight: 500;
}
.date-item .event-day {
display: block;
font-size: 36px;
font-weight: 900;
}
@media (min-width: 1024px) {
.box-style .elementor-row {
position: relative;
}
.box-style .indicator {
position: absolute;
content: "";
height: 100%;
left: 33.3333333333%;
position: absolute;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
width: 33.3333333333%;
z-index: -1;
-webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
background-color: #fff;
}
.box-style .elementor-inner-column:nth-child(1):hover ~ .indicator {
left: 0;
}
.box-style .elementor-inner-column:nth-child(3):hover ~ .indicator {
left: 66.6666666%;
}
}
.custom-list-style ul li {
border-left: 3px solid #ff007a;
padding: 0 20px;
display: inline-block;
line-height: 20px;
} .page-banner-title .woocommerce-breadcrumb,
.page-banner-title .woocommerce-breadcrumb a {
color: #fff;
}
p.form-submit .submit {
background: #ff007a !important;
color: #fff !important;
}
.woocommerce #reviews #comments h2 {
text-transform: capitalize;
margin-bottom: 30px;
font-size: 25px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin-left: 70px;
}
.woocommerce-Reviews .comment-reply-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 25px;
display: block;
}
.woocommerce .star-rating {
color: #ff007a;
} .multi-schedule-list .multi-speaker .schedule-speaker {
margin-bottom: 25px;
}
.multi-schedule-list .schedule-slot-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.food-main-banner {
overflow: hidden;
} .ts-gallery-slider .galler-img-item {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
clear: both;
}
.ts-gallery-slider .galler-img-item img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.ts-gallery-slider .swiper-container {
padding-top: 80px;
}
.ts-gallery-slider .swiper-slide-active .galler-img-item {
margin-top: -80px;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.ts-gallery-slider .swiper-slide-active .galler-img-item img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-webkit-box-shadow: 0px 20px 30px 0px rgba(180, 139, 78, 0.25);
box-shadow: 0px 20px 30px 0px rgba(180, 139, 78, 0.25);
padding: 0 5px;
}
@media (min-width: 1024px) {
.ts-gallery-slider .swiper-slide-active {
z-index: 1;
}
}
.ts-gallery-slider .slider_nav {
position: absolute;
right: 0;
margin: auto;
text-align: center;
bottom: 10px;
left: 0;
}
@media (min-width: 1024px) {
.ts-gallery-slider .slider_nav {
left: -50px;
}
}
.ts-gallery-slider .slider_nav .swiper-button-prev,
.ts-gallery-slider .slider_nav .swiper-button-next {
position: static;
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
font-size: 20px;
border-radius: 50%;
border: 1px solid #e7015e;
margin: 0px 5px;
} #preloader {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 99999999999999;
overflow: hidden;
background-color: #ff007a;
-webkit-transition: all 1.5s ease-out;
transition: all 1.5s ease-out;
}
#preloader.loaded {
top: -200%;
}
#preloader.loaded .preloader-cancel-btn-wraper {
bottom: 200%;
}
.preloader-cancel-btn-wraper {
position: fixed;
bottom: 0;
right: 0;
padding: 30px;
-webkit-transition: all 1.5s ease-out;
transition: all 1.5s ease-out;
}
.preloader-cancel-btn-wraper .preloader-cancel-btn {
border-radius: 36px;
font-size: 11px;
background: #000;
color: #fff;
}
.spinner {
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.double-bounce1 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #ffffff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2s infinite ease-in-out;
animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #ffffff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2s infinite ease-in-out;
animation: sk-bounce 2s infinite ease-in-out;
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@keyframes sk-bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
} .title-bar-shap {
display: inline-block;
position: relative;
z-index: 1;
font-style: initial;
}
.title-bar-shap::before {
position: absolute;
bottom: 4px;
width: 100%;
left: 0;
height: 9px;
background: #fea9a0;
content: "";
z-index: -1;
}
.title-border {
width: 60px;
background: #e74c3c;
height: 5px;
display: inline-block;
}
.block-count-down {
margin: 0;
padding: 0 30px;
}
.block-count-down .countdown .counter-item {
width: 100%;
position: relative;
border-radius: 0;
padding: 22px 0;
}
.block-count-down .countdown .counter-item:not(:last-child) {
border-bottom: 2px dotted #4f5b68;
}
.block-count-down .countdown .counter-item span {
letter-spacing: 0;
line-height: 48px;
display: inline-block;
}
.block-count-down .countdown .counter-item .smalltext {
position: static;
text-transform: initial;
font-size: 24px;
letter-spacing: 0;
line-height: 0.8;
}
.event-date .date-item {
padding: 0;
}
@media (max-width: 768px) {
.block-count-down {
padding: 0;
}
}
.image-box .elementor-image {
position: relative;
}
.image-box .elementor-image img {
width: 100%;
}
.image-box .elementor-image::after {
position: absolute;
content: "";
right: -30px;
bottom: -30px;
width: 200px;
height: 200px;
border: 5px solid #e74c3c;
border-width: 5px 30px 30px 5px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.image-box .elementor-image:hover::after {
background: rgba(231, 76, 60, 0.3);
width: 100%;
height: 100%;
}
.edu-con blockquote {
border-color: #e74c3c;
}
.cta {
position: relative;
overflow: hidden;
z-index: 11;
}
.cta .newsletter-form .form-group .form-control {
border: 1px solid rgba(255, 255, 255, 0.2);
padding-left: 20px;
}
.cta .newsletter-form .form-group .btn {
border-radius: 0;
font-size: 15px;
color: #e74c3c;
background: #fff;
}
.cta .newsletter-form .form-group .btn:hover {
background: #e74c3c;
color: #fff;
}
.cta .newsletter-form .form-group .btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
} .single-topics {
position: relative;
-webkit-box-shadow: 0px 15px 30px 0px rgba(40, 55, 71, 0.05);
box-shadow: 0px 15px 30px 0px rgba(40, 55, 71, 0.05);
padding: 35px 40px 30px 40px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-topics::after {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-blend-mode: multiply;
}
.single-topics::before {
position: absolute;
content: "";
left: -12px;
top: -12px;
width: 66px;
height: 33px;
opacity: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background: url(//www.ssbtur.com/wp-content/themes/exhibz/assets/images/shape/topics_mem.png) no-repeat center left;
}
.single-topics .ts-title {
font-size: 24px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 15px;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.single-topics p {
font-size: 15px;
line-height: 25px;
margin-bottom: 0;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.single-topics .topics-link {
width: 34px;
height: 34px;
background: #fff;
color: #e74c3c;
padding: 6px;
text-align: center;
position: absolute;
right: 10px;
bottom: 10px;
opacity: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-topics:hover::after, .single-topics:hover::before,
.single-topics:hover .topics-link {
opacity: 1;
}
.single-topics:hover .ts-title {
color: #fff;
}
.single-topics:hover p {
color: #fff;
} .ts-speaker-slider .owl-stage-outer {
padding: 50px 0;
}
.ts-speaker-slider .ts-speaker {
text-align: left;
overflow: initial;
}
.ts-speaker-slider .ts-speaker::before {
position: absolute;
content: "";
width: 0%;
right: 0;
height: 110%;
top: -20px;
background: rgba(231, 76, 60, 0.7);
z-index: 1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.ts-speaker-slider .ts-speaker .speaker-img {
border-radius: 0;
}
.ts-speaker-slider .ts-speaker .ts-title {
font-size: 30px;
margin: 10px 0 15px;
}
.ts-speaker-slider .ts-speaker .view-speaker {
opacity: 1;
width: 100%;
height: 100%;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
top: 0;
bottom: 0;
border-radius: 0;
border-color: transparent;
}
.ts-speaker-slider .ts-speaker:hover::before {
width: 50%;
}
.ts-speaker-slider .ts-speaker:hover .speaker-img::before {
opacity: 0;
}
.ts-speaker-slider .owl-dots {
text-align: center;
}
.ts-speaker-slider .owl-dots .owl-dot {
width: 6px;
height: 6px;
background: #cccccc;
display: inline-block;
margin: 0 5px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.ts-speaker-slider .owl-dots .owl-dot.active {
width: 30px;
background: #e74c3c;
}
@media (max-width: 768px) {
.meetup {
overflow: hidden;
}
.ts-speaker-slider .ts-speaker {
overflow: hidden;
}
.ts-speaker-slider .ts-speaker .speaker-img {
width: 100%;
height: auto;
}
.ts-speaker-slider .ts-speaker:hover .speaker-img img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
} .meetup-wrap .meetup-image {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.meetup-wrap .meetup-image img {
width: 100%;
border-radius: 50%;
width: 350px;
height: 350px;
-webkit-box-shadow: 0px 20px 30px 0px rgba(40, 55, 71, 0.15);
box-shadow: 0px 20px 30px 0px rgba(40, 55, 71, 0.15);
}
.meetup-wrap:hover .meetup-box {
opacity: 1;
top: 0;
visibility: visible;
}
.meetup-wrap .meetup-box {
padding: 35px 40px 35px 40px;
background: #e74c3c;
position: absolute;
left: 0;
margin: 0 auto;
top: 20px;
right: 0;
width: 340px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.meetup-wrap .meetup-box::after {
position: absolute;
content: "";
right: 25px;
width: 3px;
height: 90px;
background: #fff;
bottom: -40px;
}
.meetup-wrap .meetup-box .ts-title {
color: #fff;
}
.meetup-wrap .meetup-box p {
color: #fff;
margin-bottom: 0;
}
.meetup-wrap .meetup-box.right::after {
left: 25px;
right: auto;
}
.meetup-wrap .meetup-box.left::after {
left: auto;
right: 25px;
}
@media (max-width: 375px) {
.meetup-wrap .meetup-box {
width: 250px;
}
.meetup-wrap .meetup-box::after {
display: none;
}
} .logo-title {
margin-bottom: 0;
font-size: 30px;
text-transform: uppercase;
}
.logo-title a:hover {
color: #e7015e;
}
.post-type-archive-ts-speaker .ts-single-speaker .speaker-content .speaker-exhibs_photo img,
.tax-ts-speaker_cat .ts-single-speaker .speaker-content .speaker-exhibs_photo img {
width: 180px;
height: 180px;
}
.post-type-archive-ts-speaker .ts-single-speaker .speaker-content,
.tax-ts-speaker_cat .ts-single-speaker .speaker-content {
padding: 10px;
}
.ts-speaker-archive-widget .ts-single-speaker .speaker-content .speaker-exhibs_photo img {
width: 180px;
height: 180px;
}
.ts-speaker-archive-widget .ts-single-speaker .speaker-content {
padding: 40px;
} .header-fullwidthsolid {
position: relative;
z-index: 99;
}
.header-fullwidthsolid.navbar-fixed.sticky {
-webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.07);
box-shadow: 0 8px 17px rgba(0, 0, 0, 0.07);
}
.header-fullwidthsolid .container-fluid {
padding: 0 60px;
}
@media (max-width: 1020px) {
.header-fullwidthsolid .container-fluid {
padding: 0 30px;
}
}
.header-fullwidthsolid .container-fluid .navbar-toggler {
top: -53px;
}
.header-fullwidthsolid .container-fluid .header-btn .ticket-btn {
padding: 7px 30px;
height: 50px;
font-size: 15px;
margin: 18px 0 18px 15px;
border-radius: 0;
}
.header-fullwidthsolid .container-fluid .header-btn .ticket-btn i {
margin-left: 5px;
}
.conference-banner .title-section-area .section-title .sub-title {
position: relative;
padding-left: 75px;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
left: -145px;
top: 87px;
margin: 0;
}
.conference-banner .title-section-area .section-title .sub-title::after {
position: absolute;
content: "";
width: 57px;
height: 2px;
background: #ffffff;
left: 0;
top: 10px;
bottom: 0;
margin: auto;
}
@media (max-width: 767px) {
.conference-banner .title-section-area .section-title .sub-title {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
position: static;
left: 0;
top: 0;
margin-bottom: 20px;
}
}
.conference-banner .elementor-social-icons-wrapper {
padding-left: 100px;
position: relative;
}
.conference-banner .elementor-social-icons-wrapper::after {
position: absolute;
content: "";
width: 80px;
height: 2px;
background: #ffffff;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.conference-banner .elementor-social-icons-wrapper .elementor-social-icon {
background: transparent;
vertical-align: middle;
}
.conference-banner .icon-wrapper .elementor-container {
margin-left: 0;
}
.date-box .title-section-area .section-title {
position: relative;
padding-bottom: 20px;
}
.date-box .title-section-area .section-title::after {
position: absolute;
content: "";
height: 2px;
background: #ffffff;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 30px;
}
.conference-feature .single-intro-text {
padding: 0 0 15px;
}
.conference-feature .single-intro-text.single-contact-feature {
border: none;
}
.conference-feature .single-intro-text.single-contact-feature .count-number {
display: none;
}
.conference-feature .feature-btn .elementor-button {
position: relative;
}
.conference-feature .feature-btn .elementor-button .elementor-button-content-wrapper {
position: relative;
z-index: 2;
}
.conference-feature .feature-btn .elementor-button::after {
position: absolute;
content: "";
left: 0;
bottom: 1px;
width: 92px;
height: 7px;
background: #ffac27;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.conference-feature .feature-btn .elementor-button:hover::after {
width: 15px;
}
.classic-post .post .post-body .entry-content p {
margin-top: 0;
}
@media (min-width: 768px) {
.list-style .elementor-widget-container .elementor-icon-box-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.list-style:hover .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
background: rgba(255, 255, 255, 0.2);
}
.list-style:hover .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
color: #ffffff;
}
.ts-speakers-style4 .speaker-img::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: var(--speaker-color);
z-index: 1;
mix-blend-mode: color;
pointer-events: none;
border-radius: inherit;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
opacity: 1;
}
.ts-speakers-style4 .speaker-img img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.ts-speakers-style4 .ts-speaker {
margin-bottom: 0;
}
.ts-speakers-style4 .ts-speaker .ts-speaker-info {
background: transparent;
bottom: 50px;
right: auto;
left: 0%;
-webkit-transition: all ease 0.6s;
transition: all ease 0.6s;
padding: 0;
}
.ts-speakers-style4 .ts-speaker .ts-speaker-info .ts-title {
background: #25cd44;
display: inline-block;
padding: 15px 25px;
}
.ts-speakers-style4 .ts-speaker .ts-speaker-info p {
background: #ffac27;
padding: 3px 25px;
}
.ts-speakers-style4 .ts-speaker .ts-speakers-social-4 {
position: absolute;
bottom: -42px;
width: 100%;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
z-index: 999;
}
.ts-speakers-style4 .ts-speaker .ts-speakers-social-4 a {
width: 42px;
height: 42px;
text-align: center;
display: inline-block;
padding: 10px;
color: #ffffff;
background: rgba(255, 255, 255, 0.3);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.ts-speakers-style4 .ts-speaker .ts-speakers-social-4 a:not(:last-child) {
margin-right: 5px;
}
.ts-speakers-style4 .ts-speaker .ts-speakers-social-4 a:hover {
color: #25cd44;
background: #ffffff;
}
.ts-speakers-style4:hover .speaker-img::before {
mix-blend-mode: multiply;
}
.ts-speakers-style4:hover .ts-speaker .ts-speakers-social-4 {
bottom: 40px;
}
.ts-speakers-style4:hover .ts-speaker .ts-speaker-info {
left: -100%;
overflow: hidden;
}
.btn-alt .elementor-button {
position: relative;
}
.btn-alt .elementor-button .elementor-button-content-wrapper {
position: relative;
z-index: 9;
}
.btn-alt .elementor-button::before {
position: absolute;
content: "";
background: #ff2661;
width: 50px;
left: 0;
top: 0;
height: 50px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.btn-alt .elementor-button:hover::before {
width: 100%;
}
.title-alter .elementor-heading-title {
position: relative;
padding-left: 20px;
}
.title-alter .elementor-heading-title::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 40px;
height: 40px;
background: #25cd44;
z-index: -1;
}
.title-alter.title-secondary .elementor-heading-title::before {
background: #ffac27;
}
.testimonial-item .testimonial-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 50px 30px;
}
.testimonial-item .testimonial-body .testimonial-content {
padding-left: 10px;
}
.testimonial-item .testimonial-body .testimonial-content p {
font-size: 20px;
letter-spacing: -0.6px;
font-weight: 500;
line-height: 28px;
}
.testimonial-item .testimonial-body .client-info .client-name {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
position: relative;
padding-left: 45px;
display: inline-block;
}
.testimonial-item .testimonial-body .client-info .client-name::before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
width: 30px;
height: 2px;
background: #25cd44;
margin: auto;
}
.testimonial-item .testimonial-body .client-info .client-name span {
font-weight: 400;
font-size: 14px;
}
.testimonial-thumb {
max-width: 160px;
margin: 0 auto;
position: relative;
}
@media (max-width: 991px) {
.testimonial-thumb {
margin-bottom: 20px;
}
}
.testimonial-thumb img {
width: 100%;
}
.testimonial-thumb .quote-icon {
width: 30px;
height: 30px;
color: #fff;
background: #25cd44;
display: inline-block;
text-align: center;
padding: 5px 0;
position: absolute;
left: -30px;
top: -30px;
}
.testimonial-carousel .slider_nav {
text-align: right;
position: relative;
}
@media (max-width: 992px) {
.testimonial-carousel .slider_nav {
text-align: center;
}
}
.testimonial-carousel .slider_nav::after {
position: absolute;
content: "";
left: 0;
top: 20px;
width: 90%;
height: 2px;
background: #eaeaea;
}
@media (max-width: 992px) {
.testimonial-carousel .slider_nav::after {
display: none;
}
}
.testimonial-carousel .slider_nav .swiper-button-prev,
.testimonial-carousel .slider_nav .swiper-button-next {
width: 40px;
height: 40px;
border-radius: 50%;
background: #eaeaea;
color: #000;
padding: 8px 0;
text-align: center;
font-size: 13px;
display: inline-block;
margin-left: 5px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
position: static;
margin-top: 0;
}
.testimonial-carousel .slider_nav .swiper-button-prev:hover,
.testimonial-carousel .slider_nav .swiper-button-next:hover {
background: #25cd44;
color: #ffffff;
}
.testimonial-carousel .slider_nav .swiper-button-prev::after,
.testimonial-carousel .slider_nav .swiper-button-next::after {
display: none;
}
.gallery-otem {
position: relative;
}
.gallery-otem .video-btn-area .video-btn {
position: absolute;
right: 40px;
width: 60px;
top: 40px;
height: 60px;
background: transparent;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.gallery-otem .video-btn-area .video-btn:hover {
background: rgba(0, 0, 0, 0.7);
}
.ts-schedule-alt .ts-schedule-nav ul {
border-bottom: 4px solid #eaeaea;
}
.ts-schedule-alt .ts-schedule-nav ul li a {
padding: 20px;
background: transparent;
margin-bottom: -4px;
margin-left: -3px;
}
.ts-schedule-alt .ts-schedule-nav ul li a::before {
border-width: 8px 8px 0 8px;
border-color: #25cd44 transparent transparent transparent;
bottom: -12px;
right: 0;
margin: 0 auto;
-webkit-transition: all ease 0s;
transition: all ease 0s;
}
.ts-schedule-alt .ts-schedule-nav ul li a.active {
background: transparent;
border-bottom: 4px solid #25cd44;
}
.ts-schedule-alt .ts-schedule-nav ul li a h3 {
display: inline-block;
color: #333333;
padding: 0 30px;
}
.ts-schedule-alt .ts-schedule-nav ul li a h3:not(:last-child) {
border-right: 1px solid #d6d6d6;
}
@media (max-width: 992px) {
.ts-schedule-alt .ts-schedule-nav ul li a h3:not(:last-child) {
border: none;
}
}
.ts-schedule-alt .schedule-listing {
padding: 50px 0;
border-top: 1px solid #eaeaea;
}
.ts-schedule-alt .schedule-listing .schedule-slot-info {
border: none;
}
.ts-schedule-alt .schedule-listing .schedule-slot-time {
background: transparent !important;
padding: 0;
display: block;
max-width: 100%;
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
}
.ts-schedule-alt .schedule-listing .schedule-slot-time span {
background: #fff8ee;
border-radius: 25px;
padding: 9px 23px;
display: inline-block;
color: #333333;
}
.ts-schedule-alt .schedule-listing .schedule-slot-info {
padding: 0;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content {
margin: 0 0 0 6px;
position: relative;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content .schedule-speaker {
position: absolute;
left: -30px;
top: -25px;
padding: 0;
background: #25cd44;
color: #fff;
min-width: 150px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin: 0;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content .schedule-speaker .schedule-slot-speakers {
width: 50px;
height: 50px;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content .schedule-speaker::after {
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #25cd44 transparent transparent transparent;
position: absolute;
content: "";
left: 0;
bottom: -8px;
right: 0;
margin: 0 auto;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content:hover .schedule-speaker {
visibility: visible;
opacity: 1;
z-index: 1;
}
.ts-schedule-alt .schedule-listing:nth-of-type(even) .schedule-slot-time::before {
background: transparent;
}
.multi-speaker-2 .designation {
font-size: 12px;
line-height: 12px;
font-weight: 600;
}
@media (max-width: 992px) {
.ts-schedule-alt .schedule-listing .schedule-slot-time {
margin-bottom: 20px;
}
.ts-schedule-alt .schedule-listing .schedule-slot-info {
margin-bottom: 40px;
}
}
.footer-area .ts-footer-3 {
padding: 90px 0 30px;
margin: 0 60px;
}
@media (max-width: 1024px) {
.footer-area .ts-footer-3 {
margin: 0 30px;
}
}
@media (max-width: 768px) {
.footer-area .ts-footer-3 {
margin: 0px;
}
}
.footer-area .ts-footer-3 .copyright-text {
padding-top: 25px;
}
.footer-area .ts-footer-3 .footer-border {
border-top: 1px solid #555555;
margin-top: 15px;
}
.footer-area .ts-footer-3 .footer-widget {
margin-bottom: 20px;
}
.footer-area .ts-footer-3 .footer-widget h3 {
font-size: 20px;
letter-spacing: -0.4px;
text-transform: uppercase;
color: #25cd44;
}
.footer-area .ts-footer-3 .footer-widget p {
color: #bbbbbb;
}
.footer-area .ts-footer-3 .footer-widget .menu {
padding: 0;
}
.footer-area .ts-footer-3 .footer-widget .menu li a {
color: #bbbbbb;
display: inline-block;
padding: 5px 0;
}
.footer-area .ts-footer-3 .footer-widget .menu li a i {
font-family: "iconfont";
}
.footer-area .ts-footer-3 .footer-widget .menu li a:hover {
color: #25cd44;
}
@media (min-width: 992px) {
.footer-area .ts-footer-3 .footer-widget.footer-two {
padding-left: 30px;
}
}
.footer-area .ts-footer-3 .footer-widget.footer-three .text-right {
text-align: initial !important;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control {
padding-left: 10px;
border-bottom: 1px solid #555555;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-webkit-input-placeholder {
color: #666666;
opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-moz-placeholder {
color: #666666;
opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control:-ms-input-placeholder {
color: #666666;
opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-ms-input-placeholder {
color: #666666;
opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::placeholder {
color: #666666;
opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn {
background: #ff2661;
border-radius: 0;
margin-top: 30px;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn:hover {
background: #25cd44;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn i {
margin-left: 5px;
}
@media (max-width: 767px) {
.footer-area .ts-footer-3 .newsletter-form {
padding: 0;
}
}
.footer-area .ts-footer-3 .ts-footer-social {
padding: 30px 0 20px;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a {
border-radius: 0;
margin-left: 0;
background: rgba(255, 255, 255, 0.3);
}
.footer-area .ts-footer-3 .ts-footer-social ul li a:hover {
background: #25cd44;
} .mfp-zoom-in {
z-index: 999999;
} .feed-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.feed-content a {
width: 30%;
} .event-cat-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 15px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
border: 1px solid #eaeaea;
border-radius: 5px;
}
.event-cat-item:hover {
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.event-cat-item .cat-bg {
width: 100px;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
min-height: 100px;
position: relative;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.event-cat-item .cat-bg .cat-link {
display: block;
position: absolute;
width: 100%;
height: 100%;
}
.event-cat-item .cat-content {
padding: 20px;
}
.event-cat-item .cat-content .ts-title {
font-size: 18px;
margin-bottom: 0;
}
.event-cat-item .cat-content .ts-title a {
color: #1c1c24;
}
.event-cat-item .cat-content .ts-title a:hover {
color: #e7015e;
}
.event-cat-item .cat-content p {
margin: 0;
} .etn-countdown-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.etn-countdown-wrap .etn-count-item {
font-size: 26px;
line-height: 25px;
font-weight: 700;
text-transform: uppercase;
padding: 18px 0;
margin: 0px 10px;
background-image: url(//www.ssbtur.com/wp-content/themes/exhibz/assets/images/shape/countdown_shape1.png);
background-repeat: no-repeat;
background-size: cover;
height: 80px;
width: 80px;
text-align: center;
color: #ffffff;
}
.etn-countdown-wrap .etn-count-item.etn-hours {
background-image: url(//www.ssbtur.com/wp-content/themes/exhibz/assets/images/shape/countdown_shape2.png);
}
.etn-countdown-wrap .etn-count-item.etn-minutes {
background-image: url(//www.ssbtur.com/wp-content/themes/exhibz/assets/images/shape/countdown_shape3.png);
}
.etn-countdown-wrap .etn-count-item.etn-seconds {
background-image: url(//www.ssbtur.com/wp-content/themes/exhibz/assets/images/shape/countdown_shape4.png);
}
@media (max-width: 767px) {
.etn-countdown-wrap .etn-count-item {
margin-bottom: 15px;
}
}
.etn-countdown-wrap .etn-count-item .text {
display: block;
font-size: 13px;
font-weight: 400;
line-height: 17px;
}
.etn-countdown-wrap .date-seperate {
font-size: 36px;
font-weight: 700;
} .banner-area.single-event-banner {
padding: 55px 0 65px 0;
background-color: #f4f4fc;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.banner-area.single-event-banner::before {
content: "";
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(4, 26, 87, 0.85);
}
.banner-area.single-event-banner .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.banner-area.single-event-banner .banner-title-des {
border-right: 2px solid rgba(255, 255, 255, 0.1254901961);
padding-right: 20px;
}
.banner-area.single-event-banner .banner-title {
font-weight: 800;
margin-bottom: 20px;
font-size: 39px;
line-height: 48px;
padding-left: 10px;
color: #ffffff;
}
.banner-area.single-event-banner .breadcrumb {
margin-bottom: 30px;
color: #ffffff;
}
.banner-area.single-event-banner .breadcrumb li {
font-size: 14px;
color: #ffffff;
}
.banner-area.single-event-banner .breadcrumb li a {
color: #ffffff;
}
.banner-area.single-event-banner .event-categories {
padding-left: 10px;
margin-bottom: 10px;
}
.banner-area.single-event-banner .event-categories li {
display: inline-block;
}
.banner-area.single-event-banner .event-categories li a {
color: #ffffff;
font-size: 18px;
}
.banner-area.single-event-banner .date-location {
margin-left: 12px;
}
.banner-area.single-event-banner .date-location span {
font-size: 14px;
margin-right: 30px;
color: #ffffff;
}
.banner-area.single-event-banner .date-location span i {
margin-right: 5px;
}
.etn-es-events-page-container {
padding-top: 0;
}
.header-transparent + .etn-es-events-page-container .single-event-banner {
padding: 150px 0 80px;
min-height: 550px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-transparent + .etn-es-events-page-container .single-event-banner .banner-title-des {
margin-bottom: 30px;
}
.sinlge-event-registration {
padding: 97px 0 72px;
background: #334987 !important;
}
.sinlge-event-registration .etn-variable-total-price {
display: none;
}
.etn-sidebar .sinlge-event-registration .etn-variable-total-price {
display: block;
}
.sinlge-event-registration .etn-widget {
text-align: center;
}
.sinlge-event-registration .etn-widget .etn-title {
font-size: 26px;
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item {
background-color: transparent;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-header,
.sinlge-event-registration .etn-widget .etn-single-ticket-item .etn-ticket-divider {
display: none;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-price-item {
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-price-item input,
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-price-item .qt-btn {
background-color: transparent;
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-price-item input {
border: 1px solid rgba(255, 255, 255, 0.1);
}
.sinlge-event-registration .etn-widget .etn-event-form-parent label,
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-total-price {
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
color: rgba(255, 255, 255, 0.8);
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-form-ticket-text {
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-total-price {
margin-bottom: 6px;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control {
background: transparent;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.1);
line-height: 52px;
height: 52px;
padding-left: 15px;
padding-right: 0;
outline: none;
-moz-appearance: textfield;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control::-webkit-input-placeholder {
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control::-moz-placeholder {
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control:-ms-input-placeholder {
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control::-ms-input-placeholder {
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control::placeholder {
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-btn {
background: #ffa217;
padding: 4px 25px;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-btn:hover {
background: #e7015e;
}
.sinlge-event-registration .etn-widget .etn-zoom-event-notice {
color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper {
text-align: left;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input {
border: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
background: transparent;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-webkit-input-placeholder {
color: #fff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-moz-placeholder {
color: #fff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input:-ms-input-placeholder {
color: #fff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-ms-input-placeholder {
color: #fff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::placeholder {
color: #fff;
}
.sinlge-event-registration .etn-widget .ticket-price-item {
text-align: left;
}
.sinlge-event-registration .etn-widget .ticket-price-item label {
margin-bottom: 10px;
position: relative;
top: -2px;
}
.sinlge-event-registration .etn-widget .ticket-price-item strong {
border: 1px solid rgba(255, 255, 255, 0.1);
padding: 12px 25px;
font-size: 14px;
}
.sinlge-event-registration .etn-widget .ticket-price-item input {
height: 44px;
position: relative;
top: -10px;
}
.sinlge-event-registration .etn-widget .ticket-price-item .qt-add,
.sinlge-event-registration .etn-widget .ticket-price-item .qt-sub {
line-height: initial;
}
@media (min-width: 1024px) {
.sinlge-event-registration .etn-widget .etn-title {
margin-right: 30px;
margin-bottom: 30px;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
margin: 0 auto;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-add-to-cart-block {
width: auto;
margin-left: 40px;
margin-top: 24px;
border-radius: 0;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .variations_0 {
width: 100%;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .variations_0 .variation_0 {
margin: 0 0px 0 15px;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item {
background-color: transparent;
padding: 0;
margin-bottom: 0;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper {
width: 55%;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input {
width: 92%;
border-radius: 0;
padding: 13px 0px 13px 15px;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.7);
font-size: 13px;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-moz-placeholder {
color: rgba(255, 255, 255, 0.7);
font-size: 13px;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
font-size: 13px;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
font-size: 13px;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::placeholder {
color: rgba(255, 255, 255, 0.7);
font-size: 13px;
}
.sinlge-event-registration.woo_active .etn-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.sinlge-event-registration.woo_active .etn-widget .etn-title {
margin: 0;
}
.sinlge-event-registration.woo_active .etn-widget .etn-event-form-parent {
width: 70%;
margin: 0;
}
.sinlge-event-registration.woo_active .etn-widget .etn-event-form-parent .etn-add-to-cart-block {
margin-left: 100px;
}
}
.etn-event-item:hover .etn-title a {
color: #e7015e;
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(255, 38, 97, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #fc5280;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(0, 193, 193, 0.15);
box-shadow: 0px 20px 60px rgba(0, 193, 193, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(0, 193, 193, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #00c1c1;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(128, 0, 255, 0.15);
box-shadow: 0px 20px 60px rgba(128, 0, 255, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(128, 0, 255, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #9047ff;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(255, 0, 178, 0.15);
box-shadow: 0px 20px 60px rgba(255, 0, 178, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(255, 0, 178, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #ff00b2;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(0, 180, 255, 0.15);
box-shadow: 0px 20px 60px rgba(0, 180, 255, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(0, 180, 255, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #39ddff;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(255, 133, 39, 0.15);
box-shadow: 0px 20px 60px rgba(255, 133, 39, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(255, 133, 39, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #ffbb00;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .event-slider-item {
background: #ffffff;
-webkit-box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
overflow: hidden;
border-radius: 10px;
}
.ts-event-category-slider .event-slider-item:hover .cat-bg {
-webkit-transform: scale(1.1) rotate(-20deg);
-ms-transform: scale(1.1) rotate(-20deg);
transform: scale(1.1) rotate(-20deg);
}
@media (max-width: 767px) {
.ts-event-category-slider .event-slider-item:hover .cat-bg {
-webkit-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}
}
.ts-event-category-slider .event-slider-item .cat-content {
padding: 20px 25px 0;
}
.ts-event-category-slider .event-slider-item .cat-content .ts-title {
line-height: 24px;
padding-bottom: 40px;
}
.ts-event-category-slider .event-slider-item .cat-content .ts-title a {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.ts-event-category-slider .event-slider-item .cat-bg {
-webkit-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
transform: rotate(-20deg);
max-height: 90px;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
@media (max-width: 767px) {
.ts-event-category-slider .event-slider-item .cat-bg {
max-height: 100%;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.ts-event-category-slider .event-slider-item .cat-bg::before {
content: "";
height: 150px;
width: 150px;
background: rgba(255, 38, 97, 0.15);
position: absolute;
left: -25px;
top: -40px;
border-radius: 100px;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
}
.ts-event-category-slider .event-slider-item .cat-bg a img {
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
position: relative;
left: 70px;
top: 10px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .slider-nav .swiper-button-prev,
.ts-event-category-slider .slider-nav .swiper-button-next {
background: #00c1c1;
padding: 6px 2px 0px 0;
border-radius: 100px;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
position: absolute;
top: 45%;
height: 40px;
width: 40px;
color: #ffffff;
text-align: center;
font-size: 16px;
}
.ts-event-category-slider .slider-nav .swiper-button-prev.disabled,
.ts-event-category-slider .slider-nav .swiper-button-next.disabled {
background: #dfe1e3;
}
.ts-event-category-slider .slider-nav .swiper-button-prev {
left: -6%;
}
.ts-event-category-slider .slider-nav .swiper-button-next {
right: -6%;
padding: 6px 0px 0px 3px;
}
.location-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border: 1px solid #dfe1e3;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
margin-bottom: 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
}
.location-box:hover {
border: 1px solid #ff2661;
}
.location-box .location-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 37%;
flex: 0 0 37%;
}
.location-box .location-image img {
height: 100%;
border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
-ms-border-radius: 10px 0 0 10px;
}
.location-box .location-des {
padding: 20px;
}
.location-box .location-des span {
display: block;
}
.location-box .location-des .location-name {
font-size: 19px;
font-weight: 700;
color: #283746;
padding-bottom: 3px;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
.location-box .location-des .event-number {
font-size: 15px;
font-weight: 500;
color: #68737d;
}
.etn-event-attendee-single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-avatar-wrap {
max-height: 70px;
max-width: 70px;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-avatar-wrap img {
border-radius: 5px;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-content {
padding-left: 15px;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-content h4 {
margin: 0;
font-size: 20px;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-content p {
font-size: 14px;
}
.tax-etn_category .etn_event_inline_form {
-webkit-box-shadow: none;
box-shadow: none;
}
.tax-etn_category .etn_event_inline_form::before {
-webkit-box-shadow: none;
box-shadow: none;
}
.tax-etn_category .etn-advanced-search-form {
margin-top: -60px;
}
.tax-event_location .etn_event_inline_form {
-webkit-box-shadow: none;
box-shadow: none;
}
.tax-event_location .etn_event_inline_form::before {
-webkit-box-shadow: none;
box-shadow: none;
}
.tax-event_location .etn-advanced-search-form {
margin-top: -60px;
}
.multievent-event-cat-bg .etn-col-md-6:nth-child(1) .etn-event-item .etn-event-category span {
background-color: #8000ff;
padding: 6px 10px;
}
.multievent-event-cat-bg .etn-col-md-6:nth-child(2) .etn-event-item .etn-event-category span {
background-color: #0088ff;
padding: 6px 10px;
}
.multievent-event-cat-bg .etn-col-md-6:nth-child(3) .etn-event-item .etn-event-category span {
background-color: #25cd44;
padding: 6px 10px;
}
.multievent-event-cat-bg .etn-col-md-6:nth-child(4) .etn-event-item .etn-event-category span {
background-color: #fe723e;
padding: 6px 10px;
}
.multievent-event-cat-bg .etn-col-md-6:nth-child(5) .etn-event-item .etn-event-category span {
background-color: #00c1c1;
padding: 6px 10px;
}
.multievent-event-cat-bg .etn-col-md-6:nth-child(6) .etn-event-item .etn-event-category span {
background-color: #e20dcd;
padding: 6px 10px;
}
.more-events .etn-event-content .etn-title {
height: 50px;
overflow: hidden;
}
.more-events .etn-event-item .etn-event-category {
left: 10px;
top: 10px;
}
.more-events .etn-event-item .etn-event-category span:first-child {
display: none;
}
.more-events .etn-event-item .etn-event-footer .etn-atend-btn {
display: none;
}
.ticket-btn.btn {
background-color: #00c1c1;
border-radius: 6px;
height: 50px;
padding-top: 5px;
}
.ticket-btn.btn:hover {
background-color: #00c1c1;
}
.main-slider .banner-btn .btn:hover {
background: #d20567;
}
.exhibz-feature-events .etn-event-content {
padding: 3px 30px 30px;
}
.exhibz-feature-events .etn-event-item .etn-event-thumb {
border-radius: 12px 12px 0 0;
}
.exhibz-eventine-search .etn_search_top_area_text {
opacity: 0;
}
.exhibz-eventine-search .etn_search_bottom_area_text {
opacity: 0;
}
.footer-area .ts-footer-3 {
margin: 0;
padding: 80px 0 30px;
background: #283746;
}
.footer-area .ts-footer-3 .footer-widget .menu li a {
color: #d4d7da;
}
.footer-area .ts-footer-3 .footer-widget .menu li a:hover {
color: #ff007a;
}
.footer-area .ts-footer-3 .footer-widget p {
color: #d4d7da;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a {
background: rgba(255, 255, 255, 0.07);
}
.footer-area .ts-footer-3 .ts-footer-social ul li a:hover {
background: #ff007a;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a i {
font-family: "Font Awesome 5 Brands";
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn {
background: #00c1c1;
text-transform: capitalize;
border-radius: 6px;
font-family: "Raleway";
height: 56px;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn:hover {
background: #ff007a;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-webkit-input-placeholder {
color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-moz-placeholder {
color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control:-ms-input-placeholder {
color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-ms-input-placeholder {
color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::placeholder {
color: #d4d7da;
}
.multievent-slider .main-slider .banner-item {
min-height: 750px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap {
padding: 150px 0 100px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap .banner-info {
font-style: normal;
font-size: 34px;
color: #fff;
font-weight: 500;
padding-bottom: 7px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap .banner-desc {
font-size: 26px;
margin-bottom: 55px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap .banner-btn .btn {
height: 62px;
line-height: 62px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap .banner-title {
margin-bottom: 25px;
}
.etn-event-related-post .etn-event-item:hover .etn-title a {
color: #ff007a;
}
.etn-event-related-post .etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border {
border-color: #ff007a;
color: #ff007a;
}
.etn-event-related-post .etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border:hover {
background-color: #ff007a;
color: #ffffff;
}
.multievent-search .etn-event-search-wrapper {
border-radius: 12px;
margin: 0 !important;
width: 100%;
}
@media (max-width: 1024px) {
.multievent-search .etn-event-search-wrapper .input-group {
border-bottom: 1px solid #e4e6eb;
}
}
@media (min-width: 1024px) {
.multievent-search .etn-event-search-wrapper .search-button-wrapper {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
}
.multievent-search .etn-event-search-wrapper .form-control::-webkit-input-placeholder {
font-family: "Raleway";
line-height: 28px;
letter-spacing: 0.3px;
}
.multievent-search .etn-event-search-wrapper .form-control::-moz-placeholder {
font-family: "Raleway";
line-height: 28px;
letter-spacing: 0.3px;
}
.multievent-search .etn-event-search-wrapper .form-control:-ms-input-placeholder {
font-family: "Raleway";
line-height: 28px;
letter-spacing: 0.3px;
}
.multievent-search .etn-event-search-wrapper .form-control::-ms-input-placeholder {
font-family: "Raleway";
line-height: 28px;
letter-spacing: 0.3px;
}
.multievent-search .etn-event-search-wrapper .form-control::placeholder {
font-family: "Raleway";
line-height: 28px;
letter-spacing: 0.3px;
}
.popular-event-tab .etn-event-item .etn-event-category {
top: 10px;
left: 10px;
}
.popular-event-tab .etn-event-item .etn-event-category span:first-child {
display: none;
}
.home-default-search .etn-event-search-wrapper .etn-btn.etn-btn-primary {
text-indent: -999px;
overflow: hidden;
border-radius: 100% !important;
-webkit-border-radius: 100% !important;
-ms-border-radius: 100% !important;
padding: 20px 21px !important;
}
.home-default-search .etn-event-search-wrapper .etn-btn.etn-btn-primary::before {
content: "\e87a";
font-size: 20px;
color: #fff;
font-family: "iconfont";
float: left;
text-indent: 0;
}
.home-default-search .etn_event_inline_form .input-group {
padding: 15px 30px;
margin: 20px 0;
}
.home-default-search .etn_event_inline_form .input-group input {
height: 30px;
}
.home-default-search select.etn_event_select2.etn_event_select {
height: 30px;
}
.home-default-search .etn-col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 28%;
flex: 0 0 28%;
max-width: 28%;
}
.home-default-search .etn-col-lg-3.etn-text-right {
max-width: 15%;
-webkit-box-flex: 0;
-ms-flex: 0 0 15%;
flex: 0 0 15%;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li.dropdown > a:after {
display: none;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li > .dropdown-menu-toggle {
right: -10px;
z-index: 99999;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li > ul > li {
z-index: 99999;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li > ul > li:last-child a {
right: 0;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li > ul > li:last-child .dropdown-menu-toggle {
right: -20px;
}
.recurring-event {
margin-bottom: 30px;
}
.recurring-event .etn-recurring-title {
font-size: 18px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
background: #e7015e;
padding: 14px 35px;
line-height: 50px;
border-radius: 5px;
display: block;
border: 0;
text-align: center;
}
.recurring-event .etn-recurring-title:hover {
background: #222;
color: #fff;
}
.recurring-tools {
color: #ffffff;
font-size: 16px;
background: #00c1c1;
padding: 2px 14px;
border-radius: 5px;
margin-right: 18px;
}
.etn-event-single-content-wrap .etn-single-event-media img {
border-radius: 5px;
}
.exhibz-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
position: relative;
}
.exhibz-btn:hover::after {
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
background: #f75b57;
-webkit-transform: scaleX(1) translateZ(0);
transform: scaleX(1) translateZ(0);
}
.exhibz-btn:hover::before {
-webkit-transform: scaleX(0) translateZ(0);
transform: scaleX(0) translateZ(0);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.exhibz-btn::before, .exhibz-btn::after {
content: "";
height: 6px;
background: #ffd2d1;
-webkit-transform-origin: right;
-ms-transform-origin: right;
transform-origin: right;
-webkit-transform: scaleX(1) translateZ(0);
transform: scaleX(1) translateZ(0);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
}
.exhibz-btn::after {
background: #f75b57;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
-webkit-transform: scaleX(0) translateZ(0);
transform: scaleX(0) translateZ(0);
}
.exhibz-btn i,
.exhibz-btn svg {
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.exhibz-btn .exhibz-button-text {
display: -ms-grid;
display: grid;
}
.speakers-grid {
display: -ms-grid;
display: grid;
}
.speaker-content-wrapper {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.speaker-information {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: auto;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.speaker-item {
position: relative;
overflow: hidden;
}
.speaker-item .speaker-thumb {
position: relative;
}
.speaker-item .speaker-thumb img {
width: 100%;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
}
.speaker-item .speaker-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background: var(--speaker-overlay-color);
mix-blend-mode: var(--speaker-overlay-blend-mode);
}
.speaker-item:hover .speaker-information {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
bottom: 30px;
}
.speaker-item:hover img {
opacity: 0.45;
}
.speaker-item:hover .etn-speakers-social {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
.speaker-item:hover .speaker-details-arrow {
opacity: 1;
visibility: visible;
}
.etn-speakers-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 20px;
margin-right: 10px;
gap: 10px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
visibility: hidden;
}
.etn-speakers-social a {
text-align: center;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.exh-speaker-title a {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.speaker-details-arrow {
display: inline-block;
margin: 20px 0 0 30px;
font-size: 44px;
-webkit-text-stroke-color: #fff;
-webkit-text-stroke-width: 1px;
color: transparent;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.speaker-details-arrow:hover {
color: transparent;
}
.exh-speaker-title .first-name {
display: block;
}
.exhibz-creative-speaker .swiper-container-rtl.swiper-button-next, .exhibz-creative-speaker .swiper-container-rtl.swiper-button-prev,
.exhibz-creative-speaker .speaker-slider-nav-item.swiper-button-next,
.exhibz-creative-speaker .speaker-slider-nav-item.swiper-button-prev {
background-image: none;
}
.exhibz-creative-speaker .swiper-button-next,
.exhibz-creative-speaker .swiper-button-prev {
top: auto;
bottom: -100px;
left: 0;
}
.exhibz-creative-speaker .swiper-button-next {
left: 30px;
}
.creative-schedule .exhibz-schedule-schedule-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.creative-schedule .exhibz-schedule-single-speaker {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.creative-schedule .exhibz-speaker-image img {
width: 60px;
height: 60px;
max-width: 60px;
-o-object-fit: cover;
object-fit: cover;
}
.creative-schedule .etn-schedule-info {
background: #0bc07f;
-webkit-box-flex: 0;
-ms-flex: 0 0 170px;
flex: 0 0 170px;
min-height: 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.creative-schedule .exhibz-schedule-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 170px);
flex: 0 0 calc(100% - 170px);
overflow: hidden;
padding: 30px 45px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.creative-schedule .exhibz-schedule-time p {
margin: 0;
}
.creative-schedule .swiper-button-next.swiper-button-disabled,
.creative-schedule .swiper-button-prev.swiper-button-disabled,
.creative-schedule .swiper-button-prev,
.creative-schedule .swiper-container-rtl .swiper-button-next,
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-container-rtl .swiper-button-prev {
background-image: none;
}
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-button-prev {
color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.creative-schedule .swiper-button-prev,
.creative-schedule .swiper-container-rtl .swiper-button-next {
left: -25px;
}
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-container-rtl .swiper-button-prev {
right: -30px;
}
.creative-schedule .exhibz-speaker-description {
padding-left: 15px;
}
.creative-schedule .etn-schedule-speaker {
position: relative;
}
.creative-schedule .etn-nav li {
position: relative;
}
.creative-schedule .etn-nav li a {
padding: 5px 0;
}
.creative-schedule .etn-nav li a span {
padding: 0;
}
.creative-schedule .etn-nav li:not(:last-child):before {
position: absolute;
content: "";
width: 1px;
height: 44px;
background: #4f4f5f;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.creative-schedule .exhibz-schedule-schedule-item:nth-child(1) .etn-schedule-info {
background-color: #0bc07f;
}
.creative-schedule .exhibz-schedule-schedule-item:nth-child(2) .etn-schedule-info {
background-color: #4999e8;
}
.creative-schedule .exhibz-schedule-schedule-item:nth-child(3) .etn-schedule-info {
background-color: #9d76ff;
}
.creative-schedule .exhibz-schedule-schedule-item:nth-child(4) .etn-schedule-info {
background-color: #0fc5d0;
}
@media (max-width: 768px) {
.creative-schedule .etn-schedule-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px;
}
.creative-schedule .exhibz-schedule-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding: 15px;
}
.creative-schedule .swiper-button-prev,
.creative-schedule .swiper-container-rtl .swiper-button-next {
left: -18px;
}
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-container-rtl .swiper-button-prev {
right: -15px;
}
.creative-schedule .exhibz-schedule-single-speaker {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.etn-speakers-social {
visibility: visible;
opacity: 1;
}
} .exhibz-ticket-widget .event-registration {
background: #0d066e;
padding: 20px;
margin-bottom: 15px;
}
.exhibz-ticket-widget .swiper-button-prev:after,
.exhibz-ticket-widget .swiper-container-rtl .swiper-button-next:after,
.exhibz-ticket-widget .swiper-button-next:after,
.exhibz-ticket-widget .swiper-container-rtl .swiper-button-prev:after {
display: none;
}
.exhibz-ticket-widget .swiper-button-prev {
left: -25px;
}
.exhibz-ticket-widget .swiper-button-next {
right: -20px;
}
.exhibz-ticket-widget .slider-nav-item {
background-color: #f7c831;
color: #1c1c24;
font-size: 18px;
height: 45px;
width: 45px;
line-height: 45px;
border-radius: 100px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
text-align: center;
}
.exhibz-ticket-widget .slider-nav-item:hover {
color: #ffffff;
background-color: #f7c831;
}
.exhibz-ticket-widget .etn-widget-title {
display: none;
}
.exhibz-ticket-widget .etn-widget,
.exhibz-ticket-widget .etn-form-wrap {
width: 100%;
}
.exhibz-ticket-widget .ticket-price-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.exhibz-ticket-widget .ticket-price-item label {
-ms-flex-item-align: end;
-ms-grid-row-align: end;
align-self: end;
color: #fff;
}
.exhibz-ticket-widget .ticket-price-item .etn-ticket-price {
font-size: 80px;
overflow: visible;
color: #fff;
border: 1px solid transparent;
background-color: transparent;
line-height: 1;
}
.exhibz-ticket-widget .exhibz-btn {
background: transparent;
border: 1px solid transparent;
color: #f7c831;
font-size: 22px;
text-align: left;
border-bottom: 6px solid #f7c831;
cursor: pointer;
padding-bottom: 15px;
text-transform: uppercase;
font-weight: 700;
}
.exhibz-ticket-widget .exhibz-btn::before {
display: none;
}
.exhibz-ticket-widget .exhibz-btn::after {
display: none;
}
.exhibz-ticket-widget .exhibz-btn .exhibz-button-text {
margin-right: 30px;
}
.exhibz-ticket-widget .exhibz-btn i {
color: #f7c831;
}
.exhibz-ticket-widget .exhibz-btn:hover {
color: #fff;
}
.exhibz-ticket-widget .exhibz-btn:hover i {
color: #fff;
}
.exhibz-ticket-widget .price-image {
height: 300px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.exhibz-ticket-widget .price-image .plan-title {
font-size: 38px;
font-weight: 700;
margin-bottom: 0;
}
.exhibz-ticket-widget .price-image .end-date {
margin-bottom: 0;
}
.exhibz-ticket-widget .etn-quantity {
max-width: 90px;
margin: 0 auto 30px;
}
.exhibz-ticket-widget .etn-quantity .qt-btn {
color: #ffffff;
}
.exhibz-ticket-widget .etn-quantity input {
background: transparent;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.exhibz-ticket-widget .etn-subtotal * {
font-size: 40px;
color: #ffffff;
font-weight: 400;
}
.exhibz-ticket-widget .etn-subtotal * strong span {
margin-left: -5px;
}
.exhibz-ticket-widget .seat-remaining-text {
color: #ffffff;
}
.exhibz-ticket-widget .item {
text-align: center;
margin-bottom: 20px;
}
.align-items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.exhibz-speaker-scrollbar.swiper-pagination {
left: 0;
bottom: -71px;
}
.conference-header .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
visibility: hidden;
}
.ofcanvas-menu .elementskit-navbar-nav-default .elementskit-navbar-nav {
display: block;
}
.ofcanvas-menu .elementskit-navbar-nav li:hover .ekit-menu-nav-link::before {
opacity: 1;
width: 100%;
}
.ofcanvas-menu .elementskit-navbar-nav li a {
display: inline-block !important;
}
.ofcanvas-menu .ekit-menu-nav-link::before {
content: "";
height: 2px;
width: 0%;
background: #fff;
position: absolute;
bottom: 26px;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.video-img::after {
content: "";
height: 100%;
width: 91%;
border: 4px solid #282833;
position: absolute;
left: 20px;
top: 30px;
z-index: -1;
}
.creative-counter .elementor-counter-number-suffix::after {
content: "";
height: 16px;
width: 16px;
position: absolute;
bottom: 50px;
right: auto;
border-radius: 50px;
}
.creative-counter .elementor-counter::before {
content: "";
width: 90px;
height: 90px;
position: absolute;
top: -60px;
left: 60px;
-webkit-filter: blur(60px);
filter: blur(60px);
}
.color-one .elementor-counter::before {
background: #f75b57;
}
.color-one .elementor-counter-number-suffix::after {
background: #f75b57;
}
.color-two .elementor-counter::before {
background: #f7c831;
}
.color-two .elementor-counter-number-suffix::after {
background: #f7c831;
}
.color-three .elementor-counter::before {
background: #0bc07f;
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(255, 38, 97, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #fc5280;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(0, 193, 193, 0.15);
box-shadow: 0px 20px 60px rgba(0, 193, 193, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(0, 193, 193, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #00c1c1;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(128, 0, 255, 0.15);
box-shadow: 0px 20px 60px rgba(128, 0, 255, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(128, 0, 255, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #9047ff;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(255, 0, 178, 0.15);
box-shadow: 0px 20px 60px rgba(255, 0, 178, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(255, 0, 178, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #ff00b2;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(0, 180, 255, 0.15);
box-shadow: 0px 20px 60px rgba(0, 180, 255, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(0, 180, 255, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #39ddff;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ts-event-category-slider .swiper-slide {
padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item {
-webkit-box-shadow: 0px 20px 60px rgba(255, 133, 39, 0.15);
box-shadow: 0px 20px 60px rgba(255, 133, 39, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg {
position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg::before {
content: "";
height: 200px;
width: 200px;
background: rgba(255, 133, 39, 0.15);
position: absolute;
left: -40px;
top: -40px;
border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg a::after {
content: "";
height: 100%;
width: 100%;
background: #ffbb00;
position: absolute;
top: 8px;
left: 70px;
mix-blend-mode: multiply;
border-radius: 15px 75px 0px 0px;
-webkit-border-radius: 15px 75px 0px 0px;
-ms-border-radius: 15px 75px 0px 0px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.color-four .elementor-counter::before {
background: #9d76ff;
}
.color-four .elementor-counter-number-suffix::after {
background: #9d76ff;
} .creative-counter .elementor-counter-number-suffix:after {
content: "";
height: 16px;
width: 16px;
position: absolute;
bottom: 50px;
right: auto;
border-radius: 50px;
}
.creative-counter .elementor-counter:before {
content: "";
width: 90px;
height: 90px;
position: absolute;
top: -60px;
left: 60px;
-webkit-filter: blur(60px);
filter: blur(60px);
} .creative-subscribe-form .elementskit_inline_form .ekit-mail-submit {
position: absolute;
width: auto;
right: 0;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .sponsor-shape::bfore {
content: "";
width: 254px;
height: 254px;
position: absolute;
top: 40%;
left: 0px;
-webkit-filter: blur(120px);
filter: blur(120px);
background: #f7c831;
}
.subscription-shape:before {
content: "";
width: 254px;
height: 254px;
position: absolute;
top: 35%;
right: 0;
-webkit-filter: blur(130px);
filter: blur(130px);
background: #ff28f6;
}
.platinum-sponsor-shape:before {
content: "";
width: 224px;
height: 224px;
position: absolute;
top: -5%;
right: -24%;
-webkit-filter: blur(120px);
filter: blur(120px);
background: #5bdfc8;
}
.platinum-sponsor-shape:after {
content: "";
width: 254px;
height: 254px;
position: absolute;
top: 47%;
left: -10%;
-webkit-filter: blur(150px);
filter: blur(150px);
background: #f7c831;
}
.plutinum-sponsor .elementskit-box-header {
background: #fff;
}
.plutinum-sponsor .elementskit-box-header img {
margin: 0 auto;
}
.gold-sponsors .elementor-container {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.gold-sponsors-shape:before {
content: "";
width: 254px;
height: 254px;
position: absolute;
top: 40%;
right: -15%;
-webkit-filter: blur(150px);
filter: blur(150px);
background: #f7c831;
}
.footer-area .ts-footer-3 {
margin: 0;
padding: 80px 0 30px;
background: #283746;
}
.footer-area .ts-footer-3 .footer-widget .menu li a {
color: #d4d7da;
}
.footer-area .ts-footer-3 .footer-widget .menu li a:hover {
color: #ff007a;
}
.footer-area .ts-footer-3 .footer-widget p {
color: #d4d7da;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a {
background: rgba(255, 255, 255, 0.07);
}
.footer-area .ts-footer-3 .ts-footer-social ul li a:hover {
background: #ff007a;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a i {
font-family: "iconfont";
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn {
background: #00c1c1;
text-transform: capitalize;
border-radius: 6px;
font-family: "Raleway";
height: 56px;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn:hover {
background: #ff007a;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-webkit-input-placeholder {
color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-moz-placeholder {
color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control:-ms-input-placeholder {
color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-ms-input-placeholder {
color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::placeholder {
color: #d4d7da;
}
.schedule-shape:before {
content: "";
width: 484px;
height: 484px;
position: absolute;
bottom: -12%;
right: 0%;
-webkit-filter: blur(220px);
filter: blur(220px);
background: #9d76ff;
} .conference-gallery .gallery-item a,
.conference-gallery .gallery-item a:hover,
.conference-gallery .gallery-item a:focus {
display: block;
}
.conference-gallery .gallery-item {
padding: 0;
}
.creative-schedule .etn-schedule-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 120px;
padding: 0;
}
.creative-schedule .exhibz-speaker-description {
padding-left: 15px;
}
.creative-schedule .etn-nav li:not(:last-child):before {
right: 40px;
} .creative-agenda.elementor-section .elementor-container {
margin-right: 0;
}
.home-default-search .etn-event-search-wrapper .etn-btn.etn-btn-primary {
text-indent: -999px;
overflow: hidden;
border-radius: 100% !important;
-webkit-border-radius: 100% !important;
-ms-border-radius: 100% !important;
padding: 20px 21px !important;
margin-left: 0 !important;
}
.home-default-search .etn-event-search-wrapper .etn-btn.etn-btn-primary::before {
content: "\e87a";
font-size: 20px;
color: #fff;
font-family: "iconfont";
float: left;
text-indent: 0;
}
.home-default-search .etn_event_inline_form .input-group {
padding: 15px 30px;
margin: 20px 0;
}
@media (max-width: 1024px) {
.home-default-search .etn_event_inline_form .input-group {
padding: 20px 30px;
margin: 0;
}
}
.home-default-search .etn_event_inline_form .input-group input {
height: 30px;
}
.home-default-search select.etn_event_select2.etn_event_select {
height: 30px;
}
@media (min-width: 767px) {
.conference-footer .elementor-background-overlay {
display: none;
}
}
@media (max-width: 1092px) {
.gold-sponsors-shape:before {
top: 80%;
right: 30%;
}
.conference-gallery .gallery-item {
padding: 0 10px 0 0;
}
.creative-hero-area.elementor-section {
background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(0%, #ffe03a)) !important;
background-image: linear-gradient(90deg, #ffffff 0%, #ffe03a 0%) !important;
}
} @media (min-width: 1025px) and (max-width: 1545px) {
.conference-header .elementor-widget-elementskit-button {
display: none;
}
.schedule-shape .elementor-element-populated {
padding: 0px 120px 0px 0px !important;
}
} @media (max-width: 767px) {
.conference-header {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.subscription-shape:before {
top: 60%;
}
.creative-counter .elementor-counter:before {
width: 70px;
height: 70px;
position: absolute;
top: 0;
left: 40%;
}
.platinum-sponsor-shape:before {
top: 0;
right: 0;
}
}
.schedule-shape-2:before {
content: "";
width: 460px;
height: 650px;
position: absolute;
bottom: -12%;
right: 0%;
-webkit-filter: blur(350px);
filter: blur(350px);
background: #9b51e0;
}
.schedule-shape-3:before {
content: "";
width: 60px;
height: 60px;
position: absolute;
bottom: 0;
right: 0%;
-webkit-filter: blur(85px);
filter: blur(85px);
background: #ff00a8;
}
.sidebar .widget .widget {
padding: 0;
border: navajowhite;
}
html:not(.is-active-page) section .elementor-section:not(:nth-child(-n+2)),
html:not(.is-active-page) section .elementor-section:not(:nth-child(-n+2)) .elementor-background-overlay,
html:not(.is-active-page) section .item,
html:not(.is-active-page) .elementor-cta__bg,
html:not(.is-active-page) .e-gallery-image,
html:not(.is-active-page) .elementor-location-footer .elementor-section,
html:not(.is-active-page) .elementor-column-wrap {
background-image: none !important;
}
.op-hide {
display: none;
}
.agenda-title {
width: auto !important;
}
.agenda-title .elementor-heading-title {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}   select {
max-width: 100%;
}
.post-password-form input[type=password] {
padding: 5px 15px;
margin-left: 10px;
}
.post-password-form input[type=submit] {
background-color: #e7015e;
border-color: #e7015e;
padding: 6px 55px;
color: #fff;
} img,
figure {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle;
}
img[class*=wp-image-] {
margin-top: 10px;
margin-bottom: 10px;
}
.wp-caption img[class*=wp-image-] {
display: block;
}
.wp-caption {
margin-bottom: 8px;
max-width: 100%;
border-radius: 0;
padding: 0;
clear: both;
}
.wp-caption.aligncenter {
margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
text-align: center;
margin-top: 4px;
font-style: italic;
color: #777777;
margin-bottom: 30px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
p {
margin: 0 0 25px;
} blockquote,
.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large) {
padding: 0px;
padding-left: 40px;
border-left: 3px solid #e7015e;
margin: 15px 0;
background: transparent;
position: relative;
} table {
border: 1px solid #f1f1f1;
border-collapse: separate;
border-spacing: 0;
width: 100%;
border-right: 0;
border-top: 0;
}
.wp-block-table th,
.wp-block-table td {
border-color: #f1f1f1;
padding: 10px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 10px 10px;
border: 1px solid #f1f1f1;
border-bottom: 0;
border-left: 0;
}
table > tbody > tr:nth-child(2n+1) > td {
background-color: #fcfcfc;
}
div#calendar_wrap caption {
margin: 10px 10px 0;
padding-bottom: 0;
}
div#calendar_wrap table > thead > tr > th,
div#calendar_wrap table > tbody > tr > th,
div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td,
div#calendar_wrap table > tbody > tr > td,
div#calendar_wrap table > tfoot > tr > td {
padding: 0;
}
.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
border: 1px solid #e7e7e7;
}
dt {
font-weight: bold;
margin: 6px;
} .meta-featured-post {
display: none;
}
.sticky.post {
background: #fff;
}
.sticky.post .post-body {
overflow: hidden;
position: relative;
}
.sticky.post .meta-featured-post {
display: block;
position: absolute;
right: -35px;
top: 18px;
background: #e7015e;
width: auto;
height: auto;
padding: 12px 45px;
color: #fff;
display: inline-block;
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: 12px;
-webkit-transform: rotate(45deg);
} .gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
max-width: 100%;
}
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(60%);
filter: opacity(60%);
}
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0;
}
.wp-caption,
.gallery-caption {
color: #666;
font-size: 13px;
font-style: italic;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
@media screen and (min-width: 30em) { .gallery-item {
max-width: 25%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
} .post {
margin: 0 0 60px;
padding-right: 20px;
}
.post .play-btn.video-btn {
position: absolute;
left: 0;
bottom: 0;
background: #e7015e;
padding: 15px 20px;
color: #fff;
font-size: 20px;
}
.entry-header .entry-title {
font-size: 30px;
font-weight: 900;
line-height: 36px;
margin-bottom: 20px;
ms-word-wrap: break-word;
word-wrap: break-word;
}
.entry-header .entry-title a {
color: #1c1c24;
}
.entry-header .entry-title a:hover {
color: #e7015e;
}
.author-box {
padding: 0 70px;
}
.author-box .author-info {
margin-top: 10px;
}
.post-meta {
font-size: 13px;
padding: 20px 0 15px;
text-transform: uppercase;
color: #5a5a5a;
}
.post-meta span {
padding-right: 5px;
margin-right: 5px;
}
.post-meta span i {
margin-right: 5px;
color: #e7015e;
font-weight: bold;
}
.post-meta a {
color: #5a5a5a;
}
.post-footer {
margin-top: 20px;
}
.post-footer .btn-readmore {
color: #222;
font-weight: 700;
}
.post-footer .btn-readmore i {
position: relative;
top: 2px;
margin-left: 5px;
}
.post-footer .btn-readmore:hover {
color: #e7015e;
} .blog .post-media {
width: calc(100% - 40px);
margin: 0 auto 5px auto;
position: relative;
}
.blog .post-media img {
-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
border-radius: 5px;
}
.blog .post-body {
padding: 15px 30px 35px 30px;
margin: 0 0px 60px;
-webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.blog .has-post-thumbnail .post-body {
padding: 150px 30px 35px 30px;
margin: -130px 0px 60px;
} .pagination {
margin: 0;
}
.pagination li a,
.pagination li span {
margin-right: 8px;
width: 40px;
height: 40px;
line-height: normal;
border: 1px solid #f1f1f1;
text-align: center;
display: inline-block;
color: #5a5a5a;
border-radius: 3px;
}
.pagination li a i,
.pagination li span i {
line-height: 40px;
}
.pagination li a i::before,
.pagination li span i::before {
content: "\e87a";
}
.pagination li.active a, .pagination li:hover a {
color: #fff;
background: #e7015e;
border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
background: #e7015e;
}
.pagination li.pagination-dots {
margin: 0 15px 0 10px;
} .post-details .entry-header {
padding: 0px 80px;
}
.post-details .entry-header .entry-title {
font-size: 36px;
line-height: 44px;
margin-bottom: 0;
}
.post-details table td,
.post-details table th {
border: 1px solid #f1f1f1;
}
.post-details .entry-thumbnail {
margin: 20px 0 40px;
}
.post-details .entry-thumbnail img {
-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
.post-details .post-body {
padding: 30px 70px 0;
}
.blog-single .entry-footer,
.blog-single .blog-post-comment {
padding-left: 70px;
padding-right: 70px;
}
.blog-single .post-navigation {
margin: 0 70px 40px;
}
.blog-single .post-navigation .post-next a,
.blog-single .post-navigation .post-previous a {
color: #000;
}
.blog-single .post-navigation .post-next a:hover,
.blog-single .post-navigation .post-previous a:hover {
color: #e7015e;
}
.blog-single .post-navigation h3 {
color: #000;
}
.entry-content h3 {
font-size: 24px;
color: #000;
font-weight: bold;
}
.entry-content h4 {
font-size: 22px;
}
.entry-content table {
margin: 20px 0;
}
.entry-content .page-links {
color: #5a5a5a;
margin-left: 5px;
overflow: hidden;
width: 100%;
margin-top: 50px;
}
.entry-content .page-links span {
display: inline-block;
}
.entry-content .page-links span.page-link {
color: #5a5a5a;
margin-right: 5px;
}
.entry-content .page-links a span {
color: #ffffff !important;
background-color: #e7015e;
border-color: #e7015e;
}
.entry-content .page-links .page-link-text {
margin-right: 10px;
}
.entry-content p img.alignleft {
clear: both;
margin-bottom: 30px;
}
.blog-post-comment h3 {
font-size: 24px;
}
.blog-post-comment table {
margin: 20px 0;
}
.blog-post-comment ul,
.blog-post-comment ol {
margin-bottom: 20px;
}
.blog-post-comment .comment-respond {
margin-bottom: 40px;
}
.blog-post-comment #comment.form-control {
height: 100%;
}
#cancel-comment-reply-link {
float: right;
color: #000;
}
#cancel-comment-reply-link:hover {
color: #e7015e;
} .post-social-icons > li {
display: inline-block;
}
.post-social-icons a {
margin-left: 10px;
font-size: 16px;
color: #5a5a5a;
text-align: center;
}
.post-social-icons a:hover {
color: #e7015e;
} .post-navigation {
padding: 25px;
border: 1px solid #f1f1f1;
}
.post-navigation .post-previous,
.post-navigation .post-next {
padding: 0 40px;
width: 50%;
border-left: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
display: table-cell;
position: relative;
vertical-align: middle;
}
.post-navigation span:hover,
.post-navigation h3:hover {
color: #e7015e;
}
.post-navigation h3 {
font-size: 16px;
line-height: 26px;
margin: 5px 0;
font-weight: bold;
ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-navigation span {
color: #777777;
}
.post-navigation i {
margin: 0 5px;
color: #777777;
}
.post-navigation .post-previous {
text-align: left;
float: left;
border-left: 0 none;
border-right: 0 none;
padding: 0 40px 0 0;
}
.post-navigation .post-next {
text-align: right;
float: right;
border-right: 0 none;
padding: 0 0 0 40px;
} .entry-footer {
margin: 40px 0;
} .post-tag-container {
display: inline-block;
}
.post-tag-container span {
color: #000;
display: inline-block;
font-weight: bold;
margin-right: 10px;
}
.tag-lists a,
.wp-block-tag-cloud a,
.tagcloud a {
border: 1px solid #f1f1f1;
color: #5a5a5a;
display: inline-block;
font-size: 14px !important;
padding: 4px 13px;
margin-left: 3px;
border-radius: 25px;
margin-bottom: 20px;
}
.tag-lists a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
background: #e7015e;
color: #fff;
border: 1px solid transparent;
} .post-social-share-container {
float: right;
}
.post-social-share-container ul {
list-style: none;
margin: 0;
padding: 0;
}
.post-social-share-container ul li {
display: inline-block;
}
.post-social-share-container ul li.title {
font-weight: bold;
color: #000;
}
.post-social-share-container ul li a {
color: #5a5a5a;
margin-left: 10px;
}
.post-social-share-container ul li a:hover {
color: #e7015e;
} .blog-post-comment .comment-title {
font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
margin-bottom: 15px;
position: inherit;
}
.blog-post-comment .comment-respond .comment-reply-title {
font-size: 24px;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
font-style: italic;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
margin-top: 40px;
}
.loginformuser .form-control {
height: 100%;
} .pingback p,
.pingback .says {
display: none;
}
.comments-list .pingback .comment-body {
margin-left: 0;
}
.comments-list {
list-style: none;
margin: 0;
padding: 20px 0;
}
.comments-list .comment {
list-style: none;
}
.comments-list .comment .last {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.comments-list .comment-author {
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
font-size: 16px;
color: #1c1c24;
font-style: normal;
}
.comments-list .comment-author a {
color: #1c1c24;
}
.comments-list .comment-author a:hover {
color: #e7015e;
}
.comments-list .comment-author cite {
font-style: normal;
}
.comments-list .comment-date {
font-size: 14px;
display: block;
margin-top: -5px;
}
.comments-list .comment-content {
margin: 15px 0;
}
.comments-list .comment-body {
border-bottom: 1px solid #f1f1f1;
padding-bottom: 20px;
margin-bottom: 30px;
margin-left: 110px;
}
.comments-list img.comment-avatar {
width: 80px;
height: 80px;
border-radius: 100%;
margin-right: 30px;
}
.comments-list .comment-reply-link {
color: #252a37;
font-weight: 400;
font-size: 14px;
}
.comments-list .comment-reply-link i {
margin-right: 5px;
}
.comments-list .comment-reply-link:hover {
color: #e7015e;
}
.comments-counter {
font-size: 18px;
}
.comments-counter a {
color: #5a5a5a;
}
.comments-reply {
list-style: none;
margin: 0 0 0 70px;
}  .sidebar .widget {
margin-bottom: 40px;
border: 1px solid #f1f1f1;
padding: 40px;
}
.sidebar .widget .widget-title {
font-size: 20px;
font-weight: 900;
position: relative;
margin: 0 0 30px;
padding: 0 0 15px;
}
.sidebar .widget .widget-title:before {
content: "";
position: absolute;
display: inline-block;
bottom: 0px;
width: 50px;
height: 2px;
left: 0;
z-index: 1;
background: #e7015e;
}
.sidebar .widget.widget_search {
padding: 0;
border: 0;
}
.sidebar .widget.widget_search .input-group-btn {
background: #e7015e;
color: #ffffff;
padding: 0 20px;
border: none;
}
.sidebar .widget.widget_search .input-group-btn i {
line-height: 48px;
}
.sidebar ul {
border: 0;
padding: 0;
list-style: none;
}
.sidebar ul li {
border-bottom: 1px dashed #f1f1f1;
padding-bottom: 10px;
margin-bottom: 10px;
}
.sidebar ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.sidebar ul li a {
color: #5a5a5a;
}
.sidebar ul li a:hover {
color: #e7015e;
}
.sidebar ul li a.url, .sidebar ul li a.rsswidget {
color: #1c1c24;
}
.sidebar ul li a.rsswidget {
font-weight: 600;
}
.sidebar ul li cite {
font-style: normal;
}
.sidebar ul.sub-menu,
.sidebar ul.children {
padding: 10px 0px 0 20px;
}
.sidebar ul.children {
padding-bottom: 0;
}
.textwidget img {
margin: 10px 0;
}
.not-found .input-group-btn {
background: #e7015e;
color: #ffffff;
padding: 0 20px;
}
.not-found .input-group-btn i {
line-height: 48px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.gallery-caption,
.bypostauthor {
display: block;
}
code {
overflow: auto;
max-width: 100%;
padding: 0 1em;
border: 1px solid #ddd;
background-color: #f9f9f9;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
} .sidebar-inactive .wp-block-image.alignfull img {
width: 100%;
}
.wp-block-image img {
margin: 0 !important;
}
figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
padding: 40px 10px 5px;
font-size: 14px;
-webkit-transition: margin-bottom 0.3s ease;
transition: margin-bottom 0.3s ease;
}
.wp-block-gallery figure:hover figcaption,
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
margin-bottom: -6em;
}
.wp-block-image figure figcaption,
.wp-block-image figcaption {
font-size: 13px;
} #preloader {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 99999999999999;
overflow: hidden;
background-image: linear-gradient(20deg, #e7015e 0%, #d20055 100%);
-webkit-transition: all 1.5s ease-out;
transition: all 1.5s ease-out;
}
#preloader.loaded {
top: -200%;
}
#preloader.loaded .preloader-cancel-btn-wraper {
bottom: 200%;
}
.preloader-cancel-btn-wraper {
position: fixed;
bottom: 0;
right: 0;
padding: 30px;
-webkit-transition: all 1.5s ease-out;
transition: all 1.5s ease-out;
}
.preloader-cancel-btn-wraper .preloader-cancel-btn {
border-radius: 36px;
font-size: 11px;
padding: 4px 23px;
background: #3b1d82;
color: #fff !important;
line-height: 42px;
}
.spinner {
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.double-bounce1 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #ffffff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2s infinite ease-in-out;
animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #ffffff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2s infinite ease-in-out;
animation: sk-bounce 2s infinite ease-in-out;
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@keyframes sk-bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
.preloader-logo {
max-width: 200px;
width: 180px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .recent-post-widget .widget-post {
padding-bottom: 20px;
}
.recent-post-widget .widget-post img {
max-width: 110px;
}
.recent-post-widget .widget-post .media-body {
margin-left: 20px;
text-align: left;
}
.recent-post-widget .widget-post .media-body .post-meta {
color: #666666;
font-size: 14px;
}
.recent-post-widget .widget-post .media-body .entry-title {
margin-bottom: 0;
font-size: 16px;
line-height: 22px;
}
.recent-post-widget .widget-post .media-body .entry-title a {
color: #101010;
}
.recent-post-widget .widget-post .media-body .entry-title:hover a {
color: #e7015e;
}
.recent-post-widget .widget-post:last-child {
padding-bottom: 0;
} .ts_eventin_banner {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
position: relative;
min-height: 325px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 174px 0 130px;
}
.ts_eventin_banner .banner-area {
min-height: 325px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-bottom: 30px;
}
.ts_eventin_banner::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(4, 26, 87, 0.85);
}
.ts_eventin_banner .banner-title {
font-size: 45px;
line-height: 1;
letter-spacing: 0.3px;
font-weight: 600;
margin-bottom: 5px;
}
.ts_eventin_banner .banner-subtitle {
font-size: 18px;
font-weight: 400;
line-height: 1.5rem;
color: rgba(255, 255, 255, 0.7) !important;
}
.ts_eventin_banner .breadcrumb {
display: none;
}
.ts_eventin_banner .etn-single-event-img {
min-height: 360px;
border-radius: 12px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.ts_eventin_banner.event-banner .breadcrumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 10px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ts_eventin_banner.event-banner .breadcrumb li {
color: #ffffff;
}
.ts_eventin_banner.event-banner::before {
opacity: 0;
} .etn_search_archive_sidebar {
max-width: 350px;
width: 100%;
}
.etn_search_archive_sidebar .widget_media_image a {
display: block;
}
.etn_search_archive_sidebar img {
width: 100%;
}
.banner_search_form_wraper {
margin-top: -60px;
}
.etn_event_form_title {
font-weight: 600;
font-size: 32px;
line-height: 1.09;
letter-spacing: 0.02px;
color: #041a57;
margin-bottom: 30px;
}
.etn_search_bottom_area_text {
font-size: 18px;
line-height: 1.1;
font-weight: 400;
color: #3c4144;
}
.etn_exhibz_inline_form_top,
.etn_event_inline_form {
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
padding-right: 20px;
background: #ffffff;
position: relative;
border-radius: 12px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 25px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
}
.etn_exhibz_inline_form_top:before,
.etn_event_inline_form:before {
left: 20px;
right: 20px;
z-index: -1;
bottom: -10px;
height: 100%;
opacity: 0.5;
content: "";
position: absolute;
border-radius: 12px;
background-color: #ffffff;
-webkit-box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
}
.etn_exhibz_inline_form_top .etn_exhibz_select,
.etn_exhibz_inline_form_top .etn_event_select,
.etn_event_inline_form .etn_exhibz_select,
.etn_event_inline_form .etn_event_select {
border: none !important;
padding: 0 0 0 35px !important;
color: #041a57;
font-size: 15px;
}
.etn_exhibz_inline_form_top .input-group,
.etn_event_inline_form .input-group {
padding: 20px 30px;
border-right: 1px solid #dfe1e5;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
}
.etn_exhibz_inline_form_top .input-group svg,
.etn_event_inline_form .input-group svg {
fill: none !important;
}
.etn_exhibz_inline_form_top .input-group:nth-child(3),
.etn_event_inline_form .input-group:nth-child(3) {
border-right: none;
}
.etn_exhibz_inline_form_top .input-group input,
.etn_event_inline_form .input-group input {
width: 100%;
border: none;
height: 70px;
padding: 0px;
display: block;
font-size: 16px;
font-weight: 400;
border-radius: 0px;
padding-left: 35px;
background-color: transparent;
}
.etn_exhibz_inline_form_top .input-group-prepend,
.etn_event_inline_form .input-group-prepend {
top: 50%;
left: 30px;
z-index: 1;
margin: 0px;
padding: 0px;
line-height: 1;
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.etn_exhibz_inline_form_top .input-group-text,
.etn_event_inline_form .input-group-text {
padding: 0px;
border: none;
color: #3c4144;
line-height: 1;
font-size: 18px;
border-radius: 0px;
background-color: transparent;
}
.etn_exhibz_inline_form_top .select2-container--default .select2-selection--single,
.etn_event_inline_form .select2-container--default .select2-selection--single {
border: none;
height: auto;
border-radius: 0px;
padding-left: 35px;
background-color: transparent;
}
.etn_exhibz_inline_form_top .select2-container--default .select2-selection--single .select2-selection__rendered,
.etn_event_inline_form .select2-container--default .select2-selection--single .select2-selection__rendered {
padding: 0px;
height: 70px;
line-height: 70px;
font-weight: 400;
font-size: 16px;
color: #041a57;
}
.etn_exhibz_inline_form_top .select2-container--default .select2-selection--single .select2-selection__arrow,
.etn_event_inline_form .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
right: 0;
width: auto;
height: auto;
position: absolute;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.etn_exhibz_inline_form_top .select2-container--default .select2-selection--single .select2-selection__arrow b,
.etn_event_inline_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
top: 50%;
left: 50%;
width: 10px;
height: 10px;
border: none;
margin: 0px;
display: inline-block;
background-size: 100%;
background-repeat: no-repeat;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-position: center center;
background-image: url(//www.ssbtur.com/wp-content/themes/exhibz/assets/images/down-arrow.png);
}
.etn_exhibz_inline_form_top .btn.btn-primary,
.etn_exhibz_inline_form_top .etn-btn.etn-btn-primary,
.etn_event_inline_form .btn.btn-primary,
.etn_event_inline_form .etn-btn.etn-btn-primary {
line-height: 1;
font-size: 16px;
font-weight: 400;
padding: 27px 46px;
background: #ff007a;
border-radius: 12px;
margin-left: 20px;
height: auto;
}
.etn_exhibz_inline_form_top .btn.btn-primary:hover,
.etn_exhibz_inline_form_top .etn-btn.etn-btn-primary:hover,
.etn_event_inline_form .btn.btn-primary:hover,
.etn_event_inline_form .etn-btn.etn-btn-primary:hover {
color: #ffffff;
}
.etn_exhibz_inline_form_top .etn-event-search-wrapper,
.etn_event_inline_form .etn-event-search-wrapper {
margin: auto;
}
.etn_exhibz_inline_form_top .etn-event-search-wrapper .etn-btn.etn-btn-primary,
.etn_event_inline_form .etn-event-search-wrapper .etn-btn.etn-btn-primary {
line-height: 1;
font-size: 16px;
font-weight: 400;
padding: 27px 46px;
background: #ff007a;
border-radius: 12px;
margin-left: 20px;
height: auto;
}
.etn_exhibz_inline_form_top .etn-event-search-wrapper .etn-btn.etn-btn-primary:hover,
.etn_event_inline_form .etn-event-search-wrapper .etn-btn.etn-btn-primary:hover {
color: #ffffff;
}
.etn_event_inline_form {
padding-right: 0;
}
.etn_exhibz_inline_form_bottom,
.etn_event_inline_form_bottom {
width: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
margin-bottom: 20px;
padding-top: 45px;
}
.etn_exhibz_inline_form_bottom .etn_exhibz_select,
.etn_exhibz_inline_form_bottom .etn_event_select,
.etn_event_inline_form_bottom .etn_exhibz_select,
.etn_event_inline_form_bottom .etn_event_select {
border-radius: 8px;
border-style: solid !important;
border-color: #f2f2f2 !important;
border-width: 1px !important;
padding: 0 25px !important;
height: 55px !important;
line-height: 55px;
width: 100% !important;
color: #041a57;
font-size: 15px;
}
.etn_exhibz_inline_form_bottom .etn_exhibz_inline_input_label,
.etn_exhibz_inline_form_bottom .etn_event_inline_input_label,
.etn_event_inline_form_bottom .etn_exhibz_inline_input_label,
.etn_event_inline_form_bottom .etn_event_inline_input_label {
font-size: 14px;
line-height: 1.07;
color: rgba(4, 26, 87, 0.5);
margin-bottom: 10px;
display: block;
}
.etn_exhibz_inline_form_bottom .select2-selection--single,
.etn_event_inline_form_bottom .select2-selection--single {
border-radius: 8px;
border-style: solid;
border-color: #f2f2f2;
border-width: 1px !important;
height: 55px;
line-height: 55px;
width: 100%;
}
.etn_exhibz_inline_form_bottom .select2-container--default,
.etn_event_inline_form_bottom .select2-container--default {
width: 100% !important;
}
.etn_exhibz_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__rendered,
.etn_event_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 15px;
height: 55px;
line-height: 55px;
font-weight: 500;
color: #041a57;
padding: 0 25px;
}
.etn_exhibz_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow,
.etn_event_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
right: 20px;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.etn_exhibz_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow b,
.etn_event_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow b {
width: 10px;
height: 10px;
border: none;
margin: 0px;
display: inline-block;
background-size: 100%;
background-repeat: no-repeat;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-position: center center;
background-image: url(//www.ssbtur.com/wp-content/themes/exhibz/assets/images/down-arrow.png);
}
.etn_exhibz_inline_form_bottom .preview_type_lists,
.etn_event_inline_form_bottom .preview_type_lists {
border-radius: 8px;
border-style: solid;
border-color: #f2f2f2;
border-width: 1px;
display: inline-block;
}
.etn_exhibz_inline_form_bottom .preview_type_lists li,
.etn_event_inline_form_bottom .preview_type_lists li {
display: inline-block;
height: 53px;
line-height: 53px;
padding: 0 20px;
border-style: solid;
border-color: #f2f2f2;
border-width: 0px 1px 0px 0;
}
.etn_exhibz_inline_form_bottom .preview_type_lists li:last-child,
.etn_event_inline_form_bottom .preview_type_lists li:last-child {
border-width: 0;
} @media screen and (max-width: 1200px) {
.etn_exhibz_inline_form_top .input-group {
width: 23%;
}
.etn_exhibz_inline_form_top .input-group:first-child {
width: 28%;
}
.etn_exhibz_inline_form .input-group {
width: 25%;
}
.etn_exhibz_inline_form .btn.btn-primary {
padding: 27px 45px;
}
}
@media screen and (max-width: 992px) {
.etn_exhibz_inline_form {
padding: 15px;
}
.etn_exhibz_inline_form .input-group {
width: 50%;
border: none;
padding: 15px;
border-bottom: 1px solid #dfe1e5;
}
.etn_exhibz_inline_form .input-group:nth-child(3) {
border-bottom: none;
}
.etn_exhibz_inline_form .btn.btn-primary {
margin: 0px;
width: 50%;
margin-top: 15px;
font-size: 15px;
padding: 18px 30px;
}
.etn_exhibz_inline_form .input-group-prepend {
left: 15px;
}
.etn_exhibz_inline_form .input-group input {
height: 50px;
font-size: 15px;
}
.etn_exhibz_inline_form .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 50px;
line-height: 50px;
}
}
@media screen and (max-width: 768px) {
.etn_exhibz_inline_form .input-group {
width: 100%;
border: none;
border-bottom: 1px solid #dfe1e5;
}
.etn_exhibz_inline_form .btn.btn-primary {
width: 100%;
}
.etn_exhibz_inline_form_bottom .select2-container--default {
margin-bottom: 30px;
}
} .preview_type_lists > li {
cursor: pointer;
}
.preview_type_lists > li svg path {
fill: #99a0a7;
}
.preview_type_lists > li.active svg path {
fill: #e7015e;
}
.etn_load_more_button {
text-align: center;
margin: 30px 0;
}
.etn_load_more_button span {
color: #ffffff;
font-size: 16px;
font-weight: 500;
border-radius: 8px;
margin-bottom: 30px;
padding: 16px 32px;
background-color: #e7015e;
border-color: #e7015e;
border-style: solid;
border-width: 2px;
cursor: pointer;
display: inline-block;
-webkit-transition: background-color 0.4s ease;
transition: background-color 0.4s ease;
}
.etn_load_more_button span:hover {
background-color: transparent;
color: #e7015e;
border-color: #e7015e;
}
.etn_load_more_button.loading span {
position: relative;
font-size: 0;
}
.etn_load_more_button.loading span:before {
content: attr(data-loading-text);
font-size: 16px;
font-weight: 500;
}
.select2-container--open .select2-dropdown {
left: 0;
top: 35px;
border: transparent;
-webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
border-radius: 0px 0px 10px 10px;
padding: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #f5f9fb;
color: #212121;
}
.select2-results__options {
margin: 0 4px;
}
.search-results .type-etn {
margin-bottom: 30px;
}
.home .etn_exhibz_search_wraper {
margin-top: -90px;
}
.etn_search_archive_sidebar .widget_media_image a {
display: block;
}
.etn_search_archive_sidebar .widget_media_image img {
width: 100%;
}
body.search-results .main-container {
padding-top: 40px;
}
.home .etn_exhibz_search_wraper {
margin-top: -90px;
}
.ts-event-archive-wrap .etn-event-item {
padding: 0;
}
.ts-event-archive-wrap .etn-event-item .etn-event-thumb {
visibility: visible;
margin-bottom: 0;
}
.ts-event-archive-wrap .etn-event-item .etn-event-thumb > a {
overflow: hidden;
}
.ts-event-archive-wrap .etn-event-item .ts_etn_thumb_meta_wraper {
z-index: 1;
position: relative;
left: 20px;
bottom: 20px;
}
.ts-event-archive-wrap .etn-event-item .ts_etn_thumb_meta_wraper .ts-event-term {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
border-radius: 8px;
color: #fff;
background-color: #e7015e;
z-index: 1;
padding: 12px 20px;
line-height: 1;
}
.ts-event-archive-wrap .etn-event-item .etn-event-content {
padding: 20px 30px 10px;
}
.page-template-homepage-template .etn_event_inline_form_bottom {
display: none !important;
}
.page-template-homepage-template .etn_search_bottom_area_text {
display: none;
}
.post-type-archive-etn .etn_event_inline_form {
-webkit-box-shadow: none;
box-shadow: none;
}
.post-type-archive-etn .etn_event_inline_form:before {
-webkit-box-shadow: none;
box-shadow: none;
}
.post-type-archive-etn .etn-advanced-search-form {
margin-top: -60px;
}
@media (min-width: 992px) {
.xs-navbar ul.navbar-nav > li ul.dropdown-menu {
opacity: 0;
}
.xs-navbar ul.navbar-nav > li:hover ul.dropdown-menu {
opacity: 1;
}
.xs-navbar ul.dropdown-menu {
visibility: hidden;
display: block;
-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.28s ease-in-out;
transition: all 0.28s ease-in-out; }
.xs-navbar .dropdown:hover > .dropdown-menu {
visibility: visible;
}
.xs-navbar .dropdown:hover > .dropdown-menu .dropdown:hover > .dropdown-menu {
visibility: visible;
}
.xs-navbar .dropdown:hover > .dropdown-menu .dropdown:hover > .dropdown-menu .dropdown:hover > .dropdown-menu {
visibility: visible;
}
}
@media (max-width: 1200px) {
.header.header-transparent .navbar.navbar-light ul.navbar-nav > li {
margin: 0 14px;
}
.header-top-info .header-contact-info,
.header-top-info .social-links {
display: none;
}
.header-classic .navbar-light .navbar-toggler {
position: relative;
top: 0;
margin: 15px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-light .navbar-toggler-icon {
background-image: none;
}
.header-standard .navbar-toggler {
top: -48px;
}
.navbar.navbar-light ul.navbar-nav {
background: #222;
padding: 20px;
margin-top: 2px;
}
.navbar.navbar-light ul.navbar-nav > li > a {
line-height: 40px;
display: block;
color: #fff;
}
.navbar.navbar-light ul.navbar-nav > li > a:after {
margin-top: -20px !important;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
background: none;
padding-left: 25px;
width: auto;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item {
color: #fff !important;
border-top: 1px solid #3c3c3c;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.nav-center .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li > a {
color: #fff;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.dropdown > a:after {
content: "\e874";
right: -18px;
}
.ts-schedule-info ul {
margin: 50px 0;
min-height: 215px;
}
.ts-schedule-info ul li a {
position: relative;
padding: 70px 0;
width: 200px;
height: 200px;
margin: 0 8px;
}
.ts-schedule-info ul li:nth-child(1) a {
left: 0;
top: 0;
}
.ts-schedule-info ul li:nth-child(2) a {
left: 0;
top: 0;
}
.ts-schedule-info ul li:nth-child(3) a {
left: 0;
top: 0;
} .sidebar {
margin-top: 60px;
}
.post {
padding-right: 0;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
color: #e7015e;
}
.ts-single-outcome {
margin: auto;
}
} @media (max-width: 767px) {
.author-box {
padding: 0;
}
.mb-100 {
margin-bottom: 50px;
}
.btn {
font-size: 14px;
}
.banner-title {
font-size: 40px;
line-height: 100%;
}
.main-slider .banner-item .banner-content-wrap {
padding: 180px 0 100px;
}
.banner-item .banner-content-wrap .ts-banner-btn .btn {
margin-bottom: 15px;
margin-right: 15px;
}
.banner-item .banner-content-wrap .ts-banner-btn .btn.fill {
margin-left: 0 !important;
}
.main-slider .banner-item .banner-content-wrap p.banner-desc {
padding: 0;
}
.navbar-light .navbar-toggler-icon {
background-image: none;
}
.navbar.navbar-light ul.navbar-nav {
background: #222;
padding: 20px;
margin-top: 2px;
}
.navbar.navbar-light ul.navbar-nav > li > a {
line-height: 40px;
display: block;
color: #fff;
}
.navbar.navbar-light ul.navbar-nav > li > a:after {
margin-top: -20px !important;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
background: none;
padding-left: 25px;
width: auto;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item {
color: #fff !important;
border-top: 1px solid #3c3c3c;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.nav-center .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li > a {
color: #fff;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.dropdown > a:after {
content: "\e874";
right: -20px;
}
.header-standard .navbar-toggler {
top: -50px;
}
.countdown {
margin-bottom: 40px;
}
.countdown .counter-item {
margin-bottom: 20px;
}
.ts-count-down .countdown .counter-item {
width: 50%;
margin: 0;
padding-bottom: 0;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
-webkit-box-shadow: none;
box-shadow: none;
}
.schedule-tabs-item ul li:nth-child(even) {
padding-left: 0;
}
.ts-schedule-info {
margin-top: 40px;
margin-bottom: 40px;
}
.ts-schedule-info ul {
min-height: 150px;
}
.ts-schedule-info ul li a {
width: 100px;
height: 100px;
padding: 35px 0;
}
.ts-schedule-info ul li a h3 {
font-size: 15px;
margin-bottom: 0;
}
.ts-schedule-info ul li a span {
text-transform: capitalize;
font-size: 12px;
}
.ts-schedule-info ul li:nth-child(1) a {
top: 30px;
}
.ts-schedule-info ul li:nth-child(2) a {
left: 76px;
}
.ts-schedule-info ul li:nth-child(3) a {
top: 30px;
left: 160px;
right: auto;
}
.schedule-listing {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.schedule-listing .schedule-slot-time {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 20px 35px;
}
.schedule-listing .schedule-slot-info {
padding: 35px 40px 35px 35px;
border-left: 1px dashed #e5e5e5;
}
.schedule-listing .schedule-slot-info .schedule-slot-speakers,
.schedule-listing .schedule-slot-info .multi-speaker {
display: none;
}
.schedule-listing-btn {
margin-top: 40px;
}
.ts-newsletter {
padding: 40px 20px;
}
.newsletter-form {
padding: 0 20px;
}
.ts-footer {
padding: 290px 0 60px;
}
.ts-footer.ts-footer-item .newsletter-form {
margin-top: 40px;
}
.footer-menu ul {
text-align: center;
}
.text-right-bottom {
position: absolute;
left: 0 !important;
text-align: center !important;
}
.elementor-10 .elementor-element.elementor-element-1ea6097 > .elementor-element-populated {
margin-left: 0px;
}
.ts-schedule-nav {
margin-bottom: 40px;
}
.ts-schedule-nav ul li a {
display: inline-block;
padding: 20px 14px;
margin: 8px 0;
}
.schedule-tabs-item ul:before {
display: none;
}
.schedule-tabs-item ul li {
width: 100%;
}
.schedule-tabs-item .schedule-listing-item:before, .schedule-tabs-item .schedule-listing-item:after {
display: none;
}
.schedule-tabs-item .schedule-listing-item.schedule-left {
margin-top: 0;
padding: 0px 110px 20px 0;
}
.schedule-tabs-item .schedule-listing-item.schedule-right {
padding: 0px 20px 0px 110px;
margin-bottom: 30px;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
top: 5px;
} .sidebar {
margin-top: 60px;
}
.post-details .entry-header,
.post-details .post-body {
padding: 0;
}
.blog-single .entry-footer,
.blog-single .blog-post-comment,
.post-navigation .post-previous {
padding: 0;
}
.blog-single .post-navigation {
margin: 0 0 40px;
}
.elementor-widget-tabs .elementor-tab-mobile-title {
padding-left: 0 !important;
}
.post-navigation .post-next {
text-align: left;
margin-top: 30px;
padding: 0;
}
.post-navigation .post-previous,
.post-navigation .post-next {
float: none;
width: 100%;
display: block;
border: 0;
}
.comments-list .comment-body {
margin-left: 0;
}
.blog-post-comment ul,
.blog-post-comment ol {
padding-left: 10px;
}
.post {
padding-right: 0;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
color: #e7015e;
}
.ts-single-outcome {
margin: auto;
}
} @media (max-width: 767px) {
.schedule-listing .schedule-slot-info .schedule-slot-speakers,
.schedule-listing .schedule-slot-info .multi-speaker {
display: block;
position: static;
margin: 0 0 20px;
}
.schedule-listing .schedule-slot-info .multi-speaker {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.schedule-listing .schedule-slot-info .multi-speaker .speaker-content {
padding: 0 10px;
}
.schedule-listing .schedule-slot-info .multi-speaker .speaker-content p {
margin-bottom: 0;
}
.schedule-listing.multi-schedule-list .schedule-slot-info {
display: block;
}
.schedule-listing.multi-schedule-list .schedule-slot-info .single-speaker {
float: none;
margin-right: 0;
min-width: 130px;
text-align: left;
margin: 0 0 20px;
}
.schedule-listing.multi-schedule-list .schedule-slot-info .single-speaker img {
margin: 0 0 5px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
max-width: 100%;
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
}
}
@media (max-width: 420px) {
.schedule-listing .schedule-slot-info .multi-speaker {
-ms-flex-pack: distribute;
justify-content: space-around;
}
} @media (min-width: 992px) {
.dropdown-menu-toggle {
display: none;
}
}
@media (max-width: 991px) {
.navbar.navbar-light ul.navbar-nav > li.dropdown > a:after {
display: none;
}
.dropdown-menu-toggle {
font-family: "iconfont";
position: absolute;
display: block;
font-size: 14px;
right: 0;
top: 0;
color: #fff;
padding: 13px 15px;
cursor: pointer;
line-height: 1;
}
.dropdown-menu-toggle:before {
content: "\e874";
}
}
@media (max-width: 1600px) {
.multievent-search.home-default-search .etn_event_inline_form {
position: relative;
margin: auto;
max-width: 80%;
}
.main-home-search .etn_event_inline_form .etn-col-lg-3:last-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 15%;
flex: 0 0 15%;
max-width: 15%;
}
}
@media (max-width: 1500px) {
.multievent-hero .ekit-section-parallax-layer .elementskit-parallax-graphic {
max-width: 65%;
}
}
@media (max-width: 1300px) {
.multievent-hero .ekit-section-parallax-type-mousemove {
display: none;
}
.multievent-hero .ekit-section-parallax-layer {
display: none;
}
}
@media (max-width: 1024px) {
.etn-event-search-wrapper .input-group {
max-width: 100% !important;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.etn-event-search-wrapper .etn-text-right {
text-align: left;
padding-bottom: 40px;
padding-top: 20px;
}
.etn_exhibz_inline_form_top .input-group {
border-right: 1px solid transparent;
}
.etn_exhibz_inline_form_top .input-group input {
height: 35px;
}
.etn_event_inline_form .input-group {
border-right: 1px solid transparent;
}
.etn_event_inline_form .input-group input {
height: 35px;
}
.ts-event-category-slider .event-slider-item .cat-bg {
max-height: 100%;
}
.ts-event-category-slider .owl-nav .owl-prev {
display: none;
}
.ts-event-category-slider .owl-nav .owl-next {
display: none;
}
.multievent-search.home-default-search .etn_event_inline_form {
max-width: 100%;
}
}