@import '_content/VatisaRazorClassLibrary/VatisaRazorClassLibrary.bundle.scp.css';

/* _content/Saman/BlazorComponents/BargashtAzfroush/BargashtAzFroshInvoiceComponent.razor.rz.scp.css */
.p1[b-8gr52zn1dc] {
    text-align: right;
    unicode-bidi: embed;
    padding: 10px;
    margin: 20px;
    border: 1px solid #dcdcdcab;
    border-radius: 10px;
}
.waiting[b-8gr52zn1dc] {
    animation: wait-b-8gr52zn1dc;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

@keyframes wait-b-8gr52zn1dc {
    0% {
        opacity: 1;
        color: var(--main-color);
    }

    50% {
        opacity: 0.5;
        color: gray;
    }

    100% {
        opacity: 0;
        color: wheat;
    }
}

input:disabled[b-8gr52zn1dc], select:disabled[b-8gr52zn1dc] {
    background: gray;
}

.btns[b-8gr52zn1dc] {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* _content/Saman/BlazorComponents/InvoiceBodiesComponent.razor.rz.scp.css */
table[b-7ppmyd7nos] {
    
}

td[b-7ppmyd7nos], th[b-7ppmyd7nos] {
    vertical-align: middle !important;
}

.add[b-7ppmyd7nos] {
    width: 100%;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    gap: 10px;
    box-shadow: 1px 1px 10px #FFEB3B;
    margin: 5px;
}
/* _content/Saman/BlazorComponents/InvoiceComponent.razor.rz.scp.css */
.waiting[b-8dlij8cigp] {
    animation:wait-b-8dlij8cigp;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode:both;

}
@keyframes wait-b-8dlij8cigp
{
    0%{
        opacity:1;
        color:var(--main-color);
    }
    50% {
        opacity: 0.5;
        color: gray;
    }
    100% {
        opacity:0;
        color:wheat;
    }
}
input:disabled[b-8dlij8cigp],select:disabled[b-8dlij8cigp]{
    background:gray;
}
.btns[b-8dlij8cigp] {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* _content/Saman/BlazorComponents/InvoiceDatesComponent.razor.rz.scp.css */
.form-group[b-j6f8i1gkvu] {
    flex: 1 1 0;
    box-sizing: border-box;
}

input[b-j6f8i1gkvu] {
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (max-width:500px) {
    .form-group[b-j6f8i1gkvu] {
        width: 100%;
        box-sizing: border-box;
    }

    jdp-container[b-j6f8i1gkvu] {
        padding: 20px !important;
        margin: 15px !important;
        scale: 0.95 !important;
    }
}
/* _content/Saman/BlazorComponents/InvoiceHeaderComponent.razor.rz.scp.css */
.form-group[b-vq33j4iwu4] {
    flex: 1 1 0;
    box-sizing: border-box;
}

.incon[b-vq33j4iwu4] {
    display: flex;
    align-items: self-end;
    width: 100%;
}

    .incon > input[b-vq33j4iwu4], .incon > select[b-vq33j4iwu4] {
        width: 90%;
    }

    .incon > i[b-vq33j4iwu4] {
        padding: 3px;
        font-size: 16px;
    }

.form-group[b-vq33j4iwu4] {
    display: flex;
    flex: 1 0 auto;
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 65px;
}

.header[b-vq33j4iwu4] {
    display: flex;
    justify-content: center;
    align-items: center;
}

button[b-vq33j4iwu4] {
    min-width: 150px;
    margin-left: 10px;
}

input[b-vq33j4iwu4] {
    width: 100%;
    box-sizing: border-box;
}

button[b-vq33j4iwu4] {
    width: 90%;
    box-sizing: border-box;
    position: relative;
}

i.bi-gear-fill[b-vq33j4iwu4] {
    position: absolute;
    left: -20px;
    color: green;
}

@media only screen and (max-width:500px) {
    .form-group[b-vq33j4iwu4] {
        width: 100%;
    }
}
/* _content/Saman/BlazorComponents/InvoiceModalComponent.razor.rz.scp.css */
.main[b-0kf088n0oy] {
    position: relative;
}

#invoicModal[b-0kf088n0oy] {
    position: fixed;
    background: var(--main-invoice-modal-bg);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

    #invoicModal > div[b-0kf088n0oy] {
        border-radius: 15px;
        display: flex;
        max-height: 90%;
        overflow: auto;
        flex-direction: column;
        align-items: center;
        background-color: var(--main-invoice-modal-div-bg);
        padding: 15px;
        position: relative;
    }

.main-form[b-0kf088n0oy] {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

.end[b-0kf088n0oy] {
    display: flex;
    justify-content: center;
    padding: 10px;
    gap: 20px;
    border: 1px #8080801f solid;
    width: 100%;
}
/* _content/Saman/BlazorComponents/InvoicePanevisComponent.razor.rz.scp.css */
.form-group[b-uakud18zpv] {
    width: 25%;
    box-sizing: border-box;
}

input[b-uakud18zpv] {
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (max-width:500px) {
    .form-group[b-uakud18zpv] {
        width: 100%;
        box-sizing: border-box;
    }

    jdp-container[b-uakud18zpv] {
        padding: 20px !important;
        margin: 15px !important;
        scale: 0.95 !important;
    }
}
/* _content/Saman/BlazorComponents/Waiting.razor.rz.scp.css */
bodY[b-m06qsqex13] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.center[b-m06qsqex13] {
/*    height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background: #000;*/
}

.wave[b-m06qsqex13] {
    width: 5px;
    height: 100px;
    background: linear-gradient(45deg, cyan, #fff);
    margin: 10px;
    animation: wave-b-m06qsqex13 1s linear infinite;
    border-radius: 20px;
}

    .wave:nth-child(2)[b-m06qsqex13] {
        animation-delay: 0.1s;
    }

    .wave:nth-child(3)[b-m06qsqex13] {
        animation-delay: 0.2s;
    }

    .wave:nth-child(4)[b-m06qsqex13] {
        animation-delay: 0.3s;
    }

    .wave:nth-child(5)[b-m06qsqex13] {
        animation-delay: 0.4s;
    }

    .wave:nth-child(6)[b-m06qsqex13] {
        animation-delay: 0.5s;
    }

    .wave:nth-child(7)[b-m06qsqex13] {
        animation-delay: 0.6s;
    }

    .wave:nth-child(8)[b-m06qsqex13] {
        animation-delay: 0.7s;
    }

    .wave:nth-child(9)[b-m06qsqex13] {
        animation-delay: 0.8s;
    }

    .wave:nth-child(10)[b-m06qsqex13] {
        animation-delay: 0.9s;
    }

@keyframes wave-b-m06qsqex13 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}
/* _content/Saman/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-18ejezi36c] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-18ejezi36c] {
  color: #0077cc;
}

.btn-primary[b-18ejezi36c] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-18ejezi36c], .nav-pills .show > .nav-link[b-18ejezi36c] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-18ejezi36c] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-18ejezi36c] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-18ejezi36c] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-18ejezi36c] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-18ejezi36c] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Saman/Views/Shared/_LayoutMemoryArea.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-wlv0bd8qeg] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-wlv0bd8qeg] {
  color: #0077cc;
}

.btn-primary[b-wlv0bd8qeg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-wlv0bd8qeg], .nav-pills .show > .nav-link[b-wlv0bd8qeg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-wlv0bd8qeg] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-wlv0bd8qeg] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-wlv0bd8qeg] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-wlv0bd8qeg] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-wlv0bd8qeg] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
