@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  background: #f8f8fb;
  color: #0b0b0d;
}

.app-container {
  padding: 20px 20px;
  height: auto;
  min-height: 100%;
  margin: 0 24px 0 75px;
}

.grid-section {
  margin-top: 24px;
}

.text-low {
  opacity: 0.3;
}

.main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-section {
  width: calc(100% - 320px);
  margin-right: 25px;
}

.right-section {
  width: 320px;
}

.div-icon-1 {
  background: #e9ebef;
  border-radius: 6px;
  padding: -1px;
  margin-left: 21px;
  opacity: 0.5;
}

.div-icon-2 {
  background: #e9ebef;
  border-radius: 6px;
  padding: -1px;
  margin-left: 14px;
  opacity: 0.5;
}

h3 {
  margin-bottom: 0;
}

.icon-subtask {
  padding: 5px;
  font-size: 12px;
}

.icon-attachment {
  padding: 5px;
  font-size: 12px;
}

.icon-dependent-task {
  padding: 5px;
  font-size: 12px;
}

.d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table {
  width: 100%;
}

.div-icon-1,
.div-icon-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding-right: 5px;
}

.sidenav {
  width: 60px;
  background: #ffffff;
  height: 100%;
  position: fixed;
  padding: 20px 16px;
  text-align: center;
}

.sidenav .logo {
  display: block;
  margin-bottom: 47px;
}

.sidenav .home {
  display: inline-block;
  background: #1170fe;
  height: 32px;
  width: 32px;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  padding-top: 5px;
}

.sidenav .workspace-menu .nav-apps {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidenav .workspace-menu .nav-apps li {
  margin-bottom: 24px;
}

.sidenav .workspace-menu .nav-apps .icon-project-icon {
  color: #0b0b0d;
}

.sidenav .workspace-menu .nav-profile {
  bottom: 0;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidenav .workspace-menu .nav-profile li:nth-child(1) {
  padding-bottom: 28px;
}

.sidenav .workspace-menu .nav-profile li:nth-child(2) {
  margin-bottom: 18px;
}

.sidenav .workspace-menu .nav-profile li:nth-child(3) {
  border-top: 1px solid rgba(11, 11, 13, 0.2);
  padding: 8px 0 12px;
}

.sidenav .group-img {
  height: 18px;
}

.topnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topnav .topnav-item1 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0b0b0d;
}

.topnav .topnav-item2 a {
  font-size: 14px;
  text-decoration: none;
}

.topnav .topnav-item2 a:nth-child(1) {
  color: #0b0b0d;
  padding-right: 28px;
}

.topnav .topnav-item2 a:nth-child(1) span {
  border-bottom: 2px solid #1170fe;
  padding-bottom: 8px;
}

.topnav .topnav-item2 a:nth-child(2) {
  font-weight: 400;
  color: #0b0b0d;
  padding-right: 28px;
  opacity: 0.4;
}

.topnav .topnav-item2 a:nth-child(3) {
  font-weight: 400;
  color: #0b0b0d;
  opacity: 0.4;
}

.topnav .topnav-item3 a {
  color: #0b0b0d;
}

.topnav .topnav-item3 a:first-child {
  color: #1170fe;
}

.topnav .topnav-item3 a:not(:last-child) {
  padding-right: 24px;
}

.nav-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  margin-top: 32px;
  border-bottom: 1px solid rgba(11, 11, 13, 0.2);
  padding-bottom: 16px;
}

.nav-heading .heading-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.nav-heading .heading-left div {
  margin-right: 2px;
}

.nav-heading .heading-left .item-1 {
  background: #0b0b0d;
  color: #ffffff;
  width: 51px;
  height: 32px;
  border: 1px solid #0b0b0d;
  border-radius: 6px 0px 0px 6px;
  opacity: 1;
  padding: 6px 18px;
}

.nav-heading .heading-left .item-2 {
  background: #e9ebef;
  color: #0b0b0d;
  width: 86px;
  height: 32px;
  border: 1px solid #0b0b0d0d;
  padding: 6px 20px;
}

.nav-heading .heading-left .item-2 span {
  border-left: 3px solid #1170fe;
  padding-left: 5px;
}

.nav-heading .heading-left .item-3 {
  background: #e9ebef;
  color: #0b0b0d;
  width: 75px;
  height: 32px;
  border: 1px solid #0b0b0d0d;
  border-radius: 0px 6px 6px 0px;
  padding: 6px 18px;
}

