.wp-block-tonjoo-blocks-breadcrumb {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

body.page-template-frontpage .wp-block-tonjoo-blocks-breadcrumb {
  display: none;
}

.wp-block-tonjoo-blocks-breadcrumb .breadcrumbs__separator {
  font-size: 0;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
}

.wp-block-tonjoo-blocks-breadcrumb .breadcrumbs__separator::before {
  content: '';
  width: 20px;
  height: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.192 10.4422L7.94205 16.6922C7.88398 16.7502 7.81504 16.7963 7.73917 16.8277C7.6633 16.8592 7.58198 16.8753 7.49986 16.8753C7.41774 16.8753 7.33642 16.8592 7.26055 16.8277C7.18468 16.7963 7.11574 16.7502 7.05767 16.6922C6.9996 16.6341 6.95354 16.5652 6.92211 16.4893C6.89069 16.4134 6.87451 16.3321 6.87451 16.25C6.87451 16.1679 6.89069 16.0865 6.92211 16.0107C6.95354 15.9348 6.9996 15.8659 7.05767 15.8078L12.8663 9.99998L7.05767 4.19217C6.9404 4.07489 6.87451 3.91583 6.87451 3.74998C6.87451 3.58413 6.9404 3.42507 7.05767 3.30779C7.17495 3.19052 7.33401 3.12463 7.49986 3.12463C7.66571 3.12463 7.82477 3.19052 7.94205 3.30779L14.192 9.55779C14.2502 9.61584 14.2963 9.68477 14.3277 9.76064C14.3592 9.83652 14.3754 9.91785 14.3754 9.99998C14.3754 10.0821 14.3592 10.1634 14.3277 10.2393C14.2963 10.3152 14.2502 10.3841 14.192 10.4422Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wp-block-tonjoo-blocks-breadcrumb .breadcrumbs__link:hover {
  color: #FFF;
}

.social-icon {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.social-icon .social-icon__item:not(:last-child) {
  margin-right: 12px;
}

.social-icon .social-icon__item.facebook {
  --color: #475993;
}

.social-icon .social-icon__item.twitter {
  --color: #0A0A0A;
}

.social-icon .social-icon__item.linkedin {
  --color: #55ACEE;
}

.social-icon .social-icon__item.whatsapp {
  --color: #7AD06D;
}

.social-icon .social-icon__item .social-icon__link {
  border: 0;
  background-color: transparent;
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid var(--color, var(--border, #DD634F));
  background-color: var(--color, var(--bg, transparent));
  border-radius: 50%;
}

.social-icon .social-icon__item .social-icon__link.copy-link {
  cursor: pointer;
  width: auto;
  border-radius: 36px;
  font-size: 14px;
  padding: 0 7px;
  background: transparent;
  border: 1px solid var(--wp--preset--color--secondary);
}

.social-icon .social-icon__item .social-icon__link.copy-link svg path {
  stroke: var(--wp--preset--color--secondary);
}

.social-icon .social-icon__item .social-icon__link.copy-link.copied span {
  margin-left: 5px;
}

.social-icon .social-icon__item .social-icon__link svg {
  width: 20px;
  height: 20px;
}

.wp-block-post-terms {
  margin: -8px -4px -4px !important;
}

.wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}

.wp-block-post-terms a, .wp-block-post-terms span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
  border: 1px solid var(--tj-color-neutral-800);
  background-color: #00000033;
  padding: 4px 12px;
  color: var(--tj-color-base-white);
  margin: 4px;
  pointer-events: none;
  font-size: var(--wp--preset--font-size--s);
}

@media (max-width: 600px) {
  .wp-block-post-terms a, .wp-block-post-terms span {
    margin: 3px;
    font-size: var(--wp--preset--font-size--xs);
  }
}

@media (max-width: 600px) {
  .single-title-wrapper {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .wp-block-group.meta-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp-block-group.meta-post > .wp-block-group {
  position: relative;
}

.wp-block-group.meta-post > .wp-block-group:first-child {
  gap: 0;
}

@media (max-width: 600px) {
  .wp-block-group.meta-post > .wp-block-group:first-child {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .wp-block-group.meta-post > .wp-block-group:first-child::after {
    display: none;
  }
}

.wp-block-group.meta-post > .wp-block-group:not(:last-child)::after {
  content: '|';
  margin: 0 24px;
}

@media (max-width: 600px) {
  .wp-block-group.meta-post > .wp-block-group:not(:last-child)::after {
    margin: 0 12px;
  }
}

@media (max-width: 600px) {
  .wp-block-group.meta-post > .wp-block-group:not(:first-child) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-order: 1;
        order: 1;
  }
}

.wp-block-group.meta-post .wp-block-post-author {
  -ms-flex-align: center;
      align-items: center;
}

.wp-block-group.meta-post .wp-block-post-author__avatar {
  -ms-flex: 0 1 32px;
      flex: 0 1 32px;
  width: 32px;
  margin-right: 12px;
}

.wp-block-group.meta-post .wp-block-post-author img.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.entry-content {
  line-height: 1.5;
}

.wp-block-separator {
  border-top-width: 1px;
  margin: 0;
}

.author-box {
  background-color: var(--tj-color-accent-blue);
  border-radius: 12px;
  padding: 40px !important;
}

.trust-box {
  border-radius: 6px;
  background: var(--tj-color-gradient-green);
  color: var(--tj-color-text-primary);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 500;
  padding: 8px 12px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 14px;
}

.trust-box.experiment {
  background: var(--tj-color-gradient-orange);
}

.trust-box .icon svg {
  width: 20px;
  height: 20px;
}

.trust-box .icon ~ span {
  margin-left: 8px;
}

.quota-alert {
  border-radius: 6px;
  background: var(--tj-color-gradient-orange);
  color: var(--tj-color-text-primary);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 500;
  padding: 8px 12px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 14px;
}

.quota-alert .icon svg {
  width: 20px;
  height: 20px;
}

.quota-alert .icon ~ span {
  margin-left: 8px;
}

.aitool-post-title {
  margin: 12px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.aitool-post-title .logo {
  object-fit: contain;
  height: 62px;
  width: auto;
}

.aitool-post-title .logo ~ .post-title {
  margin-left: 18px;
}

.aitool-post-title .post-title {
  margin: 0;
  font-size: var(--wp--preset--font-size--d-2);
  font-weight: 600;
}

.ai-try-note, .ai-description {
  color: var(--tj-color-base-white);
}

.ai-try-note .note, .ai-description .note {
  margin-top: 0;
  font-size: var(--wp--preset--font-size--base);
  font-weight: 400;
}

.ai-try-note .note a, .ai-description .note a {
  font-weight: 500;
  text-decoration: underline;
}

.ai-try-note .note p, .ai-description .note p {
  margin: 0;
}

.ai-description .note {
  font-size: var(--wp--preset--font-size--base);
}

.ai-title ~ .ai-tool-try-now {
  margin-top: 24px;
}

.ai-tool-try-now > .row {
  --tj-gutter-x: 20px;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 600px) {
  .ai-tool-try-now > .row {
    --tj-gutter-x: 16px;
  }
}

.ai-tool-try-now .btn {
  font-size: var(--wp--preset--font-size--base);
  font-weight: 500;
  min-width: 120px;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 24px;
  border-radius: 8px;
}

.ai-tool-try-now .btn span ~ .icon {
  margin-left: 8px;
}

@media (max-width: 600px) {
  .ai-tool-try-now .btn {
    padding: 6px 12px;
    min-width: 100px;
    border-radius: 8px;
  }
  .ai-tool-try-now .btn span ~ .icon {
    margin-left: 6px;
  }
}

.ai-tool-try-now .note {
  margin-top: 0;
  font-size: var(--wp--preset--font-size--base);
  font-weight: 400;
}

.ai-tool-try-now .note a {
  font-weight: 500;
  text-decoration: underline;
}

.ai-tool-try-now .bookmark-button {
  position: relative;
  background-color: var(--tj-color-base-background);
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 7;
}

@media (max-width: 600px) {
  .ai-tool-try-now .bookmark-button {
    width: 36px;
    height: 36px;
  }
}

.ai-tool-try-now .bookmark-button .cbxwpbkmarkwrap {
  background-color: transparent;
  padding: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0;
  border-radius: unset;
  text-align: center;
}

.ai-tool-try-now .bookmark-button .cbxwpbkmarktrig {
  margin: 0;
}

.ai-tool-try-now .bookmark-button .cbxwpbkmarktrig .cbxwpbkmarktrig-icon {
  background-size: 26px;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.25 2H5.25C4.98478 2 4.73043 2.10536 4.54289 2.29289C4.35536 2.48043 4.25 2.73478 4.25 3V14C4.25004 14.0892 4.27397 14.1768 4.31929 14.2537C4.3646 14.3306 4.42967 14.3939 4.50772 14.4371C4.58578 14.4804 4.67399 14.5019 4.76319 14.4996C4.85239 14.4972 4.93933 14.471 5.015 14.4237L8.75 12.0894L12.4856 14.4237C12.5613 14.4709 12.6482 14.4969 12.7373 14.4992C12.8264 14.5015 12.9145 14.4799 12.9924 14.4367C13.0704 14.3934 13.1354 14.3302 13.1807 14.2534C13.2259 14.1766 13.2499 14.0891 13.25 14V3C13.25 2.73478 13.1446 2.48043 12.9571 2.29289C12.7696 2.10536 12.5152 2 12.25 2ZM12.25 13.0981L9.01437 11.0763C8.93491 11.0266 8.84308 11.0002 8.74937 11.0002C8.65566 11.0002 8.56384 11.0266 8.48438 11.0763L5.25 13.0981V3H12.25V13.0981Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 600px) {
  .ai-tool-try-now .bookmark-button .cbxwpbkmarktrig .cbxwpbkmarktrig-icon {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}

.ai-tool-try-now .bookmark-button .cbxwpbkmarktrig.cbxwpbkmarktrig-marked .cbxwpbkmarktrig-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.75 2H4.75C4.48478 2 4.23043 2.10536 4.04289 2.29289C3.85536 2.48043 3.75 2.73478 3.75 3V14C3.75004 14.0892 3.77397 14.1768 3.81929 14.2537C3.8646 14.3306 3.92967 14.3939 4.00772 14.4371C4.08578 14.4804 4.17399 14.5019 4.26319 14.4996C4.35239 14.4972 4.43933 14.471 4.515 14.4237L8.25 12.0894L11.9856 14.4237C12.0613 14.4709 12.1482 14.4969 12.2373 14.4992C12.3264 14.5015 12.4145 14.4799 12.4924 14.4367C12.5704 14.3934 12.6354 14.3302 12.6807 14.2534C12.7259 14.1766 12.7499 14.0891 12.75 14V3C12.75 2.73478 12.6446 2.48043 12.4571 2.29289C12.2696 2.10536 12.0152 2 11.75 2Z' fill='url(%23paint0_linear_1204_14847)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1204_14847' x1='3.75' y1='8.24988' x2='12.75' y2='8.24988' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2349C0B6'/%3E%3Cstop offset='1' stop-color='%230072BC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.ai-tool-try-now .bookmark-button .cbxwpbkmarktrig-label {
  font-size: 0;
  margin: 0;
}

@media (min-width: 768px) {
  body.single-ai-tool .ai-post-header .aitool-post-title, body.single-sandbox .ai-post-header .aitool-post-title {
    margin-right: 16px !important;
  }
}

body.single-ai-tool .featured-image-wrapper, body.single-sandbox .featured-image-wrapper {
  margin-top: -8px;
  margin-bottom: 24px;
  background-color: #00000026;
  border: 1px solid var(--tj-color-neutral-800);
  border-radius: 12px;
  padding: 32px;
}

@media (max-width: 600px) {
  body.single-ai-tool .featured-image-wrapper, body.single-sandbox .featured-image-wrapper {
    margin-bottom: 16px;
    padding: 12px;
  }
}

body.single-ai-tool .featured-image-wrapper img.attachment-post-thumbnail, body.single-sandbox .featured-image-wrapper img.attachment-post-thumbnail {
  aspect-ratio: 346/145;
  max-height: 583px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 600px) {
  body.single-ai-tool .featured-image-wrapper img.attachment-post-thumbnail, body.single-sandbox .featured-image-wrapper img.attachment-post-thumbnail {
    aspect-ratio: 346/230;
  }
}

body.single-ai-tool .taxonomy-task a, body.single-ai-tool .taxonomy-task span, body.single-sandbox .taxonomy-task a, body.single-sandbox .taxonomy-task span {
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}

body.single-ai-tool .taxonomy-task a::before, body.single-ai-tool .taxonomy-task span::before, body.single-sandbox .taxonomy-task a::before, body.single-sandbox .taxonomy-task span::before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 9.5C10.5 9.63261 10.4473 9.75979 10.3536 9.85355C10.2598 9.94732 10.1326 10 10 10H6C5.86739 10 5.74021 9.94732 5.64645 9.85355C5.55268 9.75979 5.5 9.63261 5.5 9.5C5.5 9.36739 5.55268 9.24022 5.64645 9.14645C5.74021 9.05268 5.86739 9 6 9H10C10.1326 9 10.2598 9.05268 10.3536 9.14645C10.4473 9.24022 10.5 9.36739 10.5 9.5ZM10 7H6C5.86739 7 5.74021 7.05268 5.64645 7.14645C5.55268 7.24022 5.5 7.36739 5.5 7.5C5.5 7.63261 5.55268 7.75979 5.64645 7.85355C5.74021 7.94732 5.86739 8 6 8H10C10.1326 8 10.2598 7.94732 10.3536 7.85355C10.4473 7.75979 10.5 7.63261 10.5 7.5C10.5 7.36739 10.4473 7.24022 10.3536 7.14645C10.2598 7.05268 10.1326 7 10 7ZM13.5 3V13.5C13.5 13.7652 13.3946 14.0196 13.2071 14.2071C13.0196 14.3946 12.7652 14.5 12.5 14.5H3.5C3.23478 14.5 2.98043 14.3946 2.79289 14.2071C2.60536 14.0196 2.5 13.7652 2.5 13.5V3C2.5 2.73478 2.60536 2.48043 2.79289 2.29289C2.98043 2.10536 3.23478 2 3.5 2H5.76625C6.04719 1.68545 6.39139 1.43379 6.77633 1.26147C7.16127 1.08916 7.57826 1.00009 8 1.00009C8.42174 1.00009 8.83873 1.08916 9.22367 1.26147C9.6086 1.43379 9.95281 1.68545 10.2338 2H12.5C12.7652 2 13.0196 2.10536 13.2071 2.29289C13.3946 2.48043 13.5 2.73478 13.5 3ZM6 4H10C10 3.46957 9.78929 2.96086 9.41421 2.58579C9.03914 2.21071 8.53043 2 8 2C7.46957 2 6.96086 2.21071 6.58579 2.58579C6.21071 2.96086 6 3.46957 6 4ZM12.5 3H10.8281C10.9419 3.32114 11 3.65932 11 4V4.5C11 4.63261 10.9473 4.75979 10.8536 4.85355C10.7598 4.94732 10.6326 5 10.5 5H5.5C5.36739 5 5.24021 4.94732 5.14645 4.85355C5.05268 4.75979 5 4.63261 5 4.5V4C5.00001 3.65932 5.05814 3.32114 5.17188 3H3.5V13.5H12.5V3Z' fill='white'/%3E%3C/svg%3E%0A");
}

body.single-ai-tool .ai-tools-meta-post, body.single-sandbox .ai-tools-meta-post {
  list-style-type: none;
  padding-left: 0;
}

body.single-ai-tool .ai-tools-meta-post .meta-item, body.single-sandbox .ai-tools-meta-post .meta-item {
  display: -ms-flexbox;
  display: flex;
}

body.single-ai-tool .ai-tools-meta-post .meta-item:not(:last-child), body.single-sandbox .ai-tools-meta-post .meta-item:not(:last-child) {
  margin-bottom: 8px;
}

body.single-ai-tool .ai-tools-meta-post .meta-item .meta-label, body.single-sandbox .ai-tools-meta-post .meta-item .meta-label {
  font-weight: 500;
  margin-right: 4px;
}

body.single-ai-tool .wp-block-list li:not(:last-child), body.single-sandbox .wp-block-list li:not(:last-child) {
  margin-bottom: 16px;
}

body.single-ai-tool .single-content-column > .tj-row, body.single-sandbox .single-content-column > .tj-row {
  --wp--style--block-gap: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 600px) {
  body.single-ai-tool .single-content-column > .tj-row, body.single-sandbox .single-content-column > .tj-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.single-ai-tool .single-content-column > .tj-row > .tj-column, body.single-sandbox .single-content-column > .tj-row > .tj-column {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: auto;
}

body.single-ai-tool .single-content-column > .tj-row > .tj-column:last-child, body.single-sandbox .single-content-column > .tj-row > .tj-column:last-child {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: auto;
}

body.single-ai-tool .single-content-column > .tj-row > .tj-column:last-child:empty, body.single-sandbox .single-content-column > .tj-row > .tj-column:last-child:empty {
  display: none;
}

body.single-ai-tool .sidebar, body.single-sandbox .sidebar {
  width: 225px;
}

@media (max-width: 600px) {
  body.single-ai-tool .sidebar, body.single-sandbox .sidebar {
    width: 100%;
  }
}

body.single-ai-tool .sidebar.related-ai .side-header, body.single-sandbox .sidebar.related-ai .side-header {
  border-bottom: 1px solid var(--tj-color-neutral-700);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

body.single-ai-tool .sidebar.related-ai .side-header .side-title, body.single-sandbox .sidebar.related-ai .side-header .side-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--l);
}

.global-search-form .search-form,
.ai-tools-filter-search .search-form,
.sandbox-filter-search .search-form {
  max-width: 631px;
  margin-left: auto;
  margin-right: auto;
}

.global-search-form .search-form ~ .filter-wrapper,
.ai-tools-filter-search .search-form ~ .filter-wrapper,
.sandbox-filter-search .search-form ~ .filter-wrapper {
  margin-top: 54px;
}

@media (max-width: 600px) {
  .global-search-form .search-form ~ .filter-wrapper,
  .ai-tools-filter-search .search-form ~ .filter-wrapper,
  .sandbox-filter-search .search-form ~ .filter-wrapper {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .global-search-form .filter-wrapper,
  .ai-tools-filter-search .filter-wrapper,
  .sandbox-filter-search .filter-wrapper {
    position: relative;
  }
}

.search-page .global-search-form .search-form, .search-page
.ai-tools-filter-search .search-form, .search-page
.sandbox-filter-search .search-form {
  margin-left: 0;
  margin-right: 0;
  max-width: 631px;
  width: 100%;
}

.search-page .global-search-form .search-form .input-group, .search-page
.ai-tools-filter-search .search-form .input-group, .search-page
.sandbox-filter-search .search-form .input-group {
  padding: 6px;
}

@media (min-width: 768px) {
  body.single-ai-tool .ai-post-header .aitool-post-title {
    margin-right: 16px !important;
  }
}

body.single-ai-tool.no-related .main-content .single-content-column .tj-row .wp-block-tonjoo-blocks-column:last-child {
  display: none;
}

.tasks-wrapper {
  display: block;
}

.tasks-wrapper .wp-block-heading {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: var(--wp--preset--font-size--base);
}

body.single-ai-tool .ai-post-header,
body.single-sandbox .ai-post-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}

@media (min-width: calc(600px + 1px)) {
  body.single-ai-tool .ai-post-header .ai-title,
  body.single-sandbox .ai-post-header .ai-title {
    max-width: calc(100% - 220px);
  }
}

@media (max-width: 600px) {
  body.single-ai-tool .ai-post-header,
  body.single-sandbox .ai-post-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

body.single-ai-tool .ai-post-header .ai-tool-try-now,
body.single-sandbox .ai-post-header .ai-tool-try-now {
  margin-top: 0;
  margin-left: auto;
}

@media (max-width: 600px) {
  body.single-ai-tool .ai-post-header .ai-tool-try-now,
  body.single-sandbox .ai-post-header .ai-tool-try-now {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

body.single-ai-tool .ai-post-header .ai-try-note, body.single-ai-tool .ai-post-header .ai-description,
body.single-sandbox .ai-post-header .ai-try-note,
body.single-sandbox .ai-post-header .ai-description {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

body.single-sandbox .featured-image-wrapper {
  background-color: var(--tj-color-base-background);
}

body.single-sandbox .main-wrapper {
  background: var(--tj-color-gradient-sandbox);
}

body.single-sandbox .inner-content .tj-row {
  --tj-gutter-x: 30px;
}

@media (max-width: 600px) {
  body.single-sandbox .inner-content .tj-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    --tj-gutter-y: 16px;
  }
  body.single-sandbox .inner-content .tj-row .wp-block-tonjoo-blocks-column {
    width: 100% !important;
  }
}

body.single-sandbox .inner-content .tj-row .wp-block-tonjoo-blocks-column {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: calc(100% - 400px);
}

body.single-sandbox .inner-content .tj-row .wp-block-tonjoo-blocks-column:first-child {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: auto;
}

body.single-sandbox .inner-content .tj-row .wp-block-tonjoo-blocks-column:first-child > .wp-block-group:not(:last-child) {
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  body.single-sandbox .inner-content .tj-row .wp-block-tonjoo-blocks-column:first-child > .wp-block-group:not(:last-child) {
    margin-bottom: 16px;
  }
}

body.single-sandbox .tasks-wrapper, body.single-sandbox .ai-tools-meta-post {
  background-color: var(--tj-color-base-background);
  border-radius: 12px;
  padding: 20px;
  max-width: 250px;
  width: 100%;
  font-size: var(--wp--preset--font-size--base) !important;
}

@media (max-width: 600px) {
  body.single-sandbox .tasks-wrapper, body.single-sandbox .ai-tools-meta-post {
    max-width: unset;
    padding: 15px;
  }
}

body.single-sandbox .tasks-wrapper .wp-block-heading, body.single-sandbox .tasks-wrapper .meta-label, body.single-sandbox .ai-tools-meta-post .wp-block-heading, body.single-sandbox .ai-tools-meta-post .meta-label {
  font-size: var(--wp--preset--font-size--base) !important;
}

body.single-sandbox .tasks-wrapper .wp-block-heading {
  margin-bottom: 8px;
}

body.single-sandbox .tasks-wrapper .wp-block-post-terms {
  margin-top: 6px !important;
  margin-bottom: -12px !important;
}

body.single-sandbox .tasks-wrapper .wp-block-post-terms a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 3px 3px 0;
  font-size: var(--wp--preset--font-size--s);
}

body.single-sandbox .ai-tools-meta-post .meta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

body.single-sandbox .ai-tools-meta-post .meta-item:not(:last-child) {
  border-bottom: 1px solid var(--tj-color-neutral-800);
  margin-bottom: 18px;
  padding-bottom: 18px;
}

@media (max-width: 600px) {
  body.single-sandbox .ai-tools-meta-post .meta-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 13px;
  }
}

body.single-sandbox .ai-tools-meta-post .meta-item .meta-label {
  display: block;
  font-size: var(--wp--preset--font-size--s);
  font-weight: 500;
}

body.single-sandbox .ai-tools-meta-post .meta-item .meta-label ~ .meta-content {
  margin-top: 8px;
}

body.single-sandbox .ai-tools-meta-post .meta-item .meta-content {
  font-size: var(--wp--preset--font-size--s);
  display: block;
}

.table-meta-single-ai {
  margin-bottom: 39px;
}

@media (max-width: 600px) {
  .table-meta-single-ai {
    width: 100%;
  }
}

.table-meta-single-ai tr td {
  padding: 5px 6px;
  vertical-align: top;
}

@media (max-width: 600px) {
  .table-meta-single-ai tr td {
    padding: 3px 4px;
  }
}

.table-meta-single-ai tr td:first-child {
  padding-left: 0;
}

@media (min-width: 600px) {
  .table-meta-single-ai tr td:first-child {
    font-size: 20px;
  }
}

.table-meta-single-ai tr td:last-child {
  padding-right: 0;
}

.table-meta-single-ai tr td ul.meta-wrap {
  list-style-type: none;
  padding-left: 0;
  margin: -6px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 600px) {
  .table-meta-single-ai tr td ul.meta-wrap {
    margin: -4px;
  }
}

.table-meta-single-ai tr td ul.meta-wrap .item {
  padding: 6px;
}

@media (max-width: 600px) {
  .table-meta-single-ai tr td ul.meta-wrap .item {
    padding: 4px;
  }
}

.table-meta-single-ai tr td ul.meta-wrap .item > span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00000033;
  border: 1px solid #404040;
  backdrop-filter: blur(200px);
  border-radius: 50px;
  padding: 4px 12px;
  white-space: nowrap;
}

.table-meta-single-ai tr:first-child td {
  padding-top: 0;
}

.table-meta-single-ai tr:last-child td {
  padding-bottom: 0;
}

@media (max-width: 600px) {
  .table-meta-single-ai {
    display: block;
  }
  .table-meta-single-ai tbody {
    display: block;
  }
  .table-meta-single-ai tbody tr {
    display: -ms-flexbox;
    display: flex;
  }
  .table-meta-single-ai tbody tr td {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .table-meta-single-ai tbody tr td:first-child {
    -ms-flex-preferred-size: 87px;
        flex-basis: 87px;
  }
  .table-meta-single-ai tbody tr td:last-child {
    -ms-flex-preferred-size: calc(100% - 87px - 12px);
        flex-basis: calc(100% - 87px - 12px);
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .table-meta-single-ai tbody tr td:last-child::-webkit-scrollbar {
    display: none;
  }
  .table-meta-single-ai tbody tr td ul.meta-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.category-single-post {
  -ms-flex-align: start;
      align-items: flex-start;
}

.category-single-post ul.wp-block-post-terms {
  list-style-type: none;
  padding-left: 0;
  margin: -4px;
}

.category-single-post ul.wp-block-post-terms li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px;
}

.category-single-post ul.wp-block-post-terms li a, .category-single-post ul.wp-block-post-terms li span {
  margin: 0;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

@media (max-width: 600px) {
  .category-single-post {
    -ms-flex-align: center;
        align-items: center;
    gap: .5rem;
  }
  .category-single-post ul.wp-block-post-terms {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 8px 0 0;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: calc(100vw - 124px);
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .category-single-post ul.wp-block-post-terms::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

.related-posts .related-title {
  font-size: var(--wp--preset--font-size--heading-3);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  body.single-post .tax-single-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px !important;
  }
  body.single-post .tax-single-wrapper > .wp-block-tonjoo-blocks-php-template {
    width: 100%;
  }
  body.single-post .tax-single-wrapper > .wp-block-tonjoo-blocks-php-template > .wp-block-group {
    gap: .5rem !important;
  }
  body.single-post .tax-single-wrapper > .wp-block-tonjoo-blocks-php-template > .wp-block-group > p {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 60px;
    margin-bottom: 0;
  }
  body.single-post .tax-single-wrapper > .wp-block-tonjoo-blocks-php-template > .wp-block-group > .taxonomy-category {
    padding-right: 16px !important;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    max-width: calc(100% - 68px) !important;
  }
  body.single-post .tax-single-wrapper > .wp-block-tonjoo-blocks-php-template > .wp-block-group > .taxonomy-category a {
    margin: 0;
    white-space: nowrap;
    display: inline-block;
  }
  body.single-post .tax-single-wrapper > .wp-block-tonjoo-blocks-php-template > .wp-block-group > .wp-block-post-terms a:not(:last-child) {
    margin-right: 8px;
  }
}

body.single-post .meta-post .wp-block-post-date {
  margin-right: -12px;
}

body.single-post .meta-post,
body.single-post .category-single-post {
  font-size: var(--wp--preset--font-size--s);
}

@media (max-width: 600px) {
  body.single-post .meta-post,
  body.single-post .category-single-post {
    font-size: var(--wp--preset--font-size--xs);
  }
}

body.single-post .meta-post ul.taxonomy-category li span,
body.single-post .category-single-post ul.taxonomy-category li span {
  font-size: 12px;
}

body.single-post .task-single-post p strong {
  font-size: 14px;
}

@media (max-width: 600px) {
  body.single-post .task-single-post p strong {
    font-size: 12px;
  }
}

body.single-post .task-single-post .taxonomy-category a {
  font-size: 12px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  body.single-post .task-single-post {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  body.single-post .task-single-post > * {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  body.single-post .task-single-post > *:not(:last-child) {
    margin-bottom: 12px;
  }
  body.single-post .task-single-post > p {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    margin-bottom: 0 !important;
    margin-right: .5rem !important;
  }
  body.single-post .task-single-post .taxonomy-category {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 8px 0 0;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: calc(100vw - 124px);
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  body.single-post .task-single-post .taxonomy-category::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

body.single-post .entry-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 600px) {
  body.single-post .entry-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  body.single-post .wp-block-post-featured-image {
    margin-left: -16px;
    margin-right: -16px;
  }
  body.single-post .wp-block-post-featured-image, body.single-post .wp-block-post-featured-image .wp-post-image {
    height: auto !important;
  }
  body.single-post .wp-block-post-featured-image .wp-post-image {
    width: auto;
    max-width: unset;
  }
}

.box-highlight {
  border-radius: 20px;
  padding: 24px;
}

@media (max-width: 480px) {
  .box-highlight {
    padding: 16px;
  }
  .box-highlight .wp-container-core-group-is-layout-4 {
    gap: 16px;
  }
}

.box-highlight figure.wp-block-image {
  margin-bottom: 0;
}

.box-highlight figure.wp-block-image img {
  width: 100% !important;
}

.box-highlight .tj-row {
  --tj-gutter-x: 40px;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 480px) {
  .box-highlight .tj-row {
    --tj-gutter-y: 16px;
  }
}

.box-highlight .tj-row .block-editor-block-list__layout {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
  -ms-flex-align: center !important;
      align-items: center !important;
}

.row-faq {
  --tj-gutter-x: 40px;
  --tj-gutter-y: 20px;
}

@media (max-width: 782px) {
  .row-faq {
    --tj-gutter-x: 20px;
  }
}

@media (min-width: calc(600px + 1px)) {
  .faq-cats-outer {
    position: sticky;
    top: calc(72px + 46px + 10px);
  }
}

@media (min-width: calc(782px + 1px)) {
  .faq-cats-outer {
    top: 50px;
  }
}

.faq-cats-toggle {
  display: none;
  background-color: var(--tj-color-base-background);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--base);
  border: 1px solid var(--tj-color-neutral-800);
  width: 100%;
  max-width: 100%;
  color: var(--tj-color-base-white);
  border-radius: 8px 8px 8px 8px;
  padding: 14px 45px 14px 16px;
  margin-bottom: -5px;
  position: relative;
  z-index: 3;
  transition: max-height .2s ease;
}

.faq-cats-toggle::after {
  content: '';
  width: 16px;
  height: 16px;
  transition: all .2s ease;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 17px;
  right: 16px;
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.296 13.296L9.79596 20.796C9.58461 21.0073 9.29797 21.126 8.99908 21.126C8.7002 21.126 8.41355 21.0073 8.20221 20.796C7.99086 20.5846 7.87213 20.298 7.87213 19.9991C7.87213 19.7002 7.99086 19.4136 8.20221 19.2022L14.9063 12.5L8.20408 5.79596C8.09944 5.69131 8.01642 5.56708 7.95979 5.43035C7.90316 5.29362 7.87401 5.14708 7.87401 4.99908C7.87401 4.85109 7.90316 4.70455 7.95979 4.56782C8.01642 4.43109 8.09944 4.30686 8.20408 4.20221C8.30873 4.09756 8.43296 4.01455 8.56969 3.95792C8.70642 3.90128 8.85296 3.87213 9.00096 3.87213C9.14895 3.87213 9.2955 3.90128 9.43222 3.95792C9.56895 4.01455 9.69319 4.09756 9.79783 4.20221L17.2978 11.7022C17.4026 11.8068 17.4857 11.9311 17.5423 12.068C17.5989 12.2048 17.628 12.3514 17.6278 12.4995C17.6276 12.6475 17.5982 12.7941 17.5413 12.9308C17.4843 13.0675 17.401 13.1916 17.296 13.296Z' fill='white'/%3E%3C/svg%3E%0A");
}

.faq-cats-toggle.active {
  border-radius: 8px 8px 0 0;
}

.faq-cats-toggle.active::after {
  transform: rotate(90deg);
}

@media (max-width: 600px) {
  .faq-cats-toggle {
    display: -ms-flexbox;
    display: flex;
  }
  .faq-cats-toggle ~ .faq-cats-wrap {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .2s ease;
  }
  .faq-cats-toggle ~ .faq-cats-wrap.active {
    opacity: 1;
  }
  .faq-cats-toggle ~ .faq-cats-wrap .faq-cats {
    border-color: var(--tj-color-neutral-800);
    border-radius: 0 0 8px 8px;
  }
  .faq-cats-toggle ~ .faq-cats-wrap .faq-cats .cat-item a {
    border-bottom-color: var(--tj-color-neutral-800) !important;
  }
}

.faq-cats-wrap .faq-cats {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 8px;
  background-color: var(--tj-color-base-background);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--base);
  border: 1px solid var(--tj-color-base-white);
  width: 100%;
  max-width: 250px;
  color: var(--tj-color-base-white);
  overflow: hidden;
}

@media (max-width: 782px) {
  .faq-cats-wrap .faq-cats {
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  .faq-cats-wrap .faq-cats {
    max-width: 100%;
  }
}

.faq-cats-wrap .faq-cats .cat-item a {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  text-align: left;
  color: var(--tj-color-base-white);
  position: relative;
}

@media (max-width: 782px) {
  .faq-cats-wrap .faq-cats .cat-item a {
    padding: 14px 16px;
  }
}

.faq-cats-wrap .faq-cats .cat-item a > span {
  position: relative;
  z-index: 2;
}

.faq-cats-wrap .faq-cats .cat-item a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--tj-color-gradient-teal);
  display: block;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 1;
}

.faq-cats-wrap .faq-cats .cat-item a:hover {
  opacity: 1;
}

.faq-cats-wrap .faq-cats .cat-item:hover a {
  color: var(--tj-color-accent-blue);
  opacity: .8;
}

.faq-cats-wrap .faq-cats .cat-item.active a::before, .faq-cats-wrap .faq-cats .cat-item.current-cat a::before {
  opacity: 1;
}

.faq-cats-wrap .faq-cats .cat-item.active a:hover, .faq-cats-wrap .faq-cats .cat-item.current-cat a:hover {
  opacity: 1;
  color: var(--tj-color-base-white);
}

.faq-cats-wrap .faq-cats .cat-item:not(:last-child) a {
  border-bottom: 1px solid var(--tj-color-base-white);
}

.faq-contents .faq-item {
  border: 1px solid var(--tj-color-neutral-400);
  border-radius: 8px;
  overflow: hidden;
  transition: all .2s ease;
}

.faq-contents .faq-item:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 782px) {
  .faq-contents .faq-item:not(:last-child) {
    margin-bottom: 14px;
  }
}

.faq-contents .faq-item .faq-header {
  background: var(--tj-color-text-primary);
}

.faq-contents .faq-item .faq-header .faq-title {
  margin: 0;
  font-size: var(--wp--preset--font-size--l);
  font-weight: 600;
}

.faq-contents .faq-item .faq-header,
.faq-contents .faq-item .faq-body {
  padding: 20px 24px;
  transition: all .2s ease;
}

@media (max-width: 782px) {
  .faq-contents .faq-item .faq-header,
  .faq-contents .faq-item .faq-body {
    padding: 14px 16px;
  }
}

.faq-contents .faq-item .faq-header {
  cursor: pointer;
  transition: background-color .2s ease;
  position: relative;
  padding-right: 50px;
}

@media (max-width: 782px) {
  .faq-contents .faq-item .faq-header {
    padding-right: 45px;
  }
}

.faq-contents .faq-item .faq-header::after {
  content: '';
  width: 20px;
  height: 20px;
  transition: all .2s ease;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 24px;
  right: 20px;
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.296 13.296L9.79596 20.796C9.58461 21.0073 9.29797 21.126 8.99908 21.126C8.7002 21.126 8.41355 21.0073 8.20221 20.796C7.99086 20.5846 7.87213 20.298 7.87213 19.9991C7.87213 19.7002 7.99086 19.4136 8.20221 19.2022L14.9063 12.5L8.20408 5.79596C8.09944 5.69131 8.01642 5.56708 7.95979 5.43035C7.90316 5.29362 7.87401 5.14708 7.87401 4.99908C7.87401 4.85109 7.90316 4.70455 7.95979 4.56782C8.01642 4.43109 8.09944 4.30686 8.20408 4.20221C8.30873 4.09756 8.43296 4.01455 8.56969 3.95792C8.70642 3.90128 8.85296 3.87213 9.00096 3.87213C9.14895 3.87213 9.2955 3.90128 9.43222 3.95792C9.56895 4.01455 9.69319 4.09756 9.79783 4.20221L17.2978 11.7022C17.4026 11.8068 17.4857 11.9311 17.5423 12.068C17.5989 12.2048 17.628 12.3514 17.6278 12.4995C17.6276 12.6475 17.5982 12.7941 17.5413 12.9308C17.4843 13.0675 17.401 13.1916 17.296 13.296Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 782px) {
  .faq-contents .faq-item .faq-header::after {
    width: 16px;
    height: 16px;
    top: 19px;
    right: 16px;
  }
}

.faq-contents .faq-item .faq-header:hover {
  background-color: var(--tj-color-base-background);
}

.faq-contents .faq-item .faq-body {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0px;
}

.faq-contents .faq-item.active {
  border-color: var(--tj-color-accent-tourquise);
}

.faq-contents .faq-item.active .faq-header {
  background: var(--tj-color-gradient-teal);
}

.faq-contents .faq-item.active .faq-header::after {
  transform: rotate(90deg);
}

.faq-contents .faq-item.active .faq-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.recent-activities-wrapper {
  background-color: var(--tj-color-base-background);
  padding: 40px;
  border-radius: 12px;
  backdrop-filter: blur(300px);
}

.recent-activities-wrapper .inner {
  max-height: 695px;
  overflow: auto;
  padding-right: 48px;
}

.recent-activities-wrapper .inner::-webkit-scrollbar {
  width: 4px;
}

.recent-activities-wrapper .inner::-webkit-scrollbar-track {
  background-color: var(--tj-color-neutral-900);
}

.recent-activities-wrapper .inner::-webkit-scrollbar-thumb {
  background-color: var(--tj-color-accent-blue);
}

@media (max-width: 782px) {
  .recent-activities-wrapper .inner {
    padding-right: 24px;
  }
}

@media (max-width: 782px) {
  .recent-activities-wrapper {
    padding: 32px;
  }
}

.recent-activities-wrapper .activity-day {
  overflow-x: hidden;
}

.recent-activities-wrapper .activity-day:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #404040;
  }
}

.recent-activities-wrapper .activity-day .row {
  --tj-gutter-x: 24px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day .row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    --tj-gutter-y: 8px;
  }
}

.recent-activities-wrapper .activity-day .row:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day .row:not(:last-child) {
    margin-bottom: 24px;
  }
}

.recent-activities-wrapper .activity-day.active .activity-date {
  margin-bottom: 24px;
}

.recent-activities-wrapper .activity-day.active .activity-date span::after {
  transform: rotate(90deg);
}

.recent-activities-wrapper .activity-day .activity-date {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  font-size: var(--wp--preset--font-size--l);
  font-weight: 500;
  position: relative;
  transition: all .2s ease;
}

.recent-activities-wrapper .activity-day .activity-date::before {
  content: '';
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day .activity-date {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 0;
    cursor: pointer;
  }
}

.recent-activities-wrapper .activity-day .activity-date span {
  display: block;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 0 10px;
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day .activity-date span {
    padding: 0 23px 0 0;
    position: relative;
  }
  .recent-activities-wrapper .activity-day .activity-date span::after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    transition: all .2s ease;
    transform: rotate(0deg);
    top: 3px;
    transition: all .2s ease;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7729 9.64792L7.14792 15.2729C7.09565 15.3252 7.03361 15.3666 6.96533 15.3949C6.89704 15.4232 6.82386 15.4378 6.74995 15.4378C6.67604 15.4378 6.60285 15.4232 6.53457 15.3949C6.46628 15.3666 6.40424 15.3252 6.35198 15.2729C6.29972 15.2207 6.25826 15.1586 6.22998 15.0903C6.20169 15.022 6.18713 14.9489 6.18713 14.8749C6.18713 14.801 6.20169 14.7279 6.22998 14.6596C6.25826 14.5913 6.29972 14.5292 6.35198 14.477L11.5797 9.24995L6.35198 4.02292C6.24643 3.91737 6.18713 3.77421 6.18713 3.62495C6.18713 3.47568 6.24643 3.33253 6.35198 3.22698C6.45753 3.12143 6.60068 3.06213 6.74995 3.06213C6.89921 3.06213 7.04237 3.12143 7.14792 3.22698L12.7729 8.85198C12.8252 8.90422 12.8667 8.96626 12.895 9.03454C12.9233 9.10283 12.9379 9.17603 12.9379 9.24995C12.9379 9.32387 12.9233 9.39706 12.895 9.46535C12.8667 9.53364 12.8252 9.59567 12.7729 9.64792Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}

.recent-activities-wrapper .activity-day .activity-date::before, .recent-activities-wrapper .activity-day .activity-date::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #404040;
  display: block;
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day .activity-date::before, .recent-activities-wrapper .activity-day .activity-date::after {
    display: none;
  }
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day .activity-items {
    max-height: 0px;
    transition: all .2s ease;
    overflow: hidden;
  }
}

.recent-activities-wrapper .activity-day .activity-clock {
  width: 80px;
  color: var(--tj-color-neutral-600);
}

.recent-activities-wrapper .activity-day .activity-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--tj-color-base-white);
  max-width: calc(100% - 123px);
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day .activity-name {
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: calc(100% - 20px);
  }
}

.recent-activities-wrapper .activity-day .activity-name .icon {
  color: var(--tj-color-base-white);
  opacity: 1 !important;
}

.recent-activities-wrapper .activity-day .activity-name .icon svg {
  width: 20px;
  height: 20px;
}

.recent-activities-wrapper .activity-day .activity-name > a {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--tj-color-base-white);
  opacity: 1;
  transition: opacity, color .2s ease;
  width: 100%;
}

