/* _content/ErpCrystal_MFG.Web/Pages/WelcomeCard.razor.rz.scp.css */
:root[b-pzfg3co0su] {
  --accent: #c7ecee;
  --accentComplimentary: #7ed6df;
}  

.card[b-pzfg3co0su] {
  border-radius: 35px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}
.card-1[b-pzfg3co0su] {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}
.card-top[b-pzfg3co0su] {
  position: relative;
  background-color: var(--accentComplimentary);
  /* padding: 5px; */
  z-index: 0;
  display: flex;
  align-items: center;
}

.card-bottom[b-pzfg3co0su] {
  position: relative;
  /* margin-top: -10px; */
  background-color: var(--accent);
  padding: 15px;
  border-radius: 15px;
  display: flex;
  /* gap: 2px; */
  flex-direction: column;
  /* justify-content: space-around; */
  flex-grow: 1;
  z-index: 1;
}
.card-bottom1[b-pzfg3co0su] {
  position: relative;
  margin-top: -10px;
  background-color: var(--accent);
  padding: 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* flex-grow: 1; */
  z-index: 1;
  margin-left:5px;
  margin-right:30px ;
}


.card-tag[b-pzfg3co0su] {
  padding: 10px 20px;
  border: 2px solid rgb(0, 0, 0); 
  border-radius: 15px; 
  background-color:#ffff; 
  text-decoration: none; 
  font-size: 16px; 
  font-weight: bold; 
  cursor: pointer; 
  transition: background-color 0.5s; 
}
a[b-pzfg3co0su]{
  text-decoration: none; 
  color: black;
  transition: color 0.5s; 
}
a:hover[b-pzfg3co0su]{
  color: white ;
}
.card-tag:hover[b-pzfg3co0su] {
  background-color: var(--accentComplimentary); 
  border: 2px solid rgb(235, 235, 235); 
}

.card--reverse[b-pzfg3co0su] {
  flex-direction: column-reverse;
}
.card--reverse .card-bottom[b-pzfg3co0su] {
  margin-top: 0;
  margin-bottom: -35px;
}
.card--reverse .card-top[b-pzfg3co0su] {
  position: relative;
  padding: 50px 25px 25px 25px;
  align-items: flex-end;
}

.card--primary[b-pzfg3co0su] {
  --accent: #9FD4CD;
  /* --accent: #b1c3c5; */
  --accentComplimentary: #5e5c57;
}

.lead[b-pzfg3co0su]{
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 font-weight: 400;
}  
/* _content/ErpCrystal_MFG.Web/Shared/Footer.razor.rz.scp.css */
/* .footer-content {
    background-color: #F0EEED;
    color: black;
    margin-left: 17.6%;
    border-top: 1px solid #DDDDDD;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
} */
.footer-content[b-16u0z59zmz] {
    background-color: #F0EEED;
    color: black;
    margin-left: 238px;
    border-top: 1px solid #DDDDDD;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-content[b-16u0z59zmz] {
        margin-left: 60px;
    }
  } 

  @media (min-width: 768px) and (max-width: 991px) {
    .footer-content[b-16u0z59zmz] {
        margin-left: 70px;
    }
}
/* _content/ErpCrystal_MFG.Web/Shared/InvalidUserLayout.razor.rz.scp.css */

  /* Style for the container */
  .container-fluid.error-container[b-i7pgzu1skn] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1775BF ;
  }
  
  /* Style for the error message */
  .error[b-i7pgzu1skn] {
    font-size: 10vw;
    color: #ff6347; 
    text-shadow: 0 13.36px 8.896px #fff, 0 -2px 1px #fff;
    letter-spacing: -4px;
  
  }

 
  /* Style for the error message text */
  .errormsg[b-i7pgzu1skn] {
    font-size: 3vw;
    color: #fffdfd; 
  }
  
  /* Style for the button */
  /* .error-button {
    background-color: #FF6347;
    color: #ffffff; 
    font-size: 1.2em;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  } */
  
/* _content/ErpCrystal_MFG.Web/Shared/LoginDisplay.razor.rz.scp.css */
  .nav-item .nav-link[b-cvw35jpfh6] {
    color: #fafafa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .nav-item .nav-link:hover[b-cvw35jpfh6] {
    background-color: rgba(252, 252, 252, 0.918);
    transition: all 0.3s ease;
    border-radius: 0.25rem;
    color: #000000;
    font-weight: bold;
    padding: 0.5rem !important ;
  }  