.nav-heading .heading-left .item-3 span {
  border-left: 3px solid #ffd500;
  padding-left: 5px;
}

.nav-heading .heading-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.nav-heading .heading-right div:not(:last-child) {
  margin-right: 8px;
}

.nav-heading .heading-right .item-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e9ebef;
  color: #0b0b0d;
  width: 75px;
  height: 32px;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 12px;
}

.nav-heading .heading-right .item-4 .icon-filter {
  font-size: 13px;
  padding-right: 5px;
}

.nav-heading .heading-right .item-5 {
  background: #0b0b0d;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  padding: 4px;
}

.nav-heading .heading-right .item-5 img {
  height: 16px;
}

.nav-heading .heading-right .item-6 {
  background: #0b0b0d;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  padding: 6px;
}

.nav-heading .heading-right .item-6 span {
  font-size: 16px;
}

.nav-heading .heading-right .item-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1170fe;
  color: #ffffff;
  width: 100px;
  height: 32px;
  padding: 6px 16px;
  border-radius: 6px;
}

.nav-heading .heading-right .item-7 .icon-chevron-down {
  padding-left: 4px;
}

.content .content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .content-heading img {
  margin-right: 20px;
}

.content .content-heading h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content .content-heading p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.content .content-heading span {
  font-size: 12px;
  font-weight: 400;
  color: #f52121;
}

.content .content-activity {
  margin-top: 32px;
}

.content .content-activity h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.content .content-activity .content-cells {
  background: #ffffff;
  border-radius: 7px;
  padding: 0 16px;
  margin-bottom: 5px;
}

.content .content-activity .content-cells .content-text {
  padding: 9px 0 7px 0;
}

.content .content-activity .content-cells .content-text h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.content .content-activity .content-cells .content-text h3 span {
  font-size: 12px;
  background: #e9ebef;
  border-radius: 50%;
  margin-right: 12px;
  padding: 4px;
}

.content .content-activity .content-cells .content-text .activity-p {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}

.content .content-activity .content-cells .content-text .activity-p span {
  border-left: 3px solid #ffd500;
  padding-right: 4px;
}

.content .content-activity .content-cells .content-cal p {
  font-size: 12px;
  color: #1170fe;
}

.content .content-activity .content-cells .content-cal .cal-g {
  font-size: 12px;
  color: #0b0b0d;
  opacity: 0.5;
}

.content .content-task {
  margin-top: 24px;
}

.content .content-task h4 {
  font-size: 14px;
  font-weight: 700;
  color: #f52121;
}

.content .content-task .task-cells {
  background: #ffffff;
  padding: 0 16px;
  border-radius: 7px;
  margin-bottom: 5px;
}

.content .content-task .task-cells .task-cell-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .content-task .task-cells .task-cell-heading h3 {
  color: #0b0b0d;
  margin-bottom: 0;
}

.content .content-task .task-text {
  padding: 9px 0 7px 0;
}

.content .content-task .task-text h3 {
  font-size: 14px;
  color: #0b0b0d;
}

.content .content-task .task-text p {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}

.content .content-task .task-text p span {
  border-left: 3px solid #1170fe;
  padding-right: 4px;
}

.content .content-task .cent {
  width: 37px;
  height: 16px;
  background: #d3425b;
  color: #ffffff;
  border-radius: 12px;
  font-size: 9px;
  text-align: center;
  margin-right: 24px;
  padding: 2px 10px;
}

.content .content-task .task-cal p {
  font-size: 12px;
  color: #1170fe;
  margin-bottom: 0;
}

.content .content-task .task-cal .cal-t {
  font-size: 12px;
  color: #0b0b0d;
  opacity: 0.5;
  padding-bottom: 13px;
}

.content .content-today {
  margin-top: 24px;
}

.content .content-today h4 {
  font-size: 14px;
  font-weight: 700;
}

.content .content-today .today-cells {
  background: #ffffff;
  padding: 0 16px;
  border-radius: 7px;
  margin-bottom: 5px;
}

.content .content-today .today-text {
  padding: 9px 0 7px 0;
}

.content .content-today .today-text h3 {
  font-size: 14px;
  color: #0b0b0d;
}

.content .content-today .today-text h3 span {
  background: #e9ebef;
  margin-left: 12px;
}

.content .content-today .today-text .bd-y {
  margin-top: 5px;
}

