/* -------------------------------------------
  CUSTOM STYLE FOR ADAGENCY SITE INFORMATION
------------------------------------------- */
:root {
  --base-spacing: 8px;
  --border-color: #e2e8f0;

  --font-icon-free: 'Font Awesome 5 Free';
  --font-icon-fro: 'Font Awesome 5 Pro';

  --trans-base: all 0.25s ease-in-out;
}

.btn-animate {
  position: relative;
}

.btn-animate:hover span {
  color: #fff;
}

.btn-animate span {
  position: relative;
  z-index: 10;
}

.btn-animate::after {
  background-color: currentColor;
  border-radius: 8px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0;
  transition: var(--trans-base);
  height: 2px;
}

.btn-animate:hover::after {
  border-radius: 3px;
  opacity: 1;
  height: 100%;
}

.btn-lg {
  padding: 12px 32px;
}

.t4-section-1,
.t4-section-2,
.t4-section-3,
.t4-section-4,
.t4-section-5,
.t4-section-6,
.t4-section-7 {
  padding-top: calc(var(--base-spacing) * 9);
  padding-bottom: calc(var(--base-spacing) * 9);
}

/* HEADER
------------------------------------------- */
.t4-header {
  background: #9333ea;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.t4-header .navbar-brand {
  max-width: 160px;
}

.t4-header-r a.btn-light {
  border-radius: 6px;
  color: #7e22ce;
  font-weight: 600;
  padding: 8px 16px;
}

.t4-megamenu .dropdown-menu {
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  min-width: 300px;
}

#t4-megamenu-topmenu .nav-item[data-id="123"] > span,
#t4-megamenu-topmenu .nav-item[data-id="140"] > a,
#t4-megamenu-topmenu .nav-item[data-id="144"] > a,
#t4-megamenu-topmenu .nav-item[data-id="148"] > a,
#t4-megamenu-topmenu .nav-item[data-id="153"] > a {
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

#t4-megamenu-topmenu .nav > li > a {
  color: #fff;
}

#t4-megamenu-topmenu .nav > li > a i {
  border-top-color: #fff;
  opacity: .5;
}

#t4-megamenu-topmenu .dropdown-menu li.nav-item > span:hover,
#t4-megamenu-topmenu .dropdown-menu li.nav-item > a:hover {
  background-color: #f3e8ff;
  color: #9333ea;
}

#t4-megamenu-topmenu .dropdown-menu li.nav-item > span:hover::before,
#t4-megamenu-topmenu .dropdown-menu li.nav-item > a:hover::before {
  color: #9333ea;
}

#t4-megamenu-topmenu .nav-item[data-id="123"] > span,
#t4-megamenu-topmenu .nav-item[data-id="140"] > a,
#t4-megamenu-topmenu .nav-item[data-id="144"] > a,
#t4-megamenu-topmenu .nav-item[data-id="148"] > a,
#t4-megamenu-topmenu .nav-item[data-id="153"] > a {
  color: var(--body-text-color);
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  position: relative;
}

#t4-megamenu-topmenu .nav-item[data-id="123"] > span::before,
#t4-megamenu-topmenu .nav-item[data-id="140"] > a::before,
#t4-megamenu-topmenu .nav-item[data-id="144"] > a::before,
#t4-megamenu-topmenu .nav-item[data-id="148"] > a::before,
#t4-megamenu-topmenu .nav-item[data-id="153"] > a::before {
  color: #94a3b8;
  content: "\f7a2";
  display: inline-block;
  font-family: var(--font-icon-fro);
  font-size: 28px;
  margin-right: 16px;
}

#t4-megamenu-topmenu .nav-item[data-id="140"] > a::before {
  content: "\f06b";
}

#t4-megamenu-topmenu .nav-item[data-id="144"] > a::before {
  content: "\f641";
}

#t4-megamenu-topmenu .nav-item[data-id="148"] > a::before {
  /* font-family: var(--font-icon-free); */
  content: "\f81d";
}

#t4-megamenu-topmenu .nav-item[data-id="153"] > a::before {
  content: "\f7d9";
}

