﻿/*!
 * leaflet-extra-markers
 * Custom Markers for Leaflet JS based on Awesome Markers
 * Leaflet ExtraMarkers
 * https://github.com/coryasilva/Leaflet.ExtraMarkers/
 * @author coryasilva <https://github.com/coryasilva>
 * @version 1.2.1
 */

.extra-marker {
    background: url("../img/markers_default.png") no-repeat 0 0;
    width: 35px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center
}

.extra-marker-shadow {
    background: url("../img/markers_shadow.png") no-repeat 0 0;
    width: 36px;
    height: 16px
}

body {
    background-image: url("/images/auk-sheila-colours_silver_45-2.png");
}

h1, h2, h3, h4 {
    font-family: "DINEngschrift";
}


.audax-title-1 {
   
    background-position: center;
    background-size: cover;
    height: 400px;
}

.audax-title-2 {
    background-color: #D22630;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
    margin-bottom: auto;
    border: rounded;
}

.audax-50 {
    background-color: #F59BBB;
    color: white;
}

.audax-100 {
    background-color: #A7C6ED;
    color: white;
}

.audax-150 {
    background-color: #D59ED7;
    color: white;
}

.audax-200 {
    background-color: #D22630;
    color: white;
}

.audax-300 {
    background-color: #FFD700;
    color: white;
}

.audax-400 {
    background-color: #009639;
    color: white;
}

.audax-600 {
    background-color: #0082BA;
    color: white;
}

.audax-1000 {
    background-color: #A7A8AA;
    color: white;
}

.audax-title-bar {
    height: 4px;
}

.audax-title-bar-section-50{
    width: 5%;
}

.audax-title-bar-section-100 {
    width: 7%;
}

.audax-title-bar-section-150 {
    width: 9%;
}

.audax-title-bar-section-200 {
    width: 10%;
}

.audax-title-bar-section-300 {
    width: 13%;
}

.audax-title-bar-section-400 {
    width: 15%;
}

.audax-title-bar-section-600 {
    width: 18%;
}

.audax-title-bar-section-1000 {
    width: 23%;
}

.audax-table-rounded {
    border-radius: 1rem;
    overflow: hidden;
}

.audax-spinner-modal {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.audax-spinner-centre {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.audax-award-50 {
    background: linear-gradient(90deg, #ff99cc 7px, transparent 0%);
    border: solid 1px #ff99cc;
}

    .audax-award-50:hover {
        background: linear-gradient(90deg, #ff99cc 7px, transparent 0%);
    }

.audax-award-100 {
    background: linear-gradient(90deg, #99ccff 7px, transparent 0%);
    border: solid 1px #99ccff;
}

.audax-award-150 {
    background: linear-gradient(90deg, #cc99cc 7px, transparent 0%);
    border: solid 1px #cc99cc;
}

.audax-award-200 {
    background: linear-gradient(90deg, #d83c3d 7px, transparent 0%);
    border: solid 1px #d83c3d;
}

.audax-award-300 {
    background: linear-gradient(90deg, #ffcc00 7px, transparent 0%);
    border: solid 1px #ffcc00;
}

.audax-award-400 {
    background: linear-gradient(90deg, #339933 7px, transparent 0%);
    border: solid 1px #339933;
}

.audax-award-600 {
    background: linear-gradient(90deg, #006699 7px, transparent 0%);
    border: solid 1px #006699;
}

.audax-award-1000 {
    background: linear-gradient(90deg, #999999 7px, transparent 0%);
    border: solid 1px #999999;
}

.audax-spinner-large {
    width: 3rem;
    height: 3rem
}

.audax-wrapper {
   /* min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;*/
   overflow-x: hidden;
}

.audax-footer {
    overflow:hidden;
    max-width:100%;
}

.audax-alert {
    position: fixed;
    width:100%;
    bottom: 0;
    z-index: 999
}

.audax-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999
}

/*--- STRIPE ---*/
.form-box {
    margin: 0 auto;
    max-width: 30vw;
    min-width: 500px;
    ;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}

input#stripe-payment-form {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: white;
}

.stripe-result-message {
    line-height: 22px;
    font-size: 16px;
}

    .stripe-result-message a {
        font-weight: 600;
        text-decoration: none;
    }

.stripe-hidden {
    display: none;
}

#stripe-card-error {
    color: #d83c3d;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

#stripe-card-element {
    border-radius: 4px 4px 0 0;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}
/* Buttons and links */
#stripe-submit {
    background: #0c5fa2;
    min-width: 50%;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}

#stripe-button-text {
    width: 100%;
}

    #stripe-button-text:hover {
        filter: contrast(115%);
    }

    #stripe-button-text:disabled {
        opacity: 0.5;
        cursor: default;
    }
/* spinner/processing state, errors */
.stripe-spinner,
.stripe-spinner:before,
.stripe-spinner:after {
    border-radius: 50%;
}

.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);
}

.stripe-spinner:before,
.stripe-spinner:after {
    position: absolute;
    content: "";
}

.stripe-spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #0c5fa2;
    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;
}

.stripe-spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #0c5fa2;
    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;
}


