@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500&display=swap");
h1, h1, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

h4 {
  margin-left: 15px;
}

body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

.container-fluid {
  max-width: 1400px;
}

ol, ul, dl {
  padding: 0px;
  margin: 0px;
}
ol li, ul li, dl li {
  list-style: none;
}

input::-moz-placeholder {
  color: #ddd !important;
}

input::placeholder {
  color: #ddd !important;
}

a {
  text-decoration: none !important;
  color: #242424;
}

p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #242424;
}

.right {
  text-align: right;
}

input, select {
  outline: none;
}
input:focus, select:focus {
  box-shadow: none;
}

.solid_btn {
  padding: 6px 15px;
  border-radius: 25px;
  border: 2px solid #1CB5A6;
  background-color: #1CB5A6;
  transition: 0.3s all;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .solid_btn {
    padding: 6px 10px;
  }
}
.solid_btn:hover {
  background-color: #fff;
  color: #1CB5A6;
  border: 2px solid #1CB5A6;
}

.solid_btn_outline {
  border: 2px solid #1CB5A6 !important;
  background-color: #fff !important;
  padding: 6px 15px;
  color: #1CB5A6 !important;
  transition: 0.4s all;
  display: inline-block;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
}
.solid_btn_outline:focus, .solid_btn_outline:active, .solid_btn_outline:hover {
  background-color: #1CB5A6 !important;
  transition: 0.2ms;
  color: #fff !important;
  border: 2px solid #1CB5A6;
}

.custom_scroll {
  overflow: auto;
}
.custom_scroll::-webkit-scrollbar {
  width: 5px;
}
.custom_scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.custom_scroll::-webkit-scrollbar-track {
  border: 1px solid #ddd;
  padding: 2px 0;
  background-color: #ddd;
}

a.border_btn {
  border: 2px solid #1CB5A6;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 100px;
  color: #1CB5A6;
  font-weight: 600;
}

a.border_btn:hover {
  color: #fff;
  background-color: #1CB5A6;
}

.box_shadow {
  background: #fff;
  border: 1px solid #ECEBFD;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 3px 5px #f7f7f7;
}

.main_logo {
  height: -moz-max-content;
  height: max-content;
  margin-left: 0px;
}

.sidebar.close + .home-section .inner_wrap {
  margin-left: 60px;
}
@media screen and (max-width: 991px) {
  .sidebar.close + .home-section .inner_wrap {
    margin-left: 0px;
  }
}

.user_icon span {
  display: list-item;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  list-style: none;
  margin: 5px 0 0 0;
}

.dashboard_title span {
  font-size: 14px;
  color: #1CB5A6;
}

.file_name {
  color: #999;
  margin: 5px 0;
}

.padding-left {
  padding-left: 0px;
}

.banner_img_wrap img {
  width: 100%;
}

.modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.modal-header .btn-close:focus {
  box-shadow: none;
}

.title_header_wrap img {
  max-width: 50px;
}

.title_header_wrap h5 {
  margin-left: 5px;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .form-group textarea {
  border: 1px solid #dee2e6;
}

.modal-content .modal-header {
  padding: 5px;
}

.modal-content .form-group textarea:focus {
  box-shadow: none;
}

.modal-content {
  padding: 10px 10px 0 10px;
}

.learn_more {
  margin: 10px 0 0;
}

.learn_more a {
  display: inline-block;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1CB5A6;
}

.learn_more a:hover {
  color: #242424;
}

.post_btn a:hover {
  background-color: #000;
  color: #fff;
}

.post_btn {
  margin: 10px 0 0 60px;
}

.inner_wrap_content {
  position: relative;
  padding: 0;
}

.word_count {
  text-align: right;
  margin: 0 0 10px;
  font-size: 12px !important;
  color: #ccc !important;
  display: block;
}

#complete_your_profile .modal-dialog {
  max-width: 450px;
}
#complete_your_profile .profile_main_wrapper {
  margin-bottom: 20px;
}

input.form-control, select.form-control {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px 5px;
  font-weight: 400;
  outline: none;
  font-size: 14px;
}

select.form-control {
  color: #999999;
}

.cs-txt-muted {
  color: #999999;
}

.fs-12 {
  font-size: 12px;
}

.fs-18 {
  font-size: 18px;
}

.form-control:focus, .form-select:focus {
  border-color: #1CB5A6 !important;
  box-shadow: none !important;
}

.text-wrap + .text-nowrap {
  text-align: right;
}

.cs-btn-sm i {
  height: 30px;
  width: 30px;
}

.cs-btn-sm-hover:hover i {
  background-color: #26256b;
}
.cs-btn-sm-hover .icon-border-circle_wrap {
  height: 24px;
  width: 24px;
  font-size: 12px;
  opacity: 0.7;
  border: 2px solid #1CB5A6;
  color: #1CB5A6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.cs-btn-sm-hover:hover i {
  border: 2px solid #1CB5A6 !important;
  background-color: #1CB5A6 !important;
  transition: 0.2ms;
  color: #fff !important;
}

.cs-input-spacing {
  margin: 0 0px 10px 0px;
}

.close_icon a {
  color: #1CB5A6;
}

.icon-border-circle {
  width: 38px;
  height: 38px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #1CB5A6;
  border-radius: 50%;
  margin-right: 10px;
  color: #1CB5A6;
  pointer-events: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .icon-border-circle {
    width: 28px;
    height: 28px;
    font-size: 13px;
    top: -2px;
    position: relative;
  }
}

input, textarea, select {
  border-radius: 4px;
}

/* Side_bar */
.sidebar {
  position: fixed;
  top: 105px;
  height: 100%;
  width: 220px;
  z-index: 100;
  transition: all 0.5s ease;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .sidebar {
    transform: translate(-250px, 0px);
  }
}
.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar .profile-details i, .sidebar .profile-details .profile_name, .sidebar .profile-details .job {
  display: none;
}
.sidebar .profile-details .job {
  font-size: 12px;
}
.sidebar .profile-details img {
  height: 52px;
  width: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}
