@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700;800&display=swap");

html,
body {
    background: #050510;
    font-size: 16px;
    font-family: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: #f0f2f8;
    overflow-x: hidden;
}

#react-app {
    height: 100%;
}

#header {
    height: 58px;
    background: transparent;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 100;
    min-width: 0;
    box-shadow: none;
    border-bottom: none;
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
    isolation: isolate;
}

#header .dropdown {
    color: white;
    font-size: 1.2em;
}

#header .dropdown .menu {
    font-size: 0.9em;
    margin-top: -5px;
}

select.ui.dropdown {
    padding: 0 3px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #f0f2f8;
    border-radius: 0.28571429rem;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

input:read-only {
    font-style: italic;
}

.main {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: calc(100vh - 58px - 44px);
}

.main-content {
    min-height: 600px;
    margin-top: 72px;
    margin-right: 16px;
    margin-left: 252px;
    padding: 0 12px 56px;
    box-sizing: border-box;
    max-width: calc(100vw - 252px);
}

.main-content.tablet {
    margin-left: 244px;
}

.main-content.mobile {
    margin-left: 0;
    margin-right: 0;
    padding: 0 8px 56px;
}

.main-content.mobile .stretchOnMobile {
    display: block !important;
    width: 100% !important;
}

.page-login {
    margin: 25px 0;
    height: 100%;
}

.page-login .card > .content {
    padding: 10px 35px 30px 35px !important;
}

.page-login .container {
    max-width: 500px !important;
}

.nodisplay {
    display: none !important;
}

.relative {
    position: relative;
}

.ellipsis {
    display: block;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    left: 0;
    right: 0;
    text-overflow: ellipsis;
}

.w210,
.w210 input {
    width: 210px !important;
}

.ui.items > .item > .content .like.icon:hover {
    color: #ff2733 !important;
}

.nav-sidebar {
    width: 220px !important;
    margin-top: 50px;
    height: 100% !important;
    bottom: 0;
}

.nav-menu {
    position: fixed;
    top: 58px;
    bottom: 44px;
    width: 252px !important;
    border-radius: 0 !important;
    margin-left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
}

.nav-menu.em-nav-rail {
    background: linear-gradient(165deg, rgba(12, 12, 38, 0.92) 0%, rgba(5, 5, 16, 0.96) 100%) !important;
    border-right: 1px solid rgba(76, 175, 80, 0.18) !important;
    backdrop-filter: blur(18px) saturate(1.2);
    box-shadow: 4px 0 32px rgba(0, 0, 0, 0.45) !important;
    z-index: 90;
}

.nav-menu.isMobile {
    font-size: 1em !important;
    position: fixed;
    z-index: 10001;
    width: min(300px, 88vw) !important;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 0 32px rgba(0, 0, 0, 0.45);
    top: 58px;
}

.nav-menu.isMobile.isCollapsed {
    transform: translateX(-105%);
    margin-left: 0;
}

.em-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    top: 58px;
    z-index: 10000;
    background: rgba(5, 5, 16, 0.65);
    backdrop-filter: blur(2px);
}

body.em-nav-open .em-nav-overlay {
    display: block;
}

.em-nav-toggle {
    display: none !important;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

body.em-layout-mobile .em-nav-toggle {
    display: flex !important;
}

.em-page-content {
    min-height: 500px;
    padding: 10px;
}

@media (max-width: 1023px) {
    .nav-menu:not(.isMobile) {
        width: 232px !important;
    }

    .main-content.tablet {
        margin-left: 244px;
    }
}

@media (max-width: 767px) {
    .logo {
        min-width: 0;
        margin: 8px 6px;
    }

    .em-header-brand__text {
        font-size: 0.95em;
    }

    #header .right.menu > span {
        margin-right: 6px !important;
        font-size: 0.85em;
    }

    .footer {
        height: auto !important;
        padding-bottom: env(safe-area-inset-bottom, 8px);
    }

    .footer .ui.secondary.menu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.nav-menu .item,
#header .dropdown .menu .item {
    padding: 0 !important;
}

.nav-menu .item a,
#header .dropdown .menu .item a {
    color: rgba(220, 228, 240, 0.75);
    display: block;
    padding: 0.92857143em 1.14285714em;
}

