/* ==========================================================================
   Variables / General Styles
   ========================================================================== */
:root {
    --tn-body-font-size: 18px;
    --bs-body-font-size: var(--tn-body-font-size);
}

html {
    scroll-behavior: smooth;
}

[data-aos="fade-up"] {
    transform: translate3d(0, 20px, 0);
}

.aos-fade-up-short[data-aos="fade-up"] {
    transform: translate3d(0, 50px, 0);
}

.aos-fade-up-long[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}

/* ==========================================================================
   Bootstrap overrides
   ========================================================================== */
.offcanvas-backdrop.show {
    opacity: 0.75;
}

.navbar-toggler:focus {
    box-shadow: none;
}

a,
.link {
    text-decoration: none;
}

.btn:not(.btn-faq) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

.card {
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-border-color: var(--bs-border-color-light);
    border-radius: var(--bs-card-border-radius);
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-gray-600);
    --bs-tooltip-opacity: 1;
}

.dropdown-menu {
    --bs-dropdown-border-color: #d9dde0;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-divider-bg: #d9dde0;
    --bs-dropdown-link-active-bg: var(--bs-green-500);
    box-shadow: var(--bs-dropdown-box-shadow);
}

.dropdown-item.active i,
.dropdown-item:active i {
    color: #fff !important;
}

.dropdown-item.active .custom-icon-circle.filled,
.dropdown-item:active .custom-icon-circle.filled {
    color: #fff !important;
    background-color: #fff !important;
}

.btn-primary {
    --bs-btn-bg: #079070;
    --bs-btn-border-color: #079070;
    --bs-btn-hover-bg: #06a37e;
    --bs-btn-hover-border-color: #06a37e;
    --bs-btn-active-bg: #06a37e;
    --bs-btn-active-border-color: #06a37e;
    --bs-btn-disabled-bg: #079070;
    --bs-btn-disabled-border-color: #079070;
}

.btn-outline-primary {
    --bs-btn-color: #079070;
    --bs-btn-border-color: #079070;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #06a37e;
    --bs-btn-hover-border-color: #06a37e;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #06a37e;
    --bs-btn-active-border-color: #06a37e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #079070;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #079070;
    --bs-gradient: none;
}

.btn {
    padding: 0.625rem 1rem;
}

.btn:not(.hover-zoom-in-circle)>i.fs-5 {
    line-height: 0;
    position: relative;
    top: 1px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-body);
    background-color: var(--bs-gray-400);
    border-color: var(--bs-gray-400);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-secondary {
    --bs-btn-bg: var(--bs-gray-500);
    --bs-btn-border-color: var(--bs-gray-500);
    --bs-btn-hover-bg: var(--bs-gray-600);
    --bs-btn-hover-border-color: var(--bs-gray-600);
    --bs-btn-active-bg: var(--bs-gray-600);
    --bs-btn-active-border-color: var(--bs-gray-600);
    --bs-btn-disabled-bg: var(--bs-gray-400);
    --bs-btn-disabled-border-color: var(--bs-gray-400);
}

.btn-outline-secondary {
    --bs-btn-color: var(--bs-gray-600);
    --bs-btn-border-color: var(--bs-gray-500);
    --bs-btn-hover-bg: var(--bs-gray-500);
    --bs-btn-hover-border-color: var(--bs-gray-500);
    --bs-btn-active-bg: var(--bs-gray-600);
    --bs-btn-active-border-color: var(--bs-gray-600);
    --bs-btn-disabled-color: var(--bs-gray-400);
    --bs-btn-disabled-border-color: var(--bs-gray-400);
}

.btn-primary.fs-5,
.btn-secondary.fs-5,
.btn-outline-primary.fs-5,
.btn-outline-secondary.fs-5 {
    font-size: 1.125rem !important;
}

.form-control {
    border-radius: var(--bs-border-radius);
    padding: 0.5rem 0.75rem;
}

.form-control-md {
    padding: 0.75rem 0.75rem;
}