.sidebar .nav-links {
  height: calc(100% - 130px);
  padding: 15px 0 0px 5px;
  background: #ECEBFD;
  border-radius: 6px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar .nav-links::-webkit-scrollbar, .sidebar .nav-links .custom_scroll::-webkit-scrollbar {
  width: 5px;
}
.sidebar .nav-links::-webkit-scrollbar-thumb, .sidebar .nav-links .custom_scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.sidebar .nav-links::-webkit-scrollbar-track, .sidebar .nav-links .custom_scroll::-webkit-scrollbar-track {
  border: 1px solid #ddd;
  padding: 2px 0;
  background-color: #ddd;
}
.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
  padding: 7px 5px;
}
.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .nav-links li .sub-menu {
  padding: 10px 6px 0px 15px;
  background: transparent;
  display: none;
}
.sidebar .nav-links li .sub-menu li {
  padding: 2px 0px 0;
}
.sidebar .nav-links li .sub-menu li a {
  word-break: break-all;
}
.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
  opacity: 1;
  transition: 0.3s;
}
.sidebar .nav-links li a:hover i, .sidebar .nav-links li a:hover span {
  color: #1CB5A6;
}
.sidebar .nav-links li a .link_name {
  font-size: 14px;
  font-weight: 500;
  color: #242424;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .nav-links li .iocn-link i.arrow {
  font-size: 12px;
}
.sidebar .nav-links li i.bx span {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: 0.3s;
}
.sidebar .nav-links li i.bx span:hover {
  opacity: 1;
}
.sidebar .nav-links li i {
  height: auto;
  min-width: 40px;
  text-align: center;
  color: #242424;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}
.sidebar .nav-links li.showMenu .sub-menu a {
  color: #242424;
  font-size: 13px;
  padding: 4px 0;
  opacity: 1;
  transition: all 0.3s ease;
  line-height: 1.3;
  font-weight: 500;
  word-break: break-word;
}
.sidebar .nav-links li.showMenu .sub-menu a:hover {
  color: #1CB5A6;
}
.sidebar .nav-links li.showMenu .sub-menu a img {
  margin-right: 8px;
}
.sidebar .nav-links li.showMenu .sub-menu li:last-child a {
  font-size: 13px;
}
.sidebar .nav-links li.showMenu .sub-menu .link_name {
  display: none;
}
.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}
.sidebar .logo-details {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details img {
  max-width: 35px;
  margin-left: 12px;
}
.sidebar .logo-details i {
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #242424;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
  margin-left: 14px;
}
.sidebar .nav-links li ul.sub-menu li a {
  line-height: 14px;
}

.sidebar.close {
  width: 62px;
}
@media screen and (max-width: 991px) {
  .sidebar.close {
    width: 220px;
    transform: translate(0px, 0px);
  }
}
.sidebar.close + section.home-section .home-content span.second {
  width: 25px;
}
.sidebar.close + section.home-section .home-content span.third {
  width: 20px;
}
.sidebar.close .profile-details {
  background: none;
  width: 62px;
}
.sidebar.close .profile-details img {
  padding: 10px;
}
.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
  background: #ecebfd;
}
.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .sidebar.close .nav-links li a .link_name {
    opacity: 1;
    pointer-events: visible;
  }
}
.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.home-section {
  position: relative;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.home-section .filter_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  position: relative;
}
.home-section .filter_wrap .column_bottom_margin {
  margin-bottom: 15px;
}
.home-section .filter_wrap label {
  background: #fff;
  padding-left: 20px;
  font-size: 14px;
}
.home-section .filter_wrap label select {
  font-size: 14px;
}
.home-section .filter_wrap p {
  margin: 0;
  background-color: #fff;
  padding-right: 20px;
}
.home-section .filter_wrap::before {
  content: "";
  position: absolute;
  bottom: 12px;
  height: 1px;
  width: 100%;
  background: #ECEBFD;
  z-index: -1;
}
.home-section .message_list_wrap {
  min-height: 250px;
}
.home-section .message_list_wrap .file_select_options {
  margin: 20px 0 0 0;
}
.home-section .message_list_wrap .file_select_options .file-decription {
  margin-left: 10px;
}
.home-section .message_list_wrap .file_select_options .file-decription h5 {
  margin: 0 0 5px;
}
.home-section .message_list_wrap .file_select_options h5 {
  margin-left: 15px;
}
.home-section .message_list_wrap .selected_file {
  border: 1px solid #f1f1f1;
  padding: 15px 10px;
  border-radius: 6px;
}
.home-section .message_list_wrap .commnets_wrap {
  margin: 10px 0 0;
}
.home-section .message_list_wrap .commnets_wrap .selected_wrap ul {
  display: flex;
  margin: 0px;
  padding: 0;
  justify-content: end;
}
.home-section .message_list_wrap .commnets_wrap .comments_replay_inner {
  display: flex;
  margin-left: 65px;
  margin-top: 20px;
}
.home-section .message_list_wrap .commnets_wrap .comments_replay_inner .comments_replay_wrap {
  background: #f7f7f7;
  padding: 10px;
  margin: 0;
  border-radius: 6px;
}
.home-section .message_list_wrap .commnets_wrap .comments_replay_inner .comments_replay_wrap ul.bottom_like_wrap li {
  width: -moz-max-content;
  width: max-content;
}
.home-section .message_list_wrap .commnets_wrap .comments_replay_inner .comments_replay_wrap ul.bottom_like_wrap li a {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  padding: 2px 5px;
  font-size: 14px;
}
.home-section .message_list_wrap .commnets_wrap .comments_replay_inner .comments_replay_wrap ul .icon_list a:hover img {
  transform: scale(1.1);
}
.home-section .message_list_wrap .commnets_wrap .profile_img {
  margin-right: 10px;
}
.home-section .message_list_wrap .commnets_wrap .user_icon {
  margin: 20px 0 0 0;
}
.home-section .message_list_wrap .commnets_wrap .user_icon .input_wrap input {
  border: 1px solid #999;
  margin: 0px;
}
.home-section .message_list_wrap .commnets_wrap li.select_inner_wrap {
  position: relative;
  margin-right: 10px;
}
.home-section .message_list_wrap .commnets_wrap li.select_inner_wrap i {
  display: flex;
  align-items: center;
  width: 45px;
  height: 45px;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 50%;
  font-size: 22px;
  color: #242424;
  cursor: pointer;
  transition: 0.3s all;
}
.home-section .message_list_wrap .commnets_wrap li.select_inner_wrap input {
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  background: transparent;
  border: none;
  opacity: 0;
  top: 0;
  cursor: pointer;
}
.home-section .message_list_wrap .commnets_wrap li.select_inner_wrap input:hover, .home-section .message_list_wrap .commnets_wrap li.select_inner_wrap i:hover {
  background-color: #1CB5A6;
}
.home-section .message_list_wrap .comments_list_section h6 {
  margin: 0;
}
.home-section .message_list_wrap .comments_list_section span {
  color: #999;
  font-size: 13px;
}
.home-section .message_list_wrap .comments_list_section .bottom_like_wrap {
  padding: 0;
  margin: 15px -5px 15px;
  display: flex;
  align-items: center;
}
.home-section .message_list_wrap .comments_list_section .bottom_like_wrap .icon_list a {
  padding: 4px;
  background: transparent;
}
.home-section .message_list_wrap .comments_list_section .bottom_like_wrap li {
  justify-content: space-between;
  width: 25%;
  text-align: center;
  margin: 0 5px;
}
.home-section .message_list_wrap .comments_list_section .bottom_like_wrap li a {
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background: #f7f7f7;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s all;
}
.home-section .message_list_wrap .comments_list_section .bottom_like_wrap li a i {
  margin-right: 10px;
}
.home-section .message_list_wrap .comments_list_section .bottom_like_wrap li a:hover {
  background-color: #1CB5A6;
  color: #fff;
}
.home-section .message_list_wrap .social_wrap i.fa-share-square {
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s all;
}
.home-section .message_list_wrap .social_wrap i.fa-share-square:hover {
  color: #1CB5A6;
}
.home-section .message_list_wrap .post_data img {
  width: 100%;
}
.home-section .message_list_wrap .description {
  margin: 10px 0 0 0;
}
.home-section .inner_wrap {
  margin-left: 220px;
  padding: 25px;
  margin-top: 80px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .home-section .inner_wrap {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .home-section .inner_wrap {
    padding: 15px;
  }
}
.home-section .inner_wrap .edits_option {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-section .inner_wrap .edits_option i, .home-section .inner_wrap .edits_icon a i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1CB5A6;
  color: #1CB5A6;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  .home-section .inner_wrap .edits_option i, .home-section .inner_wrap .edits_icon a i {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.home-section .inner_wrap .edits_option i:hover, .home-section .inner_wrap .edits_icon a i:hover {
  background-color: #1CB5A6;
  color: #fff;
}
.home-section .inner_wrap .msg_top_wrap .row.mb-3 {
  gap: 0px;
}
.home-section .inner_wrap .msg_top_wrap .post_btn a {
  background: #1CB5A6;
  padding: 3px 15px 5px;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  text-transform: capitalize;
}
.home-section .inner_wrap .msg_top_wrap input.white {
  background: #fff;
}
.home-section .inner_wrap .msg_top_wrap .select_img_wrap {
  width: 100%;
  padding: 0 15px 0px 15px;
  min-height: 450px;
  overflow-y: auto;
  max-height: 450px;
  overflow-x: hidden;
  margin-bottom: 15px;
  display: none;
}
.home-section .inner_wrap .msg_top_wrap .select_img_wrap ul {
  display: flex;
  margin: 0px;
  padding: 0px 15px;
  justify-content: end;
}
.home-section .inner_wrap .msg_top_wrap .select_img_wrap img {
  width: 100%;
}
.home-section .inner_wrap .msg_top_wrap .list_wrap input {
  position: absolute;
  opacity: 0;
  left: 0;
  margin-left: 0;
}
.home-section .inner_wrap .msg_top_wrap .list_wrap ul {
  display: flex;
  margin: 30px 0 0 0;
  border-top: 1px solid #ECEBFD;
  padding: 15px 0 0;
}
@media screen and (max-width: 991px) {
  .home-section .inner_wrap .msg_top_wrap .list_wrap ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.home-section .inner_wrap .msg_top_wrap .list_wrap ul li {
  text-align: center;
  margin: 0 5px;
  border: 1px solid #ECEBFD;
  border-radius: 30px;
  box-shadow: 0 3px 5px #f7f7f7;
}
@media screen and (max-width: 991px) {
  .home-section .inner_wrap .msg_top_wrap .list_wrap ul li {
    margin: 0px;
  }
}
.home-section .inner_wrap .msg_top_wrap .list_wrap ul li i {
  font-size: 18px;
  margin-right: 8px;
}
.home-section .inner_wrap .msg_top_wrap .list_wrap ul li a {
  display: flex;
  color: #242424;
  align-items: center;
  padding: 8px 15px 8px 15px;
  transition: 0.3s all;
  background-color: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
.home-section .inner_wrap .msg_top_wrap .list_wrap ul li a:hover {
  background-color: #1CB5A6;
  color: #fff;
}
.home-section .inner_wrap .msg_top_wrap .cs-work-section .inner_page_title h2 {
  font-size: 20px;
}
.home-section .inner_wrap .msg_top_wrap .cs-work-section .post_btn {
  text-align: left;
  margin: 8px 0 0 60px;
}
.home-section .inner_wrap .msg_top_wrap .inner_wrap_column {
  position: relative;
}
@media screen and (max-width: 991px) {
  .home-section .inner_wrap .msg_top_wrap .inner_wrap_column {
    flex-wrap: nowrap;
  }
  .home-section .inner_wrap .msg_top_wrap .inner_wrap_column .col-md-1 {
    width: 15%;
  }
  .home-section .inner_wrap .msg_top_wrap .inner_wrap_column .col-md-11 {
    width: 85%;
  }
}
.home-section .inner_wrap .msg_top_wrap .inner_wrap_column .auto_resize_wrap textarea {
  outline: none;
  width: 100%;
  background: #F7F7F7;
  border: none;
  border-radius: 30px;
  min-height: 45px;
  padding: 10px;
  font-size: 14px;
}
.home-section .inner_wrap .msg_top_wrap .inner_wrap_column .auto_resize_wrap textarea::-moz-placeholder {
  color: #999;
}
.home-section .inner_wrap .msg_top_wrap .inner_wrap_column .auto_resize_wrap textarea::placeholder {
  color: #999;
}
.home-section .inner_wrap .msg_top_wrap .inner_wrap_column .textarea[contenteditable]:empty::before {
  content: "Say....";
  color: #ddd;
}
.home-section .inner_wrap .msg_top_wrap .inner_wrap_column .textarea {
  display: block;
  overflow: hidden;
  resize: both;
  outline: none;
  height: auto;
  padding: 12px 10px;
}
.home-section .inner_wrap .msg_top_wrap .inner_wrap_column .textarea span {
  background: transparent !important;
}
.home-section .inner_wrap .msg_top_wrap .inner_wrap_column .textarea .input {
  position: absolute;
  width: 100%;
  left: 0;
}
.home-section .inner_wrap .msg_top_wrap input, .home-section .inner_wrap .msg_top_wrap span.textarea {
  width: 100%;
  background: #F7F7F7;
  border: none;
  border-radius: 30px;
  padding: 0 15px;
  height: 45px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  padding: 10px;
}
.home-section .inner_wrap .msg_top_wrap .input, .home-section .inner_wrap .msg_top_wrap .textarea {
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  padding: 1px 6px;
}
.home-section .inner_wrap .select_view_wrap {
  margin-bottom: 15px;
}
.home-section .inner_wrap .select_view_wrap .select_wrap {
  margin: 0 10px 10px 0;
}
.home-section .inner_wrap .select_view_wrap .select_wrap select {
  padding: 8px 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  height: 40px;
  color: #444;
}
.home-section .inner_wrap .employee_details ul {
  padding: 0px;
  margin: 15px 0;
  display: flex;
}
.home-section .inner_wrap .employee_details ul li {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.home-section .inner_wrap .employee_details ul li img {
  max-width: 28px;
  margin-right: 10px;
}
.home-section .inner_wrap .discriptions_wrap {
  margin: 5px 0 0 0;
}
.home-section .inner_wrap .discriptions_wrap p {
  margin-bottom: 5px;
  font-size: 14px;
}
.home-section .inner_wrap .discriptions_wrap p a {
  text-decoration: underline !important;
  color: #1CB5A6;
}
.home-section .inner_wrap .discriptions_wrap ul li, .home-section .inner_wrap .discriptions_wrap ul ol {
  font-size: 14px;
  list-style: decimal;
  margin-left: 15px;
}
.home-section .inner_wrap .user_icon i {
  background: #1CB5A6;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  color: #fff;
}
.home-section .inner_wrap .right_news_wrap .title_wrap h4 {
  font-size: 18px;
  margin: 0;
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 16px;
}
.home-section .inner_wrap .right_news_wrap .title_wrap h4 i {
  font-size: 18px;
  margin-right: 10px;
}
.home-section .inner_wrap .right_news_wrap .news_list p {
  margin: 15px 0 0 0;
  background: #fff;
  border: 1px solid #ECEBFD;
  padding: 15px 15px 15px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 5px #f7f7f7;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 991px) {
  .home-section .inner_wrap .right_news_wrap .news_list p {
    padding: 10px 10px 10px 30px;
  }
}
.home-section .inner_wrap .right_news_wrap .news_list p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #1CB5A6;
  left: 15px;
  top: 22px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .home-section .inner_wrap .right_news_wrap .news_list p::before {
    width: 8px;
    height: 8px;
    top: 16px;
  }
}
.home-section .inner_wrap .right_news_wrap .news_list p a {
  display: block;
  text-align: right;
  margin: 10px 0 0 0;
  font-size: 14px;
  text-decoration: underline;
  color: #1CB5A6;
  transition: 0.3s;
  font-weight: 500;
  text-underline-offset: 5px;
}
.home-section .inner_wrap .right_news_wrap .news_list p a:hover {
  color: #242424;
}
.home-section .inner_wrap .right_news_wrap .news_list p a i {
  margin-left: 5px;
  font-size: 12px;
}
.home-section .inner_wrap .popular_discussion {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 6px;
}
.home-section .inner_wrap .popular_discussion ul {
  counter-reset: my-badass-counter;
}
.home-section .inner_wrap .popular_discussion ul li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
  font-size: 14px;
}
.home-section .inner_wrap .popular_discussion ul li::before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background: rgba(66, 181, 166, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  top: 2px;
}
.home-section .inner_wrap .top_ontributors {
  margin-top: 20px;
  background: rgb(247, 247, 247);
  padding: 25px 15px 0px 15px;
  border-radius: 6px;
}
.home-section .inner_wrap .top_ontributors ul {
  display: flex;
  margin: 35px -10px 0;
  flex-wrap: wrap;
}
.home-section .inner_wrap .top_ontributors ul li {
  width: calc(50% - 20px);
  text-align: center;
  margin: 10px 10px 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 10px #eae9e9;
}
.home-section .inner_wrap .top_ontributors ul li img {
  margin-bottom: 10px;
  margin-top: -20px;
}
.home-section .inner_wrap .top_ontributors ul li h6 {
  margin: 3px 0;
  font-size: 14px;
}
.home-section .inner_wrap .top_ontributors ul li.view_more_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section .inner_wrap .top_ontributors ul li.view_more_link a i {
  background: #1CB5A6;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 5px;
  transition: 0.3s all;
}
.home-section .inner_wrap .top_ontributors ul li.view_more_link a:hover {
  color: #000;
}
.home-section .inner_wrap .top_ontributors ul li.view_more_link a {
  transition: 0.3s all;
}
.home-section .inner_wrap .top_ontributors ul li.view_more_link a:hover i {
  background-color: #000;
  transition: 0.3s all;
}
.home-section .inner_wrap .top_ontributors ul li.view_more_link img {
  margin-bottom: 10px;
  margin-top: 0px;
}
.home-section .home-content {
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu {
  margin: 0 0px;
  cursor: pointer;
}
.home-section .home-content .bx-menu span {
  width: 35px;
  height: 3px;
  background: #000;
  display: block;
  margin: 8px;
  transition: 0.4s all;
}
.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}
.home-section .home-content .bx-menu, .home-section .home-content .text {
  color: #11101d;
  font-size: 35px;
}

.Header_part {
  position: fixed;
  z-index: 11;
  width: 100%;
  left: 0;
  top: 0;
  right: 0px;
  padding: 0 10px;
  background: #ecebfd;
}
.Header_part .right_bar {
  width: 80%;
  padding-right: 0px;
}
@media screen and (max-width: 991px) {
  .Header_part .right_bar {
    display: none;
  }
}
.Header_part .right_bar .search_bar {
  justify-content: right;
}
.Header_part .right_bar .search_bar .input-group {
  position: relative;
  width: 300px;
  margin-right: 30px;
}
.Header_part .right_bar .search_bar .form-outline {
  width: 100%;
}
.Header_part .right_bar .search_bar .form-outline input {
  outline: none;
  height: 40px;
  border-radius: 6px;
  border: none;
  padding: 0 10px 0 40px;
}
.Header_part .right_bar .search_bar button {
  position: absolute !important;
  right: auto;
  left: 0px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer !important;
  line-height: 30px;
  top: 0;
}
.Header_part .right_bar .search_bar button i {
  font-size: 18px;
  color: #eeeded;
}
.Header_part .right_bar ul li {
  text-align: center;
}
.Header_part .right_bar ul li:active {
  background: #1CB5A6;
  color: #1CB5A6;
}
.Header_part .right_bar ul li a {
  text-decoration: none;
  text-align: center;
  transition: 0.3s all;
  padding: 15px;
  display: block;
  color: #242424;
}
.Header_part .right_bar ul li a i {
  font-size: 17px;
}
.Header_part .right_bar ul li a:hover {
  color: #1CB5A6;
}
.Header_part .right_bar ul li a span {
  display: block;
  font-size: 14px;
  margin: 5px 0 0 0;
  font-weight: 500;
}
.Header_part .right_bar ul .user_profile .profile_img_wrap .view_profile a {
  padding: 8px;
}
.Header_part .right_bar ul .user_profile .profile_img_wrap .view_profile a:hover {
  background-color: #1CB5A6;
  color: #fff;
}
.Header_part .right_bar ul li.user_profile:hover .user_id_wrap {
  opacity: 1;
  transform: translate(0%, 0px);
}
.Header_part .left_bar {
  width: 20%;
}

.event-wrap {
  margin: 10px 0 0 0;
}
.event-wrap .user_icon {
  margin: 10px 0 0 0;
}
.event-wrap .user_icon h4 {
  font-size: 14px;
  font-weight: 400;
}
.event-wrap .description h5 {
  font-size: 18px;
  margin: 7px 0 5px;
}
.event-wrap .events_left_wrap h5 {
  margin-top: 5px;
}
.event-wrap .events_left_wrap p {
  margin-bottom: 10px;
}

.post_and_article_wrap {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}
.post_and_article_wrap img {
  width: 100%;
}

.modal-footer .left_side_btn {
  margin: 0;
}

.cl_bl {
  color: #1CB5A6;
}

.modal-footer_custom button {
  width: -moz-max-content;
  width: max-content;
  text-align: right;
  float: right;
  margin-bottom: 15px;
  background: #000;
  padding: 8px 20px;
  border-radius: 30px;
  border: none;
  opacity: 0.2;
  color: #fff;
  margin-right: 15px;
}
.modal-footer_custom .selected_wrap {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media (min-width: 576px) {
  .modal-dialog.modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
    width: 100%;
    border: none;
  }
}
.profile_img img {
  max-width: 45px;
  border-radius: 50%;
}

.profile_img_wrap .user_test {
  margin-left: 15px;
  text-align: left;
  font-weight: 600;
}
.profile_img_wrap .user_test span {
  display: block;
  color: #999;
  font-size: 14px;
}
.profile_img_wrap .profile img {
  max-width: 50px;
  border-radius: 50%;
}

.user_id_wrap {
  position: absolute;
  right: 0;
  background: #ecebfd;
  padding: 10px;
  min-width: 260px;
  opacity: 0;
  transform: translate(100%, 0px);
  transition: all 0.5s ease;
}
.user_id_wrap .view_profile a {
  padding: 5px;
  background: #fff;
  margin: 10px 0;
  border-radius: 20px;
  line-height: 1.5;
  transition: 0.3s all;
}
.user_id_wrap .inner_link_list {
  text-align: left;
}
.user_id_wrap .inner_link_list ul li a {
  padding: 2px 0;
  font-size: 14px;
  font-weight: 500;
  color: #999;
  transition: 0.3s all;
}
.user_id_wrap .inner_link_list ul li a:hover {
  color: #1CB5A6;
}
.user_id_wrap .inner_link_list ul li.sign_out a {
  margin: 10px 0 0 0;
  border-top: 1px solid #fff;
  padding: 5px 0 0 0;
}

.comments_replay_wrap .reply_like_wrap .input_wrap input {
  background: #fff;
  margin-left: 0;
}
.comments_replay_wrap .reply_like_wrap li {
  width: auto;
  position: relative;
}
.comments_replay_wrap .reply_like_wrap li:hover .icon_list {
  display: flex;
}
.comments_replay_wrap .reply_like_wrap ul.bottom_like_wrap a {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  padding: 2px 5px;
  font-size: 14px;
}
.comments_replay_wrap .reply_like_wrap ul.bottom_like_wrap a:hover {
  background-color: #1CB5A6;
}

.reply_like_wrap li {
  position: relative;
}
.reply_like_wrap li:hover .icon_list {
  display: flex;
}
.reply_like_wrap .icon_list {
  position: absolute;
  top: -40px;
  display: none;
  background: #fff;
  padding: 0px;
  border-radius: 4px;
}
.reply_like_wrap .icon_list img {
  max-width: 30px;
  transition: 0.3s all;
}
.reply_like_wrap .icon_list a:hover img {
  transform: scale(1.1);
}

.profile_banner img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .profile_banner img {
    height: 150px;
  }
}

.inner_wrap_content .profile_name_wrap {
  position: relative;
  margin: -30px 0 0 0;
}
.inner_wrap_content .profile_name_wrap .group_name input {
  border-bottom: 1px solid #ccc !important;
  border: none;
  width: 100%;
}
.inner_wrap_content .profile_name_wrap .profile-content span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.inner_wrap_content .profile_name_wrap .edits_icon a {
  margin: 50px 0 0 0;
  display: block;
  color: #1CB5A6;
  border-radius: 50%;
}
.inner_wrap_content .profile_name_wrap .edits_icon a:hover {
  background-color: #1CB5A6;
  color: #fff;
}
.inner_wrap_content .profile_name_wrap .profile-img img {
  max-width: 150px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .inner_wrap_content .profile_name_wrap .profile-img img {
    max-width: 80px;
  }
}
.inner_wrap_content .profile_name_wrap .profile-content {
  margin: 0px 0 0 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .inner_wrap_content .profile_name_wrap .profile-content {
    margin: 0px 0 0 15px;
  }
}
.inner_wrap_content .profile_name_wrap .profile-content p {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
}
.inner_wrap_content .profile_name_wrap .profile-content h4 {
  font-size: 16px;
  margin: 50px 0 0px;
}
@media screen and (max-width: 991px) {
  .inner_wrap_content .profile_name_wrap .profile-content h4 {
    font-size: 14px;
  }
}
.inner_wrap_content .profile_name_wrap .profile-content h4 span {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.inner_wrap_content .Profile_top_tabbar {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .inner_wrap_content .Profile_top_tabbar .file_wrapper .inner_wrap_column .row {
    align-items: center;
  }
}
.inner_wrap_content .Profile_top_tabbar .file_wrapper .inner_wrap_column .media-body {
  width: 90%;
}
.inner_wrap_content .Profile_top_tabbar .file_wrapper .inner_wrap_column .left_side_img {
  width: 10%;
  margin-right: 15px;
}
.inner_wrap_content .Profile_top_tabbar .file_wrapper .inner_wrap_column .left_side_img img {
  width: 100%;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section {
  border: 1px solid #ECEBFD;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .inner_wrap_content .Profile_top_tabbar .inner_profile_details_section > div {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .inner_form_wrap label {
  font-weight: 800;
  margin: 0px 0 0;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content {
  width: 75%;
  padding: 15px;
  border-left: 1px solid #ECEBFD;
}
@media screen and (max-width: 767px) {
  .inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content {
    width: 100%;
  }
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .inner_form_wrap .otp_number p {
  margin: 10px 0;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .inner_form_wrap .otp_number ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .inner_form_wrap .otp_number ul li {
  margin: 0 10px;
  text-align: center;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .inner_form_wrap .otp_number ul li:first-child {
  margin-left: 0;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .inner_form_wrap .otp_number ul li input {
  max-width: 30px;
  height: 25px !important;
  padding: 0 !important;
  text-align: center;
  padding-bottom: 5px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0px !important;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .details_wrap_inner .in_column {
  background: #fff;
  border: 1px solid #999;
  padding: 5px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .details_wrap_inner .in_column img {
  border-radius: 50%;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .details_wrap_inner .in_column .name_wrap h5 {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .details_wrap_inner .column {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .details_wrap_inner .column .icon_img i {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #1CB5A6;
  border-radius: 50%;
  margin-right: 10px;
  color: #1CB5A6;
  font-size: 18px;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .details_wrap_inner .user_all_details p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .language_wrap .repets_column .pluse_icon {
  margin: 0px 0 15px;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .language_wrap .repets_column .pluse_icon a {
  color: #1CB5A6;
  text-transform: capitalize;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  display: block;
  font-size: 14px;
}
.inner_wrap_content .Profile_top_tabbar .inner_profile_details_section .tab-content .language_wrap h4 {
  margin: 20px 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.inner_wrap_content .Profile_top_tabbar .inner_left_bar {
  padding: 15px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .inner_wrap_content .Profile_top_tabbar .inner_left_bar {
    width: 100%;
  }
}
.inner_wrap_content .Profile_top_tabbar .inner_left_bar .nav-pills .nav-link {
  text-align: left;
  color: #000;
  font-weight: 500;
  border-left: 3px solid transparent;
  padding: 8px;
}
.inner_wrap_content .Profile_top_tabbar .inner_left_bar .nav-pills .nav-link.active, .inner_wrap_content .Profile_top_tabbar .inner_left_bar .nav-pills .show > .nav-link {
  background-color: transparent;
  border-radius: 0;
  color: #1CB5A6;
  border-left: 3px solid;
}
.inner_wrap_content .Profile_top_tabbar .tab_list {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
}
.inner_wrap_content .Profile_top_tabbar .tab_list ul.nav {
  border: 0;
}
@media screen and (max-width: 991px) {
  .inner_wrap_content .Profile_top_tabbar .tab_list ul.nav {
    gap: 10px;
  }
}
.inner_wrap_content .Profile_top_tabbar .tab_list ul.nav li.nav-item {
  border-radius: 25px;
  overflow: hidden;
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  .inner_wrap_content .Profile_top_tabbar .tab_list ul.nav li.nav-item {
    margin-right: 0px;
  }
}
.inner_wrap_content .Profile_top_tabbar .tab_list ul.nav a.nav-link {
  border: none;
  margin: 0;
  color: #242424;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-weight: 500;
  padding: 6px 15px;
}
@media screen and (max-width: 991px) {
  .inner_wrap_content .Profile_top_tabbar .tab_list ul.nav a.nav-link {
    font-size: 14px;
  }
}
.inner_wrap_content .Profile_top_tabbar .tab_list ul.nav a.nav-link.active {
  background: #1CB5A6;
  color: #fff;
  border-radius: 25px;
}

.dashboard_title h4 {
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.dashboard_title h4::before {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  background: #000;
  height: 2px;
  bottom: 0;
}

.inner_profile_details_section .inner_form_wrap .two_column {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  .inner_profile_details_section .inner_form_wrap .two_column {
    flex-wrap: wrap;
  }
}
.inner_profile_details_section .inner_form_wrap .two_column .input_column {
  width: 50%;
  margin: 0 5px 10px;
}
@media screen and (max-width: 767px) {
  .inner_profile_details_section .inner_form_wrap .two_column .input_column {
    width: 100%;
  }
}
.inner_profile_details_section .inner_form_wrap .two_column .input_column input, .inner_profile_details_section .inner_form_wrap .two_column .input_column select, .inner_profile_details_section .inner_form_wrap .two_column .input_column textarea {
  width: 100%;
}
.inner_profile_details_section .inner_form_wrap .language_wrap h4 {
  margin: 20px 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.inner_profile_details_section .inner_form_wrap .language_wrap .repets_column .pluse_icon {
  margin: 0px 0 15px;
  color: var(--blue);
  text-transform: capitalize;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  display: block;
  font-size: 14px;
}
.inner_profile_details_section .inner_form_wrap input, .inner_profile_details_section .inner_form_wrap select, .inner_profile_details_section .inner_form_wrap textarea {
  height: 35px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px 5px;
  font-weight: 400;
  outline: none;
  font-size: 14px;
}
.inner_profile_details_section .inner_form_wrap textarea {
  min-height: 100px;
}

.cs-modal {
  border: 2px solid #1CB5A6 !important;
}
.cs-modal .left_side_btn button.solid_btn_light {
  background: transparent;
  border: 1px solid #999;
  padding: 5px 10px;
  font-size: 14px;
}
.cs-modal .certificate-profile-img-wrapper {
  background-color: #F7F7F7;
  padding: 10px;
  text-align: center;
}
.cs-modal .certificate-profile-img-wrapper img.certificate-profile-img {
  width: 100%;
}
.cs-modal .form-check-input, .cs-modal .form-check-input:checked {
  background-color: #fff !important;
  border-color: #1CB5A6 !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}
.cs-modal .form-check-input:checked[type=checkbox] {
  background-image: url(../img/check.png) !important;
  background-size: 12px;
}
.cs-modal .btn-close {
  background-image: url(../img/close.png);
  opacity: 0.7;
}
.cs-modal .modal-header {
  justify-content: center;
  text-align: center;
  border: 0;
}
.cs-modal .modal-header .modal-title {
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
  margin-left: 0px;
}
@media screen and (max-width: 991px) {
  .cs-modal .modal-header .modal-title {
    font-size: 20px;
  }
}
.cs-modal .modal-header .modal-title::after {
  content: "";
  height: 2px;
  width: 70%;
  background: #1CB5A6;
  position: absolute;
  left: 13%;
  bottom: -10px;
}
.cs-modal .selected_inner_img img {
  width: 100%;
}

div#alert_popup .modal-dialog.modal-dialog {
  max-width: 400px;
}
div#alert_popup .modal-dialog .modal-body {
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  div#alert_popup .modal-dialog .modal-body {
    padding: 0px;
  }
}
div#alert_popup .modal-dialog .modal-body p {
  font-size: 18px;
  margin-bottom: 0px;
}
div#alert_popup .modal-dialog h4.modal-title_no {
  margin: 0;
}
div#alert_popup .modal-dialog h4.modal-title_no i {
  font-size: 50px;
  color: #60cbc1;
}

@media screen and (max-width: 991px) {
  .modal-body {
    padding: 0px 0 15px;
  }
}

.edit_icon_inner {
  position: relative;
}
.edit_icon_inner a i {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #1CB5A6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1CB5A6;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  .edit_icon_inner a i {
    bottom: 0px;
    right: 0px;
  }
}
.edit_icon_inner a i:hover {
  background-color: #1CB5A6;
  color: #fff;
}

#edit_popup .selected_inner_img img {
  width: 100%;
}
#edit_popup .selected_inner_img.profile_img_main {
  max-width: 200px;
  margin: 0 auto;
}
#edit_popup .selected_inner_img.profile_img_main img {
  border-radius: 50%;
}
#edit_popup .modal-body {
  padding: 0 0 1rem 0;
}
#edit_popup .modal-footer {
  padding: 0.75rem 0;
}

div#edit_profile_img .modal-dialog {
  max-width: 600px;
  width: 100%;
}

.searchInput .icon {
  position: absolute;
  right: 6px;
  top: 6px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchInput .icon i {
  font-weight: 400;
}
.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}
.searchInput .resultBox li {
  list-style: none;
  padding: 4px 8px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
  font-size: 14px;
}
.searchInput .resultBox li:hover {
  background: #efefef;
}
.searchInput:active .resultBox li {
  display: block;
}
.searchInput:active .resultBox {
  padding: 5px 0;
  opacity: 1;
  pointer-events: auto;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 4px;
  position: absolute;
  background: #fff;
  width: 100%;
}

.filterResult {
  justify-content: center;
  flex-wrap: wrap;
}
.filterResult a {
  cursor: pointer;
  text-align: center;
}
.filterResult a img {
  max-width: 90px;
}

.profile_main_wrapper i {
  font-size: 50px;
  color: #1CB5A6;
}
.profile_main_wrapper h5 {
  margin: 15px 0;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 18px;
}

.cs-icon-square-fill {
  width: 42px;
  height: 40px;
  color: #fff;
  border: 1px solid #1CB5A6;
  border-radius: 6px;
  background-color: #a4e1db;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}

.fa-linkedin-in.cs-icon-square-fill {
  background: #0a66c2;
  border-color: #0a66c2;
}

.fa-facebook-f.cs-icon-square-fill {
  border-color: #1877f2;
  background-image: linear-gradient(#5499f4, #1877f2);
}

.fa-twitter.cs-icon-square-fill {
  border-color: #1c96e8;
  background-color: #1c96e8;
}

.fa-instagram.cs-icon-square-fill {
  background-image: linear-gradient(150deg, #880cf0 0%, #f602cc 30%, #f20074 55%, #efc101);
}

.fw-500 {
  font-weight: 500;
}

.cs-text-priamry {
  color: #1CB5A6;
}

.cs-work-section {
  border: 1px solid #ECEBFD;
  background-image: linear-gradient(#fff, #F2FEFD);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cs-work-section {
    padding: 10px;
    margin-bottom: 0px;
  }
}
.cs-work-section .inr_chat_board {
  margin: 20px 0 0 0;
}
.cs-work-section .inr_chat_board textarea {
  width: 100%;
  border: 1px solid #ccc;
  height: 100px;
  padding: 10px;
  outline: none;
}
.cs-work-section .inr_chat_board textarea::-moz-placeholder {
  color: #999;
}
.cs-work-section .inr_chat_board textarea::placeholder {
  color: #999;
}
.cs-work-section .file_captions img {
  max-width: 50px;
}
.cs-work-section .file_captions .column {
  width: 92%;
}
.cs-work-section .file_captions .uploads_file_img {
  width: 8%;
  text-align: right;
}
.cs-work-section .input_form_wrap {
  margin: 20px 0px;
}
.cs-work-section .input_form_wrap .select_documentation {
  margin: 20px 0 0 0;
}
.cs-work-section .input_form_wrap .select_documentation select {
  padding: 8px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
.cs-work-section .input_form_wrap .solid_btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.cs-work-section .input_form_wrap .solid_btn:hover a {
  color: #1CB5A6;
}
.cs-work-section .input_form_wrap .solid_btn a {
  color: #fff;
}
.cs-work-section .input_form_wrap .solid_btn a:hover {
  color: #1CB5A6;
}
.cs-work-section .input_form_wrap .column {
  margin-bottom: 10px;
  position: relative;
}
.cs-work-section .input_form_wrap .column .close_icon {
  transform: rotate(45deg);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 0px;
  top: 14px;
}
.cs-work-section .input_form_wrap .column .close_icon i {
  font-size: 14px;
  border: none;
  background: no-repeat;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1CB5A6;
}
.cs-work-section .input_form_wrap .column input {
  margin: 0;
  padding-right: 40px;
}
.cs-work-section .input_form_wrap .column:last-child {
  margin-bottom: 0;
}
.cs-work-section .select_img_wrapper .text_wrap input {
  background: transparent;
  padding: 0;
  border-radius: 0px;
  font-size: 30px;
  margin-bottom: 10px;
  margin-left: 0;
}
.cs-work-section .select_img_wrapper .text_wrap input::-moz-placeholder {
  color: #999;
}
.cs-work-section .select_img_wrapper .text_wrap input::placeholder {
  color: #999;
}
.cs-work-section .select_img_wrapper .text_wrap textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  min-height: 120px;
  outline: none;
}
.cs-work-section .select_img_wrapper .img_and_select {
  background: #f9f9f9;
  margin: 20px 0;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
.cs-work-section .select_img_wrapper .img_and_select p {
  font-size: 16px;
}
.cs-work-section .select_img_wrapper .img_and_select img {
  max-width: 90px;
  margin-bottom: 10px;
}
.cs-work-section .select_img_wrapper .img_and_select a {
  position: relative;
  border: 2px solid #ccc;
  color: #000;
  font-weight: 500;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 20px;
}
.cs-work-section .select_img_wrapper .img_and_select input {
  position: absolute;
  opacity: 0;
  left: 0;
  margin-left: 0;
  top: 0;
  height: 38px;
}
.cs-work-section .progress_bar_inner {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 10px;
  margin: 20px 0 0;
}
.cs-work-section .progress_bar_inner .progress_main_wrap {
  margin: 10px 0 0 0;
}
.cs-work-section .progress_bar_inner .progress_main_wrap .progress_list_wrap p {
  margin: 0;
  font-size: 13px;
  margin-right: 10px;
}
.cs-work-section .progress_bar_inner .progress_main_wrap .progress_list_wrap a {
  font-size: 13px;
  font-weight: bold;
  color: #1CB5A6;
}
.cs-work-section .progress_bar_inner .progress_main_wrap .progress.active p {
  display: block;
  background: #1CB5A6;
}
.cs-work-section .progress_bar_inner .progress {
  height: 2rem;
  margin-bottom: 15px;
}
.cs-work-section .progress_bar_inner .progress .progress-bar h5 {
  color: #000;
}
.cs-work-section .progress_bar_inner .progress .progress-bar p {
  display: none;
}
.cs-work-section .progress_bar_inner .progress::last-child {
  margin-bottom: 5px;
}
.cs-work-section .progress_bar_inner .progress:active .progress-bar, .cs-work-section .progress_bar_inner .progress:active .progress-bar p {
  background-color: rgba(28, 181, 166, 0.4196078431);
}
.cs-work-section .progress_bar_inner .progress:active .form-check_wrap input[type=checkbox] {
  background-color: #26256b;
  opacity: 1;
}
.cs-work-section .progress_bar_inner .progress .progress-bar {
  padding: 5px;
  overflow: visible;
  background-color: rgba(28, 181, 166, 0.4196078431);
  align-items: start;
}
.cs-work-section .progress_bar_inner .progress .progress-bar h5 {
  margin: 0 0 0 5px;
}
.cs-work-section .progress_bar_inner .progress .progress-bar .form-check_wrap {
  width: 100%;
}
.cs-work-section .progress_bar_inner .progress .progress-bar .form-check_wrap input[type=checkbox] {
  position: relative;
  border: 1px solid #242424;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.3em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 0px;
  background-color: #fff;
}
.cs-work-section .progress_bar_inner .progress .progress-bar .form-check_wrap input[type=checkbox]:checked {
  background-color: #26256b;
  opacity: 1;
}
.cs-work-section .progress_bar_inner .progress .progress-bar .form-check_wrap input[type=checkbox]:hover {
  opacity: 1;
}
.cs-work-section .progress_bar_inner .progress .progress-bar label {
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.cs-work-section .progress_bar_inner .progress .progress-bar .form-check_wrap input[type=checkbox]::before, .cs-work-section .progress_bar_inner .progress .progress-bar .form-check_wrap input[type=checkbox]::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.cs-work-section .progress_bar_inner h4 {
  margin: 0 0 5px;
  font-size: 16px;
}
.cs-work-section .progress_bar_inner .inr_content {
  position: relative;
}
.cs-work-section .progress_bar_inner .inr_content p {
  margin: 0;
  position: absolute;
  right: auto;
  top: -8px;
  display: block;
  z-index: 111;
  color: #fff;
  padding: 6px;
  left: -5px;
  border-radius: 6px 0 0 6px;
}
.cs-work-section .progress_bar_inner .inr_content h5 {
  margin: 0;
  font-size: 14px;
}
.cs-work-section .user_icon {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .cs-work-section .user_icon h4 {
    font-size: 16px;
  }
}
.cs-work-section .article_img img {
  width: 100%;
}
.cs-work-section .add_skliss_wrap {
  margin: 35px 0 0 0;
}
.cs-work-section .add_skliss_wrap input {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 90%;
  margin-right: 10px;
}
.cs-work-section .left_img {
  margin-right: 10px;
  width: 150px;
}
.cs-work-section .inner_skills_Wrap ul li {
  width: auto;
  display: flex;
  align-items: center;
  border-radius: 25px;
  margin: 0 10px 10px 0;
  padding: 5px 8px;
  background-color: #1CB5A6;
  color: #fff;
  font-size: 14px;
}
.cs-work-section .inner_skills_Wrap ul li a {
  width: 25px;
}
.cs-work-section .inner_skills_Wrap ul li .icon-border-circle {
  width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 2;
  transform: rotate(45deg);
  margin-left: 8px;
  position: relative;
  top: 0px;
}

.write_article_text {
  text-align: right;
  margin-bottom: 15px;
}
.write_article_text img {
  max-width: 30px;
}
.write_article_text a {
  border: 1px solid #ccc;
  color: #242424;
  padding: 5px 10px 7px;
  border-radius: 25px;
  transition: 0.3s all;
  display: inline-block;
}
.write_article_text a:hover {
  background-color: #1CB5A6;
  color: #fff;
}

.cs-top--10 {
  position: relative;
  top: -10px;
}

.btn-check:focus + .btn, .btn:focus, .form-check-input:focus {
  box-shadow: none !important;
}

p.notification_count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #1CB5A6;
  color: #fff;
  font-size: 11px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.fa-bell {
  position: relative;
}

.noti_content {
  margin-left: 15px;
}
.noti_content p {
  margin-bottom: 0;
}

.time_and_share {
  text-align: right;
}
.time_and_share p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
}

.notification_inner_wrap {
  display: none;
}
.notification_inner_wrap li button strong {
  font-size: 14px;
}

a.share_btn {
  color: #999;
  position: relative;
}
a.share_btn:hover .notification_inner_wrap {
  display: block;
}

.follow_wrap a {
  background: #1CB5A6;
  color: #fff;
  padding: 3px 8px 5px;
  border-radius: 20px;
}
.follow_wrap a:hover {
  color: #fff;
}
.follow_wrap a.following {
  opacity: 0.6;
}

.opacity_low {
  opacity: 0.6 !important;
  cursor: unset !important;
}

.user_icon img {
  max-width: 55px;
}

.modal-body.profile_img_main {
  padding: 0 0 1rem 0;
}

.share_btn_wrap {
  position: relative;
}
.share_btn_wrap .custom_nav.navbar {
  top: -20px;
}
.share_btn_wrap .custom_nav.navbar ul li .dropdown-menu a {
  color: #242424;
  transition: 0.3s all;
}
.share_btn_wrap .custom_nav.navbar ul li .dropdown-menu a i {
  color: #242424;
  width: 22px;
  height: 22px;
  margin-right: 3px;
}
.share_btn_wrap .custom_nav.navbar ul li .dropdown-menu a:hover {
  color: #fff;
  background-color: #1CB5A6;
}
.share_btn_wrap .custom_nav.navbar ul li .dropdown-menu a:hover i {
  color: #fff;
}
.share_btn_wrap a {
  padding: 10px;
  color: #1CB5A6;
}
.share_btn_wrap a:hover {
  color: #242424;
}
.share_btn_wrap a i {
  font-size: 22px;
}
.share_btn_wrap .list_wrap {
  position: absolute;
  right: 0;
  z-index: 1;
  display: none;
}
.share_btn_wrap .list_wrap ul {
  padding: 0px;
  margin: 0px;
  background: #fff;
  padding: 4px 8px;
  border: 1px solid #1CB5A6;
  border-radius: 8px;
}
.share_btn_wrap .list_wrap ul li a {
  color: #242424;
  padding: 2px;
  display: block;
  text-align: left;
}
.share_btn_wrap .list_wrap ul li a:hover {
  color: #1CB5A6;
}
.share_btn_wrap:hover .list_wrap {
  display: block;
}

.notification_top_wrap .column {
  padding: 10px;
  transition: 0.2s all;
  border-radius: 10px;
}
.notification_top_wrap .column:hover {
  background-color: #f7f7f7;
}
.notification_top_wrap ul i {
  margin: 6px 8px 0 0;
  width: 15px;
}
.notification_top_wrap ul li button {
  width: 100%;
  border: none;
  text-align: left;
  background: transparent;
  transition: 0.2s all;
}
.notification_top_wrap ul li button:hover {
  background-color: #f7f7f7;
}
.notification_top_wrap .user_icon img {
  max-width: 55px;
}
.notification_top_wrap .nav.nav-tabs {
  border: none;
}
.notification_top_wrap .nav.nav-tabs li {
  margin-right: 5px;
}
.notification_top_wrap .nav.nav-tabs .nav-link {
  border-radius: 25px;
  padding: 5px 20px;
  color: #000;
  font-weight: 500;
  border: 1px solid #ccc;
}
.notification_top_wrap .nav.nav-tabs .nav-link:active {
  background: #1CB5A6;
  color: #fff;
}

.bottom_share_wrap ul, .right_side_wrap ul {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .bottom_share_wrap ul, .right_side_wrap ul {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
  }
}
.bottom_share_wrap ul li p, .right_side_wrap ul li p {
  margin: 0 0 0 5px;
  font-weight: 500;
  color: #242424;
  transition: 0.2s all;
}
.bottom_share_wrap ul li p:hover, .right_side_wrap ul li p:hover {
  color: #1CB5A6;
}
.bottom_share_wrap ul li img, .right_side_wrap ul li img {
  max-width: 30px;
}
@media screen and (max-width: 1024px) {
  .bottom_share_wrap ul li img, .right_side_wrap ul li img {
    max-width: 20px;
  }
}
.bottom_share_wrap ul li a, .right_side_wrap ul li a {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
@media screen and (max-width: 991px) {
  .bottom_share_wrap ul li a, .right_side_wrap ul li a {
    padding: 0px;
  }
}

.moretext {
  display: none;
}

.discriptions_wrap .moreless-button {
  font-size: 14px;
  font-weight: 400;
  float: right;
  color: #999;
}

.right_side_wrap ul {
  margin: 0px;
  padding: 0px;
}
.right_side_wrap ul li {
  margin-left: 20px;
}
.right_side_wrap .icon_list a {
  margin: 2px 2px;
}

.like_top_wrap {
  margin: 20px 0 0 0;
}
.like_top_wrap .right_side_wrap ul {
  border-top: none;
}
.like_top_wrap .like_and_comments img {
  max-width: 22px;
}
.like_top_wrap .icon_list {
  display: flex;
  align-items: center;
}
.like_top_wrap .icon_list a {
  margin-left: -6px;
}
.like_top_wrap .icon_list p {
  margin: 4px 0 0 8px;
  color: #999;
  font-size: 12px;
}

.article_text_wrap .article_img {
  margin: 15px 0 0 0;
}
.article_text_wrap h1 {
  font-size: 32px;
  margin: 20px 0 25px;
}
.article_text_wrap h2 {
  font-size: 20px;
  margin: 15px 0 5px;
}
.article_text_wrap .article_text ol {
  list-style: decimal;
}
.article_text_wrap .article_text ul {
  padding-left: 30px;
}
.article_text_wrap .article_text ul li {
  list-style: disc;
  font-size: 14px;
}
.article_text_wrap .submit_date p {
  margin: 10px 0;
  font-weight: 400;
  color: #999;
  background: #fff;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
}

.pull_content_main_wrap {
  position: relative;
}
.pull_content_main_wrap p.percentage {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  top: 5px;
  right: 5px;
}

.like_post_wrap {
  border-bottom: 1px solid #ECEBFD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.like_post_wrap .user_icon h4 {
  margin-left: 8px;
  font-size: 14px;
}
.like_post_wrap .user_icon span {
  margin: 0 0 0 5px;
  line-height: normal;
}
.like_post_wrap .user_icon img {
  width: 30px;
  height: 30px;
}

.click_action {
  background: #e5fdfb;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
}
.click_action img {
  max-width: 20px;
  padding: 1px;
}
.click_action p {
  margin: 2px 0;
  font-weight: 500;
}
.click_action .icon_img {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin: -25px 0 0 0;
  border: 2px solid #e5fdfb;
}

.form_wrap .radio_btn {
  margin-right: 15px;
}
.form_wrap .radio_btn input {
  margin-right: 5px;
  width: 20px !important;
  height: 20px !important;
}
.form_wrap .input_column {
  margin-top: 15px;
}
.form_wrap .input_column select, .form_wrap .input_column input, .form_wrap .input_column textarea {
  border: 1px solid #ccc !important;
  outline: none;
  padding: 5px 10px !important;
  border-radius: 6px !important;
  height: 45px;
  background-color: #fff !important;
  width: 100%;
  font-size: 14px;
}
.form_wrap .input_column textarea {
  height: 100px !important;
}
.form_wrap .input_column label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.msg_main_wrap .chat_description {
  margin: 15px 0;
}
.msg_main_wrap .Left_msg_wrap {
  height: calc(100vh - 130px);
  min-height: 460px;
}
.msg_main_wrap .Left_msg_wrap .left_header_wrap {
  position: sticky;
  top: -12px;
  background: #fff;
  margin-top: -12px;
  z-index: 1;
  padding: 12px 0 0 0;
}
.msg_main_wrap .Left_msg_wrap .left_header_wrap .title_wrap {
  margin: 0px 0 0 0;
  background: #ecebfd;
  padding-right: 8px;
}
.msg_main_wrap .Left_msg_wrap .left_header_wrap .title_wrap .custom_nav {
  top: 10px;
}
.msg_main_wrap .Left_msg_wrap .left_header_wrap ul li a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border-radius: 3px;
  border: 1px solid #1CB5A6;
  color: #1CB5A6;
  transition: 0.3s all;
}
.msg_main_wrap .Left_msg_wrap .left_header_wrap ul li a:hover {
  background-color: #1CB5A6;
  color: #fff;
}
.msg_main_wrap .Left_msg_wrap h4 {
  padding: 15px 10px;
  border-radius: 6px;
  font-size: 16px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .msg_main_wrap .Left_msg_wrap h4 {
    padding: 10px 10px;
    display: flex;
    align-items: center;
  }
}
.msg_main_wrap .Left_msg_wrap h4 i {
  margin-right: 10px;
  font-size: 26px;
  color: #1CB5A6;
  position: relative;
  top: 1px;
}
.msg_main_wrap .Left_msg_wrap .search_bar_wrap {
  margin: 5px 0;
}
.msg_main_wrap .Left_msg_wrap .search_bar_wrap input {
  width: 100%;
  height: 40px;
  font-weight: normal;
  padding: 10px 35px 10px 10px;
  border: 1px solid #ECEBFD;
  font-size: 14px;
  margin: 10px 0;
}
.msg_main_wrap .Left_msg_wrap .search_bar_wrap .dropdown-toggle::after {
  display: none;
}
.msg_main_wrap .Left_msg_wrap .search_bar_wrap form {
  width: 100%;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs span {
  margin-top: 0px;
  border-bottom: 1px solid #ECEBFD !important;
  border: none;
  padding: 10px 0;
  margin-bottom: 0px;
  border-radius: 0px;
  color: #242424;
  border-left: 5px solid transparent;
  width: 100%;
  cursor: pointer;
  display: block;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs span .user_name_wrap .msg_text {
  margin: 0 0 0 10px;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs span .user_name_wrap .msg_text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs span .user_name_wrap .msg_text span {
  display: block;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 21px;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
  border: none;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs span:first-child {
  border-top: 1px solid #ECEBFD;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs span:last-child {
  border-bottom: 0px !important;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs span:active {
  background-color: #f4f4f4;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .lft_clm img {
  margin-left: 10px;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .right_clm a {
  border: none !important;
  padding: 0px;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .right_clm .custom_nav.navbar {
  position: relative;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .custom_navbar {
  position: relative;
  right: 10px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .custom_navbar a {
  padding: 0px 5px;
  border: 1px solid #1CB5A6 !important;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .custom_navbar a i {
  color: #1CB5A6;
  font-size: 18px;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .custom_navbar ul {
  position: absolute;
  right: auto;
  background: #fff;
  padding: 5px 8px;
  z-index: 1;
  border: 1px solid #ECEBFD;
  padding: 0;
  margin: 0px;
  border-radius: 4px;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .custom_navbar ul li a {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  padding: 0.25rem 0.5rem !important;
  border: none !important;
  border-radius: 0px !important;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .custom_navbar ul li a:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .custom_navbar p {
  font-size: 12px;
  color: #999;
  margin: 2px 0 0;
  text-align: center;
}
.msg_main_wrap .Left_msg_wrap .nav-tabs .active {
  background-color: #f4f4f4;
  color: #1CB5A6;
  border-left: 5px solid #1CB5A6;
}
.msg_main_wrap .msg_right_wrap.box_shadow {
  background-image: linear-gradient(#fff, #F2FEFD);
}
.msg_main_wrap .msg_right_wrap .chat_discription {
  height: 550px;
  overflow: auto;
  margin-bottom: 10px;
}
.msg_main_wrap .msg_right_wrap .user_top_wrap {
  border-bottom: 1px solid #ECEBFD;
  padding-bottom: 10px;
}
.msg_main_wrap .msg_right_wrap .user_top_wrap .custom_nav {
  right: 10px;
  top: -10px;
}
.msg_main_wrap .msg_right_wrap .user_top_wrap .custom_nav ul.dropdown-menu {
  min-width: 5rem;
}
.msg_main_wrap .msg_right_wrap .user_top_wrap h6 {
  margin-bottom: 5px;
  font-size: 14px;
}
.msg_main_wrap .msg_right_wrap .user_top_wrap p {
  font-size: 13px;
  margin: 0;
}
.msg_main_wrap .msg_right_wrap .user_name_wrap {
  margin: 0;
}
.msg_main_wrap .msg_right_wrap .user_name_wrap .user_text {
  margin: 0 20px 0 10px;
}
.msg_main_wrap .msg_right_wrap .user_name_wrap .user_text h5 {
  margin: 0px 0 5px 0;
  font-size: 16px;
}
.msg_main_wrap .msg_right_wrap .date_wrap {
  margin: 10px 0;
  text-align: center;
  position: relative;
}
.msg_main_wrap .msg_right_wrap .date_wrap::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #1CB5A6;
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  z-index: 1;
}
.msg_main_wrap .msg_right_wrap .date_wrap p {
  background-color: #1CB5A6;
  position: relative;
  z-index: 11;
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
}
.msg_main_wrap .msg_right_wrap .msg_chat_list h5.name {
  font-size: 14px;
}
.msg_main_wrap .msg_right_wrap .msg_chat_list h5.name span {
  font-weight: 400;
  color: #999;
  margin-left: 5px;
}
.msg_main_wrap .msg_right_wrap .msg_chat_list h5.name span i {
  color: #1CB5A6;
}
.msg_main_wrap .msg_right_wrap .msg_type_here #emoji-picker-post-comment-1 {
  width: 100%;
  margin: 0 0 15px;
}
.msg_main_wrap .msg_right_wrap .msg_type_here #emoji-picker-post-comment-1 .emoji-menu {
  grid-template-columns: repeat(16, 10fr) !important;
}
.msg_main_wrap .msg_right_wrap .msg_type_here textarea {
  width: 100%;
  border: 1px solid #ECEBFD;
  border-radius: 6px;
  font-size: 14px;
  padding: 10px;
  outline: none;
  height: 100px;
}
.msg_main_wrap .msg_right_wrap .msg_footer_wrap {
  position: relative;
}
.msg_main_wrap .msg_right_wrap .msg_footer_wrap .inr_clm {
  margin-right: 10px;
}
.msg_main_wrap .msg_right_wrap .msg_footer_wrap i {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 50%;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  transition: 0.3s all;
}
.msg_main_wrap .msg_right_wrap .msg_footer_wrap input {
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  background: transparent;
  border: none;
  opacity: 0;
  top: 0;
  cursor: pointer;
}

.emoji-picker-width {
  width: 100%;
}

.nav-link:hover + .nav-link .right_clm .nav-link.show {
  opacity: 0;
}

.custom_nav.navbar.chat_clm_wrap {
  top: 0px;
}
.custom_nav.navbar.chat_clm_wrap ul li a {
  padding: 10px;
}

.nav-tabs.chat_clm_wrap nav.custom_nav ul li a {
  padding-right: 10px;
  border: none !important;
  border-top: none !important;
  padding: 5px 8px !important;
}

.custom_nav.navbar {
  position: absolute;
  right: 0;
}
.custom_nav.navbar ul li .dropdown-toggle::after {
  display: none;
}
.custom_nav.navbar ul li .dropdown-menu ul li .dropdown-item {
  padding: 5px 8px;
}
.custom_nav.navbar ul li .dropdown-menu a {
  font-size: 14px;
  padding: 0.25rem;
}
.custom_nav.navbar ul li .dropdown-menu a:focus, .custom_nav.navbar ul li .dropdown-menu a:active {
  background-color: #1CB5A6;
  color: #fff;
}
.custom_nav.navbar ul li .dropdown-menu a i {
  width: 22px;
  font-size: 18px;
}
.custom_nav.navbar ul li i {
  color: #1CB5A6;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.custom_nav.navbar ul li .dropdown-menu[data-bs-popper] {
  left: inherit;
  right: 0;
  border: 1px solid #ECEBFD;
  padding: 0px;
  background: #f7f7f7;
  top: 50px;
}

.text-left {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    position: absolute;
  }
}
@media screen and (max-width: 991px) {
  .communities_wrap .btn_wrap.right {
    text-align: center !important;
    margin: 15px 0 0 0;
  }
}
.communities_wrap .communities_list {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 991px) {
  .communities_wrap .communities_list {
    margin: 20px 0;
  }
  .communities_wrap .communities_list .btn_wrap.right {
    text-align: center !important;
  }
}
.communities_wrap .communities_list ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ECEBFD;
  padding: 10px 50px 10px 0;
  position: relative;
}
.communities_wrap .communities_list ul li:last-child {
  border: none;
}
.communities_wrap .communities_list ul li p {
  margin-left: 15px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
}
.communities_wrap .communities_list ul li p span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.communities_wrap .communities_list ul li a {
  transition: 0.3s all;
}
.communities_wrap .communities_list ul li a:hover {
  color: #1CB5A6;
}
.communities_wrap .communities_list ul li .custom_nav ul li.nav-item.dropdown {
  border-bottom: none;
  padding: 0px;
}
.communities_wrap .communities_list ul li .custom_nav ul.dropdown-menu li {
  padding: 0px;
}
.communities_wrap .communities_list ul li .custom_nav ul.dropdown-menu li a {
  padding: 6px 8px;
}
.communities_wrap .communities_list ul li .custom_nav ul.dropdown-menu li a i {
  color: #242424;
  width: 22px;
}
.communities_wrap .communities_list ul li .custom_nav ul.dropdown-menu li a:hover {
  color: #fff;
  background-color: #1CB5A6;
}
.communities_wrap .communities_list ul li .custom_nav ul.dropdown-menu li a:hover i {
  color: #fff !important;
}
.communities_wrap .communities_list ul li .custom_nav ul.dropdown-menu li a:hover i, .communities_wrap .communities_list ul li .custom_nav ul.dropdown-menu li a:focus i, .communities_wrap .communities_list ul li .custom_nav ul.dropdown-menu li a:active i {
  color: #fff;
}
.communities_wrap .input-group .form-outline {
  width: 100%;
}
.communities_wrap .input-group .form-outline input {
  padding-left: 30px;
  width: 100%;
}
.communities_wrap .input-group button {
  position: absolute !important;
  right: auto;
  left: 5px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer !important;
  line-height: 40px;
  top: 0;
  opacity: 0.4;
}

.communities_popup .edits_option {
  position: absolute;
  right: 10px;
  top: 10px;
}
.communities_popup i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1CB5A6;
  color: #1CB5A6;
  transition: 0.3s all;
}
.communities_popup i:hover {
  background-color: #1CB5A6;
  color: #fff;
}
.communities_popup .form_wrapper {
  margin: 15px 0 10px 0;
}
.communities_popup .form_wrapper .column {
  margin-bottom: 10px;
}
.communities_popup .form_wrapper .column textarea, .communities_popup .form_wrapper .column input, .communities_popup .form_wrapper .column select {
  outline: none;
  width: 100%;
  border: 1px solid #ccc;
  height: 100px;
  padding: 5px;
}
.communities_popup .form_wrapper .column textarea::-moz-placeholder, .communities_popup .form_wrapper .column input::-moz-placeholder, .communities_popup .form_wrapper .column select::-moz-placeholder {
  color: #999;
}
.communities_popup .form_wrapper .column textarea::placeholder, .communities_popup .form_wrapper .column input::placeholder, .communities_popup .form_wrapper .column select::placeholder {
  color: #999;
}
.communities_popup .form_wrapper .column input, .communities_popup .form_wrapper .column select {
  height: 40px;
}

.consultants_list ul {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 991px) {
  .consultants_list ul {
    margin: 10px 0 0 0;
    flex-wrap: wrap;
  }
}
.consultants_list ul li {
  margin-right: 20px;
}
.consultants_list ul li p i {
  margin-right: 3px;
}

.profile_name_wrap .edits_icon.tax_consultant .invite_btn {
  margin: 20px 0 0 0;
}
.profile_name_wrap .edits_icon.tax_consultant .invite_btn a {
  border-radius: 25px;
  color: #fff;
  transition: 0.3s all;
  border: 1px solid #1CB5A6;
  padding: 5px 10px;
}
@media screen and (max-width: 991px) {
  .profile_name_wrap .edits_icon.tax_consultant .invite_btn a {
    font-size: 12px;
  }
}
.profile_name_wrap .edits_icon.tax_consultant .invite_btn a i {
  background-color: transparent !important;
  border: none !important;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 14px;
  margin-left: 5px;
}
@media screen and (max-width: 991px) {
  .profile_name_wrap .edits_icon.tax_consultant .invite_btn a i {
    font-size: 12px;
  }
}
.profile_name_wrap .edits_icon.tax_consultant .invite_btn a:hover {
  background-color: transparent;
  border: 1px solid #1CB5A6;
  color: #1CB5A6;
}
.profile_name_wrap .edits_icon.tax_consultant .invite_btn a:hover i {
  color: #1CB5A6;
}
.profile_name_wrap .edits_icon.tax_consultant .custom_nav .nav-link {
  margin: 0px;
}
.profile_name_wrap .edits_icon.tax_consultant .nav-item a:hover {
  background-color: transparent;
}
.profile_name_wrap .edits_icon.tax_consultant .nav-item .dropdown-menu li a {
  margin-top: 0px;
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 0.5rem 5px;
  color: #242424;
  transition: 0.3s all;
}
.profile_name_wrap .edits_icon.tax_consultant .nav-item .dropdown-menu li a:hover {
  color: #fff;
}
.profile_name_wrap .edits_icon.tax_consultant .nav-item .dropdown-menu li a:hover i {
  color: #fff;
}
.profile_name_wrap .edits_icon.tax_consultant .nav-item .dropdown-menu li a i {
  margin-right: 5px;
  font-size: 18px;
  border: none;
  width: 22px;
  height: auto;
  position: relative;
  top: 0px;
  color: #242424;
  background-color: transparent;
}
.profile_name_wrap .edits_icon.tax_consultant .nav-item .dropdown-menu li a i:hover {
  background-color: transparent;
}
.profile_name_wrap .edits_icon.tax_consultant .nav-item .dropdown-menu li a:hover {
  background-color: #1CB5A6;
}

.invite_inner_wrap form input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px 5px;
  width: 100%;
  margin-bottom: 10px;
}
.invite_inner_wrap ul {
  margin: 15px 0;
}
.invite_inner_wrap ul li {
  margin: 0 5px;
}
.invite_inner_wrap ul li a {
  display: block;
}
.invite_inner_wrap ul li a img {
  max-width: 40px;
  border-radius: 4px;
  transition: 0.3s all;
}
.invite_inner_wrap ul li a:hover img {
  transform: scale(1.1);
}

.request_text_wrap {
  margin: 15px 0 0 0;
}
.request_text_wrap .let_text_wrap {
  padding-right: 10px;
}
.request_text_wrap .right_text_wrap a {
  margin-left: 10px;
}
.request_text_wrap .back_wrap {
  margin-bottom: 10px;
}
.request_text_wrap .back_wrap h5 {
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.request_text_wrap .back_wrap h5 a i {
  width: 28px;
  height: 28px;
  font-size: 16px;
  background: #1CB5A6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
  border: 1px solid #1CB5A6;
  transition: 0.3s all;
}
.request_text_wrap .back_wrap h5 a:hover i {
  background-color: #fff;
  color: #1CB5A6;
  border: 1px solid #1CB5A6;
}
.request_text_wrap .user_and_details .user {
  margin-right: 10px;
}
.request_text_wrap .user_and_details .right_side_details h5 {
  margin-bottom: 0px;
  font-size: 16px;
  margin: 5px 0 0 0;
  display: block;
}
.request_text_wrap .user_and_details .right_side_details span {
  color: #999;
  font-size: 14px;
}
.request_text_wrap .user_and_details .right_side_details li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.request_text_wrap .user_and_details .right_side_details li:last-child {
  margin-bottom: 0px;
}
.request_text_wrap .user_and_details .right_side_details li i {
  width: 30px;
  font-size: 16px;
  height: 30px;
  border: 1px solid #1CB5A6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #1CB5A6;
}
.request_text_wrap .user_and_details .right_side_details li p {
  margin-bottom: 0px;
}

.about_details_wrap .input_clm {
  margin-bottom: 15px;
}
.about_details_wrap .editable-cell {
  transition: 0.3s all linear;
}
.about_details_wrap .editable-cell .editable-field {
  position: relative;
}
.about_details_wrap .editable-cell .editable-field i {
  position: absolute !important;
  right: 0;
  font-size: 18px !important;
  top: 0 !important;
  transition: 0.3s all;
}
.about_details_wrap .editable-cell .editable-field i:hover {
  color: #1CB5A6 !important;
}
.about_details_wrap .editable-cell .editable-field .editable-input {
  border: none;
  font-size: inherit;
  background: inherit;
  color: inherit;
  width: 100%;
  border: 1px solid #ECEBFD;
  padding: 5px;
  margin: 10px 0 0 0;
  transition: 0.3s all linear;
  font-size: 14px;
  height: 42px;
  margin: 5px 0 0 0;
}
.about_details_wrap .editable-cell .editable-field .editable-input:focus {
  outline: none;
  background: white;
  color: #545454;
}
.about_details_wrap .editable-cell .editable-field textarea {
  height: 120px !important;
}
.about_details_wrap .editable-cell .editable-field .edit-button {
  cursor: pointer;
  font-size: 5em;
  position: relative;
  top: 5px;
  margin-right: 25px;
}
.about_details_wrap .hide {
  visibility: hidden !important;
}

.privacy_column .left_side_text {
  margin-bottom: 20px;
}
.privacy_column .left_side_text h2 {
  font-size: 18px;
  margin-bottom: 4px;
}
.privacy_column .right_select select {
  width: 100%;
  margin-bottom: 10px;
}

.notification_list h3 {
  font-size: 18px;
  color: #1CB5A6;
  margin: 20px 0 15px;
}
.notification_list .notification_text h4 {
  margin: 0px 0 5px;
  font-size: 16px;
  font-weight: 600;
}
.notification_list .notification_text h4 i {
  color: #1CB5A6;
}
.notification_list .notification_text p {
  position: relative;
  margin-bottom: 30px;
}
.notification_list .notification_text p::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #1CB5A6;
  bottom: -15px;
}
.notification_list .active_deactive {
  text-align: right;
}
.notification_list .active_deactive .input-switch {
  display: none;
  transition: 0.3s all;
}
.notification_list .active_deactive .input-switch:checked ~ .label-switch::before {
  background: #1CB5A6;
  border-color: #1CB5A6;
}
.notification_list .active_deactive .input-switch:checked ~ .label-switch::after {
  left: unset;
  right: 0;
  background: #1CB5A6;
  border-color: #1CB5A6;
}
.notification_list .active_deactive .label-switch {
  display: inline-block;
  position: relative;
}
.notification_list .active_deactive .label-switch::before, .notification_list .active_deactive .label-switch::after {
  content: "";
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
}
.notification_list .active_deactive .label-switch::before {
  width: 3em;
  height: 1em;
  border: 1px solid #757575;
  border-radius: 4em;
  background: #888888;
}
.notification_list .active_deactive .label-switch::after {
  position: absolute;
  left: 0;
  top: -3px;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #757575;
  border-radius: 4em;
  background: #ffffff;
}

#admin_assistance .accordion-item {
  margin: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  overflow: hidden;
}
#admin_assistance .accordion-item button {
  box-shadow: none !important;
  padding: 10px;
}
#admin_assistance .accordion-item button:not(.collapsed) {
  background-color: rgba(66, 181, 166, 0.1411764706);
  color: #242424;
}
#admin_assistance .accordion-item button:not(.collapsed)::after {
  filter: sepia(1);
}

.accordion-body.communities_wrap .custom_nav.navbar .dropdown-menu {
  top: 25px;
}
.accordion-body.communities_wrap .custom_nav.navbar .dropdown-menu li i {
  margin-right: 5px;
}

#hide_member .modal-header {
  flex-direction: column;
}
#hide_member .modal-header i.fas.fa-check-circle {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}
#hide_member .invite_inner_wrap p {
  text-align: center;
  max-width: 400px;
  margin: 10px auto 20px;
  font-size: 16px;
  line-height: 1.5;
}
#hide_member .invite_inner_wrap p a {
  text-decoration: underline !important;
  color: #1CB5A6;
}

.inner_accordian .invite_inner_wrap {
  margin: 15px 0;
}
.inner_accordian .invite_inner_wrap .accordion-item {
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  overflow: hidden;
}
.inner_accordian .invite_inner_wrap .accordion-item button {
  box-shadow: none !important;
  padding: 10px;
}
.inner_accordian .invite_inner_wrap .accordion-item button:not(.collapsed) {
  background-color: rgba(66, 181, 166, 0.1411764706);
  color: #242424;
}

.invite_inner_wrap ul {
  margin: 0 15px 15px 15px;
}
.invite_inner_wrap ul li {
  display: flex;
  align-items: center;
  margin: 0 5px 15px;
}
.invite_inner_wrap ul li .column {
  margin-left: 10px;
}
.invite_inner_wrap ul li .column p {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  color: #000;
  line-height: normal;
}
.invite_inner_wrap ul li i {
  background: #1CB5A6;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

.invite_btn a.dropdown-item:hover p {
  color: #fff;
}
.invite_btn nav.custom_nav {
  position: relative;
  top: 15px;
}
.invite_btn nav.custom_nav a#navbarDropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.invite_btn nav.custom_nav a#navbarDropdown i {
  top: 0;
}
.invite_btn nav.custom_nav .dropdown-menu li a {
  border: none !important;
}
.invite_btn .inner_content {
  margin-left: 5px;
}
.invite_btn .inner_content h5 {
  font-size: 14px;
  margin: 0 0 2px;
}
.invite_btn .inner_content p {
  margin: 0;
  transition: 0.3s all;
}

div#email_popup .content_box_wrap {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 4px;
}
div#email_popup .content_box_wrap p {
  margin-bottom: 0px;
}
div#email_popup .input_box_wrap input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px 5px;
  font-weight: 400;
  outline: none;
  font-size: 14px;
  width: 60%;
}
div#email_popup .input_box_wrap button {
  border: 1px solid #ccc;
  height: 40px;
  margin-left: 5px;
  border-radius: 4px;
  background: #1CB5A6;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-color: #1CB5A6;
}

div#link_created .copy_link_wrap .copy_link {
  margin: 20px 0;
}
div#link_created .copy_link_wrap .copy_link i {
  font-size: 22px;
  margin: 0 10px;
  color: #1CB5A6;
}
div#link_created .copy_link_wrap .content {
  margin-right: 30px;
}
div#link_created .copy_link_wrap .content h5 {
  font-size: 14px;
  margin-bottom: 4px;
}
div#link_created .copy_link_wrap .content p {
  margin: 0px;
  line-height: normal;
}