.recent-activities-wrapper .activity-day .activity-name > a span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.recent-activities-wrapper .activity-day .activity-name > a:hover {
  opacity: .8;
  color: var(--wp--preset--color--secondary);
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day .activity-name > a {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.recent-activities-wrapper .activity-day .activity-name > a::before {
  content: '';
  width: 8px;
  height: 1px;
  background-color: #404040;
  display: block;
  margin: 0 10px;
}

@media (max-width: 782px) {
  .recent-activities-wrapper .activity-day .activity-name > a::before {
    position: relative;
    top: 11px;
    margin: 0 8px;
  }
}

.user-profile-wrapper > .row {
  --tj-gutter-x: 24px;
  --tj-gutter-y: 24px;
}

.user-profile-wrapper .profile-account {
  width: 335px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #181818;
  backdrop-filter: blur(300px);
  padding-top: 33px;
  padding-bottom: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.user-profile-wrapper .profile-account .account-header {
  margin-top: -33px;
}

.user-profile-wrapper .profile-account .account-header .img-cover {
  max-width: 100%;
  object-fit: cover;
  height: 143px;
  object-position: calc(100% + 80px) center;
}

.user-profile-wrapper .profile-account .account-header ~ .account-body .account-wrapper {
  margin-top: -90px;
}

.user-profile-wrapper .profile-account .account-body {
  padding: 0 32px;
}

.user-profile-wrapper .profile-account .account-body .account-wrapper {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.user-profile-wrapper .profile-account .account-body .account-wrapper .img-photo,
.user-profile-wrapper .profile-account .account-body .account-wrapper .initial {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid var(--tj-base-background);
}

@media (max-width: 600px) {
  .user-profile-wrapper .profile-account .account-body .account-wrapper .img-photo,
  .user-profile-wrapper .profile-account .account-body .account-wrapper .initial {
    width: 92px;
    height: 92px;
  }
}

.user-profile-wrapper .profile-account .account-body .account-wrapper .img-photo ~ .account-name,
.user-profile-wrapper .profile-account .account-body .account-wrapper .initial ~ .account-name {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .user-profile-wrapper .profile-account .account-body .account-wrapper .img-photo ~ .account-name,
  .user-profile-wrapper .profile-account .account-body .account-wrapper .initial ~ .account-name {
    margin-top: 12px;
  }
}

.user-profile-wrapper .profile-account .account-body .account-wrapper .initial {
  background-color: var(--wp--preset--color--secondary);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
}

@media (max-width: 600px) {
  .user-profile-wrapper .profile-account .account-body .account-wrapper .initial {
    font-size: 30px;
  }
}

.user-profile-wrapper .profile-account .account-body .account-wrapper .account-name .name {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.user-profile-wrapper .profile-account .account-body .account-wrapper .account-name .name ~ .pos {
  margin-top: 4px;
}

.user-profile-wrapper .profile-info .box-info {
  border-radius: 12px;
  background-color: #181818;
  backdrop-filter: blur(300px);
  padding: 32px;
}

@media (max-width: 600px) {
  .user-profile-wrapper .profile-info .box-info {
    padding: 20px;
  }
}

.user-profile-wrapper .profile-info .box-info .row {
  --tj-gutter-x: 32px;
  --tj-gutter-y: 32px;
}

.user-profile-wrapper .profile-info .box-info > .wrap:not(:last-child) {
  margin-bottom: 24px;
}

.user-profile-wrapper .profile-info .box-info .title-info {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
}

.user-profile-wrapper .profile-info .box-info .info-label {
  font-size: 16px;
  color: var(--tj-neutral-500);
  font-weight: 400;
}

.user-profile-wrapper .profile-info .box-info .info-label ~ .info-value {
  margin-top: 4px;
}

.user-profile-wrapper .profile-info .box-info .info-value {
  font-size: 20px;
  font-weight: 500;
}

.user-profile-wrapper .profile-info .box-info:not(:last-child) {
  margin-bottom: 24px;
}

.post-thumb {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
}

.post-thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wp-block-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background-color: #00000026;
  border: 1px solid var(--tj-color-neutral-800);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.wp-block-post > * {
  position: relative;
  z-index: 5;
}

.wp-block-post::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-gradient-teal);
  z-index: 0;
  opacity: 0;
  transition: all .2s ease;
}

.wp-block-post:hover::before {
  opacity: 1;
}

.wp-block-post.type-post, .wp-block-post.type-ai-tool, .wp-block-post.type-sandbox {
  padding: 20px;
  position: relative;
}

@media (max-width: 600px) {
  .wp-block-post.type-post, .wp-block-post.type-ai-tool, .wp-block-post.type-sandbox {
    padding: 15px;
  }
}

.wp-block-post.type-post .link, .wp-block-post.type-ai-tool .link, .wp-block-post.type-sandbox .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  display: block;
}

.wp-block-post.type-post .wp-block-post-featured-image, .wp-block-post.type-ai-tool .wp-block-post-featured-image, .wp-block-post.type-sandbox .wp-block-post-featured-image {
  border-radius: 12px;
  margin: -20px -20px 20px;
  overflow: hidden;
}

.wp-block-post.type-post .wp-block-post-featured-image img.attachment-post-thumbnail, .wp-block-post.type-ai-tool .wp-block-post-featured-image img.attachment-post-thumbnail, .wp-block-post.type-sandbox .wp-block-post-featured-image img.attachment-post-thumbnail {
  width: 100%;
  object-fit: cover;
  height: 193px;
}

.wp-block-post.type-post .wp-block-post-featured-image a:hover, .wp-block-post.type-ai-tool .wp-block-post-featured-image a:hover, .wp-block-post.type-sandbox .wp-block-post-featured-image a:hover {
  opacity: 1;
}

.wp-block-post.type-post .post-meta, .wp-block-post.type-ai-tool .post-meta, .wp-block-post.type-sandbox .post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.wp-block-post.type-post .wp-block-post-date, .wp-block-post.type-ai-tool .wp-block-post-date, .wp-block-post.type-sandbox .wp-block-post-date {
  font-size: var(--wp--preset--font-size--s);
}

.wp-block-post.type-post .wp-block-post-title, .wp-block-post.type-ai-tool .wp-block-post-title, .wp-block-post.type-sandbox .wp-block-post-title {
  margin: 8px 0 12px;
  font-size: var(--wp--preset--font-size--l);
  line-height: 1.2;
  font-weight: 500;
}

.wp-block-post.type-post .wp-block-post-title a, .wp-block-post.type-ai-tool .wp-block-post-title a, .wp-block-post.type-sandbox .wp-block-post-title a {
  color: var(--tj-color-base-white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wp-block-post.type-post .wp-block-post-title a:hover, .wp-block-post.type-ai-tool .wp-block-post-title a:hover, .wp-block-post.type-sandbox .wp-block-post-title a:hover {
  opacity: 1;
}

.wp-block-post.type-post .wp-block-post-terms, .wp-block-post.type-ai-tool .wp-block-post-terms, .wp-block-post.type-sandbox .wp-block-post-terms {
  margin: 0 !important;
}

.wp-block-post.type-post .wp-block-post-terms a,
.wp-block-post.type-post .wp-block-post-terms span, .wp-block-post.type-ai-tool .wp-block-post-terms a,
.wp-block-post.type-ai-tool .wp-block-post-terms span, .wp-block-post.type-sandbox .wp-block-post-terms a,
.wp-block-post.type-sandbox .wp-block-post-terms span {
  display: inline-block;
  max-width: 150px;
  font-size: var(--wp--preset--font-size--xs);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

@media (max-width: 600px) {
  .wp-block-post.type-post .wp-block-post-terms a,
  .wp-block-post.type-post .wp-block-post-terms span, .wp-block-post.type-ai-tool .wp-block-post-terms a,
  .wp-block-post.type-ai-tool .wp-block-post-terms span, .wp-block-post.type-sandbox .wp-block-post-terms a,
  .wp-block-post.type-sandbox .wp-block-post-terms span {
    padding: 3px 8px;
  }
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task {
  display: -ms-flexbox;
  display: flex;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task a,
.wp-block-post.type-post .wp-block-post-terms.taxonomy-task span, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task a,
.wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task span, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task a,
.wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task span {
  position: relative;
  max-width: 60%;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task a:not(:last-child),
.wp-block-post.type-post .wp-block-post-terms.taxonomy-task span:not(:last-child), .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task a:not(:last-child),
.wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task span:not(:last-child), .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task a:not(:last-child),
.wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task span:not(:last-child) {
  margin-right: 5px;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task a::before,
.wp-block-post.type-post .wp-block-post-terms.taxonomy-task span::before, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task a::before,
.wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task span::before, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task a::before,
.wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task span::before {
  content: '';
  vertical-align: text-top;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.875 7.12493C7.875 7.22439 7.83549 7.31977 7.76517 7.3901C7.69484 7.46042 7.59946 7.49993 7.5 7.49993H4.5C4.40054 7.49993 4.30516 7.46042 4.23484 7.3901C4.16451 7.31977 4.125 7.22439 4.125 7.12493C4.125 7.02548 4.16451 6.93009 4.23484 6.85977C4.30516 6.78944 4.40054 6.74993 4.5 6.74993H7.5C7.59946 6.74993 7.69484 6.78944 7.76517 6.85977C7.83549 6.93009 7.875 7.02548 7.875 7.12493ZM7.5 5.24993H4.5C4.40054 5.24993 4.30516 5.28944 4.23484 5.35977C4.16451 5.43009 4.125 5.52548 4.125 5.62493C4.125 5.72439 4.16451 5.81977 4.23484 5.8901C4.30516 5.96042 4.40054 5.99993 4.5 5.99993H7.5C7.59946 5.99993 7.69484 5.96042 7.76517 5.8901C7.83549 5.81977 7.875 5.72439 7.875 5.62493C7.875 5.52548 7.83549 5.43009 7.76517 5.35977C7.69484 5.28944 7.59946 5.24993 7.5 5.24993ZM10.125 2.24993V10.1249C10.125 10.3238 10.046 10.5146 9.90533 10.6553C9.76468 10.7959 9.57391 10.8749 9.375 10.8749H2.625C2.42609 10.8749 2.23532 10.7959 2.09467 10.6553C1.95402 10.5146 1.875 10.3238 1.875 10.1249V2.24993C1.875 2.05102 1.95402 1.86025 2.09467 1.7196C2.23532 1.57895 2.42609 1.49993 2.625 1.49993H4.32469C4.53539 1.26402 4.79355 1.07527 5.08225 0.946037C5.37095 0.816804 5.68369 0.75 6 0.75C6.31631 0.75 6.62905 0.816804 6.91775 0.946037C7.20645 1.07527 7.46461 1.26402 7.67531 1.49993H9.375C9.57391 1.49993 9.76468 1.57895 9.90533 1.7196C10.046 1.86025 10.125 2.05102 10.125 2.24993ZM4.5 2.99993H7.5C7.5 2.60211 7.34196 2.22058 7.06066 1.93927C6.77936 1.65797 6.39782 1.49993 6 1.49993C5.60218 1.49993 5.22064 1.65797 4.93934 1.93927C4.65804 2.22058 4.5 2.60211 4.5 2.99993ZM9.375 2.24993H8.12109C8.2064 2.49078 8.24999 2.74442 8.25 2.99993V3.37493C8.25 3.47439 8.21049 3.56977 8.14017 3.6401C8.06984 3.71042 7.97446 3.74993 7.875 3.74993H4.125C4.02554 3.74993 3.93016 3.71042 3.85984 3.6401C3.78951 3.56977 3.75 3.47439 3.75 3.37493V2.99993C3.75001 2.74442 3.7936 2.49078 3.87891 2.24993H2.625V10.1249H9.375V2.24993Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task a.count,
.wp-block-post.type-post .wp-block-post-terms.taxonomy-task span.count, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task a.count,
.wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task span.count, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task a.count,
.wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task span.count {
  padding: 4px 8px;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task a.count::before,
.wp-block-post.type-post .wp-block-post-terms.taxonomy-task span.count::before, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task a.count::before,
.wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task span.count::before, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task a.count::before,
.wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task span.count::before {
  display: none;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task ul.categories, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task ul.categories, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task ul.categories {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task ul.categories li, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task ul.categories li, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task ul.categories li {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  background: #00000033;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid var(--tj-color-neutral-800);
  font-size: var(--wp--preset--font-size--xs);
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task ul.categories li:not(:last-child), .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task ul.categories li:not(:last-child), .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task ul.categories li:not(:last-child) {
  margin-right: 5px;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task ul.categories li .icon, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task ul.categories li .icon, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task ul.categories li .icon {
  line-height: 1;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task ul.categories li .icon ~ span, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task ul.categories li .icon ~ span, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task ul.categories li .icon ~ span {
  margin-left: 8px;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task ul.categories li span, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task ul.categories li span, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task ul.categories li span {
  display: block;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  max-width: unset !important;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task ul.categories li span::before, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task ul.categories li span::before, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task ul.categories li span::before {
  display: none;
}

.wp-block-post.type-post .wp-block-post-terms.taxonomy-task ul.categories li.count, .wp-block-post.type-ai-tool .wp-block-post-terms.taxonomy-task ul.categories li.count, .wp-block-post.type-sandbox .wp-block-post-terms.taxonomy-task ul.categories li.count {
  padding: 4px 6px;
}

.wp-block-post.type-post .wp-block-post-excerpt, .wp-block-post.type-ai-tool .wp-block-post-excerpt, .wp-block-post.type-sandbox .wp-block-post-excerpt {
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--wp--preset--font-size--s);
}

@media (min-width: 992px) {
  .wp-block-post.type-post .wp-block-post-excerpt, .wp-block-post.type-ai-tool .wp-block-post-excerpt, .wp-block-post.type-sandbox .wp-block-post-excerpt {
    height: 63px;
    margin-top: auto !important;
  }
}

.wp-block-post.type-post .wp-block-post-excerpt p, .wp-block-post.type-ai-tool .wp-block-post-excerpt p, .wp-block-post.type-sandbox .wp-block-post-excerpt p {
  margin: 0;
}

.wp-block-post.type-post .wp-block-post-excerpt ~ .wp-block-post-terms, .wp-block-post.type-ai-tool .wp-block-post-excerpt ~ .wp-block-post-terms, .wp-block-post.type-sandbox .wp-block-post-excerpt ~ .wp-block-post-terms {
  padding-top: 24px;
}

.card-discovery {
  display: block;
  position: relative;
}

.card-discovery img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.card-discovery .title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--tj-color-gradient-teal);
  text-align: center;
  font-size: var(--wp--preset--font-size--l);
  padding: 16px 10px;
  font-weight: 600;
  border-radius: 0 0 12px 12px;
}

@media (max-width: 600px) {
  .card-discovery .title-wrap {
    padding: 8px 10px;
  }
}

.card-discovery .title-wrap h1,
.card-discovery .title-wrap h2,
.card-discovery .title-wrap h3 {
  margin: 0;
  font-size: var(--wp--preset--font-size--l);
  font-weight: 600;
}

.card-aitool, .card-sandbox {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--tj-color-neutral-800);
  border-radius: 12px;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  height: 100%;
  font-size: var(--wp--preset--font-size--s);
  height: 256px;
}

.card-aitool::before, .card-sandbox::before {
  z-index: 6;
}

.card-aitool .bookmark-button, .card-sandbox .bookmark-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--tj-color-base-background);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 20;
}

.card-aitool .bookmark-button .cbxwpbkmarkwrap, .card-sandbox .bookmark-button .cbxwpbkmarkwrap {
  background-color: transparent;
  padding: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0;
  border-radius: unset;
  text-align: center;
}

.card-aitool .bookmark-button .cbxwpbkmarktrig .cbxwpbkmarktrig-icon, .card-sandbox .bookmark-button .cbxwpbkmarktrig .cbxwpbkmarktrig-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.25 2H5.25C4.98478 2 4.73043 2.10536 4.54289 2.29289C4.35536 2.48043 4.25 2.73478 4.25 3V14C4.25004 14.0892 4.27397 14.1768 4.31929 14.2537C4.3646 14.3306 4.42967 14.3939 4.50772 14.4371C4.58578 14.4804 4.67399 14.5019 4.76319 14.4996C4.85239 14.4972 4.93933 14.471 5.015 14.4237L8.75 12.0894L12.4856 14.4237C12.5613 14.4709 12.6482 14.4969 12.7373 14.4992C12.8264 14.5015 12.9145 14.4799 12.9924 14.4367C13.0704 14.3934 13.1354 14.3302 13.1807 14.2534C13.2259 14.1766 13.2499 14.0891 13.25 14V3C13.25 2.73478 13.1446 2.48043 12.9571 2.29289C12.7696 2.10536 12.5152 2 12.25 2ZM12.25 13.0981L9.01437 11.0763C8.93491 11.0266 8.84308 11.0002 8.74937 11.0002C8.65566 11.0002 8.56384 11.0266 8.48438 11.0763L5.25 13.0981V3H12.25V13.0981Z' fill='white'/%3E%3C/svg%3E%0A");
}

.card-aitool .bookmark-button .cbxwpbkmarktrig.cbxwpbkmarktrig-marked .cbxwpbkmarktrig-icon, .card-sandbox .bookmark-button .cbxwpbkmarktrig.cbxwpbkmarktrig-marked .cbxwpbkmarktrig-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.75 2H4.75C4.48478 2 4.23043 2.10536 4.04289 2.29289C3.85536 2.48043 3.75 2.73478 3.75 3V14C3.75004 14.0892 3.77397 14.1768 3.81929 14.2537C3.8646 14.3306 3.92967 14.3939 4.00772 14.4371C4.08578 14.4804 4.17399 14.5019 4.26319 14.4996C4.35239 14.4972 4.43933 14.471 4.515 14.4237L8.25 12.0894L11.9856 14.4237C12.0613 14.4709 12.1482 14.4969 12.2373 14.4992C12.3264 14.5015 12.4145 14.4799 12.4924 14.4367C12.5704 14.3934 12.6354 14.3302 12.6807 14.2534C12.7259 14.1766 12.7499 14.0891 12.75 14V3C12.75 2.73478 12.6446 2.48043 12.4571 2.29289C12.2696 2.10536 12.0152 2 11.75 2Z' fill='url(%23paint0_linear_1204_14847)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1204_14847' x1='3.75' y1='8.24988' x2='12.75' y2='8.24988' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2349C0B6'/%3E%3Cstop offset='1' stop-color='%230072BC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.card-aitool .bookmark-button .cbxwpbkmarktrig-label, .card-sandbox .bookmark-button .cbxwpbkmarktrig-label {
  font-size: 0;
  margin: 0;
}

.card-aitool .brand, .card-sandbox .brand {
  width: auto;
  height: 24px;
  object-fit: contain;
  position: relative;
  z-index: 7;
}

.card-aitool .trust, .card-sandbox .trust {
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.card-aitool .trust .icon, .card-sandbox .trust .icon {
  line-height: 1;
}

.card-aitool .trust .icon ~ span, .card-sandbox .trust .icon ~ span {
  margin-left: 8px;
}

.card-aitool .desc, .card-sandbox .desc {
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: var(--wp--preset--font-size--s);
  -webkit-line-clamp: 6;
  position: relative;
}

.card-aitool .category, .card-sandbox .category {
  margin-top: auto;
  max-width: 100%;
  position: absolute;
  bottom: 10px;
}

.card-aitool .category ul.categories, .card-sandbox .category ul.categories {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
}

.card-aitool .category ul.categories li, .card-sandbox .category ul.categories li {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  background: #00000033;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid var(--tj-color-neutral-800);
  font-size: var(--wp--preset--font-size--xs);
}

.card-aitool .category ul.categories li:not(:last-child), .card-sandbox .category ul.categories li:not(:last-child) {
  margin-right: 5px;
}

.card-aitool .category ul.categories li .icon, .card-sandbox .category ul.categories li .icon {
  line-height: 1;
}

.card-aitool .category ul.categories li .icon ~ span, .card-sandbox .category ul.categories li .icon ~ span {
  margin-left: 8px;
}

.card-aitool .category ul.categories li span, .card-sandbox .category ul.categories li span {
  display: block;
  white-space: nowrap;
}

.sidebar.related-ai .card-aitool .category ul.categories li span, .sidebar.related-ai .card-sandbox .category ul.categories li span {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-aitool .category ul.categories li.count, .card-sandbox .category ul.categories li.count {
  padding: 4px 6px;
}

.card-aitool:hover .card-body > *, .card-sandbox:hover .card-body > * {
  opacity: 0;
}

.card-aitool:hover .card-body .inner, .card-sandbox:hover .card-body .inner {
  opacity: 1;
  z-index: 2;
}

.card-aitool .card-body, .card-sandbox .card-body {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.card-aitool .card-body > *, .card-sandbox .card-body > * {
  opacity: 1;
  transition: all .3s ease;
}

.card-aitool .card-body .inner, .card-sandbox .card-body .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  opacity: 0;
  transition: all .3s ease;
  z-index: -1;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.card-aitool .card-body .inner .btn, .card-sandbox .card-body .inner .btn {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 600;
  padding: 8px 12px;
  font-size: var(--wp--preset--font-size--base);
}

.card-aitool .card-body .inner .btn:active, .card-sandbox .card-body .inner .btn:active {
  outline: 0;
  border: 0;
}

.card-aitool .card-body .inner .btn:not(:last-child), .card-sandbox .card-body .inner .btn:not(:last-child) {
  margin-bottom: 10px;
}

.card-aitool .card-body .inner .btn:hover, .card-sandbox .card-body .inner .btn:hover {
  opacity: 1;
}

.card-aitool .card-body .inner .btn span ~ .icon, .card-sandbox .card-body .inner .btn span ~ .icon {
  margin-left: 10px;
}

.card-aitool .card-body .inner .btn-card-primary, .card-sandbox .card-body .inner .btn-card-primary {
  background-color: var(--tj-color-accent-blue);
  color: #FFF;
}

.card-aitool .card-body .inner .btn-card-secondary, .card-sandbox .card-body .inner .btn-card-secondary {
  background-color: var(--tj-color-base-white);
  color: var(--tj-color-accent-blue);
}

.card-aitool .card-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  position: relative;
  z-index: 9;
  padding-right: 32px;
}

.card-aitool .brand-wrap img {
  width: auto;
  height: 24px;
  object-fit: contain;
}

.card-aitool .brand-wrap ~ .title-post {
  margin-left: 12px;
}

.card-aitool .title-post {
  margin: 0;
  font-size: var(--wp--preset--font-size--m);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-sandbox::before {
  background: var(--tj-color-gradient-orange);
}

.card-sandbox .card-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  position: relative;
  z-index: 9;
  padding-right: 32px;
}

.card-sandbox .brand-wrap img {
  width: auto;
  height: 24px;
  object-fit: contain;
}

.card-sandbox .brand-wrap ~ .title-post {
  margin-left: 12px;
}

.card-sandbox .title-post {
  margin: 0;
  font-size: var(--wp--preset--font-size--m);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-posts {
  --tj-gutter-x: 24px;
  --tj-gutter-y: 24px;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .row-posts {
    --tj-gutter-x: 16px;
    --tj-gutter-y: 16px;
  }
}

.section-posts-blog {
  position: relative;
  z-index: 1;
}

.section-posts-blog:not(:last-of-type) {
  margin-bottom: 34px;
}

@media (max-width: 600px) {
  .section-posts-blog:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.section-posts-blog .section-header {
  margin-bottom: 24px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.section-posts-blog .wp-block-heading {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
}

.section-posts-blog .wp-block-button.button-more .wp-element-button {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: var(--wp--preset--font-size--s);
}

.posts-highlight {
  margin-bottom: 10px;
}

@media (min-width: 991px) {
  .posts-highlight {
    --grid-item-width: calc(50% - 12px);
    display: grid;
    grid-template-columns: var(--grid-item-width) calc(100% - var(--grid-item-width) - 24px);
    grid-template-rows: auto auto auto;
    gap: 24px 24px;
    grid-template-areas: "post-1 post-2" "post-1 post-3" "post-4 post-5";
  }
}

@media (min-width: calc(782px + 1px)) {
  .posts-highlight .post-1 {
    grid-area: post-1;
  }
}

.posts-highlight .post-1 .wp-block-post {
  padding-left: 20px;
}

@media (max-width: 600px) {
  .posts-highlight .post-1 .wp-block-post {
    padding-left: 15px;
  }
  .posts-highlight .post-1 .wp-block-post .wp-block-post-terms span,
  .posts-highlight .post-1 .wp-block-post .wp-block-post-terms a {
    max-width: 150px;
  }
}

.posts-highlight .post-1 .wp-block-post .wp-block-post-featured-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  border-radius: 8px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .posts-highlight .post-1 .wp-block-post .wp-block-post-featured-image {
    height: 193px;
  }
}

.posts-highlight .post-1 .wp-block-post .wp-block-post-title {
  margin: 8px 0 12px;
}

.posts-highlight .post-1 .wp-block-post .wp-block-post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .posts-highlight .post-1 .wp-block-post .wp-block-post-excerpt {
    display: block;
  }
}

@media (min-width: 991px) {
  .posts-highlight .post-2 {
    grid-area: post-2;
  }
  .posts-highlight .post-3 {
    grid-area: post-3;
  }
  .posts-highlight .post-4 {
    grid-area: post-4;
  }
  .posts-highlight .post-5 {
    grid-area: post-5;
  }
}

.posts-highlight .wp-block-post {
  padding-left: calc(190px + 40px);
}

.posts-highlight .wp-block-post .wp-block-post-featured-image {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 190px;
  height: calc(100% - 40px);
  border-radius: 8px;
}

.posts-highlight .wp-block-post .wp-block-post-featured-image img.attachment-post-thumbnail {
  height: 100%;
}

@media (max-width: 600px) {
  .posts-highlight .wp-block-post {
    padding-left: calc(90px + 30px);
  }
  .posts-highlight .wp-block-post .wp-block-post-featured-image {
    top: 15px;
    left: 15px;
    width: 90px;
    height: calc(100% - 30px);
  }
  .posts-highlight .wp-block-post .wp-block-post-terms span,
  .posts-highlight .wp-block-post .wp-block-post-terms a {
    max-width: 80px;
  }
}

.posts-highlight .wp-block-post .wp-block-post-title {
  margin: 4px 0 8px;
}

.posts-highlight .wp-block-post .wp-block-post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.posts-highlight .wp-block-post .wp-block-post-excerpt {
  margin-bottom: 0;
}

.posts-highlight .wp-block-post .wp-block-post-excerpt ~ .wp-block-post-terms {
  padding-top: 12px;
}

@media (max-width: 600px) {
  .posts-highlight .wp-block-post .wp-block-post-excerpt {
    display: none;
  }
}

@media (max-width: 990px) {
  .posts-highlight {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .posts-highlight > [class*=post] {
    width: 100%;
  }
  .posts-highlight > [class*=post]:not(:last-child) {
    margin-bottom: 16px;
  }
}

.empty-result,
.wp-block-query-no-results {
  height: 444px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--tj-color-neutral-500);
  text-align: center;
}

.empty-result .text,
.empty-result > [class*=wp-block],
.wp-block-query-no-results .text,
.wp-block-query-no-results > [class*=wp-block] {
  max-width: 640px;
  width: 100%;
  font-size: var(--wp--preset--font-size--heading-2);
  font-weight: 400;
}

.empty-result .text p,
.empty-result > [class*=wp-block] p,
.wp-block-query-no-results .text p,
.wp-block-query-no-results > [class*=wp-block] p {
  margin: 0;
}

.empty-result .text > *,
.empty-result > [class*=wp-block] > *,
.wp-block-query-no-results .text > *,
.wp-block-query-no-results > [class*=wp-block] > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.page-title-search {
  font-size: var(--wp--preset--font-size--d-2);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}

.support-links .support-item {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid #404040;
  backdrop-filter: blur(300px);
  border-radius: 12px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: var(--wp--preset--font-size--base);
  font-weight: 400;
  color: var(--tj-color-base-white);
  text-decoration: none;
  opacity: 1 !important;
  overflow: hidden;
}

@media (min-width: calc(782px + 1px)) {
  .support-links .support-item {
    aspect-ratio: 71/48;
  }
}

@media (max-width: 600px) {
  .support-links .support-item {
    padding: 15px;
  }
}

.editor-styles-wrapper .support-links .support-item {
  pointer-events: none;
}

.support-links .support-item > * {
  position: relative;
  z-index: 2;
}

.support-links .support-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-gradient-teal);
  opacity: 0;
  transition: all .2s ease;
  z-index: 0;
}

.support-links .support-item:hover::before {
  opacity: 1;
}

.support-links .support-item .support-title {
  margin: 0 0 24px;
  font-size: var(--wp--preset--font-size--l);
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .support-links .support-item .support-title {
    margin-bottom: 12px;
  }
}

.support-links .support-item .support-desc {
  margin: 0;
}

.quick-access h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.quick-access input {
  display: none;
}

.quick-access label {
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  color: #fff;
  margin-bottom: -1px;
  margin-left: -1px;
}

.quick-access label:hover {
  cursor: pointer;
}

.quick-access input:checked + label {
  position: relative;
  background: #306FB6;
  border-radius: 12px;
}

.quick-access input:checked + label:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.quick-access .tab-content {
  display: none;
  padding-top: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.quick-access #tab1:checked ~ #content1,
.quick-access #tab2:checked ~ #content2,
.quick-access #tab3:checked ~ #content3,
.quick-access #tab4:checked ~ #content4 {
  display: block;
  opacity: 1;
}

.quick-access #content1, .quick-access #content2, .quick-access #content3, .quick-access #content4 {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.quick-access .card-quick-access {
  padding: 0px 16px 16px 16px;
}

.quick-access .card-quick-access a {
  color: #fff;
}

.quick-access .card-quick-access .placeholder {
  height: 130px;
  width: auto;
}

.quick-access .card-quick-access .wraper-content-type {
  display: -ms-flexbox;
  display: flex;
}

.quick-access .card-quick-access img {
  object-fit: cover;
  height: 130px;
  aspect-ratio: 346 / 145;
  width: 100%;
}

.quick-access .card-quick-access figure.wp-block-post-featured-image {
  margin: 0 -16px 16px;
}

.quick-access .card-quick-access .content-type {
  padding: 4px 12px 4px 12px;
  background: #00000033;
  border: 1px solid #404040;
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0px 8px;
}

.quick-access .card-quick-access .content-type svg {
  width: 20px;
  height: 20px;
}

.quick-access .card-quick-access .title-quick {
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}

.quick-access .card-quick-access a.wp-block-button,
.quick-access .card-quick-access .btn-card-secondary {
  display: block;
  margin-top: auto;
  background: #306FB6;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  border-radius: 6px;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--tj-border-width));
  padding-bottom: calc(0.375rem + var(--tj-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--tj-border-width));
  padding-bottom: calc(0.5rem + var(--tj-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--tj-border-width));
  padding-bottom: calc(0.25rem + var(--tj-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tj-secondary-color);
}

.form-control, .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .wpcf7-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tj-body-color);
  appearance: none;
  background-color: var(--tj-body-bg);
  background-clip: padding-box;
  border: var(--tj-border-width) solid var(--tj-border-color);
  border-radius: var(--tj-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .wpcf7-select {
    transition: none;
  }
}

.form-control[type="file"], .wpcf7-form .wpcf7-form-control[type="file"]:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .wpcf7-select[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]), .wpcf7-form .wpcf7-form-control[type="file"]:not(:disabled):not([readonly]):not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .wpcf7-select[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .wpcf7-form .wpcf7-form-control:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .wpcf7-select:focus {
  color: var(--tj-body-color);
  background-color: var(--tj-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-webkit-date-and-time-value, .wpcf7-form .wpcf7-select::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-webkit-datetime-edit, .wpcf7-form .wpcf7-select::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):-ms-input-placeholder, .wpcf7-form .wpcf7-select:-ms-input-placeholder {
  color: var(--tj-secondary-color);
  opacity: 1;
}

.form-control::placeholder, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::placeholder, .wpcf7-form .wpcf7-select::placeholder {
  color: var(--tj-secondary-color);
  opacity: 1;
}

.form-control:disabled, .wpcf7-form .wpcf7-form-control:disabled:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .wpcf7-select:disabled {
  background-color: var(--tj-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::file-selector-button, .wpcf7-form .wpcf7-select::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--tj-body-color);
  background-color: var(--tj-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--tj-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::file-selector-button, .wpcf7-form .wpcf7-select::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7-form .wpcf7-select:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--tj-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--tj-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--tj-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--tj-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--tj-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--tj-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--tj-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, .wpcf7-form textarea.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form textarea.wpcf7-select {
  min-height: calc(1.5em + 0.75rem + calc(var(--tj-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--tj-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--tj-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--tj-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--tj-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--tj-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--tj-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--tj-border-width) * 2));
}

.form-select {
  --tj-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tj-body-color);
  appearance: none;
  background-color: var(--tj-body-bg);
  background-image: var(--tj-form-select-bg-img), var(--tj-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--tj-border-width) solid var(--tj-border-color);
  border-radius: var(--tj-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--tj-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--tj-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--tj-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--tj-border-radius-lg);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --tj-form-check-bg: var(--tj-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--tj-form-check-bg);
  background-image: var(--tj-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--tj-border-width) solid var(--tj-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  --tj-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --tj-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --tj-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --tj-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--tj-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --tj-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --tj-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tj-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tj-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--tj-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--tj-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .wpcf7-form .form-floating > .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .form-floating > .wpcf7-select,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--tj-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--tj-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--tj-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control, .wpcf7-form .form-floating > .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .form-floating > .wpcf7-select,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control:-ms-input-placeholder, .wpcf7-form .form-floating > .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):-ms-input-placeholder, .wpcf7-form .form-floating > .wpcf7-select:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder, .wpcf7-form .form-floating > .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::placeholder, .wpcf7-form .form-floating > .wpcf7-select::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .wpcf7-form .form-floating > .wpcf7-form-control:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .form-floating > .wpcf7-select:focus, .form-floating > .form-control:not(:placeholder-shown), .wpcf7-form .form-floating > .wpcf7-form-control:not(:placeholder-shown):not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .form-floating > .wpcf7-select:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill, .wpcf7-form .form-floating > .wpcf7-form-control:-webkit-autofill:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .form-floating > .wpcf7-select:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label, .wpcf7-form .form-floating > .wpcf7-form-control:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) ~ label, .wpcf7-form .form-floating > .wpcf7-select:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.wpcf7-form .form-floating > .wpcf7-form-control:not(:placeholder-shown):not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) ~ label,
.wpcf7-form .form-floating > .wpcf7-select:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--tj-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label::after, .wpcf7-form .form-floating > .wpcf7-form-control:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) ~ label::after, .wpcf7-form .form-floating > .wpcf7-select:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.wpcf7-form .form-floating > .wpcf7-form-control:not(:placeholder-shown):not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) ~ label::after,
.wpcf7-form .form-floating > .wpcf7-select:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--tj-body-bg);
  border-radius: var(--tj-border-radius);
}

.form-floating > .form-control:-webkit-autofill ~ label, .wpcf7-form .form-floating > .wpcf7-form-control:-webkit-autofill:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) ~ label, .wpcf7-form .form-floating > .wpcf7-select:-webkit-autofill ~ label {
  color: rgba(var(--tj-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--tj-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label,
.wpcf7-form .form-floating > .wpcf7-form-control:disabled:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) ~ label,
.wpcf7-form .form-floating > .wpcf7-select:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after,
.wpcf7-form .form-floating > .wpcf7-form-control:disabled:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) ~ label::after,
.wpcf7-form .form-floating > .wpcf7-select:disabled ~ label::after {
  background-color: var(--tj-secondary-bg);
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .wpcf7-form .input-group > .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .input-group > .wpcf7-select,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .wpcf7-form .input-group > .wpcf7-form-control:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .input-group > .wpcf7-select:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tj-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--tj-tertiary-bg);
  border: var(--tj-border-width) solid var(--tj-border-color);
  border-radius: var(--tj-border-radius);
}

.input-group-lg > .form-control, .wpcf7-form .input-group-lg > .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .input-group-lg > .wpcf7-select,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--tj-border-radius-lg);
}

.input-group-sm > .form-control, .wpcf7-form .input-group-sm > .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .input-group-sm > .wpcf7-select,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--tj-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.wpcf7-form .input-group:not(.has-validation) > .form-floating:not(:last-child) > .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox),
.wpcf7-form .input-group:not(.has-validation) > .form-floating:not(:last-child) > .wpcf7-select,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.wpcf7-form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox),
.wpcf7-form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .wpcf7-select,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--tj-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .wpcf7-form .input-group > .form-floating:not(:first-child) > .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .input-group > .form-floating:not(:first-child) > .wpcf7-select,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tj-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--tj-success);
  border-radius: var(--tj-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .wpcf7-form .wpcf7-form-control:valid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .was-validated .wpcf7-form-control:valid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .was-validated .wpcf7-form .wpcf7-select:valid, .wpcf7-form .was-validated .wpcf7-select:valid, .form-control.is-valid, .wpcf7-form .is-valid.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .is-valid.wpcf7-select {
  border-color: var(--tj-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .was-validated .wpcf7-form .wpcf7-form-control:valid:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .was-validated .wpcf7-form-control:valid:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .was-validated .wpcf7-form .wpcf7-select:valid:focus, .wpcf7-form .was-validated .wpcf7-select:valid:focus, .form-control.is-valid:focus, .wpcf7-form .is-valid.wpcf7-form-control:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .is-valid.wpcf7-select:focus {
  border-color: var(--tj-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .wpcf7-form textarea.wpcf7-form-control:valid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .was-validated textarea.wpcf7-form-control:valid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .was-validated .wpcf7-form textarea.wpcf7-select:valid, .wpcf7-form .was-validated textarea.wpcf7-select:valid, textarea.form-control.is-valid, .wpcf7-form textarea.is-valid.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form textarea.is-valid.wpcf7-select {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--tj-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --tj-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--tj-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--tj-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--tj-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--tj-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .wpcf7-form .input-group > .wpcf7-form-control:not(:focus):valid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .was-validated .input-group > .wpcf7-form-control:not(:focus):valid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .was-validated .wpcf7-form .input-group > .wpcf7-select:not(:focus):valid, .wpcf7-form .was-validated .input-group > .wpcf7-select:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .wpcf7-form .input-group > .wpcf7-form-control:not(:focus).is-valid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .input-group > .wpcf7-select:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tj-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--tj-danger);
  border-radius: var(--tj-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .wpcf7-form .wpcf7-form-control:invalid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .was-validated .wpcf7-form-control:invalid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .was-validated .wpcf7-form .wpcf7-select:invalid, .wpcf7-form .was-validated .wpcf7-select:invalid, .form-control.is-invalid, .wpcf7-form .is-invalid.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .is-invalid.wpcf7-select {
  border-color: var(--tj-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .was-validated .wpcf7-form .wpcf7-form-control:invalid:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .was-validated .wpcf7-form-control:invalid:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .was-validated .wpcf7-form .wpcf7-select:invalid:focus, .wpcf7-form .was-validated .wpcf7-select:invalid:focus, .form-control.is-invalid:focus, .wpcf7-form .is-invalid.wpcf7-form-control:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .is-invalid.wpcf7-select:focus {
  border-color: var(--tj-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .wpcf7-form textarea.wpcf7-form-control:invalid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .was-validated textarea.wpcf7-form-control:invalid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .was-validated .wpcf7-form textarea.wpcf7-select:invalid, .wpcf7-form .was-validated textarea.wpcf7-select:invalid, textarea.form-control.is-invalid, .wpcf7-form textarea.is-invalid.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form textarea.is-invalid.wpcf7-select {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--tj-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --tj-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--tj-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--tj-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--tj-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--tj-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .wpcf7-form .input-group > .wpcf7-form-control:not(:focus):invalid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .was-validated .input-group > .wpcf7-form-control:not(:focus):invalid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .was-validated .wpcf7-form .input-group > .wpcf7-select:not(:focus):invalid, .wpcf7-form .was-validated .input-group > .wpcf7-select:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .wpcf7-form .input-group > .wpcf7-form-control:not(:focus).is-invalid:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .input-group > .wpcf7-select:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.form-control, .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .wpcf7-select {
  border: 1px solid var(--tj-color-neutral-800);
  background-color: var(--tj-color-text-primary);
  padding: 10px;
  border-radius: 8px;
  transition: background .2s ease;
  color: var(--tj-color-base-white);
}

.form-control:focus, .wpcf7-form .wpcf7-form-control:focus:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .wpcf7-select:focus {
  background-color: var(--tj-color-neutral-900);
  color: var(--tj-color-base-white);
}

.form-control:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):-ms-input-placeholder, .wpcf7-form .wpcf7-select:-ms-input-placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

.form-control::placeholder, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::placeholder, .wpcf7-form .wpcf7-select::placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

.form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-moz-placeholder, .wpcf7-form .wpcf7-select::-moz-placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

.form-control:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control:-ms-input-placeholder:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .wpcf7-select:-ms-input-placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

.form-control::-ms-input-placeholder, .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-ms-input-placeholder, .wpcf7-form .wpcf7-select::-ms-input-placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

input[type=file]::file-selector-button {
  border-radius: 4px;
  border: 1px solid var(--tj-color-neutral-800);
  background: var(--tj-color-accent-blue) !important;
  transition: .2s;
  color: var(--tj-color-base-white);
}

.search-form-wrapper {
  --width-active: 250px;
  overflow: hidden;
  border: 2px solid var(--tj-color-accent-blue);
  border-radius: 12px;
  position: relative;
  height: 40px;
  width: 40px;
  transition: all .2s ease;
  color: var(--tj-color-base-white);
  background-color: var(--tj-color-base-background);
}

.search-form-wrapper .btn-toggle-search-mobile {
  display: none;
}

body.tax-content-type.term-trends .search-form-wrapper .btn-toggle-search-mobile,
body.tax-content-type.term-tips-tricks .search-form-wrapper .btn-toggle-search-mobile {
  display: none;
  width: 40px;
  height: 40px;
  transition: all .2s ease;
  color: var(--tj-color-base-white);
  background-color: var(--tj-color-base-background);
  border: 2px solid var(--tj-color-accent-blue);
  border-radius: 12px;
  position: relative;
  z-index: 8;
}

body.tax-content-type.term-trends .search-form-wrapper .btn-toggle-search-mobile .icon,
body.tax-content-type.term-tips-tricks .search-form-wrapper .btn-toggle-search-mobile .icon {
  transition: all .3s ease;
  line-height: 1;
}

body.tax-content-type.term-trends .search-form-wrapper .btn-toggle-search-mobile .icon svg,
body.tax-content-type.term-tips-tricks .search-form-wrapper .btn-toggle-search-mobile .icon svg {
  width: 20px;
  height: 20px;
  transition: all .3s ease;
  transform: rotate(0deg);
}

body.tax-content-type.term-trends .search-form-wrapper .btn-toggle-search-mobile .icon.close,
body.tax-content-type.term-tips-tricks .search-form-wrapper .btn-toggle-search-mobile .icon.close {
  display: none;
}

body.tax-content-type.term-trends .search-form-wrapper .btn-toggle-search-mobile .icon.open,
body.tax-content-type.term-tips-tricks .search-form-wrapper .btn-toggle-search-mobile .icon.open {
  display: block;
}

@media (max-width: 600px) {
  body.tax-content-type.term-trends .search-form-wrapper .btn-toggle-search-mobile,
  body.tax-content-type.term-tips-tricks .search-form-wrapper .btn-toggle-search-mobile {
    display: block;
  }
}

.search-form-wrapper .form-search {
  position: absolute;
  right: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 8px;
  overflow: hidden;
  width: var(--width-active);
}

.search-form-wrapper .form-search .form-control, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .search-form-wrapper .form-search .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .search-form-wrapper .form-search .wpcf7-form .wpcf7-select, .wpcf7-form .search-form-wrapper .form-search .wpcf7-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  border: 0;
  color: #FFF;
  outline: 0;
  box-shadow: unset;
  padding: 0;
  padding-right: 15px;
  padding-left: 10px;
  font-size: var(--wp--preset--font-size--base);
  opacity: 0;
  transition: all .2s ease;
}

.search-form-wrapper .form-search .form-control:-ms-input-placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):-ms-input-placeholder, .wpcf7-form .search-form-wrapper .form-search .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):-ms-input-placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-select:-ms-input-placeholder, .wpcf7-form .search-form-wrapper .form-search .wpcf7-select:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

.search-form-wrapper .form-search .form-control::placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::placeholder, .wpcf7-form .search-form-wrapper .form-search .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-select::placeholder, .wpcf7-form .search-form-wrapper .form-search .wpcf7-select::placeholder {
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

.search-form-wrapper .form-search .form-control::-ms-input-placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-ms-input-placeholder, .wpcf7-form .search-form-wrapper .form-search .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-ms-input-placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-select::-ms-input-placeholder, .wpcf7-form .search-form-wrapper .form-search .wpcf7-select::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #FFF;
}

.search-form-wrapper .form-search .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -8px;
}

.search-form-wrapper .form-search .button-wrap [class*=btn] {
  background-color: transparent;
  border: 0;
  width: auto;
  height: 24px;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 8px;
  transition: all .3s ease;
}

.search-form-wrapper .form-search .button-wrap [class*=btn] .icon {
  transition: all .3s ease;
  line-height: 1;
}

.search-form-wrapper .form-search .button-wrap [class*=btn] .icon svg {
  width: 20px;
  height: 20px;
  transition: all .3s ease;
}

.search-form-wrapper .form-search .button-wrap [class*=btn]:not(:last-child) {
  border-right: 1px solid transparent;
}

.search-form-wrapper .form-search .button-wrap .btn-search {
  opacity: 0;
  transition: all .2s ease;
  pointer-events: none;
}

.search-form-wrapper .form-search .button-wrap .btn-toggle .icon svg {
  transform: rotate(0deg);
}

.search-form-wrapper .form-search .button-wrap .btn-toggle .icon.close {
  display: none;
}

.search-form-wrapper .form-search .button-wrap .btn-toggle .icon.open {
  display: block;
}

.search-form-wrapper.active {
  width: var(--width-active);
}

.search-form-wrapper.active .form-search .form-control, .search-form-wrapper.active .form-search .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .search-form-wrapper.active .form-search .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .search-form-wrapper.active .form-search .wpcf7-form .wpcf7-select, .wpcf7-form .search-form-wrapper.active .form-search .wpcf7-select {
  opacity: 1;
}

.search-form-wrapper.active .form-search .button-wrap [class*=btn]:not(:last-child) {
  border-right-color: #FFF;
}

.search-form-wrapper.active .form-search .button-wrap .btn-search {
  opacity: 1;
  pointer-events: unset;
}

.search-form-wrapper.active .form-search .button-wrap .btn-toggle .icon svg {
  transform: rotate(90deg);
}

.search-form-wrapper.active .form-search .button-wrap .btn-toggle .icon.close {
  display: block;
}

.search-form-wrapper.active .form-search .button-wrap .btn-toggle .icon.open {
  display: none;
}

.search-form-wrapper.expanded {
  width: 100%;
}

.search-form-wrapper.expanded .form-search {
  position: relative;
  width: 100%;
}

.search-form-wrapper.expanded .form-search .btn-toggle {
  display: none;
}

@media (max-width: 600px) {
  body.tax-content-type.term-trends .search-form-wrapper,
  body.tax-content-type.term-tips-tricks .search-form-wrapper {
    position: unset;
    overflow: unset;
    border-radius: unset;
    border: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  body.tax-content-type.term-trends .search-form-wrapper .form-search,
  body.tax-content-type.term-tips-tricks .search-form-wrapper .form-search {
    height: 0;
    opacity: 0;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 8px;
  }
  body.tax-content-type.term-trends .search-form-wrapper .form-search .button-wrap [class*=btn],
  body.tax-content-type.term-tips-tricks .search-form-wrapper .form-search .button-wrap [class*=btn] {
    border-right: 0 !important;
  }
  body.tax-content-type.term-trends .search-form-wrapper .form-search .button-wrap .btn-toggle,
  body.tax-content-type.term-tips-tricks .search-form-wrapper .form-search .button-wrap .btn-toggle {
    display: none;
  }
  body.tax-content-type.term-trends .search-form-wrapper.active,
  body.tax-content-type.term-tips-tricks .search-form-wrapper.active {
    width: auto;
  }
  body.tax-content-type.term-trends .search-form-wrapper.active .form-search,
  body.tax-content-type.term-tips-tricks .search-form-wrapper.active .form-search {
    opacity: 1;
    height: 40px;
    transition: all .2s ease;
    color: var(--tj-color-base-white);
    background-color: var(--tj-color-base-background);
    border: 1px solid var(--tj-color-accent-blue);
    border-radius: 8px;
    z-index: 30;
  }
  body.tax-content-type.term-trends .search-form-wrapper.active .btn-toggle-search-mobile .icon.close,
  body.tax-content-type.term-tips-tricks .search-form-wrapper.active .btn-toggle-search-mobile .icon.close {
    display: block;
  }
  body.tax-content-type.term-trends .search-form-wrapper.active .btn-toggle-search-mobile .icon.open,
  body.tax-content-type.term-tips-tricks .search-form-wrapper.active .btn-toggle-search-mobile .icon.open {
    display: none;
  }
}

.search-form .input-group {
  border: 3px solid var(--tj-color-accent-blue);
  box-shadow: 0px 4px 50px 0px #4845F826;
  padding: 7px;
  border-radius: 8px !important;
  background-color: var(--tj-color-base-background);
}

.search-form .input-group .form-control, .search-form .input-group .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .search-form .input-group .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .search-form .input-group .wpcf7-form .wpcf7-select, .wpcf7-form .search-form .input-group .wpcf7-select {
  background-color: var(--tj-color-base-background);
  border: 0;
  color: var(--tj-color-base-white);
  outline: 0;
  box-shadow: unset;
}

.search-form .input-group .btn {
  font-weight: 500;
  border-radius: 8px !important;
  padding-left: 18px;
  padding-right: 18px;
}

.search-form .input-group .form-control, .search-form .input-group .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form .search-form .input-group .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .search-form .input-group .wpcf7-form .wpcf7-select, .wpcf7-form .search-form .input-group .wpcf7-select, .search-form .input-group .btn {
  font-size: var(--wp--preset--font-size--s);
  padding-top: 8px;
  padding-bottom: 8px;
}

[type="search"]::-webkit-search-cancel-button {
  appearance: none;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0673 15.6828C16.1254 15.7409 16.1714 15.8098 16.2028 15.8857C16.2343 15.9616 16.2505 16.0429 16.2505 16.125C16.2505 16.2071 16.2343 16.2884 16.2028 16.3643C16.1714 16.4402 16.1254 16.5091 16.0673 16.5672C16.0092 16.6253 15.9403 16.6713 15.8644 16.7027C15.7885 16.7342 15.7072 16.7503 15.6251 16.7503C15.543 16.7503 15.4617 16.7342 15.3858 16.7027C15.3099 16.6713 15.241 16.6253 15.1829 16.5672L10.0001 11.3836L4.81729 16.5672C4.70002 16.6845 4.54096 16.7503 4.3751 16.7503C4.20925 16.7503 4.05019 16.6845 3.93292 16.5672C3.81564 16.4499 3.74976 16.2908 3.74976 16.125C3.74976 15.9591 3.81564 15.8001 3.93292 15.6828L9.11651 10.5L3.93292 5.31718C3.81564 5.19991 3.74976 5.04085 3.74976 4.875C3.74976 4.70914 3.81564 4.55008 3.93292 4.43281C4.05019 4.31553 4.20925 4.24965 4.3751 4.24965C4.54096 4.24965 4.70002 4.31553 4.81729 4.43281L10.0001 9.6164L15.1829 4.43281C15.3002 4.31553 15.4593 4.24965 15.6251 4.24965C15.791 4.24965 15.95 4.31553 16.0673 4.43281C16.1846 4.55008 16.2505 4.70914 16.2505 4.875C16.2505 5.04085 16.1846 5.19991 16.0673 5.31718L10.8837 10.5L16.0673 15.6828Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 20px;
  cursor: pointer;
}

.search-posts-default {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media (max-width: 600px) {
  .search-posts-default body.tax-content-type.term-trends,
  .search-posts-default body.tax-content-type.term-tips-tricks {
    position: relative;
  }
  .search-posts-default body.tax-content-type.term-trends .search-form-wrapper,
  .search-posts-default body.tax-content-type.term-tips-tricks .search-form-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.search-posts-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.search-posts-wrap .filter-wrapper {
  width: 100%;
}

.search-posts-wrap .filter-wrapper .ml-auto {
  margin-left: auto;
}

@media (max-width: 600px) {
  .search-posts-wrap .filter-wrapper {
    position: relative;
  }
  .search-posts-wrap .filter-wrapper .row-filter {
    --tj-gutter-x: 0.5rem;
    --tj-gutter-y: 0.5rem;
  }
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}

.wpcf7-form[data-status=submitting] .wpcf7-spinner {
  display: block;
}

.wpcf7-form .tooltip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  vertical-align: text-bottom;
}

.wpcf7-form .tooltip::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.75C10.0716 2.75 8.18657 3.32183 6.58319 4.39317C4.97982 5.46451 3.73013 6.98726 2.99218 8.76884C2.25422 10.5504 2.06114 12.5108 2.43735 14.4021C2.81355 16.2934 3.74215 18.0307 5.10571 19.3943C6.46928 20.7579 8.20656 21.6865 10.0979 22.0627C11.9892 22.4389 13.9496 22.2458 15.7312 21.5078C17.5127 20.7699 19.0355 19.5202 20.1068 17.9168C21.1782 16.3134 21.75 14.4284 21.75 12.5C21.7473 9.91498 20.7192 7.43661 18.8913 5.60872C17.0634 3.78084 14.585 2.75273 12 2.75ZM12 18.5C11.7775 18.5 11.56 18.434 11.375 18.3104C11.19 18.1868 11.0458 18.0111 10.9606 17.8055C10.8755 17.6 10.8532 17.3738 10.8966 17.1555C10.94 16.9373 11.0472 16.7368 11.2045 16.5795C11.3618 16.4222 11.5623 16.315 11.7805 16.2716C11.9988 16.2282 12.225 16.2505 12.4305 16.3356C12.6361 16.4208 12.8118 16.565 12.9354 16.75C13.059 16.935 13.125 17.1525 13.125 17.375C13.125 17.6734 13.0065 17.9595 12.7955 18.1705C12.5845 18.3815 12.2984 18.5 12 18.5ZM12.75 13.9325V14C12.75 14.1989 12.671 14.3897 12.5303 14.5303C12.3897 14.671 12.1989 14.75 12 14.75C11.8011 14.75 11.6103 14.671 11.4697 14.5303C11.329 14.3897 11.25 14.1989 11.25 14V13.25C11.25 13.0511 11.329 12.8603 11.4697 12.7197C11.6103 12.579 11.8011 12.5 12 12.5C13.2403 12.5 14.25 11.6562 14.25 10.625C14.25 9.59375 13.2403 8.75 12 8.75C10.7597 8.75 9.75 9.59375 9.75 10.625V11C9.75 11.1989 9.67099 11.3897 9.53033 11.5303C9.38968 11.671 9.19892 11.75 9 11.75C8.80109 11.75 8.61033 11.671 8.46967 11.5303C8.32902 11.3897 8.25 11.1989 8.25 11V10.625C8.25 8.76406 9.93188 7.25 12 7.25C14.0681 7.25 15.75 8.76406 15.75 10.625C15.75 12.2544 14.46 13.6184 12.75 13.9325Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-form .tooltip:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.75C10.0716 2.75 8.18657 3.32183 6.58319 4.39317C4.97982 5.46451 3.73013 6.98726 2.99218 8.76884C2.25422 10.5504 2.06114 12.5108 2.43735 14.4021C2.81355 16.2934 3.74215 18.0307 5.10571 19.3943C6.46928 20.7579 8.20656 21.6865 10.0979 22.0627C11.9892 22.4389 13.9496 22.2458 15.7312 21.5078C17.5127 20.7699 19.0355 19.5202 20.1068 17.9168C21.1782 16.3134 21.75 14.4284 21.75 12.5C21.7473 9.91498 20.7192 7.43661 18.8913 5.60872C17.0634 3.78084 14.585 2.75273 12 2.75ZM12 18.5C11.7775 18.5 11.56 18.434 11.375 18.3104C11.19 18.1868 11.0458 18.0111 10.9606 17.8055C10.8755 17.6 10.8532 17.3738 10.8966 17.1555C10.94 16.9373 11.0472 16.7368 11.2045 16.5795C11.3618 16.4222 11.5623 16.315 11.7805 16.2716C11.9988 16.2282 12.225 16.2505 12.4305 16.3356C12.6361 16.4208 12.8118 16.565 12.9354 16.75C13.059 16.935 13.125 17.1525 13.125 17.375C13.125 17.6734 13.0065 17.9595 12.7955 18.1705C12.5845 18.3815 12.2984 18.5 12 18.5ZM12.75 13.9325V14C12.75 14.1989 12.671 14.3897 12.5303 14.5303C12.3897 14.671 12.1989 14.75 12 14.75C11.8011 14.75 11.6103 14.671 11.4697 14.5303C11.329 14.3897 11.25 14.1989 11.25 14V13.25C11.25 13.0511 11.329 12.8603 11.4697 12.7197C11.6103 12.579 11.8011 12.5 12 12.5C13.2403 12.5 14.25 11.6562 14.25 10.625C14.25 9.59375 13.2403 8.75 12 8.75C10.7597 8.75 9.75 9.59375 9.75 10.625V11C9.75 11.1989 9.67099 11.3897 9.53033 11.5303C9.38968 11.671 9.19892 11.75 9 11.75C8.80109 11.75 8.61033 11.671 8.46967 11.5303C8.32902 11.3897 8.25 11.1989 8.25 11V10.625C8.25 8.76406 9.93188 7.25 12 7.25C14.0681 7.25 15.75 8.76406 15.75 10.625C15.75 12.2544 14.46 13.6184 12.75 13.9325Z' fill='%23306FB6'/%3E%3C/svg%3E%0A");
}

.wpcf7-form .form-section-title {
  width: 400px;
  font-size: var(--wp--preset--font-size--l);
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox).wpcf7-textarea {
  min-height: 300px;
}

.wpcf7-form .wpcf7-select {
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3538 6.85372L8.35378 11.8537C8.30735 11.9002 8.2522 11.9371 8.1915 11.9623C8.13081 11.9874 8.06574 12.0004 8.00003 12.0004C7.93433 12.0004 7.86926 11.9874 7.80856 11.9623C7.74786 11.9371 7.69272 11.9002 7.64628 11.8537L2.64628 6.85372C2.55246 6.7599 2.49976 6.63265 2.49976 6.49997C2.49976 6.36729 2.55246 6.24004 2.64628 6.14622C2.7401 6.0524 2.86735 5.99969 3.00003 5.99969C3.13272 5.99969 3.25996 6.0524 3.35378 6.14622L8.00003 10.7931L12.6463 6.14622C12.6927 6.09977 12.7479 6.06292 12.8086 6.03778C12.8693 6.01263 12.9343 5.99969 13 5.99969C13.0657 5.99969 13.1308 6.01263 13.1915 6.03778C13.2522 6.06292 13.3073 6.09977 13.3538 6.14622C13.4002 6.19268 13.4371 6.24783 13.4622 6.30852C13.4874 6.36922 13.5003 6.43428 13.5003 6.49997C13.5003 6.56567 13.4874 6.63072 13.4622 6.69142C13.4371 6.75212 13.4002 6.80727 13.3538 6.85372Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-form .form-label {
  font-size: var(--wp--preset--font-size--base);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.wpcf7-form .form-label-note {
  font-size: var(--wp--preset--font-size--s);
}

.wpcf7-form .wpcf7-submit {
  min-width: 220px;
  margin: 0 auto;
}

.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
  margin-top: 24px;
  display: block;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  color: var(--tj-color-neutral-300);
  margin: 0;
  display: block;
  font-size: var(--wp--preset--font-size--base);
  font-weight: 400;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:not(:last-child),
.wpcf7-form .wpcf7-radio .wpcf7-list-item:not(:last-child) {
  margin-bottom: 15px;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input[type=radio],
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox],
.wpcf7-form .wpcf7-radio .wpcf7-list-item label input[type=radio],
.wpcf7-form .wpcf7-radio .wpcf7-list-item label input[type=checkbox] {
  display: none;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label span,
.wpcf7-form .wpcf7-radio .wpcf7-list-item label span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 32px;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label span::before,
.wpcf7-form .wpcf7-radio .wpcf7-list-item label span::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  background-size: 20px;
  background-position: center;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item label span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='19' height='19' rx='9.5' stroke='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked ~ span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='19' height='19' rx='9.5' stroke='url(%23paint0_linear_597_8706)'/%3E%3Ccircle cx='10' cy='10.5' r='6' fill='url(%23paint1_linear_597_8706)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_597_8706' x1='0' y1='10.5' x2='20' y2='10.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2349C0B6'/%3E%3Cstop offset='1' stop-color='%230072BC'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_597_8706' x1='4' y1='10.5' x2='16' y2='10.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2349C0B6'/%3E%3Cstop offset='1' stop-color='%230072BC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='19' height='19' rx='2.5' stroke='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked ~ span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='20' height='20' rx='4' fill='%23306FB6'/%3E%3Cpath d='M14.8979 8.27299L8.89795 14.273C8.84569 14.3254 8.78359 14.367 8.71522 14.3954C8.64685 14.4238 8.57354 14.4384 8.49951 14.4384C8.42548 14.4384 8.35217 14.4238 8.2838 14.3954C8.21543 14.367 8.15333 14.3254 8.10107 14.273L5.47607 11.648C5.42375 11.5957 5.38224 11.5335 5.35393 11.4652C5.32561 11.3968 5.31104 11.3235 5.31104 11.2496C5.31104 11.1756 5.32561 11.1023 5.35393 11.0339C5.38224 10.9656 5.42375 10.9034 5.47607 10.8511C5.5284 10.7988 5.59051 10.7573 5.65888 10.729C5.72724 10.7006 5.80051 10.6861 5.87451 10.6861C5.94851 10.6861 6.02178 10.7006 6.09014 10.729C6.15851 10.7573 6.22062 10.7988 6.27295 10.8511L8.49998 13.0781L14.102 7.47705C14.2077 7.37138 14.351 7.31201 14.5004 7.31201C14.6499 7.31201 14.7932 7.37138 14.8989 7.47705C15.0046 7.58272 15.0639 7.72604 15.0639 7.87549C15.0639 8.02493 15.0046 8.16825 14.8989 8.27393L14.8979 8.27299Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-form .wrapper {
  border-radius: 12px;
  padding: 20px;
  background-color: var(--tj-color-base-background);
}

.wpcf7-form .wrapper p {
  margin: 0;
}

.wpcf7-form .wrapper > .row {
  --tj-gutter-x: 20px;
  --tj-gutter-y: 20px;
}

.wpcf7-form .wrapper > .row:not(:last-child) {
  margin-bottom: 20px;
}

.wpcf7-form .wrapper.give-me-ai .wpcf7-textarea {
  min-height: 196px !important;
  height: 196px !important;
}

.wpcf7-form .separator {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: var(--tj-color-neutral-800);
}

.wpcf7-form .form-wrap:not(:last-child) {
  margin-bottom: 20px;
}

.wpcf7-form .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 8px;
}

.wpcf7-form .button-wrapper p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin: 0;
}

.wpcf7-form .button-wrapper .wpcf7-submit {
  min-width: 119px;
}

.filter-field > p {
  margin-bottom: 4px;
  font-size: 14px;
  padding-left: 1px;
  margin-top: 0;
}

.filter-field .filter {
  border-radius: 8px;
  background-color: #181818;
  border: 1px solid #404040;
  color: #fff;
  padding: 0px 12px;
}

.filter-field select {
  height: 42px;
}

.filter-field .daterange {
  background: transparent;
  padding: 0;
  border: 0;
  color: #fff;
  padding: 8px 0;
}

.filter-field .daterange:focus {
  border: 0;
  outline: 0;
}

#ai-nexs-app[tool] {
  margin-top: 24px;
  border-radius: 12px;
  background-color: var(--tj-color-base-background);
  overflow: hidden;
}

#ai-nexs-app[tool] .notification {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#ai-nexs-app[tool] .card {
  background-color: var(--tj-color-base-background);
  border-radius: 12px;
  padding: 20px;
  box-shadow: unset;
  color: var(--tj-color-base-white);
  max-width: 100%;
  position: relative;
}

#ai-nexs-app[tool] .container {
  max-width: 100% !important;
  padding: 0;
}

#ai-nexs-app[tool] .section {
  padding: 0;
}

#ai-nexs-app[tool] .title, #ai-nexs-app[tool] h7, #ai-nexs-app[tool] h5 {
  display: none;
}

#ai-nexs-app[tool] .fixed-error-message {
  height: 0;
  margin: 0;
  z-index: 2;
  position: relative;
}

#ai-nexs-app[tool] .fixed-error-message.show {
  height: auto;
}

#ai-nexs-app[tool] .fixed-error-message .notification {
  padding: 1rem 1.3rem;
}