.content .content-today .today-text .bd-y span {
  border-left: 3px solid #ffd500;
}

.content .content-today .today-text p {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}

.content .content-today .today-text p span {
  border-left: 3px solid #1170fe;
  padding-right: 4px;
}

.content .content-today .cent {
  width: 37px;
  height: 16px;
  background: #f2aa23;
  color: #ffffff;
  border-radius: 12px;
  font-size: 9px;
  text-align: center;
  margin-right: 24px;
  padding: 2px 10px;
}

.content .content-today .today-cal p {
  font-size: 12px;
  color: #1170fe;
  margin-bottom: 0;
}

.content .content-today .today-cal .cal-t {
  font-size: 12px;
  color: #0b0b0d;
  opacity: 0.5;
  padding-bottom: 13px;
}

.content .content-upcoming {
  margin-top: 24px;
}

.content .content-upcoming h4 {
  font-size: 14px;
  font-weight: 700;
}

.frame-content .frame .frame-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.frame-content .frame .frame-heading h3 {
  font-size: 14px;
  margin-right: auto;
  font-weight: 700;
}

.frame-content .frame .frame-heading a {
  font-size: 12px;
  text-decoration: none;
}

.frame-content .frame .frame-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 16px;
  border-radius: 6px;
  margin-bottom: 5px;
}

.frame-content .frame .frame-box .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e9ebef;
  color: #0b0b0d;
  margin-right: 10px;
  border-radius: 7px;
  padding: 8px;
  -webkit-box-shadow: 0px 5px 30px #2a55ff0d;
          box-shadow: 0px 5px 30px #2a55ff0d;
}

.frame-content .frame .frame-box .icons span {
  font-size: 16px;
  padding-bottom: 0;
  color: #0b0b0d;
}

.frame-content .frame .frame-box .text {
  margin-right: auto;
}

.frame-content .frame .frame-box .text h4 {
  font-size: 10px;
  font-weight: 400;
  color: #1170fe;
  margin-bottom: 0;
}

.frame-content .frame .frame-box .text p {
  font-size: 13px;
  margin-bottom: 0;
}

.frame-content .frame .frame-box span {
  font-size: 12px;
  padding-bottom: 24px;
}

.frame-content .frame-notice {
  margin: 24px 0 12px 0;
}

.frame-content .frame-notice .frame-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.frame-content .frame-notice .frame-heading h3 {
  font-size: 14px;
  margin-right: auto;
  font-weight: 700;
}

.frame-content .frame-notice .frame-heading a {
  font-size: 12px;
  text-decoration: none;
}

.frame-content .frame-notice .notice-section {
  background: #ffffff;
  border-radius: 6px;
}

.frame-content .frame-notice .notice-section .notice-frame {
  padding: 20px 16px;
}

.frame-content .frame-notice .notice-section .notice-frame img {
  margin-right: 10px;
}

.frame-content .frame-notice .notice-section .notice-frame input {
  width: 100%;
  height: 32px;
  border: 1px solid #e9e9e980;
  color: #0b0b0d;
  opacity: 0.5;
  background: #e9e9e980;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
}

.frame-content .frame-notice .notice-section .notice-frame h5 {
  font-size: 10px;
  margin-top: 20px;
  opacity: 0.5;
}

.frame-content .frame-notice .notice-section .notice-frame .frame-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.frame-content .frame-notice .notice-section .notice-frame .frame-info .notice-text h3 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}

.frame-content .frame-notice .notice-section .notice-frame .frame-info .notice-text h3 span {
  opacity: 0.5;
}

.frame-content .frame-notice .notice-section .notice-frame .frame-info .notice-text p {
  font-size: 13px;
  opacity: 0.8;
}

.frame-content .frame-notice .notice-section .notice-frame .frame-info .notice-text .notice-img {
  height: 75px;
  width: 75px;
  margin-bottom: 13px;
  border-radius: 6px;
  opacity: 0.9;
}

.frame-content .frame-notice .notice-section .notice-frame .frame-info .notice-text .icon-star-filled {
  color: #f5ce0e;
  opacity: 1;
}

.frame-content .frame-notice .notice-section .notice-frame .frame-info .social-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding-bottom: 20px;
}