#t4-megamenu-topmenu .nav-item[data-id="123"] > span::after,
#t4-megamenu-topmenu .nav-item[data-id="140"] > a::after,
#t4-megamenu-topmenu .nav-item[data-id="144"] > a::after,
#t4-megamenu-topmenu .nav-item[data-id="148"] > a::after,
#t4-megamenu-topmenu .nav-item[data-id="153"] > a::after {
  border: 0;
  content: "Paste menu description here";
  font-weight: 400;
  display: block;
  font-size: 13px;
  position: absolute;
  top: 32px;
  left: 56px;
  opacity: .8;
}

#t4-megamenu-topmenu .nav-item[data-id="140"] > a::after {
  content: "Paste menu description here";
}

#t4-megamenu-topmenu .nav-item[data-id="144"] > a::after {
  content: "Paste menu description here";
}

#t4-megamenu-topmenu .nav-item[data-id="148"] > a::after {
  content: "Paste menu description here";
}

#t4-megamenu-topmenu .nav-item[data-id="153"] > a::after {
  content: "Paste menu description here";
}

#t4-megamenu-topmenu .nav-item[data-id="123"] > span i {
  display: none;
}

.t4-megamenu .dropdown-menu.level2 li a {
  color: var(--body-text-color);
  padding-left: 12px;
  padding-right: 12px;
}

.t4-megamenu .dropdown-menu.level2 li a:hover,
.t4-megamenu .dropdown-menu.level2 li a:focus,
.t4-megamenu .dropdown-menu.level2 li a:active {
  border-radius: 4px;
  color: var(--t4-primary);
}

/* HERO
------------------------------------------- */
.t4-hero {
  padding-top: calc(var(--base-spacing) * 9);
}

.t4-hero .content-featured {
  padding-bottom: calc(var(--base-spacing) * 9);
}

.t4-hero h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 calc(var(--base-spacing) * 3);
}

.t4-hero p {
  color: #e9d5ff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.t4-hero .joomla-available {
  color: #e9d5ff;
  font-size: 12px;
  text-transform: uppercase;
}

.t4-hero .joomla-available span {
  background: rgba(255,255,255,0.1);
  border-radius: 6px;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  text-transform: none;
}

.t4-hero .joomla-available .badge-j4 {
  background-color: #f59e0b;
  color: #fff;
}

.t4-hero .joomla-available span i {
  margin-right: 6px;
}

.t4-hero .group-btn {
  margin-top: calc(var(--base-spacing) * 6);
}

.t4-hero .group-btn .btn {
  font-size: 18px;
  padding: 12px 24px;  
}

.t4-hero .group-btn .btn-secondary {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
}

/* FEATURES
------------------------------------------- */
.fd-item.item-gray {
  background-color: #f1f5f9;
}

.fd-item .container {
  padding-top: calc(var(--base-spacing) * 8);
  padding-bottom: calc(var(--base-spacing) * 8);
}

.fd-item .container .row {
  --t4-gutter-x: 4rem;
}

.fd-item h3 {
  font-size: 3rem;
  letter-spacing: -2px;
}

.fd-item p {
  font-size: 1.25rem;
  opacity: .8;
  margin-bottom: calc(var(--base-spacing) * 4);
}

.fd-item .btn-learn-more {
  border: 2px solid #9333ea;
  border-radius: 6px;
  color: #9333ea;
  font-size: 18px;
  padding: 8px 16px;
}

.fd-item .btn-learn-more i {
  margin-left: 6px;
}

.fd-item .btn-view-all {
  background: #9333ea;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  padding: 12px 24px;
}


/* TARGETING
------------------------------------------- */
.t4-section.t4-section-2 {
  padding-top: calc(var(--base-spacing) * 8);
  padding-bottom: calc(var(--base-spacing) * 8);
}

.sec-header {
  margin-bottom: calc(var(--base-spacing) * 6);
}

.sec-header h2 {
  font-size: 3rem;
  letter-spacing: -2px;
}

.target-card {
  background: transparent;
  border-radius: 0;
  border: 0;
  height: 100%;
}