#ai-nexs-app[tool] button.button {
  border-radius: 12px !important;
  padding: 12px 16px !important;
  line-height: 1.5 !important;
  font-size: var(--wp--preset--font-size--base) !important;
  color: var(--tj-color-base-white) !important;
  border: 1px solid transparent;
  min-width: 110px !important;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-weight: 500 !important;
  height: 46px;
}

#ai-nexs-app[tool] button.button.button-clear {
  background-color: var(--tj-color-accent-red) !important;
}

#ai-nexs-app[tool] button.button.button-clear::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.875 4.24927H13.75V3.62427C13.75 3.12699 13.5525 2.65007 13.2008 2.29844C12.8492 1.94681 12.3723 1.74927 11.875 1.74927H8.125C7.62772 1.74927 7.15081 1.94681 6.79917 2.29844C6.44754 2.65007 6.25 3.12699 6.25 3.62427V4.24927H3.125C2.95924 4.24927 2.80027 4.31512 2.68306 4.43233C2.56585 4.54954 2.5 4.70851 2.5 4.87427C2.5 5.04003 2.56585 5.199 2.68306 5.31621C2.80027 5.43342 2.95924 5.49927 3.125 5.49927H3.75V16.7493C3.75 17.0808 3.8817 17.3987 4.11612 17.6332C4.35054 17.8676 4.66848 17.9993 5 17.9993H15C15.3315 17.9993 15.6495 17.8676 15.8839 17.6332C16.1183 17.3987 16.25 17.0808 16.25 16.7493V5.49927H16.875C17.0408 5.49927 17.1997 5.43342 17.3169 5.31621C17.4342 5.199 17.5 5.04003 17.5 4.87427C17.5 4.70851 17.4342 4.54954 17.3169 4.43233C17.1997 4.31512 17.0408 4.24927 16.875 4.24927ZM7.5 3.62427C7.5 3.45851 7.56585 3.29954 7.68306 3.18233C7.80027 3.06512 7.95924 2.99927 8.125 2.99927H11.875C12.0408 2.99927 12.1997 3.06512 12.3169 3.18233C12.4342 3.29954 12.5 3.45851 12.5 3.62427V4.24927H7.5V3.62427ZM15 16.7493H5V5.49927H15V16.7493ZM8.75 8.62427V13.6243C8.75 13.79 8.68415 13.949 8.56694 14.0662C8.44973 14.1834 8.29076 14.2493 8.125 14.2493C7.95924 14.2493 7.80027 14.1834 7.68306 14.0662C7.56585 13.949 7.5 13.79 7.5 13.6243V8.62427C7.5 8.45851 7.56585 8.29954 7.68306 8.18233C7.80027 8.06512 7.95924 7.99927 8.125 7.99927C8.29076 7.99927 8.44973 8.06512 8.56694 8.18233C8.68415 8.29954 8.75 8.45851 8.75 8.62427ZM12.5 8.62427V13.6243C12.5 13.79 12.4342 13.949 12.3169 14.0662C12.1997 14.1834 12.0408 14.2493 11.875 14.2493C11.7092 14.2493 11.5503 14.1834 11.4331 14.0662C11.3158 13.949 11.25 13.79 11.25 13.6243V8.62427C11.25 8.45851 11.3158 8.29954 11.4331 8.18233C11.5503 8.06512 11.7092 7.99927 11.875 7.99927C12.0408 7.99927 12.1997 8.06512 12.3169 8.18233C12.4342 8.29954 12.5 8.45851 12.5 8.62427Z' fill='white'/%3E%3C/svg%3E%0A");
}