.frame-content .frame-notice .notice-section .notice-frame .frame-info .social-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?llw8m");
  src: url("../fonts/icomoon.eot?llw8m#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?llw8m") format("truetype"), url("../fonts/icomoon.woff?llw8m") format("woff"), url("../fonts/icomoon.svg?llw8m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak-as: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-project-icon:before {
  content: '\e903';
}

.icon-home-icon:before {
  content: '\e909';
}

.icon-subtask:before {
  content: '\e900';
}

.icon-dependent-task:before {
  content: '\e901';
}

.icon-noticeboard-icon:before {
  content: '\e902';
}

.icon-quick-switch:before {
  content: '\e904';
}

.icon-star-filled:before {
  content: '\e905';
}

.icon-upvote-filled:before {
  content: '\e906';
}

.icon-messenger:before {
  content: '\e907';
}

.icon-markas-done:before {
  content: '\e90c';
}

.icon-collapse:before {
  content: '\e90d';
}

.icon-expand:before {
  content: '\e90e';
}

.icon-recents:before {
  content: '\e90f';
}

.icon-organization:before {
  content: '\e910';
}

.icon-activity:before {
  content: '\e911';
}

.icon-airplay:before {
  content: '\e912';
}

.icon-alert-circle:before {
  content: '\e913';
}

.icon-alert-octagon:before {
  content: '\e914';
}

.icon-alert-triangle:before {
  content: '\e915';
}

.icon-align-center:before {
  content: '\e916';
}

.icon-align-justify:before {
  content: '\e917';
}

.icon-align-left:before {
  content: '\e918';
}

.icon-align-right:before {
  content: '\e919';
}

.icon-anchor:before {
  content: '\e91a';
}

.icon-aperture:before {
  content: '\e91b';
}

.icon-archive:before {
  content: '\e91c';
}

.icon-arrow-down:before {
  content: '\e91d';
}

.icon-arrow-down-circle:before {
  content: '\e91e';
}

.icon-arrow-down-left:before {
  content: '\e91f';
}

.icon-arrow-down-right:before {
  content: '\e920';
}

.icon-arrow-left:before {
  content: '\e921';
}

.icon-arrow-left-circle:before {
  content: '\e922';
}

.icon-arrow-right:before {
  content: '\e923';
}

.icon-arrow-right-circle:before {
  content: '\e924';
}

.icon-arrow-up:before {
  content: '\e925';
}

.icon-arrow-up-circle:before {
  content: '\e926';
}

.icon-arrow-up-left:before {
  content: '\e927';
}

.icon-arrow-up-right:before {
  content: '\e928';
}

.icon-at-sign:before {
  content: '\e929';
}

.icon-award:before {
  content: '\e92a';
}

.icon-bar-chart:before {
  content: '\e92b';
}

.icon-bar-chart-2:before {
  content: '\e92c';
}

.icon-battery:before {
  content: '\e92d';
}

.icon-battery-charging:before {
  content: '\e92e';
}

.icon-bell:before {
  content: '\e92f';
}

.icon-bell-off:before {
  content: '\e930';
}

.icon-bluetooth:before {
  content: '\e931';
}

.icon-task-template:before {
  content: '\e932';
}

.icon-book:before {
  content: '\e933';
}

.icon-book-open:before {
  content: '\e934';
}

.icon-bookmark:before {
  content: '\e935';
}

.icon-box:before {
  content: '\e936';
}

.icon-briefcase:before {
  content: '\e937';
}

.icon-calendar:before {
  content: '\e938';
}

.icon-camera:before {
  content: '\e939';
}

.icon-camera-off:before {
  content: '\e93a';
}

.icon-cast:before {
  content: '\e93b';
}

.icon-check:before {
  content: '\e93c';
}

.icon-check-circle:before {
  content: '\e93d';
}

.icon-check-square:before {
  content: '\e93e';
}

.icon-chevron-down:before {
  content: '\e93f';
}

.icon-chevron-left:before {
  content: '\e940';
}

.icon-chevron-right:before {
  content: '\e941';
}

.icon-chevron-up:before {
  content: '\e942';
}

.icon-chevrons-down:before {
  content: '\e943';
}

.icon-chevrons-left:before {
  content: '\e944';
}

.icon-chevrons-right:before {
  content: '\e945';
}

.icon-chevrons-up:before {
  content: '\e946';
}

.icon-chrome:before {
  content: '\e947';
}

.icon-circle:before {
  content: '\e948';
}

.icon-clipboard:before {
  content: '\e949';
}

.icon-clock:before {
  content: '\e94a';
}

