body {
    background-color: #57495b;
    margin: 0;
    padding: 0
}
@font-face {
    font-family: YurukaStd;
    src: local("YurukaStd"), url('../media/YurukaStd.e4589185c34a94a462b4.woff2') format("woff2")
}
@font-face {
    font-family: SSFangTangTi;
    src: local("SSFangTangTi"), url('../media/ShangShouFangTangTi.4b63e6001b3ba64f627e.woff2') format("woff2")
}
.App {
    text-align: center
}
.container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem
}
.canvas {
    border: 1px solid #ddd;
    height: 256px;
    width: 296px
}
.vertical {
    align-items: center;
    display: flex;
    height: 256px;
    justify-content: center
}
.horizontal {
    width: 296px
}
.slider-horizontal {
    margin-left: -30px
}
.settings {
    color: #fff;
    font-family: YurukaStd;
    margin: 1.5rem 0
}
.settings > div {
    align-items: center;
    display: flex;
    gap: 1.5rem
}
.settings > div,
.text {
    margin-bottom: 1rem
}
.picker {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center
}
.modal > .MuiPopover-paper {
    overflow: hidden
}
.picker-search {
    margin: 0.5rem
}
.image-grid-wrapper {
    overflow: auto
}
.image-grid {
    border-radius: 0.25rem;
    margin: 0.5rem
}
.buttons {
    gap: 1rem;
    margin-top: 1rem
}
.buttons,
.footer {
    align-items: center;
    display: flex;
    justify-content: center
}
.footer {
    flex-direction: column;
    font-family: YurukaStd;
    margin-top: 2rem
}
::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem
}
::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 1rem;
    min-height: 2rem
}
.counter {
    color: #fff;
    font-family: YurukaStd;
    font-weight: 700;
    left: 0;
    text-align: left;
    top: 0
}
.bannercontainer {
    align-items: center;
    background-color: #702464;
    display: flex;
    font-family: YurukaStd;
    gap: 6px;
    overflow: hidden;
    padding: 10px 15px;
    position: relative
}
.bannermessage {
    align-items: center;
    display: flex;
    gap: 4px
}
.bannermessage p {
    font-size: 14px;
    line-height: 1.5
}
.bannerbutton,
.bannermessage strong {
    font-weight: 700
}
.bannerbutton {
    background-color: #c56d87;
    border-radius: 9999px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fff;
    flex: none;
    font-size: 14px;
    padding: 4px 14px;
    text-decoration: none
}
.bannerbutton:hover {
    background-color: #c55778
}
.bannerbutton span {
    margin-left: 6px
}
.bannerdismiss {
    display: flex;
    flex: 1 1;
    justify-content: flex-end
}
.bannerdismiss button {
    -webkit-appearance: none;
    appearance: none;
    background-color: initial;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: -10px;
    outline: none;
    padding: 10px
}
.bannerdismiss button svg {
    color: #fff;
    height: 20px;
    width: 20px
}
/*# sourceMappingURL=main.c49c322a.css.map*/