/*--- END STRIPE ---*/




.event-map {
    z-index: 5;
}

.event-details {
    max-height:100px;
    overflow: hidden;
}
.event-details-expand {
    max-height:100%;
}

@font-face {
    font-family: "DINEngschrift";
    src: url("./fonts/Dinengschriftstd.otf") format("truetype");
}

/* Event Finder*/

.event-finder-map {
    height: 100%;
    min-height:700px;
    max-height:700px;
}

/* Variables declaration */
.rdp-root {
    --rdp-accent-color: blue; /* The accent color used for selected days and UI elements. */
    --rdp-accent-background-color: #f0f0ff; /* The accent background color used for selected days and UI elements. */

    --rdp-day-height: 30px; /* The height of the day cells. */
    --rdp-day-width: 30x; /* The width of the day cells. */

    --rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
    --rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
    --rdp-day_button-height: 30px; /* The height of the day cells. */
    --rdp-day_button-width: 30px; /* The width of the day cells. */

    --rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
    --rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
    --rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
    --rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */

    --rdp-dropdown-gap: 0.5rem; /* The gap between the dropdowns used in the month captons. */

    --rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */

    --rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
    --rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
    --rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
    --rdp-nav-height: 2.75rem; /* The height of the navigation bar. */

    --rdp-range_middle-background-color: var(--rdp-accent-background-color); /* The color of the background for days in the middle of a range. */
    --rdp-range_middle-color: inherit; /* The color of the range text. */

    --rdp-range_start-color: white; /* The color of the range text. */
    --rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% ); /* Used for the background of the start of the selected range. */
    --rdp-range_start-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the start of the selected range. */

    --rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% ); /* Used for the background of the end of the selected range. */
    --rdp-range_end-color: white; /* The color of the range text. */
    --rdp-range_end-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the end of the selected range. */

    --rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
    --rdp-week_number-border: 2px solid transparent; /* The border of the week number. */

    --rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
    --rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
    --rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
    --rdp-weeknumber-text-align: center; /* The text alignment of the weekday cells. */

    --rdp-weekday-opacity: 0.75; /* The opacity of the weekday. */
    --rdp-weekday-padding: 0.5rem 0rem; /* The padding of the weekday. */
    --rdp-weekday-text-align: center; /* The text alignment of the weekday cells. */

    --rdp-gradient-direction: 90deg;
    --rdp-animation_duration: 0.3s;
    --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1);
}

    .rdp-root[dir="rtl"] {
        --rdp-gradient-direction: -90deg;
    }

    .rdp-root[data-broadcast-calendar="true"] {
        --rdp-outside-opacity: unset;
    }

/* Root of the component. */
.rdp-root {
    position: relative; /* Required to position the navigation toolbar. */
    box-sizing: border-box;
}

    .rdp-root * {
        box-sizing: border-box;
    }

.rdp-day {
    width: var(--rdp-day-width);
    height: var(--rdp-day-height);
    text-align: center;
}

.rdp-day_button {
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
    width: var(--rdp-day_button-width);
    height: var(--rdp-day_button-height);
    border: var(--rdp-day_button-border);
    border-radius: var(--rdp-day_button-border-radius);
}

    .rdp-day_button:disabled {
        cursor: revert;
    }

.rdp-caption_label {
    z-index: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border: 0;
}