.icon-cloud:before {
  content: '\e94b';
}

.icon-cloud-drizzle:before {
  content: '\e94c';
}

.icon-cloud-lightning:before {
  content: '\e94d';
}

.icon-cloud-off:before {
  content: '\e94e';
}

.icon-cloud-rain:before {
  content: '\e94f';
}

.icon-cloud-snow:before {
  content: '\e950';
}

.icon-code:before {
  content: '\e951';
}

.icon-codepen:before {
  content: '\e952';
}

.icon-codesandbox:before {
  content: '\e953';
}

.icon-coffee:before {
  content: '\e954';
}

.icon-columns:before {
  content: '\e955';
}

.icon-command:before {
  content: '\e956';
}

.icon-compass:before {
  content: '\e957';
}

.icon-copy:before {
  content: '\e958';
}

.icon-corner-down-left:before {
  content: '\e959';
}

.icon-corner-down-right:before {
  content: '\e95a';
}

.icon-corner-left-down:before {
  content: '\e95b';
}

.icon-corner-left-up:before {
  content: '\e95c';
}

.icon-corner-right-down:before {
  content: '\e95d';
}

.icon-corner-right-up:before {
  content: '\e95e';
}

.icon-corner-up-left:before {
  content: '\e95f';
}

.icon-corner-up-right:before {
  content: '\e960';
}

.icon-cpu:before {
  content: '\e961';
}

.icon-credit-card:before {
  content: '\e962';
}

.icon-crop:before {
  content: '\e963';
}

.icon-crosshair:before {
  content: '\e964';
}

.icon-database:before {
  content: '\e965';
}

.icon-delete:before {
  content: '\e966';
}

.icon-disc:before {
  content: '\e967';
}

.icon-dollar-sign:before {
  content: '\e968';
}

.icon-download:before {
  content: '\e969';
}

.icon-download-cloud:before {
  content: '\e96a';
}

.icon-droplet:before {
  content: '\e96b';
}

.icon-edit:before {
  content: '\e96c';
}

.icon-edit-2:before {
  content: '\e96d';
}

.icon-edit-3:before {
  content: '\e96e';
}

.icon-external-link:before {
  content: '\e96f';
}

.icon-eye:before {
  content: '\e970';
}

.icon-eye-off:before {
  content: '\e971';
}

.icon-facebook:before {
  content: '\e972';
}

.icon-fast-forward:before {
  content: '\e973';
}

.icon-feather:before {
  content: '\e974';
}

.icon-mark-as-unread:before {
  content: '\e975';
}

.icon-file:before {
  content: '\e976';
}

.icon-file-minus:before {
  content: '\e977';
}

.icon-file-plus:before {
  content: '\e978';
}

.icon-file-text:before {
  content: '\e979';
}

.icon-film:before {
  content: '\e97a';
}

.icon-filter:before {
  content: '\e97b';
}

.icon-flag:before {
  content: '\e97c';
}

.icon-folder:before {
  content: '\e97d';
}

.icon-folder-minus:before {
  content: '\e97e';
}

.icon-folder-plus:before {
  content: '\e97f';
}

.icon-mark-as-read:before {
  content: '\e980';
}

.icon-frown:before {
  content: '\e981';
}

.icon-gift:before {
  content: '\e982';
}

.icon-git-branch:before {
  content: '\e983';
}

.icon-git-commit:before {
  content: '\e984';
}

.icon-git-merge:before {
  content: '\e985';
}

.icon-git-pull-request:before {
  content: '\e986';
}

.icon-github:before {
  content: '\e987';
}

.icon-gitlab:before {
  content: '\e988';
}

.icon-globe:before {
  content: '\e989';
}

.icon-grid:before {
  content: '\e98a';
}

.icon-hard-drive:before {
  content: '\e98b';
}

.icon-hash:before {
  content: '\e98c';
}

.icon-headphones:before {
  content: '\e98d';
}

.icon-heart:before {
  content: '\e98e';
}

.icon-help-circle:before {
  content: '\e98f';
}

.icon-hexagon:before {
  content: '\e990';
}

.icon-home:before {
  content: '\e991';
}

.icon-image:before {
  content: '\e992';
}

.icon-inbox:before {
  content: '\e993';
}

.icon-info:before {
  content: '\e994';
}

.icon-instagram:before {
  content: '\e995';
}

.icon-italic:before {
  content: '\e996';
}