.form-select {
    --bs-border-color: #e0e0e0;
    border-color: var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius);
}

.custom-html5-color-picker.active,
.form-check-input:focus,
.form-control:focus,
.form-select:focus {
    border-color: var(--bs-green-500);
    box-shadow: 0 0 0 0.25rem rgb(5 101 78 / 8%);
}

.form-control.border-bottom-1:focus,
.form-select.border-bottom-1:focus {
    box-shadow: none !important;
}

.form-label,
.form-detail-label {
    color: var(--bs-gray-590);
    font-weight: 500;
}

.form-label.text-uppercase,
.form-detail-label.text-uppercase,
.card-widget-settings .form-label,
.label.text-uppercase {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-check-input:checked {
    background-color: var(--bs-green-500);
    border-color: var(--bs-green-500);
}

.form-group.hstack label {
    margin-bottom: 0;
}

.form-control.border-bottom-1 {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.form-control.border-bottom-1:focus {
    border-bottom-color: var(--bs-green-500) !important;
}

hr {
    opacity: 0.125;
}

.nav-tabs {
    --bs-nav-tabs-link-active-color: var(--bs-link-hover-color);
}

.nav-tabs .nav-link {
    color: var(--bs-body-color);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: var(--bs-link-hover-color);
}

.navbar {
    --bs-navbar-color: var(--bs-body-color);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
}

.navbar-nav {
    --bs-nav-link-font-weight: 500;
}

.navbar-nav .nav-link.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
}

.navbar-nav .nav-link.btn-primary:hover {
    background-color: var(--bs-primary-hover);
}

.code-wrapper {
    --bs-code-color: #47b6a0;
    background-color: var(--bs-dark);
    border-radius: 0.5rem;
    padding: 1rem;
}

.modal {
    --bs-modal-width: 600px;
    --bs-modal-border-radius: var(--bs-border-radius);
}

.modal .custom-btn-close.absolute-right {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
}

.table thead th {
    background-color: var(--bs-gray-100);
    font-size: 12px;
    text-transform: uppercase;
}

.lead {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1.25rem;
}

/* END Bootstrap overrides */
/* ==========================================================================
   Utilities
   ========================================================================== */
.bg-gradient-secondary-to-white-v {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(245, 238, 233, 1) 100%);
}

.list-categories-as-pills>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-categories-as-pills a {
    background-color: var(--bs-peach-200);
    border-radius: 50px;
    --bs-text-opacity: 0.9;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
    font-size: 15px;
    padding: 6px 16px;
}

.list-categories-as-pills a:hover {
    background-color: var(--bs-primary-hover);
    color: #fff !important;
}

.menu-list-has-left-angle>ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.menu-list-has-left-angle>ul>li {
    padding-left: 20px;
    position: relative;
}

.menu-list-has-left-angle>ul>li::before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    content: "\eb6d";
    font-family: unicons-line;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.3s;
    opacity: 0.7;
}

.menu-list-has-left-angle>ul>li:hover::before {
    color: var(--bs-link-hover-color);
    opacity: 1;
}

.pseudo-border-sides {
    position: relative;
}

.pseudo-border-sides::before,
.pseudo-border-sides::after {
    content: "";
    background-color: var(--bs-primary);
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pseudo-border-sides::before {
    left: 0;
}

.pseudo-border-sides::after {
    right: 0;
}

/* END Utilities */
/* ==========================================================================
   Custom
   ========================================================================== */
body {
    --bs-body-font-family: var(--bs-font-sans-serif);
    padding-top: 57px;
    overflow: hidden;
}

.navbar-brand img,
.brand-logo img {
    width: 180px;
}

.bg-dark.text-light {
    color: #fff;
}

a {
    transition: 0.3s;
}

.btn-faq {
    padding-right: 50px !important;
    position: relative;
}

.btn-faq .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #dfd9d6;
    border-radius: 50px;
    border: none;
    width: 28px;
    height: 28px;
    transition: 0.3s;
}