.nav-menu .active.item,
#header .dropdown .menu .active.item {
    background-color: rgba(76, 175, 80, 0.12) !important;
}

#header .dropdown .menu {
    background: #0a0a2a !important;
    border: 1px solid rgba(76, 175, 80, 0.25) !important;
}

#header .dropdown .menu .item a {
    color: #f0f2f8 !important;
}

#header .dropdown .menu .item:hover {
    background: rgba(76, 175, 80, 0.12) !important;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 252px;
    right: 0;
    z-index: 15;
    height: auto;
    margin: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
}

body.em-layout-mobile .footer {
    left: 0;
}

body.em-layout-tablet .footer {
    left: 232px;
}

.post-text {
    white-space: pre-line;
    word-wrap: break-word;
    line-height: 1.5em;
}

.post-text a {
    text-decoration: underline;
}

.user-avatar {
    border-radius: 50%;
}

.user-avatar.profile-card-image {
    padding: 0 !important;
    border-radius: 3px !important;
}

.ui.input input {
    width: 180px;
}

.ui.search > .results {
    width: 330px;
    max-height: 380px;
    overflow-y: auto;
}

.ui.search > .results .result .image {
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.ui.search > .results .result {
    padding: 10px 10px 5px 10px;
}

.ui.search > .results .result .description {
    padding: 3px 0 !important;
}

.ui.grid > .row > .column {
    padding: 0 5px;
}

.ui.vertical.menu .item {
    border-radius: 0 !important;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .ui.modal .content > .description {
        padding: 0 !important;
    }

    .ui.modal > .content {
        padding: 5px !important;
    }

    #header .menu .dropdown {
        padding-left: 2px !important;
        padding-right: 5px !important;
    }
    #header .menu .dropdown .dropdown.icon {
        margin-left: 8px !important;
    }
    .ui.checkbox label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .ui.tabular.menu .item {
        padding: 15px;
    }
    .footer .ui.menu .item {
        padding: 10px;
    }
}

.logo-big {
    display: none;
}

.logo {
    height: 32px;
    margin: 8px 14px;
    width: auto;
    min-width: 160px;
}

.logo.small {
    width: 45px;
    border-right: 1px solid #fff;
}

.logo a {
    display: flex;
    align-items: center;
    background: none;
    margin-right: 10px;
    height: 100%;
    text-decoration: none;
}

.logo.small a {
    background-position: left center;
}

.logo a:after {
    content: ' ';
}

.sponsorItem {
    width: 300px;
    display: inline-block;
    margin: 0 20px 20px 0;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    vertical-align: top;
}

.sponsorItem.gold {
    border-color: #b38f26;
}

.sponsorItem.bronze {
    border-color: #b36c26;
}

.sponsorItem .sponsorContent {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
}

.sponsorItem .sponsorContent img {
    max-height: 300px;
    width: 280px;
}

.sponsorItem .sponsorContent > span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px;
    color: #555;
    font-size: 1.3em;
    line-height: 1.5em;
    min-height: 30px;
    background: #eee;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sponsorItem.gold .sponsorContent span {
    background-color: #b38f26;
    color: white;
}

.sponsorItem.bronze .sponsorContent span {
    background-color: #b36c26;
    color: white;
}

