/* _content/Paymap/Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-nrussp26aw] {
    display: flex;
    padding: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.login[b-nrussp26aw] {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    margin-top: 20vh;
}

button[b-nrussp26aw] {
    width: 100%;
}

.login-header[b-nrussp26aw] {
    display: flex;
    flex-direction: column;
}

.login-header h3[b-nrussp26aw] {
    font-weight: 400;
}

.login-header label[b-nrussp26aw] {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    font-weight: 300;
    font-size: 13px;
}

.login-inputs[b-nrussp26aw] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}
/* _content/Paymap/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-eymsrl6g8r] {
    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-eymsrl6g8r] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Paymap/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ve6ej6vg50],
.components-reconnect-repeated-attempt-visible[b-ve6ej6vg50],
.components-reconnect-failed-visible[b-ve6ej6vg50],
.components-rejoining-animation[b-ve6ej6vg50] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ve6ej6vg50],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ve6ej6vg50],
#components-reconnect-modal.components-reconnect-retrying[b-ve6ej6vg50],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ve6ej6vg50],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ve6ej6vg50],
#components-reconnect-modal.components-reconnect-failed[b-ve6ej6vg50],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ve6ej6vg50] {
    display: block;
}


#components-reconnect-modal[b-ve6ej6vg50] {
    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-ve6ej6vg50 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-ve6ej6vg50 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ve6ej6vg50 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-ve6ej6vg50]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ve6ej6vg50 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ve6ej6vg50 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ve6ej6vg50 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ve6ej6vg50 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ve6ej6vg50] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ve6ej6vg50] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ve6ej6vg50] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-ve6ej6vg50] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-ve6ej6vg50] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-ve6ej6vg50] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-ve6ej6vg50] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-ve6ej6vg50 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-ve6ej6vg50] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-ve6ej6vg50 {
    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;
    }
}
/* _content/Paymap/Components/MapComponents/FinanceStats.razor.rz.scp.css */
.indicator[b-e6d51dka8t] {
    border-radius: 12px;
    border: 1px solid #EBEBEB !important;
    min-height: 227px !important;
    min-width: 250px !important;
}

.indicator-data[b-e6d51dka8t] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.indicator-header[b-e6d51dka8t] {
    justify-content: start;
    justify-items: start;
    display: flex;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.indicator-header label[b-e6d51dka8t] {
    margin-top: auto;
    margin-bottom: auto;
}

.gray[b-e6d51dka8t] {
    background-color: #FAFAFA !important;
}

.indicator-collection[b-e6d51dka8t] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
    padding: 1rem;
    border-radius: 12px;
}

.i-item[b-e6d51dka8t] {
    display: flex;
    flex-direction: column;
}

.i-item-header[b-e6d51dka8t] {
    display: flex;
}

.i-item-header svg[b-e6d51dka8t] {
    margin-right: 0.2rem;
    margin-top: auto;
    margin-bottom: auto;
}

.i-item-data[b-e6d51dka8t] {
    margin-top: 0.5rem;
}

.i-item-data label:first-of-type[b-e6d51dka8t] {
    font-weight: 700;
    font-size: 21px;
}

.indicator-prefix[b-e6d51dka8t] {
    margin-left: 3px;
    margin-top: 3px;
    font-weight: 400;
    text-transform: uppercase !important;
    font-size: 14px;
    color: #B7B7B7 !important;
}

.i-item-header label[b-e6d51dka8t] {
    margin-top: auto;
    margin-bottom: auto;
}
/* _content/Paymap/Components/MapComponents/FinanceTab.razor.rz.scp.css */
/* _content/Paymap/Components/MapComponents/InvoiceData.razor.rz.scp.css */
/* _content/Paymap/Components/MapComponents/ReflectiveData.razor.rz.scp.css */
.reflective[b-cmq8z2z18q] {
    padding: 1rem;
    background-color: #FAFAFA !important;
    border: 1px solid #F1F1F1;
    border-radius: 12px;
}

.reflective .header[b-cmq8z2z18q] {
    display: flex;
}

.reflective .header label:first-of-type[b-cmq8z2z18q] {
    /*margin-right: auto;*/
}