.btn-faq .btn-icon i {
    line-height: 1;
}

.btn-faq[aria-expanded="true"] .btn-icon {
    transform: rotate(-180deg);
}

.main-header {
    z-index: 5;
}

.main-header .navbar-brand {
    position: relative;
    padding: 0;
    width: 180px;
    height: 41px;
}

.main-header .navbar-brand img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.main-header .navbar-brand .textninja-logo-light,
.main-header.light-theme .navbar-brand .textninja-logo-light {
    display: none;
}

.main-header .nav-link:not(.btn):hover,
.main-header.dark-theme .nav-link:not(.btn):hover {
    color: var(--bs-primary-hover);
}

.main-header .dropdown-menu {
    --bs-dropdown-border-color: #f7f7f7;
}

.main-header .dropdown-item:hover,
.main-header .dropdown-item:focus,
.main-header .dropdown-item.active,
.main-header .dropdown-item:active {
    background-color: transparent;
    color: var(--bs-primary-hover);
}

.main-header.dark-theme .navbar-toggler i {
    color: #fff;
}

.main-header.dark-theme .navbar-brand .textninja-logo-dark {
    display: none;
}

.main-header.dark-theme .navbar-brand .textninja-logo-light {
    display: block;
}

.main-header.dark-theme .dropdown-menu {}

.main-header.dark-theme .nav-link {
    color: #fff;
}

.main-header,
.page-wrapper,
.main-wrapper {
    transition: 0.3s;
}