.icon-key:before {
  content: '\e997';
}

.icon-general:before {
  content: '\e998';
}

.icon-layout:before {
  content: '\e999';
}

.icon-life-buoy:before {
  content: '\e99a';
}

.icon-link:before {
  content: '\e99b';
}

.icon-link-2:before {
  content: '\e99c';
}

.icon-linkedin:before {
  content: '\e99d';
}

.icon-list:before {
  content: '\e99e';
}

.icon-loader:before {
  content: '\e99f';
}

.icon-lock:before {
  content: '\e9a0';
}

.icon-log-in:before {
  content: '\e9a1';
}

.icon-log-out:before {
  content: '\e9a2';
}

.icon-mail:before {
  content: '\e9a3';
}

.icon-map:before {
  content: '\e9a4';
}

.icon-map-pin:before {
  content: '\e9a5';
}

.icon-maximize:before {
  content: '\e9a6';
}

.icon-maximize-2:before {
  content: '\e9a7';
}

.icon-meh:before {
  content: '\e9a8';
}

.icon-menu:before {
  content: '\e9a9';
}

.icon-message-circle:before {
  content: '\e9aa';
}

.icon-message-square:before {
  content: '\e9ab';
}

.icon-mic:before {
  content: '\e9ac';
}

.icon-mic-off:before {
  content: '\e9ad';
}

.icon-minimize:before {
  content: '\e9ae';
}

.icon-minimize-2:before {
  content: '\e9af';
}

.icon-minus:before {
  content: '\e9b0';
}

.icon-minus-circle:before {
  content: '\e9b1';
}

.icon-minus-square:before {
  content: '\e9b2';
}

.icon-monitor:before {
  content: '\e9b3';
}

.icon-moon:before {
  content: '\e9b4';
}

.icon-more-horizontal:before {
  content: '\e9b5';
}

.icon-more-vertical:before {
  content: '\e9b6';
}

.icon-mouse-pointer:before {
  content: '\e9b7';
}

.icon-move:before {
  content: '\e9b8';
}

.icon-music:before {
  content: '\e9b9';
}

.icon-navigation:before {
  content: '\e9ba';
}

.icon-navigation-2:before {
  content: '\e9bb';
}

.icon-octagon:before {
  content: '\e9bc';
}

.icon-package:before {
  content: '\e9bd';
}

.icon-attachment:before {
  content: '\e9be';
}

.icon-pause:before {
  content: '\e9bf';
}

.icon-pause-circle:before {
  content: '\e9c0';
}

.icon-pen-tool:before {
  content: '\e9c1';
}

.icon-percent:before {
  content: '\e9c2';
}

.icon-phone:before {
  content: '\e9c3';
}

.icon-phone-call:before {
  content: '\e9c4';
}

.icon-phone-forwarded:before {
  content: '\e9c5';
}

.icon-phone-incoming:before {
  content: '\e9c6';
}

.icon-phone-missed:before {
  content: '\e9c7';
}

.icon-phone-off:before {
  content: '\e9c8';
}

.icon-phone-outgoing:before {
  content: '\e9c9';
}

.icon-pie-chart:before {
  content: '\e9ca';
}

.icon-play:before {
  content: '\e9cb';
}

.icon-play-circle:before {
  content: '\e9cc';
}

.icon-plus:before {
  content: '\e9cd';
}

.icon-plus-circle:before {
  content: '\e9ce';
}

.icon-plus-square:before {
  content: '\e9cf';
}

.icon-pocket:before {
  content: '\e9d0';
}

.icon-power:before {
  content: '\e9d1';
}

.icon-printer:before {
  content: '\e9d2';
}

.icon-radio:before {
  content: '\e9d3';
}

.icon-refresh-ccw:before {
  content: '\e9d4';
}

.icon-refresh-cw:before {
  content: '\e9d5';
}

.icon-repeat:before {
  content: '\e9d6';
}

.icon-rewind:before {
  content: '\e9d7';
}

.icon-rotate-ccw:before {
  content: '\e9d8';
}

.icon-rotate-cw:before {
  content: '\e9d9';
}

.icon-rss:before {
  content: '\e9da';
}

.icon-save:before {
  content: '\e9db';
}

.icon-scissors:before {
  content: '\e9dc';
}

.icon-search:before {
  content: '\e9dd';
}

.icon-send:before {
  content: '\e9de';
}