.target-card h3 {
  font-size: 1.5rem;
  margin: 0 0 calc(var(--base-spacing)*2);
  letter-spacing: -1.5px;
}

.target-card .card-media {
  margin-bottom: calc(var(--base-spacing) * 3);
  padding: 0 calc(var(--base-spacing) * 3);
}

.target-card .card-media i {
  font-size: 48px;
}

.target-card .card-media i::before { color: #2563eb; }

.target-card .card-media i::after { color: #bfdbfe; }

.card-body {
  font-size: 1.063rem;
}

.card-body p {
  opacity: .8;
}


/* TESTIMONIALS
------------------------------------------- */
.t4-section.t4-section-3 {
  background: #fff7ed;
  padding-top: calc(var(--base-spacing) * 9);
  padding-bottom: calc(var(--base-spacing) * 9);
}

.t4-section.t4-section-3 h2 {
  color: var(--body-text-color);
}

.t4-section.t4-section-3 h2 i {
  color: #dc2626;
  animation:fa-beat 5s ease infinite;
}

@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.25);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.25);
  }
  50% {
    transform:scale(1);
  }
  55% {
    transform:scale(1.25);
  }
  70% {
    transform:scale(1);
  }
}

.customer-testimonials blockquote {
  background: #1d4ed8;
  border-radius: 25px 25px 25px 0;
  font-size: 1.125rem;
  font-weight: 300;
  padding: calc(var(--base-spacing) * 4);
  position: relative;
}

.customer-testimonials blockquote i {
  position: absolute;
  left: calc(var(--base-spacing) * 3);
  top: calc(var(--base-spacing) * 3);
  font-size: 36px;
  opacity: .3;
}

.customer-testimonials .quote-1 h4 {
  color: #1d4ed8;
}

.customer-testimonials .quote-2 blockquote {
  background: #9333ea;
}

.customer-testimonials .quote-2 h4 {
  color: #9333ea;
}

.customer-testimonials .quote-3 blockquote {
  background: #16a34a;
}

.customer-testimonials .quote-3 h4 {
  color: #16a34a;
}

.customer-testimonials h4 {
  font-size: 1.125rem;
}


.t4-section.t4-section-4 {
  background: #fdba74;
}

.t4-section.t4-section-6 {
  padding-top: calc(var(--base-spacing) * 9);
  padding-bottom: calc(var(--base-spacing) * 9);
}


/* Section 6 */
.t4-section .html5lightbox {
  position: relative;
}

.t4-section .html5lightbox::before,
.t4-section .html5lightbox::after {
  content: "\f04b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  color: #9333ea;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.t4-section .html5lightbox::before {
  z-index: 10;
}

.t4-section .html5lightbox::after {
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  content: "";
  height: 68px;
  width: 68px;
  transition: var(--trans-base);
}

.t4-section .html5lightbox:hover::after {
  height: 76px;
  width: 76px;
}


