﻿.no-results {
  text-align: center;
  text-align: center;
}

.no-results-icon {
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #EEEEEE;
  font-size: 2.1875rem;
  color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.no-results-text {
  font-size: 0.875rem;
  color: #666;
}

.offcanvas-nav-body {
  overflow: auto;
  height: 100%;
}

.set-notification {
  background-color: #fff;
  padding: 12px 15px;
  border-bottom: 1px solid #E4E4E4;
}

.set-notification-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #EEEEEE;
  color: #F34A33;
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.set-notification-text {
  color: #666;
  font-size: 0.75rem;
}
.set-notification-text b {
  color: #000;
}

.latest-request-list {
  margin: 0;
  padding: 0 0 60px;
  list-style-type: none;
}

.latest-request-item {
  line-height: 1.2;
  padding: 15px;
  color: #999;
}
.latest-request-item + .latest-request-item {
  border-top: 1px solid #E4E4E4;
}

.latest-request-link {
  display: block;
  color: #222;
}

.latest-request-item-title {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}

.latest-request-item-btm {
  margin-top: 6px;
}
.latest-request-item-btm ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.latest-request-item-btm li + li:before {
  position: relative;
  top: -1px;
  color: #EEEEEE;
  content: "|";
  margin: 0 10px;
  font-size: 12px;
}
