.community-header .navbar {
  background-color: unset;
  position: unset;
}
.header-login .navbar .header-signup .nav-item {
  margin-right: 10px;
}
.header-login .navbar .header-signup .nav-item:last-child {
  margin-right: 0;
}
.header-login .navbar .header-signup .nav-item .dropdown-toggle img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.category-dropdown .dropdown-item:hover {
  background: #e9ecef;
  color: #042145b2;
}
.community-header .navbar .navbar-collapse .header-options {
  margin-top: 0;
  margin-left: 423px;
}
.community-header .navbar .navbar-collapse .header-options.header-options-auth {
  margin-left: 260px;
}
.forum-section {
  padding: 0 15px 20px !important;
  padding-top: 30px;
}
.forum-section .breadcrumb {
  margin-bottom: 4px;
}
.forum-section .breadcrumb .breadcrumb-item > a {
  color: #020e1d;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.forum-section .breadcrumb .breadcrumb-item {
  color: #0b82d9;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.forum-section .forum-page-title {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forum-section .forum-page-title h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 0;
  color: #020e1d;
}
.forum-section .forum-page-title h3 {
  color: #576a82;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 100%;
}
.category-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  background: #ffffff80;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  padding: 16px;
}
.category-details .category {
  background-color: #fff;
  height: 100%;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  border-left: #0d92f4 solid 3px;
}
/* .category-details .category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-image: url(../../org-images/task/blueline.svg);
    background-size: cover;
    background-repeat: no-repeat;
} */
.category-details .category .list-group-item {
  border: unset;
  padding: 0;
}
.category-details .category .card-top h5 a {
  color: #020e1d;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}
.category-details .category .card-top {
  margin-bottom: 12px;
}
.category-details .category .card-top h5 {
  color: #020e1d;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.category-details .category .card-top p {
  color: #576a82;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.category-details .category .card-btm-left p {
  margin-bottom: 0;
  color: #8c97ac;
  font-weight: 400;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 140%;
  margin-left: 40px;
}
.category-details .category .card-btm-left p:first-child {
  margin-left: 0;
}
.category-details .category .card-btm-left {
  display: flex;
  margin-top: 16px;
}
.category-details .category .card-btm-left p > span {
  color: #020e1d;
  font-weight: 500;
  display: block;
  text-align: left;
}
.category-details .category .card-btm-right a {
  margin-bottom: 0;
  color: #0d92f4;
  text-decoration: unset;
  font-weight: 500;

  font-size: 14px;
  line-height: 140%;
  transition: 0.3s ease-out;
}
.category-details .category .card-btm-right a:hover {
  text-decoration: underline;
  color: #020e1d;
}
.category-details .category .card-btm-right .timestamp {
  color: #8c97ac;
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

.category-details .category .list-group-item .card-btm-right-list {
  border-bottom: 1px solid #09366f1a;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.community-header.header-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  transition: ease-in-out all 0.5s;
  animation: smoothScroll 1s forwards;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  color: #000;
  margin: 0;
}
.header.header.sticky .navbar-brand img {
  height: 50px;
  width: auto;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.community-header.header-sticky .navbar {
  padding: 15px 0;
}
.community-header.header-sticky .navbar-brand img {
  width: auto;
  height: 40px;
}

/* thread message page start */
.thread-message-details {
  background-color: #ffffff80;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 20px 40px;
  margin-bottom: 24px;
}
.thread-message-details .post.card {
  background-color: unset;
  border: unset;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e9ec;
}
.thread-message-details .post.card:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.thread-message-details .card {
  background-color: unset;
  margin: 0;
  border: 0;
}
.thread-message-details .card-header {
  background-color: unset;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
  padding: 0;
  border: 0;
}
.thread-message-details .card-header h3 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  color: #1b1e22;
}
.thread-message-details .card-header-right {
  color: #576a82;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.thread-message-details .card-header-right h3 {
  margin-left: 10px;
}
.thread-message-details .card-body {
  padding: 0;
}
.thread-message-details .card-body .answer-title {
  color: #020e1d;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
}
.thread-message-details .card-body p {
  margin: 0;
  color: #020e1d;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.thread-message-details .card-body .reply-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.thread-message-details .card-body .reply-btn .btn {
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  border: 1px solid #e6e9ec;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
}
.thread-message-details .card-body .reply-btn .btn:hover {
  background: linear-gradient(99.56deg, #0d92f4 0%, #0a74c2 100%);
}
.thread-message-details .card-body .test {
  background-color: #e6e9ec;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid var(--Border, #e6e9ec);
  margin-left: 62px;
  margin-bottom: 10px;
}
.thread-message-details .card-body .reply-btn .btn:hover img {
  filter: brightness(0) invert(1);
}
.thread-message-details .card-body .test p {
  margin-bottom: 0;
}
.custom-threads-action .btn {
  padding: 7px;
  flex-shrink: 0;
  box-shadow: 0px 2px 2px 0px #0000000d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-threads-action .btn img {
  height: 20px;
  width: 20px;
}
.custom-threads-action .btn {
  margin-right: 8px;
}
.custom-threads-action .btn:last-child {
  margin: 0;
}
.custom-threads-action .btn-group {
  display: flex;
  border-radius: unset !important;
  border-radius: 0 !important;
}
.custom-threads-action
  .btn-group
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 50%;
}
.custom-threads-action .btn-group > .btn-group:not(:first-child) > .btn,
.custom-threads-action .btn-group > .btn:nth-child(n + 3),
.custom-threads-action .btn-group > :not(.btn-check) + .btn {
  border-radius: 50%;
}
/* thread message page end */

.thread-answer-btn .btn-groups .btn-white {
  width: auto;
  padding: 10px 17.5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #576a82;
  border: 1px solid #09366f1a;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  margin: 0;
  margin-right: 0;
}
.thread-answer-btn .btn-groups .btn-white > img {
  margin-right: 8px;
  height: 16px;
  width: 16px;
  flex-shrink: 0;
}
.thread-answer-btn .btn-groups .btn-white:hover {
  transform: scale(1);
  box-shadow: unset;
}
.thread-answer-btn .form-check-input {
  height: 20px;
  width: 20px;
  margin: 0;
}
.thread-answer-btn .btn-groups .btn-primary {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 16px;
}
.thread-answer-btn .custom-btn-grp {
  display: flex;
  justify-content: end;
}
.quick-response {
  background-color: #ffffff80;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 20px 16px;
  margin-bottom: 24px;
}
textarea.form-control {
  min-height: 100px;
  border-radius: 4px;
}
.quick-reponse-title {
  margin-bottom: 10px;
  color: #020e1d;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
.thread-badges .badge {
  padding: 8px 20px;
  font-size: 12px !important;
}
.custome-modal .modal-content {
  border-radius: 16px;
  border: 0;
}
.custome-modal .modal-header .modal-title svg {
  color: #576a82 !important;
  height: 20px;
  width: 20px;
}

/*========= form sub category start =========*/
.category-form-details {
  background: #ffffff80;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  padding: 16px;
}
.sub-category-form-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.sub-category-form-list .category-card {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.sub-category-form-list .category-card.forum-space-card {
  display: flex;
  align-items: center;
}
.sub-category-form-list .forum-space-card .card-right .btn {
  margin-top: 0;
}
.sub-category-form-list .list-group-item {
  padding: 16px;
  border-radius: 16px;
  border: 0;
  border-left: #0d92f4 solid 3px;
  background-color: #fff;
}
.sub-category-form-list .card-left span a {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 10px;
}
.sub-category-form-list .card-left .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-category-form-list .card-badges .badge {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8c97ac;
  padding: 0;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.sub-category-form-list .card-badges .badge .reply-count {
  color: #020e1d;
  font-size: 16px;
  font-weight: 600;
}
.sub-category-form-list .card-author {
  display: flex;
  align-items: center;
}
.sub-category-form-list .card-author h3 {
  color: #576a82;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-right: 120px;
  margin-bottom: 0;
  gap: 6px;
  display: flex;
  align-items: center;
}
.sub-category-form-list .card-author span {
  color: #576a82;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-right: 120px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sub-category-form-list .card-right {
  text-align: right;
}

.sub-category-form-list .card-right .btn {
  padding: 10px 20px;
  margin-top: 10px;
}
.sub-category-form-list .card-right .form-check {
  padding: 0;
}
.v-category-show .top-details {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}
.forum-section .check-sub-category {
  position: absolute;
  top: -60px;
  right: 0;
}
.sub-vategorythread-answer-btn {
  margin-right: 30px;
}
.thread-answer-btn.sub-vategorythread-answer-btn .btn-groups .btn-primary {
  margin: 0 16px;
}
.category-form-btm-btn {
  display: flex;
  justify-content: end;
}
.category-form-btm-btn .btn {
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.not-found-card {
  border-radius: 16px;
  background-color: #fff;
  padding: 50px;
}
.not-found-card p {
  color: #576a82;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.not-found-card .card-body {
  text-align: center;
}
.not-found-card .card-body .btn {
  margin-top: 10px;
}
/*========= form sub category end =========*/

.header-login .navbar .header-signup .btn.btn-light:hover {
  background-color: unset;
  border: unset;
}
.header-login .navbar .header-signup .btn.btn-light:focus {
  background-color: unset;
  border-color: unset;
  box-shadow: unset;
}
.rename-thread {
  display: flex;
  flex-wrap: nowrap;
}
.rename-thread .input-group-text {
  margin: 0;
  border-radius: 0;
  border-right: 0;
}
.rename-thread .form-select {
  height: 38px;
  padding: 5px 16px;
}
.rename-thread .rename-form-control {
  width: 100%;
}
.rename-thread .rename-form-control {
  padding: 8px 16px;
  margin: 0 !important;
}
.manage-details {
  grid-template-columns: repeat(1, 1fr);
}

.manage-details .list-group {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 16px;
  min-height: unset;
}
.manage-details .list-group-item {
  background: #ffffffe5;
  border: 0;
  border-left: 4px solid #0d92f4;
  padding: 16px;
  border-radius: 12px;
}
.manage-details .list-group-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}
.manage-details .list-group-item p {
  color: #576a82;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
}
.manage-details .list-group-item .btn {
  height: 32px;
  width: 32px;
  padding: 0;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
}

.manage-details .list-group-item .btn img {
  filter: brightness(0) invert(1);
  height: 18px;
  width: 18px;
  transition: 0.3s ease-out;
}
.manage-details .list-group-item .btn:hover {
  border: 1px solid #dee1e8;
  background: #fff;
}
.manage-details .list-group-item .btn:hover img {
  filter: unset;
}
.fixed-bottom-right .card {
  border-radius: 12px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 1px rgba(0, 0, 0, 0.1);
}
.fixed-bottom-right .card-header {
  background-color: unset;
  border-bottom: 1px solid border #09366f1a;
  color: #020e1d;
  font-size: 16px;
  padding: 9px 14px;
  text-align: left;
}
.fixed-bottom-right .input-group-text {
  background-color: unset;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  color: #596783;
  margin-bottom: 4px;
  font-size: 14px;
}
.fixed-bottom-right .input-group {
  margin-bottom: 8px;
}
.fixed-bottom-right .card-body {
  padding: 16px;
}
.fixed-bottom-right .form-select {
  height: 36px;
  padding: 5px 14px;
  width: 100%;
}
.fixed-bottom-right .card-body .btn {
  font-size: 12px;
  padding: 8px 17px;
}

.sidenav-new-menu button.btn-close {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 1050;
    background-image: url('../../org-images/closing-btn-gray.svg');
    background-size: 25px 25px;
}

/* responsive start */

@media (min-width: 993px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .thread-answer-btn .custom-btn-grp .btn-groups {
    flex-direction: row;
    margin-bottom: 0;
  }
  .sub-vategorythread-answer-btn .btn-groups {
    margin: 0;
    flex-direction: row;
  }
  .forum-section .check-sub-category {
    top: -43px;
  }
}
@media only screen and (max-width: 1399px) {
  .community-header .navbar .navbar-collapse .header-options {
    margin-left: 30%;
  }
  .community-header
    .navbar
    .navbar-collapse
    .header-options.header-options-auth {
    margin-left: 145px;
  }
}

@media only screen and (max-width: 1199px) {
  .community-header .navbar .navbar-collapse .header-options {
    /* margin-left: 200px; */
  }
  .community-header
    .navbar
    .navbar-collapse
    .header-options.header-options-auth {
    margin-left: 137px;
  }
  .community-header.header-sticky .navbar{
    padding: 10px 0;
  }
}
@media only screen and (max-width: 992px) {
  .sidenav-new-menu.show {
    width: 300px;
    right: 0;
  }
  .community-header .navbar .navbar-collapse .header-options {
    margin: 0;
  }
  .community-header
    .navbar
    .navbar-collapse
    .header-options.header-options-auth {
    margin: 0;
  }
  .header-login .navbar .header-signup .nav-item {
    border: unset;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .header-login.community-header .navbar .nav-item {
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: left;
  }
  .header-login.community-header .navbar .header-signup .nav-item {
    border: unset;
    padding-bottom: 0;
    margin-bottom: 10px;
    justify-content: start;
    display: flex;
  }
  header .navbar .header-signup .btn {
    width: max-content;
  }
  .header-login.community-header .navbar .header-signup .btn.btn-primary {
    padding: 5px 44px;
  }
  .header-login.community-header .navbar .header-signup .btn.btn-light {
    margin: 0;
  }
  .category-details {
    grid-template-columns: repeat(1, 1fr);
  }
  .forum-section .forum-page-title h2 {
    font-size: 24px;
  }
  .thread-message-details {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .thread-message-details {
    padding: 16px;
  }
  .thread-message-details .card-body .reply-btn .btn {
    height: 32px;
    width: 32px;
  }
  .thread-message-details .card-body .reply-btn .btn img {
    height: 16px;
    width: 16px;
  }
  .thread-message-details .card-header h3 {
    font-size: 14px;
  }
  .thread-message-details .card-body p {
    line-height: 1.3;
  }
  .quick-reponse-title {
    font-size: 18px;
  }
  .thread-message-details .card-body .test {
    margin-left: 0;
  }
  .forum-section .forum-page-title {
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
  }
  .custom-threads-action {
    margin-top: 12px;
    gap: unset;
  }
  .sub-category-form-list .card-author span {
    margin: 0;
  }
  .sub-category-form-list .card-author h3 {
    margin-right: 20px;
  }
  .manage-details .list-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .category-details .category,
  .category-details {
    padding: 12px;
  }
  .category-details .category .card-btm-right a,
  .category-details .category .card-btm-right .timestamp {
    font-size: 12px;
  }
  .category-details .category .card-btm-right a {
    width: 50%;
  }
  .category-details .category .card-top p {
    font-size: 13px;
  }
  .forum-section .forum-page-title h2 {
    font-size: 20px;
  }
  .forum-section .breadcrumb .breadcrumb-item > a,
  .forum-section .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
  .thread-message-details .card-header {
    flex-wrap: wrap;
  }
  .thread-message-details .card-body .test {
    padding: 10px;
  }
  .thread-message-details .card-body p {
    font-size: 12px;
    line-height: 1.4;
  }
  .thread-message-details .card-header {
    margin-bottom: 8px;
    gap: 8px;
  }
  .thread-message-details .card-body p {
    margin-bottom: 8px;
  }
  .thread-message-details .card-header-right {
    flex-wrap: wrap;
    line-height: normal;
  }
  .forum-section .breadcrumb {
    gap: 5px;
  }
  .forum-section .breadcrumb {
    margin-bottom: 10px;
  }
  .thread-answer-btn .btn-groups .btn-white {
    padding: 8px 15px;
    font-size: 12px;
  }
  .thread-answer-btn .btn-groups .btn-primary {
    height: 32px;
    width: 32px;
    margin: 0 8px !important;
  }
  .quick-response .btn-primary {
    padding: 8px 25px;
    font-size: 12px;
  }
  .category-details .category .card-top h5 a {
    font-size: 14px;
    line-height: normal;
  }
  .thread-message-details .card-body .answer-title {
    font-size: 14px;
  }
  .thread-message-details .card-body {
    font-size: 14px;
  }
  .sub-category-form-list .card-badges .badge {
    margin-bottom: 8px;
  }
  .sub-category-form-list .card-left span a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sub-category-form-list .card-badges .badge .reply-count {
    font-size: 14px;
  }
  .sub-category-form-list .card-author {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 8px;
  }
  .sub-category-form-list .list-group-item {
    padding: 12px;
  }
  .sub-category-form-list {
    gap: 20px;
  }
  .forum-section .forum-page-title h3 {
    font-size: 14px;
  }
  .sub-category-form-list .category-card {
    display: flex;
    position: relative;
    flex-direction: column;
  }
  .sub-category-form-list .card-right .form-check {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sub-category-form-list .category-card .card-left {
    width: 90%;
  }
  .sub-category-form-list .card-right .btn {
    padding: 8px 18px;
    margin-top: 10px;
    font-size: 12px;
  }
  .sub-category-form-list .forum-space-card .card-right .btn {
    margin-top: 10px;
    align-items: start;
  }
  .sub-category-form-list .category-card.forum-space-card {
    align-items: start;
  }
  .not-found-card {
    padding: 15px;
  }
  .not-found-card p {
    font-size: 16px;
  }
  .forum-section .check-sub-category {
    top: -41px;
    right: 4px;
  }
  .category-form-details {
    padding: 12px;
  }
  .manage-details .list-group-item h3 {
    font-size: 14px;
  }
  .manage-details .list-group-item {
    padding: 12px;
  }
  .manage-details .list-group-item {
    border-width: 2px;
  }
  .manage-details .list-group-item .btn {
    width: 28px;
    height: 28px;
  }
  .manage-details .list-group-item .btn img {
    height: 16px;
    width: 16px;
  }
}
/*========== responsive end ==========*/