#facebook_popup .facebook_link_wrap {
  margin: 20px 0;
}
#facebook_popup .search_bar {
  margin-bottom: 15px;
}
#facebook_popup .search_bar input {
  box-shadow: 0 0px 10px #f4f4f4;
  padding: 8px 10px;
  border: 1px solid #f4f4f4;
  width: 100%;
  font-size: 14px;
}
#facebook_popup .name_section h6 {
  margin-bottom: 20px;
}
#facebook_popup .name_section ul {
  height: 200px;
  overflow: auto;
}
#facebook_popup .name_section ul li {
  margin-bottom: 15px;
}
#facebook_popup .name_section ul li:last-child {
  margin-bottom: 0px;
}
#facebook_popup .name_section ul li p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 400;
}
#facebook_popup .right_side_user {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 4px;
}
#facebook_popup .right_side_user ul li p {
  margin: 0 0 0 5px;
}
#facebook_popup .right_side_user ul li a:hover i {
  color: #1CB5A6;
}
#facebook_popup .right_side_user ul li a i {
  font-size: 12px;
}

.report_inner_wrap {
  padding: 15px;
}
.report_inner_wrap h5 {
  font-size: 18px;
}
.report_inner_wrap .content_wrap_sections ul {
  margin-top: 20px;
}
.report_inner_wrap .content_wrap_sections ul li {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}
.report_inner_wrap .content_wrap_sections ul li a {
  padding-bottom: 10px;
  display: block;
  position: relative;
  transition: 0.3s all;
}
.report_inner_wrap .content_wrap_sections ul li a i {
  position: absolute;
  right: 0;
  top: 0px;
  width: 25px;
  height: 25px;
  background: #1CB5A6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.report_inner_wrap .content_wrap_sections ul li a:hover {
  color: #1CB5A6;
}