.reflective .header .status[b-cmq8z2z18q] {
    display: flex;
    margin-left: auto;
}

.reflective .header .status label[b-cmq8z2z18q] {
    margin-top: auto;
    margin-bottom: auto;
}

.reflective .important[b-cmq8z2z18q] {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.reflective .important .line[b-cmq8z2z18q] {
    margin-bottom: 0.4rem;
}

.information .info[b-cmq8z2z18q] {
    display: flex;
    margin-bottom: 0.4rem;
}

.information .info label:first-of-type[b-cmq8z2z18q] {
    margin-right: auto;
}

.information[b-cmq8z2z18q] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.information .info[b-cmq8z2z18q] {
    flex: 0 0 50%;
}

.line label:last-of-type[b-cmq8z2z18q], .info label:last-of-type[b-cmq8z2z18q] {
    color: #000 !important;
    font-weight: 500;
}

.reflective .settings[b-cmq8z2z18q] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: row;
    margin-top: 1rem;
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));*/
    /*gap: 16px;*/
}

.reflective .settings .settings-item[b-cmq8z2z18q] {
    background-color: #F1F1F1 !important;
    padding: 1rem;
    border-radius: 12px;
    flex: 0 0 calc(33.333% - 1rem);
    display: flex;
    flex-direction: column;
}

.settings-item .params[b-cmq8z2z18q] {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.settings-item .param[b-cmq8z2z18q] {
    display: flex;
    flex-direction: row;
}

.settings-item .param label:first-of-type[b-cmq8z2z18q] {
    margin-right: auto;
}

.settings-item .param label[b-cmq8z2z18q] {
    margin-top: auto;
    margin-bottom: auto;
}

.title[b-cmq8z2z18q] {
    font-weight: 500;
}

.mud-dialog-content .line[b-cmq8z2z18q] {
    margin-top: 0.25rem;
}

.list[b-cmq8z2z18q] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding: 1rem;
    background-color: #F1F1F1 !important;
    border-radius: 12px;
}

.list .list-item[b-cmq8z2z18q] {
    flex: 1 1;
}

.action[b-cmq8z2z18q] {
    margin-top: 1rem;
    display: flex;
}

label[b-cmq8z2z18q] {
    font-size: 13px;
}

.params label[b-cmq8z2z18q] {
    font-weight: 600;
    font-size: 12px !important;
}
/* _content/Paymap/Components/MapComponents/ReflectiveInvoiceData.razor.rz.scp.css */
.reflective-invoice-data[b-lio0qxy0q2] {
    display: flex;
    flex-direction: row;
    font-size: 13px;
}

.reflective-invoice[b-lio0qxy0q2] {
    background-color: #FAFAFA;
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    padding: 1rem;
}

.data-left[b-lio0qxy0q2] {
    flex: 1 1;
}

.data-right[b-lio0qxy0q2] {
    flex: 1 1;
}

.reflective-line[b-lio0qxy0q2] {
    display: flex;
}

.reflective-line div:first-of-type[b-lio0qxy0q2] {
    flex: 1 1;
}

.reflective-line div:last-of-type[b-lio0qxy0q2] {
    flex: 1 1;
    text-align: end;
}

.reflective-line div:last-of-type label:last-of-type[b-lio0qxy0q2] {
    color: #020202;
    font-weight: 500;
}

.important label:first-of-type[b-lio0qxy0q2] {
    font-weight: 600;
    color: #020202;
}

.reflective-line[b-lio0qxy0q2] {
    margin-bottom: 0.25rem;
}

