body {font-family: Poppins;}
* {box-sizing: border-box}

.nav-section {
  border-bottom: 1px solid #e2e8f0;
}
.nav-link {
  @apply  hover:text-blue-600;
  /* color: rgba(39, 50, 64, 1); */
  color: #A6ABC8;
}
.card {
  @apply shadow rounded-lg p-6 relative;
  background: linear-gradient(118.68deg, rgba(255, 255, 255, 0.05) 0%, rgba(90, 103, 186, 0.05) 100%);


}
.bg-main {
  background-color: rgba(241, 242, 247, 1);
  
}
.card-button{
  background-color: rgba(90, 103, 186, 0.8)
}
.learn-more{
  color: #5A67BA;
}
.relative .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.is_danger{
  color: #EF3061
  ;
}
.legend {
  font-size: 28px;
  color: #626463;
}
.buyers-img{
  width: 315px;
  height: 163px;
  box-shadow: 0px 4px 10px 0px #5A67BA26;
  margin: 5%;
}
.width-30{
  width: 30%;
}
.width-40{
  width: 40%;
}
.width-50{
  width: 50%;
}
.width-60{
  width: 60%;
}
.width-80{
  width: 80%;
}
.height-100{
  height: 100%;
}
.img-size{
  height: 283px;
}
.menu_card{
  background: rgba(0, 134, 49, 0.1);
  color: rgba(90, 103, 186, 1);
}
.menu-h-text{
  font-family: Poppins;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 1px;
  text-align: left;
  color: rgba(8, 36, 49, 1);
}

.menu-text{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-align: left;
  color: rgba(39, 50, 64, 1);
}

.logo-text{
  font-family: Poppins;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 0.5px;
  text-align: left;
}

.card-h{
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-align: left;
}
.card-text{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: left;
}
.card-text-t{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: left;
}
.card-text-2{
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: left;
}
.card-b{
  width: Fixed (85px)px;
  height: Fixed (37px)px;
  top: 23px;
  left: 213px;
  padding: 10px 0px 0px 0px;
  gap: 8px;
  border-radius: 10px 0px 0px 0px;
  opacity: 0px;
  background-color: rgba(90, 103, 186, 0.8)
}
.pp{
  width: 32px;
  height: 32px;
}
.dashbord-name{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-align: left;
}
.audit-card{
  margin-right: 38px;
  margin-left: 38px;
  box-shadow: 0px 4px 10px 0px #00000026;
}
.audit-button{
  width: Fixed (85px)px;
  height: Fixed (37px)px;
  gap: 8px;
  border-radius: 8px 0px 0px 0px;
  opacity: 0px;
}
.audit-title{
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #1F384C;
}
.audit-subtitle{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-align: left;  
  color: rgba(31, 56, 76, 0.7);
}

.fixed-line {
  position: absolute;
  top: 65px; /* Adjust this value to change the vertical position of the line */
  left: 0;
  width: 100%;
  height: 0.5px; /* Adjust this value to change the thickness of the line */
  background-color: #C8CBD9; /* Adjust this value to change the color of the line */
  z-index: 1000; /* Ensure it stays above other content */
}

.question{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.nav-link.sidebar_active {
  background: rgba(0, 134, 49, 0.1);
  color: rgba(90, 103, 186, 1);
}

.nav-section ul li a.nav-link {
  width: 205px;
}