/***** FONT STYLES *****/
.title-1 {
  font-family: "Inter-Bold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 54px;
}

.title-2 {
  font-family: "Inter-Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 30px;
}

.title-3 {
  font-family: "Inter-Bold", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 45px;
}

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

.font-size-sm {
  font-size: 14px;
}

.font-size-l {
  font-size: 20px;
}

.font-semi-bold {
  font-family: "Inter-Medium", sans-serif;
  font-weight: 600;
}

.font-bold {
  font-family: "Inter-Bold", sans-serif;
  font-weight: 700;
}

.text-white {
  color: #FFF;
}

.text-red {
  color: var(--red);
}

.text-gray-2 {
  color: var(--gray-2);
}

.text-black {
  color: #000;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

/***** HELPER CLASSES *****/
.hide {
  display: none;
}

.show {
  display: block;
}

.p-all {
  padding: var(--padding);
}

.p-xs-all {
  padding: 0.5rem;
}

.p-sm-all {
  padding: 1rem;
}

.px-sm {
  padding-inline: 1rem;
}

.py-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

.mx-1 {
  margin: 0 1rem;
}

.my-1 {
  margin: 1rem 0;
}

.mb-24 {
  margin-bottom: 24px;
}

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

.mr-0 {
  margin-right: 0;
}

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

.mr-auto {
  margin-right: auto;
}

.m-inline-0 {
  margin-inline: 0;
}

.m-inline-auto {
  margin-inline: auto;
}

.max-w {
  max-width: 640px;
}

.bg-white {
  background: #FFF;
}

.border-radius {
  border-radius: var(--border-radius);
}

.border-radius-50 {
  border-radius: 50%;
}

.border-gray-1 {
  border: 1px solid var(--gray-1);
}

.border-red {
  border: 1px solid #C81E1E;
}

.border-top-gray-1 {
  border-top: 1px solid var(--gray-1);
}

.border-bottom-gray-1 {
  border-bottom: 1px solid var(--gray-1);
}

.border-red {
  border: 1px solid var(--red);
}

.border-shadow {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0784313725);
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-sb {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}

.flex-1 > * {
  flex: 1;
}

.gap-1 {
  gap: 1rem;
}

.gap-5 {
  gap: 0.5rem;
}

.container {
  padding-inline: var(--padding);
}

.cursor-pointer {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.color-red {
  color: #C81E1E;
}

.section-fixed {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  isolation: isolate;
}
.section-fixed > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  width: 632px;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.section-fixed > div > div {
  width: 100%;
  padding: var(--padding);
}
.section-fixed > div > div img {
  width: 142.69px;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.section-fixed::before,
.section-fixed::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  background: url(/images/bg-img.png?6e302dbfa104fd4c9179228bdcc87c0d) no-repeat;
  background-size: auto 100%;
  z-index: -1;
}

.section-fixed::before {
  left: 0;
}

.section-fixed::after {
  right: 0;
  transform: rotateY(180deg);
}

.administration {
  flex-direction: column;
  height: calc(100vh - 114px);
}

.react-datepicker__day--outside-month {
  visibility: hidden;
}

.dashboard .section-date-range form {
  display: flex;
  gap: 1rem;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.dashboard .section-date-range form > div {
  margin-bottom: 0;
}
.dashboard .section-date-range form .input--date {
  width: 150px;
}
.dashboard .section-date-range form::before {
  content: "-";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.dashboard .section-user-count > div {
  flex: 1;
}
.dashboard .section-new-registrations,
.dashboard .section-latest-activities {
  height: 277px;
}
.dashboard .section-new-registrations {
  width: 60%;
}
.dashboard .section-new-registrations canvas {
  max-height: 200px;
}
.dashboard .section-latest-activities {
  width: 40%;
  overflow-y: auto;
}
.dashboard .section-latest-activities ul li {
  justify-content: space-between;
  border-top: 1px solid var(--gray-1);
  padding: 10px;
  gap: 10px;
}
.dashboard .section-latest-activities ul li p:last-child {
  color: var(--gray-2);
}

.section-generate-report {
  max-width: 632px;
}
.section-generate-report .container {
  max-width: 552px;
}
.section-generate-report .btn {
  position: unset;
}
.section-generate-report .date-container {
  position: relative;
}
.section-generate-report .date-container::before {
  content: "-";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.section-generate-report:has(.validation--error) .date-container::before {
  top: 15%;
}

.post .post-container {
  position: relative;
  overflow: hidden;
  width: 632px;
  max-width: 100%;
}
.post .post-container .post-header {
  padding: 1rem;
}
.post .post-container .post-header .account-name {
  flex-grow: 1;
}
.post .post-container .post-header .account-name.admin > p:first-child {
  position: relative;
}
.post .post-container .post-header .account-name.admin > p:first-child::after {
  content: "\e91b";
  font-family: "icomoon";
  color: var(--red);
  margin-left: 4px;
}
.post .post-container .post-header .icon-post {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.post .post-container .post-category {
  padding: 0.5rem 1rem;
}
.post .post-container .post-category span {
  color: #111928;
  background: #F3F4F6;
  border-radius: 6px;
  padding: 4px 10px;
}
.post .post-container .post-body {
  padding: 8px 1rem;
}
.post .post-container .post-body img, .post .post-container .post-body video {
  width: 100%;
}
.post .post-container .post-body .images:has(> :last-child:nth-child(1)) div { /* 1 element */
  width: 100%;
}
.post .post-container .post-body .images:has(> :last-child:nth-child(2)) div { /* 2 elements */
  width: 50%;
}
.post .post-container .post-body .images:has(> :last-child:nth-child(2)) div img, .post .post-container .post-body .images:has(> :last-child:nth-child(2)) div video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 291px;
}
.post .post-container .post-body .images:has(> :last-child:nth-child(3)) div { /* 3 elements */
  width: 33.33%;
}
.post .post-container .post-body .images:has(> :last-child:nth-child(n+4)) {
  flex-wrap: wrap;
}
.post .post-container .post-body .images:has(> :last-child:nth-child(n+4)) div {
  width: calc(33.33% - 1rem);
}
.post .post-container .post-body .images:has(> :last-child:nth-child(n+3)) img, .post .post-container .post-body .images:has(> :last-child:nth-child(n+3)) video {
  height: 178px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .post-container .post-footer {
  padding: 1rem;
  gap: 0.5rem;
}
.post .post-container .post-footer > * {
  color: var(--gray-2);
}
.post .post-container .post-footer > div {
  gap: 4px;
  padding: 4px 8px;
}
.post .post-container .post-footer .like span {
  font-size: 20px;
}
.post .post-container .post-footer .like,
.post .post-container .post-footer .comment {
  cursor: pointer;
}
.post .post-container .post-footer .like.liked p, .post .post-container .post-footer .like.liked span,
.post .post-container .post-footer .like:hover p,
.post .post-container .post-footer .like:hover span,
.post .post-container .post-footer .comment:hover p,
.post .post-container .post-footer .comment:hover span {
  color: var(--red);
}
.post .post-container .post-disabled {
  display: none;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.post .post-container .post-disabled > * {
  color: #FFF;
}
.post .post-container .post-disabled > span {
  font-size: 24px;
}
.post .post-actions {
  flex-direction: column;
}
.post .post-actions span {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 32px;
  border: 1px solid;
  padding: 8px 12px;
}
.post .post-actions .icon-check {
  color: #046C4E;
  border-color: #046C4E;
}
.post .post-actions .icon-edit {
  color: #1F2A37;
  border-color: var(--gray-3);
}
.post .post-actions .icon-trash,
.post .post-actions .icon-x {
  color: #C81E1E;
  border-color: #C81E1E;
}

.post.disabled .post-disabled {
  display: flex;
}

.modal-post .post-content {
  width: 100%;
}
.modal-post .post-content .post-container {
  display: flex;
  flex-direction: column;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  max-width: unset;
}
.modal-post .post-content .post-container .post-body {
  flex-grow: 1;
  border-top: 1px solid var(--gray-1);
  border-bottom: 1px solid var(--gray-1);
}
.modal-post .post-content .post-container .post-footer {
  border-bottom: 1px solid var(--gray-1);
}
.modal-post .post-comment {
  width: 100%;
}
.modal-post .post-comment form {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.modal-post .post-comment form .mb-1 {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-bottom: 0;
}
.modal-post .post-comment form .mb-1 > div {
  width: 100%;
}
.modal-post .post-comment form .btn {
  flex-shrink: 0;
  height: 44px;
}
.modal-post .post-comment .comments-list .comment {
  gap: 0.75rem;
}
.modal-post .post-comment .comments-list .comment .account-avatar {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.modal-post .post-comment .comments-list .comment .comment-body {
  background: #f0f2f5;
  width: 100%;
  padding: 0.5rem;
}
.modal-post .post-comment .comments-list .comment .comment-body .comment-view img {
  width: 100%;
}
.modal-post .post-comment .comments-list .comment .comment-body .comment-view .image-sticker {
  margin-bottom: 1rem;
}
.modal-post .post-comment .comments-list .comment .comment-body .comment-view .image-sticker img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-post .post-comment .comments-list .comment .comment-body .actions > span,
.modal-post .post-comment .comments-list .comment .comment-body .comment-edit span {
  cursor: pointer;
}
.modal-post .post-comment .comments-list .comment .comment-body .actions > span.liked,
.modal-post .post-comment .comments-list .comment .comment-body .actions > span:hover,
.modal-post .post-comment .comments-list .comment .comment-body .comment-edit span:hover {
  color: var(--red);
}
.modal-post .post-comment .comments-list .comment .comment-body .actions span:last-child {
  gap: 0.25rem;
}
.modal-post .post-comment .comments-list .comment .comment-body .comment-delete span {
  cursor: pointer;
  padding: 0.5rem;
}
.modal-post .post-comment .comments-list .comment .comment-body .comment-delete span:first-child {
  background: var(--gray-1);
}
.modal-post .post-comment .comments-list .comment .comment-body .comment-delete span:last-child {
  background: var(--red);
}
.modal-post .post-comment .comments-list .comment--child {
  padding-left: 3rem;
}
.modal-post .post-comment .comment-edit form button {
  cursor: pointer;
  border: none;
  color: var(--red);
}
@media (max-width: 1199px) {
  .modal-post {
    max-height: 600px;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .modal-post {
    display: flex;
  }
  .modal-post .post-content .post-container,
  .modal-post .post-comment {
    max-height: 600px;
    overflow-y: auto;
  }
  .modal-post .post-content {
    width: 60%;
    border-right: 1px solid var(--gray-1);
  }
  .modal-post .post-content .post-container .post-footer {
    border: none;
  }
  .modal-post .post-comment {
    width: 40%;
  }
}

.modal-content .modal-body .category-image-list {
  gap: 0.5rem;
  flex-wrap: wrap;
}
.modal-content .modal-body .category-image-list .image-item {
  position: relative;
  margin-top: 0.75rem;
  margin-right: 0.75rem;
}
.modal-content .modal-body .category-image-list .image-item .image-wrap {
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.modal-content .modal-body .category-image-list .image-item .image-wrap img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-content .modal-body .category-image-list .image-item .video-wrap {
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.modal-content .modal-body .category-image-list .image-item .video-wrap video {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-content .modal-body .category-image-list .image-item span {
  background: var(--gray-800, #1F2A37);
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
}

.modal-content .loading,
.post-comment .loading,
.comment-edit .loading,
.comment-reply .loading,
.comment-delete .loading,
.video-options .loading,
.post-video .loading,
.loading-sm .loading {
  position: relative;
  background: transparent;
  top: 0;
  left: 0;
}
.modal-content .loading .preloader,
.post-comment .loading .preloader,
.comment-edit .loading .preloader,
.comment-reply .loading .preloader,
.comment-delete .loading .preloader,
.video-options .loading .preloader,
.post-video .loading .preloader,
.loading-sm .loading .preloader {
  width: 32px;
  height: 32px;
}

.modal[aria-labelledby="Post Category - New Post"] .modal-dialog .modal-footer button,
.modal[aria-labelledby="Post Category - Edit Post"] .modal-dialog .modal-footer button {
  margin-left: 0;
}

.modal[aria-labelledby="Reason for Rejection"] .modal-dialog,
.modal[aria-labelledby="Block User"] .modal-dialog,
.modal[aria-labelledby="Unblock User"] .modal-dialog {
  max-width: 416px;
}

.modal[aria-labelledby="Verify User Information"] .modal-footer .verify-actions button {
  margin-left: 0;
}
.modal[aria-labelledby="Verify User Information"] .modal-footer .verify-form > div:first-child {
  flex-grow: 1;
  margin-bottom: 0;
}
.modal[aria-labelledby="Verify User Information"] .modal-footer .verify-form > div:last-child button {
  margin-inline: 0;
  width: 100%;
}

.section-public-page-management .featured-list ul li .item {
  width: 200px;
}
.section-public-page-management .featured-list ul li .item-image {
  border: 2px solid var(--gray-3);
  overflow: hidden;
}
.section-public-page-management .featured-list ul li .item-image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-public-page-management .featured-list ul li .item.empty {
  width: 200px;
  height: 200px;
  border: 2px dashed var(--gray-3);
}
.section-public-page-management .features ul li .item-image {
  border: none;
}
.section-public-page-management .call-to-action ul li {
  width: -moz-max-content;
  width: max-content;
}

.section-cms-page .hero-banner {
  position: relative;
}
.section-cms-page .hero-banner .row-title {
  font-size: 48px;
  line-height: 1;
  text-align: center;
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-cms-page .hero-banner img {
  width: 100%;
  max-width: 1440px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal[aria-labelledby="Add Product"],
.modal[aria-labelledby="Edit Product"] {
  z-index: 1040;
}
.modal[aria-labelledby="Add Product"] .product-images .item .item-image,
.modal[aria-labelledby="Edit Product"] .product-images .item .item-image {
  width: 186px;
  height: 100px;
}
.modal[aria-labelledby="Add Product"] .product-images .item .item-image img,
.modal[aria-labelledby="Edit Product"] .product-images .item .item-image img {
  width: 186px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal[aria-labelledby="Add Product"] .product-images .item.empty,
.modal[aria-labelledby="Edit Product"] .product-images .item.empty {
  width: 186px;
  height: 100px;
  border: 2px dashed var(--gray-3);
}
.modal[aria-labelledby="Add Product"] .product-images .item.empty span,
.modal[aria-labelledby="Edit Product"] .product-images .item.empty span {
  font-size: 28px;
}

.rewards-item table tr th:first-child,
.rewards-item table tr td:first-child {
  display: none;
}

.user-management table tr th:first-child,
.user-management table tr td:first-child {
  display: none;
}

.section-roles-and-access-levels table tr th:first-child,
.section-roles-and-access-levels table tr td:first-child {
  display: none;
}

.edit-user-management input:not(:disabled) {
  background: #FFF;
}

.post-products table tr th:last-child,
.post-products table tr td:last-child {
  display: none;
}
.post-products table tr .product-img img {
  width: 80px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.edit-products .section-rating .icon-star {
  font-size: 40px;
}
.edit-products .section-rating-list > ul li > div:nth-child(3) .readMoreText {
  color: var(--gray-2) !important;
  font-family: "Inter-Bold", sans-serif;
  font-weight: 700;
}
.edit-products .section-rating-list > ul li:not(:last-child) {
  border-bottom: 1px solid var(--gray-1);
}
.edit-products .section-rating-list .comment-reply {
  background: #EBF5FF;
  padding: 0.5rem;
  margin-top: 1rem;
}
.edit-products .section-rating-list .comment-reply form {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.edit-products .section-rating-list .comment-reply form > div {
  width: 100%;
  margin-bottom: 0;
}
.edit-products .section-rating-list .comment-reply form button {
  color: var(--red);
  cursor: pointer;
  border: none;
  background: transparent;
}
.edit-products .section-rating-reply {
  padding-left: 1rem;
}
.edit-products .section-rating-reply > div {
  background: #EBF5FF;
  padding: 0.5rem;
}
.edit-products .section-rating-reply > div .readMoreText {
  color: var(--gray-2) !important;
  font-family: "Inter-Bold", sans-serif;
  font-weight: 700;
}
.edit-products .section-rating-reply .comment-edit form {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.edit-products .section-rating-reply .comment-edit form > div {
  width: 100%;
  margin-bottom: 0;
}
.edit-products .section-rating-reply .comment-edit form button {
  color: var(--red);
  cursor: pointer;
  border: none;
  background: transparent;
}
.edit-products .section-rating-reply .comment-delete > div span {
  padding: 0.5rem;
}
.edit-products .section-rating-reply .comment-delete > div span:first-child {
  background: var(--gray-1);
}
.edit-products .section-rating-reply .comment-delete > div span:last-child {
  background: var(--red);
}

.section-post-video-playlists table tr th:last-child,
.section-post-video-playlists table tr td:last-child {
  display: none;
}
.section-post-video-playlists .post .post-actions {
  flex-direction: row;
}
.section-post-video-playlists .post .post-actions .post-is-featured {
  cursor: pointer;
  background: var(--gray-3);
  padding: 6px 12px;
  height: -moz-min-content;
  height: min-content;
}
.section-post-video-playlists .post .post-actions .post-is-featured span {
  color: var(--gray-2);
  font-size: 14px;
  width: unset;
  height: unset;
  padding: 0;
  border: none;
}
.section-post-video-playlists .post .post-actions .post-is-featured.featured span {
  color: #000;
}
.section-post-video-playlists .post .post-actions .post-is-featured.featured p {
  font-size: 12px;
  line-height: 16px;
}

.modal[aria-labelledby="Add video playlist"] form > div:nth-child(3),
.modal[aria-labelledby="Edit video playlist"] form > div:nth-child(3) {
  display: flex;
  gap: 0.25rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.modal[aria-labelledby="Add video playlist"] form > div:nth-child(3) .input-wrapper,
.modal[aria-labelledby="Edit video playlist"] form > div:nth-child(3) .input-wrapper {
  width: unset;
}

.modal[aria-labelledby="Upload a video"] .video-options > * {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 0;
}
.modal[aria-labelledby="Upload a video"] .video-options > * label {
  flex-shrink: 0;
  margin-bottom: 0;
}
.modal[aria-labelledby="Upload a video"] .choose-video {
  cursor: pointer;
  background: #F9FAFB;
  border: 3px dashed var(--gray-3);
}
.modal[aria-labelledby="Upload a video"] .choose-video span:first-child {
  font-size: 24px;
}

.faq-management table tr th:first-child,
.faq-management table tr td:first-child,
.faq-management table tr th:nth-child(2),
.faq-management table tr td:nth-child(2) {
  display: none;
}

.section-pop-up-banner .banner {
  max-width: 800px;
}
.section-pop-up-banner .banner > div:first-child {
  width: 300px;
}
.section-pop-up-banner .banner > div:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-pop-up-banner .banner > div:last-child {
  width: 500px;
}

.section-roles-and-access-levels .icon-tooltip {
  font-size: 24px;
}
.section-roles-and-access-levels .cta-edit > .icon-key-1,
.section-roles-and-access-levels .cta-edit > .icon-key-1-off {
  font-size: 20px;
}

.section-edit-roles-and-access-levels table tbody tr td .mb-1 {
  margin-bottom: 0;
}
.section-edit-roles-and-access-levels table tbody tr td .mb-1 input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  accent-color: var(--gray-1);
}

.section-post-video-playlists .post-video .post-body .images .loading > .preloader {
  width: 32px !important;
}
.section-post-video-playlists .post-video .post-body .images .loading > .preloader > div {
  width: 8% !important;
}

.section-blog-management table tr th:first-child,
.section-blog-management table tr th:nth-child(2),
.section-blog-management table tr td:first-child,
.section-blog-management table tr td:nth-child(2) {
  display: none;
}
.section-blog-management table tr .article-img img {
  width: 80px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
