@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@1,9..40,500&display=swap');

img {
    border-style: none!important;
}

.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(25 88 251 / var(--tw-bg-opacity));
    font-family: 'DM Sans', sans-serif;
    border-style: none;
}

bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.font-medium {
    font-weight: 500;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.inline-flex {
    display: inline-flex;
}

.items-center {
    align-items: center;
}

.gap-x-2 {
    column-gap: 0.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(247 245 245 / var(--tw-text-opacity));
}

#modalMapRelayPoints {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
}


@media (min-width: 680px) {
    .modal-content {
        padding: 32px;
    }
    .wing-relay-map {
        margin-top: 0;
    }

}

.wing-modal-content {
    background-color: #fff;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wing-relay-map {
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 100%;
}

.wing-close {
    position: absolute;
    display: flex;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    right: 10px;
}

.wing-close:hover,
.wing-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
