html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins";
}

p {
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #52525B;
}

html, body {
  line-height: 1.4;
  color: #52525B;
}

body {
  background: #f4f8ff;
  background: linear-gradient(150deg, #f6edee 1%, #eeeff0 50%, #eeeff0 100%);
}

.section-title {
  font-weight: 600;
  color: #52525B;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .section-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.ml-auto {
  margin-left: auto;
}

.c-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 -5px 10px 10px rgba(0, 0, 0, 0.1);
}
.c-main-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-main-header .header-logo {
  max-width: 160px;
  width: 100%;
}
.c-main-header .header-logo a {
  display: flex;
}
.c-main-header .header-nav,
.c-main-header .header-action,
.c-main-header .header-account {
  display: none;
}
.c-main-header .header-search {
  margin-left: 20px;
}
.c-main-header .header-search button {
  background-color: transparent;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  background-color: transparent;
  color: #52525B;
  max-width: 18px;
  padding: 0;
}
.c-main-header .header-search button img {
  margin-right: 0;
}
.c-main-header .header-search button span {
  display: none;
}
.c-main-header .header-left {
  display: flex;
  align-items: center;
}
.c-main-header .header-menu button {
  background-color: transparent;
  border: none;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .c-main-header {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
    border-bottom: 1px solid #F4F4F5;
  }
  .c-main-header .header-logo {
    order: 1;
  }
  .c-main-header .header-left {
    order: 2;
    margin-left: 0;
  }
  .c-main-header .header-content {
    order: 3;
    margin-left: auto;
  }
  .c-main-header .header-menu,
  .c-main-header .header-profile {
    display: none;
  }
  .c-main-header .header-nav,
  .c-main-header .header-action,
  .c-main-header .header-account {
    display: block;
  }
  .c-main-header .header-action {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .c-main-header .header-action .action-toggler {
    padding: 0 10px;
  }
  .c-main-header .header-action .action-btn {
    border: none;
    padding: 0;
    background-color: transparent;
    position: relative;
  }
  .c-main-header .header-action .action-btn img {
    max-width: 20px;
  }
  .c-main-header .header-account {
    margin-left: 20px;
  }
  .c-main-header .header-account .user {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .c-main-header .header-account .user img {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    overflow: hidden;
    object-fit: cover;
  }
  .c-main-header .header-account .user .name {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
  }
  .c-main-header .header-account .user .name img {
    max-width: 16px;
    width: 100%;
    height: auto;
  }
  .c-main-header .header-nav {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .c-main-header .header-nav li {
    padding: 0 10px;
  }
  .c-main-header .header-search img {
    max-width: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-main-header .header-logo {
    max-width: 250px;
  }
  .c-main-header .header-left {
    max-width: 115px;
    width: 100%;
  }
  .c-main-header .header-content {
    width: 100%;
  }
  .c-main-header .header-action {
    margin-left: auto;
  }
  .c-main-header .header-nav {
    justify-content: center;
    margin-left: auto;
  }
  .c-main-header .header-search button span {
    display: block;
    color: #A9A9A9;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .c-main-header .header-logo {
    max-width: 286px;
  }
  .c-main-header .header-nav {
    transform: translateX(-80px);
  }
}

.c-profile-toggler {
  border: 1px solid #CBCBCB;
  height: 25px;
  width: 50px;
  border-radius: 3px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
}
.c-profile-toggler .trigger {
  background-color: #83C265;
  display: block;
  height: 17px;
  width: 22px;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: all 0.4s linear;
}
.c-profile-toggler .trigger::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 1px solid #5C9B3E;
  border-right: 1px solid #5C9B3E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-profile-toggler .trigger::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 7px;
  background-color: #5C9B3E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-profile-toggler .trigger.active {
  transform: translateX(20px);
}

.c-main-body {
  padding: 25px 16px;
}
.c-main-body .c-sidebar {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-main-body {
    display: flex;
    padding-left: 200px;
    padding-right: 200px;
  }
  .c-main-body .c-sidebar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 60px;
  }
  .c-main-body .c-sidebar.sidebar--left {
    left: 0;
  }
  .c-main-body .c-sidebar.sidebar--right {
    right: 0;
    left: auto;
  }
  .c-main-body .body-content {
    padding: 25px 25px;
  }
  .c-main-body .body-content .c-connection {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .c-main-body {
    padding-left: 250px;
    padding-right: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .c-main-body {
    padding-left: 320px;
    padding-right: 320px;
  }
  .c-main-body .c-sidebar {
    padding-top: 74px;
  }
  .c-main-body .body-content {
    padding-top: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-back {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-family: "Poppins";
  border: none;
  background-color: transparent;
  margin-bottom: 16px;
  color: #52525B;
}
.c-back img {
  width: 16px;
  margin-right: 15px;
}

.c-view-all {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  color: #5C9B3E;
}

.c-accordion .accordion-block {
  border-bottom: 1px solid #dedede;
}
.c-accordion .accordion-block .accordion-title {
  font: 600 14px "Poppins";
  position: relative;
  padding: 10px 0;
}
.c-accordion .accordion-block .accordion-title::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 8px;
  background: url("../images/icon-angle-down.svg") no-repeat center center/contain;
}
@media screen and (min-width: 992px) {
  .c-accordion .accordion-block .accordion-title {
    padding: 8px 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .c-accordion .accordion-block .accordion-title {
    font-size: 14px;
    padding: 10px 0;
  }
  .c-accordion .accordion-block .accordion-title::afteR {
    top: 10px;
  }
}
.c-accordion .accordion-block .accordion-body {
  padding: 15px 0;
  font-size: 14px;
  display: none;
}
@media screen and (min-width: 992px) {
  .c-accordion .accordion-block .accordion-body {
    padding: 8px 0;
  }
}
.c-accordion .accordion-block.active .accordion-title::after {
  transform: rotate(180deg);
}
.c-accordion .accordion-block.active .accordion-body {
  display: block;
}

.c-side-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: none;
  z-index: 9999;
}
.c-side-navbar .c-back {
  margin-left: -14px;
}
.c-side-navbar .navbar-content {
  padding: 16px;
}

.c-connection {
  margin-bottom: 20px;
}
.c-connection .connection-content {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #83C265 #CBCBCB;
  scrollbar-track-color: #CBCBCB;
  scrollbar-width: 10px;
  scrollbar-face-color: #CBCBCB;
}
.c-connection .connection-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
@media screen and (min-width: 992px) {
  .c-connection .connection-content::-webkit-scrollbar {
    height: 6px;
    width: 6px;
  }
}
.c-connection .connection-content::-webkit-scrollbar-track {
  background-color: #CBCBCB;
  border-radius: 100px;
}
.c-connection .connection-content::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}
.c-connection .connection-content::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}
.c-connection .connection-content::-webkit-scrollbar-thumb {
  background-color: #83C265;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.c-connection .connection-content::-webkit-scrollbar-thumb:hover {
  background-color: #83C265;
}
.c-connection .connection-content::-webkit-scrollbar-thumb:active {
  background-color: #83C265;
}
.c-connection .items {
  display: flex;
  margin: 0 -8px;
}
@media screen and (min-width: 992px) {
  .c-connection .items {
    margin: 0 -2px;
  }
}
.c-connection .item {
  padding: 0 8px 16px;
}
.c-connection .item .item-link {
  height: 70px;
  width: 70px;
  display: block;
  overflow: hidden;
  border-radius: 100px;
}
.c-connection .item .item-link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-connection .item {
    padding: 0 2px 10px;
  }
  .c-connection .item .item-link {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .c-connection .item {
    padding: 0 8px 10px;
  }
  .c-connection .item .item-link {
    height: 50px;
    width: 50px;
  }
}

.c-posts .form-add {
  background-color: #83C265;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 80px;
  right: 16px;
  z-index: 999;
  transition: all 0.4s;
}
.c-posts .form-add:hover, .c-posts .form-add:focus {
  background-color: #5C9B3E;
  box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.5);
}
.c-posts .post-card {
  padding: 15px;
  border: 1px solid #F4F4F5;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #fff;
}
.c-posts .post-card .post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-posts .post-card .post-action {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.c-posts .post-card .post-action button {
  border: none;
  padding: 5px;
  background-color: transparent;
}
.c-posts .post-card .post-action .action-dropdown {
  position: absolute;
  right: -5px;
  top: 100%;
  min-width: 100px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  font-size: 12px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.c-posts .post-card .post-action .action-dropdown::before {
  content: "";
  height: 10px;
  width: 10px;
  border: 1px solid #CBCBCB;
  display: block;
  position: absolute;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
  background-color: #fff;
  border-right: 0;
  border-bottom: 0;
}
.c-posts .post-card .post-action .action-dropdown .item a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #A9A9A9;
}
.c-posts .post-card .post-action .action-dropdown .item img {
  max-width: 10px;
  width: 100%;
  margin-right: 5px;
}
.c-posts .post-card .post-action:hover .action-dropdown {
  opacity: 1;
  visibility: visible;
}
.c-posts .post-card .post-author {
  display: flex;
  align-items: center;
}
.c-posts .post-card .post-author .image {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  overflow: hidden;
}
.c-posts .post-card .post-author .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-posts .post-card .post-author .name {
  padding-left: 10px;
  padding-right: 10px;
}
.c-posts .post-card .post-author .name h4 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.c-posts .post-card .post-author .name h4 a {
  color: #52525B;
}
.c-posts .post-card .post-author .name .date {
  font-size: 12px;
  color: #A9A9A9;
}
.c-posts .post-card .post-body {
  padding: 15px 0;
  border-bottom: 1px solid #CBCBCB;
}
.c-posts .post-card .post-body .post-images {
  display: flex;
  margin: 0 -5px;
}
.c-posts .post-card .post-body .post-images .image {
  margin-bottom: 15px;
  padding: 0 5px;
  width: 100%;
  min-height: 200px;
  min-width: 33.333%;
  display: flex;
}
.c-posts .post-card .post-body .post-images .image .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.c-posts .post-card .post-body .post-images .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-posts .post-card .post-body .post-images.image-type-1 .image {
  max-width: 50%;
  flex: 0 0 50%;
}
.c-posts .post-card .post-body .post-images.image-type-1 .image .img {
  border-radius: 5px;
  overflow: hidden;
  min-height: 200px;
  position: relative;
}
.c-posts .post-card .post-body .post-images.image-type-3 {
  overflow: scroll;
}
.c-posts .post-card .post-body .post-text {
  font-size: 14px;
  line-height: 1.6;
}
.c-posts .post-card .post-footer {
  color: #A9A9A9;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.c-posts .post-card .post-footer .action-btn {
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.c-posts .post-card .post-footer .action-btn svg {
  margin-right: 5px;
}
.c-posts .post-card .post-comments {
  padding: 15px 0;
}
.c-posts .post-card .post-comments .comment-form {
  position: relative;
}
.c-posts .post-card .post-comments .comment-form .input {
  width: 100%;
  height: 45px;
  border: 1px solid #CBCBCB;
  padding: 10px;
  font-size: 14px;
  font-family: "Poppins";
  border-radius: 4px;
  padding-right: 40px;
}
.c-posts .post-card .post-comments .comment-form .input:focus {
  outline: none;
  box-shadow: none;
}
.c-posts .post-card .post-comments .comment-form .form-btn {
  background-color: #83C265;
  height: 32px;
  width: 32px;
  border-radius: 100px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 6px;
  padding: 0;
  transition: all 0.4s;
}
.c-posts .post-card .post-comments .comment-form .form-btn img {
  width: 16px;
}
.c-posts .post-card .post-comments .comment-form .form-btn:hover {
  background-color: #5C9B3E;
}
.c-posts .post-card .commentors .comment-box {
  display: flex;
  margin-bottom: 15px;
}
.c-posts .post-card .commentors .comment-box .avatar {
  height: 30px;
  width: 30px;
  max-width: 30px;
  flex: 0 0 30px;
  background-color: #eee;
  border-radius: 100px;
  margin-right: 8px;
  overflow: hidden;
}
.c-posts .post-card .commentors .comment-box .avatar img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.c-posts .post-card .commentors .comment-box .content {
  max-width: calc(100% - 34px);
  width: 100%;
}
.c-posts .post-card .commentors .comment-box .content .content-body {
  padding: 10px 10px 8px;
  border-radius: 4px;
  background-color: #F4F4F5;
}
.c-posts .post-card .commentors .comment-box .content .name {
  font-weight: 600;
  font-size: 14px;
}
.c-posts .post-card .commentors .comment-box .content .date {
  color: #A9A9A9;
  font-size: 12px;
}
.c-posts .post-card .commentors .comment-box .content .text {
  padding: 8px 0;
  font-size: 14px;
}
.c-posts .post-card .commentors .comment-box .content-actions {
  display: flex;
}
.c-posts .post-card .commentors .comment-box .content-actions .action-btn {
  padding: 8px 10px;
  font-size: 10px;
  color: #A9A9A9;
  display: flex;
  align-items: center;
}
.c-posts .post-card .commentors .comment-box .content-actions .action-btn svg {
  margin-right: 5px;
}
.c-posts .post-card .commentors .children-comment {
  padding-left: 38px;
}
.c-posts .post-card .commentors .children-comment .comment-box .avatar {
  height: 28px;
  width: 28px;
  flex: 0 0 28px;
  max-width: 28px;
}
@media screen and (min-width: 992px) {
  .c-posts .form-add {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .c-posts .post-card {
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .c-posts .post-card .post-body .post-images .image {
    min-height: 400px;
  }
}

.c-post-list .post-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #CBCBCB;
  display: flex;
}
.c-post-list .post-item .post-image {
  max-width: 65px;
  flex: 0 0 65px;
  height: 55px;
  overflow: hidden;
  display: flex;
}
.c-post-list .post-item .post-image a {
  display: block;
}
.c-post-list .post-item .post-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.c-post-list .post-item .post-text {
  padding: 0 10px;
}
.c-post-list .post-item .post-text .post-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.c-post-list .post-item .post-text .post-date {
  font-size: 12px;
  color: #A9A9A9;
}
@media screen and (min-width: 992px) {
  .c-post-list .post-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .c-post-list .post-item .post-image {
    max-width: 40px;
    flex: 0 0 40px;
    height: 40px;
  }
  .c-post-list .post-item .post-text {
    padding-right: 0;
  }
  .c-post-list .post-item .post-text .post-title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .c-post-list .post-item .post-text .post-date {
    font-size: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .c-post-list .post-item .post-image {
    max-width: 65px;
    flex: 0 0 65px;
    height: 65px;
  }
  .c-post-list .post-item .post-text .post-title {
    font-size: 14px;
  }
}

.c-footer {
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .c-footer {
    display: none;
  }
}

.c-floating-footer {
  border-top: 1px solid #F4F4F5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}
.c-floating-footer .items {
  display: flex;
  justify-content: space-between;
}
.c-floating-footer .items .item {
  text-align: center;
  padding: 10px 16px;
  flex: 1;
  height: 100%;
  position: relative;
}
.c-floating-footer .items .item::before {
  content: "";
  border-top: 4px solid #83C265;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: none;
}
.c-floating-footer .items .item .icon,
.c-floating-footer .items .item .user,
.c-floating-footer .items .item .name {
  display: block;
  font-size: 8px;
  color: #52525B;
}
.c-floating-footer .items .item .icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.c-floating-footer .items .item .user {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.c-floating-footer .items .item .user img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 100px;
}
.c-floating-footer .items .item.active::before {
  display: block;
}
.c-floating-footer .items .item.active .icon svg, .c-floating-footer .items .item.active .icon svg * {
  stroke: #83C265 !important;
  fill: #83C265 !important;
}
.c-floating-footer .items .item.active .name {
  color: #5C9B3E;
}
.c-floating-footer .items button {
  border: none;
  background-color: transparent;
  padding: 0;
  font-family: "Poppins";
}

.c-post-form {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.c-post-form .section-title {
  margin-bottom: 15px;
}
.c-post-form .post-form {
  position: relative;
}
.c-post-form .user-avatar {
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.4);
  position: absolute;
  top: 25px;
  left: 15px;
}
.c-post-form .user-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.c-post-form textarea {
  min-height: 70px;
  background-color: #F4F4F5;
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  width: 100%;
  padding: 35px 15px 25px;
  font-family: "Poppins";
  padding-left: 80px;
}
.c-post-form textarea:focus {
  outline: none;
}
.c-post-form .post-actions {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 -15px;
}
.c-post-form .post-actions input[type=file] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-post-form .post-actions .action-item {
  padding: 5px 15px 0;
}
.c-post-form .post-actions .action-item label {
  display: block;
  cursor: pointer;
}
.c-post-form .post-actions .action-item label span {
  display: flex;
  align-items: center;
  color: #71717A;
  font-size: 12px;
}
.c-post-form .post-actions .action-item label span img {
  margin-right: 10px;
  display: block;
}

.c-sidebar {
  max-width: 200px;
  flex: 0 0 200px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
}
@media screen and (min-width: 1199px) {
  .c-sidebar {
    max-width: 250px;
    flex: 0 0 250px;
  }
}
@media screen and (min-width: 1400px) {
  .c-sidebar {
    max-width: 320px;
    flex: 0 0 320px;
    padding: 24px;
  }
}
.c-sidebar .profile {
  background-color: #F4F4F5;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.c-sidebar .profile__avatar {
  height: 40px;
  width: 40px;
  max-width: 40px;
  flex: 0 0 40px;
  border-radius: 100px;
  overflow: hidden;
}
.c-sidebar .profile__avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.c-sidebar .profile__name {
  padding-left: 10px;
}
.c-sidebar .profile__name .name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 5px;
}
.c-sidebar .profile__name .profile-completion {
  font-size: 10px;
}
@media screen and (min-width: 1400px) {
  .c-sidebar .profile {
    padding: 15px;
    border-radius: 8px;
  }
  .c-sidebar .profile__avatar {
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
    max-width: 60px;
  }
  .c-sidebar .profile__name {
    padding: 0 18px;
  }
  .c-sidebar .profile__name .name {
    font-size: 16px;
  }
  .c-sidebar .profile__name .profile-completion {
    font-size: 12px;
  }
}
.c-sidebar .stats {
  padding: 10px 0;
  border-bottom: 1px solid #CBCBCB;
  display: flex;
  justify-content: space-between;
}
.c-sidebar .stats .stat-item {
  flex: 1;
  text-align: center;
}
.c-sidebar .stats .number {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.c-sidebar .stats .title {
  font-size: 10px;
  color: #71717A;
}
@media screen and (min-width: 1400px) {
  .c-sidebar .stats {
    padding: 15px 0;
  }
  .c-sidebar .stats .number {
    font-size: 16px;
  }
  .c-sidebar .stats .title {
    font-size: 12px;
  }
}
.c-sidebar .profile-toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #CBCBCB;
}
.c-sidebar .profile-toggler .toggler-label {
  font-size: 10px;
  color: #71717A;
  font-weight: 500;
}
.c-sidebar .profile-toggler .toggler-label.active {
  color: #83C265;
}
.c-sidebar .profile-toggler .c-profile-toggler {
  max-width: 50px;
}
@media screen and (min-width: 1400px) {
  .c-sidebar .profile-toggler {
    padding: 15px 0;
    justify-content: center;
  }
  .c-sidebar .profile-toggler .toggler-label {
    padding: 0 15px;
    font-size: 14px;
  }
}
.c-sidebar .navigation {
  padding: 10px 0 0;
  margin: 0 -10px;
}
.c-sidebar .navigation ul li {
  font-size: 12px;
  color: #71717A;
}
.c-sidebar .navigation ul li a {
  display: block;
  padding: 8px 20px;
  color: #71717A;
  position: relative;
}
.c-sidebar .navigation ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #83C265;
  opacity: 0;
}
.c-sidebar .navigation ul li.active {
  background-color: #F4F4F5;
}
.c-sidebar .navigation ul li.active a {
  color: #5C9B3E;
}
.c-sidebar .navigation ul li.active a::before {
  opacity: 1;
}
@media screen and (min-width: 1400px) {
  .c-sidebar .navigation {
    margin: 0 -24px;
    padding: 15px 0 0;
  }
  .c-sidebar .navigation ul li {
    font-size: 14px;
  }
  .c-sidebar .navigation ul li a {
    padding: 10px 24px;
  }
  .c-sidebar .navigation ul li a::before {
    width: 6px;
  }
}
.c-sidebar .accordions {
  border-top: 1px solid #CBCBCB;
}
.c-sidebar .ads {
  padding-top: 15px;
}

.c-btn {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins";
  background-color: #83C265;
  border: none;
  cursor: pointer;
  align-items: center;
  display: flex;
  transition: all 0.4s ease;
}
.c-btn:hover {
  background-color: #5C9B3E;
}
.c-btn img {
  margin-right: 5px;
}
.c-btn.btn--lg {
  padding: 10px 35px;
  border-radius: 100px;
}

/*# sourceMappingURL=style.css.map */