/* AWARD */
.t4-section.t4-section-5 {
  background: url(../images/award-bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

.t4-section.t4-section-5::after {
  background: rgba(0,0,0,0.7);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.t4-section.t4-section-5 .container {
  position: relative;
  color: #fff;
  z-index: 20;
}

.item-video {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
}


/* FEATURES PAGE
--------------------------------------- */
.fd-list .fd-sm-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: calc(var(--base-spacing) * 3);
  padding: calc(var(--base-spacing) * 3);
  transition: var(--trans-base);
}

.fd-list .fd-sm-item:hover {
  border-color: #2563eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.fd-list .fd-sm-item .fd-media {
  background: #f1f5f9;
  border-radius: 12px;
  flex-basis: 60px;
  width: 60px;
  height: 60px;
}

.fd-list .fd-sm-item .fd-item--ct {
  padding-left: calc(var(--base-spacing) * 3);
  flex: 1;
}

.fd-list .fd-sm-item .fd-media i::after {
  color: #bfdbfe;
  opacity: 1;
}

.fd-list .fd-sm-item .fd-media i::before {
  color: #2563eb;
}

.fd-list .fd-sm-item .fd-media i {
  font-size: 32px;
}

.fd-list .fd-sm-item a {
  color: #334155;
  display: block;
}

.fd-list .fd-sm-item h3 {
  font-size: 1.25rem;
  margin: 0 0 var(--base-spacing);
}

.fd-list .fd-sm-item p {
  margin: 0;
}


.t4-masthead {
  color: #fff;  
}

.t4-masthead .t4-masthead-title {
  font-weight: 600 !important;
  margin: 0;
}


/* PRICING TABLE
--------------------------------------- */
@media (min-width: 768px) {
  .pricing-table {
    margin-bottom: calc(var(--base-spacing) * 10);
  }
}

.pricing-table .pricing-col {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 4px;
}

.pricing-table .col-head {
  background-color: #2563eb;
  border-radius: 8px;
  padding: calc(var(--base-spacing) * 4) calc(var(--base-spacing) * 3);
  position: relative;
  margin-bottom: calc(var(--base-spacing) * 3);
}

.pricing-table .col-pro .col-head {
  background-color: #fef3c7;
}

.pricing-table .col-dev .col-head {
  background-color: #e9d5ff;
}

.pricing-table .col-head h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.pricing-table .col-head h3 {
  margin: 0 0 calc(var(--base-spacing) * 2);
  font-size: 2rem;  
  font-weight: 700;
}

.pricing-table .col-head label {
  background-color: #f59e0b;
  border-radius: 25px;
  color: #fff;
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  right: 12px;
  top: 12px;
  padding: 4px 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.pricing-table .col-head span {
  color: #f59e0b;
  font-size: 36px;
  font-weight: 700;
}

.pricing-table .col-dev .col-head span {
  color: #7e22ce;
}

.pricing-table .col-dev .col-head span.old-price {
  opacity: .6;
  margin-right: calc(var(--base-spacing) * 1);
}

.pricing-table .col-head span sup {
  font-weight: 400;
}

.pricing-table .col-body {
  margin-bottom: 16px;
}

.pricing-table .col-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-table .col-body ul li {
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 12px calc(var(--base-spacing) * 3);
  transition: all 0.25s ease-in-out;
}

.pricing-table .col-body ul li:hover {
  background: #f1f5f9;
}

.pricing-table .col-body ul li::before {
  content: "\f058";
  color: #16a34a;
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 8px;
}

.pricing-table .col-body ul li.title::before {
  display: none;
}

.pricing-table .col-foot {
  margin-top: auto;
  padding: 24px;
}

.pricing-table .col-foot a {
  background-color: #fff;
  border: 2px solid #f59e0b;
  border-radius: 8px;
  color: #f59e0b;
  font-weight: 500;
  display: block;
  font-size: 1rem;
  padding: 10px 16px;
  text-align: center;
  transition: var(--trans-base);
}

.pricing-table .col-foot a:hover,
.pricing-table .col-foot a:focus,
.pricing-table .col-foot a:active {
  background-color: #f59e0b;
  color: #fff;
}

.pricing-table .col-dev .col-foot a {
  border-color: #9333ea;
  color: #9333ea;
}

.pricing-table .col-dev .col-foot a:hover,
.pricing-table .col-dev .col-foot a:focus,
.pricing-table .col-dev .col-foot a:active {
  background-color: #9333ea;  
  color: #fff;
}

.pricing-table-support {
  margin-bottom: calc(var(--base-spacing) * 8);
}

.pricing-table-support .card {
  background-color: #f1f5f9;
  border-radius: 8px;
  border: 0;
  height: 100%;
  padding: calc(var(--base-spacing) * 4);
}

.pricing-table-support h4 {
  font-size: 1.25rem;
  margin: 0 0 16px;
}

.pricing-table-support ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-table-support ul li {
  padding: 6px 0;
}

.pricing-table-support ul li i {
  color: #16a34a;
  margin-right: 8px;
}

.pricing-table-slogan {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .pricing-table-slogan {
    font-size: 1.5rem;
  } 
}


/* TESTIMONIALS PAGE
------------------------------------ */
.quote-list .row > div {
  padding: 0;
}

.quote-list .quote-item {
  background-color: #f1f5f9;
  border-radius: 12px;
  margin: 16px;
  padding: calc(var(--base-spacing) * 3);
  padding-top: calc(var(--base-spacing) * 5);
}

.quote-list .quote-item blockquote {
  font-size: 1.125rem;
  line-height: 1.65;
  position: relative;
}

.quote-list .quote-item blockquote::before {
  background: #334155;
  border: 4px solid #fff;
  color: #fff;
  border-radius: 50%;
  content: "\f10d";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-icon-free);
  font-weight: 900;
  height: 48px;
  position: absolute;
  top: -60px;
  left: -4px;
  width: 48px;
}

.quote-list .quote-item h4 {
  font-size: 18px;
  font-weight: 600;
}

.quote-list .quote-author {
  background-color: #f8fafc;
  border-left: 4px solid #cbd5e1;
  border-radius: 8px;
  padding: 8px 8px 8px 16px;
}

.quote-list .quote-author h4 {
  color: #2563eb;
  font-size: 1.125rem;
  margin: 0;
}

.quote-list .quote-author a {
  color: #64748b;
  font-size: 14px;
}


/* ARTICLE TYPOGRAPHY
------------------------------- */
.page-header {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: calc(var(--base-spacing) * 2);
  margin: 0 auto calc(var(--base-spacing) * 2);
}

.page-header h2 {
  font-size: 2.5rem;
}

.mod-features {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: calc(var(--base-spacing) * 2);
}

.mod-features h3.module-title {
  border: 0;
  text-transform: none;
}

.mod-features h3.module-title span {
  border: 0;
  font-size: 1.125rem;
  padding: 0;
}

.mod-features .navbar {
  padding: 0;
}

.mod-features .navbar .navbar-nav {
  width: 100%;
}

.mod-features .navbar li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.mod-features .navbar li a {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.mod-features .navbar li a:hover,
.mod-features .navbar li a:focus,
.mod-features .navbar li a:active {
  background-color: transparent;
  color: var(--t4-primary);
}

.mod-features .navbar li ul > li a::before {
  color: #94a3b8;
  content: "\f105";
  font-family: var(--font-icon-free);
  font-weight: 900;
  font-size: 12px;
  margin-right: 8px;
}

.mod-features .navbar li a:hover::before {
  color: var(--t4-primary);
}

.mod-features .navbar .nav-header,
.mod-features .navbar .separator {
  color: #1e293b;
  display: flex !important;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  padding-left: 0;
  cursor: default;
  margin-top: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  gap: 4px;
}

.mod-features .navbar li:first-child .nav-header {
  margin-top: 0;
}

.mod-features .navbar .nav-header:hover,
.mod-features .navbar .nav-header:focus,
.mod-features .navbar .nav-header:active,
.mod-features .navbar .separator:hover {
  background: transparent;
  color: #1e293b;
}

.mod-features .navbar .nav-header::before,
.mod-features .navbar .separator::before {
  display: none;
}

.mod-features .navbar .nav-header::after,
.mod-features .navbar .separator::after {
  background-color: #e2e8f0;
  border: 0;
  content: "";
  display: block;
  height: 2px;
  flex: 1;  
}

.mod-features .navbar li.current a {
  color: var(--t4-primary);
  font-weight: 600;
}

.mod-features .navbar li.current a::before {
  color: var(--t4-primary);
}

.mod-features .nav-item .dropdown-menu {
  border: 0;
  border-radius: 0;
  display: block;
}

.sidebar-r div.mod-features .module-inner {
  border: 0;
  padding: 0;
}

.sidebar-r div.mod-features .module-inner .module-title {
  margin-bottom: 0;
  padding-bottom: 12px;
}


/* FEATURE PAGE TYPOGRAPHY
------------------------------------------- */
.ada-feature {
  margin: 0 auto;
}

.ada-feature p {
  padding-top: calc(var(--base-spacing) * 2);
  padding-bottom: calc(var(--base-spacing) * 2);
  margin-bottom: 0;
}

.ada-feature ul,
.ada-feature ol {
  margin-top: calc(var(--base-spacing) * 2);
  margin-bottom: calc(var(--base-spacing) * 2);
}

.ada-feature ul li,
.ada-feature ol li {
  padding-top: var(--base-spacing);
  padding-bottom: var(--base-spacing);
}

.ada-feature h2 {
  font-size: 1.75rem;
  margin: calc(var(--base-spacing) * 3) 0 0;
}

.ada-feature img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

div.note {
  background: #fff7ed;
  border-radius: 8px;
  padding: 12px 24px;
  padding-left: 48px;
  position: relative;
}

div.note::before {
  content: "\f249";
  color: #fdba74;
  display: block;
  font-family: var(--font-icon-free);
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  left: 18px;
  top: 16px;
}

div.note h2 {
  font-size: 1.5rem;
  margin-top: 0;
}


/* DOCUMENT SIDEBAR
------------------------ */
.docs-sidebar .doc-nav {
  flex-direction: column;
}

.jadoc-sidebar {
  padding-left: var(--t4-gutter-x);
}

.jadoc-content {
  padding-right: calc(var(--t4-gutter-x) * 2);
}

/* BLOG POST
------------------------ */
.category-module li {
  padding-bottom: 6px;
}

.category-module li + li {
  border-top: 1px dashed #cbd5e1;
  padding-top: 6px;
}

.category-module li:last-child {
  padding-bottom: 0;
}

.category-module li a::before {
  font-family: 'Font Awesome 5 Free';
  color: #94a3b8;
}

.sidebar-r .module .module-inner {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  padding: 16px;
}

.sidebar-r .module .module-inner .module-title {
  border-bottom: 1px solid #e2e8f0;
  font-size: 18px;
  text-transform: none;
}

.sidebar-r .module .module-inner .module-title span {
  border: 0;
}

.blog-post .items-row > div {
  padding-bottom: 32px;
}

.blog-post .item {
  box-shadow: 0 0 0 1px rgba(0,0,0,.01),0 1px 2px rgba(0,0,0,.1);
  border-radius: 8px;
  padding: 0;
  height: 100%;
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
}

.blog-post .item:hover {
  box-shadow: 0 0 0 1px rgba(0,0,0,.01),0 10px 30px rgba(0,0,0,.2);
}

.items-row .item .item-content {
  flex: 1;
  padding: 0 16px 16px;
}

.items-row .item .item-content > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.items-row .item .item-image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.items-row .item .item-content .page-header {
  border-bottom: 0;
  margin: 0 0 12px;
  padding: 0;
}

.items-row .item .item-content .page-header h2 {
  font-size: 18px;
  line-height: 1.56;
}

.article-aside {
  margin-top: auto;
  margin-bottom: 0;
}

.items-row .item .item-content .item-intro {
  display: none;
}

.pagination .page-item {
  padding-right: 8px;
}

.pagination .page-item .page-link {
  background-color: #f1f5f9;
  border-radius: 8px;
  border: 0;
  color: #475569;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:active {
  background-color: #cbd5e1;
}

.pagination .page-item.disabled .page-link {
  color: #cbd5e1;
}

.pagination .page-item.active .page-link {
  background-color: var(--t4-primary);
  color: #fff;
}


/* CHANGE LOG
----------------------------------------- */
#ada-changelog {
  padding: 0;
  position: relative;
}

#ada-changelog .accordion-item {
  border: 0;
  border-radius: 0;
  padding-left: 6px;
  padding-bottom: 32px;
  position: relative;
}

#ada-changelog .accordion-item::before {
  background: #e2e8f0;
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
}