#ai-nexs-app[tool] button.button.button-clear.button-summary {
  margin-top: 0 !important;
}

#ai-nexs-app[tool] button.button.button-run {
  background-color: var(--tj-color-accent-blue) !important;
}

#ai-nexs-app[tool] button.button.button-save {
  background-color: transparent !important;
  background: var(--tj-color-accent-tourquise) !important;
}

#ai-nexs-app[tool] button.button.button-save::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1336 6.75001L13.75 3.36641C13.6343 3.24983 13.4967 3.15741 13.345 3.09451C13.1933 3.0316 13.0306 2.99948 12.8664 3.00001H3.75C3.41848 3.00001 3.10054 3.1317 2.86612 3.36612C2.6317 3.60054 2.5 3.91849 2.5 4.25001V16.75C2.5 17.0815 2.6317 17.3995 2.86612 17.6339C3.10054 17.8683 3.41848 18 3.75 18H16.25C16.5815 18 16.8995 17.8683 17.1339 17.6339C17.3683 17.3995 17.5 17.0815 17.5 16.75V7.6336C17.5005 7.46939 17.4684 7.30671 17.4055 7.15502C17.3426 7.00333 17.2502 6.86566 17.1336 6.75001ZM13.125 16.75H6.875V12.375H13.125V16.75ZM16.25 16.75H14.375V12.375C14.375 12.0435 14.2433 11.7255 14.0089 11.4911C13.7745 11.2567 13.4565 11.125 13.125 11.125H6.875C6.54348 11.125 6.22554 11.2567 5.99112 11.4911C5.7567 11.7255 5.625 12.0435 5.625 12.375V16.75H3.75V4.25001H12.8664L16.25 7.6336V16.75ZM12.5 6.12501C12.5 6.29077 12.4342 6.44974 12.3169 6.56695C12.1997 6.68416 12.0408 6.75001 11.875 6.75001H7.5C7.33424 6.75001 7.17527 6.68416 7.05806 6.56695C6.94085 6.44974 6.875 6.29077 6.875 6.12501C6.875 5.95925 6.94085 5.80027 7.05806 5.68306C7.17527 5.56585 7.33424 5.50001 7.5 5.50001H11.875C12.0408 5.50001 12.1997 5.56585 12.3169 5.68306C12.4342 5.80027 12.5 5.95925 12.5 6.12501Z' fill='white'/%3E%3C/svg%3E%0A");
}

