.actions-container {
  overflow-y: scroll;
  height: 100vh;
}

.customers-title {
  margin-top: -10px;
  font-size: 15px;
}

.total-customers-title{
  text-transform: uppercase;
  font-size: 13px;
}

.total-customers{
  font-weight: bold;
  font-size: 18px;
  margin-top: -3px;
}

.high-rist-title{
  color: #DD4B39;
  font-size: 10px;
}

.high-risk{
  color: #DD4B39;
  font-weight: bold;
  font-size: 18px;
  margin-top: -10px;
}

.premium-customers-title{
  color: #00793D;
  font-size: 12px;
}

.premium-customers{
  color: #00793D;
  font-weight: bold;
  font-size: 18px;
}

.purchased-title-section {
  font-size: 15px;
}

.purchased-title {
  font-size: 12px;
}

.purchased-value {
  font-weight: 600;
  font-size: 18px;
  margin-top: -3px;
}

.separator {
  border-left: solid 1px #AAA;
}

.table-bg {
  background-color: #DFDFDF;
  text-align: center;
}
.table-bg-soft {
  background-color: #EFEFEF;
}

.active-action {
  background-color: #00793D;
  color: #FFF !important;
  margin-bottom: 5px;
}

.shadow-box {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
  min-height: 280px;
}
.collapsed-box {
  min-height: 1px;
}

.action-name {
  font-weight: 600;
}

#apply-specific-plc-branch {
  margin-top: 25px;
  margin-left: 5px;
}

#actions-filter-header {
  cursor: pointer;
}

#total-customers {
  font-weight: bold;
}
#total-average-purchased {
  font-weight: bold;
}

.table-container {
  overflow-x: scroll;
}

.action-manager-filters {
  margin: 0  0 5px 0 !important;
}