.text-right {
  text-align: right;
}

.back_gradient_color {
  border: 1px solid #ECEBFD;
  background-image: linear-gradient(#fff, #F2FEFD);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .back_gradient_color {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
  }
}

.width_img img {
  width: 100%;
}

.forum_wrap #section {
  width: 100%;
  word-wrap: break-word;
}
.forum_wrap .moretext {
  display: none;
}

.content_center_wrapper img {
  max-width: 60px;
}
.content_center_wrapper h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 0 15px;
}

.icon_text_btn {
  margin: 10px 0 20px 0;
  padding: 5px 0 0 0;
}
.icon_text_btn .column p {
  padding: 5px;
  margin: 0 -10px;
  background-image: linear-gradient(#fff, rgba(253, 238, 89, 0.27));
  border: 1px solid #f3f2f2;
  border-radius: 4px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .icon_text_btn .column p {
    font-size: 16px;
  }
}
.icon_text_btn .column a.active p {
  background-image: linear-gradient(#fff, rgba(66, 181, 166, 0.33));
  border: 1px solid #42b5a6;
}
.icon_text_btn p {
  margin: 0;
}
.icon_text_btn p img {
  margin-right: 10px;
}

.inr_column_wrap .back_gradient_color_no {
  border-bottom: 1px solid #ECEBFD;
  padding-bottom: 10px;
  margin: 20px 0;
}
.inr_column_wrap .custom_width_div {
  width: auto;
}
.inr_column_wrap .custom_width_div .back_btn_wrap h4 {
  text-transform: capitalize;
  margin: 0px 0;
  padding: 0;
}
.inr_column_wrap .custom_width_div .back_btn_wrap h4 i {
  font-size: 65px;
  font-weight: 300;
}
.inr_column_wrap .custom_width_div .back_btn_wrap h4::before {
  background-color: transparent;
}
.inr_column_wrap .custom_width_div .back_btn_wrap h4 a {
  transition: 0.3s all;
  color: #1CB5A6;
}
.inr_column_wrap .custom_width_div .back_btn_wrap h4 a:hover {
  color: #242424;
}
.inr_column_wrap .forum_wrap h5 a {
  color: #000;
  transition: 0.2s all;
}
@media screen and (max-width: 991px) {
  .inr_column_wrap .forum_wrap h5 a {
    font-size: 18px;
  }
}
.inr_column_wrap .forum_wrap h5 a:hover {
  color: #1CB5A6;
}
.inr_column_wrap .forum_wrap ul {
  margin-left: -8px;
}
.inr_column_wrap .forum_wrap ul li {
  padding: 0 8px;
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
}
.inr_column_wrap .forum_wrap ul li::before {
  content: "";
  height: 12px;
  width: 1px;
  background: #1CB5A6;
  position: absolute;
  right: 0;
  top: 6px;
}
.inr_column_wrap .forum_wrap ul li a:hover {
  color: #1CB5A6;
}
.inr_column_wrap .forum_wrap ul li:last-child::before {
  display: none;
}
.inr_column_wrap .forum_wrap ul a.more_btn_here {
  margin-left: 10px;
  font-size: 14px;
  text-decoration: underline !important;
  color: #1CB5A6;
}
.inr_column_wrap .right_side_number {
  display: grid !important;
  text-align: right;
  gap: 10px;
}
.inr_column_wrap .right_side_number p {
  font-weight: 500;
  color: #1CB5A6;
}
.inr_column_wrap .right_side_number h5 {
  font-size: 12px;
  text-align: right;
  float: right;
  color: #000;
  font-weight: normal;
  padding: 0px;
  border-radius: 20px;
  margin: 0;
  height: 100%;
}
.inr_column_wrap .right_side_number h5:last-child {
  margin-bottom: 0px;
}

.usr_img_wrap {
  margin: 15px 0 0 0;
  background: #fff;
  border: 1px solid #ECEBFD;
  padding: 11px;
  border-radius: 10px;
  box-shadow: 0 3px 5px #f7f7f7;
}
.usr_img_wrap .user_right_text h6 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: normal;
}
.usr_img_wrap .user_right_text p {
  font-size: 14px;
  margin: 0;
}
.usr_img_wrap .user_right_text span {
  font-size: 12px;
}

.pagination .page-link {
  color: #1CB5A6;
}
.pagination .select_wrap {
  margin-left: 15px;
}

div#AddPostModal .modal-content .modal-header {
  border: none;
}
div#AddPostModal .modal-content .modal-body {
  padding: 0px;
}
div#AddPostModal .modal-content .modal-body h4 {
  margin-left: 0px;
}
div#AddPostModal .modal-content .modal-body .select_name_wrap li.nav-item p {
  margin: 0 0px 0 10px;
  font-size: 18px;
}
div#AddPostModal .modal-content .modal-body .form_wrap_inr input, div#AddPostModal .modal-content .modal-body .form_wrap_inr select {
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  padding: 7px;
  margin-bottom: 20px;
  height: 40px;
}
div#AddPostModal .modal-content .modal-body .form_wrap_inr .text_area_wrap textarea {
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  height: 110px;
  margin-bottom: 15px;
}
div#AddPostModal .modal-content .modal-body .dropdown-menu .dropdown-item p {
  font-size: 14px !important;
}
div#AddPostModal .modal-content .modal-footer {
  padding: 0.75rem 0;
}