#ai-nexs-app[tool] button.button.button-copy {
  background-color: transparent !important;
  background: var(--tj-color-accent-tourquise) !important;
}

#ai-nexs-app[tool] button.button.button-copy.button-summary {
  margin-top: 0 !important;
}

#ai-nexs-app[tool] button.button.button-copy::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.75 3.49927H8.75C8.55109 3.49927 8.36032 3.57829 8.21967 3.71894C8.07902 3.85959 8 4.05036 8 4.24927V7.99927H4.25C4.05109 7.99927 3.86032 8.07829 3.71967 8.21894C3.57902 8.35959 3.5 8.55036 3.5 8.74927V20.7493C3.5 20.9482 3.57902 21.1389 3.71967 21.2796C3.86032 21.4202 4.05109 21.4993 4.25 21.4993H16.25C16.4489 21.4993 16.6397 21.4202 16.7803 21.2796C16.921 21.1389 17 20.9482 17 20.7493V16.9993H20.75C20.9489 16.9993 21.1397 16.9203 21.2803 16.7796C21.421 16.6389 21.5 16.4482 21.5 16.2493V4.24927C21.5 4.05036 21.421 3.85959 21.2803 3.71894C21.1397 3.57829 20.9489 3.49927 20.75 3.49927ZM15.5 19.9993H5V9.49927H15.5V19.9993ZM20 15.4993H17V8.74927C17 8.55036 16.921 8.35959 16.7803 8.21894C16.6397 8.07829 16.4489 7.99927 16.25 7.99927H9.5V4.99927H20V15.4993Z' fill='white'/%3E%3C/svg%3E%0A");
}

