.AddEmailLink[data-v-3b5b426c] {
  margin-bottom: 15px;
}
.AddEmailHeader[data-v-3b5b426c] {
  font-weight: 700;
  font-size: 13px;
}
.AddEmailBody[data-v-3b5b426c] {
  font-size: 13px;
}

.DriverListComponent {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.DriverListComponent .AddEmailHeader {
    font-weight: 700;
    font-size: 13px;
}
.DriverListComponent .AddEmailBody {
    font-size: 13px;
}
.DriverListComponent .add-driver-container {
    padding: 0 6px;
}
.DriverListComponent .eligible-drivers-container {
    padding: 0 6px;
}
.DriverListComponent .selected {
    background-color: #e6f7ff;
}

.CompanyAdministrationView {
  height: calc(100% - 56px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AddEmailSection {
  margin-top: 43px;
}
.AddEmailSection .ant-card-body {
    height: calc(100vh - 570px);
    overflow-y: auto;
}

