/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wnh6vupd66] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f7f7fb;
}

main[b-wnh6vupd66] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0; /* umožní tabulkám scrollovat místo roztažení stránky */
}

.sidebar[b-wnh6vupd66] {
    /* appservice.cz: tmavé pozadí s fialovo-modrým nádechem značky */
    background: linear-gradient(180deg, #0d1023 0%, #12102e 55%, #101a38 100%);
}

.top-row[b-wnh6vupd66] {
    background-color: #ffffff;
    border-bottom: 1px solid #e4e7ec;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wnh6vupd66]  a, .top-row[b-wnh6vupd66]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wnh6vupd66]  a:hover, .top-row[b-wnh6vupd66]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wnh6vupd66]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.content[b-wnh6vupd66] {
    padding-bottom: 2rem;
}

@media (max-width: 640.98px) {
    .top-row[b-wnh6vupd66] {
        justify-content: space-between;
    }

    .top-row[b-wnh6vupd66]  a, .top-row[b-wnh6vupd66]  .btn-link {
        margin-left: 0;
    }

    .content[b-wnh6vupd66] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-wnh6vupd66] {
        flex-direction: row;
    }

    .sidebar[b-wnh6vupd66] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .top-row[b-wnh6vupd66] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wnh6vupd66]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wnh6vupd66], article[b-wnh6vupd66] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wnh6vupd66] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wnh6vupd66] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r18q7zemzd] {
    appearance: none;
    cursor: pointer;
    width: 3.25rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255, 255, 255, 0.06);
}

.navbar-toggler:checked[b-r18q7zemzd] {
    background-color: rgba(255, 255, 255, 0.25);
}

.top-row[b-r18q7zemzd] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-brand[b-r18q7zemzd] {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
}

    .navbar-brand[b-r18q7zemzd]::before {
        content: "";
        display: inline-block;
        width: 1.35rem;
        height: 1.35rem;
        margin-right: 0.6rem;
        vertical-align: -0.28rem;
        border-radius: 0.3rem;
        /* brand gradient appservice.cz */
        background: linear-gradient(135deg, #7114EF, #1475F7) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M3 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3z'/%3E%3C/svg%3E") no-repeat center/0.85rem;
        background-blend-mode: normal;
    }

.navbar-brand[b-r18q7zemzd]::after {
    content: "by appservice.cz";
    display: block;
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #8b93b8;
    margin-left: 1.95rem;
    margin-top: -0.2rem;
}

.bi[b-r18q7zemzd] {
    display: inline-block;
    position: relative;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.7rem;
    top: -1px;
    background-size: cover;
    opacity: 0.85;
}

.bi-house-door-fill-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-invoice-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3C/svg%3E");
}

.bi-bank-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 .95 14.61 4h.89a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v7h.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H1V7H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 4h.89L8 .95zM3.776 4h8.447L8 2.05 3.776 4zM2 7v7h1V7H2zm2 0v7h2.5V7H4zm3.5 0v7h1V7h-1zm2 0v7H12V7H9.5zM13 7v7h1V7h-1z'/%3E%3C/svg%3E");
}

.bi-trash-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z'/%3E%3Cpath d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3h11V2h-11v1z'/%3E%3C/svg%3E");
}

.bi-cash-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3Cpath d='M0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V6a2 2 0 0 1-2-2H3z'/%3E%3C/svg%3E");
}

.bi-calendar-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3Cpath d='M8.5 7a.5.5 0 0 1 .5.5V9h1.5a.5.5 0 0 1 0 1H9v1.5a.5.5 0 0 1-1 0V10H6.5a.5.5 0 0 1 0-1H8V7.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-percent-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M13.442 2.558a.625.625 0 0 1 0 .884l-10 10a.625.625 0 1 1-.884-.884l10-10a.625.625 0 0 1 .884 0zM4.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm7 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.bi-box-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z'/%3E%3C/svg%3E");
}

.bi-envelope-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.708 2.825L15 11.105V5.383zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741zM1 11.105l4.708-2.897L1 5.383v5.722z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-r18q7zemzd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-section[b-r18q7zemzd] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a83ad;
    padding: 0.9rem 1.6rem 0.3rem 1.6rem;
}

.nav-item[b-r18q7zemzd] {
    font-size: 0.92rem;
    padding: 0 0.75rem 0.15rem 0.75rem;
}

    .nav-item:first-of-type[b-r18q7zemzd] {
        padding-top: 0.85rem;
    }

    .nav-item:last-of-type[b-r18q7zemzd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r18q7zemzd]  .nav-link {
        color: #cbd5e1;
        background: none;
        border: none;
        border-radius: 0.45rem;
        height: 2.65rem;
        display: flex;
        align-items: center;
        line-height: 2.65rem;
        width: 100%;
        padding: 0 0.85rem;
        transition: background-color 0.12s ease, color 0.12s ease;
    }

.nav-item[b-r18q7zemzd]  a.active {
    background: linear-gradient(90deg, #7114EF 0%, #1475F7 100%);
    color: #fff;
    box-shadow: 0 2px 10px rgba(113, 20, 239, 0.35);
}

    .nav-item[b-r18q7zemzd]  a.active .bi {
        opacity: 1;
    }

.nav-item[b-r18q7zemzd]  .nav-link:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.nav-scrollable[b-r18q7zemzd] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-r18q7zemzd] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-r18q7zemzd] {
        display: none;
    }

    .nav-scrollable[b-r18q7zemzd] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cmh3uwm9fy],
.components-reconnect-repeated-attempt-visible[b-cmh3uwm9fy],
.components-reconnect-failed-visible[b-cmh3uwm9fy],
.components-pause-visible[b-cmh3uwm9fy],
.components-resume-failed-visible[b-cmh3uwm9fy],
.components-rejoining-animation[b-cmh3uwm9fy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cmh3uwm9fy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cmh3uwm9fy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cmh3uwm9fy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cmh3uwm9fy],
#components-reconnect-modal.components-reconnect-retrying[b-cmh3uwm9fy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cmh3uwm9fy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cmh3uwm9fy],
#components-reconnect-modal.components-reconnect-failed[b-cmh3uwm9fy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cmh3uwm9fy] {
    display: block;
}


#components-reconnect-modal[b-cmh3uwm9fy] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-cmh3uwm9fy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cmh3uwm9fy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cmh3uwm9fy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cmh3uwm9fy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cmh3uwm9fy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cmh3uwm9fy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cmh3uwm9fy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cmh3uwm9fy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cmh3uwm9fy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cmh3uwm9fy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cmh3uwm9fy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cmh3uwm9fy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cmh3uwm9fy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cmh3uwm9fy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cmh3uwm9fy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cmh3uwm9fy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cmh3uwm9fy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cmh3uwm9fy {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