.main-header {
    backdrop-filter: blur(8px);
    --bs-bg-opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.main-header.light-theme.show {
    background-color: rgba(var(--bs-white-rgb),
    var(--bs-bg-opacity)) !important;
}

.main-header.light-theme.show.bg-transparent {
    background-color: transparent !important;
}

.main-header.hide {
    top: -60px;
}

.main-header.dark-theme.show {
    --bs-bg-opacity: 0.75;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.text-bg-dark .nav-link {
    color: #fff;
}

.text-bg-dark .nav-link:hover {
    color: #fff;
}

html,
body,
#app,
.outer-wrapper,
.page-wrapper {
    margin: 0;
    min-height: 100vh;
}

.btn-icon svg {
    fill: var(--bs-body-color);
    width: 24px;
    height: auto;
}

.btn-icon.size-md svg {
    width: 34px;
}

.hstack.align-items-start>i.fs-4 {
    position: relative;
}

.form-control-style {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.radio-hstack.form-control-style {
    background-color: #fff;
    border-radius: 16px;
}

.btn-check.checked-primary:checked+.btn {
    color: #fff;
    background-color: var(--bs-primary-hover);
}

.btn-check.checked-green-100:checked+.btn {
    color: var(--bs-dark);
    --bs-bg-opacity: 0.15;
    background-color: rgba(var(--bs-green-500-rgb),
    var(--bs-bg-opacity)) !important;
}

.badge-pricing-panel {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.badge-pricing-panel:not(.d-none)+.pricing-panel {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border: 1px solid var(--bs-primary);
}

.hero-background-icons .icon-number-8 {
    top: 61% !important;
    right: 9% !important;
}

.nav-scrollspy .active {
    color: var(--bs-link-hover-color) !important;
}

.aside-toc ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style-type: none !important;
    margin-bottom: 0;
    padding-left: 0
}

.aside-toc ul ::marker {
    color: #9c9c9c;
}

.aside-toc ul a,
.aside-menu :not(.list-categories-as-pills) ul a,
.breadcrumb a,
.docs-panel-articles-list a {
    --bs-bg-opacity: 0.7;
    color: rgba(var(--bs-body-color-rgb), var(--bs-bg-opacity));
}

.breadcrumb a {
    color: var(--bs-body-color) !important;
    opacity: 0.8;
}

.breadcrumb .breadcrumb-item.active {
    opacity: 0.7;
}

.aside-toc ul a:hover,
.aside-menu :not(.list-categories-as-pills) ul a:hover,
.breadcrumb a:hover,
.docs-panel-articles-list a:hover {
    color: var(--bs-link-hover-color) !important;
}

.breadcrumb {
    font-size: 15px;
}

.section-outer-docs .aside-menu :not(.list-categories-as-pills) ul a:hover,
.docs-panel-articles-list a:hover {
    opacity: 1;
}

.post-thumb .post-thumbnail {
    height: 200px;
}

.post-thumb-latest .post-thumbnail {
    height: 340px;
}

.post-thumb .post-meta-category.absolute-top-left {
    position: absolute;
    z-index: 1;
    top: 1.5rem;
    left: 1.5rem;
}

.section-outer-blog article,
.section-outer-docs {
    --bs-bg-opacity: 0.7;
    color: rgba(var(--bs-body-color-rgb), var(--bs-bg-opacity));
}

.bg-beige-yellow,
.has-background-bg-beige-yellow,
.has-custom-color-1-background-color {
    background-color: #f9eabf;
}

.bg-slate-red,
.has-background-bg-slate-red,
.has-custom-color-2-background-color {
    background-color: #f6dcd7;
}

.bg-slate-green,
.has-background-bg-slate-green,
.has-custom-color-3-background-color {
    background-color: #d4e1df;
}

.bg-light-purple,
.has-background-bg-light-purple,
.has-custom-color-4-background-color {
    background-color: #dfd1f2;
}

.panel-post-content article .has-background {
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 2rem;
}

.section-outer-blog article ol:not(.breadcrumb)>li,
.section-outer-blog article ul:not(.breadcrumb)>li,
.section-outer-docs article ol:not(.breadcrumb)>li,
.section-outer-docs article ul:not(.breadcrumb)>li {
    margin-bottom: 0.75rem;
}

.section-outer-blog .nav-pagination-flat .pagination {
    --bs-pagination-font-size: 1rem;
}

.section-outer-blog .nav-pagination-flat .page-link {
    min-width: 36px;
}

.section-outer-blog article .wp-block-image img,
.section-outer-docs .panel-post-content img {
    max-width: 100%;
}

.section-outer-blog h1,
.section-outer-blog h2,
.section-outer-blog h3,
.section-outer-blog h4,
.section-outer-blog h5,
.section-outer-blog h6,
.section-outer-docs h1,
.section-outer-docs h2,
.section-outer-docs h3,
.section-outer-docs h4,
.section-outer-docs h5,
.section-outer-docs h6 {
    color: var(--bs-body-color);
    line-height: 1.3;
}

.section-outer-blog article h1,
.section-outer-blog article h2,
.section-outer-blog article h3,
.section-outer-blog article h4,
.section-outer-blog article h5,
.section-outer-blog article h6,
.section-outer-docs article h1,
.section-outer-docs article h2,
.section-outer-docs article h3,
.section-outer-docs article h4,
.section-outer-docs article h5,
.section-outer-docs article h6 {
    font-weight: bold;
    margin-bottom: 1rem;
}

/* ===== Blog Table ===== */
.wp-block-table {
    overflow: hidden;
    border: 1px solid var(--bs-peach-210);
    border-radius: 12px;
    margin-bottom: 2rem;
}

.wp-block-table table {
    border: none;
    width: 100%;
    border-collapse: separate;
    /* Required for the wrapper's border-radius to clip the corners */
    border-spacing: 0;
}

/* Cell Styling*/
.wp-block-table table th,
.wp-block-table table td {
    padding: 14px 16px;
    border-right: 1px solid var(--bs-peach-210);
    border-bottom: 1px solid var(--bs-peach-210);
    vertical-align: top;
    text-align: left;
}

/* Remove borders on the "outside" edges since the wrapper handles them */
.wp-block-table table td:last-child,
.wp-block-table table th:last-child {
    border-right: none;
}

.wp-block-table table tr:last-child td {
    border-bottom: none;
}

/* Header Styling
   Targets thead if it exists, OR the first row of tbody if there's no thead */
.wp-block-table table thead tr,
.wp-block-table table tbody tr:first-child {
    font-weight: bold;
    background-color: var(--bs-peach-50);
    color: var(--bs-body-color);
}

/* Reset the first tbody row if a thead already exists (Prevents double headers) */
.wp-block-table table thead+tbody tr:first-child {
    font-weight: normal;
    background-color: transparent;
}

/* Zebra Striping
   Stripes every even row. Because the header is row 1 (odd),
   this will naturally start striping from the second row of data. */
.wp-block-table table tbody tr:nth-child(even) {
    background-color: var(--bs-peach-30);
}

/* Ensure the header row background doesn't get overwritten by zebra logic
   if it happens to fall on an even count in complex tables */
.wp-block-table table thead tr {
    background-color: var(--bs-peach-50) !important;
}

/* ===== END Blog Table ===== */
.section-outer-docs .docs-absolute-bg {
    height: 150px;
}

.section-outer-blog .blog-post-absolute-bg {
    height: 250px;
}

.article-category .panel-icon {
    padding-top: 7px;
}

.article-category .panel-icon i {
    font-size: 1.25rem;
}

.scroll-progress-container {
    width: 100%;
    height: 6px;
    position: fixed;
    top: 0;
    z-index: 5;
}

.scroll-progress-container .progress-bar {
    width: 0;
    height: 100%;
}

.main-footer {
    margin-top: auto;
}

.main-footer a {
    color: #fff;
}

.main-footer a:hover {
    color: var(--bs-primary-hover);
}

.footer-copyright {
    border-top: 1px solid rgb(255 255 255/10%);
}

/* ITI Phone plugin  overrides */
.iti {
    width: 100%;
}

.iti__search-input {
    padding: 5px 10px;
}

.iti .iti__selected-country-primary {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 14px;
    padding-right: 10px;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not( :has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not( :has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: var(--bs-primary-hover);
}

.iti__country.iti__highlight {
    background-color: var(--bs-primary-hover);
}

.iti__country.iti__highlight .iti__country-name {
    color: #fff;
}

.iti__country.iti__highlight .iti__dial-code {
    color: rgb(255 255 255 /70%);
}

.iti .iti__selected-country-primary:hover .iti__arrow {
    border-top: var(--iti-arrow-height) solid #fff;
}

.iti--inline-dropdown .iti__dropdown-content {
    border: 1px solid var(--bs-border-color);
    box-shadow: 2px 2px 5px 1px rgba(175, 182, 201, 0.15);
}

em-emoji-picker {
    --background-rgb: 85, 170, 255;
    --border-radius: 24px;
    --color-border-over: rgba(0, 0, 0, 0.1);
    --color-border: rgba(0, 0, 0, 0.05);
    --category-icon-size: 18px;
    --font-family: "Figtree", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif;
    --font-size: 16px;
    --rgb-accent: 7, 144, 112;
    --rgb-background: 255, 255, 255;
    --rgb-color: 41, 52, 61;
    --rgb-input: 255, 255, 255;
    --shadow: 2px 2px 5px 1px rgba(175, 182, 201, 0.15);
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    box-shadow: 2px 2px 5px 1px rgba(175, 182, 201, 0.15);
    height: 50vh;
    min-height: 302px;
    max-height: 408px;
    overflow: hidden;
}

.form-sms-link-generator .emoji-picker {
    position: absolute;
    z-index: 1;
    bottom: 122px;
}

/* Parter page */
.panel-partnership-logos .partnership-logo {
    width: auto;
    height: 42px;
}

.icon-partnership-x {
    font-size: 28px;
}

.panel-partnership-logos .partnership-logo--dva {
    height: 36px;
}

@media (min-width: 768px) {
    .panel-post-thumbs .row.align-items-md-stretch .post-thumb {
        height: 100%;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 991px) {}