#ada-changelog .accordion-item:first-of-type:before {
  top: 12px
}

#ada-changelog .accordion-item:last-of-type:before {
  bottom: auto;
  height: 12px;
}

#ada-changelog .accordion-header {
  padding-left: 24px;
  position: relative;
}

#ada-changelog .accordion-header::before {
  background: #cbd5e1;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  height: 16px;
  position: absolute;
  left: -6px;
  top: 12px;
  width: 16px;
  z-index: 10;
}

#ada-changelog .accordion-item:first-of-type .accordion-header::before {
  background: var(--t4-primary);
  top: 6px;
}

#ada-changelog .accordion-button {
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  outline: none;
  box-shadow: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 32px 0 0;
  width: auto;
}

#ada-changelog .accordion-button strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

#ada-changelog .accordion-button date {
  background: #f1f5f9;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 12px;
  text-transform: uppercase;
}

#ada-changelog .accordion-button date i {
  opacity: .7;
  margin-right: 8px;
}

#ada-changelog .accordion-button::after {
  background: #e2e8f0;
  border-radius: 50%;
  color: #94a3b8;
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  width: 24px;
  transition: var(--trans-base);
}

#ada-changelog .accordion-button:hover::after {
  background: var(--t4-primary);
  color: #fff;
}

#ada-changelog .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--body-text-color);
}

