/* Color of the bottom sheet */
[data-rsbs-overlay] {
    background: #eddfc5 !important;
    overflow: hidden;
}

.custom-video {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
/* Color under the bottom sheet */
[data-rsbs-root]:after {
    background: #eddfc5 !important;
}

[data-rsbs-header]:before {
    background: #eddfc5 !important;
}

.menu[data-rsbs-state]:not([data-rsbs-state="closed"]) [data-rsbs-content] {
    height: 100%;
}

.menu [data-rsbs-overlay] {
    background-image: url("/images/menu-bg-1.svg") !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

[data-rsbs-header] {
    box-shadow: none !important;
}

.hide-header [data-rsbs-header] {
    display: none !important;
}

.stage [data-rsbs-overlay] {
    background: #F2F2F2 !important;
    overflow: hidden;
}

.audio [data-rsbs-header] {
    display: block !important;
    padding-top: 20px !important;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.aspect-rectangle {
    aspect-ratio: 16 / 8;
}

.MuiSlider-rail {
    /* background-color: white !important; */
    opacity: 1 !important;
    height: 1px !important;
}

.MuiSlider-track {
    height: 1px !important;
}

.object-top-custom {
    object-position: 50% 10%;
}

.object-bottom-custom {
    object-position: 50% 90%;
}

.object-left-custom {
    object-position: 10% 50%;
}

.object-right-custom {
    object-position: 90% 50%;
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #02ffff;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

.geed-ai-target-zone {
    width: 100vw !important;
    height: 100vw !important;
    border: 350px solid rgba(0, 0, 0, 0.9) !important;
    margin: auto;
    box-sizing: initial;
    display: block;
    position: absolute;
    border-radius: 375px;
}

@media screen and (min-width: 330px) {
    .geed-ai-target-zone {
        width: 100vw !important;
        height: 100vw !important;
    }
}

.geed-ai-target-zone::after {
    width: 100vw !important;
    height: 100vw !important;
    border: none !important;
    /* border-radius: 25px; */
}

.leaflet-popup-content {
    margin: 28px 7px 8px 7px !important;
}

.swiper,
.swiper-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100vh;
    /* // CSS Grid/Flexbox bug size workaround
    // @see https://github.com/kenwheeler/slick/issues/982 */
    min-height: 0;
    min-width: 0;
}

div.maplibregl-ctrl button {
    width: 36px;
    height: 36px;
}

[data-rsbs-is-dismissable="true"] [data-rsbs-header] > *,
[data-rsbs-is-dismissable="true"] [data-rsbs-scroll] > *,
[data-rsbs-is-dismissable="true"] [data-rsbs-footer] > *,
[data-rsbs-is-dismissable="false"][data-rsbs-state="opening"] [data-rsbs-header] > *,
[data-rsbs-is-dismissable="false"][data-rsbs-state="closing"] [data-rsbs-header] > *,
[data-rsbs-is-dismissable="false"][data-rsbs-state="opening"] [data-rsbs-scroll] > *,
[data-rsbs-is-dismissable="false"][data-rsbs-state="closing"] [data-rsbs-scroll] > *,
[data-rsbs-is-dismissable="false"][data-rsbs-state="opening"] [data-rsbs-footer] > *,
[data-rsbs-is-dismissable="false"][data-rsbs-state="closing"] [data-rsbs-footer] > * {
    opacity: 1 !important;
}

.loading-icon {
    top: 50%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 3px solid #e5e5e5;
}

.loading-icon:before {
    position: absolute;
    content: "";
    border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-radius: 100%;
    border-style: solid;
    border-width: 4px;
    display: block;
    height: 118%;
    width: 118%;
    top: -3px;
    left: -3px;
    border-top-color: #333;

    animation: spin 0.7s infinite cubic-bezier(0.445, 0.03, 0.55, 0.95);
    -moz-animation: spin 0.7s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-animation: spin 0.7s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-2 p,
.line-clamp-2 div {
    display: inline;
}