.icon-server:before {
  content: '\e9df';
}

.icon-settings:before {
  content: '\e9e0';
}

.icon-share:before {
  content: '\e9e1';
}

.icon-share-2:before {
  content: '\e9e2';
}

.icon-shield:before {
  content: '\e9e3';
}

.icon-shield-off:before {
  content: '\e9e4';
}

.icon-shopping-bag:before {
  content: '\e9e5';
}

.icon-shopping-cart:before {
  content: '\e9e6';
}

.icon-shuffle:before {
  content: '\e9e7';
}

.icon-sidebar:before {
  content: '\e9e8';
}

.icon-skip-back:before {
  content: '\e9e9';
}

.icon-skip-forward:before {
  content: '\e9ea';
}

.icon-slash:before {
  content: '\e9eb';
}

.icon-sliders:before {
  content: '\e9ec';
}

.icon-smartphone:before {
  content: '\e9ed';
}

.icon-smile:before {
  content: '\e9ee';
}

.icon-speaker:before {
  content: '\e9ef';
}

.icon-square:before {
  content: '\e9f0';
}

.icon-star:before {
  content: '\e9f1';
}

.icon-stop-circle:before {
  content: '\e9f2';
}

.icon-sun:before {
  content: '\e9f3';
}

.icon-tablet:before {
  content: '\e9f4';
}

.icon-tag:before {
  content: '\e9f5';
}

.icon-target:before {
  content: '\e9f6';
}

.icon-terminal:before {
  content: '\e9f7';
}

.icon-thermometer:before {
  content: '\e9f8';
}

.icon-thumbs-down:before {
  content: '\e9f9';
}

.icon-thumbs-up:before {
  content: '\e9fa';
}

.icon-toggle-left:before {
  content: '\e9fb';
}

.icon-toggle-right:before {
  content: '\e9fc';
}

.icon-tool:before {
  content: '\e9fd';
}

.icon-trash:before {
  content: '\e9fe';
}

.icon-trash-2:before {
  content: '\e9ff';
}

.icon-trello:before {
  content: '\ea00';
}

.icon-trending-down:before {
  content: '\ea01';
}

.icon-trending-up:before {
  content: '\ea02';
}

.icon-triangle:before {
  content: '\ea03';
}

.icon-truck:before {
  content: '\ea04';
}

.icon-tv:before {
  content: '\ea05';
}

.icon-twitch:before {
  content: '\ea06';
}

.icon-twitter:before {
  content: '\ea07';
}

.icon-type:before {
  content: '\ea08';
}

.icon-umbrella:before {
  content: '\ea09';
}

.icon-underline:before {
  content: '\ea0a';
}

.icon-unlock:before {
  content: '\ea0b';
}

.icon-upload:before {
  content: '\ea0c';
}

.icon-upload-cloud:before {
  content: '\ea0d';
}

.icon-user:before {
  content: '\ea0e';
}

.icon-user-check:before {
  content: '\ea0f';
}

.icon-user-minus:before {
  content: '\ea10';
}

.icon-add-member:before {
  content: '\ea11';
}

.icon-user-x:before {
  content: '\ea12';
}

.icon-people:before {
  content: '\ea13';
}

.icon-video:before {
  content: '\ea14';
}

.icon-video-off:before {
  content: '\ea15';
}

.icon-voicemail:before {
  content: '\ea16';
}

.icon-volume:before {
  content: '\ea17';
}

.icon-volume-1:before {
  content: '\ea18';
}

.icon-volume-2:before {
  content: '\ea19';
}

.icon-volume-x:before {
  content: '\ea1a';
}

.icon-watch:before {
  content: '\ea1b';
}

.icon-wifi:before {
  content: '\ea1c';
}

.icon-wifi-off:before {
  content: '\ea1d';
}

.icon-wind:before {
  content: '\ea1e';
}

.icon-x:before {
  content: '\ea1f';
}

.icon-x-circle:before {
  content: '\ea20';
}

.icon-x-octagon:before {
  content: '\ea21';
}

.icon-x-square:before {
  content: '\ea22';
}

.icon-youtube:before {
  content: '\ea23';
}

.icon-zap:before {
  content: '\ea24';
}

.icon-zap-off:before {
  content: '\ea25';
}

.icon-zoom-in:before {
  content: '\ea26';
}

.icon-zoom-out:before {
  content: '\ea27';
}
/*# sourceMappingURL=main.css.map */