#ada-changelog .accordion-body {
  padding: 24px 0 12px 24px;
}

#ada-changelog .accordion-body .log-list {
  background-image: linear-gradient(to right, #f8fafc, #fff);
  border-radius: 8px 0 0 8px;
  padding: 8px 0 0 16px;
  margin-bottom: 12px;
}

#ada-changelog .accordion-body .log-list ul {
  padding-left: 24px;
}

#ada-changelog .accordion-body .log-list ul li {
  padding: 2px 0;
  font-family: 'Courier New', Courier, monospace;
  letter-spacing: -.5px;
}

#ada-changelog .accordion-body .badge {
  border-radius: 15px;
  padding: 4px 12px 6px;
  font-size: 14px;
  font-weight: 500;
}


/* FAQ PAGE
--------------------- */
#ada-faqs .faq-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;  
  padding: 16px;
  margin-bottom: var(--t4-gutter-x);
  transition: all 0.25s ease-in-out;
}

#ada-faqs .faq-item h3 {
  background-color: #64748b;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  margin: 0 0 16px;
  padding: 12px 16px;
  transition: all 0.25s ease-in-out;
}

#ada-faqs .faq-item:hover {
  background: #faf5ff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  border-color: #e9d5ff;
}

#ada-faqs .faq-item:hover h3 {
  background: #9333ea;
}