.filling_wrap_inr .forum_share_wrap .custom_nav.navbar {
  top: -15px;
}
.filling_wrap_inr .media .media-body {
  width: 100%;
}
.filling_wrap_inr .dashboard_title h6 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.filling_wrap_inr .date_and_time {
  font-size: 14px;
  color: #1CB5A6;
  margin: 5px 0 0 0;
  display: inline-block;
  font-weight: 900;
}
.filling_wrap_inr .copy_link_wrap i {
  margin-right: 5px;
}
.filling_wrap_inr .copy_link_wrap a {
  color: #1CB5A6;
  text-decoration: underline !important;
}

.details_page_here .top_contributors .profile_clm_inr {
  margin-bottom: 25px;
  background: #ffffff;
  box-shadow: 0 1px 5px #d9d9d9;
  border-radius: 6px;
  padding: 10px 0;
}
.details_page_here .top_contributors .profile_clm_inr h6 {
  margin: 12px 0 5px;
  font-size: 16px;
}
.details_page_here .top_contributors .profile_clm_inr p {
  margin: 0px;
}
.details_page_here .top_contributors .profile_clm_inr a {
  font-size: 14px;
  text-decoration: underline !important;
  color: #1CB5A6;
}
.details_page_here .top_contributors .load_more_btn {
  margin: 0px;
}
.details_page_here .attach_file_here {
  background: transparent;
  border: none;
  color: #1CB5A6;
}
.details_page_here .attach_file_here i {
  color: #242424;
}
.details_page_here .profile_file_wrap .left_img {
  padding: 0 8px;
}
.details_page_here .profile_file_wrap .forum_wrap p {
  margin: 0px;
  font-size: 14px;
  color: #999;
}
.details_page_here .main_msg a {
  transition: 0.2s all;
}
.details_page_here .main_msg a h6.inr_tlt {
  color: #1CB5A6;
}
.details_page_here .main_msg a h6.inr_tlt:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.details_page_here .main_msg a i {
  margin-left: 5px;
}
.details_page_here .main_msg a:hover {
  color: #1CB5A6;
}
.details_page_here .main_msg .inr_discription strong {
  color: #000;
  font-size: 16px;
}