.random {
    height: 16px;
    width: 16px;
    background: url(../img/wuerfel.png?v=2024) no-repeat 0 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.random.absolute {
    position: absolute;
    right: 0px;
    top: 27px;
}

.random.click {
    background: url(../img/wuerfel.png?v=2024) no-repeat 0 -16px;
}

.red,
a.red {
    color: red !important;
}

.gray,
a.gray {
    color: #aaa !important;
}

.black,
a.black {
    color: black !important;
}

.highlightGroupPost {
    background-color: #efffff;
}
.unpublished {
    background-color: #dce2e7;
    opacity: 0.6;
    /* opacity: 0.8;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #444cf7 0, #444cf7 1px, #e5e5f7 0, #e5e5f7 50%); */
}




.normal {
    font-weight: normal !important;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}
.middle {
    vertical-align: middle;
}

.border_bottom {
    border-bottom: 1px solid #ddd !important;
}

.border_top {
    border-top: 1px solid #ddd !important;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-row {
    display: table-row;
    border: 0; /* 1px solid #eee !important;*/
    position: inherit !important;
}

.table:not(.nohover) .table-row:hover,
.table-row.background {
    background-color: rgba(76, 175, 80, 0.08);
}

.table-cell {
    display: table-cell;
    padding: 4px 4px 1px 3px;
    vertical-align: middle;
}

.table-cell.colspan {
    max-width: 1px;
    overflow: visible;
    white-space: nowrap;
}

.table.border {
    border: 1px solid #ddd;
}

.table.large .table-cell {
    padding: 6px 4px 3px 3px;
}

.table-row.nextGame {
    border-top: 2px solid #eee;
}

.main-content.mobile .table-cell.operator.stretchOnMobile {
    text-align: center;
}

.main-content.mobile .table-cell.operator.stretchOnMobile img.ui.image {
    display: inline;
}

.nopadding {
    padding: 0 !important;
}

.ui.form .field.field input:-webkit-autofill {
    box-shadow: 0 0 0 100px #f8ffff inset !important;
    border-color: #abcdef !important;
}

.ui.form .field.field input:-webkit-autofill:focus {
    box-shadow: 0 0 0 100px #f8ffff inset !important;
    border-color: #abcdef !important;
}

.ui.search.dropdown .menu,
.ui.selection.dropdown .menu {
    max-height: 300px !important;
}
.ui.icon.input > i.icon {
    width: 2.2em;
}
.ui[class*='left icon'].input > input {
    padding-left: 2em !important;
    padding-right: 0.5em !important;
}

.scrollToTop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    opacity: 0.8;
}

.scrollToTop:hover {
    opacity: 1;
}

.hamburger {
    position: absolute;
    left: 66px;
    top: 13px;
    margin: auto;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.hamburger span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
    top: 10px;
}

.hamburger span:nth-child(4) {
    top: 20px;
}

.hamburger.open span:nth-child(1) {
    top: 10px;
    left: 50%;
    width: 0%;
}

.hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
    top: 10px;
    left: 50%;
    width: 0;
}

.ranking {
    font-size: 1.1em;
    position: absolute;
    top: 50px;
    right: -5px;
    color: #ffd700;
    border-bottom-left-radius: 4px;
    background: rgba(5, 5, 16, 0.85);
    border: 1px solid rgba(76, 175, 80, 0.3);
    padding: 0 10px 0 5px;
}

.items-loading-skeleton {
    max-width: 500px;
    height: 200px;
    animation: loadingSkeletonSimple 1.5s infinite;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(76, 175, 80, 0.15) 50%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(rgba(76, 175, 80, 0.12) 100%, transparent 0), linear-gradient(rgba(76, 175, 80, 0.12) 100%, transparent 0), linear-gradient(rgba(76, 175, 80, 0.12) 100%, transparent 0),
        linear-gradient(rgba(76, 175, 80, 0.12) 100%, transparent 0), linear-gradient(rgba(76, 175, 80, 0.12) 100%, transparent 0);
    background-size: 400px 450px, 85% 25px, 60% 15px, 75% 15px, 70% 15px, 80% 15px;
    background-position: -150px 0, 0px 20px, 0px 60px, 0px 90px, 0px 120px, 0px 150px;
}
@keyframes loadingSkeletonSimple {
    to {
        background-position: 850px 0, 0px 20px, 0px 60px, 0px 90px, 0px 120px, 0px 150px;
    }
}

.ReactCrop {
    position: relative;
    display: inline-block;
    cursor: crosshair;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
}

.ReactCrop:focus {
    outline: none;
}

.ReactCrop--disabled {
    cursor: inherit;
}

.ReactCrop__image {
    display: block;
    max-width: 100%;
}

.ReactCrop--crop-invisible .ReactCrop__image {
    opacity: 0.5;
}

.ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    box-sizing: border-box;
    cursor: move;
    box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
    border: 1px solid;
    border-image-source: url('data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==');
    border-image-slice: 1;
    border-image-repeat: repeat;
}

.ReactCrop--disabled .ReactCrop__crop-selection {
    cursor: inherit;
}

.ReactCrop__drag-handle {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    outline: 1px solid transparent;
}

.ReactCrop .ord-nw {
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: nw-resize;
}