#ada-faqs .faq-item h3 i {
  margin-right: 12px;
}

#ada-faqs .faq-item ul li {
  padding: 4px 0;
}


/* Feature detail */
div.feature-detail {
  max-width: 768px;
  margin: 0 auto;
}

/* Documentations */
.layout-docs .jadoc-content-title {
  max-width: 768px;
  margin: 0 auto 24px;
}

.doc-wrap {
  max-width: 768px;
  margin: 0 auto;
}

.doc-wrap h3 {
  margin: 0 0 16px;
}

.doc-wrap p {
  margin: 16px 0 24px;
}

.doc-wrap img {
  border: 1px solid var(--border-color);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-bottom: 36px;
}

.doc-wrap ul li {
  padding: 4px 0;
}

.doc-wrap .alert i {
  margin-right: 12px;
}

.doc-wrap .doc-sep {
  border-top: 1px solid var(--border-color);
  height: 24px;
  margin-top: 24px;
}

/* Highlight box */
.content-box {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .content-box {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .content-box h2 {
    font-size: 40px;
  }
}

.hilite-box {
  background-color: #faf5ff;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  flex-flow: column wrap;
  padding: 24px;
  text-align: center;
}

.hilite-box .icon span {
  font-size: 64px;
}

.hilite-box .link-actions {
  display: flex;
  flex-flow: column wrap;
  gap: 16px;
}

.hilite-box .link-actions .btn {
  border-radius: 10px;
  padding: 8px 0;
  font-size: 18px;
  text-align: center;
}

.hilite-box .link-actions .btn-hilite {
  background-color: #9333ea;
  color: #fff;
}

.hilite-box .link-actions .btn-hilite:hover,
.hilite-box .link-actions .btn-hilite:focus,
.hilite-box .link-actions .btn-hilite:active {
  background: #7e22ce;
}

.hilite-box .link-actions .btn-border {
  border: 1px solid #9333ea;
}

.hilite-box .link-actions .btn-border:hover,
.hilite-box .link-actions .btn-border:focus,
.hilite-box .link-actions .btn-border:active {
  background-color: #fff;
}