#ai-nexs-app[tool] button.button.button-gradient {
  background-color: transparent !important;
  background-color: var(--tj-color-accent-blue) !important;
}

#ai-nexs-app[tool] .form-control, #ai-nexs-app[tool] .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form #ai-nexs-app[tool] .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), #ai-nexs-app[tool] .wpcf7-form .wpcf7-select, .wpcf7-form #ai-nexs-app[tool] .wpcf7-select {
  border: 1px solid var(--tj-color-neutral-800) !important;
  background-color: var(--tj-color-text-primary) !important;
  color: var(--tj-color-base-white) !important;
  font-size: var(--wp--preset--font-size--base) !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  padding: 10px !important;
  line-height: 1.5 !important;
}

#ai-nexs-app[tool] .form-control:not(.textarea), #ai-nexs-app[tool] .wpcf7-form .wpcf7-form-control:not(.textarea):not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form #ai-nexs-app[tool] .wpcf7-form-control:not(.textarea):not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), #ai-nexs-app[tool] .wpcf7-form .wpcf7-select:not(.textarea), .wpcf7-form #ai-nexs-app[tool] .wpcf7-select:not(.textarea) {
  height: 46px;
}

#ai-nexs-app[tool] .form-control:-ms-input-placeholder, #ai-nexs-app[tool] .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):-ms-input-placeholder, .wpcf7-form #ai-nexs-app[tool] .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):-ms-input-placeholder, #ai-nexs-app[tool] .wpcf7-form .wpcf7-select:-ms-input-placeholder, .wpcf7-form #ai-nexs-app[tool] .wpcf7-select:-ms-input-placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

