/* /Pages/DonaterSettingPage/Components/MyIcon.razor.rz.scp.css */
.my-icon[b-cojiipzp70] {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #A098FF;
    border-radius: 10px;
}



.small-size[b-cojiipzp70] {
    width: 10px;
    height: 10px;
}

.normal-size[b-cojiipzp70] {
    width: 20px;
    height: 20px;
}

.big-size[b-cojiipzp70] {
    width: 24px;
    height: 24px;
}
/* /Pages/DonaterSettingPage/Components/MyLoader.razor.rz.scp.css */
.loader[b-wh7abniksv] {
    --dim: 3rem;
    width: var(--dim);
    height: var(--dim);
    position: relative;
    animation: spin988-b-wh7abniksv 2s linear infinite;
}

    .loader .circle[b-wh7abniksv] {
        --gradient-blue: white;
        --dim: 1.2rem;
        width: var(--dim);
        height: var(--dim);
        background: var(--gradient-blue);
        border-radius: 50%;
        position: absolute;
    }

    .loader .circle-white[b-wh7abniksv] {
        --dim: 1.2rem;
        width: var(--dim);
        height: var(--dim);
        background: var(--white);
        border-radius: 50%;
        position: absolute;
    }

    .loader .circle:nth-child(1)[b-wh7abniksv], .circle-white:nth-child(1)[b-wh7abniksv] {
        top: 0;
        left: 0;
    }

    .loader .circle:nth-child(2)[b-wh7abniksv], .circle-white:nth-child(2)[b-wh7abniksv] {
        top: 0;
        right: 0;
    }

    .loader .circle:nth-child(3)[b-wh7abniksv], .circle-white:nth-child(3)[b-wh7abniksv] {
        bottom: 0;
        left: 0;
    }

    .loader .circle:nth-child(4)[b-wh7abniksv], .circle-white:nth-child(4)[b-wh7abniksv] {
        bottom: 0;
        right: 0;
    }

@keyframes spin988-b-wh7abniksv {
    0% {
        transform: scale(1) rotate(0);
    }

    20%, 25% {
        transform: scale(1.3) rotate(90deg);
    }

    45%, 50% {
        transform: scale(1) rotate(180deg);
    }

    70%, 75% {
        transform: scale(1.3) rotate(270deg);
    }

    95%, 100% {
        transform: scale(1) rotate(360deg);
    }
}
/* /Pages/DonaterSettingPage/Components/MyNotification.razor.rz.scp.css */
.my-notification[b-9w6c63nw0t] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 60px;
    min-width: 350px;
    border-radius: 52px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}


.my-notification-icon[b-9w6c63nw0t] {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
}

.my-notification-text[b-9w6c63nw0t] {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding: 0px 15px;
    line-height: 24px; /* 150% */
}
/* /Pages/DonaterSettingPage/Components/MySwitch.razor.rz.scp.css */
/* Genel stil */
.toggle-switch[b-fn9oehb1v1] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin: 10px;
}

    /* Giriş stil */
    .toggle-switch .toggle-input[b-fn9oehb1v1] {
        display: none;
    }

    /* Anahtarın stilinin etrafındaki etiketin stil */
    .toggle-switch .toggle-label[b-fn9oehb1v1] {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 24px;
        background-color: #EAEAEA;
        border-radius: 34px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        /* Anahtarın yuvarlak kısmının stil */
        .toggle-switch .toggle-label[b-fn9oehb1v1]::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            top: 2px;
            left: 2px;
            background-color: #fff;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s;
        }

    /* Anahtarın etkin hale gelmesindeki stil değişiklikleri */
    .toggle-switch .toggle-input:checked + .toggle-label[b-fn9oehb1v1] {
        background-color: #4CAF50;
    }

        .toggle-switch .toggle-input:checked + .toggle-label[b-fn9oehb1v1]::before {
            transform: translateX(16px);
        }

    /* Light tema */
    .toggle-switch.light .toggle-label[b-fn9oehb1v1] {
        background-color: #BEBEBE;
    }

    .toggle-switch.light .toggle-input:checked + .toggle-label[b-fn9oehb1v1] {
        background-color: #9B9B9B;
    }

        .toggle-switch.light .toggle-input:checked + .toggle-label[b-fn9oehb1v1]::before {
            transform: translateX(6px);
        }

    /* Dark tema */
    .toggle-switch.dark .toggle-label[b-fn9oehb1v1] {
        background-color: #4B4B4B;
    }

    .toggle-switch.dark .toggle-input:checked + .toggle-label[b-fn9oehb1v1] {
        background-color: #717171;
    }

        .toggle-switch.dark .toggle-input:checked + .toggle-label[b-fn9oehb1v1]::before {
            transform: translateX(16px);
        }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1e23sijtse] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1e23sijtse] {
    flex: 1;
}

.sidebar[b-1e23sijtse] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1e23sijtse] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1e23sijtse]  a, .top-row[b-1e23sijtse]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1e23sijtse]  a:hover, .top-row[b-1e23sijtse]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1e23sijtse]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1e23sijtse] {
        display: none;
    }

    .top-row.auth[b-1e23sijtse] {
        justify-content: space-between;
    }

    .top-row[b-1e23sijtse]  a, .top-row[b-1e23sijtse]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1e23sijtse] {
        flex-direction: row;
    }

    .sidebar[b-1e23sijtse] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1e23sijtse] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1e23sijtse]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1e23sijtse], article[b-1e23sijtse] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j34uv3ilch] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-j34uv3ilch] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-j34uv3ilch] {
    font-size: 1.1rem;
}

.oi[b-j34uv3ilch] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-j34uv3ilch] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-j34uv3ilch] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-j34uv3ilch] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j34uv3ilch]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-j34uv3ilch]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-j34uv3ilch]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-j34uv3ilch] {
        display: none;
    }

    .collapse[b-j34uv3ilch] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-j34uv3ilch] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
