.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}*,
.breadcrumbs,
body {
font-family: var(--font-family);
}
body,
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
background-color: #fff !important;
}
.activity-list tr td:first-child,
.badge,
.box-stats p,
.breadcrumbs .current-page,
.nav-menu a,
.tool-overlay .tool-pricing {
text-transform: capitalize;
}
*,
.rb-blog-slide {
box-sizing: border-box;
}
:root {
--primary-color: #0099f6;
--primary-hover: #007ac5;
--secondary-hover: #008adf;
--success-color: #10b981;
--success-bg: #d1fae5;
--status-color: #3b82f6;
--status-bg: #dbeafe;
--border-color: #d1dae5;
--hover-bg: #f9fafb;
--text-primary: #111827;
--text-secondary: #4b5563;
--text-muted: #6b7280;
--radius: 6px;
--radius-md: 8px;
--radius-lg: 12px;
--shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
--font-family: "Mulish", sans-serif;
}
*,
.ast-separate-container .ast-article-single {
margin: 0;
padding: 0;
}
body {
color: var(--text-primary);
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
transition: color 0.3s;
}
p {
margin: 0 0 15px;
}
.breadcrumbs {
display: flex;
align-items: center;
gap: 10px;
font-weight: 600;
font-size: 22px;
margin-bottom: 20px;
}
.breadcrumbs .seperator {
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
color: #666;
}
.breadcrumbs .current-page {
font-family: var(--font-family);
color: #0099f6;
}
.btn,
.btn-visit-site,
.continue-button,
.homepage-button,
.primary-btn,
.review-form button,
.submit-button,
.thank-you-step .button,
.woocommerce-checkout .place-order button {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 20px;
background-color: var(--primary-color);
color: #fff;
border: none;
border-radius: var(--radius);
font-size: 14px;
font-weight: 500;
cursor: pointer;
text-decoration: none !important;
transition: background-color 0.3s, transform 0.2s;
}
.btn-row .visit-btn,
.footer-menu-list a,
.homepage-button,
.social-link,
.status-tabs .tab,
.tool-meta-list a {
text-decoration: none;
}
.btn-visit-site:hover,
.btn:hover,
.continue-button:hover,
.homepage-button:hover,
.primary-btn:hover,
.review-form button:hover,
.submit-button:hover,
.thank-you-step .button:hover,
.woocommerce-checkout .place-order button:hover {
background-color: var(--secondary-hover);
color: #fff !important;
}
.btn-visit-site:focus,
.btn:active,
.btn:focus,
.continue-button:focus,
.homepage-button:focus,
.primary-btn:focus,
.review-form button:focus,
.submit-button:focus,
.thank-you-step .button:focus,
.woocommerce-checkout .place-order button:focus,
button:focus {
background-color: var(--secondary-hover);
color: #fff;
}
.btn-visit-site,
.primary-btn {
padding: 12px 24px;
border-radius: var(--radius-md);
font-size: 16px;
font-weight: 600;
}
.btn-visit-site:hover {
transform: scale(1.02);
}
.continue-button,
.submit-button,
.thank-you-step .button {
background-color: #0099f6 !important;
border-radius: var(--radius-md);
}
.continue-button:hover,
.submit-button:hover,
.thank-you-step .button:hover {
background-color: #2563eb !important;
}
.prev-step,
.prev-to-plan {
background-color: #e5e7eb;
color: #374151;
padding: 10px 20px;
border: none;
border-radius: var(--radius-md);
cursor: pointer;
transition: background-color 0.3s;
}
.nav-menu .sub-menu,
.review-form button {
border-radius: var(--radius-md);
}
.prev-step:hover,
.prev-to-details:hover,
.prev-to-plan:hover {
background-color: #d1d5db;
}
.woocommerce-checkout .place-order button {
padding: 14px 20px;
font-size: 16px;
border-radius: var(--radius-md);
width: fit-content !important;
}
.elementor-template-full-width .site-content > .ast-container {
max-width: 100vw !important;
width: 100vw !important;
padding: 0 !important;
}
.elementor-template-full-width .content-area {
padding-top: 0 !important;
}
.site-header {
background-color: #fff;
border-bottom: 1px solid var(--border-color);
padding: 15px 0;
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 1000;
box-shadow: 0 0.5px 4px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s;
}
.site-header:not(.dynamic-header) {
width: 100vw;
max-width: 100%;
}
.header-container {
width: 100%;
margin: 0 80px;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-menu,
.nav-menu .sub-menu li {
padding: 0;
}
.site-header .site-logo {
height: 40px;
width: auto;
}
.main-navigation {
display: flex;
align-items: center;
gap: 20px;
}
.nav-menu {
display: flex;
list-style: none;
margin: 0;
gap: 20px;
}
.nav-menu li {
position: relative;
}
.nav-menu a {
color: #1a202c;
font-size: 1rem;
font-weight: 500;
padding: 10px;
transition: color 0.2s;
display: flex;
align-items: center;
}
.nav-menu a:hover {
color: #4c6fff;
}
.nav-menu .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
list-style: none;
padding: 10px 0;
min-width: 150px;
}
#wc-stripe-express-checkout__order-attribution-inputs,
.check-icon,
.custum-file-upload input,
.form-row-first,
.form-row-last,
.hidden,
.nav-menu .sub-menu .menu-item .menu-link .icon-arrow,
.step,
.woocommerce .col2-set .col-2,
.woocommerce h3,
.woocommerce-form-coupon-toggle,
.woocommerce-info,
.woocommerce-notices-wrapper {
display: none;
}
.nav-menu .menu-item-has-children > a::after {
content: "\25BC";
font-size: 0.7rem;
margin-left: 5px;
}
.nav-menu .menu-item-has-children:hover > .sub-menu,
.step.active {
display: block;
}
.nav-menu .sub-menu a {
padding: 10px 20px;
display: block;
font-weight: 400;
}
.header-actions {
display: flex;
gap: 10px;
}
.site-footer {
background-color: #f9fafb;
color: #000;
padding: 50px 0;
}
.footer-container {
max-width: 1340px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
gap: 40px;
padding: 0 10px;
}
.category-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 2rem;
}
.footer-menu-list li {
margin-bottom: 0.5rem;
}
.footer-logo {
margin-bottom: 15px;
display: flex;
align-self: start;
}
.footer-logo-img {
width: 180px;
}
.footer-section-title {
font-family: var(--font-family);
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
text-align: left;
}
.footer-section-description {
font-size: 14px;
color: #666;
text-align: left;
margin-bottom: 15px;
max-width: 300px;
}
.footer-menu-list {
list-style: none;
text-align: left;
padding: 0;
margin: 0;
}
.footer-menu-list a {
color: #000;
font-size: 14px;
transition: color 0.3s;
}
.footer-menu-list a:hover,
.thank-you-content .form-step-title {
color: #0099f6;
}
.footer-social {
display: flex;
gap: 15px;
margin-top: 15px;
}
.social-icon {
width: 20px;
height: 20px;
fill: #6b7280;
transition: fill 0.3s;
}
.social-link:hover .social-icon {
fill: #0099f6;
}
.footer-copyright {
width: 100%;
text-align: center;
margin-top: 30px;
border-top: 1px solid #d1dae5;
padding-top: 20px;
}
.footer-copyright p {
font-size: 12px;
color: #6b7280;
margin: 0;
}
.tool-form-container {
max-width: 1340px;
margin: 40px auto;
padding: 30px;
background: #fff;
}
.tool-submit-wrapper {
display: flex;
background: #fff;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
}
.tool-submit-sidebar {
width: 100%;
max-width: 397px;
background: #f6f8fa;
padding: 50px 20px 50px 43px;
border-right: 1px solid #e5e7eb;
}
.step-buttons {
display: flex;
gap: 16px;
}
button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.continue-button,
.prev-step,
.prev-to-details,
.submit-button {
padding: 12px 24px;
border: none;
border-radius: 8px;
font-size: 16px;
cursor: pointer;
}
.continue-button,
.submit-button {
background-color: #3b82f6;
color: #fff;
}
.continue-button:hover,
.submit-button:hover {
background-color: #2563eb;
}
.step-3 .submit-button,
.woocommerce-checkout #payment div.payment_box::before {
display: none !important;
}
.prev-step,
.prev-to-details {
background-color: #e5e7eb;
color: #1f2937;
}
.form-step-title,
.main-heading h1,
.main-heading p {
color: #000;
font-family: var(--font-family);
}
.main-heading h1 {
font-size: 24px;
font-weight: 900;
}
.main-heading p {
font-size: 18px;
font-weight: 400;
}
.form-step-title {
text-align: center;
font-size: 45px;
font-weight: 700;
margin: 0 !important;
}
.form-step-subheading {
font-family: var(--font-family);
text-align: center;
font-size: 35px;
font-weight: 700;
color: #6c7275;
margin-bottom: 40px;
}
.form-row {
display: flex;
gap: 20px;
margin-bottom: 20px;
}
.activity-details,
.form-row label {
flex: 1;
}
.tool-form label,
label {
display: block;
font-size: 16px;
font-weight: 400;
border-radius: 12px;
background: 0 0;
width: 100%;
margin: 0 !important;
}
.tooltip-icon {
position: relative;
display: inline-block;
cursor: pointer;
margin-left: 5px;
}
.tooltip-icon .dashicons {
font-size: 16px;
vertical-align: middle;
}
.tooltip-icon .tooltip-text {
visibility: hidden;
opacity: 0;
width: 260px;
background: #333;
color: #fff;
text-align: left;
padding: 8px;
border-radius: 4px;
position: absolute;
z-index: 10;
bottom: 125%;
left: 50%;
transform: translateX(-50%);
font-size: 12px;
line-height: 1.5;
transition: opacity 0.2s;
}
.tooltip-icon .tooltip-text::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #333 transparent transparent transparent;
}
.tooltip-icon:hover .tooltip-text {
visibility: visible;
opacity: 1;
}
#tagInputWrapper,
input#backLink,
input#doFollow,
input#companyEmail,
input#companyPhone,
input#socialLink,
input#tagline,
input#toolCompany,
input#toolName,
input#toolUrl,
select#category,
select#pricingModel,
textarea#longDesc,
textarea#shortDesc,
textarea#keyFeatures,
textarea#howToUse,
textarea#whoIsItFor,
textarea#moreAndSupport,
textarea#useCases,
textarea#payment {
width: 100%;
padding: 15px;
margin-top: 4px;
background: linear-gradient(#f0f1f3, #f0f1f3) padding-box,
linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box !important;
border-radius: 0.75em !important;
border: 0.5px solid transparent !important;
font-size: 16px;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
gap: 20px;
}
.elementor-icon-list-item {
padding: 8px 15px !important;
background: linear-gradient(#fff, #fff) padding-box,
linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box !important;
border-radius: 12px !important;
border: 0.5px solid transparent !important;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
} .faq-section {
margin-bottom: 20px;
}
.faq-section label {
display: block;
font-size: 16px;
font-weight: 600;
color: #333;
margin-bottom: 10px;
}
.faq-section .optional {
color: #666;
font-weight: 400;
margin-left: 5px;
font-size: 14px;
} .faq-container {
background: linear-gradient(#f0f1f3, #f0f1f3) padding-box,
linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box !important;
border-radius: 0.75em !important;
border: 0.5px solid transparent !important;
padding: 15px;
margin-bottom: 15px;
} .faq-pair {
display: flex;
align-items: flex-start;
gap: 15px;
margin-bottom: 15px;
position: relative;
}
.faq-input-group {
flex: 1;
display: grid;
gap: 10px;
} .faq-label {
display: block;
font-size: 14px;
color: #555;
margin-bottom: 5px;
}
.faq-input,
.faq-textarea {
width: 100%;
padding: 8px 12px !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
font-size: 14px !important;
color: #333 !important;
background: #fff !important;
box-sizing: border-box !important;
transition: border-color 0.3s ease;
}
.faq-input:focus {
border-color: rgb(0, 153, 246);
outline: none;
box-shadow: 0 0 5px rgba(0, 153, 246, 0.3);
}
.faq-textarea {
min-height: 80px;
}
.faq-textarea:focus {
border-color: #0099f6;
outline: none;
box-shadow: 0 0 5px rgba(0, 153, 246, 0.3);
} .remove-faq-btn {
background-color: #f1f1f1;
border: none;
cursor: pointer;
padding: 5px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: background-color 0.3s ease;
}
.remove-faq-btn:hover {
background-color: #cecece;
}
.remove-faq-btn svg {
width: 100%;
height: 100%;
fill: #666;
transition: fill 0.3s ease;
}
.remove-faq-btn:hover svg {
color: #d32f2f !important;
} .add-faq-btn {
background-color: #0099f6;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 4px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.add-faq-btn:hover {
background-color: rgba(0, 153, 246, 0.3);
transform: translateY(-1px);
} @media (max-width: 600px) {
.faq-pair {
flex-direction: column;
align-items: stretch;
}
.remove-faq-btn {
align-self: flex-end;
margin-top: 10px;
}
}
#category,
#pricingModel {
appearance: auto;
-webkit-appearance: auto;
-moz-appearance: auto;
padding-right: 40px !important;
box-sizing: border-box;
}
#tagInputWrapper {
padding: 0 10px !important;
background-color: #f0f1f3;
}
#tagInputWrapper input {
width: 100%;
border: none;
padding: 10px !important;
background-color: #f0f1f3;
}
.tags-label {
font-size: 16px;
font-weight: 600;
color: #1f2937;
margin-bottom: 8px;
display: block;
}
.tags-label .optional {
font-size: 12px;
font-weight: 400;
color: #6b7280;
}
.tag-preview {
margin-top: 8px;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.tag-badge {
background: #e5e7eb;
color: #1f2937;
padding: 4px 8px;
border-radius: 12px;
font-size: 14px;
display: flex;
align-items: center;
gap: 4px;
}
.required,
.tag-remove {
color: #dc2626;
}
.tag-remove {
cursor: pointer;
font-weight: 700;
}
.tags-input-wrapper {
display: flex;
align-items: center;
gap: 8px;
}
.add-tag-btn {
padding: 0;
background: 0 0;
}
.category-checkboxes,
.tag-suggestions {
max-height: 200px;
overflow-y: auto;
background: #fff;
}
.add-tag-btn:disabled {
background: #a3bffa;
cursor: not-allowed;
}
.tag-suggestions {
position: absolute;
border: 1px solid #d1dae5;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
width: 100%;
z-index: 10;
margin-top: 4px;
display: none;
}
.tag-suggestion {
padding: 8px;
cursor: pointer;
}
.tag-suggestion:hover {
background: #f3f4f6;
}
.tag-suggestion.selected {
background: #e0e7ff;
font-weight: 600;
}
.form-input:focus-visible,
.form-select:focus-visible,
.form-textarea:focus-visible,
.tool-form input[type="email"]:focus-visible,
.tool-form input[type="tel"]:focus-visible,
.tool-form input[type="text"]:focus-visible,
.tool-form input[type="url"]:focus-visible,
.tool-form select:focus-visible,
.tool-form textarea:focus-visible {
outline: 0;
}
.category-checkboxes {
border: 1px solid var(--border-color);
padding: 10px;
border-radius: var(--radius-md);
}
.category-checkboxes label {
display: block;
margin-bottom: 8px;
font-size: 14px;
color: #333;
}
.category-checkboxes input[type="checkbox"] {
margin-right: 8px;
}
.input-error {
border: 1px solid #dc2626 !important;
}
.error-message {
color: #dc2626;
font-size: 12px;
margin-top: 4px;
display: block;
}
.social-links {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.social-link-form-row {
flex-direction: column;
gap: 0;
margin-bottom: 20px;
}
.social-link-row {
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
}
.custum-file-upload {
height: 200px;
width: 300px;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
gap: 20px;
cursor: pointer;
background: linear-gradient(#f0f1f3, #f0f1f3) padding-box,
linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box !important;
border-radius: 0.75em !important;
border: 0.5px dashed transparent !important;
box-shadow: 0 48px 35px -48px #e8e8e8;
}
.custum-file-upload .icon {
display: flex;
align-items: center;
justify-content: center;
}
.custum-file-upload .icon svg {
height: 80px;
fill: #a4a4a4;
}
.upload-content {
text-align: center;
cursor: pointer;
}
.upload-content .text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.upload-content .text .upload-logo-heading,
.upload-content .text .upload-image-heading {
margin-top: 8px;
font-size: 24px;
font-weight: 800;
color: #000;
}
.upload-content .text span {
font-size: 18px;
background-color: #0099f6;
color: #fff !important;
padding: 5px 20px;
border-radius: 10px;
margin-top: 10px;
}
.upload-content .preview-container img {
max-width: 100%;
max-height: 150px;
object-fit: contain;
}
.custum-file-upload .upload-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.custum-file-upload .preview-container {
width: 100%;
text-align: center;
padding: 10px;
}
.custum-file-upload .logo-preview,
.custum-file-upload .image-preview {
border-radius: var(--radius-md);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.checkout-skeleton-summary {
margin-bottom: 24px;
}
.skeleton-box {
padding: 16px;
border: 1px solid #d1dae5;
border-radius: 8px;
background-color: #f9fafb;
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.skeleton-line,
.skeleton-row,
.skeleton-title {
background: #e0e0e0;
border-radius: 4px;
animation: 1.5s ease-in-out infinite skeleton-loading;
}
.skeleton-title {
height: 20px;
width: 150px;
}
.skeleton-line {
height: 16px;
margin: 10px 0;
}
.skeleton-line-short {
width: 100px;
}
.skeleton-line-medium {
width: 150px;
}
.skeleton-line-long {
width: 200px;
}
.skeleton-total {
height: 20px;
width: 120px;
}
.checkout-skeleton {
margin-top: 20px;
}
.skeleton-row {
height: 20px;
margin-bottom: 16px;
}
.checkout-info-box-modern,
.woocommerce-checkout-payment,
.woocommerce-checkout-review-order-table {
background: linear-gradient(white, #fff) padding-box,
linear-gradient(90deg, #0099f6 0, #ef457e 52.99%, #ffd44d 100%) border-box !important;
border: 1px solid;
}
.woocommerce-checkout-payment {
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.woocommerce-form-coupon-toggle,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
display: none;
}
.skeleton-row-full,
.woocommerce-input-wrapper {
width: 100%;
}
.skeleton-row-half {
width: 50%;
}
.skeleton-row-button {
height: 40px;
width: 150px;
}
@keyframes skeleton-loading {
0%,
100% {
background-color: #e0e0e0;
}
50% {
background-color: #d0d0d0;
}
}
.checkout-info-box-modern {
padding: 20px;
border-radius: 0.75em !important;
border: 0.5px solid transparent !important;
margin: 30px 0;
}
.checkout-info-group-wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
gap: 20px;
}
.checkout-info-box-modern .info-box-title {
font-size: 24px;
font-family: var(--font-family);
font-weight: 900;
color: #000;
margin-bottom: 15px;
}
.checkout-info-group h4 {
margin-bottom: 12px;
font-size: 16px;
font-weight: 600;
color: #1e293b;
}
.checkout-info-group p {
margin: 6px 0;
font-size: 14px;
color: #334155;
}
.checkout-info-group span {
font-weight: 500;
color: #0f172a;
}
.checkout-info-group a {
color: #3b82f6;
text-decoration: none;
word-break: break-all;
}
.checkout-info-group .total-billed {
font-size: 18px;
font-weight: 700;
color: var(--text-primary);
margin-top: 10px;
}
.step-item.active .step-circle,
.step-item.active .step-number,
.step-item.completed .step-number,
.visit-btn:hover {
color: #fff;
}
.woocommerce .col2-set .col-1 {
float: none;
width: 100%;
}
.woocommerce form.checkout {
display: grid;
column-gap: 20px;
row-gap: 20px;
}
#order_review {
width: 100% !important;
padding: 0 !important;
}
.woocommerce form .form-row {
margin-bottom: 15px;
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
padding-bottom: 8px;
gap: 0;
}
.woocommerce form .form-row label {
font-weight: 500;
color: #374151;
margin-bottom: 0;
padding: 5px;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
width: 100%;
padding: 10px 12px;
border-radius: var(--radius-md);
font-size: 14px;
background: #f3f3f5;
border: 1px solid var(--border-color);
}
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
outline: 0;
border: 1px solid #3b83f6a4;
}
.woocommerce-checkout #payment div.payment_box fieldset,
.woocommerce-checkout-review-order {
border: none !important;
}
.woocommerce-checkout-review-order-table {
border-radius: 0.75em !important;
border: 0.5px solid transparent !important;
padding: 15px;
border-collapse: unset !important;
}
.woocommerce-checkout-review-order-table thead {
background: 0 0 !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.woocommerce-checkout-review-order-table thead th {
background: 0 0 !important;
border: none !important;
padding: 15px !important;
font-size: 18px !important;
font-weight: 700 !important;
}
.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th {
padding: 6px 15px !important;
border: none !important;
background: 0 0 !important;
}
.woocommerce-checkout-payment {
border-radius: 0.75em !important;
border: 0.5px solid transparent !important;
padding: 20px;
margin-top: 20px;
}
.woocommerce-checkout #payment div.payment_box {
padding: 0 !important;
background: 0 0 !important;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
flex-direction: unset !important;
align-items: unset !important;
}
.step-progress {
margin: 30px auto 0;
padding: 16px 0;
}
.step-list {
display: flex;
flex-direction: column;
gap: 80px;
list-style: none;
padding: 0;
margin: 0;
}
.step-progress .step-button {
background-color: transparent;
border: none;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
padding: 0;
text-align: center;
width: 100%;
}
.dashboard-sidebar.active .toggle-icon,
.step-progress .step-button:hover {
background: 0 0;
}
.step-progress .step-circle {
width: 50px;
height: 50px;
border-radius: 50%;
background: #fff;
border: 2px solid #ccc;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 8px;
position: relative;
}
.step-progress .step-item:not(:last-child) .step-circle::after {
content: "";
position: absolute;
top: 55px;
left: 25px;
width: 2px;
height: 75px;
background: #ccc;
}
.step-item.active .step-circle,
.step-item.completed .step-circle {
background: #0099f6;
border-color: #0099f6;
}
.step-number {
font-size: 30px;
font-weight: 600;
color: #6c7275;
}
.step-label {
font-size: 18px;
color: #6c7275;
display: block;
text-align: center;
}
.step-item.active .step-label,
.step-item.completed .step-label {
color: #0099f6;
font-weight: 600;
}
.pricing-step {
padding: 30px;
text-align: center;
}
.pricing-step .step-buttons {
justify-content: end;
}
.plan-options {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin: 40px 0 30px;
}
.plan-card {
position: relative;
flex: 1 1 200px;
padding: 28px 25px !important;
border-radius: 22px !important;
cursor: pointer;
transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s !important;
text-align: center;
}
.plan-card input,
.plan-card input[type="radio"] {
position: absolute;
top: 5px;
left: 5px;
display: none;
}
.plan-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.plan-card.selected {
box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.25),
-6px -6px 15px 0 rgba(0, 0, 0, 0.25);
}
.plan-card.free {
background: linear-gradient(
180deg,
rgba(255, 212, 77, 0.9) -53.02%,
#fff 56.62%
);
border: 2px solid #ffd44d;
}
.plan-card.free .plan-title {
color: #ffd44d;
}
.plan-card.basic {
background: linear-gradient(180deg, #ef457e -53.02%, #fff 56.62%);
border: 2px solid #ff5a8d;
}
.plan-card.basic .plan-title {
color: #ff5a8d;
}
.plan-card.premium {
background: linear-gradient(180deg, #0099f6 -53.02%, #fff 56.62%);
border: 2px solid #44c0ff;
}
.plan-card.premium .plan-title {
color: #44c0ff;
}
.plan-title {
font-size: 40px;
font-weight: 800;
margin-bottom: 12px;
}
.plan-price {
font-size: 32px;
font-weight: 800;
margin-bottom: 8px;
color: #000;
}
.plan-desc {
font-size: 22px !important;
font-weight: 300;
color: #000 !important;
}
.feature-total-wrapper {
padding: 20px;
border: 1px solid #6c7275;
border-radius: 25px;
}
.featured-tool-container {
padding: 80px 10px;
}
.box-top,
.featured-tool-header {
display: flex;
align-items: center;
gap: 10px;
}
.featured-tool-header .featured-tool-title {
font-family: var(--font-family);
font-size: 35px;
font-weight: 800;
color: #0099f6;
margin: 0;
}
.featured-title {
margin: 20px 0 15px;
font-size: 1.2rem;
font-weight: 600;
}
.featured-options {
text-align: left;
margin-bottom: 10px;
}
.featured-options label {
background: 0 0;
margin: 0;
padding: 10px 0;
font-size: 16px;
}
.price-summary {
margin: 0;
padding: 0;
text-align: right;
}
.price-summary p {
margin: 5px 0;
font-size: 16px;
}
.step-buttons {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.step-2,
.step-3,
.step-4 {
padding: 50px 30px;
}
.thank-you-step {
padding: 60px;
text-align: center;
margin: 0 auto;
}
.whats-next,
td,
th {
text-align: left;
}
.thank-you-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
p.thank-you-message {
font-size: 30px !important;
color: #6c7275 !important;
margin: 0 !important;
}
.submission-summary {
width: 100%;
padding: 16px;
border: 1px solid #007bff17;
border-radius: var(--radius-md);
background-color: var(--hover-bg);
text-align: left;
}
.submission-summary p {
margin: 8px 0;
font-size: 14px;
color: #374151;
}
.submission-summary p strong {
font-weight: 600;
color: var(--text-primary);
}
.whats-next {
width: 100%;
}
.whats-next ul {
list-style: circle;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.whats-next li {
display: flex;
align-items: center;
gap: 12px;
font-size: 18px;
color: #6c7275;
}
.whats-next li::before {
content: "\2022";
font-weight: 700;
gap: 12px;
font-size: 20px;
color: #6c7275;
}
.homepage-button {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 24px;
background-color: #0099f6;
color: #fff;
border-radius: 10px;
font-size: 16px;
margin-top: 24px;
}
.edit-profile-btn,
.nav-link,
.rb-read-more {
text-decoration: none !important;
}
.homepage-button:hover {
background-color: #0081d1;
}
.homepage-button svg {
width: 25px;
height: 25px;
}
.tool-thumbnail img,
.tool-thumbnail-column .tool-thumbnail {
width: 100%;
height: 100%;
}
.tool-filter-tabs .btn-tab {
padding: 8px 15px;
border: 1px solid #d5d5d5;
border-radius: var(--radius-md);
color: #333;
font-weight: 400;
background: #f5f5f5;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.category-tab:hover,
.tool-filter-tabs .btn-tab:hover {
color: var(--primary-color);
background-color: #fff;
border-color: var(--primary-color);
}
.category-tab.active,
.category-tab.active:hover,
.tool-filter-tabs .btn-tab.active {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
}
.wrapper {
display: grid;
grid-template-columns: 3fr 1fr;
gap: 20px;
max-width: 1340px;
padding: 0 10px 40px;
margin: 20px auto;
border-bottom: 0.3px solid rgba(108, 114, 117, 0.5);
border-radius: 20px !important;
}
.main-container,
.tool-item {
max-width: 100%;
}
.featured-tools-aside {
border-left: 1px solid #6c7275;
padding: 0 20px;
}
.tool-tab-title {
text-align: center !important;
font-family: var(--font-family) !important;
font-size: 40px !important;
font-weight: 900 !important;
color: #0f172a !important;
margin: 0 !important;
}
.empty-state,
.no-activity,
.no-tools-message,
.rb-blog-slide,
.rb-related-blogs-section,
.stat {
text-align: center;
}
.rating-count,
.tool-title {
font-family: var(--font-family) !important;
}
.tools-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
gap: clamp(10px, 2vw, 20px);
}
.tool-item {
background: #fff;
border: 0.3px solid rgba(108, 114, 117, 0.5);
border-radius: 0.75em !important;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
padding: 20px;
display: flex !important;
flex-direction: column !important;
justify-content: space-between !important;
}
.tool-item:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}
.tool-item .tool-item-content-wrapper {
display: flex !important;
gap: 20px !important;
}
.tool-rating {
display: flex;
align-items: center;
justify-content: start !important;
gap: 0 !important;
}
.single-star {
position: relative;
display: inline-block;
overflow: hidden;
line-height: 1;
}
.rating-count {
color: #4b5563;
font-size: 0.9rem;
}
.tool-thumbnail {
width: 98px;
height: 93px;
overflow: hidden;
border-radius: 10px;
}
.tool-thumbnail img {
width: 100%;
height: 100% !important;
object-fit: cover;
display: block;
}
.tool-content-container {
flex: 1;
}
.tool-content {
position: relative;
display: flex;
flex-direction: column;
}
.tool-overlay .tool-pricing {
font-size: clamp(10px, 1.5vw, 12px);
font-weight: 600;
padding: 4px 8px;
border-radius: 5px;
text-transform: capitalize;
position: absolute;
top: 0;
right: 0;
z-index: 1;
background: rgba(255, 255, 255, 0.9);
}
.pricing-free {
color: #ffd44d;
background: rgba(255, 212, 77, 0.1);
border: 1px solid #ffd44d;
}
.pricing-paid {
background-color: rgba(239, 69, 126, 0.1) !important;
color: #ef457e !important;
border: 1px solid #ef457e !important;
}
.pricing-freemium {
background-color: rgba(0, 153, 246, 0.1) !important;
color: #0099f6 !important;
border: 1px solid #0099f6 !important;
}
.tool-title {
font-size: clamp(18px, 2.5vw, 22px) !important;
font-weight: 800;
font-family: var(--font-family);
margin: 0 !important;
color: #1a1a2e;
display: flex;
align-items: center;
gap: 10px;
}
.tool-description,
.tool-meta-list a,
.tool-rating {
font-size: clamp(12px, 1.5vw, 14px);
}
.tool-description {
color: #4b5563;
margin: clamp(5px, 1.5vw, 16px) 0;
line-height: 1.5;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
max-width: 100%;
}
.tool-meta {
display: flex;
gap: 10px;
align-items: center;
margin-top: 10px;
}
.tool-rating {
color: gold;
font-weight: 600;
}
.tool-meta-list {
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: clamp(10px, 2vw, 16px);
flex-wrap: wrap;
gap: 10px;
}
.tool-meta-list a {
padding: 3px 10px;
border-radius: 5px;
transition: background 0.3s;
}
.btn-row a.view-details,
.tool-meta-list a.view-details {
color: #0099f6 !important;
font-weight: 600 !important;
border-radius: 0 !important;
padding: 0 !important;
border-bottom: 1px solid #0099f6 !important;
}
.tool-meta-list a.visit-site,
.tool-meta-list a.btn-try-site {
width: 120px !important;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding: 2px 5px;
font-family: var(--font-family);
font-size: clamp(12px, 2.5vw, 15px);
font-weight: 400;
text-transform: capitalize;
border: 1px solid transparent;
border-radius: 5px;
transition: 0.3s;
}
.btn-row a.visit-site-btn,
.tool-meta-list a.visit-site {
background-color: #0099f6;
color: #fff !important;
border: 1px solid #0099f6 !important;
}
.tool-meta-list a.visit-site:hover {
background: #07c;
color: #fff;
}
.featured-tools,
.single-tool-category-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
}
.boxes,
.stats-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.explore-btn-wrap {
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
}
.explore-btn-wrap .btn-primary {
box-shadow: 0 4.27px 4.27px 0 rgba(0, 0, 0, 0.25);
}
.featured-tools {
margin-top: 10px;
}
.featured-tool-card {
position: relative;
display: block;
padding: 15px;
background: linear-gradient(#fff, #fff) padding-box,
linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box !important;
border-radius: 0.75em !important;
border: 0.5px solid transparent !important;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
color: #333;
transition: transform 0.2s, box-shadow 0.2s;
}
.featured-tool-card:hover,
.tool-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.featured-card-top .title-img-wrapper .featured-tool-thumb,
.featured-card-top .title-img-wrapper .featured-tool-thumb img,
.related-tool-logo,
.tool-logo {
width: 40px !important;
height: 40px !important;
object-fit: contain !important;
border-radius: 100px !important;
}
.featured-card-top,
.related-tool-card-top,
.title-img-wrapper {
display: flex;
gap: 10px;
align-items: center;
margin-bottom: 10px;
}
.title-img-wrapper {
margin: 0 !important;
max-width: none !important;
}
.featured-card-top {
justify-content: space-between;
position: relative;
}
.featured-card-title,
.related-tool-title {
width: 180px;
text-transform: capitalize;
font-size: 18px !important;
font-weight: 600 !important;
font-family: var(--font-family);
color: #000;
margin: 0 !important;
}
.featured-card-excerpt,
.related-tool-desc {
margin: 0;
font-size: 14px;
font-weight: 400;
color: #666;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.featured-card-bottom {
display: flex;
gap: 5px 10px;
flex-wrap: wrap;
margin-top: 10px;
}
.btn-row {
display: flex;
justify-content: flex-end;
margin-top: 10px;
}
.btn-row .visit-btn {
width: fit-content;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 4px 12px;
background: #0099f6;
color: #fff;
border-radius: var(--radius-md);
font-size: 15px;
font-weight: 500;
transition: background-color 0.3s;
}
.tool-logo {
margin-bottom: 12px;
}
.tool-content strong {
display: block;
font-size: 16px;
margin-bottom: 6px;
color: #222;
}
.tool-content p {
font-size: 14px;
color: #555;
margin-bottom: 10px;
}
.tool-content a {
font-size: 14px;
color: var(--primary-color);
}
.single-tool-category-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
}
.single-tool-category-header h2 {
font-size: 34px;
font-weight: 600;
margin-bottom: 0.5rem;
}
.view-more-btn {
font-size: 14px;
font-weight: 600;
padding: 5px 15px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
border: 1px solid var(--border-color);
border-radius: var(--radius-md);
cursor: pointer;
}
.view-more-btn:hover {
background-color: #0098f621;
color: #0099f6;
border-color: #0099f6;
}
.term-description {
color: #666;
font-size: 15px;
}
.tools-pagination {
margin-top: clamp(20px, 5vw, 40px);
display: flex;
justify-content: center;
gap: 10px;
align-items: center;
}
.tools-pagination ul {
display: flex;
justify-content: center;
gap: clamp(5px, 1vw, 8px);
list-style: none;
padding: 0;
}
.tools-pagination a,
.tools-pagination span {
display: grid;
place-items: center;
width: clamp(22px, 3vw, 40px);
height: clamp(22px, 3vw, 40px);
border: 1px solid #000;
border-radius: 50%;
text-decoration: none;
color: #000;
font-size: clamp(14px, 2vw, 18px);
font-weight: 700;
font-family: var(--font-family);
transition: background 0.3s, color 0.3s;
}
.tools-pagination a:hover {
background: #ffd44d;
}
.tools-pagination .current {
background: #ffd44d !important;
color: #000 !important;
border-color: #6c7275 !important;
}
.no-results {
color: #4b5563;
}
.no-tools-found {
grid-column: span 4;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px;
background: var(--hover-bg);
border-radius: var(--radius-md);
margin: 20px 0;
}
.no-tools-icon {
margin-bottom: 20px;
display: grid;
place-items: center;
width: 80px;
height: auto;
}
.no-tools-icon svg,
.no-tools-icon svg * {
display: block;
}
.no-tools-message {
font-size: 16px;
color: var(--text-muted);
line-height: 1.5;
margin: 0;
}
#primary,
.blog-card-body p.blog-card-experct {
margin: 0 !important;
}
.dashboard-container {
position: relative !important;
display: flex !important;
background: #f5f7fa !important;
}
.dashboard-sidebar {
position: sticky !important;
top: 70px;
left: 0;
width: 250px;
height: calc(100vh - 70px);
padding: 20px;
background: #fff;
border-right: 1px solid var(--border-color);
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
transition: transform 0.3s;
z-index: 1000;
}
.tab-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.dashboard-logo {
font-size: 20px;
font-weight: 600;
color: var(--text-primary);
}
.nav-link,
th {
color: var(--text-secondary);
}
.dashboard-sidebar .sidebar-toggle {
display: none;
background: 0 0;
border: none;
cursor: pointer;
padding: 30px;
position: absolute;
top: 105px;
right: -90px;
z-index: 1010;
background-color: rgba(243, 245, 247, 1);
}
.toggle-icon {
display: block;
width: 24px;
height: 2px;
background: #0099f6;
position: relative;
}
.toggle-icon::after,
.toggle-icon::before {
content: "";
position: absolute;
width: 24px;
height: 2px;
background: #0099f6;
transition: transform 0.3s ease-in-out;
}
#tool-search-button,
.nav-link.active,
.nav-link:hover {
background: var(--primary-color);
color: #fff;
}
.nav-link.active svg,
.nav-link:hover svg {
stroke: #fff;
}
.toggle-icon::before {
top: -8px;
}
.toggle-icon::after {
top: 8px;
}
.dashboard-sidebar.active .sidebar-toggle {
right: -50px;
}
.dashboard-sidebar.active .toggle-icon::before {
transform: translateY(8px) rotate(45deg);
}
.dashboard-sidebar.active .toggle-icon::after {
transform: translateY(-8px) rotate(-45deg);
}
.dashboard-sidebar .nav-link.active {
background: linear-gradient(to right, #0099F6, #EF457E, #FFD44D);
}
.box {
position: relative;
border-radius: 12px;
background: #1a1a1a; padding: 12px 20px;
z-index: 1;
}
.box::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 12px;
padding: 1px; background: linear-gradient(to right, #0099F6, #EF457E, #FFD44D);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
z-index: -1;
}
.dashboard-nav {
list-style: none;
padding: 0 !important;
margin: 0 !important;
}
.nav-link {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
padding: 12px 15px;
margin-bottom: 8px;
border-radius: var(--radius);
font-weight: 500;
transition: background-color 0.3s, color 0.3s;
}
.logout-link {
color: #ff5252;
margin-top: auto;
display: flex;
}
.logout-link:hover {
background: #ff858536;
color: #ff5252;
}
.box-top .icon-box,
.stat-card .icon-box {
gap: 10px;
background: #f8fafc;
color: #007bff;
}
.divider {
display: inline-block;
width: 100%;
height: 1px;
margin: 10px 0;
background: #eee;
}
.dashboard-main {
flex: 1;
height: calc(100vh - 70px);
padding: 30px;
background: #fff;
}
.dashboard-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
color: var(--text-primary);
}
.stats-grid {
display: grid;
gap: 20px;
margin-bottom: 30px;
}
.stat-card {
padding: 20px;
background: #F3F5F7;
border-radius: 8px;
border: 1px solid #d1dae5;
transition: transform 0.2s;
position: relative;
}
.save-toast {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #333;
color: #fff;
padding: 10px 20px;
border-radius: 4px;
z-index: 9999;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
display: none;
}
.stat-card .icon-box {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
position: absolute;
right: 12px;
top: 12px;
border-radius: 50%;
}
.stat-card:hover {
transform: translateY(-3px);
}
.profile-details p,
.stat-card .toot-card-content p {
font-size: 16px;
margin-bottom: 10px;
color: var(--text-secondary);
}
.stat-card .toot-card-content .stat-value {
font-size: 32px;
font-weight: 700;
color: var(--text-primary);
}
.analytics-section {
margin: 30px 0;
}
.analytics-section h3 {
font-size: 20px;
margin-bottom: 15px;
}
.recent-activity-section {
background-color: #fff;
padding: 30px;
border-radius: var(--radius-md);
box-shadow: var(--shadow);
margin-bottom: 40px;
}
.activity-list-container,
thead {
width: 100%;
border-collapse: collapse;
background: #f4f4f5;
border-radius: var(--radius-md);
overflow: hidden;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
padding: 10px;
}
td.tool-views {
padding-left: 25px;
}
a.action-btn.info-btn {
padding-left: 25px;
}
.box,
.profile-container {
box-shadow: var(--shadow);
}
.activity-list-container tr th {
border: none;
}
table thead:first-child tr:first-child th {
border-block-start: none !important;
}
.activity-list-header th {
background-color: #f8f9fa;
padding: 15px 20px;
font-weight: 600;
color: #333;
border-bottom: 2px solid var(--border-color);
}
.activity-list tr td {
padding: 12px 20px;
border: none !important;
border-bottom: 1px solid var(--border-color);
background-color: #fff;
color: #666;
}
.activity-list tr td:first-child {
font-weight: 600;
}
.activity-list tr:last-child td,
.category-results-list li:last-child,
.tool-results-list li:last-child {
border-bottom: none;
}
.activity-list tr {
background-color: #f8f9fa !important;
}
td span.badge {
position: relative !important;
}
.status {
font-weight: 500;
}
.status-pending {
color: #d69e2e;
}
.status-draft {
color: #e53e3e;
}
.activity-stats {
display: flex;
gap: 20px;
}
.stat-label {
display: block;
font-size: 0.75rem;
color: #718096;
margin-bottom: 5px;
}
.stat-value {
font-size: 1rem;
font-weight: 600;
color: #1a202c;
}
.no-activity {
color: #666;
font-style: italic;
}
.boxes {
display: grid;
gap: 20px;
}
.box {
padding: 20px;
background: #fff;
border: 1px solid var(--border-color);
border-radius: var(--radius-md);
}
.box-top .icon-box {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
border-radius: 50%;
}
.box:hover,
.tab-trigger:hover {
border-color: var(--primary-color);
transform: translateY(-3px);
}
.box h3 {
font-size: 16px;
margin-bottom: 10px;
color: var(--text-primary);
}
.box-stats p,
.no-activity,
.profile-info p,
.rejection-reason {
color: var(--text-muted);
}
.activity-list-container tr.rejected-row,
.tools-table tr.rejected-row {
background-color: rgba(255, 99, 71, 0.1);
}
.tools-table tr:has(td .status.rejected) {
background-color: rgba(255, 99, 71, 0.1);
}
.table-filters {
display: flex;
gap: 8px;
margin-bottom: 20px;
}
.status-tabs {
display: flex;
background-color: #f1f5f9;
padding: 4px;
border-radius: 8px;
}
.status-tabs .tab {
padding: 4px 8px;
border-radius: 8px;
color: #6b7280;
font-size: 14px;
font-weight: 500;
transition: 0.2s;
white-space: nowrap;
}
.status-tabs .tab:hover {
background-color: #f3f4f6;
}
.status-tabs .tab.active {
background-color: #fff;
color: #1f2937;
border-color: #d1d5db;
border-radius: 8px;
font-weight: 600;
}
.rejection-reason {
font-size: 0.9rem;
max-width: 150px;
overflow: auto;
white-space: nowrap;
padding: 2px 5px;
}
.rejection-reason[title]:hover::after {
content: attr(title);
position: absolute;
background: #333;
color: #fff;
padding: 5px 10px;
border-radius: var(--radius-md);
z-index: 1;
white-space: normal;
max-width: 300px;
margin-top: -30px;
margin-left: -50px;
}
.no-activity {
padding: 20px;
}
.main-box-stats {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}
.box-stats p {
margin: 0;
font-size: 14px;
}
.box-stats .count.pending {
color: #f5a524;
font-weight: 600;
}
.box-stats .count.processed {
color: #17c964;
font-weight: 600;
}
.box-stats .count.rejected {
color: #ff5757;
font-weight: 600;
}
.box-stats .count.total {
color: #000;
font-weight: 600;
}
.profile-container {
position: relative;
background: #f8fafc;
padding: 20px;
border-radius: var(--radius-md);
}
.profile-header {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 20px;
}
.user-avatar {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
}
.profile-info h4 {
font-size: 20px;
margin: 0 0 5px;
}
.profile-info p {
font-size: 14px;
}
.profile-details strong {
display: inline-block;
min-width: 150px;
color: var(--text-primary);
}
.edit-profile-btn {
position: absolute;
bottom: 5px;
right: 10px;
}
.tab-content {
display: none;
opacity: 0;
transition: opacity 0.3s;
}
.tab-content.active {
display: block;
opacity: 1;
}
.tool-search-container {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.tool-search-wrapper {
position: relative;
justify-content: center;
display: flex;
align-items: center;
gap: 0;
margin-bottom: 20px;
background: linear-gradient(white, #fff) padding-box,
linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box !important;
border-radius: 0.75em !important;
border: 0.5px solid transparent !important;
padding: 8px;
box-shadow: 0px -2px 10.6px 0px rgba(0, 0, 0, 0.15);
max-width: 865px;
width: 100%;
}
.tool-search-wrapper .search-form {
width: 100%;
display: flex;
}
.filter-btn {
font-size: 1.2rem;
padding: 8px 16px;
border: 1px solid transparent;
border-radius: 8px;
background: transparent;
color: transparent;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
}
.filter-btn[data-filter="pricing-free"] {
background: rgba(255, 212, 77, 0.1);
border-color: rgba(255, 212, 77, 1);
color: rgba(255, 212, 77, 1);
}
.filter-btn[data-filter="pricing-freemium"] {
background: rgba(0, 153, 246, 0.1);
border-color: rgba(0, 153, 246, 1);
color: rgba(0, 153, 246, 1);
}
.filter-btn[data-filter="pricing-paid"] {
background: rgba(239, 69, 126, 0.1);
border-color: rgba(239, 69, 126, 1);
color: rgba(239, 69, 126, 1);
}
.filter-btn[data-filter="pricing-all"],
.filter-btn.all {
border: none;
border-bottom: 2px solid rgba(0, 153, 246, 1) !important;
color: rgba(0, 153, 246, 1);
border-radius: unset;
background: transparent;
}
.filter-btn.active[data-filter="pricing-all"],
.filter-btn[data-filter="pricing-all"]:hover,
.filter-btn.all.active,
.filter-btn.all:hover {
background: none;
color: rgba(0, 153, 246, 1) !important;
border-color: rgba(0, 153, 246, 1) !important;
}
.filter-btn.active[data-filter="pricing-free"],
.filter-btn[data-filter="pricing-free"]:hover {
background: rgba(255, 212, 77, 0.1);
color: rgba(255, 212, 77, 1);
border-color: rgba(255, 212, 77, 1);
}
.filter-btn.active[data-filter="pricing-paid"],
.filter-btn[data-filter="pricing-paid"] :hover {
background: rgba(239, 69, 126, 0.1);
color: rgba(239, 69, 126, 1);
border-color: rgba(239, 69, 126, 1);
}
.filter-btn.active[data-filter="pricing-freemium"],
.filter-btn[data-filter="pricing-freemium"] :hover {
background: rgba(0, 153, 246, 0.1);
color: rgba(0, 153, 246, 1);
border-color: rgba(0, 153, 246, 1);
}
.badge,
.website-link {
display: inline-block;
}
#tool-search-input {
flex: 1;
padding: 10px;
font-size: 14px;
border: none;
border-radius: 8px 0 0 8px;
background: 0 0;
color: var(--text-primary);
}
#tool-search-input:focus-visible {
outline: 0;
}
#tool-search-button {
font-size: 0.9rem;
font-weight: 500;
padding: 15px 25px;
border: none;
border-radius: var(--radius-md);
cursor: pointer;
}
.tool-search-results {
position: absolute;
margin-top: 70px;
height: 300px;
max-height: fit-content;
overflow: auto;
background: #fff;
border: 1px solid var(--border-color);
border-radius: var(--radius-md);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 865px;
place-self: center;
z-index: 10;
}
.category-result,
.category-result .result-link:hover,
.tool-result .result-link:hover {
background: #f5f5f5;
border-radius: var(--radius-md);
}
.categories-section,
.tools-section {
padding: 10px 15px;
}
.categories-section {
border-top: 1px solid var(--border-color);
}
.tool-search-results-container .tools-section .section-title,
.tool-search-results-container .categories-section .section-title {
font-size: 14px;
font-weight: 700;
color: #333;
margin: 0 0 10px;
}
.category-results-list,
.tool-results-list {
list-style: none;
padding: 0;
margin: 0;
}
.tool-results-list li {
border-bottom: 0.3px solid rgba(108, 114, 117, 0.1) !important;
border-radius: 8px !important;
}
.category-results-list li,
table tbody > tr {
border-bottom: 1px solid var(--border-color);
}
.category-result .result-link,
.tool-result .result-link {
padding: 12px;
color: #333;
font-size: 14px;
display: block;
}
.category-result {
margin: 5px 0;
}
.no-results {
color: #777;
font-size: 14px;
margin: 10px 15px;
}
.table-container {
overflow-x: auto;
scrollbar-width: none;
}
table {
width: 100% !important;
font-size: 0.875rem !important;
border-width: 1px !important;
border: 1px solid transparent !important;
background: linear-gradient(45deg, #0099F6, #EF457E, #FFD44D) border-box !important;
}
table tbody > tr:nth-child(2n):hover > td,
table tbody > tr:nth-child(2n) > td {
background-color: #fff;
}
th,
thead {
background-color: var(--hover-bg);
}
table tbody > tr > td {
border-bottom: 1px solid #ececec !important;
}
table tbody > tr > td,
table thead > tr > th {
background-color: #f4f4f5;
border: none;
}
th {
padding: 0.75rem 1rem;
font-weight: 600;
}
td {
border-bottom: 1px solid var(--border-color);
vertical-align: middle;
padding: 10px;
}
.tool-name {
font-weight: 500;
color: var(--text-primary);
}
.website-link {
max-width: 250px;
color: #007cba;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.website-link:hover {
color: #007cba;
text-decoration: underline;
}
.badge {
padding: 2px 8px;
border-radius: 5px;
font-size: 12px;
font-weight: 600;
}
.Free,
.badge.free,
.free {
background-color: rgba(255, 212, 77, 0.1) !important;
border: 1px solid #ffd44d !important;
color: #ffd44d !important;
}
.Freemium,
.badge.freemium,
.freemium {
background-color: rgba(0, 153, 246, 0.1) !important;
color: #0099f6 !important;
border: 1px solid #0099f6 !important;
}
.Paid,
.badge.paid,
.paid {
background-color: rgba(239, 69, 126, 0.1) !important;
color: #ef457e !important;
border: 1px solid #ef457e !important;
}
.badge.status,
.status {
background-color: var(--status-bg);
color: var(--status-color);
}
.badge.status.publish {
background: #e7f9e7;
color: #28a745;
}
.badge.status.pending {
background: #fef5e7;
color: #f4a261;
}
.badge.status.rejected {
background: #ffe8e9;
color: #ff6b81;
}
.action-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 5px 10px;
font-size: 0.75rem;
font-weight: 500;
border-radius: 5px;
transition: 0.2s;
}
.view-btn {
color: #333;
border: 1px solid #0099f6;
background: var(--border-color);
}
.view-btn:hover {
background-color: #f0f7ff;
color: #0099f6;
}
.empty-state {
padding: 3rem 1rem;
background-color: var(--hover-bg);
border-radius: var(--radius-md);
}
.empty-state p {
margin-bottom: 1rem;
color: var(--text-muted);
}
.rb-swiper-wrapper {
transition: transform 0.3s;
padding: 20px;
}
.rb-related-blogs-section {
padding: clamp(1rem, 2vw, 2rem);
position: relative;
}
.rb-blog-slide {
width: 405px !important;
height: 370px !important;
background: #fff !important;
border-radius: 8px !important;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
box-sizing: border-box !important;
overflow: hidden !important; display: flex !important;
flex-direction: column !important;
}
.rb-blog-thumb img {
width: 100% !important;
height: 200px !important; object-fit: cover !important;
}
.rb-blog-card-content {
padding: 1rem !important;
display: flex !important;
flex-direction: column !important;
flex: 1 !important; }
.rb-blog-category {
font-size: 1rem !important;
color: #ef457e !important;
margin-bottom: 0.5rem !important;
}
.rb-blog-title {
font-size: 1.1rem !important;
font-weight: 600 !important;
color: #000 !important;
margin: 0 0 1rem !important;
line-height: 1.2em !important; display: -webkit-box !important;
-webkit-line-clamp: 2 !important;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.rb-read-more {
margin-top: auto !important; font-size: 1.2rem !important;
color: rgba(108, 114, 117, 1) !important;
text-decoration: none !important;
font-weight: 400 !important;
padding-top: 1rem !important;
border-top: 0.3px solid rgba(108, 114, 117, 0.447) !important;
}
.rb-blogs-swiper .swiper-button-next,
.rb-blogs-swiper .swiper-button-prev {
color: #333;
width: clamp(30px, 5vw, 40px);
height: clamp(30px, 5vw, 40px);
background: rgba(255, 255, 255, 0.8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s;
}
.rb-blogs-swiper .swiper-button-next::after,
.rb-blogs-swiper .swiper-button-prev::after {
font-size: 30px !important;
}
.rb-blogs-swiper .swiper-button-prev {
left: clamp(0.5rem, 1vw, 1rem);
}
.rb-blogs-swiper .swiper-button-next {
right: clamp(0.5rem, 1vw, 1rem);
}
.rb-blogs-swiper .swiper-button-next:hover,
.rb-blogs-swiper .swiper-button-prev:hover {
background: #0099f6;
color: #fff;
}
.blogpost-search-box {
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
border: 1px solid #ccc !important;
border-radius: 12px;
padding: 0 15px;
}
.blogpost-search-box input {
width: 400px;
padding: 12px !important;
font-size: 14px;
background: 0 0;
color: var(--text-primary);
border: none;
}
.blogpost-search-box input[type="text"]:focus {
outline: 0 !important;
border: none !important;
}
.blogpost-search-box .search-icon {
width: 22px;
height: 22px;
border: none;
color: #ccc;
}
.blogpost-category-filter-tabs,
.category-filter-tabs {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.category-tab {
padding: 8px 15px;
border: 1px solid #0099f6;
border-radius: 12px;
color: #0099f6;
font-weight: 700;
background: rgba(0, 153, 246, 0.2);
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.blog-card-skeleton {
display: block;
width: 100%;
max-width: 333px;
border-radius: 8px;
}
.skeleton-placeholder {
background: #e0e0e0;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.skeleton-placeholder::after {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0,
rgba(255, 255, 255, 0.5) 50%,
rgba(255, 255, 255, 0) 100%
);
animation: 1.5s infinite shimmer;
}
@keyframes shimmer {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(100%);
}
}
.blog-card-skeleton .blog-card-img {
width: 100%;
height: 150px;
margin-bottom: 10px;
}
.blog-card-skeleton .blog-card-body {
padding: 10px 0;
}
.blog-card-skeleton .blog-card-title {
margin: 0 0 10px;
}
.blog-card-skeleton .blog-card-meta {
display: flex;
gap: 10px;
align-items: center;
}
.home-blog-cards-grid,
.home-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, 333px);
gap: 20px;
margin: 20px 0;
padding: 0;
}
.blog-grid {
display: grid;
grid-template-columns: repeat(auto-fit, 285px);
gap: 20px;
margin: 20px 0;
padding: 0;
}
.blog-category-section > .category-section-title {
font-family: var(--font-family);
font-size: 35px;
font-weight: 900;
text-align: center;
margin: 20px 0;
}
.home-cards-grid.loading {
opacity: 0.5;
pointer-events: none;
}
.blog-card {
padding: 16px;
width: 100%;
max-width: 375px;
display: flex;
flex-direction: column;
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25) !important;
text-decoration: none;
color: inherit;
transition: transform 0.2s, box-shadow 0.2s;
font-family: var(--font-family);
}
.blog-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.blog-card-img {
width: 100%;
height: 180px;
object-fit: cover;
display: block;
}
.blog-card-img img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.blog-card-cat {
font-weight: 700;
font-size: 18px;
color: #ef457e;
padding-top: 15px;
}
.blog-card-body {
flex: 1;
display: flex;
flex-direction: column;
border: 1px solid var(--border-color);
}
.blog-card-title {
font-family: var(--font-family) !important;
font-size: 1.125rem !important;
font-weight: 700 !important;
margin: 5px 0;
line-height: 1.3;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blog-card-meta {
display: flex;
justify-content: end;
gap: 10px;
font-size: 0.875rem;
}
.blog-card-time {
display: flex;
align-items: center;
gap: 8px;
font-family: var(--font-family);
font-weight: 700 !important;
color: #6c7275;
}
.blog-card-time svg {
width: 20px;
height: 20px;
color: #0099f6;
flex-shrink: 0;
}
.home-cards-load-more-wrap {
display: flex;
justify-content: center;
margin-top: 70px;
}
.home-cards-load-more-wrap button {
color: #0099f6;
background-color: #f2faff;
border-radius: 12;
padding: 16px 26px;
font-weight: 600;
border: 1px solid #0099f6;
transition: background-color 0.2s, color 0.2s;
} #faq-question summary {
padding: 15px;
font-size: 22px;
font-weight: 600;
color: #333;
display: flex;
justify-content: space-between;
cursor: pointer;
}
.faq-section {
margin: 70px 0;
}
.faq-section h2 {
text-align: center;
font-size: 24px;
font-weight: 700;
color: #000;
margin-bottom: 10px;
}
.faq-section .sub-heading {
text-align: center;
font-size: 24px;
font-family: var(--font-family);
margin-bottom: 0.6rem;
font-weight: 500;
color: #6c7275;
}
.faq-section h3 {
text-align: center;
font-size: 32px;
font-weight: 800;
color: #000;
margin-bottom: 20px;
}
.faq-item {
border-bottom: 1px solid #e0e0e0;
border-radius: 8px;
margin-bottom: 10px;
overflow: hidden;
}
.faq-question {
padding: 15px;
font-size: 22px;
font-weight: 600;
color: #333;
display: flex;
justify-content: space-between;
cursor: pointer;
}
.faq-toggle {
font-size: 18px;
font-weight: 600;
color: #000;
}
.faq-answer {
color: #0099f6;
display: none;
padding: 15px;
font-size: 18px;
} .subcribe-box {
margin: clamp(30px, 5vw, 80px) auto;
background: #ffd44d;
padding: clamp(30px, 5vw, 50px) clamp(20px, 3vw, 30px);
border-radius: 25px;
text-align: center;
width: 100%;
box-sizing: border-box;
position: relative;
}
.subcribe-box h3 {
font-size: clamp(18px, 3vw, 24px);
font-weight: 600;
color: #ef457e;
}
.subcribe-box h2 {
font-size: clamp(22px, 4vw, 40px);
font-weight: 800;
}
.subcribe-box form {
display: flex;
margin-top: clamp(15px, 3vw, 25px);
flex-wrap: wrap;
}
.subcribe-box input[type="email"] {
width: 100%;
max-width: clamp(250px, 40vw, 600px);
background: linear-gradient(white, #fff) padding-box,
linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box;
border: 0.5px solid transparent;
border-radius: 8px;
font-family: var(--font-family);
font-weight: 400;
padding: clamp(8px, 1.5vw, 15px) clamp(10px, 2vw, 12px);
}
.subcribe-box .subscribe-btn,
.subcribe-box input[type="email"] {
font-size: clamp(16px, 2vw, 20px);
line-height: 1.5;
box-sizing: border-box;
}
.subcribe-box img.ornament-1,
.subcribe-box img.ornament-2 {
position: absolute;
width: clamp(30px, 8vw, 80px);
height: clamp(30px, 8vw, 80px);
}
.subcribe-box .subscribe-btn {
border: none;
border-radius: 8px;
background: #0099f6;
color: #fff;
font-weight: 700;
text-transform: capitalize;
cursor: pointer;
padding: clamp(12px, 1.5vw, 15px) clamp(15px, 2vw, 20px);
}
.subcribe-box img.ornament-1 {
top: 0;
left: 0;
}
.subcribe-box img.ornament-2 {
bottom: 0;
right: 0;
}
@media (max-width: 1024px) {
.tool-content-wrapper {
grid-template-columns: 1fr;
}
.tool-info-column {
padding-right: 0;
}
.tool-thumbnail-column {
position: static;
}
}
@media (max-width: 992px) {
.featured-tools,
.single-tool-category-grid,
.tool-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 900px) {
.home-cards-grid {
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.blog-card {
flex: 1 1 calc(50% - 1.5rem);
}
}
@media (max-width: 768px) {
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
gap: 15px;
}
.elementor-icon-list-item {
padding: 6px 12px !important;
}
.rb-swiper-wrapper {
padding: 0 !important;
}
.rb-blog-slide {
width: 368px !important;
}
.wrapper {
grid-template-columns: 1fr;
grid-template-areas: "main" "featured";
}
.featured-tool-aside {
grid-area: featured;
position: static;
max-height: none;
overflow-y: visible;
border: none !important;
padding: 0 10px;
order: -1;
}
.main-container {
margin-top: 20px;
}
.tools-list {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.tool-item .tool-item-content-wrapper {
gap: 15px !important;
}
.blog-grid {
grid-template-columns: 1fr 1fr;
padding: 20px;
}
.blog-grid .blog-card {
max-width: 100%;
}
.blog-grid .blog-card .blog-card-img {
height: 215px;
}
.tool-thumbnail {
width: clamp(60px, 15vw, 80px);
height: clamp(60px, 15vw, 80px);
}
.tool-title {
font-size: clamp(12px, 2.5vw, 18px) !important;
}
.tool-description {
-webkit-line-clamp: 2;
}
.ft-logo {
width: clamp(30px, 8vw, 40px);
height: clamp(30px, 8vw, 40px);
}
.footer-container {
flex-direction: row;
text-align: center;
padding: 20px;
}
.footer-section {
margin-bottom: 20px;
}
.footer-social,
.header-actions {
justify-content: center;
}
.profile-header,
.table-filters {
flex-direction: column;
align-items: flex-start;
}
.status-tabs {
width: 100%;
justify-content: space-between;
}
.status-tabs .tab {
flex: 1;
text-align: center;
}
.tool-search-wrapper {
padding: 4px 4px 4px 15px;
max-width: 90%;
}
#tool-search-input {
font-size: 12px;
padding: 8px;
}
#tool-search-button {
font-size: 0.8rem;
padding: 8px 15px;
}
.tool-search-results {
margin-top: 60px;
max-width: 90%;
max-height: 250px;
}
.category-result .result-link,
.tool-result .result-link {
font-size: 12px;
padding: 10px 4px;
}
.section-title {
font-size: 12px;
}
.tool-search-input {
font-size: 14px;
padding: 10px 35px 10px 15px;
}
.btn-visit-site,
.tab-link {
font-size: 14px;
padding: 10px 20px;
}
.tool-meta-list li {
font-size: 14px;
}
.tool-meta-list li strong {
min-width: 100px;
}
.related-tools-grid {
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.dashboard-container {
flex-direction: column;
}
.dashboard-sidebar {
width: 250px;
min-height: auto;
display: none;
transform: translateX(-100%);
position: fixed !important;
top: 0;
left: 0;
height: 100%;
display: block;
}
.dashboard-sidebar.active {
transform: translateX(0);
}
.sidebar-toggle {
display: block !important;
}
.dashboard-container > *:not(.dashboard-sidebar) {
margin-left: 0;
}
.dashboard-sidebar.active ~ * {
margin-left: 250px;
}
.dashboard-main,
.recent-activity-section {
padding: 20px;
overflow: auto;
}
.boxes,
.stats-grid {
grid-template-columns: 1fr;
}
.profile-details strong {
display: block;
min-width: 0;
margin-bottom: 5px;
}
.activity-item {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.activity-stats {
flex-wrap: wrap;
gap: 15px;
}
.header-container {
flex-direction: column;
gap: 15px;
}
.nav-menu {
flex-direction: column;
align-items: center;
gap: 10px;
}
.nav-menu .sub-menu {
position: static;
box-shadow: none;
}
.tool-submit-wrapper,
.step-progress .step-button {
flex-direction: column;
}
.tool-submit-sidebar {
max-width: 100%;
padding: 20px;
}
.main-heading {
text-align: center;
}
.main-heading h1 {
font-size: 32px;
font-weight: 900;
}
.main-heading p {
font-size: 20px;
}
.step-list {
flex-direction: row;
justify-content: space-between;
}
.step-progress .step-circle {
width: 40px;
height: 40px;
}
.step-number {
font-size: 22px;
}
.step-item.active .step-label,
.step-item.completed .step-label {
line-height: 1.2rem;
}
.step-progress .step-item:not(:last-child) .step-circle::after {
top: 25px;
left: 65px;
width: 75px;
height: 2px;
}
}
@media (max-width: 600px) {
.blog-card,
.blogpost-search-box,
.blogpost-search-box #blogpost-search-input {
width: 100%;
}
.home-cards-grid {
grid-template-columns: 1fr !important;
padding: 10px;
}
.blog-card {
flex: 1 !important;
max-width: 100%;
}
.blogpost-category‐search‐wrapper {
flex-direction: column;
align-items: flex-start;
gap: 10px;
padding: 10px;
}
.step-item .step-label {
display: none !important;
}
.step-2,
.step-3,
.step-4 {
padding: 50px 15px;
}
.form-step-title {
font-size: 37px;
}
.form-step-subheading {
font-size: 27px;
}
.form-row {
flex-direction: column;
}
.social-links {
grid-template-columns: 1fr !important;
}
.upload-content {
padding: 20px;
}
.upload-content .text .upload-logo-heading,
.upload-content .text .upload-image-heading {
font-size: 20px;
}
.thank-you-step {
padding: 50px 10px !important;
}
p.thank-you-message {
font-size: 22px !important;
}
.whats-next {
text-align: start !important;
}
.whats-next li {
display: block !important;
}
.tool-tab-title {
font-size: 28px !important;
}
.featured-tool-container {
padding: 20px 10px;
}
.featured-tool-header .featured-tool-title {
font-size: 28px !important;
}
}
@media (max-width: 576px) {
.featured-tools,
.single-tool-category-grid,
.tool-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
gap: 12px;
}
.elementor-icon-list-item {
padding: 6px 8px !important;
}
.breadcrumbs {
font-size: 12px;
}
.rb-swiper-wrapper {
padding: 0 !important;
}
.footer-container {
flex-direction: row;
text-align: center;
padding: 20px;
}
.footer-section {
margin-bottom: 20px;
}
.footer-social {
justify-content: center;
}
.wrapper {
padding-bottom: 20px;
}
.tool-grid,
.wrapper {
grid-template-columns: 1fr !important;
}
.blog-grid {
grid-template-columns: 1fr;
}
.tool-item {
padding: 15px !important;
}
.tool-item .tool-item-content-wrapper {
gap: 20px;
}
.tool-thumbnail {
width: clamp(50px, 15vw, 70px);
height: clamp(50px, 15vw, 70px);
}
.tool-title {
font-size: 16px !important;
}
.tool-description,
.tool-meta-list a {
font-size: clamp(10px, 1.5vw, 12px);
}
.tool-description {
-webkit-line-clamp: 2;
}
.ft-logo {
width: clamp(25px, 8vw, 35px);
height: clamp(25px, 8vw, 35px);
}
.tool-search-container {
width: 100%;
}
.tool-search-wrapper {
padding: 6px 6px 6px 10px;
width: 100%;
max-width: 100%;
}
form.search-form {
width: 100%;
display: flex;
justify-content: space-between;
}
#tool-search-input {
font-size: 10px;
padding: 6px;
}
#tool-search-button {
font-size: 0.7rem;
padding: 6px 10px;
}
.tool-search-results {
margin-top: 50px;
max-width: 95%;
max-height: 200px;
}
.tool-search-results
.tool-search-results-container
.category-section
.section-title,
.tool-search-results
.tool-search-results-container
.tools-section
.section-title {
font-size: 16px;
}
.category-result .result-link,
.tool-result .result-link {
font-size: 10px;
padding: 8px 4px;
}
.tool-title-wrapper {
flex-direction: column;
align-items: flex-start;
}
.rb-blog-slide {
width: 370px !important;
height: 395px !important;
}
.rb-blog-thumb img {
height: 260px !important;
}
.tool-meta-header {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.social-share {
justify-content: flex-start;
width: 100%;
}
.tool-meta-list li strong {
display: block;
min-width: 0;
margin-bottom: 5px;
}
.social-links {
flex-wrap: wrap;
}
.category-tag {
font-size: 12px;
padding: 6px 12px;
}
.dashboard-title,
.stat-value {
font-size: 20px;
}
.graph-container {
height: 150px;
}
.tab-header {
flex-direction: column;
gap: 10px;
align-items: flex-start;
}
.faq-section .section-title {
font-size: clamp(1.2rem, 3vw, 1.5rem);
}
.faq-section .sub-heading {
font-size: 0.9rem;
}
.step-list {
gap: 10px;
}
.step-progress .step-item:not(:last-child) .step-circle::after {
top: 20px;
left: 48px;
width: 30px;
}
}