﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }



.modal-container {
    border-radius: 30px 30px 0px 0px;
    background: #F5F5F5;
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.40);
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 10px;
}

.modal-top-title {
    display: flex;
    width: 100%;
    flex-direction: row;
}


.back-btn {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.title {
    color: #1A1A1A;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: calc(100% - 20px);
    text-align: center;
}

.center-align {
    width: 100%;
    color: #1A1A1A;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: grid;
    place-items: center;
}

.secondary-text {
    color: #AAA;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}


.gif-container {
    position: relative;
    height: 120px;
    cursor: pointer;
    background-size: 200% 100%;
    animation: style_bgPos___mYTX 1s linear infinite;
    margin-top: 10px;
}

.my-gif {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    display: block;
    height: 0px;
    width: auto;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.yellow-text {
    color: #FF8A00;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fm-caption {
    font-weight: 600;
    font-size: 17px;
    color: black;
}

.fm-main-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

.fm-input-border {
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 44px;
    justify-content: space-between;
    padding: 7px;
}

.fm-input, .fm-input:visited, .fm-input:focus, .fm-input:focus-visible, .fm-input:focus-within {
    border: none;
    width: 100%;
    outline: none;
}

.fm-text-align-selector {
    position: absolute;
    left: 0;
    width: 30%;
    height: 90%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    right: 0;
}

.fm-text-align {
    flex: 1;
    width: 30%;
    cursor: pointer;
    color: #AAA;
    font-family: Inter;
    font-size: 17px;
    font-weight: 500;
}

.fm-text-align-active {
    flex: 1;
    z-index: 1;
    width: 30%;
    cursor: pointer;
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-weight: 600;
}

.fm-secondary-text {
    color: #AAA;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.fm-btn-cancel {
    width: 48%;
    height: 44px;
    border: none;
    border-radius: 10px;
    background: #E1E1E1;
    color: white;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.fm-btn-save {
    width: 48%;
    height: 44px;
    background: #594ED1;
    outline: none;
    border: none;
    border-radius: 10px;
    color: white;
}

.fm-close-icon {
    width: 40px;
    height: 40px;
    top: 0;
    position: absolute;
    right: 0;
    margin: 27px 0 0 0;
    cursor: pointer;
}

.my-button {
    border-radius: 8px;
    background: #594ED1;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
    /*height: var(--button-height);*/
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    padding: 7px;
}



.upload-container {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .upload-container::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        border: 2px dashed #AAA;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        pointer-events: none;
    }

.custom-upload {
    display: flex;
    gap: 10px;
    color: #919191;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.889px; /* 305.926% */
    letter-spacing: -0.184px;
    justify-content: center;
    align-items: center;
}

.circle-add {
    height: 55px;
    width: 55px;
    background-color: #EAEAEA;
    display: grid;
    border-radius: 50%;
    color: #fff;
    font-weight: 200;
    font-size: 32px;
    padding-bottom: 2px;
    place-items: center;
}

#file-input {
    display: none;
}


.notification-container {
    position: fixed;
    left: 50%;
    overflow: auto;
    padding: 30px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    gap: 15px;
}

.my-notification {
    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 {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
}

.my-notification-text {
    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% */
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px; /* Adjust the max-width as needed */
}

.main-card {
    width: 100%;
    height: 100%;
    background: #00000000;
    border-radius: 100px;
}

.donate-gif {
    width: 160px;
    height: 160px;
}

.donate-sender {
    color: #00F0FF;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

.donate-info {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.major-box {
    
}

.lbl-major {
    font-family: Russo One;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 9.6px;
    margin-top: 22px;
    background: linear-gradient(180deg, #FF7A00, #FFDC31, #FF7A00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.5px #FFECBC;
}

.lbl-donater {
    color: #FF7A00;
    text-shadow: 0px 0px 5px #FF7A00;
    font-family: Russo One;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 7.2px;
    -webkit-text-stroke: 1px #1C1C1C;
}

.lbl-donater-amount {
    color: #FF7A00;
    text-shadow: 0px 0px 5px #FF7A00;
    font-family: Russo One;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 7.2px;
    margin-top: 22px;
    -webkit-text-stroke: 1px #1C1C1C;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin: 10px;
}

    /* Giriş stil */
    .toggle-switch .toggle-input {
        display: none;
    }

    /* Anahtarın stilinin etrafındaki etiketin stil */
    .toggle-switch .toggle-label {
        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::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 {
        background-color: #4CAF50;
    }

        .toggle-switch .toggle-input:checked + .toggle-label::before {
            transform: translateX(16px);
        }

    /* Light tema */
    .toggle-switch.light .toggle-label {
        background-color: #BEBEBE;
    }

    .toggle-switch.light .toggle-input:checked + .toggle-label {
        background-color: #9B9B9B;
    }

        .toggle-switch.light .toggle-input:checked + .toggle-label::before {
            transform: translateX(6px);
        }

    /* Dark tema */
    .toggle-switch.dark .toggle-label {
        background-color: #4B4B4B;
    }

    .toggle-switch.dark .toggle-input:checked + .toggle-label {
        background-color: #717171;
    }

        .toggle-switch.dark .toggle-input:checked + .toggle-label::before {
            transform: translateX(16px);
        }

.file-span {
    color: #A098FF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    display: inline-block; /* Set display to inline-block */
    line-height: normal;
    /*text-underline-offset:1;*/
}

.dashed-underline {
    text-decoration: none; /* Remove text-decoration from the span */
    background-image: repeating-linear-gradient(55deg, transparent, transparent 4px, #A098FF 4px, #A098FF 10px);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    width: fit-content; /* Set width based on content width */
}

.my-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}