
/* V414 - Thuong doanh so tu dong theo ngay chuyen Hoan thanh */
.v414-bonus-policy{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:11px 12px;
  margin-bottom:12px;
  border:1px solid var(--border);
  border-radius:9px;
  background:var(--muted);
}
.v414-bonus-policy>div{min-width:0}
.v414-bonus-policy strong{
  display:block;
  font-size:12.5px;
  line-height:1.35;
  color:var(--foreground);
}
.v414-bonus-policy span{
  display:block;
  margin-top:3px;
  font-size:10.5px;
  line-height:1.45;
  color:var(--muted-foreground);
}
.v414-bonus-policy>small{
  flex:0 0 255px;
  font-size:10px;
  line-height:1.4;
  color:var(--muted-foreground);
  text-align:right;
}
.v414-auto-bonus-field small{
  display:block;
  margin-top:4px;
  font-size:9.5px;
  color:var(--muted-foreground);
}
.v414-auto-bonus-field input[readonly]{
  font-weight:700;
  background:var(--background);
}
.v414-sales-revenue small{
  display:block;
  margin-top:2px;
  font-size:9px;
  line-height:1.3;
  color:var(--muted-foreground);
}
/* V414 co them cot doanh so hoan thanh */
@media(min-width:1281px){
  .v413-payroll-row{
    grid-template-columns:minmax(180px,1.45fr) repeat(6,minmax(92px,.76fr)) auto!important;
  }
}
@media(max-width:1280px) and (min-width:641px){
  .v413-payroll-row{
    grid-template-columns:minmax(170px,1.25fr) repeat(4,minmax(88px,.72fr)) auto!important;
  }
  .v413-payroll-row .v413-money:nth-of-type(4),
  .v413-payroll-row .v413-money:nth-of-type(5){
    display:none!important;
  }
}
@media(max-width:700px){
  .v414-bonus-policy{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }
  .v414-bonus-policy>small{
    flex:auto;
    width:100%;
    text-align:left;
  }
  .v414-sales-revenue{
    grid-column:1/-1;
  }
}