#ai-nexs-app[tool] .form-control::placeholder, #ai-nexs-app[tool] .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::placeholder, .wpcf7-form #ai-nexs-app[tool] .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::placeholder, #ai-nexs-app[tool] .wpcf7-form .wpcf7-select::placeholder, .wpcf7-form #ai-nexs-app[tool] .wpcf7-select::placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

#ai-nexs-app[tool] .form-control::-moz-placeholder, #ai-nexs-app[tool] .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-moz-placeholder, .wpcf7-form #ai-nexs-app[tool] .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-moz-placeholder, #ai-nexs-app[tool] .wpcf7-form .wpcf7-select::-moz-placeholder, .wpcf7-form #ai-nexs-app[tool] .wpcf7-select::-moz-placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

#ai-nexs-app[tool] .form-control:-ms-input-placeholder, #ai-nexs-app[tool] .wpcf7-form .wpcf7-form-control:-ms-input-placeholder:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form #ai-nexs-app[tool] .wpcf7-form-control:-ms-input-placeholder:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), #ai-nexs-app[tool] .wpcf7-form .wpcf7-select:-ms-input-placeholder, .wpcf7-form #ai-nexs-app[tool] .wpcf7-select:-ms-input-placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

#ai-nexs-app[tool] .form-control::-ms-input-placeholder, #ai-nexs-app[tool] .wpcf7-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-ms-input-placeholder, .wpcf7-form #ai-nexs-app[tool] .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-ms-input-placeholder, #ai-nexs-app[tool] .wpcf7-form .wpcf7-select::-ms-input-placeholder, .wpcf7-form #ai-nexs-app[tool] .wpcf7-select::-ms-input-placeholder {
  color: var(--tj-color-neutral-400);
  opacity: 1;
}

#ai-nexs-app[tool] .form-control.textarea::-webkit-scrollbar, #ai-nexs-app[tool] .wpcf7-form .textarea.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-webkit-scrollbar, .wpcf7-form #ai-nexs-app[tool] .textarea.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-webkit-scrollbar, #ai-nexs-app[tool] .wpcf7-form .textarea.wpcf7-select::-webkit-scrollbar, .wpcf7-form #ai-nexs-app[tool] .textarea.wpcf7-select::-webkit-scrollbar {
  width: 4px;
}

#ai-nexs-app[tool] .form-control.textarea::-webkit-scrollbar-track, #ai-nexs-app[tool] .wpcf7-form .textarea.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-webkit-scrollbar-track, .wpcf7-form #ai-nexs-app[tool] .textarea.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-webkit-scrollbar-track, #ai-nexs-app[tool] .wpcf7-form .textarea.wpcf7-select::-webkit-scrollbar-track, .wpcf7-form #ai-nexs-app[tool] .textarea.wpcf7-select::-webkit-scrollbar-track {
  background-color: var(--tj-color-neutral-900);
}

#ai-nexs-app[tool] .form-control.textarea::-webkit-scrollbar-thumb, #ai-nexs-app[tool] .wpcf7-form .textarea.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-webkit-scrollbar-thumb, .wpcf7-form #ai-nexs-app[tool] .textarea.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-webkit-scrollbar-thumb, #ai-nexs-app[tool] .wpcf7-form .textarea.wpcf7-select::-webkit-scrollbar-thumb, .wpcf7-form #ai-nexs-app[tool] .textarea.wpcf7-select::-webkit-scrollbar-thumb {
  background-color: var(--tj-color-accent-blue);
}

#ai-nexs-app[tool] .select:not(.is-multiple):not(.is-loading)::after {
  display: none !important;
}

#ai-nexs-app[tool] select.form-control, #ai-nexs-app[tool] .wpcf7-form select.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), .wpcf7-form #ai-nexs-app[tool] select.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox), #ai-nexs-app[tool] .wpcf7-form select.wpcf7-select, .wpcf7-form #ai-nexs-app[tool] select.wpcf7-select {
  background-size: 20px !important;
  background-position: calc(100% - 16px) center !important;
  background-repeat: no-repeat !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0306 9.52994L12.5306 17.0299C12.4609 17.0997 12.3782 17.155 12.2871 17.1927C12.1961 17.2305 12.0985 17.2499 11.9999 17.2499C11.9014 17.2499 11.8038 17.2305 11.7127 17.1927C11.6217 17.155 11.539 17.0997 11.4693 17.0299L3.9693 9.52994C3.82857 9.38921 3.74951 9.19834 3.74951 8.99932C3.74951 8.8003 3.82857 8.60942 3.9693 8.46869C4.11003 8.32796 4.30091 8.2489 4.49993 8.2489C4.69895 8.2489 4.88982 8.32796 5.03055 8.46869L11.9999 15.439L18.9693 8.46869C19.039 8.39901 19.1217 8.34374 19.2128 8.30602C19.3038 8.26831 19.4014 8.2489 19.4999 8.2489C19.5985 8.2489 19.6961 8.26831 19.7871 8.30602C19.8781 8.34374 19.9609 8.39901 20.0306 8.46869C20.1002 8.53838 20.1555 8.6211 20.1932 8.71215C20.2309 8.80319 20.2503 8.90077 20.2503 8.99932C20.2503 9.09786 20.2309 9.19545 20.1932 9.28649C20.1555 9.37754 20.1002 9.46026 20.0306 9.52994Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  text-indent: 1px;
  text-overflow: '';
}

#ai-nexs-app[tool] select.form-control::-ms-expand, #ai-nexs-app[tool] .wpcf7-form select.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-ms-expand, .wpcf7-form #ai-nexs-app[tool] select.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit)::-ms-expand, #ai-nexs-app[tool] .wpcf7-form select.wpcf7-select::-ms-expand, .wpcf7-form #ai-nexs-app[tool] select.wpcf7-select::-ms-expand {
  display: none;
}

#ai-nexs-app[tool] .field-label {
  margin-right: 0 !important;
  text-align: left !important;
}

#ai-nexs-app[tool] .form-label {
  color: var(--tj-color-base-white);
  font-size: var(--wp--preset--font-size--base);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
}

#ai-nexs-app[tool] .form-label span.tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: var(--tj-color-text-primary);
  color: var(--tj-color-base-white);
  font-size: var(--wp--preset--font-size--xs);
  margin-left: 6px;
}

#ai-nexs-app[tool] .switch[type=checkbox].is-small + label {
  height: 27px;
}

#ai-nexs-app[tool] .switch[type=checkbox].is-small + label::before {
  border-radius: 50px;
  background: var(--tj-neutral-700);
  width: 40px;
  height: 20px;
  border-color: transparent;
}

#ai-nexs-app[tool] .switch[type=checkbox].is-small + label::after {
  width: 18px;
  height: 18px;
  background: var(--tj-color-base-white);
  box-shadow: 0px 1px 2px 0px #1018280F, 0px 1px 3px 0px #1018281A;
  border-radius: 50%;
  top: 5px;
  left: 2px;
}

#ai-nexs-app[tool] .switch[type=checkbox].is-small + label[for=customVoiceSwitch] {
  padding-left: 52px;
}

#ai-nexs-app[tool] .switch[type=checkbox]:checked + label::after {
  left: 20px;
}

#ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content {
  padding: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .field .label {
  color: var(--tj-color-base-white);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--base);
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1.5;
  margin-bottom: 12px;
}

#ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control .input, #ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control .textarea {
  background-color: var(--tj-color-text-primary);
  border: 1px solid var(--tj-color-neutral-800) !important;
  border-radius: 8px;
  padding: 10px;
  color: var(--tj-color-base-white);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--base);
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1.5;
  height: auto;
}

#ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control .textarea {
  min-height: unset;
  height: 400px;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control .textarea {
    height: 250px;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control .textarea::-webkit-scrollbar {
  width: 4px;
}

#ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control .textarea::-webkit-scrollbar-track {
  background-color: var(--tj-color-neutral-900);
}

#ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control .textarea::-webkit-scrollbar-thumb {
  background-color: var(--tj-color-accent-blue);
}

#ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control select.input, #ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control select.textarea {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0306 9.52994L12.5306 17.0299C12.4609 17.0997 12.3782 17.155 12.2871 17.1927C12.1961 17.2305 12.0985 17.2499 11.9999 17.2499C11.9014 17.2499 11.8038 17.2305 11.7127 17.1927C11.6217 17.155 11.539 17.0997 11.4693 17.0299L3.9693 9.52994C3.82857 9.38921 3.74951 9.19834 3.74951 8.99932C3.74951 8.8003 3.82857 8.60942 3.9693 8.46869C4.11003 8.32796 4.30091 8.2489 4.49993 8.2489C4.69895 8.2489 4.88982 8.32796 5.03055 8.46869L11.9999 15.439L18.9693 8.46869C19.039 8.39901 19.1217 8.34374 19.2128 8.30602C19.3038 8.26831 19.4014 8.2489 19.4999 8.2489C19.5985 8.2489 19.6961 8.26831 19.7871 8.30602C19.8781 8.34374 19.9609 8.39901 20.0306 8.46869C20.1002 8.53838 20.1555 8.6211 20.1932 8.71215C20.2309 8.80319 20.2503 8.90077 20.2503 8.99932C20.2503 9.09786 20.2309 9.19545 20.1932 9.28649C20.1555 9.37754 20.1002 9.46026 20.0306 9.52994Z' fill='white'/%3E%3C/svg%3E%0A");
}

#ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .columns:last-child .column:last-child .textarea {
  height: 400px;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .columns:last-child .column:last-child .textarea {
    height: 250px;
  }
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-extraction] button.button {
    margin-top: 15px;
  }
  #ai-nexs-app[tool][tool=ai-nexs-extraction] button.button.button-copy {
    margin-top: 0;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .radio, #ai-nexs-app[tool][tool=ai-nexs-summary] .checkbox {
  color: var(--tj-color-base-white);
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .radio input[type], #ai-nexs-app[tool][tool=ai-nexs-summary] .checkbox input[type] {
  margin-right: 4px;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .radio:hover, #ai-nexs-app[tool][tool=ai-nexs-summary] .checkbox:hover {
  color: var(--tj-color-base-white);
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .control label.radio:not(:first-child), #ai-nexs-app[tool][tool=ai-nexs-summary] .control label.checkbox:not(:first-child) {
  margin-left: 15px;
}

