/* _content/ERP.Main.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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-an87nxj32l] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
a[b-an87nxj32l] {
  color: #0077cc;
}
.btn-primary[b-an87nxj32l] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .nav-link.active[b-an87nxj32l], .nav-pills .show > .nav-link[b-an87nxj32l] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.border-top[b-an87nxj32l] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-an87nxj32l] {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow[b-an87nxj32l] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy[b-an87nxj32l] {
  font-size: 1rem;
  line-height: inherit;
}
.footer[b-an87nxj32l] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* نوار تایمر وسط بالای صفحه */
#session-timer[b-an87nxj32l] {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: orangered;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 1050;
    transition: background-color 0.5s ease;
}
    #session-timer.warning[b-an87nxj32l] {
        background-color: #fd7e14;
    }
    /* نارنجی */
    #session-timer.danger[b-an87nxj32l] {
        background-color: #dc3545;
        color: #fff;
    }
/* قرمز */
.small-line[b-an87nxj32l] {
    font-size: 0.8rem; /* خط اول ریزتر */
    line-height: 2;
}
.main-line[b-an87nxj32l] {
    font-size: 1.01rem; /* خط دوم معمولی یا کمی بزرگتر */
    font-weight: 500; /* کمی پررنگ‌تر */
}
