@import '../../lib/commonStyles/full-size';
@import '../../lib/commonStyles/colors';
@import '../../lib/commonStyles/fonts';

.root {
  @include full-size;
  overflow: auto;
  background: #ffffff;
}

.list {
  display: block;
}

.noCalls {
  color: $darkgray;
  font-size: 14px;
  text-align: center;
  line-height: 180px;
}

.listTitle {
  @include secondary-font;
  line-height: 16px;
  font-weight: bold;
  color: #2f2f2f;
  padding: 14px 20px 0 20px;
}

.container {
  width: 100%;
  height: 100%;
}
.containerWithSearch {
  box-sizing: border-box;
  padding-top: 51px;
  position: relative;
}
.contactDisplay {
  // width: calc(100% - 40px);
}

.activeContactDisplay {
  // width: calc(100% - 40px);
}

.notificationContainer {
  // Reason of important
  // Historical, in order to allow logSection & logNotification with a same mask.
  // We added some hacky things here.
  top: 35px !important;
  height: auto !important;
  .notificationModal {
    margin: 0 20px;
    height: auto;
    .notificationContent {
      height: auto;
    }
  }
}
.searchContainer {
  padding: 10px 0 10px 20px;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  z-index: 2;
}
.searchInput {
  box-sizing: border-box;
  margin-right: 20px;
}

.maskStyle {
  top: calc(-20% + 84px);
}
