.red {
  background: #e53935;
}
.orange {
  background: #ff6f42;
}
.purple {
  background: #5b6abf;
}
.yellow {
  background: #f8a724;
}
.green {
  background: #679e37;
}
.blue {
  background: turquoise;
}
b {
  font-weight: 700;
}
.grayed {
  color: #888;
}
.dashboard {
  position: relative;
  min-height: 480px;
  height: 100%;
  transition: all 0.2s ease-out;
}
.dashboard .main-sidebar {
  z-index: 2;
  left: 0;
}
@media screen and (max-width: 780px) {
  .dashboard .main-sidebar {
    display: none;
  }
}
.dashboard .content-sidebar {
  margin-left: 240px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 780px) {
  .dashboard .content-sidebar {
    margin-left: 0;
  }
}
.dashboard .content-sidebar > .upper {
  padding: 24px 24px 0;
}
.dashboard .content-sidebar > .upper .gigs-container {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-height: 480px;
  width: 950px;
  white-space: normal;
  transition: all 0.2s ease-in-out;
}
.dashboard .content-sidebar > .upper .gigs-container:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 1280px) {
  .dashboard .content-sidebar > .upper .gigs-container {
    width: 800px;
  }
}
@media screen and (max-width: 1100px) {
  .dashboard .content-sidebar > .upper .gigs-container {
    width: 650px;
  }
}
@media screen and (max-width: 980px) {
  .dashboard .content-sidebar > .upper .gigs-container {
    width: 100%;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service {
  float: left;
  position: relative;
  background: #333;
  color: #fff;
  width: calc(283.33333333px);
  min-height: 200px;
  margin: 0 50px 50px 0;
  border-radius: 2px;
  box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.75);
  transition: 0.2s all ease-in-out;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service a {
  text-decoration: none;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .top {
  height: 120px;
  position: relative;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .top img {
  width: 100%;
  height: 100%;
  border-radius: 2px 2px 0 0;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .top .rating {
  position: absolute;
  top: 10px;
  right: 10px;
  color: goldenrod;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .top .rating li {
  margin-left: 3px;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .top .pro-pic {
  position: absolute;
  left: 10px;
  top: 10px;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .top .pro-pic img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .bottom {
  padding: 16px;
  min-height: 100px;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .bottom .service {
  width: 100%;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  max-height: 40px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media (max-width: 1100px) {
  .dashboard .content-sidebar > .upper .gigs-container .gig-service .bottom .service {
    font-size: 16px;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .bottom .name {
  width: 100%;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .bottom .price {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 16px;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .bottom .fav {
  padding: 4px 8px;
  text-aling: center;
  border: 1px solid #fff;
  font-size: 12px;
  border-radius: 2px;
}
.dashboard .content-sidebar > .upper .gigs-container .gig-service .bottom .fav i {
  margin: 0 5px 0 0;
}
@media screen and (min-width: 981px) {
  .dashboard .content-sidebar > .upper .gigs-container .gig-service:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .dashboard .content-sidebar > .upper .gigs-container .gig-service {
    width: calc(233.33333333px);
  }
}
@media screen and (max-width: 1100px) {
  .dashboard .content-sidebar > .upper .gigs-container .gig-service {
    margin: 0 30px 30px 0;
    width: calc(196.66666667px);
  }
}
@media screen and (max-width: 980px) {
  .dashboard .content-sidebar > .upper .gigs-container .gig-service {
    width: 47%;
    margin: 0 6% 6% 0;
  }
  .dashboard .content-sidebar > .upper .gigs-container .gig-service:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .dashboard .content-sidebar > .upper .gigs-container .gig-service {
    width: 100%;
    margin: 0 0 36px 0;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .top-cover {
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .top-cover {
    height: 240px;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover:before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.9) 90%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .pro-pic img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (max-width: 480px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .pro-pic img {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 340px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .pro-pic img {
    width: 48px;
    height: 48px;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .meta {
  margin-left: 24px;
  overflow: hidden;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
      flex: 1 1;
}
@media screen and (max-width: 980px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .meta {
    display: none;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .meta a.name {
  font-size: 34px;
  line-height: 68px;
  font-weight: 500;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .meta .title {
  font-size: 16px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .rating-box {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 24px;
  text-align: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-orient: vertical;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .rating-box .rating {
  margin-top: auto;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .rating-box .rating li {
  margin-left: 8px;
  color: goldenrod;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .top-cover .profile-meta .rating-box .rating-count {
  margin-top: 8px;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box {
  margin-bottom: 24px;
  border-radius: 2px;
  color: #333;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .head {
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  background: #eee;
  border: 1px solid #ccc;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body {
  padding: 12px;
  line-height: 28px;
  border: 1px solid #ccc;
  border-top: 0;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body.wobp {
  padding: 12px 0;
  border: 0;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body.wop {
  padding: 0;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body:after {
  content: '';
  display: block;
  clear: both;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .rating-box {
  border-bottom: 1px solid #ccc;
  padding: 12px;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .rating-box ul {
  margin-right: 12px;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .rating-box li {
  margin-right: 4px;
  cursor: pointer;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .rating-box li:hover i {
  color: goldenrod;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .textbox textarea {
  width: 100%;
  height: 128px;
  line-height: 16px;
  padding: 12px;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .contact > li div:first-child {
  width: 40%;
  color: #666;
  min-width: 100px;
}
@media screen and (max-width: 480px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .contact > li div:first-child {
    width: 100%;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .contact > li div:last-child {
  width: 60%;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .contact > li div:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .simple-box .body .contact > li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review {
  padding: 24px;
  border-bottom: 1px solid #ccc;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review:last-child {
  border-bottom: 0;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review figure {
  width: 96px;
  text-align: center;
  line-height: normal;
}
@media (max-width: 640px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review figure {
    width: auto;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review figure img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review figure img {
    width: 32px;
    height: 32px;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review figure figcaption {
  font-size: 12px;
  color: #999;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review figure figcaption a {
  color: #555;
  font-weight: 700;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review figure {
    margin-bottom: 24px;
  }
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review .comment {
  min-width: 200px;
  margin-left: 24px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review .comment .ut {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review .comment .ut .date {
  font-size: 12px;
  color: #999;
  font-family: sans-serif;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review .comment .ut .rating {
  color: goldenrod;
  margin-right: 5px;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review .comment .ut .rating li {
  margin-right: 3px;
}
.dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review .comment .bt {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .gigs-container .profile .review-list .review .comment {
    margin-left: 12px;
  }
}
.dashboard .content-sidebar > .upper .load-more {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.dashboard .content-sidebar > .upper .load-more .btn {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
}
.dashboard .content-sidebar > .upper .load-more .btn i.fa {
  margin-right: 8px;
}
.dashboard .content-sidebar > .upper .load-more .btn:hover {
  background: #0070ba;
  color: #fff;
  border-color: transparent;
}
.dashboard .content-sidebar > .upper .full-width-page {
  margin: 0 0 24px;
  min-height: 360px;
}
.dashboard .content-sidebar > .upper .full-width-page .page-intro {
  background: url('../images/page-id.jpg') center no-repeat;
  background-size: cover;
  height: 240px;
  box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.75);
  margin: 0 0 24px;
}
.dashboard .content-sidebar > .upper .full-width-page .page-intro .p-name {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  padding: 7px 18px;
  letter-spacing: 0.02em;
  border: 1px solid #fff;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 24px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item {
  transition: all 0.2s ease-in-out;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item > a {
  display: block;
  text-transform: uppercase;
  background: #eee;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 12px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item > a:hover {
  background: #0070ba;
  border-color: #0070ba;
  color: #fff;
  text-decoration: none;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  height: 16px;
  overflow: hidden;
  top: 12px;
  right: 20px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item:last-child a {
  border-bottom: 0;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content {
  padding: 20px;
  display: none;
  transition: all 0.2s ease-in-out;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content > div:after {
  content: '';
  display: block;
  clear: both;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .ac-info .pro-pic {
  float: left;
  margin: 0 24px 14px 0;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .ac-info .pro-pic img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .ac-info ul {
  float: left;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .ac-info ul li {
  line-height: 1.6;
  margin-bottom: 8px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .con-info .con1 {
  float: left;
  width: 30%;
  margin-bottom: 14px;
  margin-right: 18px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .con-info .con1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .con-info .con1 {
    width: 100%;
    margin: 0 0 14px 0;
  }
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .con-info h5 {
  font-weight: 500;
  margin-bottom: 8px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .con-info p {
  margin-bottom: 14px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .con-info input {
  border: 1px solid #ccc;
  padding: 8px 14px;
  width: 100%;
  border-radius: 2px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .not-info .not1 {
  float: left;
  width: 40%;
  margin-bottom: 14px;
  margin-right: 18px;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .not-info .not1 {
    width: 100%;
    margin: 0 0 14px 0;
  }
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .not-info p {
  margin-bottom: 8px;
  line-height: 1.6;
  vertical-align: middle;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .not-info p:after {
  content: '';
  display: block;
  clear: both;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .not-info input {
  border: 1px solid #ccc;
  padding: 8px 14px;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 14px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .not-info input[type=checkbox] {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 3px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .not-info label {
  float: left;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .not-info .btn {
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .soc-info {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .soc-info li {
  width: 220px;
  margin-bottom: 14px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .soc-info li a {
  width: 100%;
  vertical-align: middle;
  line-height: 24px;
  border: 1px solid #0070ba;
  border-radius: 2px;
  padding: 10px 24px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .soc-info li a:hover {
  background: #0070ba;
  color: #fff;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item .content .soc-info li a i.fa {
  width: 24px;
  line-height: 24px;
  vertical-align: middle;
  height: 24px;
  margin-right: 8px;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item.active > a {
  background: #0070ba;
  border-color: #0070ba;
  color: #fff;
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item.active > a:after {
  content: '\f107';
}
.dashboard .content-sidebar > .upper .full-width-page .accordion .item.active .content {
  display: inherit;
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li {
  border-bottom: 1px solid #eee;
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a {
  padding: 10px 20px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a .avatar {
  height: 36px;
  width: 36px;
  min-width: 36px;
  margin: 0 14px 0 0;
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a .avatar img {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a .username {
  margin: 0 14px 0 0;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a .username {
    display: none;
  }
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a .text {
  margin: 0 14px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a .timestamp {
  margin-left: auto;
  font-size: 10px;
  font-family: sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a:hover {
  text-decoration: none;
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a.unread .text {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li > a {
    padding: 10px;
  }
}
.dashboard .content-sidebar > .upper .full-width-page .conversations > ul > li:nth-of-type(odd) {
  background: #eee;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .head {
  padding: 10px 20px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .full-width-page .messaging > .head {
    padding: 10px;
  }
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .head .avatar {
  height: 48px;
  width: 48px;
  min-width: 48px;
  margin: 0 14px 0 0;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .head .avatar img {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .head .username {
  margin: 0 14px 0 0;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body {
  background: #eee;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li {
  cursor: pointer;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li {
    padding: 10px;
  }
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li .avatar {
  height: 36px;
  width: 36px;
  min-width: 36px;
  margin: 0 14px 0 0;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li .avatar img {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li .message {
  margin: 0 14px 0 0;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li .message .username {
  margin: 0 0 2px 0;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-weight: 500;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li .message .text {
  margin: 0 0 4px 0;
  line-height: 1.6;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li .timestamp {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  font-size: 10px;
  font-family: sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li.typer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li.typer button {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li.typer button {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
  }
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li.typer textarea {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 14px;
  min-height: 43px;
  border-radius: 3px;
  padding: 10px 0;
  background: transparent;
  border-bottom: 2px solid #ccc;
  transition: all 0.2s ease-in-out;
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li.typer textarea:focus {
  padding: 10px;
  background: #fff;
  border: none;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li.typer textarea {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    margin-bottom: 14px;
  }
}
.dashboard .content-sidebar > .upper .full-width-page .messaging > .body ul li:last-child {
  cursor: initial;
}
.dashboard .content-sidebar > .lower footer.primary {
  padding: 20px 24px;
}
.dashboard .content-sidebar > .lower footer.primary .copyright {
  width: auto;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .lower footer.primary .copyright {
    width: 100%;
  }
}
.dashboard .content-sidebar > .lower footer.secondary ul {
  min-width: 240px;
}
.dashboard .content-sidebar > .lower footer.secondary ul li {
  text-align: left;
  white-space: normal;
}
@media screen and (max-width: 640px) {
  .dashboard .content-sidebar > .lower footer.secondary ul {
    padding: 0 24px;
  }
}