.rdp-dropdown:focus-visible ~ .rdp-caption_label {
    outline: 5px auto Highlight;
    /* biome-ignore lint/suspicious/noDuplicateProperties: backward compatibility */
    outline: 5px auto -webkit-focus-ring-color;
}

.rdp-button_next,
.rdp-button_previous {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    appearance: none;
    width: var(--rdp-nav_button-width);
    height: var(--rdp-nav_button-height);
}

    .rdp-button_next:disabled,
    .rdp-button_next[aria-disabled="true"],
    .rdp-button_previous:disabled,
    .rdp-button_previous[aria-disabled="true"] {
        cursor: revert;
        opacity: var(--rdp-nav_button-disabled-opacity);
    }

.rdp-chevron {
    display: inline-block;
    fill: var(--rdp-accent-color);
}

.rdp-root[dir="rtl"] .rdp-nav .rdp-chevron {
    transform: rotate(180deg);
    transform-origin: 50%;
}

.rdp-dropdowns {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: var(--rdp-dropdown-gap);
}

.rdp-dropdown {
    z-index: 2;
    /* Reset */
    opacity: 0;
    appearance: none;
    position: absolute;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: inherit;
    border: none;
    line-height: inherit;
}

.rdp-dropdown_root {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .rdp-dropdown_root[data-disabled="true"] .rdp-chevron {
        opacity: var(--rdp-disabled-opacity);
    }

.rdp-month_caption {
    display: flex;
    align-content: center;
    height: var(--rdp-nav-height);
    font-weight: bold;
    font-size: large;
}

.rdp-root[data-nav-layout="around"] .rdp-month,
.rdp-root[data-nav-layout="after"] .rdp-month {
    position: relative;
}

.rdp-root[data-nav-layout="around"] .rdp-month_caption {
    justify-content: center;
    margin-inline-start: var(--rdp-nav_button-width);
    margin-inline-end: var(--rdp-nav_button-width);
    position: relative;
}

.rdp-root[data-nav-layout="around"] .rdp-button_previous {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: var(--rdp-nav-height);
    display: inline-flex;
}

.rdp-root[data-nav-layout="around"] .rdp-button_next {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    height: var(--rdp-nav-height);
    display: inline-flex;
    justify-content: center;
}

.rdp-months {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: var(--rdp-months-gap);
    max-width: fit-content;
}

.rdp-month_grid {
    border-collapse: collapse;
}

.rdp-nav {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    display: flex;
    align-items: center;
    height: var(--rdp-nav-height);
}

.rdp-weekday {
    opacity: var(--rdp-weekday-opacity);
    padding: var(--rdp-weekday-padding);
    font-weight: 500;
    font-size: smaller;
    text-align: var(--rdp-weekday-text-align);
    text-transform: var(--rdp-weekday-text-transform);
}

.rdp-week_number {
    opacity: var(--rdp-week_number-opacity);
    font-weight: 400;
    font-size: small;
    height: var(--rdp-week_number-height);
    width: var(--rdp-week_number-width);
    border: var(--rdp-week_number-border);
    border-radius: var(--rdp-week_number-border-radius);
    text-align: var(--rdp-weeknumber-text-align);
}

/* DAY MODIFIERS */
.rdp-today:not(.rdp-outside) {
    color: var(--rdp-today-color);
}

.rdp-selected {
    font-weight: bold;
    font-size: large;
}

    .rdp-selected .rdp-day_button {
        border: var(--rdp-selected-border);
    }

.rdp-outside {
    opacity: var(--rdp-outside-opacity);
}

.rdp-disabled {
    opacity: var(--rdp-disabled-opacity);
}

.rdp-hidden {
    visibility: hidden;
    color: var(--rdp-range_start-color);
}

.rdp-range_start {
    background: var(--rdp-range_start-background);
}

    .rdp-range_start .rdp-day_button {
        background-color: var(--rdp-range_start-date-background-color);
        color: var(--rdp-range_start-color);
    }

.rdp-range_middle {
    background-color: var(--rdp-range_middle-background-color);
}

    .rdp-range_middle .rdp-day_button {
        border: unset;
        border-radius: unset;
        color: var(--rdp-range_middle-color);
    }

.rdp-range_end {
    background: var(--rdp-range_end-background);
    color: var(--rdp-range_end-color);
}

    .rdp-range_end .rdp-day_button {
        color: var(--rdp-range_start-color);
        background-color: var(--rdp-range_end-date-background-color);
    }

.rdp-range_start.rdp-range_end {
    background: revert;
}

.rdp-focusable {
    cursor: pointer;
}

@keyframes rdp-slide_in_left {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes rdp-slide_in_right {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes rdp-slide_out_left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes rdp-slide_out_right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.rdp-weeks_before_enter {
    animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-weeks_before_exit {
    animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_enter {
    animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_exit {
    animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_enter {
    animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_exit {
    animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_enter {
    animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_exit {
    animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

@keyframes rdp-fade_in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rdp-fade_out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.rdp-caption_after_enter {
    animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-caption_after_exit {
    animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_enter {
    animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_exit {
    animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rc-slider {
    position: relative;
    width: 100%;
    height: 14px;
    padding: 5px 0;
    border-radius: 6px;
    touch-action: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .rc-slider * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.rc-slider-rail {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #e9e9e9;
    border-radius: 6px;
}

.rc-slider-track {
    position: absolute;
    height: 4px;
    background-color: #abe2fb;
    border-radius: 6px;
}

.rc-slider-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    background-color: #fff;
    border: solid 2px #96dbfa;
    border-radius: 50%;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: 0.8;
    touch-action: pan-x;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: #57c5f7;
    box-shadow: 0 0 0 5px #96dbfa;
}

.rc-slider-handle:focus {
    outline: none;
    box-shadow: none;
}

.rc-slider-handle:focus-visible {
    border-color: #2db7f5;
    box-shadow: 0 0 0 3px #96dbfa;
}

.rc-slider-handle-click-focused:focus {
    border-color: #96dbfa;
    box-shadow: unset;
}

.rc-slider-handle:hover {
    border-color: #57c5f7;
}

.rc-slider-handle:active {
    border-color: #57c5f7;
    box-shadow: 0 0 5px #57c5f7;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px;
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    color: #999;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.rc-slider-mark-text-active {
    color: #666;
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    pointer-events: none;
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    cursor: pointer;
}

.rc-slider-dot-active {
    border-color: #96dbfa;
}

.rc-slider-dot-reverse {
    margin-right: -4px;
}

.rc-slider-disabled {
    background-color: #e9e9e9;
}

    .rc-slider-disabled .rc-slider-track {
        background-color: #ccc;
    }

    .rc-slider-disabled .rc-slider-handle,
    .rc-slider-disabled .rc-slider-dot {
        background-color: #fff;
        border-color: #ccc;
        box-shadow: none;
        cursor: not-allowed;
    }

    .rc-slider-disabled .rc-slider-mark-text,
    .rc-slider-disabled .rc-slider-dot {
        cursor: not-allowed !important;
    }

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px;
}

    .rc-slider-vertical .rc-slider-rail {
        width: 4px;
        height: 100%;
    }

    .rc-slider-vertical .rc-slider-track {
        bottom: 0;
        left: 5px;
        width: 4px;
    }

    .rc-slider-vertical .rc-slider-handle {
        margin-top: 0;
        margin-left: -5px;
        touch-action: pan-y;
    }

    .rc-slider-vertical .rc-slider-mark {
        top: 0;
        left: 18px;
        height: 100%;
    }

    .rc-slider-vertical .rc-slider-step {
        width: 4px;
        height: 100%;
    }

    .rc-slider-vertical .rc-slider-dot {
        margin-left: -2px;
    }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    display: block !important;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
    display: block !important;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
    animation-name: rcSliderTooltipZoomDownIn;
    animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    animation-name: rcSliderTooltipZoomDownOut;
    animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    transform: scale(0, 0);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes rcSliderTooltipZoomDownIn {
    0% {
        transform: scale(0, 0);
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        transform-origin: 50% 100%;
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        transform: scale(1, 1);
        transform-origin: 50% 100%;
    }

    100% {
        transform: scale(0, 0);
        transform-origin: 50% 100%;
        opacity: 0;
    }
}

.rc-slider-tooltip {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: visible;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .rc-slider-tooltip * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.rc-slider-tooltip-hidden {
    display: none;
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
    min-width: 24px;
    height: 24px;
    padding: 6px 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c;
}

