.theme-verimus {
  max-width: 100% !important;
}
.notice-container-header {
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--baseFg);
}
.header-description {
  width: 60%;
}
.notice-container-header-top {
  padding: 2rem 13rem 2.5rem 13rem;
}
.notice-container-header-top .notice-container-header-top-wraper h1 {
  width: 50%;
}
.btn-document-template {
  padding: 0.1rem 0.5rem;
}
.btn-view-sample {
  background-color: #ffffff;
  color: var(--main);
  margin-left: 0.5rem;
  padding: 9.5px 16px;
  font-size: 14px;
}
.btn-view-sample img {
  color: var(--main);
}
.main-document-container {
  margin-bottom: 5rem;
}
.document-single-container {
  background-color: #ffffff;
  margin: 1.5rem 6rem;
  padding: 2rem 1.5rem;
}
.tag {
  background-color: #f6f6f6;
  margin:0 0.5rem 0.5rem 0;
  padding: 0.25rem;
}
.tag .label {
  color: #909090;
}
.tag .value {
  color: #a7a7a7;
}
.tag:hover {
  background-color: #f6f6f6;
}
.btn-sign-up-document {
  padding: 1rem 1rem;
}
.left-side-content {
  border-right: 1px solid #0000001A;
}
.right-side-content {
  padding-left: 3rem;
}
.section {
  border-color: #ffffff;
}
.section img {
  width: 1.25rem;
  height: 3rem;
}
.first-section {
  background-color: #f9f5ff;
}
.second-section {
  background-color: #e8f3fd;
}
.third-section {
  background-color: #c8dbfa;
}
.second-header {
  margin: 4rem 0 2rem 0;
}
.reviews {
  margin: 0rem 6rem 6rem 6rem;
  column-gap: 1.5rem;
}
.reviews .feedback {
  border-color: #ffffff;
  padding: 2.5rem 4rem 1.5rem 2rem;
}
.notice-container-header-bottom {
  padding: 3rem 10rem;
}
.notice-container-header-bottom .description {
  padding-top: 3rem;
}
.notice-container-header-bottom .btn-view-plan-pricing {
  padding: 1.25rem 1rem;
}
.more-documents {
  padding: 5rem 22rem;
  background-color: #fbe6db;
}
.top-header-logo-logout {
  padding: 3rem;
}
.top-header-logo-logout .btn-visit-text {
  color: #737373;
}
.bottom-header-logo {
  padding: 3rem 3rem 0 3rem;
}
.bottom-header-logo img {
  height: 40px;
  object-fit: contain;
}
.bottom-header-text {
  font-size: 13px;
}
.support-icon {
  width: 7rem;
}
.empty-page-header {
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .notice-container-header-top .notice-container-header-top-wraper .btn-document-template {
    margin-bottom: 1rem;
  }
  .notice-container-header-top .notice-container-header-top-wraper h1 {
    width: 100%;
  }
  .notice-container-header-top .notice-container-header-top-wraper .header-description {
    width: 100%;
  }
  .notice-container-header-top .notice-container-header-top-wraper .notice-button {
    flex-direction: column;
  }
  .notice-container-header-top .notice-container-header-top-wraper .notice-button .btn-view-sample {
    margin: 1rem 0 0 0;
  }
  .main-document-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .document-single-container {
    border-right: 0;
    margin: 0;
    padding: 2rem 1rem 2rem 1rem;
  }
  .tag {
    margin-bottom: 0.5rem;
  }
  .second-header {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .reviews .feedback {
    margin: 1rem 1rem 0 1rem;
  }
  .notice-container-header-bottom {
    padding: 1rem;
    margin: 0;
  }
  .notice-container-header-bottom img {
    max-width: 100%;
  }
  .more-documents {
    padding: 1rem 2rem 3rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .left-side-content {
    border-right: 0;
  }
  .right-side-content {
    padding: 0;
    margin-bottom: 2rem;
  }
  .reviews {
    margin: 0rem 1rem 3rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .notice-container-header-top {
    padding: 1rem 2rem 2rem 2rem;
  }
  .notice-container-header-top .notice-container-header-top-wraper {
    text-align: center;
  }
  .reviews {
    margin: 0 0 2rem 0;
    flex-direction: column;
  }
  .notice-container-header-bottom .description {
    padding: 0 0 1rem 1rem;
    text-align: center;
  }
  .top-header-logo-logout {
    padding: 1.5rem 1rem;
  }
  .top-header-logo-logout .btn-light {
    max-width: 136px;
  }
  .right-side-content {
    padding-left: 0px;
  }
  .reviews .feedback {
    padding: 2.5rem 2rem 1.5rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  #carouselIndicators {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  .category-filter {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 425px) {
  .notice-sign {
    flex-direction: column;
    gap: 0.5rem;
  }

  .notice-sign .users-star-rate {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .notice-sign .suitable {
    align-items: center;
    margin: auto !important;
  }
}
