@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/IHesap.Web/Components/Components/Authentication/Authorize.razor.rz.scp.css */
.auth-error-card[b-u6r6vuocbj] {
    max-width: 800px;
    margin: 2rem auto;
    animation: fadeIn-b-u6r6vuocbj 0.5s ease-out forwards;
}

.auth-icon[b-u6r6vuocbj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #FEE2E2;
    color: #EF4444;
    border-radius: 50%;
    font-size: 2.5rem;
}

.suggestion-icon[b-u6r6vuocbj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #EBF5FF;
    color: #2563EB;
    border-radius: 50%;
    font-size: 1.25rem;
}

.suggestion-item[b-u6r6vuocbj] {
    padding: 1rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .suggestion-item:hover[b-u6r6vuocbj] {
        background-color: #F3F4F6;
        transform: translateY(-2px);
    }

.btn-back[b-u6r6vuocbj] {
    background: #2563EB !important;
    color: #FFFFFF !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

    .btn-back:hover[b-u6r6vuocbj] {
        background: #1D4ED8 !important;
        transform: translateY(-1px);
    }

.btn-support[b-u6r6vuocbj] {
    background: #FFFFFF !important;
    color: black !important;
    border: 1px solid #D1D5DB !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

    .btn-support:hover[b-u6r6vuocbj] {
        background: #F3F4F6 !important;
        transform: translateY(-1px);
    }

.card[b-u6r6vuocbj] {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.card-header[b-u6r6vuocbj] {
    background-color: #F9FAFB;
    border-bottom: 1px solid #E5E7EB;
    padding: 1rem 1.25rem;
}

    .card-header h5[b-u6r6vuocbj] {
        font-size: 1.1rem;
        margin-bottom: 0;
        color: #111827;
    }

@keyframes fadeIn-b-u6r6vuocbj {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .d-flex.flex-md-row[b-u6r6vuocbj] {
        flex-direction: column;
    }

    .suggestion-item[b-u6r6vuocbj] {
        margin-bottom: 1rem;
    }

    .auth-error-card[b-u6r6vuocbj] {
        max-width: 800px;
        margin: 2rem 3rem;
        animation: fadeIn-b-u6r6vuocbj 0.5s ease-out forwards;
    }
}
/* _content/IHesap.Web/Components/Components/Dashboard/FinansCard.razor.rz.scp.css */
body[b-zt8keh7efg] {
}
/* _content/IHesap.Web/Components/Components/Dashboard/FinansuyariCard.razor.rz.scp.css */
@media (min-width: 1200px) { /* XL ve üstü */
    .h-xl-300[b-pvyk82hief] {
        height: 300px;
    }
}

@media (min-width: 1400px) { /* XXL ve üstü */
    .h-xxl-420[b-pvyk82hief] {
        height: 420px;
    }
}
/* _content/IHesap.Web/Components/Components/Dashboard/GunlukgelismelerCard.razor.rz.scp.css */
body[b-sgesplj6no] {
}
/* _content/IHesap.Web/Components/Components/Dashboard/SatinalmaCard.razor.rz.scp.css */
body[b-3qjw0ij2np] {
}
/* _content/IHesap.Web/Components/Components/Dashboard/SatisCard.razor.rz.scp.css */
body[b-jcqcg715dj] {
}
/* _content/IHesap.Web/Components/Components/Dashboard/VergilerCard.razor.rz.scp.css */
body[b-onwm5ms4lv] {
}
/* _content/IHesap.Web/Components/Components/DovizChange/DovizChangeComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Components/Menu/MenuItem.razor.rz.scp.css */
.glass-card[b-d3n5kl7zgr] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}

.menu-item[b-d3n5kl7zgr] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .menu-item:hover[b-d3n5kl7zgr] {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

.icon-container[b-d3n5kl7zgr] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
}

.modal-content[b-d3n5kl7zgr] {
    background: #4698f8 !important;
    border-radius: 20px;
    border: none;
}

.btn-primary-custom[b-d3n5kl7zgr] {
    background: linear-gradient(45deg, #667eea, #4b6fa2);
    border: none;
    transition: all 0.3s ease;
    border-radius: 50px;
}

    .btn-primary-custom:hover[b-d3n5kl7zgr] {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        background: linear-gradient(45deg, #667eea, #4b6fa2);
    }

.btn-outline-custom[b-d3n5kl7zgr] {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 50px;
}

    .btn-outline-custom:hover[b-d3n5kl7zgr] {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.5);
        color: white;
    }

/* Modül renk sınıfları */
.bg-primary-custom[b-d3n5kl7zgr] {
    background: #0d6efd !important;
}

.bg-success-custom[b-d3n5kl7zgr] {
    background: #198754 !important;
}

.bg-warning-custom[b-d3n5kl7zgr] {
    background: #ffc107 !important;
}

.bg-info-custom[b-d3n5kl7zgr] {
    background: #0dcaf0 !important;
}

.bg-danger-custom[b-d3n5kl7zgr] {
    background: #dc3545 !important;
}

.bg-secondary-custom[b-d3n5kl7zgr] {
    background: #6c757d !important;
}

.bg-dark-custom[b-d3n5kl7zgr] {
    background: #212529 !important;
}

.bg-purple-custom[b-d3n5kl7zgr] {
    background: linear-gradient(45deg, #667eea, #764ba2) !important;
}

.bg-orange-custom[b-d3n5kl7zgr] {
    background: linear-gradient(45deg, #f093fb, #f5576c) !important;
}

.bg-teal-custom[b-d3n5kl7zgr] {
    background: linear-gradient(45deg, #4facfe, #00f2fe) !important;
}

.bg-pink-custom[b-d3n5kl7zgr] {
    background: linear-gradient(45deg, #fa709a, #fee140) !important;
}

.bg-indigo-custom[b-d3n5kl7zgr] {
    background: linear-gradient(45deg, #a8edea, #fed6e3) !important;
}

/* Responsive ayarları */
@media (max-width: 768px) {
    .icon-container[b-d3n5kl7zgr] {
        width: 50px;
        height: 50px;
    }

    .modal-dialog[b-d3n5kl7zgr] {
        margin: 1rem;
    }

    .card-body[b-d3n5kl7zgr] {
        padding: 2rem !important;
    }
}

/* Animasyon keyframes */
@keyframes fadeIn-b-d3n5kl7zgr {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal.show .modal-dialog[b-d3n5kl7zgr] {
    animation: fadeIn-b-d3n5kl7zgr 0.3s ease-out;
}

/* Özel scroll bar */
.modal-body[b-d3n5kl7zgr]::-webkit-scrollbar {
    width: 8px;
}

.modal-body[b-d3n5kl7zgr]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.modal-body[b-d3n5kl7zgr]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

    .modal-body[b-d3n5kl7zgr]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }

/* Text glow efekti */
.text-glow[b-d3n5kl7zgr] {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Pulse animasyonu */
@keyframes pulse-b-d3n5kl7zgr {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.btn-primary-custom:focus[b-d3n5kl7zgr] {
    animation: pulse-b-d3n5kl7zgr 1.5s infinite;
}

.dxbl-modal > .dxbl-modal-root > .dxbl-popup.dxbl-popup-scrollable > .dxbl-modal-content[b-d3n5kl7zgr] {
    border: none !important;
}
.icon-container img[b-d3n5kl7zgr]{
    width:50px;
    height:50px;
}
/* _content/IHesap.Web/Components/Components/Shared/FlexibleTreeSectionLayout.razor.rz.scp.css */
.parentContainer[b-jfzu2j1zae] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 165px);
    overflow-x: hidden;
    overflow-y:auto;
    width: 100%;
}

.topFlexContainer[b-jfzu2j1zae] {
    flex-shrink: 0;
    overflow: auto;
    overflow-x: hidden;
}

.staticContainer[b-jfzu2j1zae] {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    overflow-x: hidden;
    min-width: 0;
    word-break: break-word;
}

.bottomflexContainer[b-jfzu2j1zae] {
    flex-shrink: 0;
    overflow: auto;
    overflow-x: hidden;
}

/* _content/IHesap.Web/Components/Controls/HeaderComponent.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Controls/Html/Popup.razor.rz.scp.css */
[b-43m1h1kogv].validationAlert {
    background-color: white !important;
    border-left: 4px solid #ef4444 !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1) !important;
    overflow: hidden !important;
}
.alertHeader[b-43m1h1kogv] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background-color: #fef2f2 !important;
    padding: 0.75rem 1rem !important;
}

.alertTitle[b-43m1h1kogv] {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: #b91c1c !important;
}

.closeButton[b-43m1h1kogv] {
    color: #6b7280 !important;
}

    .closeButton:hover[b-43m1h1kogv] {
        color: #374151 !important;
    }

.alertContent[b-43m1h1kogv] {
    padding: 0.75rem 1rem !important;
}

.errorList[b-43m1h1kogv] {
    list-style-type: disc !important;
    padding-left: 1.25rem !important;
    color: #dc2626 !important;
}

.errorItem[b-43m1h1kogv] {
    font-size: 0.875rem !important;
    margin-top: 0.25rem !important;
}

@media (min-width: 640px) {
    .errorItem[b-43m1h1kogv] {
        font-size: 1rem !important;
    }
}
/* _content/IHesap.Web/Components/Controls/TopBarComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Layout/MainLayout.razor.rz.scp.css */
[b-7ezybqfy6b] .widthcombobox {
    width: 270px;
}
/* _content/IHesap.Web/Components/Pages/Account/Components/SirketsubeComponent.razor.rz.scp.css */
.transition-200[b-ji29puiydh] {
    transition: all 0.2s ease !important;
}

.backdrop-blur-lg[b-ji29puiydh] {
    backdrop-filter: blur(16px);
}

.bg-gradient-blue[b-ji29puiydh] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.btn-primary[b-ji29puiydh] {
    background: linear-gradient(to right, #2563eb, #1d4ed8);
    border: none;
    padding: 0.8rem 1.5rem;
}

    .btn-primary:hover[b-ji29puiydh] {
        background: linear-gradient(to right, #1d4ed8, #1e40af);
        transform: translateY(-1px);
    }

.form-control[b-ji29puiydh] {
    padding: 0.8rem 1rem;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

    .form-control:focus[b-ji29puiydh] {
        border-color: #2563eb;
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    }

.hover-opacity[b-ji29puiydh] {
    transition: opacity 0.2s ease;
}

    .hover-opacity:hover[b-ji29puiydh] {
        opacity: 0.8;
    }

.validation-message[b-ji29puiydh] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.bg-gradient-primary[b-ji29puiydh] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.card[b-ji29puiydh] {
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease;
}

    .card:hover[b-ji29puiydh] {
        transform: translateY(-2px);
    }

input:-webkit-autofill[b-ji29puiydh],
input:-webkit-autofill:hover[b-ji29puiydh],
input:-webkit-autofill:focus[b-ji29puiydh],
input:-webkit-autofill:active[b-ji29puiydh] {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (max-width: 766.98px) {
    .mt-mobile-20pct[b-ji29puiydh] {
        margin-top: 20% !important;
    }
}
/* _content/IHesap.Web/Components/Pages/Account/Login.razor.rz.scp.css */
.transition-200[b-b2f4f47h74] {
    transition: all 0.2s ease !important;
}

.backdrop-blur-lg[b-b2f4f47h74] {
    backdrop-filter: blur(16px);
}

.bg-gradient-blue[b-b2f4f47h74] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

[b-b2f4f47h74] .btn-primary {
    background: linear-gradient(to right, #2563eb, #1d4ed8);
    border: none;
    padding: 0.8rem 1.5rem;
}

    [b-b2f4f47h74].btn-primary:hover {
        background: linear-gradient(to right, #1d4ed8, #1e40af);
        transform: translateY(-1px);
    }

[b-b2f4f47h74].form-control {
    padding: 0.8rem 1rem;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

    [b-b2f4f47h74].form-control:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    }

.hover-opacity[b-b2f4f47h74] {
    transition: opacity 0.2s ease;
}

    .hover-opacity:hover[b-b2f4f47h74] {
        opacity: 0.8;
    }

.validation-message[b-b2f4f47h74] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.bg-gradient-primary[b-b2f4f47h74] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.card[b-b2f4f47h74] {
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease;
}

    .card:hover[b-b2f4f47h74] {
        transform: translateY(-2px);
    }

input:-webkit-autofill[b-b2f4f47h74],
input:-webkit-autofill:hover[b-b2f4f47h74],
input:-webkit-autofill:focus[b-b2f4f47h74],
input:-webkit-autofill:active[b-b2f4f47h74] {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (max-width: 766.98px) {
    .mt-mobile-20pct[b-b2f4f47h74] {
        margin-top: 20% !important;
    }
}
/* _content/IHesap.Web/Components/Pages/Account/Sirketsube.razor.rz.scp.css */
.transition-200[b-veeqhg16l9] {
    transition: all 0.2s ease !important;
}

.backdrop-blur-lg[b-veeqhg16l9] {
    backdrop-filter: blur(16px);
}

.bg-gradient-blue[b-veeqhg16l9] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.btn-primary[b-veeqhg16l9] {
    background: linear-gradient(to right, #2563eb, #1d4ed8);
    border: none;
    padding: 0.8rem 1.5rem;
}

    .btn-primary:hover[b-veeqhg16l9] {
        background: linear-gradient(to right, #1d4ed8, #1e40af);
        transform: translateY(-1px);
    }

.form-control[b-veeqhg16l9] {
    padding: 0.8rem 1rem;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

    .form-control:focus[b-veeqhg16l9] {
        border-color: #2563eb;
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    }

.hover-opacity[b-veeqhg16l9] {
    transition: opacity 0.2s ease;
}

    .hover-opacity:hover[b-veeqhg16l9] {
        opacity: 0.8;
    }

.validation-message[b-veeqhg16l9] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.bg-gradient-primary[b-veeqhg16l9] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.card[b-veeqhg16l9] {
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease;
}

    .card:hover[b-veeqhg16l9] {
        transform: translateY(-2px);
    }

input:-webkit-autofill[b-veeqhg16l9],
input:-webkit-autofill:hover[b-veeqhg16l9],
input:-webkit-autofill:focus[b-veeqhg16l9],
input:-webkit-autofill:active[b-veeqhg16l9] {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (max-width: 766.98px) {
    .mt-mobile-20pct[b-veeqhg16l9] {
        margin-top: 20% !important;
    }
}
/* _content/IHesap.Web/Components/Pages/Cari/CariDevir/Components/CariDevirComponent.razor.rz.scp.css */
body[b-19uqs0peh8] {
}
/* _content/IHesap.Web/Components/Pages/Cari/CariDevir/Components/DetailCariDevirComponent.razor.rz.scp.css */
body[b-d6nnft3a9b] {
}
/* _content/IHesap.Web/Components/Pages/Cari/CariDevir/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Cari/CariDevir/New.razor.rz.scp.css */
body[b-uhkgodido4] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Cari/CariDevir/Update.razor.rz.scp.css */
body[b-01h0gl7v97] {
}
/* _content/IHesap.Web/Components/Pages/Cari/CariKarti/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Cari/CariKarti/New.razor.rz.scp.css */
body[b-415o0q35zw] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Cari/CariKarti/Update.razor.rz.scp.css */
body[b-dwk8swcdme] {
}
/* _content/IHesap.Web/Components/Pages/Cari/Carikategori/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Cari/CariRisk/Components/CariRiskComponent.razor.rz.scp.css */
body[b-j7okviiwbp] {
}
/* _content/IHesap.Web/Components/Pages/Cari/CariRisk/Components/DetailCariRiskComponent.razor.rz.scp.css */
body[b-lnc45si0fh] {
}
/* _content/IHesap.Web/Components/Pages/Cari/CariRisk/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Cari/CariRisk/New.razor.rz.scp.css */
body[b-x6ue6s4lke] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Cari/CariRisk/Update.razor.rz.scp.css */
body[b-273qbg0y39] {
}
/* _content/IHesap.Web/Components/Pages/Cari/Components/CariComponent.razor.rz.scp.css */
body[b-zyd2u64mfs] {
}
/* _content/IHesap.Web/Components/Pages/Cari/Components/DetailCariComponent.razor.rz.scp.css */
body[b-m1q5gly2su] {
}
/* _content/IHesap.Web/Components/Pages/Depo/AmbarGC/Components/AmbarGCComponent.razor.rz.scp.css */
body[b-yu0b81vfnk] {
}
/* _content/IHesap.Web/Components/Pages/Depo/AmbarGC/Components/DetailAmbarGCComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Depo/AmbarGC/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Depo/AmbarGC/New.razor.rz.scp.css */
body[b-u8rq1uqsd1] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Depo/AmbarGC/Update.razor.rz.scp.css */
body[b-pdvp3gjddm] {
}
/* _content/IHesap.Web/Components/Pages/Depo/Dat/Components/DatComponent.razor.rz.scp.css */
body[b-p2jqvhhrcc] {
}
/* _content/IHesap.Web/Components/Pages/Depo/Dat/Components/DetailDatComponent.razor.rz.scp.css */
body[b-me8pf0vike] {
}
/* _content/IHesap.Web/Components/Pages/Depo/Dat/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Depo/Dat/New.razor.rz.scp.css */
body[b-y04co3xfyo] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Depo/Dat/Update.razor.rz.scp.css */
body[b-a39gujdjpk] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Bankahareket/Components/BankahareketComponent.razor.rz.scp.css */
body[b-r5vghrxhjp] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Bankahareket/Components/DetailBankahareketComponent.razor.rz.scp.css */
body[b-f8szn2mb6a] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Bankahareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Bankahareket/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Bankahesap/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekiadeyeni/Components/BorcCekIadeComponent.razor.rz.scp.css */
body[b-wgo2dz9f0j] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekiadeyeni/Components/DetailBorcCekIadeComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekiadeyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekiadeyeni/New.razor.rz.scp.css */
body[b-uyf36r06ei] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekiadeyeni/Update.razor.rz.scp.css */
body[b-l0cpo8fgqm] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekiade/Bordro/Components/CekVerileniadeBordroComponent.razor.rz.scp.css */
body[b-43sjqq7t7j] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekiade/Bordro/Components/DetailCekVerileniadeBordroComponent.razor.rz.scp.css */
body[b-9zy6wfjof4] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekiade/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekiade/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekodemeyeni/Components/BorcCekOdemeComponent.razor.rz.scp.css */
body[b-4bwyl1oqu5] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekodemeyeni/Components/DetailBorcCekOdemeComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekodemeyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekodemeyeni/New.razor.rz.scp.css */
body[b-dbnq0rehbi] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekodemeyeni/Update.razor.rz.scp.css */
body[b-nuyk7ydohe] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekodeme/Bordro/Components/CekVerilenodemeBordroComponent.razor.rz.scp.css */
body[b-u9ykcsnopa] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekodeme/Bordro/Components/DetailCekVerilenodemeBordroComponent.razor.rz.scp.css */
body[b-9rcrsjobd5] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekodeme/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekodeme/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekyeni/Components/BorcCekComponent.razor.rz.scp.css */
body[b-wmblmcnlja] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekyeni/Components/DetailBorcCekComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekyeni/New.razor.rz.scp.css */
body[b-kgwg5p06tu] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cekyeni/Update.razor.rz.scp.css */
body[b-22ve1ednci] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cek/Bordro/Components/CekVerilenBordroComponent.razor.rz.scp.css */
body[b-07kwllku2j] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cek/Bordro/Components/DetailCekVerilenBordroComponent.razor.rz.scp.css */
body[b-sfeblofh9r] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cek/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cek/Hareket/Components/CekVerilenHareketComponent.razor.rz.scp.css */
body[b-d7xhrg0sb1] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cek/Hareket/Components/DetailCekVerilenHareketComponent.razor.rz.scp.css */
body[b-3am70q44g9] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Cek/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetiadeyeni/Components/BorcSenetIadeComponent.razor.rz.scp.css */
body[b-aikyul19oa] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetiadeyeni/Components/DetailBorcSenetIadeComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetiadeyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetiadeyeni/New.razor.rz.scp.css */
body[b-s5qe7vpx0u] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetiadeyeni/Update.razor.rz.scp.css */
body[b-1qfnhgfcyg] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetiade/Bordro/Components/DetailSenetVerileniadeBordroComponent.razor.rz.scp.css */
body[b-hlrurzj5mw] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetiade/Bordro/Components/SenetVerileniadeBordroComponent.razor.rz.scp.css */
body[b-faubpeunh5] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetiade/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetiade/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetodemeyeni/Components/BorcSenetOdemeComponent.razor.rz.scp.css */
body[b-rgfsb061sb] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetodemeyeni/Components/DetailBorcSenetOdemeComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetodemeyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetodemeyeni/New.razor.rz.scp.css */
body[b-dqanh4idl0] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetodemeyeni/Update.razor.rz.scp.css */
body[b-nqxtjuc7h9] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetodeme/Bordro/Components/DetailSenetVerilenodemeBordroComponent.razor.rz.scp.css */
body[b-0ch2htl142] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetodeme/Bordro/Components/SenetVerilenodemeBordroComponent.razor.rz.scp.css */
body[b-gyenpgbby8] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetodeme/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetodeme/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetyeni/Components/BorcSenetComponent.razor.rz.scp.css */
body[b-3zpvxu25n7] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetyeni/Components/DetailBorcSenetComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetyeni/New.razor.rz.scp.css */
body[b-wdgwhcj2pp] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senetyeni/Update.razor.rz.scp.css */
body[b-ig6swf9owi] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senet/Bordro/Components/DetailSenetVerilenBordroComponent.razor.rz.scp.css */
body[b-evgjqk4izn] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senet/Bordro/Components/SenetVerilenBordroComponent.razor.rz.scp.css */
body[b-i3gvy1tygq] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senet/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senet/Hareket/Components/DetailSenetVerilenHareketComponent.razor.rz.scp.css */
body[b-es4qvo0go9] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senet/Hareket/Components/SenetVerilenHareketComponent.razor.rz.scp.css */
body[b-060a58mm2j] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Borc/Senet/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Kasahareket/Components/DetailKasahareketComponent.razor.rz.scp.css */
body[b-3h7bd040oy] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Kasahareket/Components/KasahareketComponent.razor.rz.scp.css */
body[b-irxs1wjqjb] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Kasahareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Kasahareket/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Kasa/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Kredikartisozlesme/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekciroyeni/Components/DetailMusteriCekCiroComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekciroyeni/Components/MusteriCekCiroComponent.razor.rz.scp.css */
body[b-3s1fdd7bdy] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekciroyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekciroyeni/New.razor.rz.scp.css */
body[b-c4h4p5b7im] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekciroyeni/Update.razor.rz.scp.css */
body[b-ksz09n3bz9] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekciro/Bordro/Components/CekAlinanciroBordroComponent.razor.rz.scp.css */
body[b-lrjm1ol0yg] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekciro/Bordro/Components/DetailCekAlinanciroBordroComponent.razor.rz.scp.css */
body[b-rnetkab92r] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekciro/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekciro/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekiadeyeni/Components/DetailMusteriCekIadeComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekiadeyeni/Components/MusteriCekIadeComponent.razor.rz.scp.css */
body[b-blbc9hkyxu] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekiadeyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekiadeyeni/New.razor.rz.scp.css */
body[b-4j5ni0hjcy] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekiadeyeni/Update.razor.rz.scp.css */
body[b-yrs9gk34wi] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekiade/Bordro/Components/CekAlinaniadeBordroComponent.razor.rz.scp.css */
body[b-h3hv99mdqo] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekiade/Bordro/Components/DetailCekAlinaniadeBordroComponent.razor.rz.scp.css */
body[b-kx59hw4ahb] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekiade/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekiade/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekportfoydentahsilyeni/Components/DetailMusteriCekPortfoydenTahsilComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekportfoydentahsilyeni/Components/MusteriCekPortfoydenTahsilComponent.razor.rz.scp.css */
body[b-xxueajnwrh] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekportfoydentahsilyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekportfoydentahsilyeni/New.razor.rz.scp.css */
body[b-91v40om77e] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekportfoydentahsilyeni/Update.razor.rz.scp.css */
body[b-14o8eyaht1] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekportfoydentahsil/Bordro/Components/CekAlinanportfoydentahsilBordroComponent.razor.rz.scp.css */
body[b-gaic1nefts] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekportfoydentahsil/Bordro/Components/DetailCekAlinanportfoydentahsilBordroComponent.razor.rz.scp.css */
body[b-gvq1yubb57] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekportfoydentahsil/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekportfoydentahsil/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekprotestoyeni/Components/DetailMusteriCekProtestoComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekprotestoyeni/Components/MusteriCekProtestoComponent.razor.rz.scp.css */
body[b-wkk66qnqtx] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekprotestoyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekprotestoyeni/New.razor.rz.scp.css */
body[b-620ar7r3nu] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekprotestoyeni/Update.razor.rz.scp.css */
body[b-rim2nze9wa] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekprotesto/Bordro/Components/CekAlinanprotestoBordroComponent.razor.rz.scp.css */
body[b-v6n4q7bcbh] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekprotesto/Bordro/Components/DetailCekAlinanprotestoBordroComponent.razor.rz.scp.css */
body[b-4sawuvr9jh] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekprotesto/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekprotesto/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cektahsilyeni/Components/DetailMusteriCekTahsilComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cektahsilyeni/Components/MusteriCekTahsilComponent.razor.rz.scp.css */
body[b-i7qd383ij0] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cektahsilyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cektahsilyeni/New.razor.rz.scp.css */
body[b-gj2yardgzz] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cektahsilyeni/Update.razor.rz.scp.css */
body[b-b7a2wlxa1d] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cektahsil/Bordro/Components/CekAlinantahsilBordroComponent.razor.rz.scp.css */
body[b-637aoxm3o8] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cektahsil/Bordro/Components/DetailCekAlinantahsilBordroComponent.razor.rz.scp.css */
body[b-9gi2hrh6w6] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cektahsil/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cektahsil/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekyeni/Components/DetailMusteriCekComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekyeni/Components/MusteriCekComponent.razor.rz.scp.css */
body[b-7u7rvpnfu7] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekyeni/New.razor.rz.scp.css */
body[b-fv7rzxnp34] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cekyeni/Update.razor.rz.scp.css */
body[b-2n7w4mody3] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cek/Bordro/Components/CekAlinanBordroComponent.razor.rz.scp.css */
body[b-sm8jogk7zj] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cek/Bordro/Components/DetailCekAlinanBordroComponent.razor.rz.scp.css */
body[b-ddr2yo4cgh] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cek/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cek/Hareket/Components/CekAlinanHareketComponent.razor.rz.scp.css */
body[b-5owhzmbcl6] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cek/Hareket/Components/DetailCekAlinanHareketComponent.razor.rz.scp.css */
body[b-zytj5sa3n7] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Cek/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetciroyeni/Components/DetailMusteriSenetCiroComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetciroyeni/Components/MusteriSenetCiroComponent.razor.rz.scp.css */
body[b-y6uuvq5a7e] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetciroyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetciroyeni/New.razor.rz.scp.css */
body[b-8s8nq1tugk] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetciroyeni/Update.razor.rz.scp.css */
body[b-gythp6iwal] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetciro/Bordro/Components/DetailSenetAlinanciroBordroComponent.razor.rz.scp.css */
body[b-ub2s2ubnrz] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetciro/Bordro/Components/SenetAlinanciroBordroComponent.razor.rz.scp.css */
body[b-27dgl9dtcw] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetciro/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetciro/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetiadeyeni/Components/DetailMusteriSenetIadeComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetiadeyeni/Components/MusteriSenetIadeComponent.razor.rz.scp.css */
body[b-0491wklnxo] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetiadeyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetiadeyeni/New.razor.rz.scp.css */
body[b-nzals1mrx7] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetiadeyeni/Update.razor.rz.scp.css */
body[b-d5l22gnbqs] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetiade/Bordro/Components/DetailSenetAlinaniadeBordroComponent.razor.rz.scp.css */
body[b-w3doof585a] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetiade/Bordro/Components/SenetAlinaniadeBordroComponent.razor.rz.scp.css */
body[b-zerk6imwxn] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetiade/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetiade/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetportfoydentahsilyeni/Components/DetailMusteriSenetPortfoydenTahsilComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetportfoydentahsilyeni/Components/MusteriSenetPortfoydenTahsilComponent.razor.rz.scp.css */
body[b-2wy5vozhy1] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetportfoydentahsilyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetportfoydentahsilyeni/New.razor.rz.scp.css */
body[b-fjt5prpkcp] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetportfoydentahsilyeni/Update.razor.rz.scp.css */
body[b-tcjx7m75p0] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetportfoydentahsil/Bordro/Components/DetailSenetAlinanportfoydentahsilBordroComponent.razor.rz.scp.css */
body[b-nggjehkvkr] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetportfoydentahsil/Bordro/Components/SenetAlinanportfoydentahsilBordroComponent.razor.rz.scp.css */
body[b-i26vt5sdl4] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetportfoydentahsil/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetportfoydentahsil/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetprotestoyeni/Components/DetailMusteriSenetProtestoComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetprotestoyeni/Components/MusteriSenetProtestoComponent.razor.rz.scp.css */
body[b-w9mz9xd69m] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetprotestoyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetprotestoyeni/New.razor.rz.scp.css */
body[b-clya98go7v] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetprotestoyeni/Update.razor.rz.scp.css */
body[b-05tij1uxu1] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetprotesto/Bordro/Components/DetailSenetAlinanprotestoBordroComponent.razor.rz.scp.css */
body[b-082h758elu] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetprotesto/Bordro/Components/SenetAlinanprotestoBordroComponent.razor.rz.scp.css */
body[b-pcd8xk6m1c] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetprotesto/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetprotesto/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senettahsilyeni/Components/DetailMusteriSenetTahsilComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senettahsilyeni/Components/MusteriSenetTahsilComponent.razor.rz.scp.css */
body[b-zewt2e5n6y] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senettahsilyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senettahsilyeni/New.razor.rz.scp.css */
body[b-zq1jxdlhd9] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senettahsilyeni/Update.razor.rz.scp.css */
body[b-v84u2mkrhm] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senettahsil/Bordro/Components/DetailSenetAlinantahsilBordroComponent.razor.rz.scp.css */
body[b-9bfkv07e0l] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senettahsil/Bordro/Components/SenetAlinantahsilBordroComponent.razor.rz.scp.css */
body[b-kfk1gbj4ln] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senettahsil/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senettahsil/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetyeni/Components/DetailMusteriSenetComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetyeni/Components/MusteriSenetComponent.razor.rz.scp.css */
body[b-7v2dpyqgzh] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetyeni/New.razor.rz.scp.css */
body[b-w7swnmru93] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senetyeni/Update.razor.rz.scp.css */
body[b-bk5ad3rx8z] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senet/Bordro/Components/DetailSenetAlinanBordroComponent.razor.rz.scp.css */
body[b-wv8xsobyw7] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senet/Bordro/Components/SenetAlinanBordroComponent.razor.rz.scp.css */
body[b-57bijjcpr5] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senet/Bordro/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senet/Hareket/Components/DetailSenetAlinanHareketComponent.razor.rz.scp.css */
body[b-oa8i72qw21] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senet/Hareket/Components/SenetAlinanHareketComponent.razor.rz.scp.css */
body[b-s35n3bn4no] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senet/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senet/Tanzim/Components/SenetAlinanHareketTanzimComponent.razor.rz.scp.css */
body[b-fwzmz73hxt] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Musteri/Senet/Tanzim/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Finans/Tahsilat/Components/DetailTahsilatComponent.razor.rz.scp.css */
body[b-hfmchwzobx] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Tahsilat/Components/TahsilatComponent.razor.rz.scp.css */
body[b-0itq5wq2gq] {
}
/* _content/IHesap.Web/Components/Pages/Finans/Tahsilat/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Giderfisi/Components/BorcAlacakOzetiComponent.razor.rz.scp.css */
body[b-1paej58yio] {
}
/* _content/IHesap.Web/Components/Pages/Giderfisi/Components/DetailGiderfisiComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Giderfisi/Components/GiderfisiComponent.razor.rz.scp.css */
body[b-xvng518ffv] {
}
/* _content/IHesap.Web/Components/Pages/Giderfisi/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Giderfisi/New.razor.rz.scp.css */
body[b-g5qt1r9s2z] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Giderfisi/Update.razor.rz.scp.css */
body[b-r1i8an0aiq] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Hesapplani/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Muhasebe/Muhasebeentegrasyonceksenet/Components/DetailMuhasebeentegrasyonceksenetComponent.razor.rz.scp.css */
body[b-9nf3fn8kjz] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Muhasebeentegrasyonceksenet/Components/MuhasebeentegrasyonceksenetComponent.razor.rz.scp.css */
body[b-slxabu3vw1] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Muhasebeentegrasyonceksenet/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Muhasebe/Muhasebeentegrasyonkdv/Components/DetailMuhasebeentegrasyonkdvComponent.razor.rz.scp.css */
body[b-7deufyu2nu] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Muhasebeentegrasyonkdv/Components/MuhasebeentegrasyonkdvComponent.razor.rz.scp.css */
body[b-x8xq4b60ks] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Muhasebeentegrasyonkdv/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Muhasebe/Muhasebeentegrasyontevkifat/Components/DetailMuhasebeentegrasyontevkifatComponent.razor.rz.scp.css */
body[b-puptuckacc] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Muhasebeentegrasyontevkifat/Components/MuhasebeentegrasyontevkifatComponent.razor.rz.scp.css */
body[b-g30tbuy247] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Muhasebeentegrasyontevkifat/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisiyeni/Components/DetailYevmiyefisiComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisiyeni/Components/YevmiyefisiComponent.razor.rz.scp.css */
body[b-5axal69a5g] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisiyeni/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisiyeni/New.razor.rz.scp.css */
body[b-6ii8xlig4v] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisiyeni/Update.razor.rz.scp.css */
body[b-wa2vk9806o] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisi/Fis/Components/DetailYevmiyeFisiComponent.razor.rz.scp.css */
body[b-uyde1q2fe0] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisi/Fis/Components/YevmiyeFisiComponent.razor.rz.scp.css */
body[b-a9y52w4661] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisi/Fis/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisi/Hareket/Components/BorcAlacakOzetiComponent.razor.rz.scp.css */
body[b-fcpx7qxayi] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisi/Hareket/Components/DetailYevmiyeFisiHareketComponent.razor.rz.scp.css */
body[b-6cro5f5p1s] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisi/Hareket/Components/YevmiyeFisiHareketComponent.razor.rz.scp.css */
body[b-hi0yncw0t3] {
}
/* _content/IHesap.Web/Components/Pages/Muhasebe/Yevmiyefisi/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Fatura/Components/DetailFaturaAlisComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Satinalma/Fatura/Components/FaturaAlisComponent.razor.rz.scp.css */
body[b-1l1wblc105] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Fatura/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Fatura/New.razor.rz.scp.css */
body[b-sccuv8gffe] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Fatura/NewIrsaliyeden.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Fatura/Update.razor.rz.scp.css */
body[b-9pi1utvxqy] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Irsaliye/Components/DetailIrsaliyeAlisComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Satinalma/Irsaliye/Components/IrsaliyeAlisComponent.razor.rz.scp.css */
body[b-8e0tnjtood] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Irsaliye/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Irsaliye/New.razor.rz.scp.css */
body[b-eme7qcd1pe] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Irsaliye/NewSiparisten.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Irsaliye/Update.razor.rz.scp.css */
body[b-e47eea64g3] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Siparis/Components/DetailSiparisAlisComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Satinalma/Siparis/Components/SiparisAlisComponent.razor.rz.scp.css */
body[b-3pruzrii7m] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Siparis/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Siparis/New.razor.rz.scp.css */
body[b-urjik3ic5t] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Siparis/NewTekliften.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Siparis/Update.razor.rz.scp.css */
body[b-g6vr0h9cij] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Talep/Components/DetailTalepAlisComponent.razor.rz.scp.css */
body[b-a3foq1kbzn] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Talep/Components/TalepAlinanComponent.razor.rz.scp.css */
body[b-h24h1yzicj] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Talep/Hareket/Components/TalepAlinanHareketComponent.razor.rz.scp.css */
body[b-8vs6zpkcyy] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Talep/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Talep/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Talep/New.razor.rz.scp.css */
body[b-3p7aw8xgdp] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Talep/Update.razor.rz.scp.css */
body[b-ai6lcorbza] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Teklif/Components/DetailTeklifAlisComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Satinalma/Teklif/Components/TeklifAlisComponent.razor.rz.scp.css */
body[b-20576j23n4] {
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Teklif/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Teklif/New.razor.rz.scp.css */
body[b-whqx2eaycw] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satinalma/Teklif/NewTalepten.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satinalma/Teklif/Update.razor.rz.scp.css */
body[b-dchtffghfn] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Fatura/Components/DetailFaturaSatisComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Satis/Fatura/Components/FaturaSatisComponent.razor.rz.scp.css */
body[b-hpigyfqbnu] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Fatura/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Fatura/New.razor.rz.scp.css */
body[b-wspa4e0z0q] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satis/Fatura/NewIrsaliyeden.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Fatura/Update.razor.rz.scp.css */
body[b-h7feee3sss] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Irsaliye/Components/DetailIrsaliyeSatisComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Satis/Irsaliye/Components/IrsaliyeSatisComponent.razor.rz.scp.css */
body[b-2xfrl56u8f] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Irsaliye/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Irsaliye/New.razor.rz.scp.css */
body[b-w024751hyy] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satis/Irsaliye/NewSiparisten.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Irsaliye/Update.razor.rz.scp.css */
body[b-yg06rpv09u] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Proformafatura/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Proformafatura/NewIrsaliyeden.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Proformafatura/Update.razor.rz.scp.css */
body[b-as51aup1dz] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Siparisgozluk/Components/DetailSiparisGozlukSatisComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Satis/Siparisgozluk/Components/SiparisSatisGozlukComponent.razor.rz.scp.css */
body[b-jackp8cg9u] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Siparisgozluk/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Siparisgozluk/New.razor.rz.scp.css */
body[b-e4biafeima] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satis/Siparisgozluk/NewTekliften.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Siparisgozluk/Update.razor.rz.scp.css */
body[b-luxvejzzww] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Siparis/Components/DetailSiparisSatisComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Satis/Siparis/Components/SiparisSatisComponent.razor.rz.scp.css */
body[b-3zgmxvucuq] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Siparis/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Siparis/New.razor.rz.scp.css */
body[b-6z72tdtrwy] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satis/Siparis/NewTekliften.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Siparis/Update.razor.rz.scp.css */
body[b-2b9fmlyt7u] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Talep/Components/DetailTalepSatisComponent.razor.rz.scp.css */
body[b-rjim15hc15] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Talep/Components/TalepSatisComponent.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Talep/Hareket/Components/TalepSatisHareketComponent.razor.rz.scp.css */
body[b-de3vrju7sh] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Talep/Hareket/Edit.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Talep/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Talep/New.razor.rz.scp.css */
body[b-xnqd3ry6hf] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satis/Talep/Update.razor.rz.scp.css */
body[b-5lsuvjs4z2] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Teklif/Components/DetailTeklifSatisComponent.razor.rz.scp.css */
/* _content/IHesap.Web/Components/Pages/Satis/Teklif/Components/TeklifSatisComponent.razor.rz.scp.css */
body[b-k6jt82b16j] {
}
/* _content/IHesap.Web/Components/Pages/Satis/Teklif/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Teklif/New.razor.rz.scp.css */
body[b-6dgrl2j019] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Satis/Teklif/NewTalepten.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Satis/Teklif/Update.razor.rz.scp.css */
body[b-0onkecoim5] {
}
/* _content/IHesap.Web/Components/Pages/Stok/Components/DetailStokComponent.razor.rz.scp.css */
body[b-lu74m57lh6] {
}
/* _content/IHesap.Web/Components/Pages/Stok/Components/StokComponent.razor.rz.scp.css */
body[b-gfuzaid57q] {
}
/* _content/IHesap.Web/Components/Pages/Stok/StokCari/Components/DetailStokCariComponent.razor.rz.scp.css */
body[b-sk60x65h1i] {
}
/* _content/IHesap.Web/Components/Pages/Stok/StokCari/Components/StokCariComponent.razor.rz.scp.css */
body[b-wxgp8tp5yp] {
}
/* _content/IHesap.Web/Components/Pages/Stok/StokCari/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Stok/StokCari/New.razor.rz.scp.css */
body[b-nzginbora5] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Stok/StokCari/Update.razor.rz.scp.css */
body[b-ytxntakyku] {
}
/* _content/IHesap.Web/Components/Pages/Stok/StokDevir/Components/DetailStokDevirComponent.razor.rz.scp.css */
body[b-bru1avgt4i] {
}
/* _content/IHesap.Web/Components/Pages/Stok/StokDevir/Components/StokDevirComponent.razor.rz.scp.css */
body[b-b80y4q9cux] {
}
/* _content/IHesap.Web/Components/Pages/Stok/StokDevir/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Stok/StokDevir/New.razor.rz.scp.css */
body[b-he74bglk9o] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Stok/StokDevir/Update.razor.rz.scp.css */
body[b-bf8ga0lp3g] {
}
/* _content/IHesap.Web/Components/Pages/Stok/StokKarti/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Stok/StokKarti/New.razor.rz.scp.css */
body[b-cre0ldtews] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Stok/StokKarti/Update.razor.rz.scp.css */
body[b-c8lsgq3j8l] {
}
/* _content/IHesap.Web/Components/Pages/Stok/Stokkategori/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Stok/Stokvirman/Components/DetailStokvirmanComponent.razor.rz.scp.css */
body[b-n1puoqnvai] {
}
/* _content/IHesap.Web/Components/Pages/Stok/Stokvirman/Components/StokvirmanComponent.razor.rz.scp.css */
body[b-jbrirx8rk8] {
}
/* _content/IHesap.Web/Components/Pages/Stok/Stokvirman/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Stok/Stokvirman/New.razor.rz.scp.css */
body[b-hvg7wkb6d5] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Stok/Stokvirman/Update.razor.rz.scp.css */
body[b-1jzhi67n1a] {
}
/* _content/IHesap.Web/Components/Pages/Uretim/Recete/Components/DetailReceteComponent.razor.rz.scp.css */
body[b-am3ystkfkp] {
}
/* _content/IHesap.Web/Components/Pages/Uretim/Recete/Components/ReceteComponent.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Uretim/Recete/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Uretim/Recete/New.razor.rz.scp.css */
body[b-q7wm8kp25k] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Uretim/Recete/Update.razor.rz.scp.css */
body[b-v81rf83h39] {
}
/* _content/IHesap.Web/Components/Pages/Uretim/UretimKayit/Components/DetailUretimKayitComponent.razor.rz.scp.css */
body[b-mqrgzp5wyj] {
}
/* _content/IHesap.Web/Components/Pages/Uretim/UretimKayit/Components/UretimKayitComponent.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Uretim/UretimKayit/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Uretim/UretimKayit/New.razor.rz.scp.css */
body[b-fumiml74ax] {
    width:100%;
}
/* _content/IHesap.Web/Components/Pages/Uretim/UretimKayit/Update.razor.rz.scp.css */
body[b-3go5pnzp5n] {
}
/* _content/IHesap.Web/Components/Pages/Yonetim/Arac/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Belgeseri/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Depoadres/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Depotanim/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Depo/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Kullanıcı/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Masraf/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Parametrekullanicisirket/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Plasiyer/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Referans/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Sirket/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Stokozelliksabit/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Sube/Index.razor.rz.scp.css */

/* _content/IHesap.Web/Components/Pages/Yonetim/Surucu/Index.razor.rz.scp.css */