.main_column_wrap {
  margin: 0 0px 0 12px;
}
.main_column_wrap .usr_img_wrap {
  margin: 0px;
}

.like_and_comments.second_demo .icon_list {
  margin-right: 20px;
}

.load_more_btn {
  margin: 30px 0 0 0;
}

.previous_next .btn_wrap {
  margin-left: 10px;
}

#delete_post_model .dlt_popup_wrap .two_button a {
  margin: 10px 5px;
  width: 80px;
  display: inline-block;
}

div#events .cs-work-section .media-body_wrap span {
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
  color: #cd4c44;
  font-weight: 600;
}
div#events .cs-work-section .media-body_wrap .custom_nav.navbar {
  right: -15px;
  top: -15px;
}
div#events .cs-work-section .media-body_wrap .user_icon {
  margin: 10px 0 0 0;
}
div#events .cs-work-section .media-body_wrap .user_icon h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 0 10px;
}
div#events .cs-work-section .media-body_wrap .user_icon h4 strong {
  font-weight: 300;
  color: #999;
}

div#topics .top_list_view .left_link {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
div#topics .top_list_view .left_link a {
  font-size: 18px;
  color: #1CB5A6;
  text-transform: uppercase;
}
div#topics .top_list_view .left_link span {
  font-size: 16px;
}
div#topics .top_list_view .left_link span a i {
  margin-left: 10px;
  font-size: 22px;
  position: relative;
  top: 3px;
}

