.tick {
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: relative;
    z-index: 1;
}
.tick * {
    box-sizing: inherit;
}
.tick [data-view] {
    max-width: 100%;
}
.tick span[data-view] {
    display: inline-block;
    vertical-align: top;
}
.tick .tick-credits {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}
.tick [data-layout~="pad"] {
    margin: 0;
}
.tick [data-layout~="pad"] > * {
    margin: 0;
}
.tick [data-layout~="horizontal"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tick [data-layout~="horizontal"][data-layout~="baseline"] {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.tick [data-layout~="horizontal"][data-layout~="center"] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tick [data-layout~="horizontal"][data-layout~="right"] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tick [data-layout~="horizontal"][data-layout~="left"] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tick [data-layout~="horizontal"][data-layout~="stretch"],
.tick [data-layout~="horizontal"][data-layout~="fill"] {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.tick [data-layout~="horizontal"][data-layout~="stretch"] > *,
.tick [data-layout~="horizontal"][data-layout~="fill"] > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    width: 100%;
}
.tick [data-layout~="horizontal"][data-layout~="multi-line"] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tick [data-layout~="horizontal"][data-layout~="fit"] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    white-space: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    gap: 1rem;
}
.tick [data-layout~="vertical"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tick [data-layout~="vertical"][data-layout~="top"] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tick [data-layout~="vertical"][data-layout~="bottom"] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 100%;
}
.tick [data-layout~="vertical"][data-layout~="middle"] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
}
.tick [data-layout~="vertical"][data-layout~="left"] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tick [data-layout~="vertical"][data-layout~="right"] {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.tick [data-layout~="vertical"][data-layout~="center"] {
    text-align: center;
}
.tick [data-layout~="vertical"][data-layout~="stretch"],
.tick [data-layout~="vertical"][data-layout~="fill"] {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100%;
}
.tick [data-layout~="vertical"][data-layout~="stretch"] > *,
.tick [data-layout~="vertical"][data-layout~="fill"] > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}
.tick [data-layout~="vertical"] > * + * {
    margin-top: 0.5em;
}
.tick [data-layout~="overlay"] {
    position: relative;
}
.tick [data-layout~="overlay"] > * {
    margin: 0;
}
.tick [data-layout~="overlay"][data-layout~="center"] {
    text-align: center;
}
.tick [data-layout~="overlay"][data-layout~="left"] {
    text-align: left;
}
.tick [data-layout~="overlay"][data-layout~="right"] {
    text-align: right;
}
.tick [data-layout~="overlay"] > [data-overlay="stretch"],
.tick [data-layout~="overlay"] > [data-overlay="fill"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.tick [data-layout~="overlay"] > [data-overlay="center"] {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.tick-flip {
    position: relative;
    text-align: center;
}
.tick-flip * {
    border-radius: inherit;
    white-space: pre;
    letter-spacing: inherit;
    text-indent: inherit;
}
.tick-flip-front {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tick-flip-back {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tick-flip-spacer {
    display: block;
    visibility: hidden;
}
.tick-flip-shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: transparent !important;
    background: transparent !important;
}
.tick-flip-shadow-top {
    bottom: calc(50% + 1px);
}
.tick-flip-shadow-bottom {
    top: calc(50% + 1px);
}
.tick-flip-card-shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: transparent;
    border-radius: 0;
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: 1;
}
.tick-flip-card {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 4em;
    perspective: 4em;
}
.tick-flip-panel-front,
.tick-flip-panel-back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.tick-flip-panel-front-text,
.tick-flip-panel-back-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}
.tick-flip-panel-text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
}
.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
    height: 200%;
    top: -100%;
}
.tick-flip-panel-front {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    top: 0;
    z-index: 2;
}
.tick-flip-panel-back {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    top: 50%;
    z-index: 1;
}
.tick-flip-panel-back::after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tick-flip-panel-back-shadow {
    font-size: 0;
    opacity: 1;
}
.tick-flip-panel-back-highlight {
    z-index: 3;
}
.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.tick-flip-panel-front-shadow,
.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.tick-flip-panel-front-shadow {
    font-size: 0;
}
.tick-flip-panel-back-shadow {
    font-size: 0;
    opacity: 0;
}
.tick-flip-panel-back-highlight {
    font-size: 0;
    opacity: 0;
}
.tick [data-style*="shadow:inner"],
.tick [data-style*="shadow:inner"] .tick-flip-card-shadow {
    font-size: 0;
    opacity: 1;
    box-shadow: none;
}
.tick [data-style*="shadow:none"] .tick-flip-panel-front,
.tick [data-style*="shadow:none"] .tick-flip-panel-back,
.tick [data-style*="shadow:none"] .tick-flip-shadow,
.tick [data-style*="shadow:none"] .tick-flip-card-shadow {
    font-size: 0;
    box-shadow: none;
}
.tick [data-style*="shadow:none"] .tick-flip-back::after,
.tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-text::after {
    font-size: 0;
    background-image: none;
}
.tick [data-style*="rounded:none"] {
    font-size: 0;
    border-radius: 0;
}
.tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom,
.tick [data-style*="rounded:panels"] .tick-flip-front {
    font-size: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.tick [data-style*="rounded:panels"] .tick-flip-shadow-top,
.tick [data-style*="rounded:panels"] .tick-flip-panel-back::after,
.tick [data-style*="rounded:panels"] .tick-flip-back {
    font-size: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    z-index: -1;
}
.tick-flip {
    min-width: 3rem;
    text-align: center;
}
.tick-flip-panel {
    color: inherit;
}
