﻿.notification.svelte-12ryb3d.svelte-12ryb3d
{
    display: flex;
    flex-direction: column;
    min-width: 320px;
    max-width: 320px;
    background-color: var(--layer-1);
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: 8px;
    transition: all .3s ease-in-out;
}
.notification.svelte-12ryb3d .notification-header.svelte-12ryb3d
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 13px;
}
.notification.svelte-12ryb3d .notification-header .title.svelte-12ryb3d
{
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.notification.svelte-12ryb3d .notification-wrapper img.svelte-12ryb3d
{
    width: 100%;
    height: 168px;
    object-fit: cover;
    border-radius: 15px;
}
.notification.svelte-12ryb3d .notification-wrapper .bottom-tab.svelte-12ryb3d
{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 12px 0 0;
    flex-direction: column;
    gap: 8px;
}
.notification.svelte-12ryb3d .notification-wrapper .bottom-tab .description.svelte-12ryb3d
{
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 22px;
}
@media(max-width: 992px)
{
    .notification.svelte-12ryb3d.svelte-12ryb3d
    {
        max-width: 100%;
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .notification.svelte-12ryb3d .notification-wrapper .bottom-tab.svelte-12ryb3d
    {
        flex-direction: column;
        align-items: flex-start;
    }
}
section.svelte-x1r39b
{
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 9999999999;
    max-width: 336px;
    padding: 0;
}
.fs-modal.svelte-e9kvxv.svelte-e9kvxv.svelte-e9kvxv.svelte-e9kvxv
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    gap: 15px;
    padding: 10px;
}
@media(max-width: 992px)
{
    .fs-modal.svelte-e9kvxv.svelte-e9kvxv.svelte-e9kvxv.svelte-e9kvxv
    {
        width: 100%;
    }
}
.fs-modal.svelte-e9kvxv>h2.svelte-e9kvxv.svelte-e9kvxv.svelte-e9kvxv
{
    font-size: 12px;
    color: var(--gray);
    text-align: center;
}
.fs-modal.svelte-e9kvxv>h2.svelte-e9kvxv>span.svelte-e9kvxv.svelte-e9kvxv
{
    color: var(--brand-primary);
}
.fs-modal.svelte-e9kvxv img.svelte-e9kvxv.svelte-e9kvxv.svelte-e9kvxv
{
    border-radius: 8px;
    cursor: pointer;
}
.fs-modal.svelte-e9kvxv img.svelte-e9kvxv.svelte-e9kvxv.svelte-e9kvxv:hover
{
    filter: brightness(1.1);
}
.fs-modal.svelte-e9kvxv>.info.svelte-e9kvxv.svelte-e9kvxv.svelte-e9kvxv
{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.fs-modal.svelte-e9kvxv>.info.svelte-e9kvxv>p.svelte-e9kvxv>span.svelte-e9kvxv
{
    color: var(--brand-primary);
}