@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  font-family: "Open Sans", sans-serif;
  background: #bbc3c9;
  text-align: center;
}

.love-text {
  margin-top: 20px;
  color: #fafbfb;
  line-height: 1.2em;
}
.love-text .desc {
  font-size: 0.75em;
  color: #d32f2f;
}

.container {
  border: 4px solid #9199a5;
  border-radius: 35px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 852px;
  width: 1406px;
  position: relative;
  z-index: 100;
}
.container .content {
  background: #fafbfb;
  display: flex;
  border: 23px solid #1e2026;
  border-radius: 32px;
  height: 806px;
  width: 1360px;
}

.sidebar {
  background: #0068ff;
  position: relative;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 65px;
  height: 100%;
}
.sidebar .logo .icon {
  font-size: 3em;
  color: #fafbfb;
  top: 16px;
  left: 12px;
  position: absolute;
  z-index: 100;
}
.sidebar nav {
  position: relative;
}
.sidebar nav .menu-options {
  color: #bbc3c9;
  font-size: 1.25em;
  list-style: none;
}
.sidebar nav .menu-options li {
  border-radius: 5px;
  padding: 8px;
  box-sizing: border-box;
  margin: 10px;
}
.sidebar nav .menu-options li.selected, .sidebar nav .menu-options li:hover {
  background: #003e99;
  color: #fafbfb;
}
.sidebar nav .menu-options li:hover {
  cursor: pointer;
}
.sidebar nav .menu-options .icon {
  font-size: inherit;
}
.sidebar .more-options {
  position: absolute;
  bottom: 16px;
  color: #bbc3c9;
  font-size: 1.5em;
}

.main-content {
  width: 100%;
  height: 100%;
  background: #e5e7ea;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.main-content .app {
  display: flex;
  flex-direction: column;
}
.main-content .app header.sub-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafbfb;
  box-shadow: 0px 1px 1px 1px rgba(181, 181, 181, 0.38);
  border-top-right-radius: 9px;
  height: 70px;
}
.main-content .app header.sub-menu .title {
  font-weight: bold;
  margin-left: 20px;
}
.main-content .app header.sub-menu .menu {
  display: flex;
  list-style: none;
  height: 100%;
}
.main-content .app header.sub-menu .menu li {
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  color: #6d7684;
  display: flex;
  align-items: center;
}
.main-content .app header.sub-menu .menu li.selected, .main-content .app header.sub-menu .menu li:hover {
  color: #0068ff;
  position: relative;
}
.main-content .app header.sub-menu .menu li.selected::after, .main-content .app header.sub-menu .menu li:hover::after {
  content: "";
  border-bottom: 5px solid #0068ff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-content .app header.sub-menu .menu li.selected .badge, .main-content .app header.sub-menu .menu li:hover .badge {
  background: #0068ff;
  color: #fafbfb;
}
.main-content .app header.sub-menu .menu li:hover {
  cursor: pointer;
}
.main-content .app header.sub-menu .menu li .badge {
  border-radius: 8px;
  padding: 4px 5px;
  margin: 0 5px;
  background: #bbc3c9;
  color: #969da8;
  font-size: 12px;
  height: 12px;
  width: 15px;
}
.main-content .app header.sub-menu .user-options {
  display: flex;
  margin-right: 16px;
}
.main-content .app header.sub-menu .user-options .icon {
  margin: 0 8px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 1px 1px rgba(181, 181, 181, 0.38);
  position: relative;
}
.main-content .app header.sub-menu .user-options .icon.user-img {
  padding: 0;
  border: none;
}
.main-content .app header.sub-menu .user-options .icon.user-img img {
  border-radius: 5px;
}
.main-content .app header.sub-menu .user-options .icon .badge {
  position: absolute;
  top: -10px;
  right: -8px;
  border-radius: 50%;
  background: #ec407a;
  color: #fafbfb;
  font-size: 12px;
  padding-top: 5px;
  width: 20px;
  height: 15px;
}
.main-content .app .app-content {
  margin: 20px;
  background: #fafbfb;
  border-radius: 5px;
  height: 716px;
}
.main-content .app .app-content header {
  margin: 20px;
  display: flex;
  justify-content: space-between;
}
.main-content .app .app-content header .searchbox {
  display: flex;
  padding: 10px;
  background: #eeeff1;
  border-radius: 5px;
  width: 200px;
}
.main-content .app .app-content header .searchbox .icon {
  color: #9199a5;
  margin: 0 5px;
}
.main-content .app .app-content header .searchbox input.search-text {
  border: none;
  background: inherit;
  font-size: 0.75em;
  font-weight: 600;
  outline: none;
}