#ai-nexs-app[tool][tool=ai-nexs-summary], #ai-nexs-app[tool][tool=ai-nexs-summary] .label {
  color: var(--tj-color-base-white);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--base);
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1.5;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-summary] .css-qcm38l {
    min-height: unset;
    min-width: unset;
    width: 100%;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .css-13b06dz {
  gap: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-summary] .css-13b06dz {
    -ms-flex-direction: column;
        flex-direction: column;
    width: auto;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .css-13b06dz > .components-flex-item:not(:last-child) {
  margin-right: 0;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-summary] .css-13b06dz:nth-child(2) > .components-flex-item {
    width: 100%;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .css-13b06dz:nth-child(2) > .components-flex-item:not(:last-child) {
  margin-right: 48px;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-summary] .css-13b06dz:nth-child(2) > .components-flex-item:not(:last-child) {
    margin: 0;
    margin-bottom: 16px;
  }
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-summary] label.label.has-text-centered {
    text-align: left !important;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container > .columns:first-child {
  display: none;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container > .columns:nth-child(2), #ai-nexs-app[tool][tool=ai-nexs-summary] .section .container > .columns:nth-child(3) {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-summary] .section .container > .columns:nth-child(2) .columns, #ai-nexs-app[tool][tool=ai-nexs-summary] .section .container > .columns:nth-child(3) .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container > .columns:nth-child(2) > .column, #ai-nexs-app[tool][tool=ai-nexs-summary] .section .container > .columns:nth-child(3) > .column {
  padding: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container .columns:nth-child(2) > .column {
  width: 100%;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container .input, #ai-nexs-app[tool][tool=ai-nexs-summary] .section .container #ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control .textarea, #ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control #ai-nexs-app[tool][tool=ai-nexs-summary] .section .container .textarea, #ai-nexs-app[tool][tool=ai-nexs-summary] .section .container textarea {
  border: 1px solid var(--tj-color-neutral-800) !important;
  background-color: var(--tj-color-text-primary);
  color: var(--tj-color-base-white);
  border-radius: 8px;
  padding: 10px;
  height: auto;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container textarea {
  height: 250px;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container textarea::-webkit-scrollbar {
  width: 4px;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container textarea::-webkit-scrollbar-track {
  background-color: var(--tj-color-neutral-900);
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container textarea::-webkit-scrollbar-thumb {
  background-color: var(--tj-color-accent-blue);
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container select.input, #ai-nexs-app[tool][tool=ai-nexs-summary] .section .container #ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control select.textarea, #ai-nexs-app[tool][tool=ai-nexs-extraction] .card .card-content .control #ai-nexs-app[tool][tool=ai-nexs-summary] .section .container select.textarea {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0306 9.52994L12.5306 17.0299C12.4609 17.0997 12.3782 17.155 12.2871 17.1927C12.1961 17.2305 12.0985 17.2499 11.9999 17.2499C11.9014 17.2499 11.8038 17.2305 11.7127 17.1927C11.6217 17.155 11.539 17.0997 11.4693 17.0299L3.9693 9.52994C3.82857 9.38921 3.74951 9.19834 3.74951 8.99932C3.74951 8.8003 3.82857 8.60942 3.9693 8.46869C4.11003 8.32796 4.30091 8.2489 4.49993 8.2489C4.69895 8.2489 4.88982 8.32796 5.03055 8.46869L11.9999 15.439L18.9693 8.46869C19.039 8.39901 19.1217 8.34374 19.2128 8.30602C19.3038 8.26831 19.4014 8.2489 19.4999 8.2489C19.5985 8.2489 19.6961 8.26831 19.7871 8.30602C19.8781 8.34374 19.9609 8.39901 20.0306 8.46869C20.1002 8.53838 20.1555 8.6211 20.1932 8.71215C20.2309 8.80319 20.2503 8.90077 20.2503 8.99932C20.2503 9.09786 20.2309 9.19545 20.1932 9.28649C20.1555 9.37754 20.1002 9.46026 20.0306 9.52994Z' fill='white'/%3E%3C/svg%3E%0A");
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container .box {
  background-color: transparent;
  padding: 0;
  margin-top: 15px;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container .box > div > .tag {
  padding: 0;
  background-color: transparent;
  color: var(--tj-color-base-white);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--base);
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1.5;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container button.button.button-summary {
  margin-top: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .section .container > .components-flex > .components-flex-item {
  width: 100%;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .get-article-wrapper .column {
  -ms-flex: 0 0 auto !important;
      flex: 0 0 auto !important;
  width: auto !important;
  margin-right: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .get-article-wrapper .column:first-child {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .get-article-wrapper button.button.button-summary.button-gradient {
  height: 46px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 141px;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-summary] .get-article-wrapper {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: -5px -5px 0;
  }
  #ai-nexs-app[tool][tool=ai-nexs-summary] .get-article-wrapper > .column {
    padding: 5px;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper > .column {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper.prompt-has-result > .column {
  margin-right: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper.prompt-has-result > .column.is-half {
  width: 50% !important;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card {
  background-color: transparent;
  border-radius: 0;
  box-shadow: unset;
  color: #FFF;
  display: block;
  padding: 30px 0 0;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-header {
  border-right: 1px solid var(--tj-color-neutral-800) !important;
  border-left: 1px solid var(--tj-color-neutral-800) !important;
  border-top: 1px solid var(--tj-color-neutral-800) !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0;
  padding: 16px;
  background-color: var(--tj-color-text-primary);
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-body {
  min-height: 350px !important;
  max-height: 350px !important;
  overflow-y: auto;
  border-top: 0;
  border-right: 1px solid var(--tj-color-neutral-800) !important;
  border-left: 1px solid var(--tj-color-neutral-800) !important;
  border-bottom: 1px solid var(--tj-color-neutral-800) !important;
  background-color: var(--tj-color-text-primary);
  color: var(--tj-color-base-white);
  border-radius: 0 0 8px 8px;
  padding: 16px;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-body::-webkit-scrollbar {
  width: 4px;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-body::-webkit-scrollbar-track {
  background-color: var(--tj-color-neutral-900);
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-body::-webkit-scrollbar-thumb {
  background-color: var(--tj-color-accent-blue);
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-footer .tag {
  background: transparent;
  color: #FFF;
  padding: 0;
  font-size: var(--wp--preset--font-size--base);
  position: relative;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-footer .columns {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-footer .columns .column {
  padding: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-card .components-card-footer .columns .column:not(:last-child) .tag::after {
  content: '|';
  margin: 0 15px;
  display: inline-block;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .hide {
  display: none;
}

#ai-nexs-app[tool][tool=ai-nexs-summary] .prompt-wrapper .components-divider {
  display: none !important;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content {
  padding: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content > .columns:first-child {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .button-trans-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .button-trans-spend-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content select:disabled {
  box-shadow: none;
  opacity: 0.5;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .field {
  margin-bottom: 24px;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .columns {
  margin: -12px;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .columns .column {
  padding: 12px;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .columns-main > .column:not(:first-child) {
  margin-bottom: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .column-options {
  display: -ms-flexbox;
  display: flex;
  margin: -12px;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .column-options .columns {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 12px;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .columns-translated {
  margin-top: 12px;
}

#ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .columns-translated > .column > .field {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .columns-main {
    display: -ms-flexbox;
    display: flex;
  }
  #ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .columns-main .column-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ai-nexs-app[tool][tool=ai-nexs-translation] .card .card-content .columns-main .column-options > .columns {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-mike] .card .card-content {
  padding: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-mike] .nexs-audio-player-wrapper {
  margin: 0;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-mike] button.button {
    margin-top: 15px;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .tabs:empty {
  display: none;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .content > .container {
  margin-top: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main {
  margin: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main > .column {
  padding: 0;
  width: 100%;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main > .column.is-half {
    width: 100% !important;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main > .column.right .card {
  padding-top: 40px;
  margin-right: 0 !important;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main > .column.right .card {
    padding-top: 0;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main > .column.right .card .card-content {
  border: 1px solid var(--tj-color-neutral-800) !important;
  background-color: var(--tj-color-text-primary) !important;
  color: var(--tj-color-base-white) !important;
  font-size: var(--wp--preset--font-size--base) !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  padding: 16px !important;
  line-height: 1.5 !important;
  max-height: 740px !important;
  height: auto !important;
  margin-bottom: 28px !important;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main > .column.right .card .card-content {
    max-height: 400px !important;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main > .column.right .card .card-content::-webkit-scrollbar {
  width: 4px;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main > .column.right .card .card-content::-webkit-scrollbar-track {
  background-color: var(--tj-color-neutral-900);
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main > .column.right .card .card-content::-webkit-scrollbar-thumb {
  background-color: var(--tj-color-accent-blue);
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main .card .card-header {
  padding: 0 !important;
  margin: 0 0 15px !important;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main .card .card-header .title {
  display: block;
  color: var(--tj-color-base-white);
  margin: 0 !important;
  font-size: var(--wp--preset--font-size--heading-3);
  line-height: 1.5;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .columns-main .card .card-content {
  padding: 0 !important;
  margin: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .prompt-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-marketing] .prompt-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .prompt-wrapper > .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-marketing] .prompt-wrapper > .column {
    width: 100% !important;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .prompt-wrapper.prompt-has-result > .column {
  margin-right: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .prompt-wrapper.prompt-has-result > .column.is-half {
  width: 50%;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-marketing] .prompt-wrapper.prompt-has-result > .column.is-half {
    width: 100%;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .button-wrap.m-4 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .field form .field-container {
  margin-bottom: 25px;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .field form .field-container .help {
  font-size: var(--wp--preset--font-size--base);
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-vertical > label,
#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal > label {
  font-size: var(--wp--preset--font-size--base);
  display: block;
  cursor: pointer;
  color: var(--tj-color-base-white);
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-vertical > label:not(:last-child),
#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal > label:not(:last-child) {
  margin-bottom: 12px;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-vertical > label input[type=checkbox],
#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal > label input[type=checkbox] {
  display: none;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-vertical > label input[type=checkbox] ~ span::before,
#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal > label input[type=checkbox] ~ span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.25 3.00146H3.75C3.41848 3.00146 3.10054 3.13316 2.86612 3.36758C2.6317 3.602 2.5 3.91994 2.5 4.25146V16.7515C2.5 17.083 2.6317 17.4009 2.86612 17.6353C3.10054 17.8698 3.41848 18.0015 3.75 18.0015H16.25C16.5815 18.0015 16.8995 17.8698 17.1339 17.6353C17.3683 17.4009 17.5 17.083 17.5 16.7515V4.25146C17.5 3.91994 17.3683 3.602 17.1339 3.36758C16.8995 3.13316 16.5815 3.00146 16.25 3.00146ZM16.25 16.7515H3.75V4.25146H16.25V16.7515Z' fill='white'/%3E%3C/svg%3E%0A");
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-vertical > label input[type=checkbox]:checked ~ span::before,
#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal > label input[type=checkbox]:checked ~ span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.25 3.00146H3.75C3.41848 3.00146 3.10054 3.13316 2.86612 3.36758C2.6317 3.602 2.5 3.91994 2.5 4.25146V16.7515C2.5 17.083 2.6317 17.4009 2.86612 17.6353C3.10054 17.8698 3.41848 18.0015 3.75 18.0015H16.25C16.5815 18.0015 16.8995 17.8698 17.1339 17.6353C17.3683 17.4009 17.5 17.083 17.5 16.7515V4.25146C17.5 3.91994 17.3683 3.602 17.1339 3.36758C16.8995 3.13316 16.5815 3.00146 16.25 3.00146ZM13.5672 9.06865L9.19219 13.4437C9.13414 13.5018 9.06521 13.5479 8.98934 13.5793C8.91346 13.6108 8.83213 13.627 8.75 13.627C8.66787 13.627 8.58654 13.6108 8.51066 13.5793C8.43479 13.5479 8.36586 13.5018 8.30781 13.4437L6.43281 11.5687C6.31554 11.4514 6.24965 11.2923 6.24965 11.1265C6.24965 10.9606 6.31554 10.8016 6.43281 10.6843C6.55009 10.567 6.70915 10.5011 6.875 10.5011C7.04085 10.5011 7.19991 10.567 7.31719 10.6843L8.75 12.1179L12.6828 8.18428C12.7409 8.12621 12.8098 8.08015 12.8857 8.04872C12.9616 8.01729 13.0429 8.00112 13.125 8.00112C13.2071 8.00112 13.2884 8.01729 13.3643 8.04872C13.4402 8.08015 13.5091 8.12621 13.5672 8.18428C13.6253 8.24235 13.6713 8.31128 13.7027 8.38715C13.7342 8.46303 13.7503 8.54434 13.7503 8.62646C13.7503 8.70859 13.7342 8.7899 13.7027 8.86578C13.6713 8.94165 13.6253 9.01058 13.5672 9.06865Z' fill='%23306FB6'/%3E%3C/svg%3E%0A");
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-vertical > label > span,
#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal > label > span {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-vertical > label > span::before,
#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal > label > span::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal > label {
  margin-bottom: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-marketing] .checkbox-horizontal > label > span::before {
  top: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .section > .container {
  margin-top: 0 !important;
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .card {
  padding: 8px;
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .card .card-content {
  padding: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .card .card-content > .columns {
  margin: 0;
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .card .card-content > .columns:first-child > .column:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .card .card-content > .columns:first-child > .column:last-child .buttons > .button {
  height: 46px;
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-asr] .card .card-content > .columns .column {
    padding: 10px !important;
  }
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .field input[type=file] {
  height: 46px;
  padding: 10px 16px !important;
  font-size: var(--wp--preset--font-size--s) !important;
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .button-convert {
  background-color: var(--tj-color-accent-blue);
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .button-download {
  background-color: var(--tj-color-accent-tourquise);
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .button-download::before {
  content: '';
  margin-right: 8px;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 14.75V20C21 20.3978 20.842 20.7794 20.5607 21.0607C20.2794 21.342 19.8978 21.5 19.5 21.5H4.5C4.10218 21.5 3.72064 21.342 3.43934 21.0607C3.15804 20.7794 3 20.3978 3 20V14.75C3 14.5511 3.07902 14.3603 3.21967 14.2197C3.36032 14.079 3.55109 14 3.75 14C3.94891 14 4.13968 14.079 4.28033 14.2197C4.42098 14.3603 4.5 14.5511 4.5 14.75V20H19.5V14.75C19.5 14.5511 19.579 14.3603 19.7197 14.2197C19.8603 14.079 20.0511 14 20.25 14C20.4489 14 20.6397 14.079 20.7803 14.2197C20.921 14.3603 21 14.5511 21 14.75ZM11.4694 15.2806C11.539 15.3504 11.6217 15.4057 11.7128 15.4434C11.8038 15.4812 11.9014 15.5006 12 15.5006C12.0986 15.5006 12.1962 15.4812 12.2872 15.4434C12.3783 15.4057 12.461 15.3504 12.5306 15.2806L16.2806 11.5306C16.3503 11.4609 16.4056 11.3782 16.4433 11.2872C16.481 11.1961 16.5004 11.0985 16.5004 11C16.5004 10.9015 16.481 10.8039 16.4433 10.7128C16.4056 10.6218 16.3503 10.5391 16.2806 10.4694C16.2109 10.3997 16.1282 10.3444 16.0372 10.3067C15.9461 10.269 15.8485 10.2496 15.75 10.2496C15.6515 10.2496 15.5539 10.269 15.4628 10.3067C15.3718 10.3444 15.2891 10.3997 15.2194 10.4694L12.75 12.9397V4.25C12.75 4.05109 12.671 3.86032 12.5303 3.71967C12.3897 3.57902 12.1989 3.5 12 3.5C11.8011 3.5 11.6103 3.57902 11.4697 3.71967C11.329 3.86032 11.25 4.05109 11.25 4.25V12.9397L8.78063 10.4694C8.63989 10.3286 8.44902 10.2496 8.25 10.2496C8.05098 10.2496 7.86011 10.3286 7.71937 10.4694C7.57864 10.6101 7.49958 10.801 7.49958 11C7.49958 11.199 7.57864 11.3899 7.71937 11.5306L11.4694 15.2806Z' fill='white'/%3E%3C/svg%3E%0A");
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .button-cancel {
  background-color: var(--tj-color-accent-red);
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .button-cancel::before {
  content: '';
  margin-right: 8px;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.875 4.24927H13.75V3.62427C13.75 3.12699 13.5525 2.65007 13.2008 2.29844C12.8492 1.94681 12.3723 1.74927 11.875 1.74927H8.125C7.62772 1.74927 7.15081 1.94681 6.79917 2.29844C6.44754 2.65007 6.25 3.12699 6.25 3.62427V4.24927H3.125C2.95924 4.24927 2.80027 4.31512 2.68306 4.43233C2.56585 4.54954 2.5 4.70851 2.5 4.87427C2.5 5.04003 2.56585 5.199 2.68306 5.31621C2.80027 5.43342 2.95924 5.49927 3.125 5.49927H3.75V16.7493C3.75 17.0808 3.8817 17.3987 4.11612 17.6332C4.35054 17.8676 4.66848 17.9993 5 17.9993H15C15.3315 17.9993 15.6495 17.8676 15.8839 17.6332C16.1183 17.3987 16.25 17.0808 16.25 16.7493V5.49927H16.875C17.0408 5.49927 17.1997 5.43342 17.3169 5.31621C17.4342 5.199 17.5 5.04003 17.5 4.87427C17.5 4.70851 17.4342 4.54954 17.3169 4.43233C17.1997 4.31512 17.0408 4.24927 16.875 4.24927ZM7.5 3.62427C7.5 3.45851 7.56585 3.29954 7.68306 3.18233C7.80027 3.06512 7.95924 2.99927 8.125 2.99927H11.875C12.0408 2.99927 12.1997 3.06512 12.3169 3.18233C12.4342 3.29954 12.5 3.45851 12.5 3.62427V4.24927H7.5V3.62427ZM15 16.7493H5V5.49927H15V16.7493ZM8.75 8.62427V13.6243C8.75 13.79 8.68415 13.949 8.56694 14.0662C8.44973 14.1834 8.29076 14.2493 8.125 14.2493C7.95924 14.2493 7.80027 14.1834 7.68306 14.0662C7.56585 13.949 7.5 13.79 7.5 13.6243V8.62427C7.5 8.45851 7.56585 8.29954 7.68306 8.18233C7.80027 8.06512 7.95924 7.99927 8.125 7.99927C8.29076 7.99927 8.44973 8.06512 8.56694 8.18233C8.68415 8.29954 8.75 8.45851 8.75 8.62427ZM12.5 8.62427V13.6243C12.5 13.79 12.4342 13.949 12.3169 14.0662C12.1997 14.1834 12.0408 14.2493 11.875 14.2493C11.7092 14.2493 11.5503 14.1834 11.4331 14.0662C11.3158 13.949 11.25 13.79 11.25 13.6243V8.62427C11.25 8.45851 11.3158 8.29954 11.4331 8.18233C11.5503 8.06512 11.7092 7.99927 11.875 7.99927C12.0408 7.99927 12.1997 8.06512 12.3169 8.18233C12.4342 8.29954 12.5 8.45851 12.5 8.62427Z' fill='white'/%3E%3C/svg%3E%0A") !important;
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .button-upload::before {
  content: '';
  margin-right: 8px;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23ffffff' viewBox='0 0 256 256'%3E%3Cpath d='M224,144v64a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V144a8,8,0,0,1,16,0v56H208V144a8,8,0,0,1,16,0ZM93.66,77.66,120,51.31V144a8,8,0,0,0,16,0V51.31l26.34,26.35a8,8,0,0,0,11.32-11.32l-40-40a8,8,0,0,0-11.32,0l-40,40A8,8,0,0,0,93.66,77.66Z'%3E%3C/path%3E%3C/svg%3E");
}

#ai-nexs-app[tool][tool=ai-nexs-asr] .button-refresh::before {
  content: '';
  margin-right: 8px;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23ffffff' viewBox='0 0 256 256'%3E%3Cpath d='M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1,0-16H211.4L184.81,71.64l-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,0,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60L224,85.8V56a8,8,0,1,1,16,0Z'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 600px) {
  #ai-nexs-app[tool][tool=ai-nexs-asr] .buttons .button {
    width: calc(50% - 6px);
    margin-bottom: 0;
  }
  #ai-nexs-app[tool][tool=ai-nexs-asr] .buttons .button:nth-child(2) {
    margin-right: 0 !important;
  }
}

.user-quota > h3 {
  font-weight: 500;
}

.quota-card-summary {
  background: #181818;
  padding: 20px 24px 24px;
  height: 100%;
  border-radius: 12px;
}

.quota-card-summary h4 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  margin: 0;
}

.quota-card-summary h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

.quota-card-summary p {
  font-size: 12px;
  color: var(--tj-neutral-500);
  line-height: 18px;
  margin: 0;
}

.highlight-box {
  border: 1px solid #306FB6;
  background-color: #20262D;
  backdrop-filter: blur(300px);
  padding: 24px 32px;
  border-radius: 12px;
}

@media (max-width: 480px) {
  .highlight-box {
    padding: 12px 16px 24px;
  }
}

.highlight-box .title-highlight {
  margin: 0 0 20px;
  font-size: var(--wp--preset--font-size--heading-2);
}

.highlight-box .content h3, .highlight-box .content h5 {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--heading-3);
  line-height: 1.167;
  margin-block-start: 20px;
  margin-block-end: 20px;
}

.highlight-box .content ul, .highlight-box .content ol {
  padding-left: 1.5rem;
}

.highlight-box .content ul li:not(:last-of-type), .highlight-box .content ol li:not(:last-of-type) {
  margin-block-end: 1rem;
}
/*# sourceMappingURL=single.min.css.map */