@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
#root {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    font-family: Inter, sans-serif;
}
#root main {
    display: block;
}
#root h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
#root hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
#root pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
#root a {
    background-color: transparent;
}
#root abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
#root b, #root strong {
    font-weight: bolder;
}
#root code, #root kbd, #root samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
#root small {
    font-size: 80%;
}
#root sub, #root sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
#root sub {
    bottom: -0.25em;
}
#root sup {
    top: -0.5em;
}
#root img {
    border-style: none;
}
#root button, #root input, #root optgroup, #root select, #root textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
#root button, #root input {
    overflow: visible;
}
#root button, #root select {
    text-transform: none;
}
#root button, #root [type=button], #root [type=reset], #root [type=submit] {
    -webkit-appearance: button;
}
#root button::-moz-focus-inner, #root [type=button]::-moz-focus-inner, #root [type=reset]::-moz-focus-inner, #root [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
#root button:-moz-focusring, #root [type=button]:-moz-focusring, #root [type=reset]:-moz-focusring, #root [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
#root fieldset {
    padding: 0.35em 0.75em 0.625em;
}
#root legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
#root progress {
    vertical-align: baseline;
}
#root textarea {
    overflow: auto;
}
#root [type=checkbox], #root [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
#root [type=number]::-webkit-inner-spin-button, #root [type=number]::-webkit-outer-spin-button {
    height: auto;
}
#root [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
#root [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
#root ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
#root details {
    display: block;
}
#root summary {
    display: list-item;
}
#root template {
    display: none;
}
#root [hidden] {
    display: none;
}
#root html {
    background-color: transparent !important;
}
#root body {
    font-family: Inter, sans-serif;
    background: none transparent !important;
}
#root .popover, .popover {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    width: 12.75rem;
    background-color: #fff;
    padding: 0.75rem;
    border-radius: 10px;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    user-select: none;
    font-family: Inter, sans-serif;
}
@media only screen and (max-width: 521px) {
    #root html {
        font-size: 11px !important;
    }
    #root .popover {
        gap: 0.2rem;
    }
}
#root .card-title, .popover .card-title {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: left;
    color: #000;
}
#root hr, .popover hr {
    width: 100%;
    border: 1px solid #000 1a;
}
#root .button, .popover .button {
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    background-color: #323766;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
#root .pin .shape {
    width: 22px;
    height: 22px;
    pointer-events: all;
}
#root .pin:hover .shape {
    width: 40px !important;
    height: 40px !important;
    pointer-events: all;
}