#event_setting .modal-dialog.modal-dialog {
  max-width: 450px;
  width: 100%;
}
#event_setting .modal-dialog.modal-dialog .inner_text {
  margin: 20px 0;
}

#members .member_inner_wrap .accordion button {
  box-shadow: none !important;
  padding: 13px 10px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
#members .member_inner_wrap .accordion button strong {
  margin-left: 5px;
  font-size: 16px;
  color: #1CB5A6;
}
#members .member_inner_wrap .accordion button:not(.collapsed) {
  background-color: rgba(66, 181, 166, 0.1411764706);
  color: #242424;
}
#members .member_inner_wrap .accordion .column {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  #members .member_inner_wrap .accordion .column {
    margin-bottom: 0px;
  }
}
#members .member_inner_wrap .accordion .column .profile_clm_inr {
  margin-bottom: 0px;
  height: 100%;
}
#members .member_inner_wrap .accordion .column .profile_clm_inr span {
  display: block;
  color: #1CB5A6;
  font-size: 14px;
  margin: 5px 0 0 0;
}
#members .member_inner_wrap .accordion .column .profile_clm_inr h6 {
  margin: 5px 0;
}
#members .member_inner_wrap .accordion .column .profile_clm_inr a {
  text-decoration: none !important;
  color: #fff;
  margin: 5px 0 0 0;
}
#members .member_inner_wrap .accordion .column .profile_clm_inr a:hover {
  color: #1CB5A6;
}
#members .member_inner_wrap .accordion .column .view_all_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #def5f2;
}
#members .member_inner_wrap .accordion .column .view_all_wrapper p {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 600;
}