.app-content header .app-list-options {
  display: flex;
  justify-items: center;
  align-items: center;
}
.app-content header .app-list-options .sort-dropdown {
  display: flex;
  border: 1px solid #bbc3c9;
  border-radius: 5px;
  padding: 12px;
  color: #bbc3c9;
  font-size: 0.75em;
  font-weight: 600;
}
.app-content header .app-list-options .sort-dropdown .by,
.app-content header .app-list-options .sort-dropdown i {
  color: #1e2026;
  margin-left: 5px;
}
.app-content header .app-list-options .sort-dropdown .drop {
  border-left: 1px solid #bbc3c9;
  margin-left: 10px;
}
.app-content header .app-list-options .icon {
  margin: 0 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 1px 1px rgba(181, 181, 181, 0.38);
  position: relative;
  color: #bbc3c9;
}
.app-content header .app-list-options .icon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.app-content header .app-list-options .icon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.app-content header .app-list-options .icon.selected {
  background: #dbdee2;
  color: #88909c;
}
.app-content header .app-list-options .display-group {
  display: flex;
}
.app-content header .app-list-options .display-group .icon {
  margin-right: 0;
  margin-left: 0;
}

.projects {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  height: 630px;
  overflow-y: scroll;
}
.projects .project-item {
  padding: 16px;
  margin: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0px 1px 1px 1px rgba(181, 181, 181, 0.38);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 285px;
}
.projects .project-item .logo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projects .project-item .logo-row img {
  border-radius: 8px;
  display: block;
}
.projects .project-item .logo-row .icon {
  color: #bbc3c9;
}
.projects .project-item .title-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 20px 0 10px;
}
.projects .project-item .title-row h3 {
  font-weight: bold;
}
.projects .project-item .title-row .links {
  display: flex;
  align-content: center;
  padding: 8px 0;
  color: #88909c;
  font-size: 0.75em;
}
.projects .project-item .title-row .links .icon {
  margin-right: 5px;
}
.projects .project-item .title-row .links a {
  color: #88909c;
  text-decoration: none;
}
.projects .project-item .desc-row {
  color: #88909c;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.projects .project-item .progress-row {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.projects .project-item .progress-row p.value-label {
  display: block;
}
.projects .project-item .progress-row p[data-value] {
  position: relative;
}
.projects .project-item .progress-row p[data-value]:after {
  content: attr(data-value) "%";
  color: #88909c;
  font-size: 12px;
  position: absolute;
  display: block;
  right: -10px;
}
.projects .project-item .progress-row progress {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  -webkit-appearance: none;
  height: 6px;
}
.projects .project-item .progress-row progress::-webkit-progress-bar {
  background-color: #d7dce0;
  border-radius: 5px;
}
.projects .project-item .progress-row ::-webkit-progress-value {
  background-color: #17c993;
  border-radius: 5px;
}
.projects .project-item .progress-row .low::-webkit-progress-value {
  background-color: #ec407a;
}
.projects .project-item .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projects .project-item .footer-row .days {
  padding: 8px 5px;
  border-radius: 4px;
  background: #bbc3c9;
  font-size: 12px;
  color: #565d68;
  background: #dbdee2;
}
.projects .project-item .footer-row .days.good {
  color: #4caf50;
  background: #fcfefc;
}
.projects .project-item .footer-row .days.warning {
  color: #fb8c00;
  background: #ffe7c8;
}
.projects .project-item .footer-row .days.danger {
  color: #d32f2f;
  background: #f7d7d7;
}
.projects .project-item .footer-row .users img {
  border-radius: 3px;
  margin: 0 2px;
}

.fab-icon {
  position: absolute;
  z-index: 1000;
  bottom: 50px;
  right: 50px;
  color: #fafbfb;
  background: #0068ff;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  font-size: 3em;
  box-sizing: border-box;
  box-shadow: 10px 10px 73px 12px rgba(0, 104, 255, 0.35);
  width: 60px;
  height: 60px;
}
.fab-icon:hover {
  cursor: pointer;
}