.data-right[b-lio0qxy0q2] {
    height: 410px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.img-bg[b-lio0qxy0q2] {
    background-color: #e6e6e6;
    border-radius: 12px;
}

.data-right img[b-lio0qxy0q2] {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    border-radius: 12px;
}

.not-found-base64[b-lio0qxy0q2] {
    background-color: #232323;
    width: 100%;
    height: 100%;
    display: flex;
    margin-left: 1rem;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    justify-content: center;
    justify-items: center;
}

.not-found-base64 label[b-lio0qxy0q2] {
    margin-top: auto;
    margin-bottom: auto;
}

.reflective-invoice[b-lio0qxy0q2] {
    height: 500px;
}
/* _content/Paymap/Components/MapComponents/SimpleStats.razor.rz.scp.css */
.simple-stats[b-hl3twg24v3] {
    display: flex;
    flex-direction: column;
    background-color: #FAFAFA;
    padding: 1rem;
    border-radius: 10px;
    color: #000 !important;
    flex: 1 1;
    max-width: 300px;
    text-wrap: nowrap;
}

.simple-stats .data[b-hl3twg24v3] {
    margin-top: 0.5rem;
    font-weight: 700;
    font-size: 24px;
}

.simple-stats label:first-of-type[b-hl3twg24v3] {
    font-weight: 500;
    font-size: 15px;
}
/* _content/Paymap/Components/MapComponents/Wallet.razor.rz.scp.css */
.user-wallet[b-euyeylw22x] {
    border-radius: 12px;
    border: 1px solid #EBEBEB !important;
    background-color: #FAFAFA;
    padding: 1rem;
    flex: 1;
    max-width: 440px;
}

.wallet-line[b-euyeylw22x] {
    display: flex;
    text-wrap: nowrap;
}

.wallet-line label[b-euyeylw22x] {
    font-size: 13px;
    margin-bottom: 0.2rem;
}

.wallet-line label:last-of-type[b-euyeylw22x] {
    margin-left: auto;
    font-weight: 600;
}

.user-wallet-action[b-euyeylw22x] {
    margin-top: 1rem !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    /*max-width: 600px;*/
}
/* _content/Paymap/Components/Pages/Admin/Datalens.razor.rz.scp.css */
/* _content/Paymap/Components/Pages/Admin/Users.razor.rz.scp.css */
.users-header[b-5to019l9nm] {
    display: flex;
    gap: 10px;
    max-width: 800px;
}

.user-item[b-5to019l9nm] {
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 12px;
    display: flex;
    cursor: pointer;
}

.user-item:hover[b-5to019l9nm] {
    background-color: #fafafa40;
}

.item-row[b-5to019l9nm] {
    margin-top: auto;
    margin-bottom: auto;
    display: grid;
    flex: 1;
}

.item-row span[b-5to019l9nm] {
    color: #838383;
    font-size: 13px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

.item-row label[b-5to019l9nm] {
    margin-left: auto;
    margin-right: auto;
}

.user-info[b-5to019l9nm] {
    display: flex;
}

.user-action[b-5to019l9nm] {
    margin-left: auto;
}

.user-info[b-5to019l9nm] {
    display: flex;
    width: 100%;
}

.user-item .user-action[b-5to019l9nm] {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    text-wrap: nowrap;
    gap: 5px;
}

.user-item .user-name[b-5to019l9nm] {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    margin-left: 1rem;
}
/* _content/Paymap/Components/Pages/Admin/Wallets.razor.rz.scp.css */
.wallets-list[b-rvj3wcla8x] {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.wallets-item[b-rvj3wcla8x] {
    box-sizing: border-box;
    border-radius: 12px;
    flex: 1 1 32.333%;
    max-width: 452px;
}
/* _content/Paymap/Components/Pages/Public/Appeals.razor.rz.scp.css */
.appels-list[b-ftx7cwtugm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    gap: 16px;
}

.appels-item[b-ftx7cwtugm] {
    box-sizing: border-box;
    background-color: #ddd;
    border-radius: 12px;
}
/* _content/Paymap/Components/Pages/Public/Application.razor.rz.scp.css */
/* _content/Paymap/Components/Pages/Public/ApplicationsForInput.razor.rz.scp.css */
/* _content/Paymap/Components/Pages/Public/Dashboard.razor.rz.scp.css */
/* _content/Paymap/Components/Pages/Public/Details.razor.rz.scp.css */
/* _content/Paymap/Components/Pages/Public/Notifications.razor.rz.scp.css */
/* _content/Paymap/Components/Pages/Public/WithdrawalRequests.razor.rz.scp.css */