div#create_event_popup .modal-content .selected_inner_img {
  padding: 0px;
}
div#create_event_popup .modal-content .selected_inner_img img {
  border-radius: 6px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
div#create_event_popup .modal-content .selected_inner_img .left_side_btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 991px) {
  div#create_event_popup .modal-content .events_inr_wrap .row {
    gap: 12px;
  }
}
div#create_event_popup .modal-content .events_inr_wrap img {
  max-width: 50px;
  margin-right: 10px;
}
div#create_event_popup .modal-content .events_inr_wrap .column h5 {
  font-size: 16px;
  margin: 0px;
}
div#create_event_popup .modal-content .events_inr_wrap .column p {
  margin: 0px;
}
div#create_event_popup .modal-content .events_inr_wrap .input_column input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px 5px;
  font-weight: 400;
  outline: none;
  font-size: 14px;
  width: 100%;
}
div#create_event_popup .modal-content .events_inr_wrap .event_type .cs-input-spacing .form-check {
  padding-left: 0px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
div#create_event_popup .modal-content .events_inr_wrap .event_type .cs-input-spacing .form-check input {
  position: relative;
  top: 0px;
  margin-right: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
div#create_event_popup .modal-content .events_inr_wrap .event_type .cs-input-spacing .form-check input:checked::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: -10px;
  left: -20px;
  background: #67cbc1;
  border-radius: 50%;
  border: 5px double #fff;
}
div#create_event_popup .modal-content .events_inr_wrap .event_type .cs-input-spacing .form-check input:checked + label:before {
  border: 1px solid #67cbc1;
}
div#create_event_popup .modal-content .events_inr_wrap .event_type .cs-input-spacing .form-check input + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  left: -20px;
  top: 2px;
}
div#create_event_popup .modal-content .events_inr_wrap .event_type .cs-input-spacing .form-check label {
  cursor: pointer;
}
div#create_event_popup .modal-content .events_inr_wrap .dropdown_msg_here {
  padding: 15px;
  background: #f7f7f7;
  border-radius: 10px;
  margin: 10px 0 0 0;
}
div#create_event_popup .modal-content .events_inr_wrap .dropdown_msg_here .heading_wrap {
  margin-bottom: 15px;
}
div#create_event_popup .modal-content .events_inr_wrap .dropdown_msg_here .heading_wrap h6 {
  margin: 0px;
}
div#create_event_popup .modal-content .events_inr_wrap .dropdown_msg_here .heading_wrap p {
  font-size: 16px;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
}
div#create_event_popup .modal-content .events_inr_wrap .location_icon button {
  position: absolute;
  right: 3px;
  top: 3px;
  background: #42b5a6;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.3s all;
}
div#create_event_popup .modal-content .events_inr_wrap .location_icon button:hover {
  background-color: #000;
}
div#create_event_popup .modal-content .events_inr_wrap .input_column textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px;
  height: 80px;
  outline: none;
  font-size: 14px;
}
div#create_event_popup .modal-content .events_inr_wrap .input_column textarea::-moz-placeholder {
  color: #999;
}
div#create_event_popup .modal-content .events_inr_wrap .input_column textarea::placeholder {
  color: #999;
}

.input_column input, .input_column textarea {
  width: 100%;
  background: #F7F7F7;
  border: none;
  border-radius: 6px;
  border: 1px solid #ccc !important;
  padding: 0 15px;
  height: 45px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  padding: 10px;
}

#create_popup .pop_content_inr .left_side_wrap {
  width: 30%;
}
#create_popup .pop_content_inr .right_side_form {
  width: 60%;
}
#create_popup .pop_content_inr .right_side_form .input_column {
  margin-bottom: 15px;
}
#create_popup .pop_content_inr .right_side_form .input_column textarea {
  min-height: 100px;
}

.custom_nav.navbar ul.navbar-nav li.nav-item .dropdown-menu a {
  margin-top: 0px;
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 0.5rem 5px;
  color: #242424;
  transition: 0.3s all;
}
.custom_nav.navbar ul.navbar-nav li.nav-item .dropdown-menu a i {
  margin-right: 5px;
  font-size: 18px;
  border: none;
  width: 22px;
  height: auto;
  position: relative;
  top: 0px;
  color: #242424;
  background-color: transparent;
}
.custom_nav.navbar ul.navbar-nav li.nav-item .dropdown-menu a:hover {
  background-color: #1CB5A6;
  color: #fff;
}
.custom_nav.navbar ul.navbar-nav li.nav-item .dropdown-menu a:hover i {
  color: #fff;
}
.custom_nav.navbar ul.navbar-nav li.nav-item .dropdown-menu a:hover p {
  color: #fff;
}

.create_events_wrapper .dashboard_title {
  margin: 20px 0;
}
.create_events_wrapper .dashboard_title i {
  width: 25px;
  font-size: 26px;
  margin-right: 10px;
  color: #1CB5A6;
}
.create_events_wrapper .dashboard_title p {
  margin-bottom: 15px;
}
.create_events_wrapper .main_tab_link {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.create_events_wrapper .main_tab_link .nav {
  border: none;
}
.create_events_wrapper .main_tab_link .nav li {
  border-radius: 25px;
  overflow: hidden;
  margin-right: 8px;
}
.create_events_wrapper .main_tab_link .nav li button {
  border: none;
  margin: 0;
  color: #242424;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-weight: 500;
  padding: 6px 15px;
}
.create_events_wrapper .main_tab_link .nav li button.active {
  background: #1CB5A6;
  color: #fff;
  border-radius: 25px;
}
.create_events_wrapper .right_btn_wrap ul li {
  margin-left: 10px;
  position: relative;
}
.create_events_wrapper .right_btn_wrap ul li .custom_nav.navbar {
  right: 0px;
  top: 0;
  padding: 0;
  height: 36px;
}
.create_events_wrapper .right_btn_wrap ul li .custom_nav.navbar li.nav-item.dropdown li {
  margin: 0px;
}
.create_events_wrapper .right_btn_wrap ul li a {
  color: #000;
}
.create_events_wrapper .right_btn_wrap ul li a i {
  margin-right: 5px;
}
.create_events_wrapper .tab-content {
  margin: 20px 0;
}
.create_events_wrapper .tab-content .people_wrap {
  margin-bottom: 15px;
}
.create_events_wrapper .tab-content .column {
  margin-bottom: 15px;
}
.create_events_wrapper .tab-content .column .user_all_details p {
  margin: 0 0 0 10px;
}
.create_events_wrapper .tab-content .column .icon_img i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 22px;
}
.create_events_wrapper .tab-content .discription_wrap p {
  margin-bottom: 15px !important;
}
.create_events_wrapper .tab-content .details_page_here {
  margin: 30px 0 0 0;
}
.create_events_wrapper .creat_events_right .location_wrap iframe {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc !important;
}
.create_events_wrapper .creat_events_right .guest_wrap_inr {
  background: #fff;
  box-shadow: 0 1px 5px #d9d9d9;
  margin: 15px 0 0 0;
  padding: 15px;
  border-radius: 10px;
}
.create_events_wrapper .creat_events_right .guest_wrap_inr p {
  font-size: 18px;
  text-align: center;
  background: #f7f7f7;
  width: 140px;
  padding: 10px;
  border-radius: 10px;
}
.create_events_wrapper .creat_events_right .guest_wrap_inr p span {
  display: block;
}
.create_events_wrapper .creat_events_right .guest_wrap_inr .go_with_frd {
  margin: 10px 0 0 0;
}
.create_events_wrapper .creat_events_right .guest_wrap_inr .go_with_frd .user_all_details {
  margin-left: 10px;
}

.new_post_wrapper {
  margin: 20px 0 0 0;
  max-width: 700px;
  width: 100%;
  margin: 20px 0 0 0;
}
.new_post_wrapper .dropdown_msg_here {
  background: #fff;
  padding: 5px 0px 5px 5px;
}
.new_post_wrapper .dropdown_msg_here ul li .user_name .column {
  margin-left: 10px;
}
.new_post_wrapper .dropdown_msg_here ul li .user_name .column p {
  font-size: 14px;
}
.new_post_wrapper .dropdown_msg_here ul li:last-child .user_name {
  margin-bottom: 0px !important;
}
.new_post_wrapper .form_wrap_inr input, .new_post_wrapper textarea {
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  padding: 7px;
  margin-bottom: 20px;
  height: 40px;
}
.new_post_wrapper textarea {
  height: 110px;
}
.new_post_wrapper .details_page_here {
  padding: 0px;
}
.new_post_wrapper .modal-body {
  padding: 0;
}
.new_post_wrapper li.nav-item.dropdown img {
  margin-right: 7px;
}
.new_post_wrapper p {
  font-size: 18px;
  margin: 0;
}
.new_post_wrapper ul.dropdown-menu li p {
  font-size: 14px;
}

.dropdown_msg_here .inr_list_wrap ul {
  height: 170px;
  overflow: auto;
}
.dropdown_msg_here .inr_list_wrap ul::-webkit-scrollbar {
  width: 5px;
}
.dropdown_msg_here .inr_list_wrap ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.dropdown_msg_here .inr_list_wrap ul::-webkit-scrollbar-track {
  border: 1px solid #ddd;
  padding: 2px 0;
  background-color: #ddd;
}

.gif_width {
  margin: 15px 0;
}
.gif_width img {
  aspect-ratio: 1;
  max-width: 86px;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  overflow-x: hidden;
}

.tab-content > .tab-pane {
  padding: 0px;
}

.select2-dropdown {
  max-width: 200px !important;
  width: 100% !important;
}

.ck.ck-balloon-rotator {
  z-index: 1111 !important;
}

.share_btn_design li.nav-item .nav-link.dropdown-toggle {
  padding: 0 !important;
}

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .responsive_custom_left {
    width: 40%;
  }
  .responsive_custom_right {
    width: 60%;
  }
}
.mobile_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_only {
    display: block;
  }
}

.header_part .navbar-nav li {
  display: flex;
  align-items: center;
}
.header_part .navbar-nav li .nav-link {
  text-transform: uppercase;
  color: #000;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.header_part .navbar-nav .login_icon {
  margin-left: 10px;
}
.header_part .navbar-nav .login_icon a {
  background-color: #1CB5A6;
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  transition: 0.2s all;
}
.header_part .navbar-nav .login_icon a:hover {
  background-color: #000;
}

.landing_select_wrapper {
  margin: -50px 0 0 0;
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 2px 10px #f7f7f7;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.landing_select_wrapper select, .landing_select_wrapper input {
  padding: 8px 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  height: 40px;
  color: #444;
  width: 100%;
}
.landing_select_wrapper select::-moz-placeholder, .landing_select_wrapper input::-moz-placeholder {
  color: #000 !important;
}
.landing_select_wrapper select::placeholder, .landing_select_wrapper input::placeholder {
  color: #000 !important;
}
.landing_select_wrapper .solid_btn {
  padding: 8px 15px;
  display: block;
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  justify-content: center;
  display: flex;
}

.text-column .back_icon a {
  width: 35px;
  height: 35px;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  font-size: 26px;
}
.text-column .back_icon i {
  color: #1CB5A6;
}

.profile_admin_wrapper .iner_details_wrap {
  padding-left: 40px;
}
.profile_admin_wrapper .iner_details_wrap a.number {
  padding-left: 10px;
}
.profile_admin_wrapper .iner_details_wrap .forum_wrap ul {
  margin: 0;
}
.profile_admin_wrapper .iner_details_wrap .forum_wrap ul li {
  margin-bottom: 0px;
}
.profile_admin_wrapper .iner_details_wrap .pera_text a {
  margin-left: 5px;
  text-decoration: underline !important;
  color: #1cb5a6;
  text-underline-offset: 2px;
}
.profile_admin_wrapper .iner_details_wrap i {
  color: #1CB5A6;
  font-size: 20px;
}
.profile_admin_wrapper .icon_column i {
  font-size: 35px;
  margin-right: 15px;
}
.profile_admin_wrapper .text_wrap_inr h3 {
  font-size: 20px;
  margin-bottom: 2px;
}
.profile_admin_wrapper .text_wrap_inr p {
  margin: 0px;
  display: flex;
  gap: 5px;
}
.profile_admin_wrapper .text_wrap_inr i {
  color: #1CB5A6;
  font-size: 20px;
}

.busines_profile.inner_wrap_content .tab-content .icon_column {
  margin-right: 10px;
}
.busines_profile.inner_wrap_content .tab-content .icon_column i {
  font-size: 45px;
}
.busines_profile.inner_wrap_content .achivement_wrapper .icn_text-wrap {
  width: 4%;
}

.pera_text a {
  margin-left: 5px;
  text-decoration: underline !important;
  color: #1cb5a6;
  text-underline-offset: 2px;
}

.search_btn .solid_btn_outline {
  padding: 8px 15px;
}

.search_wrap_page {
  position: relative;
}
.search_wrap_page a {
  position: absolute;
  border: none;
  right: 15px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  text-align: center;
  justify-content: center;
  top: 2px;
}

.form_wrap.ck_editer .input_column .ck-label {
  display: none;
}

.check_box_design {
  width: auto;
}
.check_box_design .form-check-input {
  width: 22px !important;
  height: 22px !important;
}
.check_box_design .form-check-input:checked[type=checkbox] {
  background-image: url(../img/check.png) !important;
  background-size: 12px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}/*# sourceMappingURL=dashboard.css.map */