.nav-dealer{
  background: #051625;
  height: 76px;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
.nav-dealer a{
  color: white;
}

.top-bg-red{
  height: 10px;
  background: #dd4334;
}
.top-bg-blue{
  height: 10px;
  background: #051625;
}
.top-bg-gray{
  height: 10px;
  background: #f0f0f0;
}
.top-bg-light-blue{
  height: 10px;
  background: #5194b1;
}
.top-bg-yellow{
  height: 10px;
  background: #f2a241;
}
.name-log{
  color: white;
}

.badge{
  border-radius: 0;
  background: #051625;
  color: white;
}
.btn-success{
  background: #6fa857 !important;
  border: #6fa857 !important;
}
.bg-success{
  background-color: #6fa857 !important;
  border: none;
  padding: 1px 10px;
  font-size: 14px;
  color: white;
  width: 100%;
  margin-top: 5px;
}
.bg-warning{
  background-color: #f2a241 !important;
  border: none;
  padding: 1px 10px;
  font-size: 14px;
  color: white;
  width: 100%;
}
.btn-create{
  border: 1px solid #051625 !important;
  padding: 10px 20px;
}
.btn-create:hover{
  background: #051625 !important;
  color: white;

}
.discount-table-head{
  background: #5194b1;
  border: none;
  color: rgba(255,255,255,1);
}
.table thead th {
  border: none !important;
}
.btn-outline-success {
  border-color: #6fa857 !important;
  color: #6fa857 !important;
}
.btn-outline-success:hover{
  border-color: #6fa857 !important;
  color: white !important;
}
.discount-program p{
  font-size: 16px;
}
.th-wrap{
  word-wrap: break-word;
}
.car-detail{
  font-size: 12px !important;
}
