@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");
.campaign-timeline-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%; }

.campaign-timeline-container {
  position: absolute;
  top: 0;
  left: 0; }

.campaign-timeline-day {
  border: .2px solid #dedede;
  width: 30px;
  height: 60px; }

.campaign-timeline-row-th {
  min-height: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2px; }

.campaign-timeline-row {
  display: flex;
  position: relative;
  margin-left: 7px;
  height: 60px;
  align-items: center; }

.campaign-timeline-header {
  height: 50px; }

.campaign-timeline-header-days {
  display: flex;
  position: relative;
  font-size: .8rem;
  color: #636c72;
  margin-bottom: 3px; }

.campaign-timeline-header-day {
  width: 30px; }

.campaign-timeline-header-months {
  display: flex;
  position: relative;
  font-size: .8rem;
  color: #636c72;
  margin-bottom: 3px;
  margin-left: 7px; }

.campaign-timeline-header-month {
  width: 30px;
  text-align: center;
  border: 1px solid #dee2e6;
  background-color: #f7f7f9; }
  .campaign-timeline-header-month + .campaign-timeline-header-month {
    border-left: none; }

.campaign-timeline-estates {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

.campaign-timeline-slot {
  position: absolute;
  height: 56px;
  top: 2px;
  background-color: #17a2b8;
  border-right: 1px inset #fff; }

.campaign-timeline-estate-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
  width: 100%; }

.campaign-timeline-row-th a {
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  word-wrap: break-word; }

.estate-name {
  font-size: 0.85rem;
  color: #636c72;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.estate-buttons {
  margin-left: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0; }

.estate-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1; }

.estate-buttons .btn i {
  margin-right: 5px; }

@media (max-width: 1200px) {
  .estate-buttons .btn span {
    display: none; } }
.stats-card .card-header {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }
.stats-card .card-value {
  text-align: center;
  font-weight: bold;
  font-size: 2rem; }

/*# sourceMappingURL=marketing.css.map */