.ReactCrop .ord-n {
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: n-resize;
}

.ReactCrop .ord-ne {
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: ne-resize;
}

.ReactCrop .ord-e {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: e-resize;
}

.ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize;
}

.ReactCrop .ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: s-resize;
}

.ReactCrop .ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: sw-resize;
}

.ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize;
}

.ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit;
}

.ReactCrop__drag-bar {
    position: absolute;
}

.ReactCrop__drag-bar.ord-n {
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    margin-top: -3px;
}

.ReactCrop__drag-bar.ord-e {
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    margin-right: -3px;
}

.ReactCrop__drag-bar.ord-s {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    margin-bottom: -3px;
}

.ReactCrop__drag-bar.ord-w {
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    margin-left: -3px;
}

.ReactCrop--new-crop .ReactCrop__drag-bar,
.ReactCrop--new-crop .ReactCrop__drag-handle,
.ReactCrop--fixed-aspect .ReactCrop__drag-bar {
    display: none;
}

.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
    display: none;
}

@media (max-width: 768px) {
    .ReactCrop__drag-handle {
        width: 17px;
        height: 17px;
    }

    .ReactCrop .ord-nw {
        margin-top: -9px;
        margin-left: -9px;
    }

    .ReactCrop .ord-n {
        margin-top: -9px;
        margin-left: -9px;
    }

    .ReactCrop .ord-ne {
        margin-top: -9px;
        margin-right: -9px;
    }

    .ReactCrop .ord-e {
        margin-top: -9px;
        margin-right: -9px;
    }

    .ReactCrop .ord-se {
        margin-bottom: -9px;
        margin-right: -9px;
    }

    .ReactCrop .ord-s {
        margin-bottom: -9px;
        margin-left: -9px;
    }

    .ReactCrop .ord-sw {
        margin-bottom: -9px;
        margin-left: -9px;
    }

    .ReactCrop .ord-w {
        margin-top: -9px;
        margin-left: -9px;
    }

    .ReactCrop__drag-bar.ord-n {
        height: 14px;
        margin-top: -7px;
    }

    .ReactCrop__drag-bar.ord-e {
        width: 14px;
        margin-right: -7px;
    }

    .ReactCrop__drag-bar.ord-s {
        height: 14px;
        margin-bottom: -7px;
    }

    .ReactCrop__drag-bar.ord-w {
        width: 14px;
        margin-left: -7px;
    }
}

.blob {
    width: 2rem;
    height: 2rem;
    background: #2d5a27;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    box-shadow: 0 0 1rem rgba(255, 255, 255, 0.25);
}

.blob-2 {
    animation: animate-to-2 1.5s infinite;
}

.blob-3 {
    animation: animate-to-3 1.5s infinite;
}

.blob-1 {
    animation: animate-to-1 1.5s infinite;
}

.blob-4 {
    animation: animate-to-4 1.5s infinite;
}

.blob-0 {
    animation: animate-to-0 1.5s infinite;
}

.blob-5 {
    animation: animate-to-5 1.5s infinite;
}

@keyframes animate-to-2 {
    25%,
    75% {
        transform: translateX(-1.5rem) scale(0.75);
    }

    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-3 {
    25%,
    75% {
        transform: translateX(1.5rem) scale(0.75);
    }

    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-1 {
    25% {
        transform: translateX(-1.5rem) scale(0.75);
    }

    50%,
    75% {
        transform: translateX(-4.5rem) scale(0.6);
    }

    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-4 {
    25% {
        transform: translateX(1.5rem) scale(0.75);
    }

    50%,
    75% {
        transform: translateX(4.5rem) scale(0.6);
    }

    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-0 {
    25% {
        transform: translateX(-1.5rem) scale(0.75);
    }

    50% {
        transform: translateX(-4.5rem) scale(0.6);
    }

    75% {
        transform: translateX(-7.5rem) scale(0.5);
    }

    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-5 {
    25% {
        transform: translateX(1.5rem) scale(0.75);
    }

    50% {
        transform: translateX(4.5rem) scale(0.6);
    }

    75% {
        transform: translateX(7.5rem) scale(0.5);
    }

    95% {
        transform: translateX(0rem) scale(1);
    }
}