/* _content/ErpCrystal_MFG.Web/Shared/MainLayout.razor.rz.scp.css */
/* .page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
} */


.main[b-pgtila61i7]{
    padding-top: 5rem;
    margin-left: 250px; /* Set the same width as the sidebar */
    margin-bottom: 7rem; /* To Stop Footer Overlap  */
}

@media (max-width: 767px) {
    .main[b-pgtila61i7] {
        margin-left: 70px;
    }
  } 

  @media (min-width: 768px) and (max-width: 991px) {
    .main[b-pgtila61i7] {
        margin-left: 80px;
    }
}

  /* .footer {
    background-color:#ffffff;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 5rem;
    color: black;
  } */

  /* Added By Vanshika for footer on 01-Sep-23 */

  #page-container[b-pgtila61i7] {
    position: relative;
    min-height: 92vh;
    }


  
  #footer[b-pgtila61i7] {
    position: absolute;
    bottom: 0;
    width: 99%;
    height: 0%;            /* Footer height */
    margin-bottom: 0rem !important;
  }
/* _content/ErpCrystal_MFG.Web/Shared/NavBar.razor.rz.scp.css */
.nav-link:hover[b-wgot7se9tw]{
    color: rgb(255, 139, 19) !important;    
}

.nav-logo[b-wgot7se9tw]
{
  display: inline-grid;
  font-size: 1.25rem;
  color: black;
  font-family: sans-serif;
  line-height: normal;
}

/* .top-right-label {
position: absolute;
top: 65px;
right: 15px;
color: rgba(87, 0, 122, 0.69); 
} */

.top-right-label[b-wgot7se9tw] {
  position: absolute;
  top: 65px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 10px; /* Space between the ring and text */
  font-size: 1.2rem;
  font-weight: bold;
  color: navy; /* Navy blue text */
}

/* Thinner ring-style dot */
.dot[b-wgot7se9tw] {
  width: 12px;
  height: 12px;
  border: 2px solid #1e90ff; /* Thinner ring with light blue color */
  border-radius: 50%;
  animation: ring-pulse-b-wgot7se9tw 0.5s infinite ease-in-out;
}

/* Animation for the thinner ring */
@keyframes ring-pulse-b-wgot7se9tw {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Text animation */
.top-right-label h3[b-wgot7se9tw] {
  animation: text-color-pulse-b-wgot7se9tw 1s infinite ease-in-out;
}

/* Color pulse for the text */
@keyframes text-color-pulse-b-wgot7se9tw {
  0%, 100% {
    color: navy; /* Navy blue */
  }
  50% {
    color: #1e90ff; /* Light blue */
  }
}
/* _content/ErpCrystal_MFG.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-smeaiey3oy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-smeaiey3oy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-smeaiey3oy] {
    font-size: 1.1rem;
}

.oi[b-smeaiey3oy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-smeaiey3oy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-smeaiey3oy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-smeaiey3oy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-smeaiey3oy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-smeaiey3oy]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-smeaiey3oy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-smeaiey3oy] {
        display: none;
    }

    .collapse[b-smeaiey3oy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/ErpCrystal_MFG.Web/Shared/SideBar.razor.rz.scp.css */
.hover:hover[b-r1yuowg52q] {
    width: 100%;
    border-radius: 5px;
    background-color: #343541;
    color: white;
  }
li[b-r1yuowg52q]{
    list-style: none
}

.sidebar[b-r1yuowg52q] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%; /* Set the width to 100% for small and medium screens */
  max-width: 250px; /* Set a maximum width to limit the sidebar on larger screens */
  background-color: #202123;
  color: #fff;
  padding-top: 4rem;
  min-height: 90vh;
}
li > a > i[b-r1yuowg52q]
{
  font-size: 1.5rem !important;
}
/* For small and medium screens, remove padding and align items to start */
@media (max-width: 767px) {
  .sidebar[b-r1yuowg52q] {
      padding-top: 4rem;
      max-width: 70px;
  }
  li > i[b-r1yuowg52q]
  {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar[b-r1yuowg52q] {
    padding-top: 4rem;
    max-width: 80px;
}
  li > i[b-r1yuowg52q]
  {
    font-size: 1rem;
  }

}

.active[b-r1yuowg52q]{
  width: 100%;
  border-radius: 5px;
  background-color: #343541;
  color: white;
}

